Trace number 291823

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.06 1200.38

General information on the benchmark

Namerandom/OnTreshold/5SAT/v80/
unif-k5-r21.3-v80-c1704-S1064282057-06.UNSAT.shuffled.cnf
MD5SUM9dc695d1d587582e1e64f09248ad206b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.5254
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses1704
Sum of the clauses size8520
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 51704
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/291823-1171746820/instance-291823-1171746820.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-291823-1171746820 -o ROOT/results/node59/solver-291823-1171746820 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/291823-1171746820/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291823-1171746820/instance-291823-1171746820.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.91 3/64 10549
/proc/meminfo: memFree=1038648/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=1396 CPUtime=0
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 194638778 1429504 167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 349 167 128 302 0 44 0

[startup+0.10705 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 10549
/proc/meminfo: memFree=1038648/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=1800 CPUtime=0.1
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 285 0 0 0 10 0 0 0 18 0 1 0 194638778 1843200 269 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 450 269 140 302 0 145 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1800

[startup+0.515093 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 10549
/proc/meminfo: memFree=1038648/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=2592 CPUtime=0.5
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 471 0 0 0 50 0 0 0 21 0 1 0 194638778 2654208 455 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 648 455 140 302 0 343 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2592

[startup+1.33518 s]
/proc/loadavg: 0.92 0.98 0.91 2/65 10550
/proc/meminfo: memFree=1036720/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=3372 CPUtime=1.33
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 691 0 0 0 131 2 0 0 25 0 1 0 194638778 3452928 675 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 843 675 140 302 0 538 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3372

[startup+2.97136 s]
/proc/loadavg: 0.92 0.98 0.91 2/65 10550
/proc/meminfo: memFree=1035632/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=4540 CPUtime=2.96
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 958 0 0 0 294 2 0 0 25 0 1 0 194638778 4648960 942 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 1135 942 140 302 0 830 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4540

[startup+6.24773 s]
/proc/loadavg: 0.93 0.98 0.91 2/65 10550
/proc/meminfo: memFree=1034032/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=6144 CPUtime=6.24
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 1357 0 0 0 620 4 0 0 25 0 1 0 194638778 6291456 1308 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 1536 1308 140 302 0 1231 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6144

[startup+12.7034 s]
/proc/loadavg: 0.93 0.98 0.91 2/65 10550
/proc/meminfo: memFree=1031664/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=8308 CPUtime=12.68
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 1895 0 0 0 1263 5 0 0 25 0 1 0 194638778 8507392 1846 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 2077 1846 140 302 0 1772 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8308

[startup+25.5089 s]
/proc/loadavg: 0.95 0.98 0.91 2/65 10550
/proc/meminfo: memFree=1028784/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=11536 CPUtime=25.49
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 2691 0 0 0 2540 9 0 0 25 0 1 0 194638778 11812864 2577 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 2884 2577 140 302 0 2579 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11536

[startup+51.1167 s]
/proc/loadavg: 0.96 0.98 0.91 2/65 10550
/proc/meminfo: memFree=1024560/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=15668 CPUtime=51.1
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 3728 0 0 0 5096 14 0 0 25 0 1 0 194638778 16044032 3614 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 3917 3614 140 302 0 3612 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 15668

[startup+102.328 s]
/proc/loadavg: 0.98 0.98 0.91 2/65 10550
/proc/meminfo: memFree=1018544/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=22252 CPUtime=102.29
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 5334 0 0 0 10207 22 0 0 25 0 1 0 194638778 22786048 5091 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527067 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 5563 5091 140 302 0 5258 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 22252

[startup+162.35 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=1013104/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=27924 CPUtime=162.3
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 6698 0 0 0 16199 31 0 0 25 0 1 0 194638778 28594176 6455 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 6981 6455 140 302 0 6676 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 27924

[startup+222.369 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=1009200/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=31952 CPUtime=222.29
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 7660 0 0 0 22193 36 0 0 25 0 1 0 194638778 32718848 7417 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 7988 7417 140 302 0 7683 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 31952

[startup+282.392 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=1005744/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=36412 CPUtime=282.3
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 8769 0 0 0 28187 43 0 0 25 0 1 0 194638778 37285888 8269 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 9103 8269 140 302 0 8798 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 36412

[startup+342.418 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=1002096/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=40408 CPUtime=342.32
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 9693 0 0 0 34185 47 0 0 25 0 1 0 194638778 41377792 9193 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 10102 9193 140 302 0 9797 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 40408

[startup+402.446 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=999216/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=43232 CPUtime=402.33
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 10395 0 0 0 40182 51 0 0 25 0 1 0 194638778 44269568 9895 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 10808 9895 140 302 0 10503 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 43232

[startup+462.472 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=996912/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=45464 CPUtime=462.34
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 10964 0 0 0 46179 55 0 0 25 0 1 0 194638778 46555136 10464 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 11366 10464 140 302 0 11061 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 45464

[startup+522.494 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=994480/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=48056 CPUtime=522.34
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 11565 0 0 0 52175 59 0 0 25 0 1 0 194638778 49209344 11065 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526797 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 12014 11065 140 302 0 11709 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 48056

[startup+582.513 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=992240/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=50592 CPUtime=582.35
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 12153 0 0 0 58171 64 0 0 25 0 1 0 194638778 51806208 11653 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 12648 11653 140 302 0 12343 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 50592

[startup+642.538 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=989936/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=52820 CPUtime=642.35
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 12726 0 0 0 64167 68 0 0 25 0 1 0 194638778 54087680 12226 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 13205 12226 140 302 0 12900 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 52820

[startup+702.562 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=987120/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=55664 CPUtime=702.36
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 13407 0 0 0 70164 72 0 0 25 0 1 0 194638778 56999936 12907 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 13916 12907 140 302 0 13611 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 55664

[startup+762.587 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=985200/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=57852 CPUtime=762.38
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 13903 0 0 0 76162 76 0 0 25 0 1 0 194638778 59240448 13403 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 14463 13403 140 302 0 14158 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 57852

[startup+822.612 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=983152/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=60196 CPUtime=822.38
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 14416 0 0 0 82159 79 0 0 25 0 1 0 194638778 61640704 13916 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 15049 13916 140 302 0 14744 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 60196

[startup+882.633 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=980912/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=62504 CPUtime=882.39
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 14970 0 0 0 88155 84 0 0 25 0 1 0 194638778 64004096 14470 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 15626 14470 140 302 0 15321 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 62504

[startup+942.654 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=979120/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=64680 CPUtime=942.39
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 15418 0 0 0 94153 86 0 0 25 0 1 0 194638778 66232320 14918 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 16170 14918 140 302 0 15865 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 64680

[startup+1002.67 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=977072/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=68832 CPUtime=1002.4
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 16458 0 0 0 100150 90 0 0 25 0 1 0 194638778 70483968 15445 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 17208 15445 140 302 0 16903 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 68832

[startup+1062.7 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=975344/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=70520 CPUtime=1062.4
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 16890 0 0 0 106147 93 0 0 25 0 1 0 194638778 72212480 15877 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 17630 15877 140 302 0 17325 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 70520

[startup+1122.72 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=973744/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=72524 CPUtime=1122.41
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 17288 0 0 0 112145 96 0 0 25 0 1 0 194638778 74264576 16275 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526849 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 18131 16275 140 302 0 17826 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 72524

[startup+1182.74 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=972080/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=74116 CPUtime=1182.42
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 17702 0 0 0 118143 99 0 0 25 0 1 0 194638778 75894784 16689 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 18529 16689 140 302 0 18224 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 74116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 10550
/proc/meminfo: memFree=971632/2055920 swapFree=4183672/4192956
[pid=10549] ppid=10547 vsize=74652 CPUtime=1200.04
/proc/10549/stat : 10549 (Spear-32) R 10547 10549 10021 0 -1 4194304 17807 0 0 0 119904 100 0 0 25 0 1 0 194638778 76443648 16794 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/10549/statm: 18663 16794 140 302 0 18358 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 74652

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.38
CPU time (s): 1200.06
CPU user time (s): 1199.04
CPU system time (s): 1.01584
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 74652

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

runsolver used 0.946856 second user time and 2.27565 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Feb 17 21:13:40 UTC 2007

IDJOB= 291823
IDBENCH= 19824
IDSOLVER= 131
FILE ID= node59/291823-1171746820

PBS_JOBID= 3839463

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v80/unif-k5-r21.3-v80-c1704-S1064282057-06.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/291823-1171746820/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291823-1171746820/instance-291823-1171746820.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-291823-1171746820 -o ROOT/results/node59/solver-291823-1171746820 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/291823-1171746820/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291823-1171746820/instance-291823-1171746820.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  9dc695d1d587582e1e64f09248ad206b

RANDOM SEED= 882519342

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:       1039120 kB
Buffers:         46660 kB
Cached:         855940 kB
SwapCached:       3840 kB
Active:         749880 kB
Inactive:       162880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1039120 kB
SwapTotal:     4192956 kB
SwapFree:      4183672 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          15388 kB
Slab:            89976 kB
Committed_AS:   370744 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 Sat Feb 17 21:33:43 UTC 2007