Trace number 301541

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.12 1200.5

General information on the benchmark

Namerandom/LargeSize/5SAT/v1000/
unif-k5-r20-v1000-c20000-S837858872-05.cnf
MD5SUM85514aaeb8ddbf9105f63035677ed014
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark324.317
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/301541-1171976645/instance-301541-1171976645.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/node10/watcher-301541-1171976645 -o ROOT/results/node10/solver-301541-1171976645 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301541-1171976645/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/301541-1171976645/instance-301541-1171976645.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.78 2.70 3/77 8506
/proc/meminfo: memFree=1493944/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=1548 CPUtime=0
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 201 0 0 0 0 0 0 0 18 0 1 0 217619522 1585152 185 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 387 185 128 302 0 82 0

[startup+0.106895 s]
/proc/loadavg: 1.00 1.78 2.70 3/77 8506
/proc/meminfo: memFree=1493944/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=2992 CPUtime=0.1
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 564 0 0 0 10 0 0 0 18 0 1 0 217619522 3063808 548 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 748 548 140 302 0 443 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2992

[startup+0.51495 s]
/proc/loadavg: 1.00 1.78 2.70 3/77 8506
/proc/meminfo: memFree=1493944/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=4772 CPUtime=0.51
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 999 0 0 0 50 1 0 0 21 0 1 0 217619522 4886528 983 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 1193 983 140 302 0 888 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4772

[startup+1.33506 s]
/proc/loadavg: 1.00 1.78 2.70 2/78 8507
/proc/meminfo: memFree=1488304/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=7700 CPUtime=1.33
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 1727 0 0 0 131 2 0 0 25 0 1 0 217619522 7884800 1711 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 1925 1711 140 302 0 1620 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 7700

[startup+2.97128 s]
/proc/loadavg: 1.00 1.78 2.70 2/78 8507
/proc/meminfo: memFree=1484720/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=12132 CPUtime=2.96
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 2864 0 0 0 293 3 0 0 25 0 1 0 217619522 12423168 2848 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 3033 2848 140 302 0 2728 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 12132

[startup+6.25373 s]
/proc/loadavg: 1.00 1.77 2.69 2/78 8507
/proc/meminfo: memFree=1476848/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=19508 CPUtime=6.24
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 4685 0 0 0 619 5 0 0 25 0 1 0 217619522 19976192 4669 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 4877 4669 140 302 0 4572 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19508

[startup+12.7096 s]
/proc/loadavg: 1.00 1.76 2.68 3/78 8507
/proc/meminfo: memFree=1464752/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=30680 CPUtime=12.69
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 7499 0 0 0 1259 10 0 0 25 0 1 0 217619522 31416320 7450 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 7670 7450 140 302 0 7365 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30680

[startup+25.5143 s]
/proc/loadavg: 1.00 1.72 2.65 2/78 8507
/proc/meminfo: memFree=1448816/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=47052 CPUtime=25.49
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 11627 0 0 0 2532 17 0 0 25 0 1 0 217619522 48181248 11513 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 11763 11513 140 302 0 11458 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47052

[startup+51.1268 s]
/proc/loadavg: 1.00 1.66 2.61 2/78 8507
/proc/meminfo: memFree=1424624/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=70676 CPUtime=51.1
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 17544 0 0 0 5084 26 0 0 25 0 1 0 217619522 72372224 17430 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 17669 17430 140 302 0 17364 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 70676

[startup+102.353 s]
/proc/loadavg: 1.00 1.56 2.52 2/78 8507
/proc/meminfo: memFree=1389936/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=105824 CPUtime=102.3
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 26381 0 0 0 10191 39 0 0 25 0 1 0 217619522 108363776 26138 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 26456 26138 140 302 0 26151 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 105824

[startup+162.393 s]
/proc/loadavg: 1.00 1.45 2.42 2/78 8507
/proc/meminfo: memFree=1357616/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=137468 CPUtime=162.33
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 34318 0 0 0 16180 53 0 0 25 0 1 0 217619522 140767232 34075 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 34367 34075 140 302 0 34062 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 137468

[startup+222.434 s]
/proc/loadavg: 1.00 1.37 2.33 2/78 8507
/proc/meminfo: memFree=1327664/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=167436 CPUtime=222.36
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 41826 0 0 0 22169 67 0 0 25 0 1 0 217619522 171454464 41583 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 41859 41583 140 302 0 41554 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 167436

[startup+282.467 s]
/proc/loadavg: 1.00 1.30 2.25 2/78 8507
/proc/meminfo: memFree=1303408/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=192760 CPUtime=282.36
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 48139 0 0 0 28156 80 0 0 25 0 1 0 217619522 197386240 47639 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 48190 47639 140 302 0 47885 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 192760

[startup+342.5 s]
/proc/loadavg: 1.00 1.24 2.16 2/78 8507
/proc/meminfo: memFree=1279280/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=216728 CPUtime=342.38
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 54171 0 0 0 34147 91 0 0 25 0 1 0 217619522 221929472 53671 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 54182 53671 140 302 0 53877 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 216728

[startup+402.537 s]
/proc/loadavg: 1.00 1.19 2.09 2/78 8507
/proc/meminfo: memFree=1258352/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=237292 CPUtime=402.4
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 59306 0 0 0 40139 101 0 0 25 0 1 0 217619522 242987008 58806 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 59323 58806 140 302 0 59018 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 237292

[startup+462.568 s]
/proc/loadavg: 1.00 1.16 2.02 2/78 8507
/proc/meminfo: memFree=1240880/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=254860 CPUtime=462.41
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 63716 0 0 0 46129 112 0 0 25 0 1 0 217619522 260976640 63216 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 63715 63216 140 302 0 63410 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 254860

[startup+522.602 s]
/proc/loadavg: 1.00 1.12 1.95 2/78 8507
/proc/meminfo: memFree=1224624/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=271176 CPUtime=522.42
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 67792 0 0 0 52122 120 0 0 25 0 1 0 217619522 277684224 67292 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 67794 67292 140 302 0 67489 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 271176

[startup+582.638 s]
/proc/loadavg: 1.00 1.10 1.89 2/78 8507
/proc/meminfo: memFree=1210096/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=285760 CPUtime=582.45
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 71383 0 0 0 58115 130 0 0 25 0 1 0 217619522 292618240 70883 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 71440 70883 140 302 0 71135 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 285760

[startup+642.678 s]
/proc/loadavg: 1.00 1.08 1.83 2/78 8507
/proc/meminfo: memFree=1194800/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=301096 CPUtime=642.46
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 75235 0 0 0 64107 139 0 0 25 0 1 0 217619522 308322304 74735 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527104 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 75274 74735 140 302 0 74969 0
Current children cumulated CPU time (s) 642.46
Current children cumulated vsize (KiB) 301096

[startup+702.717 s]
/proc/loadavg: 1.00 1.06 1.78 2/78 8507
/proc/meminfo: memFree=1177840/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=318048 CPUtime=702.49
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 79471 0 0 0 70100 149 0 0 25 0 1 0 217619522 325681152 78971 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 79512 78971 140 302 0 79207 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 318048

[startup+762.753 s]
/proc/loadavg: 1.00 1.05 1.72 2/78 8507
/proc/meminfo: memFree=1162544/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=333408 CPUtime=762.5
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 83305 0 0 0 76093 157 0 0 25 0 1 0 217619522 341409792 82805 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 83352 82805 140 302 0 83047 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 333408

[startup+822.791 s]
/proc/loadavg: 1.00 1.04 1.68 2/78 8507
/proc/meminfo: memFree=1148400/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=347456 CPUtime=822.52
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 86797 0 0 0 82087 165 0 0 25 0 1 0 217619522 355794944 86297 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 86864 86297 140 302 0 86559 0
Current children cumulated CPU time (s) 822.52
Current children cumulated vsize (KiB) 347456

[startup+882.825 s]
/proc/loadavg: 1.00 1.03 1.63 2/78 8507
/proc/meminfo: memFree=1135152/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=362756 CPUtime=882.54
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 90637 0 0 0 88079 175 0 0 25 0 1 0 217619522 371462144 89624 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 90689 89624 140 302 0 90384 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 362756

[startup+942.857 s]
/proc/loadavg: 1.00 1.02 1.59 2/78 8507
/proc/meminfo: memFree=1122672/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=375124 CPUtime=942.55
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 93750 0 0 0 94074 181 0 0 25 0 1 0 217619522 384126976 92737 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 93781 92737 140 302 0 93476 0
Current children cumulated CPU time (s) 942.55
Current children cumulated vsize (KiB) 375124

[startup+1002.9 s]
/proc/loadavg: 1.00 1.02 1.55 2/78 8507
/proc/meminfo: memFree=1110960/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=387008 CPUtime=1002.57
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 96695 0 0 0 100067 190 0 0 25 0 1 0 217619522 396296192 95682 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 96752 95682 140 302 0 96447 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 387008

[startup+1062.94 s]
/proc/loadavg: 1.00 1.01 1.51 2/78 8507
/proc/meminfo: memFree=1100400/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=397444 CPUtime=1062.59
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 99288 0 0 0 106063 196 0 0 25 0 1 0 217619522 406982656 98275 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 99361 98275 140 302 0 99056 0
Current children cumulated CPU time (s) 1062.59
Current children cumulated vsize (KiB) 397444

[startup+1122.97 s]
/proc/loadavg: 1.00 1.00 1.48 2/78 8507
/proc/meminfo: memFree=1090544/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=407452 CPUtime=1122.61
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 101763 0 0 0 112058 203 0 0 25 0 1 0 217619522 417230848 100750 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 101863 100750 140 302 0 101558 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 407452

[startup+1183.01 s]
/proc/loadavg: 1.00 1.00 1.44 2/78 8507
/proc/meminfo: memFree=1080752/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=417164 CPUtime=1182.62
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 104196 0 0 0 118053 209 0 0 25 0 1 0 217619522 427175936 103183 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 104291 103183 140 302 0 103986 0
Current children cumulated CPU time (s) 1182.62
Current children cumulated vsize (KiB) 417164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.43 2/78 8507
/proc/meminfo: memFree=1077872/2055920 swapFree=4192812/4192956
[pid=8506] ppid=8504 vsize=419952 CPUtime=1200.04
/proc/8506/stat : 8506 (Spear-32) R 8504 8506 7803 0 -1 4194304 104893 0 0 0 119792 212 0 0 25 0 1 0 217619522 430030848 103880 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526745 0 0 4096 0 0 0 0 17 1 0 0
/proc/8506/statm: 104988 103880 140 302 0 104683 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 419952

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.5
CPU time (s): 1200.12
CPU user time (s): 1197.93
CPU system time (s): 2.18967
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 419952

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

runsolver used 1.3158 second user time and 2.95655 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Feb 20 13:04:05 UTC 2007

IDJOB= 301541
IDBENCH= 20061
IDSOLVER= 132
FILE ID= node10/301541-1171976645

PBS_JOBID= 3849059

Free space on /tmp= 66547 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1000/unif-k5-r20-v1000-c20000-S837858872-05.cnf
COMMAND LINE= /tmp/evaluation/301541-1171976645/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/301541-1171976645/instance-301541-1171976645.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-301541-1171976645 -o ROOT/results/node10/solver-301541-1171976645 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301541-1171976645/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/301541-1171976645/instance-301541-1171976645.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  85514aaeb8ddbf9105f63035677ed014

RANDOM SEED= 188767868

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1494352 kB
Buffers:         53360 kB
Cached:         391360 kB
SwapCached:          0 kB
Active:         271576 kB
Inactive:       217624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2028 kB
Writeback:           0 kB
Mapped:          63320 kB
Slab:            57852 kB
Committed_AS:  1259052 kB
PageTables:       1832 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 node10 on Tue Feb 20 13:24:08 UTC 2007