Trace number 319833

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.07 1200.54

General information on the benchmark

Nameindustrial/grieu/
vmpc_33.cnf
MD5SUM4c4d694bb911a7a13a7cb66a99dd484c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark142.696
Satisfiable
(Un)Satisfiability was proved
Number of variables1089
Number of clauses177375
Sum of the clauses size464310
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269795
Number of clauses of size 3107514
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 566

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/319833-1173036830/instance-319833-1173036830.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-319833-1173036830 -o ROOT/results/node40/solver-319833-1173036830 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319833-1173036830/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/319833-1173036830/instance-319833-1173036830.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: 0.99 0.98 0.97 3/64 31685
/proc/meminfo: memFree=1527536/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=1700 CPUtime=0
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 223 0 0 0 0 0 0 0 18 0 1 0 29637247 1740800 207 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 425 207 128 302 0 120 0

[startup+0.0677659 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 31685
/proc/meminfo: memFree=1527536/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=3424 CPUtime=0.06
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 658 0 0 0 6 0 0 0 18 0 1 0 29637247 3506176 609 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135259207 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 856 610 129 302 0 551 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3424

[startup+0.101771 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 31685
/proc/meminfo: memFree=1527536/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=4216 CPUtime=0.09
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 881 0 0 0 9 0 0 0 18 0 1 0 29637247 4317184 832 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 1054 833 129 302 0 749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4216

[startup+0.301813 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 31685
/proc/meminfo: memFree=1527536/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=9868 CPUtime=0.29
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 2413 0 0 0 28 1 0 0 19 0 1 0 29637247 10104832 2170 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 2467 2170 129 302 0 2162 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9868

[startup+0.701895 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 31685
/proc/meminfo: memFree=1527536/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=11560 CPUtime=0.69
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 2844 0 0 0 68 1 0 0 22 0 1 0 29637247 11837440 2601 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 2890 2601 140 302 0 2585 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11560

[startup+1.50106 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1516968/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=12956 CPUtime=1.49
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 3213 0 0 0 147 2 0 0 25 0 1 0 29637247 13266944 2970 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 3239 2970 140 302 0 2934 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12956

[startup+3.1004 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1515176/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=15064 CPUtime=3.09
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 3726 0 0 0 306 3 0 0 25 0 1 0 29637247 15425536 3483 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 3766 3483 140 302 0 3461 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15064

[startup+6.30107 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1511848/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=17608 CPUtime=6.29
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 4362 0 0 0 624 5 0 0 25 0 1 0 29637247 18030592 4119 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 4402 4119 140 302 0 4097 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17608

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1508080/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=21200 CPUtime=12.69
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 5277 0 0 0 1261 8 0 0 25 0 1 0 29637247 21708800 5001 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 5300 5001 140 302 0 4995 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21200

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1502320/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=26688 CPUtime=25.48
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 6656 0 0 0 2535 13 0 0 25 0 1 0 29637247 27328512 6380 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 6672 6380 140 302 0 6367 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26688

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1493488/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=35964 CPUtime=51.07
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 8965 0 0 0 5085 22 0 0 25 0 1 0 29637247 36827136 8624 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 8991 8624 140 302 0 8686 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35964

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1477040/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=52916 CPUtime=102.25
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 13148 0 0 0 10186 39 0 0 25 0 1 0 29637247 54185984 12678 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 13229 12678 140 302 0 12924 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 52916

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1463280/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=66788 CPUtime=162.22
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 16615 0 0 0 16170 52 0 0 25 0 1 0 29637247 68390912 16145 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 16697 16145 140 302 0 16392 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 66788

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1451184/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=78772 CPUtime=222.2
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 19589 0 0 0 22155 65 0 0 25 0 1 0 29637247 80662528 19119 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 19693 19119 140 302 0 19388 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 78772

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1442992/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=88164 CPUtime=282.17
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 21940 0 0 0 28144 73 0 0 25 0 1 0 29637247 90279936 21213 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 22041 21213 140 302 0 21736 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 88164

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1433904/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=96920 CPUtime=342.16
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 24143 0 0 0 34132 84 0 0 25 0 1 0 29637247 99246080 23416 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 24230 23416 140 302 0 23925 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 96920

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1425840/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=104976 CPUtime=402.13
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 26155 0 0 0 40121 92 0 0 25 0 1 0 29637247 107495424 25428 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 26244 25428 140 302 0 25939 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 104976

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1417200/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=113628 CPUtime=462.11
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 28305 0 0 0 46112 99 0 0 25 0 1 0 29637247 116355072 27578 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 28407 27578 140 302 0 28102 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 113628

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1407472/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=123776 CPUtime=522.09
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 30816 0 0 0 52101 108 0 0 25 0 1 0 29637247 126746624 30089 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 30944 30089 140 302 0 30639 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 123776

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1397488/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=133752 CPUtime=582.06
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 33260 0 0 0 58090 116 0 0 25 0 1 0 29637247 136962048 32533 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 33438 32533 140 302 0 33133 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 133752

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1388848/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=142492 CPUtime=642.04
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 35400 0 0 0 64078 126 0 0 25 0 1 0 29637247 145911808 34673 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 35623 34673 140 302 0 35318 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 142492

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1380592/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=150756 CPUtime=702.02
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 37471 0 0 0 70067 135 0 0 25 0 1 0 29637247 154374144 36744 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 37689 36744 140 302 0 37384 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 150756

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1372208/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=160944 CPUtime=762
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 40051 0 0 0 76056 144 0 0 25 0 1 0 29637247 164806656 38811 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 40236 38811 140 302 0 39931 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 160944

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1363312/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=170472 CPUtime=821.96
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 42317 0 0 0 82043 153 0 0 25 0 1 0 29637247 174563328 41077 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 42618 41077 140 302 0 42313 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 170472

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1353968/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=179776 CPUtime=881.95
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 44617 0 0 0 88033 162 0 0 25 0 1 0 29637247 184090624 43377 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 44944 43377 140 302 0 44639 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 179776

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1346224/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=187672 CPUtime=941.92
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 46582 0 0 0 94024 168 0 0 25 0 1 0 29637247 192176128 45342 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 46918 45342 140 302 0 46613 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 187672

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1339376/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=194664 CPUtime=1001.89
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 48241 0 0 0 100016 173 0 0 25 0 1 0 29637247 199335936 47001 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 48666 47001 140 302 0 48361 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 194664

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1333552/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=200884 CPUtime=1061.87
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 49735 0 0 0 106007 180 0 0 25 0 1 0 29637247 205705216 48495 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 50221 48495 140 302 0 49916 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 200884

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1325424/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=209016 CPUtime=1121.84
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 51741 0 0 0 111998 186 0 0 25 0 1 0 29637247 214032384 50501 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 52254 50501 140 302 0 51949 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 209016

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1319536/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=214908 CPUtime=1181.83
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 53230 0 0 0 117991 192 0 0 25 0 1 0 29637247 220065792 51990 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526914 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 53727 51990 140 302 0 53422 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 214908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1317808/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=216556 CPUtime=1200.02
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 53628 0 0 0 119809 193 0 0 25 0 1 0 29637247 221753344 52388 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 54139 52388 140 302 0 53834 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 216556

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31686
/proc/meminfo: memFree=1317808/2055920 swapFree=4192952/4192956
[pid=31685] ppid=31683 vsize=216556 CPUtime=1200.02
/proc/31685/stat : 31685 (Spear-32) R 31683 31685 30814 0 -1 4194304 53628 0 0 0 119809 193 0 0 25 0 1 0 29637247 221753344 52388 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/31685/statm: 54139 52388 140 302 0 53834 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 216556

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.07
CPU user time (s): 1198.09
CPU system time (s): 1.9727
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 216556

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

runsolver used 0.737887 second user time and 2.55461 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Mar  4 19:33:50 UTC 2007

IDJOB= 319833
IDBENCH= 20488
IDSOLVER= 132
FILE ID= node40/319833-1173036830

PBS_JOBID= 4012457

Free space on /tmp= 66560 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/grieu/vmpc_33.cnf
COMMAND LINE= /tmp/evaluation/319833-1173036830/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/319833-1173036830/instance-319833-1173036830.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-319833-1173036830 -o ROOT/results/node40/solver-319833-1173036830 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319833-1173036830/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/319833-1173036830/instance-319833-1173036830.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4c4d694bb911a7a13a7cb66a99dd484c

RANDOM SEED= 354223976

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.259
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.259
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:       1528008 kB
Buffers:         33088 kB
Cached:         402040 kB
SwapCached:          4 kB
Active:          43448 kB
Inactive:       409468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1528008 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            4040 kB
Writeback:           0 kB
Mapped:          27952 kB
Slab:            61036 kB
Committed_AS:    92640 kB
PageTables:       1416 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= 66560 MiB

End job on node40 on Sun Mar  4 19:53:53 UTC 2007