Trace number 299080

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.11 1200.46

General information on the benchmark

Namerandom/OnTreshold/3SAT/v600/
unif-k3-r4.261-v600-c2556-S1121556476-05.UNSAT.shuffled.cnf
MD5SUM0cff1707941d970474db2269fa15fa60
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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/299080-1171865704/instance-299080-1171865704.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/node21/watcher-299080-1171865704 -o ROOT/results/node21/solver-299080-1171865704 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299080-1171865704/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299080-1171865704/instance-299080-1171865704.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.09 3/77 28116
/proc/meminfo: memFree=586480/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=1548 CPUtime=0
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 199 0 0 0 0 0 0 0 18 0 1 0 206524361 1585152 183 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 387 183 128 302 0 82 0

[startup+0.10764 s]
/proc/loadavg: 1.00 1.00 1.09 3/77 28116
/proc/meminfo: memFree=586480/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=1932 CPUtime=0.1
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 303 0 0 0 10 0 0 0 18 0 1 0 206524361 1978368 287 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 483 287 140 302 0 178 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1932

[startup+0.515684 s]
/proc/loadavg: 1.00 1.00 1.09 3/77 28116
/proc/meminfo: memFree=586480/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=2712 CPUtime=0.51
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 512 0 0 0 50 1 0 0 22 0 1 0 206524361 2777088 496 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 678 496 140 302 0 373 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2712

[startup+1.34177 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 28117
/proc/meminfo: memFree=584104/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=3904 CPUtime=1.33
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 801 0 0 0 131 2 0 0 25 0 1 0 206524361 3997696 785 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 976 785 140 302 0 671 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3904

[startup+2.97795 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 28117
/proc/meminfo: memFree=582824/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=5332 CPUtime=2.97
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 1161 0 0 0 294 3 0 0 25 0 1 0 206524361 5459968 1145 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 1333 1145 140 302 0 1028 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5332

[startup+6.25431 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 28117
/proc/meminfo: memFree=580392/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=7512 CPUtime=6.24
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 1729 0 0 0 619 5 0 0 25 0 1 0 206524361 7692288 1680 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 1878 1680 140 302 0 1573 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7512

[startup+12.711 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 28117
/proc/meminfo: memFree=576872/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=10724 CPUtime=12.69
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 2528 0 0 0 1261 8 0 0 25 0 1 0 206524361 10981376 2479 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 2681 2479 140 302 0 2376 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10724

[startup+25.5124 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 28117
/proc/meminfo: memFree=572456/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=15464 CPUtime=25.5
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 3736 0 0 0 2537 13 0 0 25 0 1 0 206524361 15835136 3622 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 3866 3622 140 302 0 3561 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 15464

[startup+51.1272 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 28117
/proc/meminfo: memFree=565672/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=22048 CPUtime=51.1
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 5389 0 0 0 5091 19 0 0 25 0 1 0 206524361 22577152 5275 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 5512 5275 140 302 0 5207 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 22048

[startup+102.35 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 28117
/proc/meminfo: memFree=556904/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=31376 CPUtime=102.31
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 7706 0 0 0 10202 29 0 0 25 0 1 0 206524361 32129024 7463 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 7844 7463 140 302 0 7539 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 31376

[startup+162.388 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 28117
/proc/meminfo: memFree=549032/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=39124 CPUtime=162.33
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 9632 0 0 0 16195 38 0 0 25 0 1 0 206524361 40062976 9389 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 9781 9389 140 302 0 9476 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 39124

[startup+222.424 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 28117
/proc/meminfo: memFree=542760/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=45452 CPUtime=222.35
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 11206 0 0 0 22189 46 0 0 25 0 1 0 206524361 46542848 10963 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 11363 10963 140 302 0 11058 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 45452

[startup+282.458 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 28117
/proc/meminfo: memFree=537064/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=52084 CPUtime=282.37
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 12866 0 0 0 28183 54 0 0 25 0 1 0 206524361 53334016 12366 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 13021 12366 140 302 0 12716 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 52084

[startup+342.496 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 28117
/proc/meminfo: memFree=531240/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=57928 CPUtime=342.38
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 14324 0 0 0 34175 63 0 0 25 0 1 0 206524361 59318272 13824 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 14482 13824 140 302 0 14177 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 57928

[startup+402.538 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 28117
/proc/meminfo: memFree=525800/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=63612 CPUtime=402.41
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 15660 0 0 0 40171 70 0 0 25 0 1 0 206524361 65138688 15160 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 15903 15160 140 302 0 15598 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 63612

[startup+462.572 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 28117
/proc/meminfo: memFree=520872/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=68488 CPUtime=462.42
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 16909 0 0 0 46164 78 0 0 25 0 1 0 206524361 70131712 16409 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 17122 16409 140 302 0 16817 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 68488

[startup+522.605 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 28117
/proc/meminfo: memFree=516072/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=73292 CPUtime=522.44
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 18112 0 0 0 52159 85 0 0 25 0 1 0 206524361 75051008 17612 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 18323 17612 140 302 0 18018 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 73292

[startup+582.639 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 28117
/proc/meminfo: memFree=511528/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=77920 CPUtime=582.47
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 19237 0 0 0 58155 92 0 0 25 0 1 0 206524361 79790080 18737 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527157 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 19480 18737 140 302 0 19175 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 77920

[startup+642.679 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 28117
/proc/meminfo: memFree=507688/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=82240 CPUtime=642.49
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 20210 0 0 0 64150 99 0 0 25 0 1 0 206524361 84213760 19710 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 20560 19710 140 302 0 20255 0
Current children cumulated CPU time (s) 642.49
Current children cumulated vsize (KiB) 82240

[startup+702.717 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 28117
/proc/meminfo: memFree=504168/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=85800 CPUtime=702.51
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 21085 0 0 0 70146 105 0 0 25 0 1 0 206524361 87859200 20585 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 21450 20585 140 302 0 21145 0
Current children cumulated CPU time (s) 702.51
Current children cumulated vsize (KiB) 85800

[startup+762.755 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 28117
/proc/meminfo: memFree=500648/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=89416 CPUtime=762.53
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 21989 0 0 0 76143 110 0 0 25 0 1 0 206524361 91561984 21489 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 22354 21489 140 302 0 22049 0
Current children cumulated CPU time (s) 762.53
Current children cumulated vsize (KiB) 89416

[startup+822.794 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 28117
/proc/meminfo: memFree=497128/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=94856 CPUtime=822.55
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 23353 0 0 0 82140 115 0 0 25 0 1 0 206524361 97132544 22340 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 23714 22340 140 302 0 23409 0
Current children cumulated CPU time (s) 822.55
Current children cumulated vsize (KiB) 94856

[startup+882.833 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28117
/proc/meminfo: memFree=493800/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=98232 CPUtime=882.57
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 24205 0 0 0 88137 120 0 0 25 0 1 0 206524361 100589568 23192 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 24558 23192 140 302 0 24253 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 98232

[startup+942.865 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28117
/proc/meminfo: memFree=490408/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=101336 CPUtime=942.59
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 25032 0 0 0 94134 125 0 0 25 0 1 0 206524361 103768064 24019 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 25334 24019 140 302 0 25029 0
Current children cumulated CPU time (s) 942.59
Current children cumulated vsize (KiB) 101336

[startup+1002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28117
/proc/meminfo: memFree=487208/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=104732 CPUtime=1002.6
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 25824 0 0 0 100131 129 0 0 25 0 1 0 206524361 107245568 24811 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 26183 24811 140 302 0 25878 0
Current children cumulated CPU time (s) 1002.6
Current children cumulated vsize (KiB) 104732

[startup+1062.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28117
/proc/meminfo: memFree=484136/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=107756 CPUtime=1062.63
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 26601 0 0 0 106129 134 0 0 25 0 1 0 206524361 110342144 25588 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 26939 25588 140 302 0 26634 0
Current children cumulated CPU time (s) 1062.63
Current children cumulated vsize (KiB) 107756

[startup+1122.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28117
/proc/meminfo: memFree=481064/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=111052 CPUtime=1122.65
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 27368 0 0 0 112127 138 0 0 25 0 1 0 206524361 113717248 26355 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 27763 26355 140 302 0 27458 0
Current children cumulated CPU time (s) 1122.65
Current children cumulated vsize (KiB) 111052

[startup+1183.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28117
/proc/meminfo: memFree=477992/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=113908 CPUtime=1182.67
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 28135 0 0 0 118124 143 0 0 25 0 1 0 206524361 116641792 27122 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 28477 27122 140 302 0 28172 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 113908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.44 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 28117
/proc/meminfo: memFree=477096/2055920 swapFree=4147448/4192956
[pid=28116] ppid=28114 vsize=114936 CPUtime=1200.09
/proc/28116/stat : 28116 (Spear-32) R 28114 28116 20839 0 -1 4194304 28338 0 0 0 119865 144 0 0 25 0 1 0 206524361 117694464 27325 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/28116/statm: 28734 27325 140 302 0 28429 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 114936

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.46
CPU time (s): 1200.11
CPU user time (s): 1198.66
CPU system time (s): 1.45878
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 114936

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

runsolver used 1.25081 second user time and 3.01954 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Feb 19 06:15:04 UTC 2007

IDJOB= 299080
IDBENCH= 20001
IDSOLVER= 131
FILE ID= node21/299080-1171865704

PBS_JOBID= 3839653

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v600/unif-k3-r4.261-v600-c2556-S1121556476-05.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/299080-1171865704/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299080-1171865704/instance-299080-1171865704.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-299080-1171865704 -o ROOT/results/node21/solver-299080-1171865704 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/299080-1171865704/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299080-1171865704/instance-299080-1171865704.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0cff1707941d970474db2269fa15fa60

RANDOM SEED= 613945224

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.245
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.245
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:        586888 kB
Buffers:         54364 kB
Cached:        1277472 kB
SwapCached:      15448 kB
Active:         730512 kB
Inactive:       626680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        586888 kB
SwapTotal:     4192956 kB
SwapFree:      4147448 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          30116 kB
Slab:            97480 kB
Committed_AS:   694972 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= 66563 MiB

End job on node21 on Mon Feb 19 06:35:07 UTC 2007