Trace number 1721392

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.46

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_17_UNKNOWN.cnf
MD5SUMd554330e1400d4f25a793413df9abc4e
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 variables3582
Number of clauses395999
Sum of the clauses size1182858
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25604
Number of clauses of size 3390364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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-1721392-1240666246/watcher-1721392-1240666246 -o /tmp/evaluation-result-1721392-1240666246/solver-1721392-1240666246 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1721392-1240666246.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.84 1.92 1.66 3/64 4653
/proc/meminfo: memFree=1805320/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=4892 CPUtime=0
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 853 0 0 0 0 0 0 0 20 0 1 0 94652661 5009408 838 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 1256 844 208 541 0 706 0

[startup+0.0677539 s]
/proc/loadavg: 1.84 1.92 1.66 3/64 4653
/proc/meminfo: memFree=1805320/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=10880 CPUtime=0.06
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 1434 0 0 0 6 0 0 0 20 0 1 0 94652661 11141120 1418 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 2720 1418 219 541 0 2170 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10880

[startup+0.101756 s]
/proc/loadavg: 1.84 1.92 1.66 3/64 4653
/proc/meminfo: memFree=1805320/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=11672 CPUtime=0.09
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 1639 0 0 0 9 0 0 0 20 0 1 0 94652661 11952128 1623 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 2918 1624 219 541 0 2368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11672

[startup+0.30178 s]
/proc/loadavg: 1.84 1.92 1.66 3/64 4653
/proc/meminfo: memFree=1805320/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=15776 CPUtime=0.29
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 2772 0 0 0 28 1 0 0 22 0 1 0 94652661 16154624 2756 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 3944 2756 219 541 0 3394 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15776

[startup+0.701827 s]
/proc/loadavg: 1.84 1.92 1.66 3/64 4653
/proc/meminfo: memFree=1805320/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=23588 CPUtime=0.68
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 4856 0 0 0 67 1 0 0 25 0 1 0 94652661 24154112 4840 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 5897 4840 219 541 0 5347 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23588

[startup+1.50292 s]
/proc/loadavg: 1.84 1.92 1.66 2/65 4654
/proc/meminfo: memFree=1779200/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=40476 CPUtime=1.49
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 9414 0 0 0 146 3 0 0 25 0 1 0 94652661 41447424 9398 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 10119 9398 219 541 0 9569 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40476

[startup+3.10111 s]
/proc/loadavg: 1.84 1.92 1.66 2/65 4654
/proc/meminfo: memFree=1748160/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=60916 CPUtime=3.08
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 14468 0 0 0 304 4 0 0 25 0 1 0 94652661 62377984 14452 1992294400 4194304 6412682 548682068832 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 15229 14452 239 541 0 14679 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 60916

[startup+6.30148 s]
/proc/loadavg: 1.77 1.90 1.66 2/65 4654
/proc/meminfo: memFree=1748160/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=60916 CPUtime=6.28
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 14468 0 0 0 624 4 0 0 25 0 1 0 94652661 62377984 14452 1992294400 4194304 6412682 548682068832 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 15229 14452 239 541 0 14679 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 60916

[startup+12.7012 s]
/proc/loadavg: 1.71 1.89 1.66 2/65 4654
/proc/meminfo: memFree=1730048/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=81748 CPUtime=12.69
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 18666 0 0 0 1261 8 0 0 25 0 1 0 94652661 83709952 18650 1992294400 4194304 6412682 548682068832 18446744073709551615 4564578 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 20437 18650 247 541 0 19887 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81748

[startup+25.5017 s]
/proc/loadavg: 1.55 1.84 1.64 2/65 4654
/proc/meminfo: memFree=1730240/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=81748 CPUtime=25.48
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 18666 0 0 0 2540 8 0 0 25 0 1 0 94652661 83709952 18650 1992294400 4194304 6412682 548682068832 18446744073709551615 4564594 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 20437 18650 247 541 0 19887 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 81748

[startup+51.1017 s]
/proc/loadavg: 1.44 1.79 1.63 2/65 4654
/proc/meminfo: memFree=1722624/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=89260 CPUtime=51.06
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 21290 0 0 0 5094 12 0 0 25 0 1 0 94652661 91402240 20589 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 22315 20589 257 541 0 21765 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 89260

[startup+102.306 s]
/proc/loadavg: 1.19 1.67 1.60 2/65 4654
/proc/meminfo: memFree=1682368/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=133740 CPUtime=102.25
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 31727 0 0 0 10199 26 0 0 25 0 1 0 94652661 136949760 30638 1992294400 4194304 6412682 548682068832 18446744073709551615 4286872 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 33435 30638 257 541 0 32885 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 133740

[startup+162.302 s]
/proc/loadavg: 1.18 1.57 1.57 2/65 4654
/proc/meminfo: memFree=1665600/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=152940 CPUtime=162.24
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 36046 0 0 0 16191 33 0 0 25 0 1 0 94652661 156610560 34821 1992294400 4194304 6412682 548682068832 18446744073709551615 4287605 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 38235 34821 257 541 0 37685 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 152940

[startup+222.302 s]
/proc/loadavg: 1.14 1.48 1.53 2/65 4654
/proc/meminfo: memFree=1651968/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=166972 CPUtime=222.22
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 39592 0 0 0 22184 38 0 0 25 0 1 0 94652661 170979328 38211 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 41743 38211 257 541 0 41193 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 166972

[startup+282.302 s]
/proc/loadavg: 1.12 1.41 1.50 2/65 4654
/proc/meminfo: memFree=1626304/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=198884 CPUtime=282.2
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 46124 0 0 0 28177 43 0 0 25 0 1 0 94652661 203657216 44564 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 49721 44564 257 541 0 49171 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 198884

[startup+342.302 s]
/proc/loadavg: 1.10 1.35 1.47 2/65 4654
/proc/meminfo: memFree=1614400/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=214636 CPUtime=342.19
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 49434 0 0 0 34166 53 0 0 25 0 1 0 94652661 219787264 47668 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 53659 47668 257 541 0 53109 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 214636

[startup+402.302 s]
/proc/loadavg: 1.09 1.30 1.45 2/65 4654
/proc/meminfo: memFree=1583744/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=249624 CPUtime=402.17
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 57475 0 0 0 40154 63 0 0 25 0 1 0 94652661 255614976 55472 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 62406 55472 257 541 0 61856 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 249624

[startup+462.302 s]
/proc/loadavg: 1.08 1.25 1.42 2/65 4654
/proc/meminfo: memFree=1569280/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=264428 CPUtime=462.15
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 61417 0 0 0 46141 74 0 0 25 0 1 0 94652661 270774272 58828 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 66107 58828 257 541 0 65557 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 264428

[startup+522.302 s]
/proc/loadavg: 1.08 1.22 1.40 2/65 4656
/proc/meminfo: memFree=1545664/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=291068 CPUtime=522.14
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 67635 0 0 0 52130 84 0 0 25 0 1 0 94652661 298053632 64686 1992294400 4194304 6412682 548682068832 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 72767 64686 257 541 0 72217 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 291068

[startup+582.302 s]
/proc/loadavg: 1.07 1.19 1.37 2/65 4656
/proc/meminfo: memFree=1542016/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=295476 CPUtime=582.12
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 68592 0 0 0 58122 90 0 0 25 0 1 0 94652661 302567424 65643 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 73869 65643 257 541 0 73319 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 295476

[startup+642.301 s]
/proc/loadavg: 1.07 1.17 1.35 2/65 4656
/proc/meminfo: memFree=1523520/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=316700 CPUtime=642.11
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 73562 0 0 0 64112 99 0 0 25 0 1 0 94652661 324300800 70199 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 79175 70199 257 541 0 78625 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 316700

[startup+702.301 s]
/proc/loadavg: 1.06 1.15 1.33 2/65 4656
/proc/meminfo: memFree=1517184/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=324380 CPUtime=702.09
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 75131 0 0 0 70106 103 0 0 25 0 1 0 94652661 332165120 71768 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 81095 71768 257 541 0 80545 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 324380

[startup+762.305 s]
/proc/loadavg: 1.06 1.13 1.32 2/65 4656
/proc/meminfo: memFree=1498816/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=342952 CPUtime=762.07
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 80173 0 0 0 76092 115 0 0 25 0 1 0 94652661 351182848 76334 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 85738 76334 257 541 0 85188 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 342952

[startup+822.301 s]
/proc/loadavg: 1.13 1.14 1.30 2/65 4656
/proc/meminfo: memFree=1483648/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=359000 CPUtime=822.05
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 84007 0 0 0 82082 123 0 0 25 0 1 0 94652661 367616000 80168 1992294400 4194304 6412682 548682068832 18446744073709551615 4286900 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 89750 80168 257 541 0 89200 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 359000

[startup+882.301 s]
/proc/loadavg: 1.05 1.11 1.28 2/65 4656
/proc/meminfo: memFree=1466752/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=375716 CPUtime=882.03
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 88162 0 0 0 88075 128 0 0 25 0 1 0 94652661 384733184 84323 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 93929 84323 257 541 0 93379 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 375716

[startup+942.301 s]
/proc/loadavg: 1.08 1.10 1.27 2/65 4656
/proc/meminfo: memFree=1457152/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=385524 CPUtime=942.02
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 91087 0 0 0 94069 133 0 0 25 0 1 0 94652661 394776576 86700 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 96381 86700 257 541 0 95831 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 385524

[startup+1002.3 s]
/proc/loadavg: 1.09 1.10 1.25 2/65 4656
/proc/meminfo: memFree=1453376/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=390324 CPUtime=1002.01
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 92038 0 0 0 100066 135 0 0 25 0 1 0 94652661 399691776 87651 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 97581 87651 257 541 0 97031 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 390324

[startup+1062.3 s]
/proc/loadavg: 1.09 1.09 1.24 2/65 4656
/proc/meminfo: memFree=1447488/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=398004 CPUtime=1061.99
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 93488 0 0 0 106060 139 0 0 25 0 1 0 94652661 407556096 89101 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 99501 89101 257 541 0 98951 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 398004

[startup+1122.3 s]
/proc/loadavg: 1.08 1.09 1.23 2/65 4656
/proc/meminfo: memFree=1443008/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=403764 CPUtime=1121.98
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 94606 0 0 0 112056 142 0 0 25 0 1 0 94652661 413454336 90219 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 100941 90219 257 541 0 100391 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 403764

[startup+1182.3 s]
/proc/loadavg: 1.08 1.08 1.22 2/65 4656
/proc/meminfo: memFree=1436160/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=410956 CPUtime=1181.95
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 96343 0 0 0 118051 144 0 0 25 0 1 0 94652661 420818944 91956 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 102739 91956 257 541 0 102189 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 410956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.06 1.08 1.21 2/65 4656
/proc/meminfo: memFree=1432704/2055920 swapFree=4192812/4192956
[pid=4653] ppid=4651 vsize=414356 CPUtime=1200.06
/proc/4653/stat : 4653 (kw) R 4651 4653 4380 0 -1 0 97174 0 0 0 119860 146 0 0 25 0 1 0 94652661 424300544 92787 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/4653/statm: 103589 92787 257 541 0 103039 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 414356

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.46
CPU time (s): 1200.13
CPU user time (s): 1198.6
CPU system time (s): 1.52177
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 414356

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

runsolver used 0.957854 second user time and 2.49262 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-25 15:30:46
IDJOB=1721392
IDBENCH=71069
IDSOLVER=501
FILE ID=node53/1721392-1240666246
PBS_JOBID= 9186563
Free space on /tmp= 66444 MiB

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

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

MD5SUM BENCH= d554330e1400d4f25a793413df9abc4e
RANDOM SEED=1915758425

node53.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1806568 kB
Buffers:         10240 kB
Cached:         166892 kB
SwapCached:        144 kB
Active:          34980 kB
Inactive:       156212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8868 kB
Writeback:           0 kB
Mapped:          23684 kB
Slab:            44172 kB
Committed_AS:   260136 kB
PageTables:       1376 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= 66440 MiB
End job on node53 at 2009-04-25 15:50:49