Trace number 319955

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 FHS 1.0? (TO) 1200.09 1200.83

General information on the benchmark

Nameindustrial/grieu/
vmpc_29.cnf
MD5SUM1e81246225c81a67548d334d1dfcc24b
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark31.4722
Satisfiable
(Un)Satisfiability was proved
Number of variables841
Number of clauses120147
Sum of the clauses size314766
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 247183
Number of clauses of size 372906
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 558

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/319955-1173038601/instance-319955-1173038601.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/node7/watcher-319955-1173038601 -o ROOT/results/node7/solver-319955-1173038601 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319955-1173038601/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/319955-1173038601/instance-319955-1173038601.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.95 0.96 0.91 3/77 4024
/proc/meminfo: memFree=1381128/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=1548 CPUtime=0
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 323814815 1585152 182 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134535144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 387 182 128 302 0 82 0

[startup+0.0263171 s]
/proc/loadavg: 0.95 0.96 0.91 3/77 4024
/proc/meminfo: memFree=1381128/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=2132 CPUtime=0.02
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 361 0 0 0 2 0 0 0 18 0 1 0 323814815 2183168 345 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 533 345 129 302 0 228 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2132

[startup+0.102324 s]
/proc/loadavg: 0.95 0.96 0.91 3/77 4024
/proc/meminfo: memFree=1381128/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=4240 CPUtime=0.09
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 920 0 0 0 9 0 0 0 18 0 1 0 323814815 4341760 871 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 1060 871 129 302 0 755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4240

[startup+0.302345 s]
/proc/loadavg: 0.95 0.96 0.91 3/77 4024
/proc/meminfo: memFree=1381128/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=8060 CPUtime=0.29
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 1930 0 0 0 28 1 0 0 20 0 1 0 323814815 8253440 1816 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 2015 1816 140 302 0 1710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8060

[startup+0.702387 s]
/proc/loadavg: 0.95 0.96 0.91 3/77 4024
/proc/meminfo: memFree=1381128/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=8960 CPUtime=0.69
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 2150 0 0 0 68 1 0 0 24 0 1 0 323814815 9175040 2036 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 2240 2036 140 302 0 1935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8960

[startup+1.50147 s]
/proc/loadavg: 0.95 0.96 0.91 2/78 4025
/proc/meminfo: memFree=1372928/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=9996 CPUtime=1.49
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 2411 0 0 0 147 2 0 0 25 0 1 0 323814815 10235904 2297 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 2499 2297 140 302 0 2194 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9996

[startup+3.10164 s]
/proc/loadavg: 0.95 0.96 0.91 2/78 4025
/proc/meminfo: memFree=1371776/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=11156 CPUtime=3.09
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 2719 0 0 0 306 3 0 0 25 0 1 0 323814815 11423744 2605 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 2789 2605 140 302 0 2484 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11156

[startup+6.30197 s]
/proc/loadavg: 0.95 0.96 0.91 2/78 4025
/proc/meminfo: memFree=1368832/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=14104 CPUtime=6.29
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 3424 0 0 0 624 5 0 0 25 0 1 0 323814815 14442496 3310 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 3526 3310 140 302 0 3221 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14104

[startup+12.7016 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 4025
/proc/meminfo: memFree=1364928/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=17580 CPUtime=12.69
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 4312 0 0 0 1261 8 0 0 25 0 1 0 323814815 18001920 4165 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 4395 4165 140 302 0 4090 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17580

[startup+25.502 s]
/proc/loadavg: 0.97 0.96 0.91 2/78 4025
/proc/meminfo: memFree=1358592/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=23984 CPUtime=25.48
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 5939 0 0 0 2533 15 0 0 25 0 1 0 323814815 24559616 5727 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 5996 5727 140 302 0 5691 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23984

[startup+51.1017 s]
/proc/loadavg: 0.98 0.96 0.91 2/78 4025
/proc/meminfo: memFree=1349184/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=33484 CPUtime=51.07
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 8327 0 0 0 5084 23 0 0 25 0 1 0 323814815 34287616 8115 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 8371 8115 140 302 0 8066 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33484

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1335936/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=47100 CPUtime=102.25
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 11698 0 0 0 10192 33 0 0 25 0 1 0 323814815 48230400 11357 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 11775 11357 140 302 0 11470 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 47100

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1326144/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=57060 CPUtime=162.19
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 14157 0 0 0 16178 41 0 0 25 0 1 0 323814815 58429440 13816 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 14265 13816 140 302 0 13960 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 57060

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1304320/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=81000 CPUtime=222.16
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 19588 0 0 0 22164 52 0 0 25 0 1 0 323814815 82944000 19247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 20250 19247 144 302 0 19945 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 81000

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1303880/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=81512 CPUtime=282.13
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 19692 0 0 0 28147 66 0 0 25 0 1 0 323814815 83468288 19351 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 20378 19351 144 302 0 20073 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 81512

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1303368/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=81992 CPUtime=342.08
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 19831 0 0 0 34133 75 0 0 25 0 1 0 323814815 83959808 19490 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 20498 19490 144 302 0 20193 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 81992

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1299400/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=86520 CPUtime=402.04
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 20859 0 0 0 40120 84 0 0 25 0 1 0 323814815 88596480 20518 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 21630 20518 144 302 0 21325 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 86520

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1291336/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=95872 CPUtime=462
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 22853 0 0 0 46104 96 0 0 25 0 1 0 323814815 98172928 22512 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 23968 22512 144 302 0 23663 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 95872

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1291016/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=96324 CPUtime=521.97
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 22942 0 0 0 52090 107 0 0 25 0 1 0 323814815 98635776 22601 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 24081 22601 144 302 0 23776 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 96324

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1290760/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=96644 CPUtime=581.93
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 23012 0 0 0 58077 116 0 0 25 0 1 0 323814815 98963456 22671 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 24161 22671 144 302 0 23856 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 96644

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1280264/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=108352 CPUtime=641.91
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 25907 0 0 0 64065 126 0 0 25 0 1 0 323814815 110952448 25309 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 27088 25309 144 302 0 26783 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 108352

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1272200/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=116588 CPUtime=701.87
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 27894 0 0 0 70053 134 0 0 25 0 1 0 323814815 119386112 27296 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 29147 27296 144 302 0 28842 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 116588

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1265032/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=123904 CPUtime=761.84
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 29671 0 0 0 76044 140 0 0 25 0 1 0 323814815 126877696 29073 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 30976 29073 144 302 0 30671 0
Current children cumulated CPU time (s) 761.84
Current children cumulated vsize (KiB) 123904

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1261000/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=128492 CPUtime=821.8
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 30693 0 0 0 82030 150 0 0 25 0 1 0 323814815 131575808 30095 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 32123 30095 144 302 0 31818 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 128492

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1260936/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=128652 CPUtime=881.76
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 30717 0 0 0 88016 160 0 0 25 0 1 0 323814815 131739648 30119 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 32163 30119 144 302 0 31858 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 128652

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1260488/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=129132 CPUtime=941.72
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 30834 0 0 0 94005 167 0 0 25 0 1 0 323814815 132231168 30236 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527052 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 32283 30236 144 302 0 31978 0
Current children cumulated CPU time (s) 941.72
Current children cumulated vsize (KiB) 129132

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1259592/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=130432 CPUtime=1001.69
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 31061 0 0 0 99993 176 0 0 25 0 1 0 323814815 133562368 30463 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 32608 30463 144 302 0 32303 0
Current children cumulated CPU time (s) 1001.69
Current children cumulated vsize (KiB) 130432

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1259528/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=130592 CPUtime=1061.65
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 31070 0 0 0 105981 184 0 0 25 0 1 0 323814815 133726208 30472 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 32648 30472 144 302 0 32343 0
Current children cumulated CPU time (s) 1061.65
Current children cumulated vsize (KiB) 130592

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1259208/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=130912 CPUtime=1121.6
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 31149 0 0 0 111969 191 0 0 25 0 1 0 323814815 134053888 30551 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 32728 30551 144 302 0 32423 0
Current children cumulated CPU time (s) 1121.6
Current children cumulated vsize (KiB) 130912

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1254088/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=136044 CPUtime=1181.57
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 32442 0 0 0 117960 197 0 0 25 0 1 0 323814815 139309056 31844 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 34011 31844 144 302 0 33706 0
Current children cumulated CPU time (s) 1181.57
Current children cumulated vsize (KiB) 136044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 4025
/proc/meminfo: memFree=1251976/2055920 swapFree=4147440/4192956
[pid=4024] ppid=4022 vsize=138212 CPUtime=1200.05
/proc/4024/stat : 4024 (Spear-32) R 4022 4024 2754 0 -1 4194304 32960 0 0 0 119806 199 0 0 25 0 1 0 323814815 141529088 32362 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 0 0 0
/proc/4024/statm: 34553 32362 144 302 0 34248 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 138212

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.83
CPU time (s): 1200.09
CPU user time (s): 1198.07
CPU system time (s): 2.01569
CPU usage (%): 99.9383
Max. virtual memory (cumulated for all children) (KiB): 138212

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

runsolver used 1.21381 second user time and 3.16252 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Mar  4 20:03:21 UTC 2007

IDJOB= 319955
IDBENCH= 20491
IDSOLVER= 131
FILE ID= node7/319955-1173038601

PBS_JOBID= 4012245

Free space on /tmp= 66510 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  1e81246225c81a67548d334d1dfcc24b

RANDOM SEED= 593267750

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1381536 kB
Buffers:         47004 kB
Cached:         533824 kB
SwapCached:       8868 kB
Active:         191400 kB
Inactive:       414832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381536 kB
SwapTotal:     4192956 kB
SwapFree:      4147440 kB
Dirty:            3352 kB
Writeback:           0 kB
Mapped:          32172 kB
Slab:            53660 kB
Committed_AS:  1127408 kB
PageTables:       1768 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= 66510 MiB

End job on node7 on Sun Mar  4 20:23:24 UTC 2007