Trace number 1723870

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.13 1200.79

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark253.941
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

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-1723870-1240689634/watcher-1723870-1240689634 -o /tmp/evaluation-result-1723870-1240689634/solver-1723870-1240689634 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1723870-1240689634.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.85 0.97 0.99 3/64 21278
/proc/meminfo: memFree=1693248/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=6084 CPUtime=0
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 935 0 0 0 0 0 0 0 18 0 1 0 96997003 6230016 919 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 1521 924 208 541 0 971 0

[startup+0.0744799 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21278
/proc/meminfo: memFree=1693248/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=25508 CPUtime=0.06
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 4275 0 0 0 5 1 0 0 18 0 1 0 96997003 26120192 4259 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 6377 4259 219 541 0 5827 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25508

[startup+0.101482 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21278
/proc/meminfo: memFree=1693248/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=26036 CPUtime=0.09
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 4405 0 0 0 7 2 0 0 18 0 1 0 96997003 26660864 4389 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 6509 4389 219 541 0 5959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26036

[startup+0.301508 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21278
/proc/meminfo: memFree=1693248/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=29468 CPUtime=0.29
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 5377 0 0 0 27 2 0 0 20 0 1 0 96997003 30175232 5361 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 7367 5361 219 541 0 6817 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29468

[startup+0.701561 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21278
/proc/meminfo: memFree=1693248/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=36392 CPUtime=0.69
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 7269 0 0 0 66 3 0 0 24 0 1 0 96997003 37265408 7253 1992294400 4194304 6412682 548682068864 18446744073709551615 4349341 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 9098 7254 219 541 0 8548 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36392

[startup+1.50167 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 21279
/proc/meminfo: memFree=1658808/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=50364 CPUtime=1.49
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 11470 0 0 0 143 6 0 0 25 0 1 0 96997003 51572736 11069 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 12591 11069 220 541 0 12041 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50364

[startup+3.10188 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 21279
/proc/meminfo: memFree=1637752/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=77652 CPUtime=3.09
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 19657 0 0 0 299 10 0 0 25 0 1 0 96997003 79515648 18487 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 19413 18487 220 541 0 18863 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77652

[startup+6.3013 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 21279
/proc/meminfo: memFree=1578936/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=124156 CPUtime=6.28
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 29884 0 0 0 613 15 0 0 25 0 1 0 96997003 127135744 28714 1992294400 4194304 6412682 548682068864 18446744073709551615 4564963 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 31039 28714 239 541 0 30489 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 124156

[startup+12.7011 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 21279
/proc/meminfo: memFree=1568528/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=133456 CPUtime=12.68
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 32401 0 0 0 1249 19 0 0 25 0 1 0 96997003 136658944 31231 1992294400 4194304 6412682 548682068864 18446744073709551615 4564952 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 33364 31231 248 541 0 32814 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 133456

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 21279
/proc/meminfo: memFree=1555480/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=146344 CPUtime=25.48
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 35540 0 0 0 2526 22 0 0 25 0 1 0 96997003 149856256 34370 1992294400 4194304 6412682 548682068864 18446744073709551615 4508833 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 36586 34370 248 541 0 36036 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 146344

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1554384/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=146344 CPUtime=51.02
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 35841 0 0 0 5062 40 0 0 25 0 1 0 96997003 149856256 34671 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 36586 34671 258 541 0 36036 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 146344

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1521104/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=183008 CPUtime=102.21
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 44120 0 0 0 10150 71 0 0 25 0 1 0 96997003 187400192 42950 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 45752 42950 258 541 0 45202 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 183008

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1487248/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=221624 CPUtime=162.17
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 52923 0 0 0 16103 114 0 0 25 0 1 0 96997003 226942976 51753 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 55406 51753 258 541 0 54856 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 221624

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1450192/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=259180 CPUtime=222.13
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 61826 0 0 0 22050 163 0 0 25 0 1 0 96997003 265400320 60656 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 64795 60656 258 541 0 64245 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 259180

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1411152/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=299012 CPUtime=282.11
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 71538 0 0 0 28007 204 0 0 25 0 1 0 96997003 306188288 70368 1992294400 4194304 6412682 548682068864 18446744073709551615 4361644 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 74753 70368 258 541 0 74203 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 299012

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1393624/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=316980 CPUtime=342.08
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 75924 0 0 0 33966 242 0 0 25 0 1 0 96997003 324587520 74754 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/21278/statm: 79245 74754 258 541 0 78695 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 316980

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1361560/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=349520 CPUtime=402.03
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 83914 0 0 0 39925 278 0 0 25 0 1 0 96997003 357908480 82744 1992294400 4194304 6412682 548682068864 18446744073709551615 4333410 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 87380 82744 258 541 0 86830 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 349520

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1335512/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=378992 CPUtime=462.01
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 90410 0 0 0 45882 319 0 0 25 0 1 0 96997003 388087808 89240 1992294400 4194304 6412682 548682068864 18446744073709551615 4328922 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 94748 89240 258 541 0 94198 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 378992

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1321624/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=394880 CPUtime=521.98
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 94123 0 0 0 51850 348 0 0 25 0 1 0 96997003 404357120 92953 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 98720 92953 258 541 0 98170 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 394880

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1287256/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=428084 CPUtime=581.95
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 103283 0 0 0 57816 379 0 0 25 0 1 0 96997003 438358016 101268 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 107021 101268 258 541 0 106471 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 428084

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1270232/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=445504 CPUtime=641.93
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 107533 0 0 0 63786 407 0 0 25 0 1 0 96997003 456196096 105518 1992294400 4194304 6412682 548682068864 18446744073709551615 4296559 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 111376 105518 258 541 0 110826 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 445504

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1265944/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=453264 CPUtime=701.89
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 109564 0 0 0 69759 430 0 0 25 0 1 0 96997003 464142336 106576 1992294400 4194304 6412682 548682068864 18446744073709551615 5277709 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 113316 106576 258 541 0 112766 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 453264

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1236312/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=484348 CPUtime=761.86
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 116967 0 0 0 75732 454 0 0 25 0 1 0 96997003 495972352 113979 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 121087 113979 258 541 0 120537 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 484348

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1214424/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=508388 CPUtime=821.83
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 123524 0 0 0 81705 478 0 0 25 0 1 0 96997003 520589312 119418 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 127097 119418 258 541 0 126547 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 508388

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1209176/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=513828 CPUtime=881.79
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 124825 0 0 0 87681 498 0 0 25 0 1 0 96997003 526159872 120719 1992294400 4194304 6412682 548682068864 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 1 0 0
/proc/21278/statm: 128457 120719 258 541 0 127907 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 513828

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1172760/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=555040 CPUtime=941.75
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 134055 0 0 0 93656 519 0 0 25 0 1 0 96997003 568360960 129949 1992294400 4194304 6412682 548682068864 18446744073709551615 4286872 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 138760 129949 258 541 0 138210 0
Current children cumulated CPU time (s) 941.75
Current children cumulated vsize (KiB) 555040

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1150552/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=577240 CPUtime=1001.73
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 140733 0 0 0 99632 541 0 0 25 0 1 0 96997003 591093760 135342 1992294400 4194304 6412682 548682068864 18446744073709551615 5277709 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 144310 135342 258 541 0 143760 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 577240

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1147672/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=579800 CPUtime=1061.69
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 141455 0 0 0 105608 561 0 0 25 0 1 0 96997003 593715200 136064 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 144950 136064 258 541 0 144400 0
Current children cumulated CPU time (s) 1061.69
Current children cumulated vsize (KiB) 579800

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1143640/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=583640 CPUtime=1121.67
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 142446 0 0 0 111591 576 0 0 25 0 1 0 96997003 597647360 137055 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 145910 137055 258 541 0 145360 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 583640

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1108952/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=624612 CPUtime=1181.63
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 151332 0 0 0 117570 593 0 0 25 0 1 0 96997003 639602688 145941 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 156153 145941 258 541 0 155603 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 624612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1104664/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=628892 CPUtime=1200.04
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 153599 0 0 0 119408 596 0 0 25 0 1 0 96997003 643985408 146729 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 157223 146729 258 541 0 156673 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 628892

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21285
/proc/meminfo: memFree=1104664/2055920 swapFree=4181092/4192956
[pid=21278] ppid=21276 vsize=628892 CPUtime=1200.04
/proc/21278/stat : 21278 (kw) R 21276 21278 21241 0 -1 0 153599 0 0 0 119408 596 0 0 25 0 1 0 96997003 643985408 146729 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21278/statm: 157223 146729 258 541 0 156673 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 628892

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.79
CPU time (s): 1200.13
CPU user time (s): 1194.08
CPU system time (s): 6.04708
CPU usage (%): 99.9449
Max. virtual memory (cumulated for all children) (KiB): 634872

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

runsolver used 1.06184 second user time and 3.3145 second system time

The end

Launcher Data

Begin job on node13 at 2009-04-25 22:00:35
IDJOB=1723870
IDBENCH=71743
IDSOLVER=501
FILE ID=node13/1723870-1240689634
PBS_JOBID= 9186720
Free space on /tmp= 66220 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723870-1240689634/watcher-1723870-1240689634 -o /tmp/evaluation-result-1723870-1240689634/solver-1723870-1240689634 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1723870-1240689634.cnf

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=326084014

node13.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.227
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.227
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:       1693728 kB
Buffers:         38116 kB
Cached:         250404 kB
SwapCached:       5580 kB
Active:         102140 kB
Inactive:       194304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693728 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:           15484 kB
Writeback:           0 kB
Mapped:          13344 kB
Slab:            51732 kB
Committed_AS:   307032 kB
PageTables:       1460 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= 66216 MiB
End job on node13 at 2009-04-25 22:20:38