Trace number 1776115

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) 2999.51 1000.04

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1725.93
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

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-1776115-1243635281/watcher-1776115-1243635281 -o /tmp/evaluation-result-1776115-1243635281/solver-1776115-1243635281 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776115-1243635281.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: 2.83 2.99 2.93 3/102 11740
/proc/meminfo: memFree=3095236/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=964 CPUtime=0
/proc/11739/stat : 11739 (satake) R 11737 11739 30957 0 -1 4202496 107 0 0 0 0 0 0 0 25 0 2 0 945105076 987136 64 4294967295 134512640 135180984 3220738784 3220738128 134705812 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 241 64 54 164 0 76 0
[pid=11739/tid=11740] ppid=11737 vsize=964 CPUtime=0
/proc/11739/task/11740/stat : 11740 (satake) R 11737 11739 30957 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 945105076 987136 64 4294967295 134512640 135180984 3220738784 3086607172 134705812 0 0 0 0 0 0 0 -1 0 0 0 0

[startup+0.044765 s]
/proc/loadavg: 2.83 2.99 2.93 3/102 11740
/proc/meminfo: memFree=3095236/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=50464 CPUtime=0.06
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 8522 0 0 0 0 6 0 0 25 0 5 0 945105076 51675136 8479 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 12616 8492 63 164 0 12451 0
[pid=11739/tid=11740] ppid=11737 vsize=50464 CPUtime=0
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 945105076 51675136 8497 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 50464

[startup+0.114759 s]
/proc/loadavg: 2.83 2.99 2.93 3/102 11740
/proc/meminfo: memFree=3095236/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=93496 CPUtime=0.24
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 22752 0 0 0 11 13 0 0 25 0 5 0 945105076 95739904 22700 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 23374 22703 63 164 0 23209 0
[pid=11739/tid=11740] ppid=11737 vsize=93496 CPUtime=0
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 945105076 95739904 22707 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 93496

[startup+0.314742 s]
/proc/loadavg: 2.83 2.99 2.93 3/102 11740
/proc/meminfo: memFree=3095236/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=145492 CPUtime=0.83
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 32993 0 0 0 65 18 0 0 25 0 5 0 945105076 148983808 32938 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 36373 32939 63 164 0 36208 0
[pid=11739/tid=11740] ppid=11737 vsize=145492 CPUtime=0
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 945105076 148983808 32940 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 145492

[startup+0.71471 s]
/proc/loadavg: 2.83 2.99 2.93 3/102 11740
/proc/meminfo: memFree=3095236/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=227428 CPUtime=2.01
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 52012 0 0 0 170 31 0 0 25 0 5 0 945105076 232886272 51957 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 56857 51960 63 164 0 56692 0
[pid=11739/tid=11740] ppid=11737 vsize=227428 CPUtime=0
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 945105076 232886272 51960 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 227428

[startup+1.51464 s]
/proc/loadavg: 2.84 2.99 2.93 4/106 11744
/proc/meminfo: memFree=2829576/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=398460 CPUtime=4.35
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 91419 0 0 0 385 50 0 0 25 0 5 0 945105076 408023040 91364 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 99615 91366 63 164 0 99450 0
[pid=11739/tid=11740] ppid=11737 vsize=398460 CPUtime=0
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 945105076 408023040 91366 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=398460 CPUtime=1.49
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 30823 0 0 0 135 14 0 0 25 0 5 0 945105077 408023040 91366 4294967295 134512640 135180984 3220738784 3086541132 134513529 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=398460 CPUtime=1.42
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 30018 0 0 0 125 17 0 0 25 0 5 0 945105077 408023040 91368 4294967295 134512640 135180984 3220738784 3086475536 134519935 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=398460 CPUtime=1.44
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 30464 0 0 0 125 19 0 0 25 0 5 0 945105077 408023040 91369 4294967295 134512640 135180984 3220738784 3086409924 134579745 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 398460

[startup+3.11452 s]
/proc/loadavg: 2.84 2.99 2.93 4/106 11744
/proc/meminfo: memFree=2761500/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=360520 CPUtime=9.23
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 104786 0 0 0 868 55 0 0 25 0 5 0 945105076 369172480 84073 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 90130 84073 67 164 0 89965 0
[pid=11739/tid=11740] ppid=11737 vsize=360520 CPUtime=0.13
/proc/11739/task/11740/stat : 11740 (satake) R 11737 11739 30957 0 -1 4202560 8955 0 0 0 11 2 0 0 18 0 5 0 945105076 369172480 84073 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=360520 CPUtime=3.05
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 31542 0 0 0 291 14 0 0 25 0 5 0 945105077 369172480 84073 4294967295 134512640 135180984 3220738784 3086540656 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=360520 CPUtime=3.02
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 32040 0 0 0 284 18 0 0 25 0 5 0 945105077 369172480 84073 4294967295 134512640 135180984 3220738784 3086475116 134518208 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=360520 CPUtime=3.04
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 32139 0 0 0 283 21 0 0 25 0 5 0 945105077 369172480 84073 4294967295 134512640 135180984 3220738784 3086409388 134706407 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.23
Current children cumulated vsize (KiB) 360520

[startup+6.31426 s]
/proc/loadavg: 2.84 2.99 2.93 4/106 11745
/proc/meminfo: memFree=2759124/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=360932 CPUtime=18.85
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 105331 0 0 0 1826 59 0 0 25 0 5 0 945105076 369594368 84618 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 90233 84618 68 164 0 90068 0
[pid=11739/tid=11740] ppid=11737 vsize=360932 CPUtime=0.15
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 8960 0 0 0 11 4 0 0 16 0 5 0 945105076 369594368 84618 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=360932 CPUtime=6.24
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 31722 0 0 0 610 14 0 0 25 0 5 0 945105077 369594368 84618 4294967295 134512640 135180984 3220738784 3086540672 134518582 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=360932 CPUtime=6.22
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 32246 0 0 0 603 19 0 0 25 0 5 0 945105077 369594368 84618 4294967295 134512640 135180984 3220738784 3086475112 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=360932 CPUtime=6.24
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 32293 0 0 0 602 22 0 0 25 0 5 0 945105077 369594368 84618 4294967295 134512640 135180984 3220738784 3086409576 134518255 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.85
Current children cumulated vsize (KiB) 360932

[startup+12.7137 s]
/proc/loadavg: 2.87 2.99 2.93 4/106 11745
/proc/meminfo: memFree=2756744/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=363736 CPUtime=38.12
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 105712 0 0 0 3742 70 0 0 25 0 5 0 945105076 372465664 84999 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 90934 84999 68 164 0 90769 0
[pid=11739/tid=11740] ppid=11737 vsize=363736 CPUtime=0.22
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 8965 0 0 0 12 10 0 0 16 0 5 0 945105076 372465664 84999 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=363736 CPUtime=12.65
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 31910 0 0 0 1249 16 0 0 25 0 5 0 945105077 372465664 84999 4294967295 134512640 135180984 3220738784 3086540656 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=363736 CPUtime=12.62
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 32275 0 0 0 1242 20 0 0 25 0 5 0 945105077 372465664 84999 4294967295 134512640 135180984 3220738784 3086475120 134528244 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=363736 CPUtime=12.64
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 32452 0 0 0 1240 24 0 0 25 0 5 0 945105077 372465664 84999 4294967295 134512640 135180984 3220738784 3086409580 134518208 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38.12
Current children cumulated vsize (KiB) 363736

[startup+25.5127 s]
/proc/loadavg: 2.89 2.99 2.93 4/106 11746
/proc/meminfo: memFree=2754084/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=364616 CPUtime=76.64
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 106289 0 0 0 7573 91 0 0 25 0 5 0 945105076 373366784 85576 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 91154 85576 68 164 0 90989 0
[pid=11739/tid=11740] ppid=11737 vsize=364616 CPUtime=0.34
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 8980 0 0 0 14 20 0 0 16 0 5 0 945105076 373366784 85576 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=364616 CPUtime=25.45
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 32133 0 0 0 2525 20 0 0 25 0 5 0 945105077 373366784 85576 4294967295 134512640 135180984 3220738784 3086540656 134528446 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=364616 CPUtime=25.42
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 32476 0 0 0 2518 24 0 0 25 0 5 0 945105077 373366784 85576 4294967295 134512640 135180984 3220738784 3086475120 134528719 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=364616 CPUtime=25.44
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 32590 0 0 0 2517 27 0 0 25 0 5 0 945105077 373366784 85576 4294967295 134512640 135180984 3220738784 3086409584 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 364616

[startup+51.1106 s]
/proc/loadavg: 2.92 2.99 2.93 4/106 11931
/proc/meminfo: memFree=2749212/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=368620 CPUtime=153.53
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 107075 0 0 0 15230 123 0 0 25 0 5 0 945105076 377466880 86362 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 92155 86362 68 164 0 91990 0
[pid=11739/tid=11740] ppid=11737 vsize=368620 CPUtime=0.52
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 9015 0 0 0 18 34 0 0 16 0 5 0 945105076 377466880 86362 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=368620 CPUtime=51.03
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 32288 0 0 0 5075 28 0 0 25 0 5 0 945105077 377466880 86362 4294967295 134512640 135180984 3220738784 3086540624 134519935 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=368620 CPUtime=50.96
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 32626 0 0 0 5067 29 0 0 25 0 5 0 945105077 377466880 86362 4294967295 134512640 135180984 3220738784 3086475116 134520887 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=368620 CPUtime=51.03
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 33036 0 0 0 5071 32 0 0 25 0 5 0 945105077 377466880 86362 4294967295 134512640 135180984 3220738784 3086409584 134528211 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 153.53
Current children cumulated vsize (KiB) 368620

[startup+102.316 s]
/proc/loadavg: 2.97 2.99 2.93 4/106 11939
/proc/meminfo: memFree=2744436/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=374784 CPUtime=307.45
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 108668 0 0 0 30564 181 0 0 25 0 5 0 945105076 383778816 87955 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 93696 87955 68 164 0 93531 0
[pid=11739/tid=11740] ppid=11737 vsize=374784 CPUtime=0.82
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 9071 0 0 0 23 59 0 0 16 0 5 0 945105076 383778816 87955 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=374784 CPUtime=102.24
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 32766 0 0 0 10183 41 0 0 25 0 5 0 945105077 383778816 87955 4294967295 134512640 135180984 3220738784 3086540648 134520863 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=374784 CPUtime=102.16
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 33219 0 0 0 10175 41 0 0 25 0 5 0 945105077 383778816 87955 4294967295 134512640 135180984 3220738784 3086475056 134523615 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=374784 CPUtime=102.24
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 33502 0 0 0 10184 40 0 0 25 0 5 0 945105077 383778816 87955 4294967295 134512640 135180984 3220738784 3086409584 134528211 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 307.45
Current children cumulated vsize (KiB) 374784

[startup+162.312 s]
/proc/loadavg: 2.99 2.99 2.93 4/106 12131
/proc/meminfo: memFree=2735036/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=382440 CPUtime=487.64
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 110868 0 0 0 48521 243 0 0 25 0 5 0 945105076 391618560 90155 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 95610 90155 68 164 0 95445 0
[pid=11739/tid=11740] ppid=11737 vsize=382440 CPUtime=1.13
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 9148 0 0 0 33 80 0 0 16 0 5 0 945105076 391618560 90155 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=382440 CPUtime=162.21
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 33192 0 0 0 16166 55 0 0 25 0 5 0 945105077 391618560 90155 4294967295 134512640 135180984 3220738784 3086540656 134528907 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=382440 CPUtime=162.11
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 33915 0 0 0 16157 54 0 0 25 0 5 0 945105077 391618560 90155 4294967295 134512640 135180984 3220738784 3086475120 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=382440 CPUtime=162.2
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 34503 0 0 0 16166 54 0 0 25 0 5 0 945105077 391618560 90155 4294967295 134512640 135180984 3220738784 3086409484 134519095 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 487.64

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

[pid=11739/tid=11742] ppid=11737 vsize=426280 CPUtime=522.03
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 36186 0 0 0 52097 106 0 0 25 0 5 0 945105077 436510720 100615 4294967295 134512640 135180984 3220738784 3086540592 134523674 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=426280 CPUtime=521.39
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 37436 0 0 0 52049 90 0 0 25 0 5 0 945105077 436510720 100615 4294967295 134512640 135180984 3220738784 3086475120 134528568 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=426280 CPUtime=521.58
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 38042 0 0 0 52066 92 0 0 25 0 5 0 945105077 436510720 100615 4294967295 134512640 135180984 3220738784 3086409580 134518208 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1567.37
Current children cumulated vsize (KiB) 426280

[startup+582.307 s]
/proc/loadavg: 3.00 3.00 2.93 4/106 13450
/proc/meminfo: memFree=2686428/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=432788 CPUtime=1747.25
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 123129 0 0 0 174229 496 0 0 25 0 5 0 945105076 443174912 102416 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 108197 102416 68 164 0 108032 0
[pid=11739/tid=11740] ppid=11737 vsize=432788 CPUtime=2.62
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 9613 0 0 0 74 188 0 0 16 0 5 0 945105076 443174912 102416 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=432788 CPUtime=582.01
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 36720 0 0 0 58082 119 0 0 25 0 5 0 945105077 443174912 102416 4294967295 134512640 135180984 3220738784 3086540624 134519935 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=432788 CPUtime=581.36
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 38078 0 0 0 58042 94 0 0 25 0 5 0 945105077 443174912 102416 4294967295 134512640 135180984 3220738784 3086475120 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=432788 CPUtime=581.26
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 38608 0 0 0 58031 95 0 0 25 0 5 0 945105077 443174912 102416 4294967295 134512640 135180984 3220738784 3086409520 134523641 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1747.25
Current children cumulated vsize (KiB) 432788

[startup+642.303 s]
/proc/loadavg: 3.00 3.00 2.93 4/106 13638
/proc/meminfo: memFree=2679732/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=438876 CPUtime=1927.34
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 124769 0 0 0 192197 537 0 0 25 0 5 0 945105076 449409024 104056 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 109719 104056 68 164 0 109554 0
[pid=11739/tid=11740] ppid=11737 vsize=438876 CPUtime=2.84
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 9657 0 0 0 78 206 0 0 16 0 5 0 945105076 449409024 104056 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=438876 CPUtime=641.99
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 37291 0 0 0 64069 130 0 0 25 0 5 0 945105077 449409024 104056 4294967295 134512640 135180984 3220738784 3086540656 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=438876 CPUtime=641.33
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 38540 0 0 0 64031 102 0 0 25 0 5 0 945105077 449409024 104056 4294967295 134512640 135180984 3220738784 3086475116 134518218 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=438876 CPUtime=641.18
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 39171 0 0 0 64019 99 0 0 25 0 5 0 945105077 449409024 104056 4294967295 134512640 135180984 3220738784 3086409580 134520887 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1927.34
Current children cumulated vsize (KiB) 438876

[startup+702.318 s]
/proc/loadavg: 3.06 3.01 2.94 5/106 13826
/proc/meminfo: memFree=2673780/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=444960 CPUtime=2107.27
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 126414 0 0 0 210170 557 0 0 25 0 5 0 945105076 455639040 105701 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 111240 105701 68 164 0 111075 0
[pid=11739/tid=11740] ppid=11737 vsize=444960 CPUtime=2.97
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 9707 0 0 0 81 216 0 0 16 0 5 0 945105076 455639040 105701 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=444960 CPUtime=701.96
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 38008 0 0 0 70062 134 0 0 25 0 5 0 945105077 455639040 105701 4294967295 134512640 135180984 3220738784 3086540656 134528943 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=444960 CPUtime=701.32
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 38855 0 0 0 70028 104 0 0 25 0 5 0 945105077 455639040 105701 4294967295 134512640 135180984 3220738784 3086475112 134520863 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=444960 CPUtime=701.03
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 39734 0 0 0 70000 103 0 0 25 0 5 0 945105077 455639040 105701 4294967295 134512640 135180984 3220738784 3086409584 134526529 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2107.27
Current children cumulated vsize (KiB) 444960

[startup+762.313 s]
/proc/loadavg: 3.02 3.01 2.94 4/106 14015
/proc/meminfo: memFree=2667208/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=452744 CPUtime=2287.14
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 127893 0 0 0 228127 587 0 0 25 0 5 0 945105076 463609856 107180 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 113186 107180 68 164 0 113021 0
[pid=11739/tid=11740] ppid=11737 vsize=452744 CPUtime=3.19
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 9757 0 0 0 89 230 0 0 16 0 5 0 945105076 463609856 107180 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=452744 CPUtime=761.9
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 38479 0 0 0 76049 141 0 0 25 0 5 0 945105077 463609856 107180 4294967295 134512640 135180984 3220738784 3086540720 134532436 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=452744 CPUtime=761.32
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 39307 0 0 0 76022 110 0 0 25 0 5 0 945105077 463609856 107180 4294967295 134512640 135180984 3220738784 3086475112 134520863 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=452744 CPUtime=760.74
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 40240 0 0 0 75968 106 0 0 25 0 5 0 945105077 463609856 107180 4294967295 134512640 135180984 3220738784 3086409520 134523641 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2287.14
Current children cumulated vsize (KiB) 452744

[startup+822.308 s]
/proc/loadavg: 3.05 3.02 2.94 4/106 14207
/proc/meminfo: memFree=2660256/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=459220 CPUtime=2466.98
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 129724 0 0 0 246097 601 0 0 25 0 5 0 945105076 470241280 109011 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 114805 109011 68 164 0 114640 0
[pid=11739/tid=11740] ppid=11737 vsize=459220 CPUtime=3.32
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 9792 0 0 0 96 236 0 0 16 0 5 0 945105076 470241280 109011 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=459220 CPUtime=821.85
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 39225 0 0 0 82040 145 0 0 25 0 5 0 945105077 470241280 109011 4294967295 134512640 135180984 3220738784 3086540656 134528206 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=459220 CPUtime=821.27
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 39958 0 0 0 82014 113 0 0 25 0 5 0 945105077 470241280 109011 4294967295 134512640 135180984 3220738784 3086475056 134523833 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=459220 CPUtime=820.54
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 40639 0 0 0 81947 107 0 0 25 0 5 0 945105077 470241280 109011 4294967295 134512640 135180984 3220738784 3086409584 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2466.98
Current children cumulated vsize (KiB) 459220

[startup+882.313 s]
/proc/loadavg: 3.02 3.01 2.94 4/103 14393
/proc/meminfo: memFree=2654336/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=465448 CPUtime=2646.79
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 131403 0 0 0 264055 624 0 0 25 0 5 0 945105076 476618752 110690 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 116362 110690 68 164 0 116197 0
[pid=11739/tid=11740] ppid=11737 vsize=465448 CPUtime=3.43
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 9833 0 0 0 101 242 0 0 16 0 5 0 945105076 476618752 110690 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=465448 CPUtime=881.81
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 39888 0 0 0 88034 147 0 0 25 0 5 0 945105077 476618752 110690 4294967295 134512640 135180984 3220738784 3086540656 134528235 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=465448 CPUtime=881.26
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 40396 0 0 0 88010 116 0 0 25 0 5 0 945105077 476618752 110690 4294967295 134512640 135180984 3220738784 3086475116 134523599 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=465448 CPUtime=880.3
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 41176 0 0 0 87911 119 0 0 25 0 5 0 945105077 476618752 110690 4294967295 134512640 135180984 3220738784 3086409584 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2646.79
Current children cumulated vsize (KiB) 465448

[startup+942.308 s]
/proc/loadavg: 3.00 3.01 2.94 4/103 14581
/proc/meminfo: memFree=2649872/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=471396 CPUtime=2826.52
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 132804 0 0 0 281996 656 0 0 25 0 5 0 945105076 482709504 112091 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 117849 112091 68 164 0 117684 0
[pid=11739/tid=11740] ppid=11737 vsize=471396 CPUtime=3.57
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 9885 0 0 0 105 252 0 0 16 0 5 0 945105076 482709504 112091 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=471396 CPUtime=941.79
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 40414 0 0 0 94031 148 0 0 25 0 5 0 945105077 482709504 112091 4294967295 134512640 135180984 3220738784 3086540656 134528680 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=471396 CPUtime=941.19
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 40733 0 0 0 93997 122 0 0 25 0 5 0 945105077 482709504 112091 4294967295 134512640 135180984 3220738784 3086475120 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=471396 CPUtime=939.97
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 41662 0 0 0 93863 134 0 0 25 0 5 0 945105077 482709504 112091 4294967295 134512640 135180984 3220738784 3086409472 134522980 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2826.52
Current children cumulated vsize (KiB) 471396



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 3.04 3.02 2.95 4/103 14769
/proc/meminfo: memFree=2644044/3368532 swapFree=1959840/1959888
[pid=11739] ppid=11737 vsize=477792 CPUtime=2999.46
/proc/11739/stat : 11739 (satake) S 11737 11739 30957 0 -1 4202496 134141 0 0 0 299258 688 0 0 25 0 5 0 945105076 489259008 113428 4294967295 134512640 135180984 3220738784 3220738220 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/11739/statm: 119448 113428 68 164 0 119283 0
[pid=11739/tid=11740] ppid=11737 vsize=477792 CPUtime=3.71
/proc/11739/task/11740/stat : 11740 (satake) S 11737 11739 30957 0 -1 4202560 9938 0 0 0 107 264 0 0 16 0 5 0 945105076 489259008 113428 4294967295 134512640 135180984 3220738784 3086606352 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11739/tid=11742] ppid=11737 vsize=477792 CPUtime=999.44
/proc/11739/task/11742/stat : 11742 (satake) R 11737 11739 30957 0 -1 4202560 40837 0 0 0 99792 152 0 0 25 0 5 0 945105077 489259008 113428 4294967295 134512640 135180984 3220738784 3086540656 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11739/tid=11743] ppid=11737 vsize=477792 CPUtime=998.87
/proc/11739/task/11743/stat : 11743 (satake) R 11737 11739 30957 0 -1 4202560 41231 0 0 0 99761 126 0 0 25 0 5 0 945105077 489259008 113428 4294967295 134512640 135180984 3220738784 3086475016 134520909 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11739/tid=11744] ppid=11737 vsize=477792 CPUtime=997.44
/proc/11739/task/11744/stat : 11744 (satake) R 11737 11739 30957 0 -1 4202560 42025 0 0 0 99598 146 0 0 25 0 5 0 945105077 489259008 113428 4294967295 134512640 135180984 3220738784 3086409584 134528211 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2999.46
Current children cumulated vsize (KiB) 477792

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.04
CPU time (s): 2999.51
CPU user time (s): 2992.61
CPU system time (s): 6.9
CPU usage (%): 299.939
Max. virtual memory (cumulated for all children) (KiB): 477792

deleting IPC queue 3145728
deleting IPC queue 3178497
deleting IPC queue 3211266
deleting IPC queue 3244035
deleting IPC queue 3276804
deleting IPC queue 3309573
deleting IPC queue 3342342
deleting IPC queue 3375111
deleting IPC queue 3407880
deleting IPC queue 3440649
deleting IPC queue 3473418
deleting IPC queue 3506187
deleting IPC queue 3538956
deleting IPC queue 3571725
deleting IPC queue 3604494
deleting IPC queue 3637263

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2992.61
system time used= 6.9
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134141
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= 295388
involuntary context switches= 210932

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 00:14:41
IDJOB=1776115
IDBENCH=20423
IDSOLVER=629
FILE ID=tipi39/1776115-1243635281
PBS_JOBID=
Free space on /tmp= 5717 MiB

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

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED= 1824451398

Linux tipi39 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.067
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.067
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.067
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.16
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.067
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.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3095236 kB
Buffers:         56784 kB
Cached:         110424 kB
SwapCached:          0 kB
Active:         120072 kB
Inactive:        64776 kB
HighTotal:     2489216 kB
HighFree:      2363376 kB
LowTotal:       879316 kB
LowFree:        731860 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           28864 kB
Writeback:           0 kB
AnonPages:       17440 kB
Mapped:           6588 kB
Slab:            78332 kB
SReclaimable:    67564 kB
SUnreclaim:      10768 kB
PageTables:        556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   100108 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5717 MiB
End job on tipi39 at 2009-05-30 00:31:25