Trace number 292972

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.09 1200.38

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1309933981-04.UNSAT.shuffled.cnf
MD5SUM22bab99737a981aff415949c82530946
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark801.355
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
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/292972-1171762165/instance-292972-1171762165.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node41/watcher-292972-1171762165 -o ROOT/results/node41/solver-292972-1171762165 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292972-1171762165/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/292972-1171762165/instance-292972-1171762165.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 1.00 1.00 3/64 15403
/proc/meminfo: memFree=1279040/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=1396 CPUtime=0
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 196172447 1429504 167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134866903 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 349 167 128 302 0 44 0

[startup+0.106561 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15403
/proc/meminfo: memFree=1279040/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=1788 CPUtime=0.1
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 295 0 0 0 10 0 0 0 18 0 1 0 196172447 1830912 279 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 447 279 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.514595 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15403
/proc/meminfo: memFree=1279040/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=2744 CPUtime=0.5
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 501 0 0 0 50 0 0 0 21 0 1 0 196172447 2809856 485 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 686 485 140 302 0 381 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2744

[startup+1.33467 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1276856/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=3780 CPUtime=1.33
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 770 0 0 0 131 2 0 0 25 0 1 0 196172447 3870720 754 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 945 754 140 302 0 640 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3780

[startup+2.97081 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1275704/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=4964 CPUtime=2.96
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 1078 0 0 0 293 3 0 0 25 0 1 0 196172447 5083136 1062 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 1241 1062 140 302 0 936 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4964

[startup+6.24709 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1273656/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=6904 CPUtime=6.23
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 1564 0 0 0 619 4 0 0 25 0 1 0 196172447 7069696 1515 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 1726 1515 140 302 0 1421 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6904

[startup+12.7047 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1271168/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=9172 CPUtime=12.69
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 2125 0 0 0 1261 8 0 0 25 0 1 0 196172447 9392128 2076 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 2293 2076 140 302 0 1988 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9172

[startup+25.5098 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1267904/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=12792 CPUtime=25.5
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 3032 0 0 0 2540 10 0 0 25 0 1 0 196172447 13099008 2918 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 3198 2918 140 302 0 2893 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 12792

[startup+51.115 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1263104/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=17456 CPUtime=51.09
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 4188 0 0 0 5094 15 0 0 25 0 1 0 196172447 17874944 4074 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 4364 4074 140 302 0 4059 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17456

[startup+102.326 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1256320/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=24728 CPUtime=102.29
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 6010 0 0 0 10204 25 0 0 25 0 1 0 196172447 25321472 5767 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 6182 5767 140 302 0 5877 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 24728

[startup+162.349 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1249920/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=31264 CPUtime=162.3
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 7582 0 0 0 16198 32 0 0 25 0 1 0 196172447 32014336 7339 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526713 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 7816 7339 140 302 0 7511 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 31264

[startup+222.419 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1245568/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=35848 CPUtime=222.36
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 8701 0 0 0 22197 39 0 0 25 0 1 0 196172447 36708352 8458 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 8962 8458 140 302 0 8657 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 35848

[startup+282.435 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1241216/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=41196 CPUtime=282.35
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 10032 0 0 0 28190 45 0 0 25 0 1 0 196172447 42184704 9532 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 10299 9532 140 302 0 9994 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 41196

[startup+342.451 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1237184/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=45512 CPUtime=342.36
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 11041 0 0 0 34187 49 0 0 25 0 1 0 196172447 46604288 10541 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 11378 10541 140 302 0 11073 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 45512

[startup+402.477 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1233984/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=48540 CPUtime=402.37
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 11831 0 0 0 40183 54 0 0 25 0 1 0 196172447 49704960 11331 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 12135 11331 140 302 0 11830 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 48540

[startup+462.496 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1230976/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=51584 CPUtime=462.37
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 12573 0 0 0 46179 58 0 0 25 0 1 0 196172447 52822016 12073 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 12896 12073 140 302 0 12591 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 51584

[startup+522.515 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15404
/proc/meminfo: memFree=1227840/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=54992 CPUtime=522.38
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 13359 0 0 0 52175 63 0 0 25 0 1 0 196172447 56311808 12859 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 13748 12859 140 302 0 13443 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 54992

[startup+582.535 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1224960/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=57804 CPUtime=582.39
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 14062 0 0 0 58171 68 0 0 25 0 1 0 196172447 59191296 13562 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 14451 13562 140 302 0 14146 0
Current children cumulated CPU time (s) 582.39
Current children cumulated vsize (KiB) 57804

[startup+642.559 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1222400/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=60524 CPUtime=642.39
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 14724 0 0 0 64168 71 0 0 25 0 1 0 196172447 61976576 14224 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 15131 14224 140 302 0 14826 0
Current children cumulated CPU time (s) 642.39
Current children cumulated vsize (KiB) 60524

[startup+702.579 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1219456/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=63652 CPUtime=702.4
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 15455 0 0 0 70164 76 0 0 25 0 1 0 196172447 65179648 14955 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527082 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 15913 14955 140 302 0 15608 0
Current children cumulated CPU time (s) 702.4
Current children cumulated vsize (KiB) 63652

[startup+762.598 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1216960/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=66196 CPUtime=762.41
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 16094 0 0 0 76161 80 0 0 25 0 1 0 196172447 67784704 15594 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 16549 15594 140 302 0 16244 0
Current children cumulated CPU time (s) 762.41
Current children cumulated vsize (KiB) 66196

[startup+822.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1214464/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=68580 CPUtime=822.42
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 16700 0 0 0 82158 84 0 0 25 0 1 0 196172447 70225920 16200 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 17145 16200 140 302 0 16840 0
Current children cumulated CPU time (s) 822.42
Current children cumulated vsize (KiB) 68580

[startup+882.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1212032/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=71208 CPUtime=882.41
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 17297 0 0 0 88154 87 0 0 25 0 1 0 196172447 72916992 16797 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 17802 16797 140 302 0 17497 0
Current children cumulated CPU time (s) 882.41
Current children cumulated vsize (KiB) 71208

[startup+942.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1209728/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=73576 CPUtime=942.42
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 17874 0 0 0 94151 91 0 0 25 0 1 0 196172447 75341824 17374 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 18394 17374 140 302 0 18089 0
Current children cumulated CPU time (s) 942.42
Current children cumulated vsize (KiB) 73576

[startup+1002.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1207616/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=78036 CPUtime=1002.42
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 18935 0 0 0 100148 94 0 0 25 0 1 0 196172447 79908864 17922 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 19509 17922 140 302 0 19204 0
Current children cumulated CPU time (s) 1002.42
Current children cumulated vsize (KiB) 78036

[startup+1062.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1205440/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=80000 CPUtime=1062.44
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 19458 0 0 0 106146 98 0 0 25 0 1 0 196172447 81920000 18445 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 20000 18445 140 302 0 19695 0
Current children cumulated CPU time (s) 1062.44
Current children cumulated vsize (KiB) 80000

[startup+1122.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1203456/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=81976 CPUtime=1122.44
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 19963 0 0 0 112143 101 0 0 25 0 1 0 196172447 83943424 18950 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 20494 18950 140 302 0 20189 0
Current children cumulated CPU time (s) 1122.44
Current children cumulated vsize (KiB) 81976

[startup+1182.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1201152/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=84448 CPUtime=1182.45
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 20531 0 0 0 118142 103 0 0 25 0 1 0 196172447 86474752 19518 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 21112 19518 140 302 0 20807 0
Current children cumulated CPU time (s) 1182.45
Current children cumulated vsize (KiB) 84448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15406
/proc/meminfo: memFree=1200576/2055920 swapFree=4183936/4192956
[pid=15403] ppid=15401 vsize=85132 CPUtime=1200.07
/proc/15403/stat : 15403 (Spear-32) R 15401 15403 14832 0 -1 4194304 20671 0 0 0 119903 104 0 0 25 0 1 0 196172447 87175168 19658 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/15403/statm: 21283 19658 140 302 0 20978 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 85132

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.38
CPU time (s): 1200.09
CPU user time (s): 1199.03
CPU system time (s): 1.05784
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 85132

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

runsolver used 0.847871 second user time and 2.38164 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Sun Feb 18 01:29:25 UTC 2007

IDJOB= 292972
IDBENCH= 19852
IDSOLVER= 132
FILE ID= node41/292972-1171762165

PBS_JOBID= 3839498

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1309933981-04.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292972-1171762165/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292972-1171762165/instance-292972-1171762165.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-292972-1171762165 -o ROOT/results/node41/solver-292972-1171762165 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292972-1171762165/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292972-1171762165/instance-292972-1171762165.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  22bab99737a981aff415949c82530946

RANDOM SEED= 470515428

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.231
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.231
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:       1279512 kB
Buffers:         40440 kB
Cached:         652772 kB
SwapCached:       3652 kB
Active:         565788 kB
Inactive:       137700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1279512 kB
SwapTotal:     4192956 kB
SwapFree:      4183936 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          15356 kB
Slab:            58872 kB
Committed_AS:   377256 kB
PageTables:       1476 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= 66563 MiB

End job on node41 on Sun Feb 18 01:49:28 UTC 2007