Trace number 1556112

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.15 1200.58

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray32_32.cnf
MD5SUMb7a07371a2da4a8c8bef63c213dd1e15
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables72202
Number of clauses213533
Sum of the clauses size498241
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2142354
Number of clauses of size 371177
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-1556112-1238746368/watcher-1556112-1238746368 -o /tmp/evaluation-result-1556112-1238746368/solver-1556112-1238746368 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1556112-1238746368.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: 0.99 0.98 0.99 3/65 4238
/proc/meminfo: memFree=1746384/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=5624 CPUtime=0
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 887 0 0 0 0 0 0 0 18 0 1 0 1147299071 5758976 871 1992294400 4194304 6412682 548682068832 18446744073709551615 4272004 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 1406 878 201 541 0 856 0

[startup+0.0291391 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 4238
/proc/meminfo: memFree=1746384/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=19068 CPUtime=0.02
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 3720 0 0 0 1 1 0 0 18 0 1 0 1147299071 19525632 3704 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 4767 3711 208 541 0 4217 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19068

[startup+0.102162 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 4238
/proc/meminfo: memFree=1746384/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=46304 CPUtime=0.09
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 10582 0 0 0 6 3 0 0 18 0 1 0 1147299071 47415296 10566 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 11576 10566 219 541 0 11026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46304

[startup+0.301187 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 4238
/proc/meminfo: memFree=1746384/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=48944 CPUtime=0.29
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 11317 0 0 0 25 4 0 0 19 0 1 0 1147299071 50118656 11301 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 12236 11301 219 541 0 11686 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48944

[startup+0.701258 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 4238
/proc/meminfo: memFree=1746384/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=53960 CPUtime=0.69
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 12750 0 0 0 65 4 0 0 22 0 1 0 1147299071 55255040 12734 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 13490 12735 219 541 0 12940 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53960

[startup+1.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1691528/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=73592 CPUtime=1.49
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 17991 0 0 0 140 9 0 0 25 0 1 0 1147299071 75358208 17358 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 18398 17358 248 541 0 17848 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73592

[startup+3.10168 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1666568/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=91584 CPUtime=3.09
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 22825 0 0 0 278 31 0 0 25 0 1 0 1147299071 93782016 22192 1992294400 4194304 6412682 548682068832 18446744073709551615 4264210 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 22896 22192 248 541 0 22346 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91584

[startup+6.30125 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1655632/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=90120 CPUtime=6.29
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 23063 0 0 0 594 35 0 0 25 0 1 0 1147299071 92282880 21865 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 22530 21865 255 541 0 21980 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90120

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1655632/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=90120 CPUtime=12.69
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 23098 0 0 0 1224 45 0 0 25 0 1 0 1147299071 92282880 21900 1992294400 4194304 6412682 548682068832 18446744073709551615 4304471 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 22530 21900 255 541 0 21980 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90120

[startup+25.5027 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1653328/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=92312 CPUtime=25.49
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 23684 0 0 0 2481 68 0 0 25 0 1 0 1147299071 94527488 22486 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 23078 22486 258 541 0 22528 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92312

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1653072/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=92728 CPUtime=51.07
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 23751 0 0 0 4996 111 0 0 25 0 1 0 1147299071 94953472 22553 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 23182 22553 258 541 0 22632 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 92728

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1640784/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=105548 CPUtime=102.26
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 26821 0 0 0 10035 191 0 0 25 0 1 0 1147299071 108081152 25623 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 26387 25623 258 541 0 25837 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 105548

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1621456/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=126268 CPUtime=162.23
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 31641 0 0 0 15969 254 0 0 25 0 1 0 1147299071 129298432 30443 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 31567 30443 258 541 0 31017 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 126268

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1596048/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=152668 CPUtime=222.21
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 38539 0 0 0 21914 307 0 0 25 0 1 0 1147299071 156332032 36766 1992294400 4194304 6412682 548682068832 18446744073709551615 4417518 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 38167 36766 258 541 0 37617 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 152668

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1563600/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=186032 CPUtime=282.19
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 48021 0 0 0 27865 354 0 0 25 0 1 0 1147299071 190496768 44817 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 46508 44817 258 541 0 45958 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 186032

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1549072/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=203848 CPUtime=342.17
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 52507 0 0 0 33821 396 0 0 25 0 1 0 1147299071 208740352 48420 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 50962 48420 258 541 0 50412 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 203848

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1528784/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=226440 CPUtime=402.15
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 57797 0 0 0 39786 429 0 0 25 0 1 0 1147299071 231874560 53710 1992294400 4194304 6412682 548682068832 18446744073709551615 4286731 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 56610 53710 258 541 0 56060 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 226440

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1507472/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=248464 CPUtime=462.13
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 63986 0 0 0 45759 454 0 0 25 0 1 0 1147299071 254427136 58880 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 62116 58880 258 541 0 61566 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 248464

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1478736/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=277884 CPUtime=522.1
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 72249 0 0 0 51724 486 0 0 25 0 1 0 1147299071 284553216 65970 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 69471 65970 258 541 0 68921 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 277884

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1465872/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=291536 CPUtime=582.08
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 75544 0 0 0 57696 512 0 0 25 0 1 0 1147299071 298532864 69265 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 72884 69265 258 541 0 72334 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 291536

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1444112/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=313656 CPUtime=642.06
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 82260 0 0 0 63672 534 0 0 25 0 1 0 1147299071 321183744 74629 1992294400 4194304 6412682 548682068832 18446744073709551615 4332863 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 78414 74629 258 541 0 77864 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 313656

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1417296/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=341880 CPUtime=702.04
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 89025 0 0 0 69645 559 0 0 25 0 1 0 1147299071 350085120 81394 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 85470 81394 258 541 0 84920 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 341880

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1376144/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=382832 CPUtime=762.02
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 99227 0 0 0 75619 583 0 0 25 0 1 0 1147299071 392019968 91596 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 95708 91596 258 541 0 95158 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 382832

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1375696/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=382832 CPUtime=822
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 100896 0 0 0 81591 609 0 0 25 0 1 0 1147299071 392019968 91708 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 95708 91708 258 541 0 95158 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 382832

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1375120/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=382832 CPUtime=881.98
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 101030 0 0 0 87573 625 0 0 25 0 1 0 1147299071 392019968 91842 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 95708 91842 258 541 0 95158 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 382832

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1367824/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=397924 CPUtime=941.96
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 103047 0 0 0 93553 643 0 0 25 0 1 0 1147299071 407474176 93859 1992294400 4194304 6412682 548682068832 18446744073709551615 4289353 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 99481 93859 258 541 0 98931 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 397924

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1356816/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=409176 CPUtime=1001.93
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 107385 0 0 0 99536 657 0 0 25 0 1 0 1147299071 418996224 96403 1992294400 4194304 6412682 548682068832 18446744073709551615 4286788 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 102294 96403 258 541 0 101744 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 409176

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1355408/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=410216 CPUtime=1061.91
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 107722 0 0 0 105519 672 0 0 25 0 1 0 1147299071 420061184 96740 1992294400 4194304 6412682 548682068832 18446744073709551615 4419567 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 102554 96740 258 541 0 102004 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 410216

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1341264/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=425592 CPUtime=1121.89
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 111361 0 0 0 111498 691 0 0 25 0 1 0 1147299071 435806208 100379 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 106398 100379 258 541 0 105848 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 425592

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1306256/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=461964 CPUtime=1181.87
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 120113 0 0 0 117474 713 0 0 25 0 1 0 1147299071 473051136 109131 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 115491 109131 258 541 0 114941 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 461964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1299216/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=468312 CPUtime=1200.06
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 123751 0 0 0 119288 718 0 0 25 0 1 0 1147299071 479551488 110703 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 117078 110703 258 541 0 116528 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 468312

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4239
/proc/meminfo: memFree=1299216/2055920 swapFree=4177732/4192956
[pid=4238] ppid=4236 vsize=468312 CPUtime=1200.06
/proc/4238/stat : 4238 (kw) R 4236 4238 3982 0 -1 0 123751 0 0 0 119288 718 0 0 25 0 1 0 1147299071 479551488 110703 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4238/statm: 117078 110703 258 541 0 116528 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 468312

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.15
CPU user time (s): 1192.89
CPU system time (s): 7.2619
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 476664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1192.89
system time used= 7.2619
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123751
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= 1057

runsolver used 1.26981 second user time and 3.08253 second system time

The end

Launcher Data

Begin job on node56 at 2009-04-03 10:12:48
IDJOB=1556112
IDBENCH=70813
IDSOLVER=501
FILE ID=node56/1556112-1238746368
PBS_JOBID= 9085408
Free space on /tmp= 103180 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray32_32.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556112-1238746368/watcher-1556112-1238746368 -o /tmp/evaluation-result-1556112-1238746368/solver-1556112-1238746368 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1556112-1238746368.cnf

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

MD5SUM BENCH= b7a07371a2da4a8c8bef63c213dd1e15
RANDOM SEED=1261984143

node56.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.256
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.256
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:       1746800 kB
Buffers:         44224 kB
Cached:         183496 kB
SwapCached:       9328 kB
Active:          96624 kB
Inactive:       141896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746800 kB
SwapTotal:     4192956 kB
SwapFree:      4177732 kB
Dirty:            5772 kB
Writeback:           0 kB
Mapped:          16380 kB
Slab:            56476 kB
Committed_AS:  2884800 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103176 MiB
End job on node56 at 2009-04-03 10:32:51