Trace number 291824

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.07 1200.15

General information on the benchmark

Namerandom/OnTreshold/5SAT/v80/
unif-k5-r21.3-v80-c1704-S1064282057-06.UNSAT.shuffled.cnf
MD5SUM9dc695d1d587582e1e64f09248ad206b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.5254
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses1704
Sum of the clauses size8520
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 51704
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/291824-1171746829/instance-291824-1171746829.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/node16/watcher-291824-1171746829 -o ROOT/results/node16/solver-291824-1171746829 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/291824-1171746829/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/291824-1171746829/instance-291824-1171746829.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 0.99 0.91 3/77 9554
/proc/meminfo: memFree=969304/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=1396 CPUtime=0
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 194637269 1429504 168 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 349 169 129 302 0 44 0

[startup+0.106714 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 9554
/proc/meminfo: memFree=969304/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=1800 CPUtime=0.09
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 285 0 0 0 9 0 0 0 18 0 1 0 194637269 1843200 269 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 450 269 140 302 0 145 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1800

[startup+0.514668 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 9554
/proc/meminfo: memFree=969304/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=2592 CPUtime=0.5
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 473 0 0 0 49 1 0 0 21 0 1 0 194637269 2654208 457 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 648 457 140 302 0 343 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2592

[startup+1.33457 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 9555
/proc/meminfo: memFree=967312/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=3632 CPUtime=1.32
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 709 0 0 0 131 1 0 0 25 0 1 0 194637269 3719168 693 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 908 693 140 302 0 603 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3632

[startup+2.97238 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 9555
/proc/meminfo: memFree=966288/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=4540 CPUtime=2.96
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 963 0 0 0 294 2 0 0 25 0 1 0 194637269 4648960 947 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 1135 947 140 302 0 830 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4540

[startup+6.24801 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 9555
/proc/meminfo: memFree=964632/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=6144 CPUtime=6.24
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 1358 0 0 0 621 3 0 0 25 0 1 0 194637269 6291456 1309 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 1536 1309 140 302 0 1231 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6144

[startup+12.7053 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 9555
/proc/meminfo: memFree=962264/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=8308 CPUtime=12.69
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 1889 0 0 0 1263 6 0 0 25 0 1 0 194637269 8507392 1840 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 2077 1840 140 302 0 1772 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8308

[startup+25.6058 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 9555
/proc/meminfo: memFree=959448/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=11536 CPUtime=25.6
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 2694 0 0 0 2550 10 0 0 25 0 1 0 194637269 11812864 2580 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 2884 2580 140 302 0 2579 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 11536

[startup+51.2109 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 9555
/proc/meminfo: memFree=955224/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=15668 CPUtime=51.2
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 3728 0 0 0 5105 15 0 0 25 0 1 0 194637269 16044032 3614 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 3917 3614 140 302 0 3612 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 15668

[startup+102.417 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 9555
/proc/meminfo: memFree=949272/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=22252 CPUtime=102.4
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 5334 0 0 0 10216 24 0 0 25 0 1 0 194637269 22786048 5091 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 5563 5091 140 302 0 5258 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 22252

[startup+162.435 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 9555
/proc/meminfo: memFree=943704/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=27924 CPUtime=162.42
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 6697 0 0 0 16209 33 0 0 25 0 1 0 194637269 28594176 6454 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 6981 6454 140 302 0 6676 0
Current children cumulated CPU time (s) 162.42
Current children cumulated vsize (KiB) 27924

[startup+222.449 s]
/proc/loadavg: 1.07 1.00 0.92 3/78 9555
/proc/meminfo: memFree=939800/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=31952 CPUtime=222.42
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 7660 0 0 0 22204 38 0 0 25 0 1 0 194637269 32718848 7417 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 7988 7417 140 302 0 7683 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 31952

[startup+282.466 s]
/proc/loadavg: 1.02 1.00 0.92 2/78 9555
/proc/meminfo: memFree=936344/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=36412 CPUtime=282.44
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 8768 0 0 0 28198 46 0 0 25 0 1 0 194637269 37285888 8268 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 9103 8268 140 302 0 8798 0
Current children cumulated CPU time (s) 282.44
Current children cumulated vsize (KiB) 36412

[startup+342.482 s]
/proc/loadavg: 1.01 1.00 0.92 2/78 9555
/proc/meminfo: memFree=932632/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=40408 CPUtime=342.45
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 9691 0 0 0 34193 52 0 0 25 0 1 0 194637269 41377792 9191 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 10102 9191 140 302 0 9797 0
Current children cumulated CPU time (s) 342.45
Current children cumulated vsize (KiB) 40408

[startup+402.5 s]
/proc/loadavg: 1.05 1.01 0.92 2/78 9555
/proc/meminfo: memFree=929752/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=43232 CPUtime=402.46
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 10394 0 0 0 40190 56 0 0 25 0 1 0 194637269 44269568 9894 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 10808 9894 140 302 0 10503 0
Current children cumulated CPU time (s) 402.46
Current children cumulated vsize (KiB) 43232

[startup+462.515 s]
/proc/loadavg: 1.02 1.01 0.92 2/78 9555
/proc/meminfo: memFree=927512/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=45464 CPUtime=462.48
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 10962 0 0 0 46187 61 0 0 25 0 1 0 194637269 46555136 10462 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 11366 10462 140 302 0 11061 0
Current children cumulated CPU time (s) 462.48
Current children cumulated vsize (KiB) 45464

[startup+522.529 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 9555
/proc/meminfo: memFree=925144/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=48056 CPUtime=522.48
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 11563 0 0 0 52184 64 0 0 25 0 1 0 194637269 49209344 11063 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 12014 11063 140 302 0 11709 0
Current children cumulated CPU time (s) 522.48
Current children cumulated vsize (KiB) 48056

[startup+582.552 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 9555
/proc/meminfo: memFree=922840/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=50464 CPUtime=582.5
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 12151 0 0 0 58180 70 0 0 25 0 1 0 194637269 51675136 11651 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 12616 11651 140 302 0 12311 0
Current children cumulated CPU time (s) 582.5
Current children cumulated vsize (KiB) 50464

[startup+642.569 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 9555
/proc/meminfo: memFree=920536/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=52820 CPUtime=642.51
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 12723 0 0 0 64176 75 0 0 25 0 1 0 194637269 54087680 12223 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 13205 12223 140 302 0 12900 0
Current children cumulated CPU time (s) 642.51
Current children cumulated vsize (KiB) 52820

[startup+702.584 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 9555
/proc/meminfo: memFree=917784/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=55664 CPUtime=702.52
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 13407 0 0 0 70172 80 0 0 25 0 1 0 194637269 56999936 12907 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 13916 12907 140 302 0 13611 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 55664

[startup+762.6 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 9555
/proc/meminfo: memFree=915800/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=57852 CPUtime=762.54
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 13901 0 0 0 76169 85 0 0 25 0 1 0 194637269 59240448 13401 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 14463 13401 140 302 0 14158 0
Current children cumulated CPU time (s) 762.54
Current children cumulated vsize (KiB) 57852

[startup+822.619 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 9555
/proc/meminfo: memFree=913752/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=60196 CPUtime=822.56
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 14414 0 0 0 82166 90 0 0 25 0 1 0 194637269 61640704 13914 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 15049 13914 140 302 0 14744 0
Current children cumulated CPU time (s) 822.56
Current children cumulated vsize (KiB) 60196

[startup+882.635 s]
/proc/loadavg: 1.00 1.00 0.92 3/78 9555
/proc/meminfo: memFree=911640/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=62376 CPUtime=882.56
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 14968 0 0 0 88162 94 0 0 25 0 1 0 194637269 63873024 14468 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 15594 14468 140 302 0 15289 0
Current children cumulated CPU time (s) 882.56
Current children cumulated vsize (KiB) 62376

[startup+942.656 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 9555
/proc/meminfo: memFree=909784/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=64680 CPUtime=942.58
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 15415 0 0 0 94159 99 0 0 25 0 1 0 194637269 66232320 14915 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 16170 14915 140 302 0 15865 0
Current children cumulated CPU time (s) 942.58
Current children cumulated vsize (KiB) 64680

[startup+1002.68 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 9555
/proc/meminfo: memFree=907672/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=68832 CPUtime=1002.6
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 16457 0 0 0 100157 103 0 0 25 0 1 0 194637269 70483968 15444 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 17208 15444 140 302 0 16903 0
Current children cumulated CPU time (s) 1002.6
Current children cumulated vsize (KiB) 68832

[startup+1062.69 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 9555
/proc/meminfo: memFree=905880/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=70520 CPUtime=1062.62
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 16889 0 0 0 106155 107 0 0 25 0 1 0 194637269 72212480 15876 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 17630 15876 140 302 0 17325 0
Current children cumulated CPU time (s) 1062.62
Current children cumulated vsize (KiB) 70520

[startup+1122.71 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 9555
/proc/meminfo: memFree=904280/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=72524 CPUtime=1122.62
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 17286 0 0 0 112152 110 0 0 25 0 1 0 194637269 74264576 16273 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526878 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 18131 16273 140 302 0 17826 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 72524

[startup+1182.73 s]
/proc/loadavg: 1.06 1.02 0.93 2/78 9555
/proc/meminfo: memFree=902680/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=74116 CPUtime=1182.64
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 17702 0 0 0 118150 114 0 0 25 0 1 0 194637269 75894784 16689 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 18529 16689 140 302 0 18224 0
Current children cumulated CPU time (s) 1182.64
Current children cumulated vsize (KiB) 74116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.14 s]
/proc/loadavg: 1.04 1.01 0.93 3/78 9555
/proc/meminfo: memFree=902232/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=74652 CPUtime=1200.05
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 17805 0 0 0 119890 115 0 0 25 0 1 0 194637269 76443648 16792 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 18663 16792 140 302 0 18358 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 74652

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

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

[startup+1200.14 s]
/proc/loadavg: 1.04 1.01 0.93 3/78 9555
/proc/meminfo: memFree=902232/2055920 swapFree=4192812/4192956
[pid=9554] ppid=9552 vsize=74652 CPUtime=1200.05
/proc/9554/stat : 9554 (Spear-32) R 9552 9554 9027 0 -1 4194304 17805 0 0 0 119890 115 0 0 25 0 1 0 194637269 76443648 16792 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9554/statm: 18663 16792 140 302 0 18358 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 74652

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.15
CPU time (s): 1200.07
CPU user time (s): 1198.9
CPU system time (s): 1.16282
CPU usage (%): 99.9928
Max. virtual memory (cumulated for all children) (KiB): 74652

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

runsolver used 1.23681 second user time and 3.03554 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Feb 17 21:13:49 UTC 2007

IDJOB= 291824
IDBENCH= 19824
IDSOLVER= 132
FILE ID= node16/291824-1171746829

PBS_JOBID= 3839253

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  9dc695d1d587582e1e64f09248ad206b

RANDOM SEED= 849933121

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:        969776 kB
Buffers:         65872 kB
Cached:         888508 kB
SwapCached:          0 kB
Active:         330292 kB
Inactive:       677680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        969776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          72488 kB
Slab:            63808 kB
Committed_AS:   866608 kB
PageTables:       1720 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66547 MiB

End job on node16 on Sat Feb 17 21:33:52 UTC 2007