Trace number 1520639

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.06 1200.42

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/360/
unif-k3-r4.25-v360-c1530-S1293537826-039.cnf
MD5SUM3cbdb12135a22f8cc0405b84f56b2b22
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.051991
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1530
Sum of the clauses size4590
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31530
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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1520639-1238309304/watcher-1520639-1238309304 -o /tmp/evaluation-result-1520639-1238309304/solver-1520639-1238309304 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520639-1238309304.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.07 1.02 1.00 2/65 25680
/proc/meminfo: memFree=1381112/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=2872 CPUtime=0
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 338 0 0 0 0 0 0 0 18 0 1 0 457264286 2940928 322 1992294400 4194304 6412682 548682068864 18446744073709551615 5492746 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 718 322 219 541 0 168 0

[startup+0.0320961 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 25680
/proc/meminfo: memFree=1381112/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=3004 CPUtime=0.03
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 411 0 0 0 3 0 0 0 18 0 1 0 457264286 3076096 395 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 751 395 253 541 0 201 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3004

[startup+0.101104 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 25680
/proc/meminfo: memFree=1381112/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=3400 CPUtime=0.09
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 506 0 0 0 9 0 0 0 18 0 1 0 457264286 3481600 490 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 850 490 253 541 0 300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3400

[startup+0.301125 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 25680
/proc/meminfo: memFree=1381112/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=4196 CPUtime=0.29
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 729 0 0 0 29 0 0 0 19 0 1 0 457264286 4296704 713 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 1049 713 253 541 0 499 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4196

[startup+0.70117 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 25680
/proc/meminfo: memFree=1381112/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=5576 CPUtime=0.69
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 1055 0 0 0 69 0 0 0 22 0 1 0 457264286 5709824 1039 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 1394 1039 253 541 0 844 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5576

[startup+1.50126 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 25681
/proc/meminfo: memFree=1377392/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=7352 CPUtime=1.49
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 1481 0 0 0 148 1 0 0 25 0 1 0 457264286 7528448 1425 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 1838 1425 253 541 0 1288 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7352

[startup+3.10144 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 25681
/proc/meminfo: memFree=1375984/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=8668 CPUtime=3.09
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 1814 0 0 0 308 1 0 0 25 0 1 0 457264286 8876032 1713 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 2167 1713 256 541 0 1617 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8668

[startup+6.30281 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 25681
/proc/meminfo: memFree=1374064/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=10488 CPUtime=6.29
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 2371 0 0 0 626 3 0 0 25 0 1 0 457264286 10739712 2158 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 2622 2158 256 541 0 2072 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10488

[startup+12.7015 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 25681
/proc/meminfo: memFree=1370672/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=13944 CPUtime=12.69
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 3221 0 0 0 1264 5 0 0 25 0 1 0 457264286 14278656 2860 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 3486 2860 256 541 0 2936 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13944

[startup+25.502 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 25681
/proc/meminfo: memFree=1367600/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=17144 CPUtime=25.48
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 4189 0 0 0 2539 9 0 0 25 0 1 0 457264286 17555456 3633 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 4286 3633 256 541 0 3736 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17144

[startup+51.1019 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 25681
/proc/meminfo: memFree=1361712/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=24316 CPUtime=51.08
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 6082 0 0 0 5092 16 0 0 25 0 1 0 457264286 24899584 5110 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 6079 5110 256 541 0 5529 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24316

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 25681
/proc/meminfo: memFree=1352048/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=34428 CPUtime=102.27
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 9045 0 0 0 10200 27 0 0 25 0 1 0 457264286 35254272 7441 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 8607 7441 256 541 0 8057 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 34428

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25683
/proc/meminfo: memFree=1346544/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=40832 CPUtime=162.24
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 10760 0 0 0 16189 35 0 0 25 0 1 0 457264286 41811968 8879 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 10208 8879 256 541 0 9658 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40832

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25683
/proc/meminfo: memFree=1340144/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=49484 CPUtime=222.23
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 12687 0 0 0 22178 45 0 0 25 0 1 0 457264286 50671616 10488 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 12371 10488 256 541 0 11821 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 49484

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25683
/proc/meminfo: memFree=1335664/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=54540 CPUtime=282.2
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 14191 0 0 0 28170 50 0 0 25 0 1 0 457264286 55848960 11626 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 13635 11626 256 541 0 13085 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 54540

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25683
/proc/meminfo: memFree=1330736/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=59392 CPUtime=342.19
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 15797 0 0 0 34162 57 0 0 25 0 1 0 457264286 60817408 12811 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 14848 12811 256 541 0 14298 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 59392

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25683
/proc/meminfo: memFree=1325296/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=64512 CPUtime=402.17
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 17626 0 0 0 40153 64 0 0 25 0 1 0 457264286 66060288 14156 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 16128 14156 256 541 0 15578 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 64512

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25683
/proc/meminfo: memFree=1320944/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=69688 CPUtime=462.15
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 18737 0 0 0 46145 70 0 0 25 0 1 0 457264286 71360512 15267 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 17422 15267 256 541 0 16872 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 69688

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25683
/proc/meminfo: memFree=1315632/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=74796 CPUtime=522.13
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 20609 0 0 0 52136 77 0 0 25 0 1 0 457264286 76591104 16583 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 18699 16583 256 541 0 18149 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 74796

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25683
/proc/meminfo: memFree=1311472/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=78636 CPUtime=582.11
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 21658 0 0 0 58129 82 0 0 25 0 1 0 457264286 80523264 17632 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 19659 17632 256 541 0 19109 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 78636

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25683
/proc/meminfo: memFree=1305072/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=88704 CPUtime=642.11
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 23825 0 0 0 64123 88 0 0 25 0 1 0 457264286 90832896 19159 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 22176 19159 256 541 0 21626 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 88704

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25683
/proc/meminfo: memFree=1304816/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=89184 CPUtime=702.08
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 23943 0 0 0 70115 93 0 0 25 0 1 0 457264286 91324416 19277 1992294400 4194304 6412682 548682068864 18446744073709551615 4286911 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 22296 19277 256 541 0 21746 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 89184

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25689
/proc/meminfo: memFree=1298160/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=96168 CPUtime=762.06
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 25587 0 0 0 76105 101 0 0 25 0 1 0 457264286 98476032 20921 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 24042 20921 256 541 0 23492 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 96168

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25689
/proc/meminfo: memFree=1295664/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=98260 CPUtime=822.04
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 26946 0 0 0 82097 107 0 0 25 0 1 0 457264286 100618240 21544 1992294400 4194304 6412682 548682068864 18446744073709551615 4287583 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 24565 21544 256 541 0 24015 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 98260

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25689
/proc/meminfo: memFree=1293040/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=100860 CPUtime=882.02
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 27593 0 0 0 88089 113 0 0 25 0 1 0 457264286 103280640 22191 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 25215 22191 256 541 0 24665 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 100860

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25689
/proc/meminfo: memFree=1287664/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=108540 CPUtime=942
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 28949 0 0 0 94082 118 0 0 25 0 1 0 457264286 111144960 23547 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 27135 23547 256 541 0 26585 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 108540

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25689
/proc/meminfo: memFree=1280176/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=117312 CPUtime=1001.99
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 30819 0 0 0 100074 125 0 0 25 0 1 0 457264286 120127488 25417 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 29328 25417 256 541 0 28778 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 117312

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25689
/proc/meminfo: memFree=1279152/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=119020 CPUtime=1061.97
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 31914 0 0 0 106066 131 0 0 25 0 1 0 457264286 121876480 25666 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 29755 25666 256 541 0 29205 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 119020

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25689
/proc/meminfo: memFree=1278256/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=119660 CPUtime=1121.95
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 32142 0 0 0 112059 136 0 0 25 0 1 0 457264286 122531840 25894 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 29915 25894 256 541 0 29365 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 119660

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25689
/proc/meminfo: memFree=1277424/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=119820 CPUtime=1181.94
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 32336 0 0 0 118052 142 0 0 25 0 1 0 457264286 122695680 26088 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 29955 26088 256 541 0 29405 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 119820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25689
/proc/meminfo: memFree=1276208/2055920 swapFree=4178736/4192956
[pid=25680] ppid=25678 vsize=120768 CPUtime=1200.04
/proc/25680/stat : 25680 (kw) R 25678 25680 25188 0 -1 0 32637 0 0 0 119860 144 0 0 25 0 1 0 457264286 123666432 26389 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 30192 26389 256 541 0 29642 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 120768

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.42
CPU time (s): 1200.06
CPU user time (s): 1198.6
CPU system time (s): 1.45978
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 120960

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

runsolver used 1.47778 second user time and 2.6336 second system time

The end

Launcher Data

Begin job on node32 at 2009-03-29 08:48:24
IDJOB=1520639
IDBENCH=70749
IDSOLVER=501
FILE ID=node32/1520639-1238309304
PBS_JOBID= 9061067
Free space on /tmp= 66456 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/360/unif-k3-r4.25-v360-c1530-S1293537826-039.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520639-1238309304/watcher-1520639-1238309304 -o /tmp/evaluation-result-1520639-1238309304/solver-1520639-1238309304 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520639-1238309304.cnf

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

MD5SUM BENCH= 3cbdb12135a22f8cc0405b84f56b2b22
RANDOM SEED=1724601945

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
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.234
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:       1381848 kB
Buffers:         73460 kB
Cached:         529020 kB
SwapCached:       7344 kB
Active:         177972 kB
Inactive:       433204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381848 kB
SwapTotal:     4192956 kB
SwapFree:      4178736 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          14472 kB
Slab:            48656 kB
Committed_AS:  1449784 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node32 at 2009-03-29 09:08:27