Trace number 319914

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

General information on the benchmark

Nameindustrial/grieu/
vmpc_31.cnf
MD5SUMe9d9fc0e7d6d0176942c54e1a7f7ef59
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark239.644
Satisfiable
(Un)Satisfiability was proved
Number of variables961
Number of clauses146909
Sum of the clauses size384710
Maximum clause length31
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 257753
Number of clauses of size 389094
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 562

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/319914-1173037752/instance-319914-1173037752.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/node14/watcher-319914-1173037752 -o ROOT/results/node14/solver-319914-1173037752 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319914-1173037752/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/319914-1173037752/instance-319914-1173037752.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 1.01 1.09 3/77 13831
/proc/meminfo: memFree=1656456/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=1548 CPUtime=0
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 202 0 0 0 0 0 0 0 18 0 1 0 323729676 1585152 186 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 387 187 128 302 0 82 0

[startup+0.0210441 s]
/proc/loadavg: 0.95 1.01 1.09 3/77 13831
/proc/meminfo: memFree=1656456/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=2004 CPUtime=0.01
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 318 0 0 0 1 0 0 0 18 0 1 0 323729676 2052096 302 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 501 302 129 302 0 196 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2004

[startup+0.101052 s]
/proc/loadavg: 0.95 1.01 1.09 3/77 13831
/proc/meminfo: memFree=1656456/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=4112 CPUtime=0.09
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 876 0 0 0 9 0 0 0 18 0 1 0 323729676 4210688 827 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 1028 827 129 302 0 723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4112

[startup+0.301071 s]
/proc/loadavg: 0.95 1.01 1.09 3/77 13831
/proc/meminfo: memFree=1656456/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=9632 CPUtime=0.29
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 2353 0 0 0 29 0 0 0 19 0 1 0 323729676 9863168 2110 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 2408 2110 140 302 0 2103 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9632

[startup+0.701108 s]
/proc/loadavg: 0.95 1.01 1.09 3/77 13831
/proc/meminfo: memFree=1656456/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=10400 CPUtime=0.69
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 2561 0 0 0 69 0 0 0 23 0 1 0 323729676 10649600 2318 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 2600 2318 140 302 0 2295 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10400

[startup+1.50118 s]
/proc/loadavg: 0.95 1.01 1.09 2/78 13832
/proc/meminfo: memFree=1647232/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=11812 CPUtime=1.49
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 2892 0 0 0 148 1 0 0 25 0 1 0 323729676 12095488 2649 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 2953 2649 140 302 0 2648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11812

[startup+3.10134 s]
/proc/loadavg: 0.95 1.01 1.09 2/78 13832
/proc/meminfo: memFree=1645312/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=13596 CPUtime=3.09
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 3336 0 0 0 307 2 0 0 25 0 1 0 323729676 13922304 3093 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 3399 3093 140 302 0 3094 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13596

[startup+6.30164 s]
/proc/loadavg: 1.03 1.03 1.09 2/78 13832
/proc/meminfo: memFree=1642816/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=15520 CPUtime=6.29
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 3828 0 0 0 625 4 0 0 25 0 1 0 323729676 15892480 3585 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 3880 3585 140 302 0 3575 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15520

[startup+12.7012 s]
/proc/loadavg: 1.03 1.02 1.09 2/78 13832
/proc/meminfo: memFree=1639360/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=19000 CPUtime=12.68
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 4697 0 0 0 1262 6 0 0 25 0 1 0 323729676 19456000 4421 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 4750 4421 140 302 0 4445 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19000

[startup+25.5014 s]
/proc/loadavg: 1.02 1.02 1.09 2/78 13832
/proc/meminfo: memFree=1617472/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=42816 CPUtime=25.48
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 10157 0 0 0 2534 14 0 0 25 0 1 0 323729676 43843584 9848 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 10704 9848 144 302 0 10399 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42816

[startup+51.1019 s]
/proc/loadavg: 1.01 1.02 1.09 2/78 13832
/proc/meminfo: memFree=1607104/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=53552 CPUtime=51.07
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 12858 0 0 0 5083 24 0 0 25 0 1 0 323729676 54837248 12484 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 13388 12484 144 302 0 13083 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53552

[startup+102.306 s]
/proc/loadavg: 1.05 1.03 1.09 2/78 13832
/proc/meminfo: memFree=1590976/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=69924 CPUtime=102.26
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 16941 0 0 0 10187 39 0 0 25 0 1 0 323729676 71602176 16438 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 17481 16438 144 302 0 17176 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 69924

[startup+162.301 s]
/proc/loadavg: 1.02 1.02 1.08 2/78 13832
/proc/meminfo: memFree=1576512/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=84412 CPUtime=162.25
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 20579 0 0 0 16170 55 0 0 25 0 1 0 323729676 86437888 20076 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 21103 20076 144 302 0 20798 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 84412

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.08 2/78 13832
/proc/meminfo: memFree=1564288/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=96556 CPUtime=222.24
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 23610 0 0 0 22157 67 0 0 25 0 1 0 323729676 98873344 23107 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 24139 23107 144 302 0 23834 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 96556

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.07 2/78 13832
/proc/meminfo: memFree=1553664/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=108248 CPUtime=282.22
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 26540 0 0 0 28145 77 0 0 25 0 1 0 323729676 110845952 25780 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 27062 25780 144 302 0 26757 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 108248

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.06 2/78 13832
/proc/meminfo: memFree=1543488/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=118720 CPUtime=342.2
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 29064 0 0 0 34133 87 0 0 25 0 1 0 323729676 121569280 28304 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 29680 28304 144 302 0 29375 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 118720

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 13832
/proc/meminfo: memFree=1534144/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=127976 CPUtime=402.19
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 31414 0 0 0 40121 98 0 0 25 0 1 0 323729676 131047424 30654 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 31994 30654 144 302 0 31689 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 127976

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 13832
/proc/meminfo: memFree=1526336/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=135596 CPUtime=462.18
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 33340 0 0 0 46111 107 0 0 25 0 1 0 323729676 138850304 32580 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 33899 32580 144 302 0 33594 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 135596

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 13832
/proc/meminfo: memFree=1516672/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=145208 CPUtime=522.16
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 35758 0 0 0 52101 115 0 0 25 0 1 0 323729676 148692992 34998 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 36302 34998 144 302 0 35997 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 145208

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 13832
/proc/meminfo: memFree=1510464/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=151464 CPUtime=582.15
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 37288 0 0 0 58091 124 0 0 25 0 1 0 323729676 155099136 36528 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 37866 36528 144 302 0 37561 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 151464

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 13832
/proc/meminfo: memFree=1503744/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=158248 CPUtime=642.14
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 38956 0 0 0 64081 133 0 0 25 0 1 0 323729676 162045952 38196 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 39562 38196 144 302 0 39257 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 158248

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 13832
/proc/meminfo: memFree=1497472/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=164460 CPUtime=702.12
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 40528 0 0 0 70070 142 0 0 25 0 1 0 323729676 168407040 39768 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 41115 39768 144 302 0 40810 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 164460

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.02 2/84 13970
/proc/meminfo: memFree=1488632/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=174024 CPUtime=762.04
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 42893 0 0 0 76055 149 0 0 25 0 1 0 323729676 178200576 41620 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527075 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 43506 41620 144 302 0 43201 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 174024

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 14030
/proc/meminfo: memFree=1483072/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=181020 CPUtime=821.98
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 44583 0 0 0 82043 155 0 0 25 0 1 0 323729676 185364480 43310 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 45255 43310 144 302 0 44950 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 181020

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 14030
/proc/meminfo: memFree=1476672/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=187196 CPUtime=881.97
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 46150 0 0 0 88035 162 0 0 25 0 1 0 323729676 191688704 44877 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 46799 44877 144 302 0 46494 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 187196

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14030
/proc/meminfo: memFree=1470080/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=193980 CPUtime=941.96
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 47820 0 0 0 94027 169 0 0 25 0 1 0 323729676 198635520 46547 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 48495 46547 144 302 0 48190 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 193980

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14030
/proc/meminfo: memFree=1463104/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=201164 CPUtime=1001.94
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 49531 0 0 0 100018 176 0 0 25 0 1 0 323729676 205991936 48258 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526943 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 50291 48258 144 302 0 49986 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 201164

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14030
/proc/meminfo: memFree=1458112/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=206416 CPUtime=1061.93
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 50769 0 0 0 106009 184 0 0 25 0 1 0 323729676 211369984 49496 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 51604 49496 144 302 0 51299 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 206416

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14030
/proc/meminfo: memFree=1453056/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=211732 CPUtime=1121.91
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 52018 0 0 0 112003 188 0 0 25 0 1 0 323729676 216813568 50745 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 52933 50745 144 302 0 52628 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 211732

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14030
/proc/meminfo: memFree=1447552/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=217588 CPUtime=1181.9
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 53447 0 0 0 117996 194 0 0 25 0 1 0 323729676 222810112 52174 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 54397 52174 144 302 0 54092 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 217588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14030
/proc/meminfo: memFree=1445248/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=220260 CPUtime=1200.09
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 53984 0 0 0 119814 195 0 0 25 0 1 0 323729676 225546240 52711 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 55065 52711 144 302 0 54760 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 220260

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: 1.00 1.00 1.00 2/78 14030
/proc/meminfo: memFree=1445248/2055920 swapFree=4191880/4192956
[pid=13831] ppid=13829 vsize=220260 CPUtime=1200.09
/proc/13831/stat : 13831 (Spear-32) R 13829 13831 12924 0 -1 4194304 53984 0 0 0 119814 195 0 0 25 0 1 0 323729676 225546240 52711 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13831/statm: 55065 52711 144 302 0 54760 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 220260

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.14
CPU user time (s): 1198.15
CPU system time (s): 1.9917
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 220260

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

runsolver used 1.2928 second user time and 3.08353 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Mar  4 19:49:13 UTC 2007

IDJOB= 319914
IDBENCH= 20490
IDSOLVER= 131
FILE ID= node14/319914-1173037752

PBS_JOBID= 4012239

Free space on /tmp= 66506 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  e9d9fc0e7d6d0176942c54e1a7f7ef59

RANDOM SEED= 330912603

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1656928 kB
Buffers:         38144 kB
Cached:         253036 kB
SwapCached:        268 kB
Active:         188656 kB
Inactive:       155952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656928 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:          69772 kB
Slab:            39980 kB
Committed_AS:  1172284 kB
PageTables:       1736 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= 66506 MiB

End job on node14 on Sun Mar  4 20:09:15 UTC 2007