Trace number 1776535

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)? (MO) 1067.46 587.864

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications 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 variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

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-1776535-1243637394/watcher-1776535-1243637394 -o /tmp/evaluation-result-1776535-1243637394/solver-1776535-1243637394 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776535-1243637394.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.07 6.39 6.36 6/112 10372
/proc/meminfo: memFree=2953792/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=968 CPUtime=0
/proc/10371/stat : 10371 (satake) R 10369 10371 23155 0 -1 4202496 109 0 0 0 0 0 0 0 25 0 2 0 1128404348 991232 65 4294967295 134512640 135180984 3215676944 3215676288 134705812 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 242 65 54 164 0 77 0
[pid=10371/tid=10372] ppid=10369 vsize=968 CPUtime=0
/proc/10371/task/10372/stat : 10372 (satake) R 10369 10371 23155 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 1128404348 991232 65 4294967295 134512640 135180984 3215676944 3086078788 134705812 0 0 0 0 0 0 0 -1 3 0 0 0

[startup+0.091457 s]
/proc/loadavg: 6.07 6.39 6.36 6/112 10372
/proc/meminfo: memFree=2953792/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=74980 CPUtime=0.09
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 13392 0 0 0 0 9 0 0 25 0 5 0 1128404348 76779520 13348 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 18745 13348 63 164 0 18580 0
[pid=10371/tid=10372] ppid=10369 vsize=74980 CPUtime=0
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128404348 76779520 13348 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 74980

[startup+0.111458 s]
/proc/loadavg: 6.07 6.39 6.36 6/112 10372
/proc/meminfo: memFree=2953792/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=107748 CPUtime=0.11
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 16301 0 0 0 0 11 0 0 25 0 5 0 1128404348 110333952 16257 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 26937 16257 63 164 0 26772 0
[pid=10371/tid=10372] ppid=10369 vsize=107748 CPUtime=0
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128404348 110333952 16257 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 107748

[startup+0.311439 s]
/proc/loadavg: 6.07 6.39 6.36 6/112 10372
/proc/meminfo: memFree=2953792/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=296164 CPUtime=0.32
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 50730 0 0 0 0 32 0 0 25 0 5 0 1128404348 303271936 50686 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 74041 50686 63 164 0 73876 0
[pid=10371/tid=10372] ppid=10369 vsize=296164 CPUtime=0
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128404348 303271936 50686 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 296164

[startup+0.71141 s]
/proc/loadavg: 6.07 6.39 6.36 6/112 10372
/proc/meminfo: memFree=2953792/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=555992 CPUtime=0.75
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 106350 0 0 0 8 67 0 0 25 0 5 0 1128404348 569335808 106302 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 138998 106302 63 164 0 138833 0
[pid=10371/tid=10372] ppid=10369 vsize=555992 CPUtime=0
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128404348 569335808 106302 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 555992

[startup+1.51134 s]
/proc/loadavg: 6.07 6.39 6.36 7/116 10376
/proc/meminfo: memFree=2467772/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=519816 CPUtime=1.56
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 128030 0 0 0 78 78 0 0 25 0 5 0 1128404348 532291584 127974 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 129954 127974 63 164 0 129789 0
[pid=10371/tid=10372] ppid=10369 vsize=519816 CPUtime=0
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128404348 532291584 127974 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=519816 CPUtime=0.62
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 43628 0 0 0 35 27 0 0 25 0 5 0 1128404348 532291584 127974 4294967295 134512640 135180984 3215676944 3086012696 134513837 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=519816 CPUtime=0.43
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 41445 0 0 0 17 26 0 0 25 0 5 0 1128404348 532291584 127974 4294967295 134512640 135180984 3215676944 3085947028 134579486 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=519816 CPUtime=0.51
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 42838 0 0 0 26 25 0 0 25 0 5 0 1128404348 532291584 127974 4294967295 134512640 135180984 3215676944 3085881648 134535254 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 519816

[startup+3.1112 s]
/proc/loadavg: 6.07 6.39 6.36 7/116 10376
/proc/meminfo: memFree=2407848/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=638732 CPUtime=3.78
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 154434 0 0 0 291 87 0 0 25 0 5 0 1128404348 654061568 154378 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 159683 154378 63 164 0 159518 0
[pid=10371/tid=10372] ppid=10369 vsize=638732 CPUtime=0
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128404348 654061568 154378 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=638732 CPUtime=1.41
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 52281 0 0 0 109 32 0 0 25 0 5 0 1128404348 654061568 154378 4294967295 134512640 135180984 3215676944 3086012672 134519434 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=638732 CPUtime=1.05
/proc/10371/task/10375/stat : 10375 (satake) S 10369 10371 23155 0 -1 4202560 49299 0 0 0 78 27 0 0 16 0 5 0 1128404348 654061568 154378 4294967295 134512640 135180984 3215676944 3085947028 134579486 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=638732 CPUtime=1.32
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 52735 0 0 0 104 28 0 0 25 0 5 0 1128404348 654061568 154378 4294967295 134512640 135180984 3215676944 3085881492 134579486 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 638732

[startup+6.31094 s]
/proc/loadavg: 6.07 6.39 6.36 6/116 10377
/proc/meminfo: memFree=2158212/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=915684 CPUtime=9.42
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 217534 0 0 0 819 123 0 0 25 0 5 0 1128404348 937660416 217478 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 228921 217479 63 164 0 228756 0
[pid=10371/tid=10372] ppid=10369 vsize=915684 CPUtime=0
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128404348 937660416 217479 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=915684 CPUtime=3.24
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 71289 0 0 0 283 41 0 0 25 0 5 0 1128404348 937660416 217480 4294967295 134512640 135180984 3215676944 3086012672 134522504 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=915684 CPUtime=3.51
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 77307 0 0 0 310 41 0 0 15 0 5 0 1128404348 937660416 217480 4294967295 134512640 135180984 3215676944 3085946852 134675846 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=915684 CPUtime=2.67
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 68821 0 0 0 226 41 0 0 25 0 5 0 1128404348 937660416 217480 4294967295 134512640 135180984 3215676944 3085881492 134579486 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.42
Current children cumulated vsize (KiB) 915684

[startup+12.7104 s]
/proc/loadavg: 6.06 6.37 6.36 6/116 10378
/proc/meminfo: memFree=1875000/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=1206736 CPUtime=19.43
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 316407 0 0 0 1776 167 0 0 25 0 5 0 1128404348 1235697664 277276 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 301684 277277 66 164 0 301519 0
[pid=10371/tid=10372] ppid=10369 vsize=1206736 CPUtime=0
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128404348 1235697664 277277 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=1206736 CPUtime=5.91
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 101162 0 0 0 540 51 0 0 25 0 5 0 1128404348 1235697664 277277 4294967295 134512640 135180984 3215676944 3086012388 134675846 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=1206736 CPUtime=7.61
/proc/10371/task/10375/stat : 10375 (satake) S 10369 10371 23155 0 -1 4202560 111389 0 0 0 700 61 0 0 16 0 5 0 1128404348 1235697664 277277 4294967295 134512640 135180984 3215676944 3085946528 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=1206736 CPUtime=5.91
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 103738 0 0 0 536 55 0 0 25 0 5 0 1128404348 1235697664 277277 4294967295 134512640 135180984 3215676944 3085881600 134519616 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.43
Current children cumulated vsize (KiB) 1206736

[startup+25.5093 s]
/proc/loadavg: 6.05 6.36 6.35 6/116 10379
/proc/meminfo: memFree=2066292/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=975204 CPUtime=35.54
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 338977 0 0 0 3375 179 0 0 25 0 5 0 1128404348 998608896 221688 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 243801 221688 68 164 0 243636 0
[pid=10371/tid=10372] ppid=10369 vsize=975204 CPUtime=0.18
/proc/10371/task/10372/stat : 10372 (satake) R 10369 10371 23155 0 -1 4202560 6478 0 0 0 13 5 0 0 16 0 5 0 1128404348 998608896 221688 4294967295 134512640 135180984 3215676944 3086077980 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=975204 CPUtime=10.33
/proc/10371/task/10374/stat : 10374 (satake) S 10369 10371 23155 0 -1 4202560 110217 0 0 0 979 54 0 0 25 0 5 0 1128404348 998608896 221688 4294967295 134512640 135180984 3215676944 3086012064 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=975204 CPUtime=14.81
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 112001 0 0 0 1419 62 0 0 16 0 5 0 1128404348 998608896 221688 4294967295 134512640 135180984 3215676944 3085946816 134532813 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=975204 CPUtime=10.22
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 110169 0 0 0 964 58 0 0 25 0 5 0 1128404348 998608896 221688 4294967295 134512640 135180984 3215676944 3085880996 134580588 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.54
Current children cumulated vsize (KiB) 975204

[startup+51.1072 s]
/proc/loadavg: 6.31 6.40 6.36 8/117 10552
/proc/meminfo: memFree=2055004/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=985788 CPUtime=68
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 341433 0 0 0 6606 194 0 0 25 0 5 0 1128404348 1009446912 224144 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 246447 224144 68 164 0 246282 0
[pid=10371/tid=10372] ppid=10369 vsize=985788 CPUtime=0.26
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 6552 0 0 0 15 11 0 0 16 0 5 0 1128404348 1009446912 224144 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=985788 CPUtime=19.05
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 110744 0 0 0 1850 55 0 0 25 0 5 0 1128404348 1009446912 224144 4294967295 134512640 135180984 3215676944 3086012272 134528540 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=985788 CPUtime=31.95
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 113457 0 0 0 3127 68 0 0 18 0 5 0 1128404348 1009446912 224144 4294967295 134512640 135180984 3215676944 3085946568 134675767 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=985788 CPUtime=16.74
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 110568 0 0 0 1614 60 0 0 25 0 5 0 1128404348 1009446912 224144 4294967295 134512640 135180984 3215676944 3085881136 134523859 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 68
Current children cumulated vsize (KiB) 985788

[startup+102.313 s]
/proc/loadavg: 6.46 6.42 6.37 9/117 10694
/proc/meminfo: memFree=2010092/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=1030332 CPUtime=148.32
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 352626 0 0 0 14589 243 0 0 25 0 5 0 1128404348 1055059968 235337 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 257583 235337 68 164 0 257418 0
[pid=10371/tid=10372] ppid=10369 vsize=1030332 CPUtime=0.62
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 6708 0 0 0 35 27 0 0 15 0 5 0 1128404348 1055059968 235337 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=1030332 CPUtime=37.25
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 113205 0 0 0 3659 66 0 0 25 0 5 0 1128404348 1055059968 235337 4294967295 134512640 135180984 3215676944 3086012288 134532610 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=1030332 CPUtime=67.8
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 117269 0 0 0 6701 79 0 0 25 0 5 0 1128404348 1055059968 235337 4294967295 134512640 135180984 3215676944 3085946672 134523791 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=1030332 CPUtime=42.66
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 115332 0 0 0 4195 71 0 0 25 0 5 0 1128404348 1055059968 235337 4294967295 134512640 135180984 3215676944 3085881200 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 148.32
Current children cumulated vsize (KiB) 1030332

[startup+162.318 s]
/proc/loadavg: 6.52 6.43 6.37 8/117 10829
/proc/meminfo: memFree=1948888/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=1092608 CPUtime=262.75
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 367955 0 0 0 25965 310 0 0 25 0 5 0 1128404348 1118830592 250666 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 273152 250666 68 164 0 272987 0
[pid=10371/tid=10372] ppid=10369 vsize=1092608 CPUtime=1.03
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 6994 0 0 0 48 55 0 0 15 0 5 0 1128404348 1118830592 250666 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=1092608 CPUtime=71.21
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 115686 0 0 0 7047 74 0 0 25 0 5 0 1128404348 1118830592 250666 4294967295 134512640 135180984 3215676944 3086012064 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=1092608 CPUtime=103.1
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 120461 0 0 0 10212 98 0 0 25 0 5 0 1128404348 1118830592 250666 4294967295 134512640 135180984 3215676944 3085946672 134523663 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=1092608 CPUtime=87.41
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 124702 0 0 0 8658 83 0 0 25 0 5 0 1128404348 1118830592 250666 4294967295 134512640 135180984 3215676944 3085881264 134532445 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 262.75

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

/proc/meminfo: memFree=1908732/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=1132432 CPUtime=349.6
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 377799 0 0 0 34556 404 0 0 25 0 5 0 1128404348 1159610368 260510 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 283108 260510 68 164 0 282943 0
[pid=10371/tid=10372] ppid=10369 vsize=1132432 CPUtime=1.73
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 7495 0 0 0 80 93 0 0 15 0 5 0 1128404348 1159610368 260510 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=1132432 CPUtime=95.42
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 117508 0 0 0 9456 86 0 0 25 0 5 0 1128404348 1159610368 260511 4294967295 134512640 135180984 3215676944 3086012272 134528648 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=1132432 CPUtime=135.24
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 123049 0 0 0 13392 132 0 0 16 0 5 0 1128404348 1159610368 260511 4294967295 134512640 135180984 3215676944 3085946568 134675767 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=1132432 CPUtime=117.21
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 129636 0 0 0 11628 93 0 0 25 0 5 0 1128404348 1159610368 260511 4294967295 134512640 135180984 3215676944 3085881200 134526950 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 349.6
Current children cumulated vsize (KiB) 1132432

[startup+282.308 s]
/proc/loadavg: 6.29 6.34 6.34 10/117 11155
/proc/meminfo: memFree=1807256/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=1238388 CPUtime=463.32
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 404193 0 0 0 45827 505 0 0 25 0 5 0 1128404348 1268109312 286904 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 309597 286904 68 164 0 309432 0
[pid=10371/tid=10372] ppid=10369 vsize=1238388 CPUtime=2.42
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 8019 0 0 0 95 147 0 0 15 0 5 0 1128404348 1268109312 286904 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=1238388 CPUtime=127.15
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 120290 0 0 0 12615 100 0 0 25 0 5 0 1128404348 1268109312 286904 4294967295 134512640 135180984 3215676944 3086012336 134532518 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=1238388 CPUtime=174.33
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 132849 0 0 0 17279 154 0 0 25 0 5 0 1128404348 1268109312 286904 4294967295 134512640 135180984 3215676944 3085946736 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=1238388 CPUtime=159.43
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 142923 0 0 0 15839 104 0 0 25 0 5 0 1128404348 1268109312 286904 4294967295 134512640 135180984 3215676944 3085881100 134520901 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 463.32
Current children cumulated vsize (KiB) 1238388

[startup+342.313 s]
/proc/loadavg: 6.32 6.35 6.35 8/117 11366
/proc/meminfo: memFree=1631020/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=1414912 CPUtime=581.91
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 447801 0 0 0 57661 530 0 0 25 0 5 0 1128404348 1448869888 330512 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 353728 330512 68 164 0 353563 0
[pid=10371/tid=10372] ppid=10369 vsize=1414912 CPUtime=2.48
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 8035 0 0 0 98 150 0 0 15 0 5 0 1128404348 1448869888 330512 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=1414912 CPUtime=160.86
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 125962 0 0 0 15981 105 0 0 25 0 5 0 1128404348 1448869888 330512 4294967295 134512640 135180984 3215676944 3086012064 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=1414912 CPUtime=211.78
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 145168 0 0 0 21017 161 0 0 25 0 5 0 1128404348 1448869888 330512 4294967295 134512640 135180984 3215676944 3085946736 134526704 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=1414912 CPUtime=206.8
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 168524 0 0 0 20566 114 0 0 25 0 5 0 1128404348 1448869888 330512 4294967295 134512640 135180984 3215676944 3085881196 134518245 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 1414912

[startup+402.308 s]
/proc/loadavg: 6.50 6.39 6.36 8/117 11542
/proc/meminfo: memFree=1441888/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=1605108 CPUtime=700.83
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 495266 0 0 0 69529 554 0 0 25 0 5 0 1128404348 1643630592 377977 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 401277 377977 68 164 0 401112 0
[pid=10371/tid=10372] ppid=10369 vsize=1605108 CPUtime=2.52
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 8041 0 0 0 100 152 0 0 15 0 5 0 1128404348 1643630592 377977 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=1605108 CPUtime=197.05
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 135671 0 0 0 19596 109 0 0 25 0 5 0 1128404348 1643630592 377977 4294967295 134512640 135180984 3215676944 3086012172 134519071 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=1605108 CPUtime=249.13
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 158752 0 0 0 24742 171 0 0 25 0 5 0 1128404348 1643630592 377977 4294967295 134512640 135180984 3215676944 3085946736 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=1605108 CPUtime=252.14
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 192690 0 0 0 25092 122 0 0 25 0 5 0 1128404348 1643630592 377977 4294967295 134512640 135180984 3215676944 3085881200 134528262 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 700.83
Current children cumulated vsize (KiB) 1605108

[startup+462.313 s]
/proc/loadavg: 6.59 6.42 6.37 8/117 11730
/proc/meminfo: memFree=1282484/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=1763308 CPUtime=819.31
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 534702 0 0 0 81341 590 0 0 25 0 5 0 1128404348 1805627392 417413 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 440827 417413 68 164 0 440662 0
[pid=10371/tid=10372] ppid=10369 vsize=1763308 CPUtime=2.58
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 8047 0 0 0 102 156 0 0 15 0 5 0 1128404348 1805627392 417413 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=1763308 CPUtime=239.46
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 146690 0 0 0 23824 122 0 0 25 0 5 0 1128404348 1805627392 417413 4294967295 134512640 135180984 3215676944 3086012176 134525183 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=1763308 CPUtime=285.01
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 171369 0 0 0 28324 177 0 0 25 0 5 0 1128404348 1805627392 417413 4294967295 134512640 135180984 3215676944 3085946640 134525248 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=1763308 CPUtime=292.26
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 208484 0 0 0 29091 135 0 0 25 0 5 0 1128404348 1805627392 417413 4294967295 134512640 135180984 3215676944 3085880992 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 819.31
Current children cumulated vsize (KiB) 1763308

[startup+522.308 s]
/proc/loadavg: 6.63 6.45 6.38 9/117 11909
/proc/meminfo: memFree=1122676/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=1924424 CPUtime=938.24
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 574700 0 0 0 93209 615 0 0 25 0 5 0 1128404348 1970610176 457411 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 481106 457411 68 164 0 480941 0
[pid=10371/tid=10372] ppid=10369 vsize=1924424 CPUtime=2.65
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 8065 0 0 0 106 159 0 0 15 0 5 0 1128404348 1970610176 457411 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=1924424 CPUtime=283.02
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 158284 0 0 0 28172 130 0 0 25 0 5 0 1128404348 1970610176 457411 4294967295 134512640 135180984 3215676944 3086012104 134675846 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=1924424 CPUtime=319.03
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 183193 0 0 0 31718 185 0 0 25 0 5 0 1128404348 1970610176 457411 4294967295 134512640 135180984 3215676944 3085946608 134522706 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=1924424 CPUtime=333.54
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 225046 0 0 0 33213 141 0 0 25 0 5 0 1128404348 1970610176 457411 4294967295 134512640 135180984 3215676944 3085881104 134524723 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 938.24
Current children cumulated vsize (KiB) 1924424

[startup+582.303 s]
/proc/loadavg: 6.56 6.46 6.38 9/117 12100
/proc/meminfo: memFree=965224/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=2079992 CPUtime=1056.99
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 613834 0 0 0 105060 639 0 0 25 0 5 0 1128404348 2129911808 496545 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 519998 496545 68 164 0 519833 0
[pid=10371/tid=10372] ppid=10369 vsize=2079992 CPUtime=2.74
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 8084 0 0 0 109 165 0 0 15 0 5 0 1128404348 2129911808 496545 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=2079992 CPUtime=318.53
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 168046 0 0 0 31717 136 0 0 25 0 5 0 1128404348 2129911808 496545 4294967295 134512640 135180984 3215676944 3086012064 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=2079992 CPUtime=356.8
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 197354 0 0 0 35485 195 0 0 25 0 5 0 1128404348 2129911808 496545 4294967295 134512640 135180984 3215676944 3085946732 134520887 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=2079992 CPUtime=378.93
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 240238 0 0 0 37750 143 0 0 25 0 5 0 1128404348 2129911808 496545 4294967295 134512640 135180984 3215676944 3085881104 134525201 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1056.99
Current children cumulated vsize (KiB) 2079992



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+587.703 s]
/proc/loadavg: 6.75 6.50 6.40 8/117 12194
/proc/meminfo: memFree=948604/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=2097392 CPUtime=1067.31
/proc/10371/stat : 10371 (satake) S 10369 10371 23155 0 -1 4202496 617834 0 0 0 106088 643 0 0 25 0 5 0 1128404348 2147729408 500545 4294967295 134512640 135180984 3215676944 3215676380 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 524348 500545 68 164 0 524183 0
[pid=10371/tid=10372] ppid=10369 vsize=2097392 CPUtime=2.74
/proc/10371/task/10372/stat : 10372 (satake) S 10369 10371 23155 0 -1 4202560 8084 0 0 0 109 165 0 0 15 0 5 0 1128404348 2147729408 500546 4294967295 134512640 135180984 3215676944 3086077968 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=10371/tid=10374] ppid=10369 vsize=2097392 CPUtime=320.67
/proc/10371/task/10374/stat : 10374 (satake) R 10369 10371 23155 0 -1 4202560 169247 0 0 0 31929 138 0 0 25 0 5 0 1128404348 2147729408 500546 4294967295 134512640 135180984 3215676944 3086012104 134675846 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10371/tid=10375] ppid=10369 vsize=2097392 CPUtime=360.52
/proc/10371/task/10375/stat : 10375 (satake) R 10369 10371 23155 0 -1 4202560 198443 0 0 0 35855 197 0 0 25 0 5 0 1128404348 2147729408 500546 4294967295 134512640 135180984 3215676944 3085946528 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=2097392 CPUtime=383.38
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4202560 241949 0 0 0 38195 143 0 0 25 0 5 0 1128404348 2147729408 500546 4294967295 134512640 135180984 3215676944 3085881104 134525209 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1067.31
Current children cumulated vsize (KiB) 2097392

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

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

[startup+587.823 s]
/proc/loadavg: 6.75 6.50 6.40 8/117 12194
/proc/meminfo: memFree=948604/3368532 swapFree=1953788/1959888
[pid=10371] ppid=10369 vsize=0 CPUtime=1067.42
/proc/10371/stat : 10371 (satake) Z 10369 10371 23155 0 -1 4203524 617852 0 0 0 106091 651 0 0 18 0 2 0 1128404348 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/10371/statm: 0 0 0 0 0 0 0
[pid=10371/tid=10376] ppid=10369 vsize=0 CPUtime=383.48
/proc/10371/task/10376/stat : 10376 (satake) R 10369 10371 23155 0 -1 4203588 241958 0 0 0 38197 151 0 0 25 0 2 0 1128404348 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1067.42
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 587.864
CPU time (s): 1067.46
CPU user time (s): 1060.91
CPU system time (s): 6.55
CPU usage (%): 181.583
Max. virtual memory (cumulated for all children) (KiB): 2097392

deleting IPC queue 3670016
deleting IPC queue 3702785
deleting IPC queue 3735554
deleting IPC queue 3768323
deleting IPC queue 3801092
deleting IPC queue 3833861
deleting IPC queue 3866630
deleting IPC queue 3899399
deleting IPC queue 3932168
deleting IPC queue 3964937
deleting IPC queue 3997706
deleting IPC queue 4030475
deleting IPC queue 4063244
deleting IPC queue 4096013
deleting IPC queue 4128782
deleting IPC queue 4161551

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1060.91
system time used= 6.55
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 617852
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= 517535
involuntary context switches= 479760

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 00:49:54
IDJOB=1776535
IDBENCH=20579
IDSOLVER=629
FILE ID=/1776535-1243637394
PBS_JOBID=
Free space on /tmp= 6324 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776535-1243637394/watcher-1776535-1243637394 -o /tmp/evaluation-result-1776535-1243637394/solver-1776535-1243637394 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776535-1243637394.cnf 4 10000

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED= 167449368

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:       2953792 kB
Buffers:         70152 kB
Cached:         238872 kB
SwapCached:       2256 kB
Active:         258960 kB
Inactive:        66880 kB
HighTotal:     2489216 kB
HighFree:      2232968 kB
LowTotal:       879316 kB
LowFree:        720824 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:          158888 kB
Writeback:           0 kB
AnonPages:       16068 kB
Mapped:           5248 kB
Slab:            80588 kB
SReclaimable:    66772 kB
SUnreclaim:      13816 kB
PageTables:        696 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= 6324 MiB
End job on  at 2009-05-30 00:59:52