Trace number 1725978

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

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-230-2.sat05-2189.reshuffled-07.cnf
MD5SUM87d9c7ce297970bb210f40783f709fcc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables230
Number of clauses920
Sum of the clauses size2760
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3920
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-1725978-1240708206/watcher-1725978-1240708206 -o /tmp/evaluation-result-1725978-1240708206/solver-1725978-1240708206 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1725978-1240708206.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.00 3/65 14905
/proc/meminfo: memFree=1624512/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=2724 CPUtime=0
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 313 0 0 0 0 0 0 0 20 0 1 0 98849874 2789376 297 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 681 297 216 541 0 131 0

[startup+0.084165 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14905
/proc/meminfo: memFree=1624512/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=3244 CPUtime=0.08
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 450 0 0 0 8 0 0 0 20 0 1 0 98849874 3321856 434 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 811 434 244 541 0 261 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3244

[startup+0.101167 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14905
/proc/meminfo: memFree=1624512/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=3244 CPUtime=0.09
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 472 0 0 0 9 0 0 0 20 0 1 0 98849874 3321856 456 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 811 456 244 541 0 261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3244

[startup+0.301188 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14905
/proc/meminfo: memFree=1624512/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=4168 CPUtime=0.29
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 690 0 0 0 29 0 0 0 22 0 1 0 98849874 4268032 674 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 1042 674 244 541 0 492 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4168

[startup+0.70123 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14905
/proc/meminfo: memFree=1624512/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=5664 CPUtime=0.69
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 1048 0 0 0 69 0 0 0 25 0 1 0 98849874 5799936 1032 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 1416 1032 244 541 0 866 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5664

[startup+1.50231 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14906
/proc/meminfo: memFree=1620536/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=7484 CPUtime=1.5
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 1509 0 0 0 149 1 0 0 25 0 1 0 98849874 7663616 1453 1992294400 4194304 6412682 548682068864 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 1871 1453 244 541 0 1321 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 7484

[startup+3.10148 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14906
/proc/meminfo: memFree=1618936/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=8932 CPUtime=3.09
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 1865 0 0 0 308 1 0 0 25 0 1 0 98849874 9146368 1764 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 2233 1764 249 541 0 1683 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8932

[startup+6.30182 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14906
/proc/meminfo: memFree=1616320/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=12460 CPUtime=6.29
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 2785 0 0 0 625 4 0 0 25 0 1 0 98849874 12759040 2503 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 3115 2503 249 541 0 2565 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12460

[startup+12.7015 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 14906
/proc/meminfo: memFree=1611712/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=16420 CPUtime=12.69
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 3944 0 0 0 1262 7 0 0 25 0 1 0 98849874 16814080 3388 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 4105 3388 249 541 0 3555 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16420

[startup+25.5018 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 14906
/proc/meminfo: memFree=1604544/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=24784 CPUtime=25.48
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 6129 0 0 0 2535 13 0 0 25 0 1 0 98849874 25378816 5156 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 6196 5156 249 541 0 5646 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24784

[startup+51.1015 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 14906
/proc/meminfo: memFree=1594880/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=35996 CPUtime=51.08
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 9344 0 0 0 5084 24 0 0 25 0 1 0 98849874 36859904 7739 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 8999 7739 249 541 0 8449 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 35996

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 14906
/proc/meminfo: memFree=1579968/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=52376 CPUtime=102.27
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 13858 0 0 0 10188 39 0 0 25 0 1 0 98849874 53633024 11292 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 13094 11292 249 541 0 12544 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 52376

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14906
/proc/meminfo: memFree=1568448/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=64556 CPUtime=162.25
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 17639 0 0 0 16170 55 0 0 25 0 1 0 98849874 66105344 14168 1992294400 4194304 6412682 548682068864 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 16139 14168 249 541 0 15589 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 64556

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14906
/proc/meminfo: memFree=1555712/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=79804 CPUtime=222.23
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 21338 0 0 0 22157 66 0 0 25 0 1 0 98849874 81719296 17311 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 19951 17311 249 541 0 19401 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 79804

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14906
/proc/meminfo: memFree=1548480/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=89084 CPUtime=282.21
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 23767 0 0 0 28143 78 0 0 25 0 1 0 98849874 91222016 19100 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 22271 19100 249 541 0 21721 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 89084

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14906
/proc/meminfo: memFree=1541568/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=97516 CPUtime=342.2
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 25506 0 0 0 34132 88 0 0 25 0 1 0 98849874 99856384 20839 1992294400 4194304 6412682 548682068864 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 24379 20839 249 541 0 23829 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 97516

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14906
/proc/meminfo: memFree=1535616/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=104764 CPUtime=402.19
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 27719 0 0 0 40120 99 0 0 25 0 1 0 98849874 107278336 22316 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 26191 22316 249 541 0 25641 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 104764

[startup+462.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 14906
/proc/meminfo: memFree=1526784/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=114808 CPUtime=462.17
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 29936 0 0 0 46108 109 0 0 25 0 1 0 98849874 117563392 24533 1992294400 4194304 6412682 548682068864 18446744073709551615 4286788 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 28702 24533 249 541 0 28152 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 114808

[startup+522.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 14906
/proc/meminfo: memFree=1522752/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=119716 CPUtime=522.16
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 31777 0 0 0 52100 116 0 0 25 0 1 0 98849874 122589184 25528 1992294400 4194304 6412682 548682068864 18446744073709551615 4286842 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 29929 25528 249 541 0 29379 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 119716

[startup+582.302 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 14906
/proc/meminfo: memFree=1521344/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=120996 CPUtime=582.15
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 32120 0 0 0 58090 125 0 0 25 0 1 0 98849874 123899904 25871 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 30249 25871 249 541 0 29699 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 120996

[startup+642.301 s]
/proc/loadavg: 1.17 1.07 1.01 2/66 14906
/proc/meminfo: memFree=1509888/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=133136 CPUtime=642.13
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 34970 0 0 0 64081 132 0 0 25 0 1 0 98849874 136331264 28721 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 33284 28721 249 541 0 32734 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 133136

[startup+702.302 s]
/proc/loadavg: 1.13 1.07 1.01 2/66 14906
/proc/meminfo: memFree=1509184/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=133400 CPUtime=702.11
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 36123 0 0 0 70073 138 0 0 25 0 1 0 98849874 136601600 28901 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 33350 28901 249 541 0 32800 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 133400

[startup+762.306 s]
/proc/loadavg: 1.04 1.05 1.00 2/66 14906
/proc/meminfo: memFree=1504576/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=139832 CPUtime=762.1
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 37270 0 0 0 76064 146 0 0 25 0 1 0 98849874 143187968 30048 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 34958 30048 249 541 0 34408 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 139832

[startup+822.301 s]
/proc/loadavg: 1.01 1.04 1.00 2/66 14906
/proc/meminfo: memFree=1501440/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=143052 CPUtime=822.08
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 38078 0 0 0 82055 153 0 0 25 0 1 0 98849874 146485248 30856 1992294400 4194304 6412682 548682068864 18446744073709551615 4417510 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 35763 30856 249 541 0 35213 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 143052

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 14906
/proc/meminfo: memFree=1490176/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=155152 CPUtime=882.07
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 40871 0 0 0 88047 160 0 0 25 0 1 0 98849874 158875648 33649 1992294400 4194304 6412682 548682068864 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 38788 33649 249 541 0 38238 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 155152

[startup+942.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 14906
/proc/meminfo: memFree=1493888/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=151404 CPUtime=942.05
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 41050 0 0 0 94039 166 0 0 25 0 1 0 98849874 155037696 32710 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 37851 32710 249 541 0 37301 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 151404

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 14906
/proc/meminfo: memFree=1490240/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=156524 CPUtime=1002.04
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 41952 0 0 0 100031 173 0 0 25 0 1 0 98849874 160280576 33612 1992294400 4194304 6412682 548682068864 18446744073709551615 4286929 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 39131 33612 249 541 0 38581 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 156524

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14906
/proc/meminfo: memFree=1487296/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=161644 CPUtime=1062.02
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 42689 0 0 0 106022 180 0 0 25 0 1 0 98849874 165523456 34349 1992294400 4194304 6412682 548682068864 18446744073709551615 4286788 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 40411 34349 249 541 0 39861 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 161644

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14906
/proc/meminfo: memFree=1482368/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=165788 CPUtime=1122.01
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 43938 0 0 0 112014 187 0 0 25 0 1 0 98849874 169766912 35598 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 41447 35598 249 541 0 40897 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 165788

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14906
/proc/meminfo: memFree=1467968/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=187216 CPUtime=1181.99
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 47499 0 0 0 118006 193 0 0 25 0 1 0 98849874 191709184 39159 1992294400 4194304 6412682 548682068864 18446744073709551615 4296559 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 46804 39159 249 541 0 46254 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 187216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14906
/proc/meminfo: memFree=1467968/2055924 swapFree=4181440/4192956
[pid=14905] ppid=14903 vsize=187216 CPUtime=1200.09
/proc/14905/stat : 14905 (kw) R 14903 14905 14569 0 -1 0 47499 0 0 0 119816 193 0 0 25 0 1 0 98849874 191709184 39159 1992294400 4194304 6412682 548682068864 18446744073709551615 4296559 0 0 4096 0 0 0 0 17 1 0 0
/proc/14905/statm: 46804 39159 249 541 0 46254 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 187216

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.43
CPU time (s): 1200.12
CPU user time (s): 1198.16
CPU system time (s): 1.9597
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 187216

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

runsolver used 1.2998 second user time and 3.07453 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-26 03:10:06
IDJOB=1725978
IDBENCH=24602
IDSOLVER=501
FILE ID=node83/1725978-1240708206
PBS_JOBID= 9186819
Free space on /tmp= 66028 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-230-2.sat05-2189.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725978-1240708206/watcher-1725978-1240708206 -o /tmp/evaluation-result-1725978-1240708206/solver-1725978-1240708206 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1725978-1240708206.cnf

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

MD5SUM BENCH= 87d9c7ce297970bb210f40783f709fcc
RANDOM SEED=955090858

node83.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.222
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.222
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:      2055924 kB
MemFree:       1624928 kB
Buffers:         44316 kB
Cached:         328292 kB
SwapCached:       5336 kB
Active:          93700 kB
Inactive:       287788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1624928 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            2244 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            35484 kB
Committed_AS:   376448 kB
PageTables:       1384 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= 66028 MiB
End job on node83 at 2009-04-26 03:30:08