Trace number 1735842

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
kw 2009-03-20? (TO) 1200.12 1200.44

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes2.cnf
MD5SUM52e359b1b3f50700797d7fba5a906213
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.72283
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1735842-1240807223/watcher-1735842-1240807223 -o /tmp/evaluation-result-1735842-1240807223/solver-1735842-1240807223 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1735842-1240807223.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 30595
/proc/meminfo: memFree=1618872/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=4144 CPUtime=0
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 493 0 0 0 0 0 0 0 18 0 1 0 108755422 4243456 477 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 1036 478 219 541 0 486 0

[startup+0.0722661 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 30595
/proc/meminfo: memFree=1618872/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=5464 CPUtime=0.07
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 847 0 0 0 7 0 0 0 18 0 1 0 108755422 5595136 831 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 1366 831 219 541 0 816 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5464

[startup+0.101268 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 30595
/proc/meminfo: memFree=1618872/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=6380 CPUtime=0.09
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 1081 0 0 0 9 0 0 0 18 0 1 0 108755422 6533120 1065 1992294400 4194304 6412682 548682068832 18446744073709551615 4285052 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 1595 1065 220 541 0 1045 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6380

[startup+0.30129 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 30595
/proc/meminfo: memFree=1618872/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=9868 CPUtime=0.29
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 2198 0 0 0 29 0 0 0 19 0 1 0 108755422 10104832 2036 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 2467 2037 220 541 0 1917 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9868

[startup+0.701336 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 30595
/proc/meminfo: memFree=1618872/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=16604 CPUtime=0.69
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 3800 0 0 0 68 1 0 0 22 0 1 0 108755422 17002496 3638 1992294400 4194304 6412682 548682068832 18446744073709551615 4564679 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 4151 3638 246 541 0 3601 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16604

[startup+1.50143 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 30596
/proc/meminfo: memFree=1604912/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=17132 CPUtime=1.49
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 3922 0 0 0 148 1 0 0 25 0 1 0 108755422 17543168 3760 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 4283 3760 246 541 0 3733 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17132

[startup+3.10161 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 30596
/proc/meminfo: memFree=1604080/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=18320 CPUtime=3.09
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 4233 0 0 0 308 1 0 0 25 0 1 0 108755422 18759680 4071 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 4580 4071 246 541 0 4030 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18320

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 30596
/proc/meminfo: memFree=1602416/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=18052 CPUtime=6.3
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 4430 0 0 0 628 2 0 0 25 0 1 0 108755422 18485248 4039 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 4513 4039 253 541 0 3963 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 18052

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 30596
/proc/meminfo: memFree=1596592/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=26364 CPUtime=12.69
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 6457 0 0 0 1264 5 0 0 25 0 1 0 108755422 26996736 6066 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 6591 6066 255 541 0 6041 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26364

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 30596
/proc/meminfo: memFree=1585328/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=36712 CPUtime=25.49
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 9024 0 0 0 2536 13 0 0 25 0 1 0 108755422 37593088 8529 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 9178 8529 255 541 0 8628 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36712

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 30596
/proc/meminfo: memFree=1572144/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=50932 CPUtime=51.07
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 12764 0 0 0 5084 23 0 0 25 0 1 0 108755422 52154368 11852 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 12733 11852 256 541 0 12183 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50932

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 30596
/proc/meminfo: memFree=1545776/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=79168 CPUtime=102.26
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 20211 0 0 0 10183 43 0 0 25 0 1 0 108755422 81068032 18390 1992294400 4194304 6412682 548682068832 18446744073709551615 4283224 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 19792 18390 256 541 0 19242 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 79168

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 30596
/proc/meminfo: memFree=1522928/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=104864 CPUtime=162.24
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 26576 0 0 0 16165 59 0 0 25 0 1 0 108755422 107380736 24071 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 26216 24071 256 541 0 25666 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 104864

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 30596
/proc/meminfo: memFree=1508080/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=120900 CPUtime=222.23
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 30738 0 0 0 22150 73 0 0 25 0 1 0 108755422 123801600 27812 1992294400 4194304 6412682 548682068832 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 30225 27812 256 541 0 29675 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 120900

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 30596
/proc/meminfo: memFree=1492400/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=138040 CPUtime=282.22
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 35190 0 0 0 28134 88 0 0 25 0 1 0 108755422 141352960 31780 1992294400 4194304 6412682 548682068832 18446744073709551615 4287593 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 34510 31780 256 541 0 33960 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 138040

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 30596
/proc/meminfo: memFree=1478064/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=152628 CPUtime=342.2
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 39223 0 0 0 34119 101 0 0 25 0 1 0 108755422 156291072 35257 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 38157 35257 256 541 0 37607 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 152628

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 30596
/proc/meminfo: memFree=1460656/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=171548 CPUtime=402.18
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 44218 0 0 0 40105 113 0 0 25 0 1 0 108755422 175665152 39612 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 42887 39612 256 541 0 42337 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 171548

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 30596
/proc/meminfo: memFree=1458416/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=174028 CPUtime=462.16
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 44788 0 0 0 46096 120 0 0 25 0 1 0 108755422 178204672 40182 1992294400 4194304 6412682 548682068832 18446744073709551615 4287593 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 43507 40182 256 541 0 42957 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 174028

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 30596
/proc/meminfo: memFree=1452848/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=180752 CPUtime=522.15
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 46143 0 0 0 52089 126 0 0 25 0 1 0 108755422 185090048 41537 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 45188 41537 256 541 0 44638 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 180752

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 30596
/proc/meminfo: memFree=1434416/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=204248 CPUtime=582.13
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 51433 0 0 0 58078 135 0 0 25 0 1 0 108755422 209149952 46092 1992294400 4194304 6412682 548682068832 18446744073709551615 4286811 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 51062 46092 256 541 0 50512 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 204248

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 30596
/proc/meminfo: memFree=1432432/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=206532 CPUtime=642.12
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 51958 0 0 0 64070 142 0 0 25 0 1 0 108755422 211488768 46617 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 51633 46617 256 541 0 51083 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 206532

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 30596
/proc/meminfo: memFree=1428976/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=210532 CPUtime=702.11
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 52826 0 0 0 70064 147 0 0 25 0 1 0 108755422 215584768 47485 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 52633 47485 256 541 0 52083 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 210532

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 30596
/proc/meminfo: memFree=1417392/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=222716 CPUtime=762.09
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 55704 0 0 0 76057 152 0 0 25 0 1 0 108755422 228061184 50363 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 55679 50363 256 541 0 55129 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 222716

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 30596
/proc/meminfo: memFree=1406640/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=233676 CPUtime=822.07
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 59225 0 0 0 82047 160 0 0 25 0 1 0 108755422 239284224 53038 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 58419 53038 256 541 0 57869 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 233676

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 30596
/proc/meminfo: memFree=1404528/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=236116 CPUtime=882.06
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 59744 0 0 0 88040 166 0 0 25 0 1 0 108755422 241782784 53557 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 59029 53557 256 541 0 58479 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 236116

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30596
/proc/meminfo: memFree=1402480/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=238596 CPUtime=942.04
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 60253 0 0 0 94035 169 0 0 25 0 1 0 108755422 244322304 54066 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 59649 54066 256 541 0 59099 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 238596

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30596
/proc/meminfo: memFree=1400944/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=240356 CPUtime=1002.02
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 60637 0 0 0 100029 173 0 0 25 0 1 0 108755422 246124544 54450 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 60089 54450 256 541 0 59539 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 240356

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30596
/proc/meminfo: memFree=1396592/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=245292 CPUtime=1062
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 61760 0 0 0 106023 177 0 0 25 0 1 0 108755422 251179008 55573 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 61323 55573 256 541 0 60773 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 245292

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30596
/proc/meminfo: memFree=1385520/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=256436 CPUtime=1121.99
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 64487 0 0 0 112016 183 0 0 25 0 1 0 108755422 262590464 58300 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 64109 58300 256 541 0 63559 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 256436

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30596
/proc/meminfo: memFree=1377584/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=265332 CPUtime=1181.97
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 67428 0 0 0 118009 188 0 0 25 0 1 0 108755422 271699968 60268 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 66333 60268 256 541 0 65783 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 265332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30596
/proc/meminfo: memFree=1377328/2055920 swapFree=4180008/4192956
[pid=30595] ppid=30593 vsize=265492 CPUtime=1200.07
/proc/30595/stat : 30595 (kw) R 30593 30595 30406 0 -1 0 67487 0 0 0 119817 190 0 0 25 0 1 0 108755422 271863808 60327 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/30595/statm: 66373 60327 256 541 0 65823 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 265492

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.12
CPU user time (s): 1198.18
CPU system time (s): 1.9417
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 268904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.18
system time used= 1.9417
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67487
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1422

runsolver used 1.37879 second user time and 2.97555 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-27 06:40:23
IDJOB=1735842
IDBENCH=71537
IDSOLVER=501
FILE ID=node32/1735842-1240807223
PBS_JOBID= 9187402
Free space on /tmp= 66392 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1150c84314gyes2.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735842-1240807223/watcher-1735842-1240807223 -o /tmp/evaluation-result-1735842-1240807223/solver-1735842-1240807223 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1735842-1240807223.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 52e359b1b3f50700797d7fba5a906213
RANDOM SEED=2022856028

node32.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1619288 kB
Buffers:         52788 kB
Cached:         326332 kB
SwapCached:       6168 kB
Active:         148136 kB
Inactive:       239760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619288 kB
SwapTotal:     4192956 kB
SwapFree:      4180008 kB
Dirty:            3232 kB
Writeback:           0 kB
Mapped:          14284 kB
Slab:            34480 kB
Committed_AS:   411524 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66392 MiB
End job on node32 at 2009-04-27 07:00:25