Trace number 297604

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.03 1200.35

General information on the benchmark

Namerandom/OnTreshold/3SAT/v550/
unif-k3-r4.26-v550-c2343-S1166224100-13.SAT.shuffled.cnf
MD5SUM8145f79563f8728b1e47a8c34d5efd7e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.028994
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
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/297604-1171841852/instance-297604-1171841852.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/node59/watcher-297604-1171841852 -o ROOT/results/node59/solver-297604-1171841852 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/297604-1171841852/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/297604-1171841852/instance-297604-1171841852.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/64 24425
/proc/meminfo: memFree=948160/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=1548 CPUtime=0
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 204141947 1585152 181 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 387 181 128 302 0 82 0

[startup+0.106111 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24425
/proc/meminfo: memFree=948160/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=1932 CPUtime=0.1
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 298 0 0 0 10 0 0 0 18 0 1 0 204141947 1978368 282 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 483 282 140 302 0 178 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1932

[startup+0.514155 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24425
/proc/meminfo: memFree=948160/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=2708 CPUtime=0.5
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 507 0 0 0 50 0 0 0 21 0 1 0 204141947 2772992 491 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 677 491 140 302 0 372 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2708

[startup+1.33425 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24426
/proc/meminfo: memFree=945784/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=3900 CPUtime=1.32
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 791 0 0 0 131 1 0 0 25 0 1 0 204141947 3993600 775 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 975 775 140 302 0 670 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3900

[startup+2.97043 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24426
/proc/meminfo: memFree=944568/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=5320 CPUtime=2.96
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 1160 0 0 0 294 2 0 0 25 0 1 0 204141947 5447680 1144 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 1330 1144 140 302 0 1025 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5320

[startup+6.24679 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24426
/proc/meminfo: memFree=942200/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=7508 CPUtime=6.23
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 1716 0 0 0 618 5 0 0 25 0 1 0 204141947 7688192 1667 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 1877 1667 140 302 0 1572 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7508

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24426
/proc/meminfo: memFree=939256/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=10144 CPUtime=12.69
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 2372 0 0 0 1261 8 0 0 25 0 1 0 204141947 10387456 2323 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 2536 2323 140 302 0 2231 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10144

[startup+25.5069 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24426
/proc/meminfo: memFree=935224/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=14412 CPUtime=25.49
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 3466 0 0 0 2537 12 0 0 25 0 1 0 204141947 14757888 3352 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 3603 3352 140 302 0 3298 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14412

[startup+51.1157 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24426
/proc/meminfo: memFree=929272/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=20148 CPUtime=51.09
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 4920 0 0 0 5091 18 0 0 25 0 1 0 204141947 20631552 4806 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 5037 4806 140 302 0 4732 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20148

[startup+102.327 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24426
/proc/meminfo: memFree=920888/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=29148 CPUtime=102.29
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 7138 0 0 0 10198 31 0 0 25 0 1 0 204141947 29847552 6895 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 7287 6895 140 302 0 6982 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 29148

[startup+162.349 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=912952/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=36928 CPUtime=162.29
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 9097 0 0 0 16190 39 0 0 25 0 1 0 204141947 37814272 8854 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 9232 8854 140 302 0 8927 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 36928

[startup+222.369 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=906744/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=43168 CPUtime=222.3
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 10644 0 0 0 22182 48 0 0 25 0 1 0 204141947 44204032 10401 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527015 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 10792 10401 140 302 0 10487 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 43168

[startup+282.388 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=901112/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=49796 CPUtime=282.3
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 12297 0 0 0 28174 56 0 0 25 0 1 0 204141947 50991104 11797 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 12449 11797 140 302 0 12144 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 49796

[startup+342.409 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=896312/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=54588 CPUtime=342.3
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 13489 0 0 0 34169 61 0 0 25 0 1 0 204141947 55898112 12989 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 13647 12989 140 302 0 13342 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 54588

[startup+402.434 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=891448/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=59140 CPUtime=402.31
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 14667 0 0 0 40162 69 0 0 25 0 1 0 204141947 60559360 14167 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 14785 14167 140 302 0 14480 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 59140

[startup+462.452 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=886840/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=63804 CPUtime=462.31
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 15828 0 0 0 46157 74 0 0 25 0 1 0 204141947 65335296 15328 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 15951 15328 140 302 0 15646 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 63804

[startup+522.471 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 24428
/proc/meminfo: memFree=882616/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=68168 CPUtime=522.32
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 16883 0 0 0 52150 82 0 0 25 0 1 0 204141947 69804032 16383 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 17042 16383 140 302 0 16737 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 68168

[startup+582.49 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24428
/proc/meminfo: memFree=878968/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=72000 CPUtime=582.33
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 17837 0 0 0 58145 88 0 0 25 0 1 0 204141947 73728000 17337 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 18000 17337 140 302 0 17695 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 72000

[startup+642.513 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=874936/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=76192 CPUtime=642.33
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 18843 0 0 0 64141 92 0 0 25 0 1 0 204141947 78020608 18343 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 19048 18343 140 302 0 18743 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 76192

[startup+702.533 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=871480/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=79964 CPUtime=702.34
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 19716 0 0 0 70138 96 0 0 25 0 1 0 204141947 81883136 19216 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 19991 19216 140 302 0 19686 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 79964

[startup+762.555 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=868088/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=83444 CPUtime=762.34
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 20551 0 0 0 76134 100 0 0 25 0 1 0 204141947 85446656 20051 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 20861 20051 140 302 0 20556 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 83444

[startup+822.584 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 24428
/proc/meminfo: memFree=865144/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=86240 CPUtime=822.35
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 21280 0 0 0 82131 104 0 0 25 0 1 0 204141947 88309760 20780 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 21560 20780 140 302 0 21255 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 86240

[startup+882.609 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 24428
/proc/meminfo: memFree=861944/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=91616 CPUtime=882.36
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 22582 0 0 0 88127 109 0 0 25 0 1 0 204141947 93814784 21569 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 22904 21569 140 302 0 22599 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 91616

[startup+942.627 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 24428
/proc/meminfo: memFree=859192/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=94476 CPUtime=942.36
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 23274 0 0 0 94122 114 0 0 25 0 1 0 204141947 96743424 22261 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526559 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 23619 22261 140 302 0 23314 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 94476

[startup+1002.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=856376/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=97308 CPUtime=1002.36
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 23980 0 0 0 100118 118 0 0 25 0 1 0 204141947 99643392 22967 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 24327 22967 140 302 0 24022 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 97308

[startup+1062.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=854008/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=99668 CPUtime=1062.38
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 24580 0 0 0 106115 123 0 0 25 0 1 0 204141947 102060032 23567 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 24917 23567 140 302 0 24612 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 99668

[startup+1122.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=851704/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=101740 CPUtime=1122.38
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 25146 0 0 0 112110 128 0 0 25 0 1 0 204141947 104181760 24133 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 25435 24133 140 302 0 25130 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 101740

[startup+1182.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=849336/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=104128 CPUtime=1182.38
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 25728 0 0 0 118106 132 0 0 25 0 1 0 204141947 106627072 24715 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 26032 24715 140 302 0 25727 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 104128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24428
/proc/meminfo: memFree=848440/2055920 swapFree=4183672/4192956
[pid=24425] ppid=24423 vsize=105164 CPUtime=1200
/proc/24425/stat : 24425 (Spear-32) R 24423 24425 24087 0 -1 4194304 25942 0 0 0 119867 133 0 0 25 0 1 0 204141947 107687936 24929 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24425/statm: 26291 24929 140 302 0 25986 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 105164

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.35
CPU time (s): 1200.03
CPU user time (s): 1198.67
CPU system time (s): 1.35579
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 105164

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

runsolver used 0.768883 second user time and 2.44563 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Feb 18 23:37:32 UTC 2007

IDJOB= 297604
IDBENCH= 19965
IDSOLVER= 131
FILE ID= node59/297604-1171841852

PBS_JOBID= 3839721

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v550/unif-k3-r4.26-v550-c2343-S1166224100-13.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/297604-1171841852/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/297604-1171841852/instance-297604-1171841852.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-297604-1171841852 -o ROOT/results/node59/solver-297604-1171841852 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/297604-1171841852/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/297604-1171841852/instance-297604-1171841852.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8145f79563f8728b1e47a8c34d5efd7e

RANDOM SEED= 138433473

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:        948568 kB
Buffers:         50288 kB
Cached:         937200 kB
SwapCached:       3884 kB
Active:         817104 kB
Inactive:       180496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        948568 kB
SwapTotal:     4192956 kB
SwapFree:      4183672 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          15308 kB
Slab:            95716 kB
Committed_AS:   434160 kB
PageTables:       1472 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= 66563 MiB

End job on node59 on Sun Feb 18 23:57:34 UTC 2007