Trace number 319956

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

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/319956-1173038607/instance-319956-1173038607.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/node26/watcher-319956-1173038607 -o ROOT/results/node26/solver-319956-1173038607 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319956-1173038607/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/319956-1173038607/instance-319956-1173038607.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.00 0.99 0.93 3/77 2597
/proc/meminfo: memFree=1370920/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=1548 CPUtime=0
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 201 0 0 0 0 0 0 0 18 0 1 0 323814403 1585152 185 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134806453 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 387 186 128 302 0 82 0

[startup+0.016828 s]
/proc/loadavg: 1.00 0.99 0.93 3/77 2597
/proc/meminfo: memFree=1370920/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=1812 CPUtime=0.01
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 287 0 0 0 1 0 0 0 18 0 1 0 323814403 1855488 271 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134799915 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 453 272 129 302 0 148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1812

[startup+0.10183 s]
/proc/loadavg: 1.00 0.99 0.93 3/77 2597
/proc/meminfo: memFree=1370920/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=4108 CPUtime=0.09
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 874 0 0 0 9 0 0 0 18 0 1 0 323814403 4206592 825 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 1027 825 129 302 0 722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4108

[startup+0.301865 s]
/proc/loadavg: 1.00 0.99 0.93 3/77 2597
/proc/meminfo: memFree=1370920/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=8060 CPUtime=0.29
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 1930 0 0 0 29 0 0 0 19 0 1 0 323814403 8253440 1816 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 2015 1816 140 302 0 1710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8060

[startup+0.701934 s]
/proc/loadavg: 1.00 0.99 0.93 3/77 2597
/proc/meminfo: memFree=1370920/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=8832 CPUtime=0.69
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 2134 0 0 0 68 1 0 0 22 0 1 0 323814403 9043968 2020 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 2208 2020 140 302 0 1903 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8832

[startup+1.50107 s]
/proc/loadavg: 1.00 0.99 0.93 2/78 2598
/proc/meminfo: memFree=1362848/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=9868 CPUtime=1.49
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 2399 0 0 0 147 2 0 0 25 0 1 0 323814403 10104832 2285 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 2467 2285 140 302 0 2162 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9868

[startup+3.10135 s]
/proc/loadavg: 1.00 0.99 0.93 2/78 2598
/proc/meminfo: memFree=1361632/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=11156 CPUtime=3.09
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 2699 0 0 0 305 4 0 0 25 0 1 0 323814403 11423744 2585 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 2789 2585 140 302 0 2484 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11156

[startup+6.30191 s]
/proc/loadavg: 1.00 0.99 0.93 2/78 2598
/proc/meminfo: memFree=1358816/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=13848 CPUtime=6.28
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 3367 0 0 0 623 5 0 0 25 0 1 0 323814403 14180352 3253 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 3462 3253 140 302 0 3157 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13848

[startup+12.7021 s]
/proc/loadavg: 1.00 0.99 0.93 2/78 2598
/proc/meminfo: memFree=1354912/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=17324 CPUtime=12.68
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 4256 0 0 0 1260 8 0 0 25 0 1 0 323814403 17739776 4109 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 4331 4109 140 302 0 4026 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17324

[startup+25.5012 s]
/proc/loadavg: 1.07 1.00 0.93 2/78 2598
/proc/meminfo: memFree=1348896/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=23220 CPUtime=25.48
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 5755 0 0 0 2535 13 0 0 25 0 1 0 323814403 23777280 5608 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 5805 5608 140 302 0 5500 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23220

[startup+51.1017 s]
/proc/loadavg: 1.10 1.02 0.94 2/78 2598
/proc/meminfo: memFree=1339808/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=32716 CPUtime=51.07
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 8128 0 0 0 5086 21 0 0 25 0 1 0 323814403 33501184 7916 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 8179 7916 140 302 0 7874 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32716

[startup+102.306 s]
/proc/loadavg: 1.09 1.03 0.95 2/78 2598
/proc/meminfo: memFree=1326240/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=46708 CPUtime=102.26
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 11579 0 0 0 10193 33 0 0 25 0 1 0 323814403 47828992 11238 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527104 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 11677 11238 140 302 0 11372 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46708

[startup+162.302 s]
/proc/loadavg: 1.07 1.03 0.95 2/78 2598
/proc/meminfo: memFree=1316832/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=56284 CPUtime=162.24
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 13950 0 0 0 16182 42 0 0 25 0 1 0 323814403 57634816 13609 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 14071 13609 140 302 0 13766 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 56284

[startup+222.301 s]
/proc/loadavg: 1.07 1.04 0.96 2/78 2598
/proc/meminfo: memFree=1309984/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=63204 CPUtime=222.22
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 15642 0 0 0 22173 49 0 0 25 0 1 0 323814403 64720896 15301 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 15801 15301 140 302 0 15496 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 63204

[startup+282.302 s]
/proc/loadavg: 1.02 1.03 0.96 2/78 2598
/proc/meminfo: memFree=1308960/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=64364 CPUtime=282.2
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 15898 0 0 0 28157 63 0 0 25 0 1 0 323814403 65908736 15557 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 16091 15557 140 302 0 15786 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 64364

[startup+342.301 s]
/proc/loadavg: 1.01 1.02 0.96 2/78 2598
/proc/meminfo: memFree=1308320/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=65004 CPUtime=342.17
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 16061 0 0 0 34145 72 0 0 25 0 1 0 323814403 66564096 15720 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 16251 15720 140 302 0 15946 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 65004

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 0.96 2/78 2598
/proc/meminfo: memFree=1307552/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=65804 CPUtime=402.16
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 16252 0 0 0 40135 81 0 0 25 0 1 0 323814403 67383296 15911 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 16451 15911 140 302 0 16146 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 65804

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 0.96 2/78 2598
/proc/meminfo: memFree=1302880/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=70772 CPUtime=462.14
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 17415 0 0 0 46123 91 0 0 25 0 1 0 323814403 72470528 17074 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 17693 17074 140 302 0 17388 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 70772

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2598
/proc/meminfo: memFree=1302432/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=71380 CPUtime=522.12
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 17524 0 0 0 52111 101 0 0 25 0 1 0 323814403 73093120 17183 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 17845 17183 140 302 0 17540 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 71380

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2598
/proc/meminfo: memFree=1301920/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=72120 CPUtime=582.1
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 17664 0 0 0 58100 110 0 0 25 0 1 0 323814403 73850880 17323 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 18030 17323 140 302 0 17725 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 72120

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2598
/proc/meminfo: memFree=1293920/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=80268 CPUtime=642.08
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 19675 0 0 0 64089 119 0 0 25 0 1 0 323814403 82194432 19334 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 20067 19334 140 302 0 19762 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 80268

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2598
/proc/meminfo: memFree=1285664/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=89772 CPUtime=702.06
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 22019 0 0 0 70080 126 0 0 25 0 1 0 323814403 91926528 21421 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 22443 21421 140 302 0 22138 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 89772

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2598
/proc/meminfo: memFree=1278624/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=97048 CPUtime=762.04
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 23754 0 0 0 76071 133 0 0 25 0 1 0 323814403 99377152 23156 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 24262 23156 140 302 0 23957 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 97048

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2598
/proc/meminfo: memFree=1271648/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=104552 CPUtime=822.03
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 25487 0 0 0 82062 141 0 0 25 0 1 0 323814403 107061248 24889 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134515248 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 26138 24889 140 302 0 25833 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 104552

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2598
/proc/meminfo: memFree=1271584/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=104552 CPUtime=882
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 25498 0 0 0 88051 149 0 0 25 0 1 0 323814403 107061248 24900 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 26138 24900 140 302 0 25833 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 104552

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2598
/proc/meminfo: memFree=1271520/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=104696 CPUtime=941.98
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 25525 0 0 0 94041 157 0 0 25 0 1 0 323814403 107208704 24927 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 26174 24927 140 302 0 25869 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 104696

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2598
/proc/meminfo: memFree=1270368/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=106420 CPUtime=1001.96
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 25825 0 0 0 100033 163 0 0 25 0 1 0 323814403 108974080 25227 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 26605 25227 140 302 0 26300 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 106420

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 0.96 2/78 2598
/proc/meminfo: memFree=1270176/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=106548 CPUtime=1061.94
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 25861 0 0 0 106025 169 0 0 25 0 1 0 323814403 109105152 25263 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 26637 25263 140 302 0 26332 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 106548

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 0.96 2/78 2598
/proc/meminfo: memFree=1270112/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=106708 CPUtime=1121.93
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 25871 0 0 0 112017 176 0 0 25 0 1 0 323814403 109268992 25273 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 26677 25273 140 302 0 26372 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 106708

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2598
/proc/meminfo: memFree=1268640/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=108312 CPUtime=1181.9
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 26272 0 0 0 118008 182 0 0 25 0 1 0 323814403 110911488 25674 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 27078 25674 140 302 0 26773 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 108312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2598
/proc/meminfo: memFree=1266528/2055920 swapFree=4154868/4192956
[pid=2597] ppid=2595 vsize=110340 CPUtime=1200.01
/proc/2597/stat : 2597 (Spear-32) R 2595 2597 1206 0 -1 4194304 26763 0 0 0 119816 185 0 0 25 0 1 0 323814403 112988160 26165 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2597/statm: 27585 26165 140 302 0 27280 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 110340

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.03
CPU user time (s): 1198.16
CPU system time (s): 1.86971
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 110340

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

runsolver used 1.3108 second user time and 3.06553 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Mar  4 20:03:27 UTC 2007

IDJOB= 319956
IDBENCH= 20491
IDSOLVER= 132
FILE ID= node26/319956-1173038607

PBS_JOBID= 4012465

Free space on /tmp= 66535 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  1e81246225c81a67548d334d1dfcc24b

RANDOM SEED= 33362640

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:       1371392 kB
Buffers:         39316 kB
Cached:         558692 kB
SwapCached:      16712 kB
Active:         229960 kB
Inactive:       394064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1371392 kB
SwapTotal:     4192956 kB
SwapFree:      4154868 kB
Dirty:            3208 kB
Writeback:           0 kB
Mapped:          33000 kB
Slab:            46180 kB
Committed_AS:   826128 kB
PageTables:       1720 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= 66535 MiB

End job on node26 on Sun Mar  4 20:23:30 UTC 2007