Trace number 292930

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 FHS 1.0? (TO) 1200.12 1200.47

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S804631280-01.SAT.shuffled.cnf
MD5SUMc3a60c73a856b19b59d723c0a3c76b1b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.119981
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/292930-1171761321/instance-292930-1171761321.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-292930-1171761321 -o ROOT/results/node11/solver-292930-1171761321 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292930-1171761321/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292930-1171761321/instance-292930-1171761321.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.92 0.98 0.95 3/77 2982
/proc/meminfo: memFree=282816/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=1396 CPUtime=0
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 196086610 1429504 169 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 349 169 129 302 0 44 0

[startup+0.107581 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 2982
/proc/meminfo: memFree=282816/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=1788 CPUtime=0.1
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 296 0 0 0 10 0 0 0 18 0 1 0 196086610 1830912 280 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 447 280 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.51563 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 2982
/proc/meminfo: memFree=282816/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=2684 CPUtime=0.5
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 509 0 0 0 49 1 0 0 22 0 1 0 196086610 2748416 493 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 671 493 140 302 0 366 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2684

[startup+1.33673 s]
/proc/loadavg: 0.92 0.98 0.95 2/78 2983
/proc/meminfo: memFree=280568/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=3728 CPUtime=1.32
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 747 0 0 0 131 1 0 0 25 0 1 0 196086610 3817472 731 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 932 731 140 302 0 627 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3728

[startup+2.97792 s]
/proc/loadavg: 0.92 0.98 0.95 2/78 2983
/proc/meminfo: memFree=279544/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=4892 CPUtime=2.96
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 1054 0 0 0 294 2 0 0 25 0 1 0 196086610 5009408 1038 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 1223 1038 140 302 0 918 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4892

[startup+6.25431 s]
/proc/loadavg: 0.93 0.98 0.95 2/78 2983
/proc/meminfo: memFree=277560/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=6700 CPUtime=6.24
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 1504 0 0 0 620 4 0 0 25 0 1 0 196086610 6860800 1455 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 1675 1455 140 302 0 1370 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6700

[startup+12.7111 s]
/proc/loadavg: 0.93 0.98 0.95 2/78 2983
/proc/meminfo: memFree=275000/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=8948 CPUtime=12.7
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 2081 0 0 0 1264 6 0 0 25 0 1 0 196086610 9162752 2032 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527092 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 2237 2032 140 302 0 1932 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 8948

[startup+25.5116 s]
/proc/loadavg: 0.95 0.98 0.95 2/78 2983
/proc/meminfo: memFree=271736/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=12636 CPUtime=25.5
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 2979 0 0 0 2540 10 0 0 25 0 1 0 196086610 12939264 2865 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 3159 2865 140 302 0 2854 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 12636

[startup+51.1256 s]
/proc/loadavg: 0.96 0.98 0.95 2/78 2983
/proc/meminfo: memFree=267064/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=17228 CPUtime=51.1
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 4113 0 0 0 5095 15 0 0 25 0 1 0 196086610 17641472 3999 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 4307 3999 140 302 0 4002 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17228

[startup+102.353 s]
/proc/loadavg: 0.98 0.98 0.95 2/78 2983
/proc/meminfo: memFree=260216/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=24764 CPUtime=102.31
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 5944 0 0 0 10207 24 0 0 25 0 1 0 196086610 25358336 5701 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 6191 5701 140 302 0 5886 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 24764

[startup+162.394 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=254008/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=30996 CPUtime=162.34
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 7481 0 0 0 16200 34 0 0 25 0 1 0 196086610 31739904 7238 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 7749 7238 140 302 0 7444 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 30996

[startup+222.428 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=249272/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=35840 CPUtime=222.35
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 8654 0 0 0 22193 42 0 0 25 0 1 0 196086610 36700160 8411 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 8960 8411 140 302 0 8655 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 35840

[startup+282.463 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=245240/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=41008 CPUtime=282.37
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 9936 0 0 0 28187 50 0 0 25 0 1 0 196086610 41992192 9436 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 10252 9436 140 302 0 9947 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 41008

[startup+342.499 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=240824/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=45764 CPUtime=342.39
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 11009 0 0 0 34182 57 0 0 25 0 1 0 196086610 46862336 10509 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 11441 10509 140 302 0 11136 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 45764

[startup+402.541 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=237304/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=49220 CPUtime=402.42
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 11885 0 0 0 40178 64 0 0 25 0 1 0 196086610 50401280 11385 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 12305 11385 140 302 0 12000 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 49220

[startup+462.575 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=233912/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=52880 CPUtime=462.42
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 12773 0 0 0 46171 71 0 0 25 0 1 0 196086610 54149120 12273 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 13220 12273 140 302 0 12915 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 52880

[startup+522.607 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=230776/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=56104 CPUtime=522.44
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 13561 0 0 0 52166 78 0 0 25 0 1 0 196086610 57450496 13061 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 14026 13061 140 302 0 13721 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 56104

[startup+582.643 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=227576/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=59448 CPUtime=582.47
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 14339 0 0 0 58162 85 0 0 25 0 1 0 196086610 60874752 13839 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 14862 13839 140 302 0 14557 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 59448

[startup+642.684 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=224888/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=62344 CPUtime=642.48
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 15016 0 0 0 64158 90 0 0 25 0 1 0 196086610 63840256 14516 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 15586 14516 140 302 0 15281 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 62344

[startup+702.724 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=221816/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=65704 CPUtime=702.5
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 15772 0 0 0 70155 95 0 0 25 0 1 0 196086610 67280896 15272 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 16426 15272 140 302 0 16121 0
Current children cumulated CPU time (s) 702.5
Current children cumulated vsize (KiB) 65704

[startup+762.759 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=219384/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=68136 CPUtime=762.52
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 16387 0 0 0 76151 101 0 0 25 0 1 0 196086610 69771264 15887 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 17034 15887 140 302 0 16729 0
Current children cumulated CPU time (s) 762.52
Current children cumulated vsize (KiB) 68136

[startup+822.802 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=216632/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=71148 CPUtime=822.56
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 17071 0 0 0 82150 106 0 0 25 0 1 0 196086610 72855552 16571 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 17787 16571 140 302 0 17482 0
Current children cumulated CPU time (s) 822.56
Current children cumulated vsize (KiB) 71148

[startup+882.836 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=214328/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=73212 CPUtime=882.57
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 17635 0 0 0 88147 110 0 0 25 0 1 0 196086610 74969088 17135 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 18303 17135 140 302 0 17998 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 73212

[startup+942.872 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=211960/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=77728 CPUtime=942.59
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 18745 0 0 0 94145 114 0 0 25 0 1 0 196086610 79593472 17732 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 19432 17732 140 302 0 19127 0
Current children cumulated CPU time (s) 942.59
Current children cumulated vsize (KiB) 77728

[startup+1002.91 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=209784/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=79976 CPUtime=1002.6
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 19288 0 0 0 100142 118 0 0 25 0 1 0 196086610 81895424 18275 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 19994 18275 140 302 0 19689 0
Current children cumulated CPU time (s) 1002.6
Current children cumulated vsize (KiB) 79976

[startup+1062.95 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=207672/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=82052 CPUtime=1062.63
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 19823 0 0 0 106141 122 0 0 25 0 1 0 196086610 84021248 18810 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526986 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 20513 18810 140 302 0 20208 0
Current children cumulated CPU time (s) 1062.63
Current children cumulated vsize (KiB) 82052

[startup+1122.99 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=205624/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=84044 CPUtime=1122.65
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 20337 0 0 0 112138 127 0 0 25 0 1 0 196086610 86061056 19324 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 21011 19324 140 302 0 20706 0
Current children cumulated CPU time (s) 1122.65
Current children cumulated vsize (KiB) 84044

[startup+1183.03 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=203640/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=86364 CPUtime=1182.67
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 20824 0 0 0 118135 132 0 0 25 0 1 0 196086610 88436736 19811 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 21591 19811 140 302 0 21286 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 86364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 0.99 0.98 0.95 2/78 2983
/proc/meminfo: memFree=203000/2055920 swapFree=4192812/4192956
[pid=2982] ppid=2980 vsize=86876 CPUtime=1200.1
/proc/2982/stat : 2982 (Spear-32) R 2980 2982 2600 0 -1 4194304 20965 0 0 0 119876 134 0 0 25 0 1 0 196086610 88961024 19952 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2982/statm: 21719 19952 140 302 0 21414 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 86876

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.47
CPU time (s): 1200.12
CPU user time (s): 1198.76
CPU system time (s): 1.35479
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 86876

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

runsolver used 1.2928 second user time and 2.97955 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Feb 18 01:15:21 UTC 2007

IDJOB= 292930
IDBENCH= 19851
IDSOLVER= 131
FILE ID= node11/292930-1171761321

PBS_JOBID= 3839284

Free space on /tmp= 66544 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S804631280-01.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292930-1171761321/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292930-1171761321/instance-292930-1171761321.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-292930-1171761321 -o ROOT/results/node11/solver-292930-1171761321 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292930-1171761321/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292930-1171761321/instance-292930-1171761321.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c3a60c73a856b19b59d723c0a3c76b1b

RANDOM SEED= 6508844

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:        283288 kB
Buffers:         48988 kB
Cached:        1609124 kB
SwapCached:          0 kB
Active:         165924 kB
Inactive:      1535044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        283288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          61776 kB
Slab:            57236 kB
Committed_AS:   585496 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 01:35:23 UTC 2007