Trace number 293423

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.55

General information on the benchmark

Namerandom/OnTreshold/5SAT/v120/
unif-k5-r21.3-v120-c2556-S1142849726-12.UNSAT.shuffled.cnf
MD5SUMc384062077db8cbd51f9b0f03be9edde
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
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 52556
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/293423-1171770944/instance-293423-1171770944.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/node11/watcher-293423-1171770944 -o ROOT/results/node11/solver-293423-1171770944 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293423-1171770944/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/293423-1171770944/instance-293423-1171770944.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/77 6488
/proc/meminfo: memFree=281608/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=1396 CPUtime=0
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 197048974 1429504 170 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 349 170 129 302 0 44 0

[startup+0.106838 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6488
/proc/meminfo: memFree=281608/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=1924 CPUtime=0.1
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 302 0 0 0 10 0 0 0 18 0 1 0 197048974 1970176 286 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 481 286 140 302 0 176 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1924

[startup+0.514887 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6488
/proc/meminfo: memFree=281608/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=2892 CPUtime=0.5
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 533 0 0 0 50 0 0 0 21 0 1 0 197048974 2961408 517 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 723 517 140 302 0 418 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2892

[startup+1.33498 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6489
/proc/meminfo: memFree=279168/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=3924 CPUtime=1.32
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 824 0 0 0 131 1 0 0 25 0 1 0 197048974 4018176 808 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 981 808 140 302 0 676 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3924

[startup+2.97118 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6489
/proc/meminfo: memFree=277952/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=5480 CPUtime=2.96
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 1177 0 0 0 293 3 0 0 25 0 1 0 197048974 5611520 1161 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 1370 1161 140 302 0 1065 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5480

[startup+6.25257 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6489
/proc/meminfo: memFree=275648/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=7432 CPUtime=6.24
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 1693 0 0 0 620 4 0 0 25 0 1 0 197048974 7610368 1644 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 1858 1644 140 302 0 1553 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7432

[startup+12.7053 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6489
/proc/meminfo: memFree=272776/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=9944 CPUtime=12.69
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 2338 0 0 0 1262 7 0 0 25 0 1 0 197048974 10182656 2289 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 2486 2289 140 302 0 2181 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9944

[startup+25.5118 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6489
/proc/meminfo: memFree=269064/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=14124 CPUtime=25.49
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 3366 0 0 0 2538 11 0 0 25 0 1 0 197048974 14462976 3252 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 3531 3252 140 302 0 3226 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14124

[startup+51.1239 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6489
/proc/meminfo: memFree=263624/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=19456 CPUtime=51.1
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 4684 0 0 0 5092 18 0 0 25 0 1 0 197048974 19922944 4570 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 4864 4570 140 302 0 4559 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 19456

[startup+102.347 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6489
/proc/meminfo: memFree=255816/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=27764 CPUtime=102.31
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 6768 0 0 0 10203 28 0 0 25 0 1 0 197048974 28430336 6525 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 6941 6525 140 302 0 6636 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 27764

[startup+162.384 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6489
/proc/meminfo: memFree=248264/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=35432 CPUtime=162.32
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 8626 0 0 0 16196 36 0 0 25 0 1 0 197048974 36282368 8383 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 8858 8383 140 302 0 8553 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 35432

[startup+222.417 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6489
/proc/meminfo: memFree=242952/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=40900 CPUtime=222.34
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 9947 0 0 0 22189 45 0 0 25 0 1 0 197048974 41881600 9704 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 10225 9704 140 302 0 9920 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 40900

[startup+282.446 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6489
/proc/meminfo: memFree=238216/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=46536 CPUtime=282.36
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 11378 0 0 0 28185 51 0 0 25 0 1 0 197048974 47652864 10878 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 11634 10878 140 302 0 11329 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 46536

[startup+342.492 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 6591
/proc/meminfo: memFree=232720/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=51028 CPUtime=342.34
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 12452 0 0 0 34176 58 0 0 25 0 1 0 197048974 52252672 11952 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 12757 11952 140 302 0 12452 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 51028

[startup+402.558 s]
/proc/loadavg: 1.05 1.01 1.00 2/84 6663
/proc/meminfo: memFree=228944/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=54732 CPUtime=402.35
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 13375 0 0 0 40170 65 0 0 25 0 1 0 197048974 56045568 12875 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 13683 12875 140 302 0 13378 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 54732

[startup+462.594 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 6687
/proc/meminfo: memFree=226568/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=58300 CPUtime=462.34
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 14256 0 0 0 46163 71 0 0 25 0 1 0 197048974 59699200 13756 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 14575 13756 140 302 0 14270 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 58300

[startup+522.628 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 6687
/proc/meminfo: memFree=223432/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=61700 CPUtime=522.36
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 15089 0 0 0 52159 77 0 0 25 0 1 0 197048974 63180800 14589 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 15425 14589 140 302 0 15120 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 61700

[startup+582.661 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 6687
/proc/meminfo: memFree=220168/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=64924 CPUtime=582.38
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 15872 0 0 0 58156 82 0 0 25 0 1 0 197048974 66482176 15372 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 16231 15372 140 302 0 15926 0
Current children cumulated CPU time (s) 582.38
Current children cumulated vsize (KiB) 64924

[startup+642.695 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 6687
/proc/meminfo: memFree=217032/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=68212 CPUtime=642.39
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 16662 0 0 0 64153 86 0 0 25 0 1 0 197048974 69849088 16162 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 17053 16162 140 302 0 16748 0
Current children cumulated CPU time (s) 642.39
Current children cumulated vsize (KiB) 68212

[startup+702.728 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6687
/proc/meminfo: memFree=213576/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=71684 CPUtime=702.41
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 17508 0 0 0 70150 91 0 0 25 0 1 0 197048974 73404416 17008 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526770 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 17921 17008 140 302 0 17616 0
Current children cumulated CPU time (s) 702.41
Current children cumulated vsize (KiB) 71684

[startup+762.758 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6687
/proc/meminfo: memFree=210760/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=74660 CPUtime=762.42
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 18229 0 0 0 76146 96 0 0 25 0 1 0 197048974 76451840 17729 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 18665 17729 140 302 0 18360 0
Current children cumulated CPU time (s) 762.42
Current children cumulated vsize (KiB) 74660

[startup+822.799 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6687
/proc/meminfo: memFree=208072/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=77308 CPUtime=822.44
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 18887 0 0 0 82143 101 0 0 25 0 1 0 197048974 79163392 18387 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 19327 18387 140 302 0 19022 0
Current children cumulated CPU time (s) 822.44
Current children cumulated vsize (KiB) 77308

[startup+882.833 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6687
/proc/meminfo: memFree=205512/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=79664 CPUtime=882.46
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 19526 0 0 0 88140 106 0 0 25 0 1 0 197048974 81575936 19026 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 19916 19026 140 302 0 19611 0
Current children cumulated CPU time (s) 882.46
Current children cumulated vsize (KiB) 79664

[startup+942.868 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6687
/proc/meminfo: memFree=202952/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=82500 CPUtime=942.48
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 20179 0 0 0 94136 112 0 0 25 0 1 0 197048974 84480000 19679 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 20625 19679 140 302 0 20320 0
Current children cumulated CPU time (s) 942.48
Current children cumulated vsize (KiB) 82500

[startup+1002.9 s]
/proc/loadavg: 1.12 1.03 1.01 2/78 6687
/proc/meminfo: memFree=200328/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=87720 CPUtime=1002.49
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 21357 0 0 0 100132 117 0 0 25 0 1 0 197048974 89825280 20344 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 21930 20344 140 302 0 21625 0
Current children cumulated CPU time (s) 1002.49
Current children cumulated vsize (KiB) 87720

[startup+1062.94 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 6687
/proc/meminfo: memFree=198024/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=89996 CPUtime=1062.51
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 21921 0 0 0 106130 121 0 0 25 0 1 0 197048974 92155904 20908 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 22499 20908 140 302 0 22194 0
Current children cumulated CPU time (s) 1062.51
Current children cumulated vsize (KiB) 89996

[startup+1122.97 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 6687
/proc/meminfo: memFree=195720/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=92088 CPUtime=1122.52
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 22491 0 0 0 112127 125 0 0 25 0 1 0 197048974 94298112 21478 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 23022 21478 140 302 0 22717 0
Current children cumulated CPU time (s) 1122.52
Current children cumulated vsize (KiB) 92088

[startup+1183.01 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 6687
/proc/meminfo: memFree=193480/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=94292 CPUtime=1182.54
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 23069 0 0 0 118124 130 0 0 25 0 1 0 197048974 96555008 22056 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 23573 22056 140 302 0 23268 0
Current children cumulated CPU time (s) 1182.54
Current children cumulated vsize (KiB) 94292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.53 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 6687
/proc/meminfo: memFree=192712/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=95252 CPUtime=1200.07
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 23228 0 0 0 119876 131 0 0 25 0 1 0 197048974 97538048 22215 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 23813 22215 140 302 0 23508 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 95252

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

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

[startup+1200.53 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 6687
/proc/meminfo: memFree=192712/2055920 swapFree=4192812/4192956
[pid=6488] ppid=6486 vsize=95252 CPUtime=1200.07
/proc/6488/stat : 6488 (Spear-32) R 6486 6488 2600 0 -1 4194304 23228 0 0 0 119876 131 0 0 25 0 1 0 197048974 97538048 22215 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6488/statm: 23813 22215 140 302 0 23508 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 95252

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.09
CPU user time (s): 1198.76
CPU system time (s): 1.3278
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 95252

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

runsolver used 1.26681 second user time and 2.99654 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Feb 18 03:55:44 UTC 2007

IDJOB= 293423
IDBENCH= 19863
IDSOLVER= 132
FILE ID= node11/293423-1171770944

PBS_JOBID= 3839284

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c384062077db8cbd51f9b0f03be9edde

RANDOM SEED= 880103013

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:        282080 kB
Buffers:         49428 kB
Cached:        1609636 kB
SwapCached:          0 kB
Active:         231944 kB
Inactive:      1470128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        282080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          61844 kB
Slab:            57300 kB
Committed_AS:   590400 kB
PageTables:       1756 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= 66544 MiB

End job on node11 on Sun Feb 18 04:15:47 UTC 2007