Trace number 1779640

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
satake 2009-03-22 (4 threads)? (TO) 1910.79 1000.04

General information on the benchmark

NameAPPLICATIONS/aprove09/
AProVE09-20.cnf
MD5SUMd682d44f13c64e9669f2eded046ee8c4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark87.21
Satisfiable
(Un)Satisfiability was proved
Number of variables33054
Number of clauses108377
Sum of the clauses size276669
Maximum clause length61
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 251324
Number of clauses of size 355013
Number of clauses of size 41546
Number of clauses of size 5256
Number of clauses of size over 5236

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1779640-1243645128/watcher-1779640-1243645128 -o /tmp/evaluation-result-1779640-1243645128/solver-1779640-1243645128 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1779640-1243645128.cnf 4 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.31 6.46 6.48 6/112 2175
/proc/meminfo: memFree=3085636/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=968 CPUtime=0
/proc/2174/stat : 2174 (satake) R 2172 2174 23155 0 -1 4202496 107 0 0 0 0 0 0 0 25 0 2 0 1129176881 991232 64 4294967295 134512640 135180984 3215142288 3215141632 134705812 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 242 64 54 164 0 77 0
[pid=2174/tid=2175] ppid=2172 vsize=968 CPUtime=0
/proc/2174/task/2175/stat : 2175 (satake) R 2172 2174 23155 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 1129176881 991232 64 4294967295 134512640 135180984 3215142288 3086947140 134705812 0 0 0 0 0 0 0 -1 2 0 0 0

[startup+0.110577 s]
/proc/loadavg: 6.31 6.46 6.48 6/112 2175
/proc/meminfo: memFree=3085636/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=29908 CPUtime=0.11
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 5128 0 0 0 10 1 0 0 25 0 5 0 1129176881 30625792 5085 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 7477 5085 63 164 0 7312 0
[pid=2174/tid=2175] ppid=2172 vsize=29908 CPUtime=0
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129176881 30625792 5085 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 29908

[startup+0.210569 s]
/proc/loadavg: 6.31 6.46 6.48 6/112 2175
/proc/meminfo: memFree=3085636/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=31036 CPUtime=0.21
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 5881 0 0 0 20 1 0 0 25 0 5 0 1129176881 31780864 5374 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 7759 5374 66 164 0 7594 0
[pid=2174/tid=2175] ppid=2172 vsize=31036 CPUtime=0
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129176881 31780864 5374 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 31036

[startup+0.310561 s]
/proc/loadavg: 6.31 6.46 6.48 6/112 2175
/proc/meminfo: memFree=3085636/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=32016 CPUtime=0.31
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 6342 0 0 0 29 2 0 0 25 0 5 0 1129176881 32784384 5371 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 8004 5371 66 164 0 7839 0
[pid=2174/tid=2175] ppid=2172 vsize=32016 CPUtime=0.01
/proc/2174/task/2175/stat : 2175 (satake) R 2172 2174 23155 0 -1 4202560 14 0 0 0 1 0 0 0 23 0 5 0 1129176881 32784384 5371 4294967295 134512640 135180984 3215142288 3086946356 134681037 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 32016

[startup+0.710531 s]
/proc/loadavg: 6.31 6.46 6.48 6/112 2175
/proc/meminfo: memFree=3085636/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=34372 CPUtime=0.72
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 7479 0 0 0 68 4 0 0 25 0 5 0 1129176881 35196928 6044 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 8593 6044 68 164 0 8428 0
[pid=2174/tid=2175] ppid=2172 vsize=34372 CPUtime=0.02
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 592 0 0 0 1 1 0 0 20 0 5 0 1129176881 35196928 6044 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 34372

[startup+1.52046 s]
/proc/loadavg: 6.36 6.47 6.48 8/116 2179
/proc/meminfo: memFree=3061968/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=34636 CPUtime=1.55
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 7572 0 0 0 148 7 0 0 25 0 5 0 1129176881 35467264 6137 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 8659 6137 68 164 0 8494 0
[pid=2174/tid=2175] ppid=2172 vsize=34636 CPUtime=0.05
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 608 0 0 0 2 3 0 0 16 0 5 0 1129176881 35467264 6137 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=34636 CPUtime=0.59
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 2293 0 0 0 59 0 0 0 24 0 5 0 1129176881 35467264 6137 4294967295 134512640 135180984 3215142288 3086880560 134523655 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=34636 CPUtime=0.41
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 2272 0 0 0 39 2 0 0 25 0 5 0 1129176881 35467264 6137 4294967295 134512640 135180984 3215142288 3086815088 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=34636 CPUtime=0.5
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 2289 0 0 0 48 2 0 0 25 0 5 0 1129176881 35467264 6137 4294967295 134512640 135180984 3215142288 3086749344 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 34636

[startup+3.12033 s]
/proc/loadavg: 6.36 6.47 6.48 7/116 2180
/proc/meminfo: memFree=3061468/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=35428 CPUtime=3.24
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 7801 0 0 0 305 19 0 0 25 0 5 0 1129176881 36278272 6366 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 8857 6366 68 164 0 8692 0
[pid=2174/tid=2175] ppid=2172 vsize=35428 CPUtime=0.15
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 651 0 0 0 5 10 0 0 16 0 5 0 1129176881 36278272 6366 4294967295 134512640 135180984 3215142288 3086946324 134580588 0 0 0 0 3223036975 0 0 -1 3 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=35428 CPUtime=1.24
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 2364 0 0 0 123 1 0 0 20 0 5 0 1129176881 36278272 6366 4294967295 134512640 135180984 3215142288 3086880668 134520913 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=35428 CPUtime=0.88
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 2333 0 0 0 85 3 0 0 25 0 5 0 1129176881 36278272 6366 4294967295 134512640 135180984 3215142288 3086814988 134519081 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=35428 CPUtime=0.97
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 2343 0 0 0 92 5 0 0 25 0 5 0 1129176881 36278272 6366 4294967295 134512640 135180984 3215142288 3086749344 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 35428

[startup+6.32006 s]
/proc/loadavg: 6.25 6.45 6.47 6/116 2181
/proc/meminfo: memFree=3059488/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=36880 CPUtime=6.61
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 8230 0 0 0 614 47 0 0 25 0 5 0 1129176881 37765120 6795 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 9220 6795 68 164 0 9055 0
[pid=2174/tid=2175] ppid=2172 vsize=36880 CPUtime=0.33
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 745 0 0 0 9 24 0 0 16 0 5 0 1129176881 37765120 6795 4294967295 134512640 135180984 3215142288 3086946324 134580588 0 0 0 0 3223036975 0 0 -1 3 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=36880 CPUtime=2.73
/proc/2174/task/2177/stat : 2177 (satake) S 2172 2174 23155 0 -1 4202560 2503 0 0 0 267 6 0 0 16 0 5 0 1129176881 37765120 6795 4294967295 134512640 135180984 3215142288 3086880416 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=36880 CPUtime=1.81
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 2430 0 0 0 173 8 0 0 25 0 5 0 1129176881 37765120 6795 4294967295 134512640 135180984 3215142288 3086814880 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=36880 CPUtime=1.74
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 2442 0 0 0 165 9 0 0 25 0 5 0 1129176881 37765120 6795 4294967295 134512640 135180984 3215142288 3086749612 134518208 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 36880

[startup+12.7197 s]
/proc/loadavg: 6.31 6.45 6.48 6/116 2182
/proc/meminfo: memFree=3055992/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=40716 CPUtime=13.85
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 9058 0 0 0 1301 84 0 0 25 0 5 0 1129176881 41693184 7623 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 10179 7623 68 164 0 10014 0
[pid=2174/tid=2175] ppid=2172 vsize=40716 CPUtime=0.59
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 895 0 0 0 17 42 0 0 15 0 5 0 1129176881 41693184 7623 4294967295 134512640 135180984 3215142288 3086946324 134580588 0 0 0 0 3223036975 0 0 -1 2 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=40716 CPUtime=6.56
/proc/2174/task/2177/stat : 2177 (satake) S 2172 2174 23155 0 -1 4202560 2818 0 0 0 644 12 0 0 16 0 5 0 1129176881 41693184 7623 4294967295 134512640 135180984 3215142288 3086880416 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=40716 CPUtime=3.62
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 2630 0 0 0 347 15 0 0 25 0 5 0 1129176881 41693184 7623 4294967295 134512640 135180984 3215142288 3086814880 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=40716 CPUtime=3.08
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 2605 0 0 0 293 15 0 0 25 0 5 0 1129176881 41693184 7623 4294967295 134512640 135180984 3215142288 3086749552 134528214 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 13.85
Current children cumulated vsize (KiB) 40716

[startup+25.5187 s]
/proc/loadavg: 6.31 6.45 6.47 7/116 2183
/proc/meminfo: memFree=3048792/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=48468 CPUtime=37.34
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 10906 0 0 0 3614 120 0 0 25 0 5 0 1129176881 49631232 9471 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 12117 9471 68 164 0 11952 0
[pid=2174/tid=2175] ppid=2172 vsize=48468 CPUtime=0.84
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 1116 0 0 0 24 60 0 0 15 0 5 0 1129176881 49631232 9471 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=48468 CPUtime=16.14
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 3439 0 0 0 1597 17 0 0 25 0 5 0 1129176881 49631232 9471 4294967295 134512640 135180984 3215142288 3086880524 134522603 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=48468 CPUtime=9.15
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 3087 0 0 0 893 22 0 0 25 0 5 0 1129176881 49631232 9471 4294967295 134512640 135180984 3215142288 3086815104 134532624 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=48468 CPUtime=11.21
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 3154 0 0 0 1100 21 0 0 25 0 5 0 1129176881 49631232 9471 4294967295 134512640 135180984 3215142288 3086749552 134528881 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.34
Current children cumulated vsize (KiB) 48468

[startup+51.1165 s]
/proc/loadavg: 6.19 6.41 6.46 11/117 2196
/proc/meminfo: memFree=3036060/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=61328 CPUtime=84.74
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 14090 0 0 0 8298 176 0 0 25 0 5 0 1129176881 62799872 12655 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 15332 12655 68 164 0 15167 0
[pid=2174/tid=2175] ppid=2172 vsize=61328 CPUtime=1.31
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 1418 0 0 0 40 91 0 0 16 0 5 0 1129176881 62799872 12655 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=61328 CPUtime=29.8
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 4246 0 0 0 2961 19 0 0 25 0 5 0 1129176881 62799872 12655 4294967295 134512640 135180984 3215142288 3086880688 134532445 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=61328 CPUtime=26.82
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 4194 0 0 0 2646 36 0 0 16 0 5 0 1129176881 62799872 12655 4294967295 134512640 135180984 3215142288 3086814804 134675846 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=61328 CPUtime=26.81
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 4122 0 0 0 2651 30 0 0 25 0 5 0 1129176881 62799872 12655 4294967295 134512640 135180984 3215142288 3086749552 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 84.74
Current children cumulated vsize (KiB) 61328

[startup+102.312 s]
/proc/loadavg: 6.32 6.42 6.46 7/116 2372
/proc/meminfo: memFree=3016648/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=80212 CPUtime=175.59
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 18830 0 0 0 17340 219 0 0 25 0 5 0 1129176881 82137088 17395 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 20053 17395 68 164 0 19888 0
[pid=2174/tid=2175] ppid=2172 vsize=80212 CPUtime=1.63
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 1692 0 0 0 52 111 0 0 15 0 5 0 1129176881 82137088 17395 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=80212 CPUtime=59.2
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 5617 0 0 0 5896 24 0 0 25 0 5 0 1129176881 82137088 17395 4294967295 134512640 135180984 3215142288 3086880620 134518208 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=80212 CPUtime=58.55
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 5701 0 0 0 5807 48 0 0 25 0 5 0 1129176881 82137088 17395 4294967295 134512640 135180984 3215142288 3086815088 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=80212 CPUtime=56.21
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 5710 0 0 0 5585 36 0 0 25 0 5 0 1129176881 82137088 17395 4294967295 134512640 135180984 3215142288 3086749552 134528211 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 175.59
Current children cumulated vsize (KiB) 80212

[startup+162.317 s]
/proc/loadavg: 6.21 6.38 6.44 8/116 2563
/proc/meminfo: memFree=2999968/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=96916 CPUtime=266.03
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 22961 0 0 0 26366 237 0 0 25 0 5 0 1129176881 99241984 21526 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 24229 21526 68 164 0 24064 0
[pid=2174/tid=2175] ppid=2172 vsize=96916 CPUtime=1.79
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 1863 0 0 0 55 124 0 0 15 0 5 0 1129176881 99241984 21526 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=96916 CPUtime=88.39
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 6816 0 0 0 8814 25 0 0 25 0 5 0 1129176881 99241984 21526 4294967295 134512640 135180984 3215142288 3086880616 134519890 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=96916 CPUtime=88.43
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 7100 0 0 0 8792 51 0 0 25 0 5 0 1129176881 99241984 21526 4294967295 134512640 135180984 3215142288 3086815088 134528869 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=96916 CPUtime=87.42
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 7072 0 0 0 8705 37 0 0 25 0 5 0 1129176881 99241984 21526 4294967295 134512640 135180984 3215142288 3086749552 134528633 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 266.03

################
# More data... #
################

[pid=2174/tid=2177] ppid=2172 vsize=167896 CPUtime=355.5
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 12757 0 0 0 35495 55 0 0 25 0 5 0 1129176881 171925504 39398 4294967295 134512640 135180984 3215142288 3086880624 134528628 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=167896 CPUtime=368.38
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 12969 0 0 0 36764 74 0 0 25 0 5 0 1129176881 171925504 39398 4294967295 134512640 135180984 3215142288 3086815004 134519103 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=167896 CPUtime=356.39
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 12276 0 0 0 35587 52 0 0 25 0 5 0 1129176881 171925504 39398 4294967295 134512640 135180984 3215142288 3086749344 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1083.29
Current children cumulated vsize (KiB) 167896

[startup+642.317 s]
/proc/loadavg: 6.38 6.44 6.44 7/116 4109
/proc/meminfo: memFree=2927740/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=168056 CPUtime=1202.39
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 41044 0 0 0 119832 407 0 0 25 0 5 0 1129176881 172089344 39609 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 42014 39609 68 164 0 41849 0
[pid=2174/tid=2175] ppid=2172 vsize=168056 CPUtime=3.28
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 2831 0 0 0 111 217 0 0 15 0 5 0 1129176881 172089344 39609 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=168056 CPUtime=392.88
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 12784 0 0 0 39229 59 0 0 25 0 5 0 1129176881 172089344 39609 4294967295 134512640 135180984 3215142288 3086880624 134528259 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=168056 CPUtime=415.23
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 13006 0 0 0 41447 76 0 0 25 0 5 0 1129176881 172089344 39609 4294967295 134512640 135180984 3215142288 3086815088 134528062 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=168056 CPUtime=391.01
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 12313 0 0 0 39046 55 0 0 25 0 5 0 1129176881 172089344 39609 4294967295 134512640 135180984 3215142288 3086749552 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1202.39
Current children cumulated vsize (KiB) 168056

[startup+702.312 s]
/proc/loadavg: 6.51 6.46 6.45 8/116 4303
/proc/meminfo: memFree=2927120/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=169720 CPUtime=1321.35
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 41189 0 0 0 131701 434 0 0 25 0 5 0 1129176881 173793280 39754 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 42430 39754 68 164 0 42265 0
[pid=2174/tid=2175] ppid=2172 vsize=169720 CPUtime=3.49
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 2900 0 0 0 115 234 0 0 15 0 5 0 1129176881 173793280 39754 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=169720 CPUtime=430.05
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 12818 0 0 0 42944 61 0 0 25 0 5 0 1129176881 173793280 39754 4294967295 134512640 135180984 3215142288 3086880624 134528666 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=169720 CPUtime=459.51
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 13025 0 0 0 45870 81 0 0 25 0 5 0 1129176881 173793280 39754 4294967295 134512640 135180984 3215142288 3086815088 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=169720 CPUtime=428.31
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 12336 0 0 0 42773 58 0 0 25 0 5 0 1129176881 173793280 39754 4294967295 134512640 135180984 3215142288 3086749544 134520863 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1321.35
Current children cumulated vsize (KiB) 169720

[startup+762.307 s]
/proc/loadavg: 6.47 6.46 6.45 7/116 4491
/proc/meminfo: memFree=2926228/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=170120 CPUtime=1440.73
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 41340 0 0 0 143633 440 0 0 25 0 5 0 1129176881 174202880 39905 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 42530 39905 68 164 0 42365 0
[pid=2174/tid=2175] ppid=2172 vsize=170120 CPUtime=3.6
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 2951 0 0 0 122 238 0 0 15 0 5 0 1129176881 174202880 39905 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=170120 CPUtime=474.28
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 12849 0 0 0 47365 63 0 0 25 0 5 0 1129176881 174202880 39905 4294967295 134512640 135180984 3215142288 3086880624 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=170120 CPUtime=497.53
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 13056 0 0 0 49672 81 0 0 25 0 5 0 1129176881 174202880 39905 4294967295 134512640 135180984 3215142288 3086815080 134520670 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=170120 CPUtime=465.32
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 12374 0 0 0 46474 58 0 0 25 0 5 0 1129176881 174202880 39905 4294967295 134512640 135180984 3215142288 3086749488 134523859 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1440.73
Current children cumulated vsize (KiB) 170120

[startup+822.312 s]
/proc/loadavg: 6.56 6.51 6.47 7/116 4677
/proc/meminfo: memFree=2925012/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=171644 CPUtime=1559.64
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 41518 0 0 0 155503 461 0 0 25 0 5 0 1129176881 175763456 40083 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 42911 40083 68 164 0 42746 0
[pid=2174/tid=2175] ppid=2172 vsize=171644 CPUtime=3.8
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 3029 0 0 0 127 253 0 0 15 0 5 0 1129176881 175763456 40083 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=171644 CPUtime=512.02
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 12876 0 0 0 51138 64 0 0 25 0 5 0 1129176881 175763456 40083 4294967295 134512640 135180984 3215142288 3086880624 134528470 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=171644 CPUtime=536.73
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 13095 0 0 0 53589 84 0 0 25 0 5 0 1129176881 175763456 40083 4294967295 134512640 135180984 3215142288 3086815088 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=171644 CPUtime=507.1
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 12408 0 0 0 50650 60 0 0 25 0 5 0 1129176881 175763456 40083 4294967295 134512640 135180984 3215142288 3086749356 134706407 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1559.64
Current children cumulated vsize (KiB) 171644

[startup+882.317 s]
/proc/loadavg: 6.79 6.58 6.49 7/116 4865
/proc/meminfo: memFree=2923152/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=174472 CPUtime=1678.43
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 42277 0 0 0 167370 473 0 0 25 0 5 0 1129176881 178659328 40842 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 43618 40842 68 164 0 43453 0
[pid=2174/tid=2175] ppid=2172 vsize=174472 CPUtime=3.9
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 3061 0 0 0 130 260 0 0 16 0 5 0 1129176881 178659328 40842 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=174472 CPUtime=550.98
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 13137 0 0 0 55030 68 0 0 25 0 5 0 1129176881 178659328 40842 4294967295 134512640 135180984 3215142288 3086880624 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=174472 CPUtime=580.4
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 13335 0 0 0 57955 85 0 0 25 0 5 0 1129176881 178659328 40842 4294967295 134512640 135180984 3215142288 3086815088 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=174472 CPUtime=543.16
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 12634 0 0 0 54256 60 0 0 25 0 5 0 1129176881 178659328 40842 4294967295 134512640 135180984 3215142288 3086749356 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1678.43
Current children cumulated vsize (KiB) 174472

[startup+942.312 s]
/proc/loadavg: 6.77 6.63 6.51 7/116 5053
/proc/meminfo: memFree=2911348/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=186264 CPUtime=1796.93
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 45175 0 0 0 179210 483 0 0 25 0 5 0 1129176881 190734336 43740 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 46566 43740 68 164 0 46401 0
[pid=2174/tid=2175] ppid=2172 vsize=186264 CPUtime=4.05
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 3098 0 0 0 136 269 0 0 15 0 5 0 1129176881 190734336 43740 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=186264 CPUtime=589.65
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 14137 0 0 0 58896 69 0 0 25 0 5 0 1129176881 190734336 43740 4294967295 134512640 135180984 3215142288 3086880624 134528546 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=186264 CPUtime=622.3
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 14219 0 0 0 62145 85 0 0 25 0 5 0 1129176881 190734336 43740 4294967295 134512640 135180984 3215142288 3086815088 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=186264 CPUtime=580.94
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 13611 0 0 0 58034 60 0 0 25 0 5 0 1129176881 190734336 43740 4294967295 134512640 135180984 3215142288 3086749552 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 186264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 6.57 6.60 6.51 9/116 5246
/proc/meminfo: memFree=2899676/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=198252 CPUtime=1910.75
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 47910 0 0 0 190585 490 0 0 25 0 5 0 1129176881 203010048 46475 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 49563 46475 68 164 0 49398 0
[pid=2174/tid=2175] ppid=2172 vsize=198252 CPUtime=4.14
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 3133 0 0 0 142 272 0 0 15 0 5 0 1129176881 203010048 46475 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=198252 CPUtime=626.18
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 15032 0 0 0 62548 70 0 0 25 0 5 0 1129176881 203010048 46475 4294967295 134512640 135180984 3215142288 3086880624 134528441 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=198252 CPUtime=660.62
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 14962 0 0 0 65975 87 0 0 25 0 5 0 1129176881 203010048 46475 4294967295 134512640 135180984 3215142288 3086815088 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=198252 CPUtime=619.81
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 14673 0 0 0 61920 61 0 0 25 0 5 0 1129176881 203010048 46475 4294967295 134512640 135180984 3215142288 3086749552 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1910.75
Current children cumulated vsize (KiB) 198252

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1000.01 s]
/proc/loadavg: 6.57 6.60 6.51 9/116 5246
/proc/meminfo: memFree=2899676/3368532 swapFree=1953788/1959888
[pid=2174] ppid=2172 vsize=198252 CPUtime=1910.75
/proc/2174/stat : 2174 (satake) S 2172 2174 23155 0 -1 4202496 47910 0 0 0 190585 490 0 0 25 0 5 0 1129176881 203010048 46475 4294967295 134512640 135180984 3215142288 3215141724 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2174/statm: 49563 46475 68 164 0 49398 0
[pid=2174/tid=2175] ppid=2172 vsize=198252 CPUtime=4.14
/proc/2174/task/2175/stat : 2175 (satake) S 2172 2174 23155 0 -1 4202560 3133 0 0 0 142 272 0 0 15 0 5 0 1129176881 203010048 46475 4294967295 134512640 135180984 3215142288 3086946320 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=2174/tid=2177] ppid=2172 vsize=198252 CPUtime=626.18
/proc/2174/task/2177/stat : 2177 (satake) R 2172 2174 23155 0 -1 4202560 15032 0 0 0 62548 70 0 0 25 0 5 0 1129176881 203010048 46475 4294967295 134512640 135180984 3215142288 3086880624 134528441 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2174/tid=2178] ppid=2172 vsize=198252 CPUtime=660.62
/proc/2174/task/2178/stat : 2178 (satake) R 2172 2174 23155 0 -1 4202560 14962 0 0 0 65975 87 0 0 25 0 5 0 1129176881 203010048 46475 4294967295 134512640 135180984 3215142288 3086815088 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2174/tid=2179] ppid=2172 vsize=198252 CPUtime=619.81
/proc/2174/task/2179/stat : 2179 (satake) R 2172 2174 23155 0 -1 4202560 14673 0 0 0 61920 61 0 0 25 0 5 0 1129176881 203010048 46475 4294967295 134512640 135180984 3215142288 3086749552 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1910.75
Current children cumulated vsize (KiB) 198252

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 1910.79
CPU user time (s): 1905.88
CPU system time (s): 4.91
CPU usage (%): 191.072
Max. virtual memory (cumulated for all children) (KiB): 198252

deleting IPC queue 9437184
deleting IPC queue 9469953
deleting IPC queue 9502722
deleting IPC queue 9535491
deleting IPC queue 9568260
deleting IPC queue 9601029
deleting IPC queue 9633798
deleting IPC queue 9666567
deleting IPC queue 9699336
deleting IPC queue 9732105
deleting IPC queue 9764874
deleting IPC queue 9797643
deleting IPC queue 9830412
deleting IPC queue 9863181
deleting IPC queue 9895950
deleting IPC queue 9928719

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1905.88
system time used= 4.91
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47910
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= 939224
involuntary context switches= 909244

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 02:58:48
IDJOB=1779640
IDBENCH=70883
IDSOLVER=629
FILE ID=/1779640-1243645128
PBS_JOBID=
Free space on /tmp= 6475 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/aprove09/AProVE09-20.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779640-1243645128/watcher-1779640-1243645128 -o /tmp/evaluation-result-1779640-1243645128/solver-1779640-1243645128 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1779640-1243645128.cnf 4 10000

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= d682d44f13c64e9669f2eded046ee8c4
RANDOM SEED= 568377870

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3085736 kB
Buffers:         70820 kB
Cached:         104656 kB
SwapCached:       2256 kB
Active:         107196 kB
Inactive:        85248 kB
HighTotal:     2489216 kB
HighFree:      2366168 kB
LowTotal:       879316 kB
LowFree:        719568 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            2424 kB
Writeback:           0 kB
AnonPages:       15992 kB
Mapped:           5284 kB
Slab:            81064 kB
SReclaimable:    66868 kB
SUnreclaim:      14196 kB
PageTables:        700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112668 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6475 MiB
End job on  at 2009-05-30 03:15:30