Trace number 301663

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.15 1200.43

General information on the benchmark

Namerandom/LargeSize/5SAT/v1000/
unif-k5-r20-v1000-c20000-S1172786648-06.cnf
MD5SUM27847d68fadd27947440c2e2b03da894
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark373.013
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
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/301663-1171984185/instance-301663-1171984185.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/node3/watcher-301663-1171984185 -o ROOT/results/node3/solver-301663-1171984185 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301663-1171984185/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301663-1171984185/instance-301663-1171984185.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.99 3/77 12089
/proc/meminfo: memFree=757864/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=1548 CPUtime=0
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 201 0 0 0 0 0 0 0 18 0 1 0 218373334 1585152 185 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 387 185 128 302 0 82 0

[startup+0.107105 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12089
/proc/meminfo: memFree=757864/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=2992 CPUtime=0.1
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 562 0 0 0 10 0 0 0 18 0 1 0 218373334 3063808 546 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 748 546 140 302 0 443 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2992

[startup+0.515138 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12089
/proc/meminfo: memFree=757864/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=4648 CPUtime=0.5
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 976 0 0 0 50 0 0 0 22 0 1 0 218373334 4759552 960 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 1162 960 140 302 0 857 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4648

[startup+1.33521 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 12090
/proc/meminfo: memFree=752288/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=7444 CPUtime=1.32
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 1689 0 0 0 131 1 0 0 25 0 1 0 218373334 7622656 1673 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 1861 1673 140 302 0 1556 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7444

[startup+2.97134 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 12090
/proc/meminfo: memFree=748768/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=11896 CPUtime=2.96
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 2810 0 0 0 293 3 0 0 25 0 1 0 218373334 12181504 2794 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 2974 2794 140 302 0 2669 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 11896

[startup+6.25161 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 12090
/proc/meminfo: memFree=741152/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=19164 CPUtime=6.24
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 4601 0 0 0 619 5 0 0 25 0 1 0 218373334 19623936 4585 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 4791 4585 140 302 0 4486 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19164

[startup+12.7021 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 12090
/proc/meminfo: memFree=729120/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=30188 CPUtime=12.69
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 7386 0 0 0 1260 9 0 0 25 0 1 0 218373334 30912512 7337 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 7547 7337 140 302 0 7242 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30188

[startup+25.5122 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 12090
/proc/meminfo: memFree=713632/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=46352 CPUtime=25.49
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 11430 0 0 0 2534 15 0 0 25 0 1 0 218373334 47464448 11316 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 11588 11316 140 302 0 11283 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46352

[startup+51.1253 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 12090
/proc/meminfo: memFree=688800/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=70368 CPUtime=51.11
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 17492 0 0 0 5086 25 0 0 25 0 1 0 218373334 72056832 17378 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 17592 17378 140 302 0 17287 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 70368

[startup+102.347 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 12090
/proc/meminfo: memFree=653600/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=106132 CPUtime=102.31
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 26446 0 0 0 10189 42 0 0 25 0 1 0 218373334 108679168 26203 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 26533 26203 140 302 0 26228 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 106132

[startup+162.38 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=620000/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=139068 CPUtime=162.33
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 34693 0 0 0 16177 56 0 0 25 0 1 0 218373334 142405632 34450 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 34767 34450 140 302 0 34462 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 139068

[startup+222.412 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=592352/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=166688 CPUtime=222.35
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 41620 0 0 0 22165 70 0 0 25 0 1 0 218373334 170688512 41377 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 41672 41377 140 302 0 41367 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 166688

[startup+282.445 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 12090
/proc/meminfo: memFree=569632/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=190460 CPUtime=282.37
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 47566 0 0 0 28156 81 0 0 25 0 1 0 218373334 195031040 47066 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 47615 47066 140 302 0 47310 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 190460

[startup+342.474 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=545952/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=214112 CPUtime=342.39
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 53481 0 0 0 34146 93 0 0 25 0 1 0 218373334 219250688 52981 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 53528 52981 140 302 0 53223 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 214112

[startup+402.512 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=525152/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=234504 CPUtime=402.41
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 58606 0 0 0 40136 105 0 0 25 0 1 0 218373334 240132096 58106 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 58626 58106 140 302 0 58321 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 234504

[startup+462.545 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=506848/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=252924 CPUtime=462.43
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 63203 0 0 0 46127 116 0 0 25 0 1 0 218373334 258994176 62703 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 63231 62703 140 302 0 62926 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 252924

[startup+522.578 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=490912/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=268952 CPUtime=522.45
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 67206 0 0 0 52121 124 0 0 25 0 1 0 218373334 275406848 66706 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527061 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 67238 66706 140 302 0 66933 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 268952

[startup+582.608 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=475808/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=283760 CPUtime=582.47
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 70923 0 0 0 58115 132 0 0 25 0 1 0 218373334 290570240 70423 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526999 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 70940 70423 140 302 0 70635 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 283760

[startup+642.641 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=460064/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=299612 CPUtime=642.48
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 74877 0 0 0 64109 139 0 0 25 0 1 0 218373334 306802688 74377 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 74903 74377 140 302 0 74598 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 299612

[startup+702.674 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=443552/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=316100 CPUtime=702.5
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 79008 0 0 0 70101 149 0 0 25 0 1 0 218373334 323686400 78508 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 79025 78508 140 302 0 78720 0
Current children cumulated CPU time (s) 702.5
Current children cumulated vsize (KiB) 316100

[startup+762.707 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=427808/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=331852 CPUtime=762.52
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 82952 0 0 0 76092 160 0 0 25 0 1 0 218373334 339816448 82452 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 82963 82452 140 302 0 82658 0
Current children cumulated CPU time (s) 762.52
Current children cumulated vsize (KiB) 331852

[startup+822.741 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=412320/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=349136 CPUtime=822.53
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 87270 0 0 0 82086 167 0 0 25 0 1 0 218373334 357515264 86257 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 87284 86257 140 302 0 86979 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 349136

[startup+882.772 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=398560/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=363020 CPUtime=882.55
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 90754 0 0 0 88079 176 0 0 25 0 1 0 218373334 371732480 89741 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 90755 89741 140 302 0 90450 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 363020

[startup+942.806 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=385184/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=376412 CPUtime=942.57
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 94097 0 0 0 94073 184 0 0 25 0 1 0 218373334 385445888 93084 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 94103 93084 140 302 0 93798 0
Current children cumulated CPU time (s) 942.57
Current children cumulated vsize (KiB) 376412

[startup+1002.84 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 12090
/proc/meminfo: memFree=372704/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=388976 CPUtime=1002.6
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 97217 0 0 0 100069 191 0 0 25 0 1 0 218373334 398311424 96204 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 97244 96204 140 302 0 96939 0
Current children cumulated CPU time (s) 1002.6
Current children cumulated vsize (KiB) 388976

[startup+1062.88 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 12090
/proc/meminfo: memFree=360736/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=400760 CPUtime=1062.61
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 100177 0 0 0 106064 197 0 0 25 0 1 0 218373334 410378240 99164 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 100190 99164 140 302 0 99885 0
Current children cumulated CPU time (s) 1062.61
Current children cumulated vsize (KiB) 400760

[startup+1122.9 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 12090
/proc/meminfo: memFree=349408/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=412064 CPUtime=1122.63
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 103008 0 0 0 112060 203 0 0 25 0 1 0 218373334 421953536 101995 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 103016 101995 140 302 0 102711 0
Current children cumulated CPU time (s) 1122.63
Current children cumulated vsize (KiB) 412064

[startup+1182.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12090
/proc/meminfo: memFree=338912/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=422616 CPUtime=1182.65
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 105640 0 0 0 118056 209 0 0 25 0 1 0 218373334 432758784 104627 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 105654 104627 140 302 0 105349 0
Current children cumulated CPU time (s) 1182.65
Current children cumulated vsize (KiB) 422616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12090
/proc/meminfo: memFree=335776/2055920 swapFree=4192812/4192956
[pid=12089] ppid=12087 vsize=425556 CPUtime=1200.07
/proc/12089/stat : 12089 (Spear-32) R 12087 12089 12032 0 -1 4194304 106382 0 0 0 119796 211 0 0 25 0 1 0 218373334 435769344 105369 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12089/statm: 106389 105369 140 302 0 106084 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 425556

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.43
CPU time (s): 1200.15
CPU user time (s): 1197.97
CPU system time (s): 2.18067
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 425556

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

runsolver used 1.36079 second user time and 2.90856 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue Feb 20 15:09:45 UTC 2007

IDJOB= 301663
IDBENCH= 20064
IDSOLVER= 131
FILE ID= node3/301663-1171984185

PBS_JOBID= 3849067

Free space on /tmp= 66549 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1000/unif-k5-r20-v1000-c20000-S1172786648-06.cnf
COMMAND LINE= /tmp/evaluation/301663-1171984185/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301663-1171984185/instance-301663-1171984185.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-301663-1171984185 -o ROOT/results/node3/solver-301663-1171984185 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301663-1171984185/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301663-1171984185/instance-301663-1171984185.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  27847d68fadd27947440c2e2b03da894

RANDOM SEED= 666253725

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:        758336 kB
Buffers:         62524 kB
Cached:        1101092 kB
SwapCached:          0 kB
Active:         557028 kB
Inactive:       660916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        758336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2236 kB
Writeback:           0 kB
Mapped:          73244 kB
Slab:            65388 kB
Committed_AS:  1061176 kB
PageTables:       1656 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= 66549 MiB

End job on node3 on Tue Feb 20 15:29:47 UTC 2007