Trace number 320039

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 2007-02-12? (TO) 1200.14 1200.54

General information on the benchmark

Nameindustrial/grieu/
vmpc_34.cnf
MD5SUMa27d41b3e10d867544cd2bff7d005be2
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark780.661
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

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/320039-1173039906/instance-320039-1173039906.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/node60/watcher-320039-1173039906 -o ROOT/results/node60/solver-320039-1173039906 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320039-1173039906/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320039-1173039906/instance-320039-1173039906.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.98 3/64 13790
/proc/meminfo: memFree=869136/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=1704 CPUtime=0
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 223 0 0 0 0 0 0 0 18 0 1 0 323947488 1744896 207 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 426 207 128 302 0 121 0

[startup+0.017799 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 13790
/proc/meminfo: memFree=869136/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=1980 CPUtime=0.01
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 297 0 0 0 1 0 0 0 18 0 1 0 323947488 2027520 281 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 495 282 129 302 0 190 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1980

[startup+0.101813 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 13790
/proc/meminfo: memFree=869136/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=4220 CPUtime=0.09
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 887 0 0 0 9 0 0 0 18 0 1 0 323947488 4321280 838 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 1055 838 129 302 0 750 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4220

[startup+0.301849 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 13790
/proc/meminfo: memFree=869136/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=9872 CPUtime=0.29
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 2431 0 0 0 28 1 0 0 19 0 1 0 323947488 10108928 2188 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 2468 2188 129 302 0 2163 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9872

[startup+0.70192 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 13790
/proc/meminfo: memFree=869136/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=12232 CPUtime=0.69
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 3038 0 0 0 68 1 0 0 23 0 1 0 323947488 12525568 2795 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 3058 2795 141 302 0 2753 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12232

[startup+1.50106 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 13791
/proc/meminfo: memFree=857672/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=13996 CPUtime=1.49
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 3469 0 0 0 147 2 0 0 25 0 1 0 323947488 14331904 3226 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 3499 3226 141 302 0 3194 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13996

[startup+3.10135 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 13791
/proc/meminfo: memFree=855368/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=17032 CPUtime=3.09
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 4230 0 0 0 306 3 0 0 25 0 1 0 323947488 17440768 3987 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 4258 3987 141 302 0 3953 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17032

[startup+6.30192 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 13791
/proc/meminfo: memFree=850376/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=20720 CPUtime=6.29
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 5143 0 0 0 624 5 0 0 25 0 1 0 323947488 21217280 4900 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 5180 4900 141 302 0 4875 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20720

[startup+12.7011 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 13791
/proc/meminfo: memFree=846280/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=24276 CPUtime=12.69
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 6060 0 0 0 1261 8 0 0 25 0 1 0 323947488 24858624 5817 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 6069 5818 141 302 0 5764 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24276

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 13791
/proc/meminfo: memFree=840136/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=30392 CPUtime=25.49
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 7598 0 0 0 2535 14 0 0 25 0 1 0 323947488 31121408 7322 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 7598 7322 141 302 0 7293 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30392

[startup+51.1019 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 13791
/proc/meminfo: memFree=829768/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=40972 CPUtime=51.07
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 10265 0 0 0 5084 23 0 0 25 0 1 0 323947488 41955328 9924 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 10243 9924 141 302 0 9938 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40972

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 13791
/proc/meminfo: memFree=815688/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=55832 CPUtime=102.26
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 13883 0 0 0 10192 34 0 0 25 0 1 0 323947488 57171968 13413 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 13958 13413 141 302 0 13653 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 55832

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=804808/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=67404 CPUtime=162.24
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 16616 0 0 0 16181 43 0 0 25 0 1 0 323947488 69021696 16146 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 16851 16146 141 302 0 16546 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 67404

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=789704/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=82416 CPUtime=222.22
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 20356 0 0 0 22165 57 0 0 25 0 1 0 323947488 84393984 19886 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 20604 19886 141 302 0 20299 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 82416

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=775752/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=97552 CPUtime=282.2
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 24139 0 0 0 28150 70 0 0 25 0 1 0 323947488 99893248 23412 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 24388 23412 141 302 0 24083 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 97552

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=766152/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=107144 CPUtime=342.17
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 26512 0 0 0 34138 79 0 0 25 0 1 0 323947488 109715456 25785 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 26786 25785 141 302 0 26481 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 107144

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=756808/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=116776 CPUtime=402.15
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 28866 0 0 0 40127 88 0 0 25 0 1 0 323947488 119578624 28139 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 29194 28139 141 302 0 28889 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 116776

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=746248/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=127260 CPUtime=462.13
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 31471 0 0 0 46115 98 0 0 25 0 1 0 323947488 130314240 30744 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 31815 30744 141 302 0 31510 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 127260

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=736136/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=137232 CPUtime=522.11
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 34009 0 0 0 52103 108 0 0 25 0 1 0 323947488 140525568 33282 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526855 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 34308 33282 141 302 0 34003 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 137232

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=728328/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=145152 CPUtime=582.1
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 35942 0 0 0 58094 116 0 0 25 0 1 0 323947488 148635648 35215 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 36288 35215 141 302 0 35983 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 145152

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=717448/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=156056 CPUtime=642.08
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 38632 0 0 0 64084 124 0 0 25 0 1 0 323947488 159801344 37905 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 39014 37905 141 302 0 38709 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 156056

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=706312/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=169284 CPUtime=702.06
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 41950 0 0 0 70071 135 0 0 25 0 1 0 323947488 173346816 40710 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 42321 40710 141 302 0 42016 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 169284

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=695496/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=179932 CPUtime=762.04
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 44633 0 0 0 76060 144 0 0 25 0 1 0 323947488 184250368 43393 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 44983 43393 141 302 0 44678 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 179932

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=686536/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=189024 CPUtime=822.02
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 46882 0 0 0 82051 151 0 0 25 0 1 0 323947488 193560576 45642 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 47256 45642 141 302 0 46951 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 189024

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=678152/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=197652 CPUtime=881.99
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 48965 0 0 0 88041 158 0 0 25 0 1 0 323947488 202395648 47725 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 49413 47725 141 302 0 49108 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 197652

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=669384/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=206720 CPUtime=941.98
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 51210 0 0 0 94031 167 0 0 25 0 1 0 323947488 211681280 49970 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 51680 49970 141 302 0 51375 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 206720

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13791
/proc/meminfo: memFree=663368/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=212820 CPUtime=1001.96
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 52658 0 0 0 100023 173 0 0 25 0 1 0 323947488 217927680 51418 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 53205 51418 141 302 0 52900 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 212820

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13793
/proc/meminfo: memFree=657416/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=218992 CPUtime=1061.93
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 54157 0 0 0 106014 179 0 0 25 0 1 0 323947488 224247808 52917 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 54748 52917 141 302 0 54443 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 218992

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13793
/proc/meminfo: memFree=652552/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=223924 CPUtime=1121.91
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 55356 0 0 0 112007 184 0 0 25 0 1 0 323947488 229298176 54116 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 55981 54116 141 302 0 55676 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 223924

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13793
/proc/meminfo: memFree=647240/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=229408 CPUtime=1181.89
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 56687 0 0 0 118000 189 0 0 25 0 1 0 323947488 234913792 55447 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 57352 55447 141 302 0 57047 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 229408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13793
/proc/meminfo: memFree=645704/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=230816 CPUtime=1200.09
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 57053 0 0 0 119818 191 0 0 25 0 1 0 323947488 236355584 55813 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 57704 55813 141 302 0 57399 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 230816

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 13793
/proc/meminfo: memFree=645704/2055920 swapFree=4183500/4192956
[pid=13790] ppid=13788 vsize=230816 CPUtime=1200.09
/proc/13790/stat : 13790 (Spear-32) R 13788 13790 12558 0 -1 4194304 57053 0 0 0 119818 191 0 0 25 0 1 0 323947488 236355584 55813 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13790/statm: 57704 55813 141 302 0 57399 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 230816

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.14
CPU user time (s): 1198.19
CPU system time (s): 1.9527
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 230816

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

runsolver used 0.885865 second user time and 2.43063 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Mar  4 20:25:06 UTC 2007

IDJOB= 320039
IDBENCH= 20493
IDSOLVER= 133
FILE ID= node60/320039-1173039906

PBS_JOBID= 4012446

Free space on /tmp= 66528 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/grieu/vmpc_34.cnf
COMMAND LINE= /tmp/evaluation/320039-1173039906/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320039-1173039906/instance-320039-1173039906.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-320039-1173039906 -o ROOT/results/node60/solver-320039-1173039906 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320039-1173039906/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320039-1173039906/instance-320039-1173039906.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  a27d41b3e10d867544cd2bff7d005be2

RANDOM SEED= 562144364

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:        869480 kB
Buffers:         49852 kB
Cached:        1036940 kB
SwapCached:       3656 kB
Active:         866812 kB
Inactive:       233260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        869480 kB
SwapTotal:     4192956 kB
SwapFree:      4183500 kB
Dirty:            4308 kB
Writeback:           0 kB
Mapped:          19008 kB
Slab:            72352 kB
Committed_AS:   899716 kB
PageTables:       1472 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= 66528 MiB

End job on node60 on Sun Mar  4 20:45:09 UTC 2007