Trace number 320160

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.1 1200.66

General information on the benchmark

Nameindustrial/
manolios/manol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark383.993
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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/320160-1173041774/instance-320160-1173041774.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/node45/watcher-320160-1173041774 -o ROOT/results/node45/solver-320160-1173041774 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320160-1173041774/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/320160-1173041774/instance-320160-1173041774.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.91 0.95 0.97 3/64 3891
/proc/meminfo: memFree=1200704/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=1532 CPUtime=0
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 30153195 1568768 191 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134513455 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 383 191 128 302 0 78 0

[startup+0.0246731 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 3891
/proc/meminfo: memFree=1200704/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=2504 CPUtime=0.02
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 428 0 0 0 2 0 0 0 18 0 1 0 30153195 2564096 412 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 626 412 129 302 0 321 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2504

[startup+0.101686 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 3891
/proc/meminfo: memFree=1200704/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=5304 CPUtime=0.09
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 1259 0 0 0 8 1 0 0 18 0 1 0 30153195 5431296 1104 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 1326 1104 129 302 0 1021 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5304

[startup+0.301722 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 3891
/proc/meminfo: memFree=1200704/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=13116 CPUtime=0.29
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 3604 0 0 0 27 2 0 0 19 0 1 0 30153195 13430784 2723 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 3279 2723 129 302 0 2974 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13116

[startup+0.701794 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 3891
/proc/meminfo: memFree=1200704/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=27972 CPUtime=0.69
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 8128 0 0 0 61 8 0 0 23 0 1 0 30153195 28643328 5962 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 6993 5962 129 302 0 6688 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27972

[startup+1.50194 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 3892
/proc/meminfo: memFree=1165496/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=56068 CPUtime=1.49
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 16817 0 0 0 134 15 0 0 25 0 1 0 30153195 57413632 12343 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 14017 12343 140 302 0 13712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56068

[startup+3.10123 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 3892
/proc/meminfo: memFree=1140920/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=82056 CPUtime=3.09
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 23925 0 0 0 290 19 0 0 25 0 1 0 30153195 84025344 18886 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 20514 18886 145 302 0 20209 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82056

[startup+6.30181 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 3892
/proc/meminfo: memFree=1107000/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=103820 CPUtime=6.29
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 30011 0 0 0 607 22 0 0 25 0 1 0 30153195 106311680 23382 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 25955 23382 145 302 0 25650 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103820

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.97 2/65 3892
/proc/meminfo: memFree=1104184/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=107596 CPUtime=12.69
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 30962 0 0 0 1241 28 0 0 25 0 1 0 30153195 110178304 24333 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 26899 24333 145 302 0 26594 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107596

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.97 2/65 3892
/proc/meminfo: memFree=1091896/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=119404 CPUtime=25.48
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 33944 0 0 0 2512 36 0 0 25 0 1 0 30153195 122269696 27282 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 29851 27282 145 302 0 29546 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 119404

[startup+51.1019 s]
/proc/loadavg: 0.96 0.96 0.97 2/65 3892
/proc/meminfo: memFree=1078968/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=132792 CPUtime=51.05
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 37283 0 0 0 5057 48 0 0 25 0 1 0 30153195 135979008 30556 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 33198 30556 145 302 0 32893 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 132792

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.97 2/65 3892
/proc/meminfo: memFree=1056376/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=155492 CPUtime=102.24
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 42971 0 0 0 10158 66 0 0 25 0 1 0 30153195 159223808 36115 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 38873 36115 145 302 0 38568 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 155492

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3892
/proc/meminfo: memFree=1033336/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=179428 CPUtime=162.21
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 49013 0 0 0 16134 87 0 0 25 0 1 0 30153195 183734272 41900 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 44857 41900 145 302 0 44552 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 179428

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3892
/proc/meminfo: memFree=1017336/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=195268 CPUtime=222.19
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 52966 0 0 0 22117 102 0 0 25 0 1 0 30153195 199954432 45853 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 48817 45853 145 302 0 48512 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 195268

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3892
/proc/meminfo: memFree=1000568/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=212416 CPUtime=282.17
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 57200 0 0 0 28100 117 0 0 25 0 1 0 30153195 217513984 50087 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 53104 50087 145 302 0 52799 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 212416

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 4048
/proc/meminfo: memFree=982464/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=228888 CPUtime=342.06
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 61359 0 0 0 34075 131 0 0 25 0 1 0 30153195 234381312 54246 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 57222 54246 145 302 0 56917 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 228888

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4090
/proc/meminfo: memFree=969656/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=243120 CPUtime=402.01
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 64867 0 0 0 40059 142 0 0 25 0 1 0 30153195 248954880 57754 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 60780 57754 145 302 0 60475 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 243120

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4090
/proc/meminfo: memFree=958392/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=256304 CPUtime=462
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 68151 0 0 0 46044 156 0 0 25 0 1 0 30153195 262455296 60525 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 64076 60525 145 302 0 63771 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 256304

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4090
/proc/meminfo: memFree=951032/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=263940 CPUtime=521.97
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 70024 0 0 0 52033 164 0 0 25 0 1 0 30153195 270274560 62398 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 65985 62398 145 302 0 65680 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 263940

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4090
/proc/meminfo: memFree=939448/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=275248 CPUtime=581.95
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 72888 0 0 0 58021 174 0 0 25 0 1 0 30153195 281853952 65262 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 68812 65262 145 302 0 68507 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 275248

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4090
/proc/meminfo: memFree=929912/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=284840 CPUtime=641.93
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 75250 0 0 0 64011 182 0 0 25 0 1 0 30153195 291676160 67624 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 71210 67624 145 302 0 70905 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 284840

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4090
/proc/meminfo: memFree=918712/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=296132 CPUtime=701.91
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 78063 0 0 0 69998 193 0 0 25 0 1 0 30153195 303239168 70437 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 74033 70437 145 302 0 73728 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 296132

[startup+762.304 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4090
/proc/meminfo: memFree=907640/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=307424 CPUtime=761.89
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 80803 0 0 0 75988 201 0 0 25 0 1 0 30153195 314802176 73177 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 76856 73177 145 302 0 76551 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 307424

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4090
/proc/meminfo: memFree=899576/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=315400 CPUtime=821.87
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 82837 0 0 0 81979 208 0 0 25 0 1 0 30153195 322969600 75211 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 78850 75211 145 302 0 78545 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 315400

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4090
/proc/meminfo: memFree=889656/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=325428 CPUtime=881.85
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 85309 0 0 0 87970 215 0 0 25 0 1 0 30153195 333238272 77683 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 81357 77683 145 302 0 81052 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 325428

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4090
/proc/meminfo: memFree=881080/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=334232 CPUtime=941.82
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 87465 0 0 0 93962 220 0 0 25 0 1 0 30153195 342253568 79839 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 83558 79839 145 302 0 83253 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 334232

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4092
/proc/meminfo: memFree=874616/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=340832 CPUtime=1001.8
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 89061 0 0 0 99951 229 0 0 25 0 1 0 30153195 349011968 81435 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 85208 81435 145 302 0 84903 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 340832

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4092
/proc/meminfo: memFree=864824/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=351052 CPUtime=1061.78
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 91563 0 0 0 105942 236 0 0 25 0 1 0 30153195 359477248 83937 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 87763 83937 145 302 0 87458 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 351052

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4092
/proc/meminfo: memFree=851704/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=363900 CPUtime=1121.75
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 94799 0 0 0 111932 243 0 0 25 0 1 0 30153195 372633600 87173 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 90975 87173 145 302 0 90670 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 363900

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4092
/proc/meminfo: memFree=842104/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=373564 CPUtime=1181.73
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 97212 0 0 0 117923 250 0 0 25 0 1 0 30153195 382529536 89586 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 93391 89586 145 302 0 93086 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 373564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 4092
/proc/meminfo: memFree=839288/2055920 swapFree=4192956/4192956
[pid=3891] ppid=3889 vsize=376228 CPUtime=1200.03
/proc/3891/stat : 3891 (Spear-32) R 3889 3891 2514 0 -1 4194304 97895 0 0 0 119751 252 0 0 25 0 1 0 30153195 385257472 90269 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/3891/statm: 94057 90269 145 302 0 93752 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 376228

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.66
CPU time (s): 1200.1
CPU user time (s): 1197.52
CPU system time (s): 2.58061
CPU usage (%): 99.953
Max. virtual memory (cumulated for all children) (KiB): 376228

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

runsolver used 0.978851 second user time and 2.40963 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Mar  4 20:56:14 UTC 2007

IDJOB= 320160
IDBENCH= 20496
IDSOLVER= 131
FILE ID= node45/320160-1173041774

PBS_JOBID= 4012472

Free space on /tmp= 66554 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c3e7cb16bced9d54ce489b6e95d89943

RANDOM SEED= 250648782

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.265
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.265
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:       1201112 kB
Buffers:         38608 kB
Cached:         717960 kB
SwapCached:          0 kB
Active:         225560 kB
Inactive:       549712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1201112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11080 kB
Writeback:           0 kB
Mapped:          28908 kB
Slab:            65604 kB
Committed_AS:    94888 kB
PageTables:       1404 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= 66554 MiB

End job on node45 on Sun Mar  4 21:16:17 UTC 2007