Trace number 312767

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, and are wall clock time (not CPU 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
Spear FH 1.0? (TO) 1200.14 1200.46

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1354.33
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/312767-1176859599/instance-312767-1176859599.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node2/watcher-312767-1176859599 -o ROOT/results/node2/solver-312767-1176859599 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/312767-1176859599/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/312767-1176859599/instance-312767-1176859599.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): 2400 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.08 1.06 1.01 3/77 14236
/proc/meminfo: memFree=1621816/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=1700 CPUtime=0
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 235 0 0 0 0 0 0 0 18 0 1 0 161997768 1740800 220 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134513448 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 425 221 128 302 0 120 0

[startup+0.092581 s]
/proc/loadavg: 1.08 1.06 1.01 3/77 14236
/proc/meminfo: memFree=1621816/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=8956 CPUtime=0.08
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 2231 0 0 0 7 1 0 0 18 0 1 0 161997768 9170944 1638 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 2239 1638 128 302 0 1934 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8956

[startup+0.102582 s]
/proc/loadavg: 1.08 1.06 1.01 3/77 14236
/proc/meminfo: memFree=1621816/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=8248 CPUtime=0.09
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 2282 0 0 0 8 1 0 0 18 0 1 0 161997768 8445952 1496 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 2062 1496 128 302 0 1757 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8248

[startup+0.301603 s]
/proc/loadavg: 1.08 1.06 1.01 3/77 14236
/proc/meminfo: memFree=1621816/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=14404 CPUtime=0.29
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 4224 0 0 0 26 3 0 0 19 0 1 0 161997768 14749696 3340 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 3602 3342 129 302 0 3297 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14404

[startup+0.701644 s]
/proc/loadavg: 1.08 1.06 1.01 3/77 14236
/proc/meminfo: memFree=1621816/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=37028 CPUtime=0.69
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 11537 0 0 0 59 10 0 0 23 0 1 0 161997768 37916672 8024 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 9257 8024 129 302 0 8952 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37028

[startup+1.50173 s]
/proc/loadavg: 1.08 1.06 1.01 2/78 14237
/proc/meminfo: memFree=1579056/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=68996 CPUtime=1.49
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 20851 0 0 0 121 28 0 0 25 0 1 0 161997768 70651904 13751 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 17249 13751 129 302 0 16944 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68996

[startup+3.10189 s]
/proc/loadavg: 1.08 1.06 1.01 2/78 14237
/proc/meminfo: memFree=1553392/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=111648 CPUtime=3.09
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 32134 0 0 0 273 36 0 0 25 0 1 0 161997768 114327552 24009 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 27912 24009 129 302 0 27607 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111648

[startup+6.30123 s]
/proc/loadavg: 1.08 1.06 1.01 2/78 14237
/proc/meminfo: memFree=1515632/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=122148 CPUtime=6.29
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 35174 0 0 0 589 40 0 0 25 0 1 0 161997768 125079552 26565 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 30537 26565 140 302 0 30232 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122148

[startup+12.7019 s]
/proc/loadavg: 1.06 1.06 1.01 2/78 14237
/proc/meminfo: memFree=1515760/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=122148 CPUtime=12.69
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 35174 0 0 0 1225 44 0 0 25 0 1 0 161997768 125079552 26565 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 30537 26565 140 302 0 30232 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 122148

[startup+25.5022 s]
/proc/loadavg: 1.05 1.05 1.00 2/78 14237
/proc/meminfo: memFree=1515952/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=122292 CPUtime=25.48
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 35194 0 0 0 2499 49 0 0 25 0 1 0 161997768 125227008 26585 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 30573 26585 140 302 0 30268 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 122292

[startup+51.1029 s]
/proc/loadavg: 1.03 1.05 1.00 2/78 14237
/proc/meminfo: memFree=1514928/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=123544 CPUtime=51.07
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 35524 0 0 0 5052 55 0 0 25 0 1 0 161997768 126509056 26915 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 30886 26915 140 302 0 30581 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 123544

[startup+102.305 s]
/proc/loadavg: 1.01 1.04 1.00 2/78 14237
/proc/meminfo: memFree=1505200/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=133196 CPUtime=102.26
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 37951 0 0 0 10163 63 0 0 25 0 1 0 161997768 136392704 29322 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524770 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 33299 29322 140 302 0 32994 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 133196

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 14237
/proc/meminfo: memFree=1494064/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=144500 CPUtime=162.24
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 40807 0 0 0 16155 69 0 0 25 0 1 0 161997768 147968000 32155 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 36125 32155 140 302 0 35820 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 144500

[startup+222.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 14237
/proc/meminfo: memFree=1480880/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=157528 CPUtime=222.22
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 44072 0 0 0 22147 75 0 0 25 0 1 0 161997768 161308672 35408 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 39382 35408 140 302 0 39077 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 157528

[startup+282.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 14237
/proc/meminfo: memFree=1468144/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=170360 CPUtime=282.2
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 47298 0 0 0 28141 79 0 0 25 0 1 0 161997768 174448640 38592 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524751 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 42590 38592 140 302 0 42285 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 170360

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 14239
/proc/meminfo: memFree=1455152/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=183200 CPUtime=342.19
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 50737 0 0 0 34136 83 0 0 25 0 1 0 161997768 187596800 41810 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524550 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 45800 41810 140 302 0 45495 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 183200

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1444144/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=194208 CPUtime=402.18
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 53642 0 0 0 40128 90 0 0 25 0 1 0 161997768 198868992 44553 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524662 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 48552 44553 140 302 0 48247 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 194208

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1432816/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=205488 CPUtime=462.16
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 56487 0 0 0 46122 94 0 0 25 0 1 0 161997768 210419712 47379 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 51372 47379 140 302 0 51067 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 205488

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1415984/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=222556 CPUtime=522.14
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 60777 0 0 0 52116 98 0 0 25 0 1 0 161997768 227897344 51656 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524846 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 55639 51656 140 302 0 55334 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 222556

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1400752/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=237460 CPUtime=582.13
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 64541 0 0 0 58109 104 0 0 25 0 1 0 161997768 243159040 55382 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 59365 55382 140 302 0 59060 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 237460

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1394544/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=243556 CPUtime=642.11
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 66249 0 0 0 64105 106 0 0 25 0 1 0 161997768 249401344 56913 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524812 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 60889 56913 140 302 0 60584 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 243556

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1389744/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=248520 CPUtime=702.1
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 67512 0 0 0 70102 108 0 0 25 0 1 0 161997768 254484480 58122 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524596 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 62130 58122 140 302 0 61825 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 248520

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1381744/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=256316 CPUtime=762.08
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 69828 0 0 0 76098 110 0 0 25 0 1 0 161997768 262467584 60107 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524706 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 64079 60107 140 302 0 63774 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 256316

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1376432/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=261640 CPUtime=822.06
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 71243 0 0 0 82094 112 0 0 25 0 1 0 161997768 267919360 61443 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134513512 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 65410 61443 140 302 0 65105 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 261640

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1370288/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=267708 CPUtime=882.05
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 72754 0 0 0 88090 115 0 0 25 0 1 0 161997768 274132992 62954 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524738 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 66927 62954 140 302 0 66622 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 267708

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1362928/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=275380 CPUtime=942.04
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 74665 0 0 0 94085 119 0 0 25 0 1 0 161997768 281989120 64845 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524702 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 68845 64845 140 302 0 68540 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 275380

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1342576/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=295404 CPUtime=1002.02
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 79824 0 0 0 100078 124 0 0 25 0 1 0 161997768 302493696 69888 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 73851 69888 140 302 0 73546 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 295404

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14239
/proc/meminfo: memFree=1321712/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=316644 CPUtime=1062
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 85605 0 0 0 106071 129 0 0 25 0 1 0 161997768 324243456 75126 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524516 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 79161 75126 140 302 0 78856 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 316644

[startup+1122.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 14239
/proc/meminfo: memFree=1313584/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=324548 CPUtime=1121.99
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 87579 0 0 0 112065 134 0 0 25 0 1 0 161997768 332337152 77097 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 81137 77097 140 302 0 80832 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 324548

[startup+1182.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/78 14239
/proc/meminfo: memFree=1299760/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=338452 CPUtime=1181.97
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 91089 0 0 0 118057 140 0 0 25 0 1 0 161997768 346574848 80596 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524542 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 84613 80596 140 302 0 84308 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 338452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.07 1.03 1.00 2/78 14239
/proc/meminfo: memFree=1296432/2055920 swapFree=4138452/4192956
[pid=14236] ppid=14234 vsize=341584 CPUtime=1200.07
/proc/14236/stat : 14236 (Spear-32) R 14234 14236 12803 0 -1 4194304 91906 0 0 0 119866 141 0 0 25 0 1 0 161997768 349782016 81384 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/14236/statm: 85396 81384 140 302 0 85091 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 341584

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.14
CPU user time (s): 1198.67
CPU system time (s): 1.46878
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 341712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.67
system time used= 1.46878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91906
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= 6
involuntary context switches= 24969

runsolver used 1.25181 second user time and 2.81857 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Wed Apr 18 01:26:40 UTC 2007

IDJOB= 312767
IDBENCH= 20349
IDSOLVER= 132
FILE ID= node2/312767-1176859599

PBS_JOBID= 4590199

Free space on /tmp= 66487 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= /tmp/evaluation/312767-1176859599/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/312767-1176859599/instance-312767-1176859599.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-312767-1176859599 -o ROOT/results/node2/solver-312767-1176859599 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/312767-1176859599/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/312767-1176859599/instance-312767-1176859599.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f72920912a1bb14f90e9fea5dee0ec1c

RANDOM SEED= 239218834

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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:       1622288 kB
Buffers:         33052 kB
Cached:         324660 kB
SwapCached:      22952 kB
Active:         155784 kB
Inactive:       236432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622288 kB
SwapTotal:     4192956 kB
SwapFree:      4138452 kB
Dirty:           27248 kB
Writeback:           0 kB
Mapped:          30816 kB
Slab:            26904 kB
Committed_AS:  7102216 kB
PageTables:       1864 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= 66487 MiB

End job on node2 on Wed Apr 18 01:46:42 UTC 2007