Trace number 294571

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.04 1200.39

General information on the benchmark

Namerandom/OnTreshold/7SAT/v50/
unif-k7-r89-v50-c4450-S1018594061-02.UNSAT.shuffled.cnf
MD5SUM428b24f39bc6415380a405b76c9b06d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark66.9038
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 54450

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/294571-1171790955/instance-294571-1171790955.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/node75/watcher-294571-1171790955 -o ROOT/results/node75/solver-294571-1171790955 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294571-1171790955/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/294571-1171790955/instance-294571-1171790955.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: 0.99 0.98 0.99 3/64 16711
/proc/meminfo: memFree=728424/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=1396 CPUtime=0
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 182 0 0 0 0 0 0 0 20 0 1 0 199061384 1429504 166 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 349 166 128 302 0 44 0

[startup+0.10657 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16711
/proc/meminfo: memFree=728424/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=1916 CPUtime=0.1
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 318 0 0 0 10 0 0 0 20 0 1 0 199061384 1961984 302 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 479 302 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.514617 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16711
/proc/meminfo: memFree=728424/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=2688 CPUtime=0.5
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 512 0 0 0 50 0 0 0 24 0 1 0 199061384 2752512 496 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 672 496 140 302 0 367 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2688

[startup+1.33471 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=726240/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=3592 CPUtime=1.32
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 738 0 0 0 131 1 0 0 25 0 1 0 199061384 3678208 722 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 898 722 140 302 0 593 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3592

[startup+2.97091 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=725216/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=4904 CPUtime=2.96
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 1038 0 0 0 294 2 0 0 25 0 1 0 199061384 5021696 1022 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135271772 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 1226 1022 140 302 0 921 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4904

[startup+6.2513 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=723360/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=6536 CPUtime=6.23
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 1433 0 0 0 619 4 0 0 25 0 1 0 199061384 6692864 1384 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 1634 1384 140 302 0 1329 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6536

[startup+12.7021 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=721128/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=8508 CPUtime=12.68
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 1938 0 0 0 1261 7 0 0 25 0 1 0 199061384 8712192 1889 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 2127 1889 140 302 0 1822 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8508

[startup+25.5066 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=718440/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=11536 CPUtime=25.48
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 2685 0 0 0 2537 11 0 0 25 0 1 0 199061384 11812864 2571 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 2884 2571 140 302 0 2579 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11536

[startup+51.1136 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=714216/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=15920 CPUtime=51.08
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 3746 0 0 0 5092 16 0 0 25 0 1 0 199061384 16302080 3632 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 3980 3632 140 302 0 3675 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15920

[startup+102.32 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=708520/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=22020 CPUtime=102.28
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 5284 0 0 0 10205 23 0 0 25 0 1 0 199061384 22548480 5041 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 5505 5041 140 302 0 5200 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 22020

[startup+162.341 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=703464/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=27344 CPUtime=162.28
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 6546 0 0 0 16198 30 0 0 25 0 1 0 199061384 28000256 6303 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 6836 6303 140 302 0 6531 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 27344

[startup+222.359 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=699304/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=31752 CPUtime=222.28
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 7575 0 0 0 22192 36 0 0 25 0 1 0 199061384 32514048 7332 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 7938 7332 140 302 0 7633 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 31752

[startup+282.38 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=695656/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=36600 CPUtime=282.28
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 8734 0 0 0 28186 42 0 0 25 0 1 0 199061384 37478400 8234 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 9150 8234 140 302 0 8845 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 36600

[startup+342.458 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=692392/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=40148 CPUtime=342.34
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 9581 0 0 0 34186 48 0 0 25 0 1 0 199061384 41111552 9081 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 10037 9081 140 302 0 9732 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 40148

[startup+402.486 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=689640/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=42864 CPUtime=402.35
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 10258 0 0 0 40182 53 0 0 25 0 1 0 199061384 43892736 9758 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 10716 9758 140 302 0 10411 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 42864

[startup+462.505 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=686696/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=45864 CPUtime=462.35
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 10973 0 0 0 46177 58 0 0 25 0 1 0 199061384 46964736 10473 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 11466 10473 140 302 0 11161 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 45864

[startup+522.524 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16712
/proc/meminfo: memFree=684392/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=48100 CPUtime=522.35
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 11557 0 0 0 52173 62 0 0 25 0 1 0 199061384 49254400 11057 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 12025 11057 140 302 0 11720 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 48100

[startup+582.544 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16714
/proc/meminfo: memFree=681832/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=50816 CPUtime=582.37
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 12200 0 0 0 58171 66 0 0 25 0 1 0 199061384 52035584 11700 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 12704 11700 140 302 0 12399 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 50816

[startup+642.571 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16714
/proc/meminfo: memFree=679784/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=53136 CPUtime=642.37
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 12716 0 0 0 64166 71 0 0 25 0 1 0 199061384 54411264 12216 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 13284 12216 140 302 0 12979 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 53136

[startup+702.59 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16714
/proc/meminfo: memFree=677480/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=56012 CPUtime=702.37
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 13372 0 0 0 70162 75 0 0 25 0 1 0 199061384 57356288 12872 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 14003 12872 140 302 0 13698 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 56012

[startup+762.606 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 16714
/proc/meminfo: memFree=674920/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=58460 CPUtime=762.37
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 13925 0 0 0 76159 78 0 0 25 0 1 0 199061384 59863040 13425 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 14615 13425 140 302 0 14310 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 58460

[startup+822.628 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 16714
/proc/meminfo: memFree=672680/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=60520 CPUtime=822.37
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 14470 0 0 0 82155 82 0 0 25 0 1 0 199061384 61972480 13970 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 15130 13970 140 302 0 14825 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 60520

[startup+882.65 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 16714
/proc/meminfo: memFree=670568/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=62972 CPUtime=882.37
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 15018 0 0 0 88152 85 0 0 25 0 1 0 199061384 64483328 14518 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 15743 14518 140 302 0 15438 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 62972

[startup+942.671 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16714
/proc/meminfo: memFree=668712/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=64700 CPUtime=942.38
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 15472 0 0 0 94148 90 0 0 25 0 1 0 199061384 66252800 14972 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 16175 14972 140 302 0 15870 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 64700

[startup+1002.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16714
/proc/meminfo: memFree=666984/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=68284 CPUtime=1002.38
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 16410 0 0 0 100145 93 0 0 25 0 1 0 199061384 69922816 15397 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526999 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 17071 15397 140 302 0 16766 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 68284

[startup+1062.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16714
/proc/meminfo: memFree=665256/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=70020 CPUtime=1062.4
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 16840 0 0 0 106144 96 0 0 25 0 1 0 199061384 71700480 15827 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 17505 15827 140 302 0 17200 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 70020

[startup+1122.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16714
/proc/meminfo: memFree=663592/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=71432 CPUtime=1122.4
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 17253 0 0 0 112141 99 0 0 25 0 1 0 199061384 73146368 16240 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 17858 16240 140 302 0 17553 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 71432

[startup+1182.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16714
/proc/meminfo: memFree=661992/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=73104 CPUtime=1182.4
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 17653 0 0 0 118139 101 0 0 25 0 1 0 199061384 74858496 16640 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 18276 16640 140 302 0 17971 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 73104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16714
/proc/meminfo: memFree=661480/2055920 swapFree=4183176/4192956
[pid=16711] ppid=16709 vsize=73872 CPUtime=1200.02
/proc/16711/stat : 16711 (Spear-32) R 16709 16711 15968 0 -1 4194304 17781 0 0 0 119900 102 0 0 25 0 1 0 199061384 75644928 16768 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16711/statm: 18468 16768 140 302 0 18163 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 73872

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.39
CPU time (s): 1200.04
CPU user time (s): 1199
CPU system time (s): 1.03384
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 73872

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

runsolver used 0.821875 second user time and 2.39963 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Sun Feb 18 09:29:15 UTC 2007

IDJOB= 294571
IDBENCH= 19891
IDSOLVER= 132
FILE ID= node75/294571-1171790955

PBS_JOBID= 3839560

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v50/unif-k7-r89-v50-c4450-S1018594061-02.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294571-1171790955/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/294571-1171790955/instance-294571-1171790955.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-294571-1171790955 -o ROOT/results/node75/solver-294571-1171790955 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294571-1171790955/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/294571-1171790955/instance-294571-1171790955.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  428b24f39bc6415380a405b76c9b06d9

RANDOM SEED= 162908435

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        728832 kB
Buffers:         48192 kB
Cached:        1156860 kB
SwapCached:       3920 kB
Active:         804176 kB
Inactive:       411040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        728832 kB
SwapTotal:     4192956 kB
SwapFree:      4183176 kB
Dirty:            1648 kB
Writeback:           0 kB
Mapped:          16048 kB
Slab:            97776 kB
Committed_AS:   586664 kB
PageTables:       1432 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 node75 on Sun Feb 18 09:49:18 UTC 2007