Trace number 1776010

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) 2001.21 1000.05

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
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 variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

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-1776010-1243635110/watcher-1776010-1243635110 -o /tmp/evaluation-result-1776010-1243635110/solver-1776010-1243635110 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776010-1243635110.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: 4.79 4.99 5.03 6/105 15778
/proc/meminfo: memFree=2512932/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=968 CPUtime=0
/proc/15777/stat : 15777 (satake) R 15775 15777 3671 0 -1 4202496 108 0 0 0 0 0 0 0 19 0 2 0 1117612307 991232 65 4294967295 134512640 135180984 3218282640 3218281984 134705812 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 242 65 54 164 0 77 0
[pid=15777/tid=15778] ppid=15775 vsize=968 CPUtime=0
/proc/15777/task/15778/stat : 15778 (satake) R 15775 15777 3671 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 1117612307 991232 65 4294967295 134512640 135180984 3218282640 3086570308 134705812 0 0 0 0 0 0 0 -1 2 0 0 0

[startup+0.047234 s]
/proc/loadavg: 4.79 4.99 5.03 6/105 15778
/proc/meminfo: memFree=2512932/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=50468 CPUtime=0.07
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 8670 0 0 0 1 6 0 0 19 0 5 0 1117612307 51679232 8627 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 12617 8636 63 164 0 12452 0
[pid=15777/tid=15778] ppid=15775 vsize=50468 CPUtime=0
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1117612307 51679232 8639 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50468

[startup+0.107225 s]
/proc/loadavg: 4.79 4.99 5.03 6/105 15778
/proc/meminfo: memFree=2512932/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=74640 CPUtime=0.18
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 18228 0 0 0 6 12 0 0 19 0 5 0 1117612307 76431360 18176 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 18660 18178 63 164 0 18495 0
[pid=15777/tid=15778] ppid=15775 vsize=74640 CPUtime=0
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1117612307 76431360 18178 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 74640

[startup+0.307211 s]
/proc/loadavg: 4.79 4.99 5.03 6/105 15778
/proc/meminfo: memFree=2512932/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=107400 CPUtime=0.58
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 24347 0 0 0 42 16 0 0 19 0 5 0 1117612307 109977600 24265 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 26850 24265 63 164 0 26685 0
[pid=15777/tid=15778] ppid=15775 vsize=107400 CPUtime=0
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1117612307 109977600 24265 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 107400

[startup+0.707185 s]
/proc/loadavg: 4.79 4.99 5.03 6/105 15778
/proc/meminfo: memFree=2512932/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=162796 CPUtime=1.36
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 36902 0 0 0 114 22 0 0 19 0 5 0 1117612307 166703104 36820 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 40699 36821 63 164 0 40534 0
[pid=15777/tid=15778] ppid=15775 vsize=162796 CPUtime=0
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1117612307 166703104 36822 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 162796

[startup+1.50713 s]
/proc/loadavg: 4.79 4.99 5.03 7/109 15782
/proc/meminfo: memFree=2328296/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=244688 CPUtime=2.94
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 58639 0 0 0 263 31 0 0 19 0 5 0 1117612307 250560512 52872 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 61172 52872 66 164 0 61007 0
[pid=15777/tid=15778] ppid=15775 vsize=244688 CPUtime=0
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1117612307 250560512 52872 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=244688 CPUtime=0.24
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 8843 0 0 0 17 7 0 0 21 0 5 0 1117612308 250560512 52872 4294967295 134512640 135180984 3218282640 3086504160 134520027 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=244688 CPUtime=1.26
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 25087 0 0 0 112 14 0 0 17 0 5 0 1117612308 250560512 52872 4294967295 134512640 135180984 3218282640 3086438720 134535625 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=244688 CPUtime=1.44
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 24591 0 0 0 134 10 0 0 17 0 5 0 1117612308 250560512 52872 4294967295 134512640 135180984 3218282640 3086372720 134528211 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 244688

[startup+3.10702 s]
/proc/loadavg: 4.79 4.99 5.03 7/109 15782
/proc/meminfo: memFree=2323116/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=263812 CPUtime=6.13
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 68766 0 0 0 576 37 0 0 19 0 5 0 1117612307 270143488 57314 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 65953 57315 66 164 0 65788 0
[pid=15777/tid=15778] ppid=15775 vsize=263812 CPUtime=0
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1117612307 270143488 57315 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=263812 CPUtime=0.81
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 18359 0 0 0 69 12 0 0 22 0 5 0 1117612308 270143488 57315 4294967295 134512640 135180984 3218282640 3086504024 134675767 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=263812 CPUtime=2.86
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 25421 0 0 0 272 14 0 0 19 0 5 0 1117612308 270143488 57315 4294967295 134512640 135180984 3218282640 3086438180 134521141 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=263812 CPUtime=2.46
/proc/15777/task/15782/stat : 15782 (satake) S 15775 15777 3671 0 -1 4202560 24869 0 0 0 235 11 0 0 19 0 5 0 1117612308 270143488 57315 4294967295 134512640 135180984 3218282640 3086372512 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 263812

[startup+6.30681 s]
/proc/loadavg: 4.72 4.98 5.02 6/109 15782
/proc/meminfo: memFree=2254044/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=301400 CPUtime=12.18
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 82098 0 0 0 1176 42 0 0 19 0 5 0 1117612307 308633600 64961 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 75350 64961 68 164 0 75185 0
[pid=15777/tid=15778] ppid=15775 vsize=301400 CPUtime=0.11
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 6359 0 0 0 7 4 0 0 16 0 5 0 1117612307 308633600 64961 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=301400 CPUtime=2.79
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 25319 0 0 0 266 13 0 0 25 0 5 0 1117612308 308633600 64961 4294967295 134512640 135180984 3218282640 3086503728 134523615 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=301400 CPUtime=5.61
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 25435 0 0 0 547 14 0 0 18 0 5 0 1117612308 308633600 64961 4294967295 134512640 135180984 3218282640 3086438256 134528211 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=301400 CPUtime=3.67
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 24874 0 0 0 356 11 0 0 19 0 5 0 1117612308 308633600 64961 4294967295 134512640 135180984 3218282640 3086372720 134528065 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 301400

[startup+12.7064 s]
/proc/loadavg: 4.90 5.01 5.03 7/110 15868
/proc/meminfo: memFree=2251752/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=302556 CPUtime=24.98
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 82182 0 0 0 2454 44 0 0 19 0 5 0 1117612307 309817344 65045 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 75639 65045 68 164 0 75474 0
[pid=15777/tid=15778] ppid=15775 vsize=302556 CPUtime=0.12
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 6367 0 0 0 8 4 0 0 15 0 5 0 1117612307 309817344 65045 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=302556 CPUtime=9.19
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 25350 0 0 0 905 14 0 0 25 0 5 0 1117612308 309817344 65045 4294967295 134512640 135180984 3218282640 3086503792 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=302556 CPUtime=8.86
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 25463 0 0 0 872 14 0 0 25 0 5 0 1117612308 309817344 65045 4294967295 134512640 135180984 3218282640 3086438248 134520863 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=302556 CPUtime=6.81
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 24891 0 0 0 669 12 0 0 25 0 5 0 1117612308 309817344 65045 4294967295 134512640 135180984 3218282640 3086372720 134528052 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 302556

[startup+25.5055 s]
/proc/loadavg: 5.15 5.06 5.05 7/109 15966
/proc/meminfo: memFree=2250148/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=302836 CPUtime=50.56
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 82464 0 0 0 5006 50 0 0 19 0 5 0 1117612307 310104064 65327 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 75709 65327 68 164 0 75544 0
[pid=15777/tid=15778] ppid=15775 vsize=302836 CPUtime=0.18
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 6388 0 0 0 10 8 0 0 15 0 5 0 1117612307 310104064 65327 4294967295 134512640 135180984 3218282640 3086569492 134580588 0 0 0 0 3223036975 0 0 -1 0 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=302836 CPUtime=21.1
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 25444 0 0 0 2094 16 0 0 25 0 5 0 1117612308 310104064 65327 4294967295 134512640 135180984 3218282640 3086503784 134518255 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=302836 CPUtime=16.62
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 25587 0 0 0 1648 14 0 0 25 0 5 0 1117612308 310104064 65327 4294967295 134512640 135180984 3218282640 3086438188 134565118 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=302836 CPUtime=12.66
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 24934 0 0 0 1254 12 0 0 25 0 5 0 1117612308 310104064 65327 4294967295 134512640 135180984 3218282640 3086372524 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 302836

[startup+51.1038 s]
/proc/loadavg: 5.10 5.05 5.04 7/109 15969
/proc/meminfo: memFree=2248492/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=306684 CPUtime=101.5
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 82995 0 0 0 10081 69 0 0 19 0 5 0 1117612307 314044416 65858 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 76671 65858 68 164 0 76506 0
[pid=15777/tid=15778] ppid=15775 vsize=306684 CPUtime=0.26
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 6440 0 0 0 11 15 0 0 15 0 5 0 1117612307 314044416 65858 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=306684 CPUtime=37.14
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 25618 0 0 0 3693 21 0 0 25 0 5 0 1117612308 314044416 65858 4294967295 134512640 135180984 3218282640 3086503784 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=306684 CPUtime=33.63
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 25749 0 0 0 3347 16 0 0 25 0 5 0 1117612308 314044416 65858 4294967295 134512640 135180984 3218282640 3086438192 134523862 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=306684 CPUtime=30.47
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 25077 0 0 0 3030 17 0 0 25 0 5 0 1117612308 314044416 65858 4294967295 134512640 135180984 3218282640 3086372784 134532445 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 306684

[startup+102.32 s]
/proc/loadavg: 5.39 5.15 5.08 6/109 16155
/proc/meminfo: memFree=2243300/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=309404 CPUtime=203.41
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 84063 0 0 0 20255 86 0 0 19 0 5 0 1117612307 316829696 66926 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 77351 66926 68 164 0 77186 0
[pid=15777/tid=15778] ppid=15775 vsize=309404 CPUtime=0.35
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 6517 0 0 0 13 22 0 0 15 0 5 0 1117612307 316829696 66926 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=309404 CPUtime=69.91
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 25887 0 0 0 6962 29 0 0 25 0 5 0 1117612308 316829696 66926 4294967295 134512640 135180984 3218282640 3086503784 134520881 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=309404 CPUtime=64.74
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 26046 0 0 0 6457 17 0 0 25 0 5 0 1117612308 316829696 66926 4294967295 134512640 135180984 3218282640 3086438256 134528101 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=309404 CPUtime=68.41
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 25502 0 0 0 6823 18 0 0 25 0 5 0 1117612308 316829696 66926 4294967295 134512640 135180984 3218282640 3086372720 134528286 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.41
Current children cumulated vsize (KiB) 309404

[startup+162.316 s]
/proc/loadavg: 5.68 5.27 5.12 6/109 16343
/proc/meminfo: memFree=2236696/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=316228 CPUtime=323.18
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 85513 0 0 0 32204 114 0 0 19 0 5 0 1117612307 323817472 68376 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 79057 68376 68 164 0 78892 0
[pid=15777/tid=15778] ppid=15775 vsize=316228 CPUtime=0.51
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 6605 0 0 0 17 34 0 0 15 0 5 0 1117612307 323817472 68376 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=316228 CPUtime=115.59
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 26437 0 0 0 11521 38 0 0 25 0 5 0 1117612308 323817472 68376 4294967295 134512640 135180984 3218282640 3086503792 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=316228 CPUtime=101.53
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 26407 0 0 0 10132 21 0 0 25 0 5 0 1117612308 323817472 68376 4294967295 134512640 135180984 3218282640 3086438256 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=316228 CPUtime=105.55
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 25953 0 0 0 10534 21 0 0 25 0 5 0 1117612308 323817472 68376 4294967295 134512640 135180984 3218282640 3086372784 134532436 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 323.18

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

[pid=15777/tid=15780] ppid=15775 vsize=347372 CPUtime=353.65
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 29292 0 0 0 35308 57 0 0 25 0 5 0 1117612308 355708928 76384 4294967295 134512640 135180984 3218282640 3086503728 134523641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=347372 CPUtime=361.9
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 29346 0 0 0 36155 35 0 0 25 0 5 0 1117612308 355708928 76384 4294967295 134512640 135180984 3218282640 3086438256 134528252 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=347372 CPUtime=332.11
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 27750 0 0 0 33167 44 0 0 25 0 5 0 1117612308 355708928 76384 4294967295 134512640 135180984 3218282640 3086372720 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1048.84
Current children cumulated vsize (KiB) 347372

[startup+582.308 s]
/proc/loadavg: 5.54 5.43 5.23 6/109 17667
/proc/meminfo: memFree=2193940/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=353484 CPUtime=1168.45
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 94816 0 0 0 116618 227 0 0 19 0 5 0 1117612307 361967616 77679 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 88371 77679 68 164 0 88206 0
[pid=15777/tid=15778] ppid=15775 vsize=353484 CPUtime=1.34
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7110 0 0 0 49 85 0 0 15 0 5 0 1117612307 361967616 77679 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=353484 CPUtime=392.95
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 29749 0 0 0 39235 60 0 0 25 0 5 0 1117612308 361967616 77679 4294967295 134512640 135180984 3218282640 3086503856 134532448 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=353484 CPUtime=399.88
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 29575 0 0 0 39950 38 0 0 25 0 5 0 1117612308 361967616 77679 4294967295 134512640 135180984 3218282640 3086438248 134520863 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=353484 CPUtime=374.28
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 28271 0 0 0 37384 44 0 0 25 0 5 0 1117612308 361967616 77679 4294967295 134512640 135180984 3218282640 3086372720 134528060 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1168.45
Current children cumulated vsize (KiB) 353484

[startup+642.304 s]
/proc/loadavg: 5.73 5.49 5.26 6/109 17854
/proc/meminfo: memFree=2187500/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=358768 CPUtime=1288.21
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 96167 0 0 0 128578 243 0 0 19 0 5 0 1117612307 367378432 79030 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 89692 79030 68 164 0 89527 0
[pid=15777/tid=15778] ppid=15775 vsize=358768 CPUtime=1.4
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7151 0 0 0 50 90 0 0 15 0 5 0 1117612307 367378432 79030 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=358768 CPUtime=438.34
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 30349 0 0 0 43770 64 0 0 25 0 5 0 1117612308 367378432 79030 4294967295 134512640 135180984 3218282640 3086503584 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=358768 CPUtime=437.58
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 29962 0 0 0 43713 45 0 0 25 0 5 0 1117612308 367378432 79030 4294967295 134512640 135180984 3218282640 3086438192 134523699 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=358768 CPUtime=410.89
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 28594 0 0 0 41045 44 0 0 25 0 5 0 1117612308 367378432 79030 4294967295 134512640 135180984 3218282640 3086372720 134526482 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1288.21
Current children cumulated vsize (KiB) 358768

[startup+702.32 s]
/proc/loadavg: 5.50 5.47 5.27 6/109 18046
/proc/meminfo: memFree=2178068/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=366900 CPUtime=1407.84
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 98408 0 0 0 140528 256 0 0 19 0 5 0 1117612307 375705600 81271 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 91725 81271 68 164 0 91560 0
[pid=15777/tid=15778] ppid=15775 vsize=366900 CPUtime=1.48
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7195 0 0 0 54 94 0 0 15 0 5 0 1117612307 375705600 81271 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=366900 CPUtime=474.85
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 30995 0 0 0 47417 68 0 0 25 0 5 0 1117612308 375705600 81271 4294967295 134512640 135180984 3218282640 3086503792 134528470 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=366900 CPUtime=478.14
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 31005 0 0 0 47765 49 0 0 25 0 5 0 1117612308 375705600 81271 4294967295 134512640 135180984 3218282640 3086438192 134523641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=366900 CPUtime=453.37
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 29102 0 0 0 45292 45 0 0 25 0 5 0 1117612308 375705600 81271 4294967295 134512640 135180984 3218282640 3086372524 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1407.84
Current children cumulated vsize (KiB) 366900

[startup+762.316 s]
/proc/loadavg: 5.34 5.43 5.27 6/109 18234
/proc/meminfo: memFree=2169140/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=376184 CPUtime=1527.39
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 100560 0 0 0 152474 265 0 0 19 0 5 0 1117612307 385212416 83423 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 94046 83423 68 164 0 93881 0
[pid=15777/tid=15778] ppid=15775 vsize=376184 CPUtime=1.55
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7233 0 0 0 56 99 0 0 15 0 5 0 1117612307 385212416 83423 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=376184 CPUtime=514.5
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 31922 0 0 0 51380 70 0 0 25 0 5 0 1117612308 385212416 83423 4294967295 134512640 135180984 3218282640 3086503784 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=376184 CPUtime=516.43
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 31650 0 0 0 51593 50 0 0 25 0 5 0 1117612308 385212416 83423 4294967295 134512640 135180984 3218282640 3086438192 134523821 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=376184 CPUtime=494.91
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 29644 0 0 0 49445 46 0 0 25 0 5 0 1117612308 385212416 83423 4294967295 134512640 135180984 3218282640 3086372624 134525385 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1527.39
Current children cumulated vsize (KiB) 376184

[startup+822.311 s]
/proc/loadavg: 5.52 5.45 5.29 7/109 18422
/proc/meminfo: memFree=2161808/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=383020 CPUtime=1646.91
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 102157 0 0 0 164413 278 0 0 19 0 5 0 1117612307 392212480 85020 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 95755 85020 68 164 0 95590 0
[pid=15777/tid=15778] ppid=15775 vsize=383020 CPUtime=1.66
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7287 0 0 0 64 102 0 0 16 0 5 0 1117612307 392212480 85020 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=383020 CPUtime=557.39
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 32590 0 0 0 55667 72 0 0 25 0 5 0 1117612308 392212480 85020 4294967295 134512640 135180984 3218282640 3086503596 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=383020 CPUtime=553.73
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 32107 0 0 0 55317 56 0 0 25 0 5 0 1117612308 392212480 85020 4294967295 134512640 135180984 3218282640 3086438192 134523641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=383020 CPUtime=534.13
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 30062 0 0 0 53365 48 0 0 25 0 5 0 1117612308 392212480 85020 4294967295 134512640 135180984 3218282640 3086372624 134524982 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1646.91
Current children cumulated vsize (KiB) 383020

[startup+882.307 s]
/proc/loadavg: 5.34 5.41 5.28 6/109 18610
/proc/meminfo: memFree=2157180/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=385364 CPUtime=1766.52
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 103116 0 0 0 176359 293 0 0 19 0 5 0 1117612307 394612736 85979 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 96341 85979 68 164 0 96176 0
[pid=15777/tid=15778] ppid=15775 vsize=385364 CPUtime=1.75
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7343 0 0 0 67 108 0 0 15 0 5 0 1117612307 394612736 85979 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=385364 CPUtime=594.77
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 32848 0 0 0 59401 76 0 0 25 0 5 0 1117612308 394612736 85979 4294967295 134512640 135180984 3218282640 3086503596 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=385364 CPUtime=588.99
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 32368 0 0 0 58839 60 0 0 25 0 5 0 1117612308 394612736 85979 4294967295 134512640 135180984 3218282640 3086438248 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=385364 CPUtime=581.01
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 30446 0 0 0 58052 49 0 0 25 0 5 0 1117612308 394612736 85979 4294967295 134512640 135180984 3218282640 3086372652 134523872 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1766.52
Current children cumulated vsize (KiB) 385364

[startup+942.313 s]
/proc/loadavg: 5.16 5.35 5.26 6/109 18796
/proc/meminfo: memFree=2152408/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=390912 CPUtime=1886.14
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 104161 0 0 0 188308 306 0 0 19 0 5 0 1117612307 400293888 87024 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 97728 87024 68 164 0 97563 0
[pid=15777/tid=15778] ppid=15775 vsize=390912 CPUtime=1.83
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7403 0 0 0 68 115 0 0 15 0 5 0 1117612307 400293888 87024 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=390912 CPUtime=627.94
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 33110 0 0 0 62715 79 0 0 25 0 5 0 1117612308 400293888 87025 4294967295 134512640 135180984 3218282640 3086503596 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=390912 CPUtime=627.84
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 32670 0 0 0 62722 62 0 0 25 0 5 0 1117612308 400293888 87025 4294967295 134512640 135180984 3218282640 3086438088 134675767 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=390912 CPUtime=628.53
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 30868 0 0 0 62803 50 0 0 25 0 5 0 1117612308 400293888 87025 4294967295 134512640 135180984 3218282640 3086372720 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1886.14
Current children cumulated vsize (KiB) 390912



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 5.34 5.36 5.27 6/109 18985
/proc/meminfo: memFree=2147556/3368532 swapFree=1954076/1959888
[pid=15777] ppid=15775 vsize=394452 CPUtime=2001.15
/proc/15777/stat : 15777 (satake) S 15775 15777 3671 0 -1 4202496 105108 0 0 0 199795 320 0 0 19 0 5 0 1117612307 403918848 87971 4294967295 134512640 135180984 3218282640 3218282076 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15777/statm: 98613 87971 68 164 0 98448 0
[pid=15777/tid=15778] ppid=15775 vsize=394452 CPUtime=1.88
/proc/15777/task/15778/stat : 15778 (satake) S 15775 15777 3671 0 -1 4202560 7463 0 0 0 69 119 0 0 15 0 5 0 1117612307 403918848 87971 4294967295 134512640 135180984 3218282640 3086569488 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=15777/tid=15780] ppid=15775 vsize=394452 CPUtime=663.78
/proc/15777/task/15780/stat : 15780 (satake) R 15775 15777 3671 0 -1 4202560 33381 0 0 0 66296 82 0 0 25 0 5 0 1117612308 403918848 87971 4294967295 134512640 135180984 3218282640 3086503784 134518214 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=15777/tid=15781] ppid=15775 vsize=394452 CPUtime=666.18
/proc/15777/task/15781/stat : 15781 (satake) R 15775 15777 3671 0 -1 4202560 32906 0 0 0 66555 63 0 0 25 0 5 0 1117612308 403918848 87971 4294967295 134512640 135180984 3218282640 3086438256 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15777/tid=15782] ppid=15775 vsize=394452 CPUtime=669.31
/proc/15777/task/15782/stat : 15782 (satake) R 15775 15777 3671 0 -1 4202560 31247 0 0 0 66875 56 0 0 25 0 5 0 1117612308 403918848 87971 4294967295 134512640 135180984 3218282640 3086372712 134520863 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2001.15
Current children cumulated vsize (KiB) 394452

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.05
CPU time (s): 2001.21
CPU user time (s): 1997.99
CPU system time (s): 3.22
CPU usage (%): 200.111
Max. virtual memory (cumulated for all children) (KiB): 394452

deleting IPC queue 2097152
deleting IPC queue 2129921
deleting IPC queue 2162690
deleting IPC queue 2195459
deleting IPC queue 2228228
deleting IPC queue 2260997
deleting IPC queue 2293766
deleting IPC queue 2326535
deleting IPC queue 2359304
deleting IPC queue 2392073
deleting IPC queue 2424842
deleting IPC queue 2457611
deleting IPC queue 2490380
deleting IPC queue 2523149
deleting IPC queue 2555918
deleting IPC queue 2588687

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1997.99
system time used= 3.22
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105108
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= 517338
involuntary context switches= 572895

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 00:11:50
IDJOB=1776010
IDBENCH=20410
IDSOLVER=629
FILE ID=tipi44/1776010-1243635110
PBS_JOBID=
Free space on /tmp= 15872 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776010-1243635110/watcher-1776010-1243635110 -o /tmp/evaluation-result-1776010-1243635110/solver-1776010-1243635110 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776010-1243635110.cnf 4 10000

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED= 47339052

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:       2513080 kB
Buffers:        148748 kB
Cached:         473656 kB
SwapCached:       2180 kB
Active:         611860 kB
Inactive:       146520 kB
HighTotal:     2489216 kB
HighFree:      1877448 kB
LowTotal:       879316 kB
LowFree:        635632 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           26884 kB
Writeback:           0 kB
AnonPages:      135032 kB
Mapped:           5612 kB
Slab:            86952 kB
SReclaimable:    76792 kB
SUnreclaim:      10160 kB
PageTables:        704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   217780 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-30 00:28:34