Trace number 1775770

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) 1978.09 1000.06

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-5-17-u.cnf
MD5SUM9f79c3f75a90db314ed315006ba97d6f
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 variables265064
Number of clauses1236517
Sum of the clauses size2853702
Maximum clause length10
Minimum clause length1
Number of clauses of size 122116
Number of clauses of size 2960717
Number of clauses of size 3203984
Number of clauses of size 45520
Number of clauses of size 522080
Number of clauses of size over 522100

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-1775770-1243633101/watcher-1775770-1243633101 -o /tmp/evaluation-result-1775770-1243633101/solver-1775770-1243633101 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1775770-1243633101.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: 5.51 5.49 4.97 5/105 9461
/proc/meminfo: memFree=2546972/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=964 CPUtime=0
/proc/9460/stat : 9460 (satake) R 9458 9460 3671 0 -1 4202496 108 0 0 0 0 0 0 0 20 0 2 0 1117411442 987136 64 4294967295 134512640 135180984 3215332784 3215332128 134705812 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 241 64 54 164 0 76 0
[pid=9460/tid=9461] ppid=9458 vsize=964 CPUtime=0
/proc/9460/task/9461/stat : 9461 (satake) R 9458 9460 3671 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 2 0 1117411442 987136 64 4294967295 134512640 135180984 3215332784 3086525252 134705812 0 0 0 0 0 0 0 -1 1 0 0 0

[startup+0.093232 s]
/proc/loadavg: 5.51 5.49 4.97 5/105 9461
/proc/meminfo: memFree=2546972/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=76600 CPUtime=0.15
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 18425 0 0 0 3 12 0 0 20 0 5 0 1117411442 78438400 18373 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 19150 18373 63 164 0 18985 0
[pid=9460/tid=9461] ppid=9458 vsize=76600 CPUtime=0
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 5 0 1117411442 78438400 18373 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 76600

[startup+0.11322 s]
/proc/loadavg: 5.51 5.49 4.97 5/105 9461
/proc/meminfo: memFree=2546972/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=81740 CPUtime=0.17
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 19146 0 0 0 5 12 0 0 20 0 5 0 1117411442 83701760 19094 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 20435 19094 63 164 0 20270 0
[pid=9460/tid=9461] ppid=9458 vsize=81740 CPUtime=0
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 5 0 1117411442 83701760 19094 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 81740

[startup+0.313205 s]
/proc/loadavg: 5.51 5.49 4.97 5/105 9461
/proc/meminfo: memFree=2546972/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=109180 CPUtime=0.45
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 25558 0 0 0 27 18 0 0 20 0 5 0 1117411442 111800320 25501 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 27295 25501 69 164 0 27130 0
[pid=9460/tid=9461] ppid=9458 vsize=109180 CPUtime=0
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 5 0 1117411442 111800320 25501 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 109180

[startup+0.713178 s]
/proc/loadavg: 5.51 5.49 4.97 5/105 9461
/proc/meminfo: memFree=2546972/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=188788 CPUtime=1.11
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 44114 0 0 0 87 24 0 0 20 0 5 0 1117411442 193318912 44051 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 47197 44051 63 164 0 47032 0
[pid=9460/tid=9461] ppid=9458 vsize=188788 CPUtime=0
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 5 0 1117411442 193318912 44051 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 188788

[startup+1.51312 s]
/proc/loadavg: 5.51 5.49 4.97 6/109 9466
/proc/meminfo: memFree=2354572/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=253452 CPUtime=2.52
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 55545 0 0 0 217 35 0 0 20 0 5 0 1117411442 259534848 55482 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 63363 55483 63 164 0 63198 0
[pid=9460/tid=9461] ppid=9458 vsize=253452 CPUtime=0
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 5 0 1117411442 259534848 55484 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=253452 CPUtime=0.53
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 15744 0 0 0 44 9 0 0 22 0 5 0 1117411443 259534848 55484 4294967295 134512640 135180984 3215332784 3086459184 134535217 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=253452 CPUtime=1.1
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 21254 0 0 0 93 17 0 0 17 0 5 0 1117411443 259534848 55484 4294967295 134512640 135180984 3215332784 3086393632 134513762 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=253452 CPUtime=0.9
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 18431 0 0 0 81 9 0 0 21 0 5 0 1117411443 259534848 55484 4294967295 134512640 135180984 3215332784 3086328064 134521583 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 253452

[startup+3.11302 s]
/proc/loadavg: 5.47 5.48 4.97 6/109 9466
/proc/meminfo: memFree=2327736/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=275136 CPUtime=5.4
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 64622 0 0 0 497 43 0 0 20 0 5 0 1117411442 281739264 53367 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 68784 53367 66 164 0 68619 0
[pid=9460/tid=9461] ppid=9458 vsize=275136 CPUtime=0
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 5 0 1117411442 281739264 53367 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=275136 CPUtime=1.13
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 20370 0 0 0 101 12 0 0 22 0 5 0 1117411443 281739264 53367 4294967295 134512640 135180984 3215332784 3086459176 134518216 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=275136 CPUtime=2.21
/proc/9460/task/9464/stat : 9464 (satake) S 9458 9460 3671 0 -1 4202560 22327 0 0 0 202 19 0 0 16 0 5 0 1117411443 281739264 53367 4294967295 134512640 135180984 3215332784 3086392992 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=275136 CPUtime=2.06
/proc/9460/task/9465/stat : 9465 (satake) S 9458 9460 3671 0 -1 4202560 21807 0 0 0 194 12 0 0 20 0 5 0 1117411443 281739264 53367 4294967295 134512640 135180984 3215332784 3086327456 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 275136

[startup+6.3128 s]
/proc/loadavg: 5.47 5.48 4.97 7/109 9466
/proc/meminfo: memFree=2336476/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=270852 CPUtime=11.44
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 69486 0 0 0 1093 51 0 0 20 0 5 0 1117411442 277352448 52635 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 67713 52635 68 164 0 67548 0
[pid=9460/tid=9461] ppid=9458 vsize=270852 CPUtime=0.08
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4125 0 0 0 5 3 0 0 15 0 5 0 1117411442 277352448 52635 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=270852 CPUtime=2.25
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 21074 0 0 0 209 16 0 0 25 0 5 0 1117411443 277352448 52635 4294967295 134512640 135180984 3215332784 3086458672 134523696 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=270852 CPUtime=5.03
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 22339 0 0 0 484 19 0 0 18 0 5 0 1117411443 277352448 52635 4294967295 134512640 135180984 3215332784 3086393196 134519895 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=270852 CPUtime=4.09
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 21837 0 0 0 396 13 0 0 19 0 5 0 1117411443 277352448 52635 4294967295 134512640 135180984 3215332784 3086327664 134528866 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.44
Current children cumulated vsize (KiB) 270852

[startup+12.7124 s]
/proc/loadavg: 5.40 5.46 4.97 6/109 9466
/proc/meminfo: memFree=2335804/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=270988 CPUtime=24.17
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 69575 0 0 0 2359 58 0 0 20 0 5 0 1117411442 277491712 52724 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 67747 52724 68 164 0 67582 0
[pid=9460/tid=9461] ppid=9458 vsize=270988 CPUtime=0.14
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4125 0 0 0 8 6 0 0 15 0 5 0 1117411442 277491712 52724 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=270988 CPUtime=5.69
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 21108 0 0 0 552 17 0 0 25 0 5 0 1117411443 277491712 52724 4294967295 134512640 135180984 3215332784 3086458672 134523635 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=270988 CPUtime=10.64
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 22355 0 0 0 1044 20 0 0 25 0 5 0 1117411443 277491712 52724 4294967295 134512640 135180984 3215332784 3086393200 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=270988 CPUtime=7.71
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 21876 0 0 0 756 15 0 0 25 0 5 0 1117411443 277491712 52724 4294967295 134512640 135180984 3215332784 3086327608 134579486 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.17
Current children cumulated vsize (KiB) 270988

[startup+25.5115 s]
/proc/loadavg: 5.41 5.46 4.97 6/109 9467
/proc/meminfo: memFree=2335496/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=271136 CPUtime=49.27
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 69614 0 0 0 4862 65 0 0 20 0 5 0 1117411442 277643264 52763 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 67784 52763 68 164 0 67619 0
[pid=9460/tid=9461] ppid=9458 vsize=271136 CPUtime=0.22
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4125 0 0 0 11 11 0 0 15 0 5 0 1117411442 277643264 52763 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=271136 CPUtime=13.11
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 21121 0 0 0 1294 17 0 0 25 0 5 0 1117411443 277643264 52763 4294967295 134512640 135180984 3215332784 3086458736 134528180 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=271136 CPUtime=19.34
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 22368 0 0 0 1913 21 0 0 25 0 5 0 1117411443 277643264 52763 4294967295 134512640 135180984 3215332784 3086393196 134519884 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=271136 CPUtime=16.6
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 21889 0 0 0 1644 16 0 0 25 0 5 0 1117411443 277643264 52763 4294967295 134512640 135180984 3215332784 3086327456 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.27
Current children cumulated vsize (KiB) 271136

[startup+51.1098 s]
/proc/loadavg: 5.27 5.43 4.97 6/109 9657
/proc/meminfo: memFree=2334764/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=271296 CPUtime=98.91
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 69656 0 0 0 9806 85 0 0 20 0 5 0 1117411442 277807104 52805 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 67824 52805 68 164 0 67659 0
[pid=9460/tid=9461] ppid=9458 vsize=271296 CPUtime=0.47
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4131 0 0 0 21 26 0 0 15 0 5 0 1117411442 277807104 52805 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=271296 CPUtime=29.13
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 21133 0 0 0 2894 19 0 0 25 0 5 0 1117411443 277807104 52805 4294967295 134512640 135180984 3215332784 3086458728 134520863 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=271296 CPUtime=38.07
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 22370 0 0 0 3786 21 0 0 25 0 5 0 1117411443 277807104 52805 4294967295 134512640 135180984 3215332784 3086392992 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=271296 CPUtime=31.25
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 21911 0 0 0 3106 19 0 0 25 0 5 0 1117411443 277807104 52805 4294967295 134512640 135180984 3215332784 3086327664 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 98.91
Current children cumulated vsize (KiB) 271296

[startup+102.316 s]
/proc/loadavg: 5.32 5.40 4.99 6/109 9844
/proc/meminfo: memFree=2321664/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=283084 CPUtime=199.03
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 72742 0 0 0 19787 116 0 0 20 0 5 0 1117411442 289878016 55891 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 70771 55891 68 164 0 70606 0
[pid=9460/tid=9461] ppid=9458 vsize=283084 CPUtime=0.87
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4232 0 0 0 36 51 0 0 15 0 5 0 1117411442 289878016 55891 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=283084 CPUtime=63.92
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 22143 0 0 0 6371 21 0 0 25 0 5 0 1117411443 289878016 55891 4294967295 134512640 135180984 3215332784 3086458736 134528052 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=283084 CPUtime=70.03
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 23551 0 0 0 6980 23 0 0 25 0 5 0 1117411443 289878016 55891 4294967295 134512640 135180984 3215332784 3086392992 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=283084 CPUtime=64.22
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 22705 0 0 0 6401 21 0 0 25 0 5 0 1117411443 289878016 55891 4294967295 134512640 135180984 3215332784 3086327664 134528401 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 199.03
Current children cumulated vsize (KiB) 283084

[startup+162.312 s]
/proc/loadavg: 5.45 5.42 5.02 7/109 10031
/proc/meminfo: memFree=2303188/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=300148 CPUtime=316.6
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 76937 0 0 0 31515 145 0 0 20 0 5 0 1117411442 307351552 60086 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 75037 60086 68 164 0 74872 0
[pid=9460/tid=9461] ppid=9458 vsize=300148 CPUtime=1.08
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4353 0 0 0 44 64 0 0 15 0 5 0 1117411442 307351552 60086 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=300148 CPUtime=102.6
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 23486 0 0 0 10235 25 0 0 25 0 5 0 1117411443 307351552 60086 4294967295 134512640 135180984 3215332784 3086458640 134524611 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=300148 CPUtime=110.63
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 25012 0 0 0 11033 30 0 0 25 0 5 0 1117411443 307351552 60086 4294967295 134512640 135180984 3215332784 3086393152 134527280 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=300148 CPUtime=102.3
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 23975 0 0 0 10204 26 0 0 25 0 5 0 1117411443 307351552 60086 4294967295 134512640 135180984 3215332784 3086327536 134522706 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 316.6

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

[pid=9460/tid=9463] ppid=9458 vsize=370196 CPUtime=337.9
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 29600 0 0 0 33739 51 0 0 25 0 5 0 1117411443 379080704 77148 4294967295 134512640 135180984 3215332784 3086458736 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=370196 CPUtime=348.13
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 30653 0 0 0 34764 49 0 0 25 0 5 0 1117411443 379080704 77148 4294967295 134512640 135180984 3215332784 3086393200 134528763 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=370196 CPUtime=341.23
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 28939 0 0 0 34061 62 0 0 25 0 5 0 1117411443 379080704 77148 4294967295 134512640 135180984 3215332784 3086327664 134528680 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1029.27
Current children cumulated vsize (KiB) 370196

[startup+582.314 s]
/proc/loadavg: 5.42 5.32 5.10 6/109 11352
/proc/meminfo: memFree=2220644/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=379396 CPUtime=1148.26
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 96257 0 0 0 114520 306 0 0 20 0 5 0 1117411442 388501504 79406 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 94849 79406 68 164 0 94684 0
[pid=9460/tid=9461] ppid=9458 vsize=379396 CPUtime=2.15
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4749 0 0 0 83 132 0 0 15 0 5 0 1117411442 388501504 79406 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=379396 CPUtime=376.06
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 30433 0 0 0 37548 58 0 0 25 0 5 0 1117411443 388501504 79406 4294967295 134512640 135180984 3215332784 3086458728 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=379396 CPUtime=390.73
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 31397 0 0 0 39022 51 0 0 25 0 5 0 1117411443 388501504 79406 4294967295 134512640 135180984 3215332784 3086393200 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=379396 CPUtime=379.33
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 29567 0 0 0 37868 65 0 0 25 0 5 0 1117411443 388501504 79406 4294967295 134512640 135180984 3215332784 3086327664 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1148.26
Current children cumulated vsize (KiB) 379396

[startup+642.31 s]
/proc/loadavg: 5.41 5.33 5.12 6/109 11540
/proc/meminfo: memFree=2210472/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=388512 CPUtime=1267.31
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 98506 0 0 0 126409 322 0 0 20 0 5 0 1117411442 397836288 81655 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 97128 81655 68 164 0 96963 0
[pid=9460/tid=9461] ppid=9458 vsize=388512 CPUtime=2.3
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4807 0 0 0 87 143 0 0 15 0 5 0 1117411442 397836288 81655 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=388512 CPUtime=415.26
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 31231 0 0 0 41467 59 0 0 25 0 5 0 1117411443 397836288 81655 4294967295 134512640 135180984 3215332784 3086458736 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=388512 CPUtime=431.16
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 32175 0 0 0 43063 53 0 0 25 0 5 0 1117411443 397836288 81655 4294967295 134512640 135180984 3215332784 3086393004 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=388512 CPUtime=418.59
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 30182 0 0 0 41792 67 0 0 25 0 5 0 1117411443 397836288 81655 4294967295 134512640 135180984 3215332784 3086327664 134528211 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1267.31
Current children cumulated vsize (KiB) 388512

[startup+702.306 s]
/proc/loadavg: 5.41 5.35 5.13 7/109 11727
/proc/meminfo: memFree=2201824/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=398092 CPUtime=1386.37
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 100396 0 0 0 138299 338 0 0 20 0 5 0 1117411442 407646208 83545 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 99523 83545 68 164 0 99358 0
[pid=9460/tid=9461] ppid=9458 vsize=398092 CPUtime=2.34
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4851 0 0 0 89 145 0 0 15 0 5 0 1117411442 407646208 83545 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=398092 CPUtime=455.35
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 31884 0 0 0 45467 68 0 0 25 0 5 0 1117411443 407646208 83545 4294967295 134512640 135180984 3215332784 3086458736 134528680 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=398092 CPUtime=469.32
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 32840 0 0 0 46876 56 0 0 25 0 5 0 1117411443 407646208 83545 4294967295 134512640 135180984 3215332784 3086393200 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=398092 CPUtime=459.37
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 30710 0 0 0 45868 69 0 0 25 0 5 0 1117411443 407646208 83545 4294967295 134512640 135180984 3215332784 3086327664 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1386.37
Current children cumulated vsize (KiB) 398092

[startup+762.322 s]
/proc/loadavg: 5.43 5.37 5.15 6/109 11915
/proc/meminfo: memFree=2193272/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=406872 CPUtime=1505.58
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 102456 0 0 0 150196 362 0 0 20 0 5 0 1117411442 416636928 85605 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 101718 85605 68 164 0 101553 0
[pid=9460/tid=9461] ppid=9458 vsize=406872 CPUtime=2.46
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4908 0 0 0 93 153 0 0 15 0 5 0 1117411442 416636928 85605 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=406872 CPUtime=494.04
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 32592 0 0 0 49330 74 0 0 25 0 5 0 1117411443 416636928 85605 4294967295 134512640 135180984 3215332784 3086458736 134528519 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=406872 CPUtime=507.73
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 33495 0 0 0 50710 63 0 0 25 0 5 0 1117411443 416636928 85605 4294967295 134512640 135180984 3215332784 3086393200 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=406872 CPUtime=501.36
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 31350 0 0 0 50064 72 0 0 25 0 5 0 1117411443 416636928 85605 4294967295 134512640 135180984 3215332784 3086327664 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1505.58
Current children cumulated vsize (KiB) 406872

[startup+822.308 s]
/proc/loadavg: 5.45 5.38 5.17 7/110 12097
/proc/meminfo: memFree=2184744/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=413972 CPUtime=1624.86
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 104216 0 0 0 162111 375 0 0 20 0 5 0 1117411442 423907328 87365 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 103493 87365 68 164 0 103328 0
[pid=9460/tid=9461] ppid=9458 vsize=413972 CPUtime=2.53
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4931 0 0 0 95 158 0 0 15 0 5 0 1117411442 423907328 87365 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=413972 CPUtime=531.95
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 33235 0 0 0 53119 76 0 0 25 0 5 0 1117411443 423907328 87365 4294967295 134512640 135180984 3215332784 3086458736 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=413972 CPUtime=546.68
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 34131 0 0 0 54601 67 0 0 25 0 5 0 1117411443 423907328 87365 4294967295 134512640 135180984 3215332784 3086393200 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=413972 CPUtime=543.71
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 31808 0 0 0 54297 74 0 0 25 0 5 0 1117411443 423907328 87365 4294967295 134512640 135180984 3215332784 3086327656 134520860 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1624.86
Current children cumulated vsize (KiB) 413972

[startup+882.304 s]
/proc/loadavg: 5.45 5.38 5.18 7/109 12295
/proc/meminfo: memFree=2177320/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=420196 CPUtime=1744.08
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 105939 0 0 0 174021 387 0 0 20 0 5 0 1117411442 430280704 89088 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 105049 89088 68 164 0 104884 0
[pid=9460/tid=9461] ppid=9458 vsize=420196 CPUtime=2.6
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 4969 0 0 0 98 162 0 0 15 0 5 0 1117411442 430280704 89088 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=420196 CPUtime=570.55
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 33706 0 0 0 56977 78 0 0 25 0 5 0 1117411443 430280704 89088 4294967295 134512640 135180984 3215332784 3086458736 134528470 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=420196 CPUtime=585.82
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 34815 0 0 0 58511 71 0 0 25 0 5 0 1117411443 430280704 89088 4294967295 134512640 135180984 3215332784 3086393200 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=420196 CPUtime=585.12
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 32338 0 0 0 58436 76 0 0 25 0 5 0 1117411443 430280704 89088 4294967295 134512640 135180984 3215332784 3086327456 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1744.08
Current children cumulated vsize (KiB) 420196

[startup+942.319 s]
/proc/loadavg: 5.35 5.37 5.18 6/109 12483
/proc/meminfo: memFree=2170416/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=427956 CPUtime=1863.22
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 107630 0 0 0 185921 401 0 0 20 0 5 0 1117411442 438226944 90779 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 106989 90779 68 164 0 106824 0
[pid=9460/tid=9461] ppid=9458 vsize=427956 CPUtime=2.65
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 5006 0 0 0 98 167 0 0 15 0 5 0 1117411442 438226944 90779 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=427956 CPUtime=611.85
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 34226 0 0 0 61104 81 0 0 25 0 5 0 1117411443 438226944 90779 4294967295 134512640 135180984 3215332784 3086458640 134524817 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=427956 CPUtime=625.07
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 35415 0 0 0 62434 73 0 0 25 0 5 0 1117411443 438226944 90779 4294967295 134512640 135180984 3215332784 3086393200 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=427956 CPUtime=623.66
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 32872 0 0 0 62286 80 0 0 25 0 5 0 1117411443 438226944 90779 4294967295 134512640 135180984 3215332784 3086327664 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1863.22
Current children cumulated vsize (KiB) 427956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 5.26 5.34 5.18 9/110 12553
/proc/meminfo: memFree=2161524/3368532 swapFree=1954076/1959888
[pid=9460] ppid=9458 vsize=435988 CPUtime=1978.04
/proc/9460/stat : 9460 (satake) S 9458 9460 3671 0 -1 4202496 109505 0 0 0 197390 414 0 0 20 0 5 0 1117411442 446451712 92654 4294967295 134512640 135180984 3215332784 3215332220 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9460/statm: 108997 92654 68 164 0 108832 0
[pid=9460/tid=9461] ppid=9458 vsize=435988 CPUtime=2.74
/proc/9460/task/9461/stat : 9461 (satake) S 9458 9460 3671 0 -1 4202560 5057 0 0 0 100 174 0 0 16 0 5 0 1117411442 446451712 92654 4294967295 134512640 135180984 3215332784 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9460/tid=9463] ppid=9458 vsize=435988 CPUtime=650.05
/proc/9460/task/9463/stat : 9463 (satake) R 9458 9460 3671 0 -1 4202560 34716 0 0 0 64922 83 0 0 25 0 5 0 1117411443 446451712 92654 4294967295 134512640 135180984 3215332784 3086458728 134520881 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9460/tid=9464] ppid=9458 vsize=435988 CPUtime=666.51
/proc/9460/task/9464/stat : 9464 (satake) R 9458 9460 3671 0 -1 4202560 36108 0 0 0 66575 76 0 0 25 0 5 0 1117411443 446451712 92654 4294967295 134512640 135180984 3215332784 3086393200 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9460/tid=9465] ppid=9458 vsize=435988 CPUtime=658.74
/proc/9460/task/9465/stat : 9465 (satake) R 9458 9460 3671 0 -1 4202560 33513 0 0 0 65793 81 0 0 25 0 5 0 1117411443 446451712 92654 4294967295 134512640 135180984 3215332784 3086327664 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1978.04
Current children cumulated vsize (KiB) 435988

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): 1000.06
CPU time (s): 1978.09
CPU user time (s): 1973.93
CPU system time (s): 4.16
CPU usage (%): 197.798
Max. virtual memory (cumulated for all children) (KiB): 435988

deleting IPC queue 1048576
deleting IPC queue 1081345
deleting IPC queue 1114114
deleting IPC queue 1146883
deleting IPC queue 1179652
deleting IPC queue 1212421
deleting IPC queue 1245190
deleting IPC queue 1277959
deleting IPC queue 1310728
deleting IPC queue 1343497
deleting IPC queue 1376266
deleting IPC queue 1409035
deleting IPC queue 1441804
deleting IPC queue 1474573
deleting IPC queue 1507342
deleting IPC queue 1540111

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1973.93
system time used= 4.16
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109506
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= 404268
involuntary context switches= 435995

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-29 23:38:21
IDJOB=1775770
IDBENCH=20383
IDSOLVER=629
FILE ID=tipi44/1775770-1243633101
PBS_JOBID=
Free space on /tmp= 15872 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-5-17-u.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775770-1243633101/watcher-1775770-1243633101 -o /tmp/evaluation-result-1775770-1243633101/solver-1775770-1243633101 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1775770-1243633101.cnf 4 10000

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

MD5SUM BENCH= 9f79c3f75a90db314ed315006ba97d6f
RANDOM SEED= 243975778

Linux tipi44 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.116
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.42
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.116
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.10
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.116
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2547268 kB
Buffers:        148720 kB
Cached:         444456 kB
SwapCached:       2180 kB
Active:         583096 kB
Inactive:       141236 kB
HighTotal:     2489216 kB
HighFree:      1912024 kB
LowTotal:       879316 kB
LowFree:        635244 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           24760 kB
Writeback:           0 kB
AnonPages:      130328 kB
Mapped:           5612 kB
Slab:            87356 kB
SReclaimable:    76768 kB
SUnreclaim:      10588 kB
PageTables:        700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   212964 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15872 MiB
End job on tipi44 at 2009-05-29 23:55:05