Trace number 1778965

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs032.cnf
MD5SUM431823fbe355abc605baf058be5925a0
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 variables18792
Number of clauses56183
Sum of the clauses size131091
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237454
Number of clauses of size 318727
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-1778965-1243641009/watcher-1778965-1243641009 -o /tmp/evaluation-result-1778965-1243641009/solver-1778965-1243641009 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1778965-1243641009.cnf 4 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.71 6.58 6.39 8/114 21683
/proc/meminfo: memFree=3094468/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=1092 CPUtime=0
/proc/21680/stat : 21680 (satake) R 21678 21680 23155 0 -1 4202496 110 0 0 0 0 0 0 0 25 0 4 0 1128764948 1118208 66 4294967295 134512640 135180984 3220402832 3220402176 134705812 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 273 66 54 164 0 108 0
[pid=21680/tid=21681] ppid=21678 vsize=1092 CPUtime=0
/proc/21680/task/21681/stat : 21681 (satake) R 21678 21680 23155 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 1128764948 1118208 66 4294967295 134512640 135180984 3220402832 3086541636 134705812 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=1092 CPUtime=0
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 1128764948 1118208 66 4294967295 134512640 135180984 3220402832 3086476100 134705812 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=1092 CPUtime=0
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 1128764948 1118208 66 4294967295 134512640 135180984 3220402832 3086410564 134705812 0 0 0 0 0 0 0 -1 2 0 0 0

[startup+0.144626 s]
/proc/loadavg: 6.71 6.58 6.39 8/114 21683
/proc/meminfo: memFree=3094468/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=10644 CPUtime=0.14
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 2435 0 0 0 14 0 0 0 25 0 5 0 1128764948 10899456 1951 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 2661 1951 66 164 0 2496 0
[pid=21680/tid=21681] ppid=21678 vsize=10644 CPUtime=0
/proc/21680/task/21681/stat : 21681 (satake) R 21678 21680 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128764948 10899456 1952 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=10644 CPUtime=0.08
/proc/21680/task/21682/stat : 21682 (satake) S 21678 21680 23155 0 -1 4202560 1177 0 0 0 8 0 0 0 25 0 5 0 1128764948 10899456 1952 4294967295 134512640 135180984 3220402832 3086474912 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=10644 CPUtime=0.06
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 1141 0 0 0 6 0 0 0 25 0 5 0 1128764948 10899456 1952 4294967295 134512640 135180984 3220402832 3086409300 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10644

[startup+0.21462 s]
/proc/loadavg: 6.71 6.58 6.39 8/114 21683
/proc/meminfo: memFree=3094468/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=18352 CPUtime=0.21
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 3917 0 0 0 21 0 0 0 25 0 5 0 1128764948 18792448 3429 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 4588 3429 67 164 0 4423 0
[pid=21680/tid=21681] ppid=21678 vsize=18352 CPUtime=0
/proc/21680/task/21681/stat : 21681 (satake) R 21678 21680 23155 0 -1 4202560 339 0 0 0 0 0 0 0 25 0 5 0 1128764948 18792448 3429 4294967295 134512640 135180984 3220402832 3086540820 134579486 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=18352 CPUtime=0.08
/proc/21680/task/21682/stat : 21682 (satake) S 21678 21680 23155 0 -1 4202560 1177 0 0 0 8 0 0 0 24 0 5 0 1128764948 18792448 3429 4294967295 134512640 135180984 3220402832 3086474912 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=18352 CPUtime=0.07
/proc/21680/task/21683/stat : 21683 (satake) S 21678 21680 23155 0 -1 4202560 1151 0 0 0 7 0 0 0 25 0 5 0 1128764948 18792448 3429 4294967295 134512640 135180984 3220402832 3086409376 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 18352

[startup+0.314611 s]
/proc/loadavg: 6.71 6.58 6.39 8/114 21683
/proc/meminfo: memFree=3094468/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=17616 CPUtime=0.31
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 3948 0 0 0 31 0 0 0 25 0 5 0 1128764948 18038784 3244 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 4404 3244 68 164 0 4239 0
[pid=21680/tid=21681] ppid=21678 vsize=17616 CPUtime=0
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 341 0 0 0 0 0 0 0 24 0 5 0 1128764948 18038784 3244 4294967295 134512640 135180984 3220402832 3086540820 134580588 0 0 0 0 3223036975 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=17616 CPUtime=0.11
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 1181 0 0 0 11 0 0 0 24 0 5 0 1128764948 18038784 3244 4294967295 134512640 135180984 3220402832 3086475112 134518235 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=17616 CPUtime=0.11
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 1157 0 0 0 11 0 0 0 25 0 5 0 1128764948 18038784 3244 4294967295 134512640 135180984 3220402832 3086409580 134520865 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17616

[startup+0.714577 s]
/proc/loadavg: 6.71 6.58 6.39 8/114 21683
/proc/meminfo: memFree=3094468/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=18012 CPUtime=0.74
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 4054 0 0 0 73 1 0 0 25 0 5 0 1128764948 18444288 3350 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 4503 3350 68 164 0 4338 0
[pid=21680/tid=21681] ppid=21678 vsize=18012 CPUtime=0.01
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 5 0 1128764948 18444288 3350 4294967295 134512640 135180984 3220402832 3086540820 134580588 0 0 0 0 3223036975 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=18012 CPUtime=0.21
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 1209 0 0 0 21 0 0 0 25 0 5 0 1128764948 18444288 3350 4294967295 134512640 135180984 3220402832 3086474924 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=18012 CPUtime=0.3
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 1195 0 0 0 29 1 0 0 25 0 5 0 1128764948 18444288 3350 4294967295 134512640 135180984 3220402832 3086409580 134518257 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 18012

[startup+1.51451 s]
/proc/loadavg: 6.71 6.58 6.39 6/116 21685
/proc/meminfo: memFree=3081000/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=18716 CPUtime=1.56
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 4231 0 0 0 151 5 0 0 25 0 5 0 1128764948 19165184 3527 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 4679 3527 68 164 0 4514 0
[pid=21680/tid=21681] ppid=21678 vsize=18716 CPUtime=0.03
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 356 0 0 0 1 2 0 0 15 0 5 0 1128764948 19165184 3527 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=18716 CPUtime=0.49
/proc/21680/task/21682/stat : 21682 (satake) S 21678 21680 23155 0 -1 4202560 1285 0 0 0 48 1 0 0 25 0 5 0 1128764948 19165184 3527 4294967295 134512640 135180984 3220402832 3086474912 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=18716 CPUtime=0.51
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 1233 0 0 0 50 1 0 0 25 0 5 0 1128764948 19165184 3527 4294967295 134512640 135180984 3220402832 3086409388 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=18716 CPUtime=0.53
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 1246 0 0 0 52 1 0 0 25 0 5 0 1128764950 19165184 3527 4294967295 134512640 135180984 3220402832 3086335808 134527255 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 18716

[startup+3.11438 s]
/proc/loadavg: 6.71 6.58 6.39 7/116 21686
/proc/meminfo: memFree=3079860/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=20172 CPUtime=3.43
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 4606 0 0 0 335 8 0 0 25 0 5 0 1128764948 20656128 3902 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 5043 3902 68 164 0 4878 0
[pid=21680/tid=21681] ppid=21678 vsize=20172 CPUtime=0.06
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 376 0 0 0 1 5 0 0 15 0 5 0 1128764948 20656128 3902 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=20172 CPUtime=1.11
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 1401 0 0 0 110 1 0 0 25 0 5 0 1128764948 20656128 3902 4294967295 134512640 135180984 3220402832 3086475120 134528680 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=20172 CPUtime=1.1
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 1362 0 0 0 109 1 0 0 25 0 5 0 1128764948 20656128 3902 4294967295 134512640 135180984 3220402832 3086409580 134518208 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=20172 CPUtime=1.16
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 1356 0 0 0 115 1 0 0 25 0 5 0 1128764950 20656128 3902 4294967295 134512640 135180984 3220402832 3086335648 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 20172

[startup+6.31412 s]
/proc/loadavg: 6.65 6.57 6.39 7/116 21686
/proc/meminfo: memFree=3076816/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=22980 CPUtime=6.94
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 5341 0 0 0 676 18 0 0 25 0 5 0 1128764948 23531520 4637 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 5745 4637 68 164 0 5580 0
[pid=21680/tid=21681] ppid=21678 vsize=22980 CPUtime=0.17
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 424 0 0 0 4 13 0 0 15 0 5 0 1128764948 23531520 4637 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=22980 CPUtime=2.01
/proc/21680/task/21682/stat : 21682 (satake) S 21678 21680 23155 0 -1 4202560 1623 0 0 0 200 1 0 0 25 0 5 0 1128764948 23531520 4637 4294967295 134512640 135180984 3220402832 3086474912 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=22980 CPUtime=2.44
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 1562 0 0 0 242 2 0 0 25 0 5 0 1128764948 23531520 4637 4294967295 134512640 135180984 3220402832 3086409584 134528754 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=22980 CPUtime=2.32
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 1621 0 0 0 230 2 0 0 25 0 5 0 1128764950 23531520 4637 4294967295 134512640 135180984 3220402832 3086335648 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 22980

[startup+12.7136 s]
/proc/loadavg: 6.60 6.56 6.38 7/116 21686
/proc/meminfo: memFree=3070872/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=28012 CPUtime=13.71
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 6656 0 0 0 1345 26 0 0 25 0 5 0 1128764948 28684288 5952 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 7003 5952 68 164 0 6838 0
[pid=21680/tid=21681] ppid=21678 vsize=28012 CPUtime=0.25
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 501 0 0 0 8 17 0 0 15 0 5 0 1128764948 28684288 5952 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=28012 CPUtime=4.16
/proc/21680/task/21682/stat : 21682 (satake) S 21678 21680 23155 0 -1 4202560 1986 0 0 0 414 2 0 0 25 0 5 0 1128764948 28684288 5952 4294967295 134512640 135180984 3220402832 3086474912 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=28012 CPUtime=4.63
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 1995 0 0 0 458 5 0 0 25 0 5 0 1128764948 28684288 5952 4294967295 134512640 135180984 3220402832 3086409388 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=28012 CPUtime=4.67
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 2063 0 0 0 465 2 0 0 25 0 5 0 1128764950 28684288 5952 4294967295 134512640 135180984 3220402832 3086335856 134528511 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 13.71
Current children cumulated vsize (KiB) 28012

[startup+25.5125 s]
/proc/loadavg: 6.46 6.53 6.38 7/116 21687
/proc/meminfo: memFree=3060600/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=38780 CPUtime=34.58
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 9221 0 0 0 3419 39 0 0 25 0 5 0 1128764948 39710720 8517 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 9695 8517 68 164 0 9530 0
[pid=21680/tid=21681] ppid=21678 vsize=38780 CPUtime=0.36
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 622 0 0 0 11 25 0 0 15 0 5 0 1128764948 39710720 8517 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=38780 CPUtime=9.93
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 2707 0 0 0 990 3 0 0 25 0 5 0 1128764948 39710720 8517 4294967295 134512640 135180984 3220402832 3086474924 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=38780 CPUtime=10.17
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 2955 0 0 0 1012 5 0 0 25 0 5 0 1128764948 39710720 8517 4294967295 134512640 135180984 3220402832 3086409584 134528982 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=38780 CPUtime=14.12
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 2826 0 0 0 1406 6 0 0 25 0 5 0 1128764950 39710720 8517 4294967295 134512640 135180984 3220402832 3086335856 134528866 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 34.58
Current children cumulated vsize (KiB) 38780

[startup+51.1104 s]
/proc/loadavg: 6.53 6.54 6.38 8/117 21769
/proc/meminfo: memFree=3036640/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=62320 CPUtime=79.58
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 15098 0 0 0 7888 70 0 0 25 0 5 0 1128764948 63815680 14394 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 15580 14394 68 164 0 15415 0
[pid=21680/tid=21681] ppid=21678 vsize=62320 CPUtime=0.58
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 838 0 0 0 18 40 0 0 15 0 5 0 1128764948 63815680 14394 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=62320 CPUtime=25.61
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 4597 0 0 0 2552 9 0 0 25 0 5 0 1128764948 63815680 14394 4294967295 134512640 135180984 3220402832 3086475056 134523680 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=62320 CPUtime=24.74
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 4811 0 0 0 2463 11 0 0 25 0 5 0 1128764948 63815680 14394 4294967295 134512640 135180984 3220402832 3086409580 134527342 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=62320 CPUtime=28.65
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 4741 0 0 0 2855 10 0 0 20 0 5 0 1128764950 63815680 14394 4294967295 134512640 135180984 3220402832 3086335856 134528211 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 79.58
Current children cumulated vsize (KiB) 62320

[startup+102.306 s]
/proc/loadavg: 6.47 6.54 6.39 7/116 21880
/proc/meminfo: memFree=3010548/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=88544 CPUtime=137.94
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 21528 0 0 0 13693 101 0 0 25 0 5 0 1128764948 90669056 20824 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 22136 20824 68 164 0 21971 0
[pid=21680/tid=21681] ppid=21678 vsize=88544 CPUtime=0.82
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 1072 0 0 0 27 55 0 0 15 0 5 0 1128764948 90669056 20824 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=88544 CPUtime=46.61
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 6294 0 0 0 4647 14 0 0 25 0 5 0 1128764948 90669056 20824 4294967295 134512640 135180984 3220402832 3086475120 134528195 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=88544 CPUtime=43.25
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 6877 0 0 0 4311 14 0 0 25 0 5 0 1128764948 90669056 20824 4294967295 134512640 135180984 3220402832 3086409416 134675846 0 0 0 0 0 0 0 -1 2 0 0 0

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

[pid=21680/tid=21682] ppid=21678 vsize=145852 CPUtime=294.61
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 10554 0 0 0 29405 56 0 0 25 0 5 0 1128764948 149352448 34987 4294967295 134512640 135180984 3220402832 3086475008 134522980 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=145852 CPUtime=347.33
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 10838 0 0 0 34686 47 0 0 25 0 5 0 1128764948 149352448 34987 4294967295 134512640 135180984 3220402832 3086409584 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=145852 CPUtime=315.53
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 11324 0 0 0 31501 52 0 0 25 0 5 0 1128764950 149352448 34987 4294967295 134512640 135180984 3220402832 3086335856 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 960.73
Current children cumulated vsize (KiB) 145852

[startup+642.311 s]
/proc/loadavg: 6.31 6.34 6.34 7/116 23578
/proc/meminfo: memFree=2931732/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=167984 CPUtime=1077.36
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 41276 0 0 0 107307 429 0 0 25 0 5 0 1128764948 172015616 40572 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 41996 40572 68 164 0 41831 0
[pid=21680/tid=21681] ppid=21678 vsize=167984 CPUtime=3.94
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 3227 0 0 0 142 252 0 0 15 0 5 0 1128764948 172015616 40572 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=167984 CPUtime=331.36
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 12409 0 0 0 33073 63 0 0 25 0 5 0 1128764948 172015616 40572 4294967295 134512640 135180984 3220402832 3086475088 134519935 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=167984 CPUtime=393.05
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 12609 0 0 0 39252 53 0 0 25 0 5 0 1128764948 172015616 40572 4294967295 134512640 135180984 3220402832 3086409584 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=167984 CPUtime=349.02
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 12920 0 0 0 34841 61 0 0 25 0 5 0 1128764950 172015616 40572 4294967295 134512640 135180984 3220402832 3086335648 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1077.36
Current children cumulated vsize (KiB) 167984

[startup+702.306 s]
/proc/loadavg: 6.27 6.32 6.34 8/116 23767
/proc/meminfo: memFree=2930120/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=169172 CPUtime=1193.46
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 41494 0 0 0 118886 460 0 0 25 0 5 0 1128764948 173232128 40790 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 42293 40790 68 164 0 42128 0
[pid=21680/tid=21681] ppid=21678 vsize=169172 CPUtime=4.34
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 3359 0 0 0 161 273 0 0 16 0 5 0 1128764948 173232128 40790 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=169172 CPUtime=373.24
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 12434 0 0 0 37258 66 0 0 25 0 5 0 1128764948 173232128 40790 4294967295 134512640 135180984 3220402832 3086475120 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=169172 CPUtime=431.34
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 12628 0 0 0 43078 56 0 0 25 0 5 0 1128764948 173232128 40790 4294967295 134512640 135180984 3220402832 3086409376 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=169172 CPUtime=384.55
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 12962 0 0 0 38390 65 0 0 25 0 5 0 1128764950 173232128 40790 4294967295 134512640 135180984 3220402832 3086335848 134518209 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1193.46
Current children cumulated vsize (KiB) 169172

[startup+762.311 s]
/proc/loadavg: 6.20 6.29 6.32 7/116 23959
/proc/meminfo: memFree=2927764/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=171380 CPUtime=1310.04
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 42041 0 0 0 130512 492 0 0 25 0 5 0 1128764948 175493120 41337 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 42845 41337 68 164 0 42680 0
[pid=21680/tid=21681] ppid=21678 vsize=171380 CPUtime=4.62
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 3675 0 0 0 175 287 0 0 15 0 5 0 1128764948 175493120 41337 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=171380 CPUtime=412.97
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 12526 0 0 0 41226 71 0 0 25 0 5 0 1128764948 175493120 41337 4294967295 134512640 135180984 3220402832 3086475232 134530364 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=171380 CPUtime=469.05
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 12703 0 0 0 46843 62 0 0 25 0 5 0 1128764948 175493120 41337 4294967295 134512640 135180984 3220402832 3086409584 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=171380 CPUtime=423.4
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 13026 0 0 0 42268 72 0 0 25 0 5 0 1128764950 175493120 41337 4294967295 134512640 135180984 3220402832 3086335648 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1310.04
Current children cumulated vsize (KiB) 171380

[startup+822.306 s]
/proc/loadavg: 6.47 6.36 6.34 7/116 24146
/proc/meminfo: memFree=2926888/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=172564 CPUtime=1427.22
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 42381 0 0 0 142195 527 0 0 25 0 5 0 1128764948 176705536 41677 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 43141 41677 68 164 0 42976 0
[pid=21680/tid=21681] ppid=21678 vsize=172564 CPUtime=5.1
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 3885 0 0 0 191 319 0 0 15 0 5 0 1128764948 176705536 41677 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=172564 CPUtime=454.2
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 12558 0 0 0 45348 72 0 0 25 0 5 0 1128764948 176705536 41677 4294967295 134512640 135180984 3220402832 3086475120 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=172564 CPUtime=504.48
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 12723 0 0 0 50386 62 0 0 25 0 5 0 1128764948 176705536 41677 4294967295 134512640 135180984 3220402832 3086409584 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=172564 CPUtime=463.45
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 13104 0 0 0 46271 74 0 0 25 0 5 0 1128764950 176705536 41677 4294967295 134512640 135180984 3220402832 3086335856 134528470 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1427.22
Current children cumulated vsize (KiB) 172564

[startup+882.321 s]
/proc/loadavg: 6.34 6.35 6.34 9/116 24333
/proc/meminfo: memFree=2925408/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=173588 CPUtime=1544.03
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 42615 0 0 0 153828 575 0 0 25 0 5 0 1128764948 177754112 41911 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 43397 41911 68 164 0 43232 0
[pid=21680/tid=21681] ppid=21678 vsize=173588 CPUtime=5.56
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 4002 0 0 0 207 349 0 0 15 0 5 0 1128764948 177754112 41911 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=173588 CPUtime=485.21
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 12635 0 0 0 48446 75 0 0 25 0 5 0 1128764948 177754112 41911 4294967295 134512640 135180984 3220402832 3086475136 134532624 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=173588 CPUtime=544.62
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 12742 0 0 0 54391 71 0 0 25 0 5 0 1128764948 177754112 41911 4294967295 134512640 135180984 3220402832 3086409584 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=173588 CPUtime=508.65
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 13125 0 0 0 50785 80 0 0 25 0 5 0 1128764950 177754112 41911 4294967295 134512640 135180984 3220402832 3086335856 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1544.03
Current children cumulated vsize (KiB) 173588

[startup+942.316 s]
/proc/loadavg: 6.28 6.31 6.33 7/116 24522
/proc/meminfo: memFree=2923664/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=175092 CPUtime=1661.75
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 43088 0 0 0 165566 609 0 0 25 0 5 0 1128764948 179294208 42384 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 43773 42384 68 164 0 43608 0
[pid=21680/tid=21681] ppid=21678 vsize=175092 CPUtime=5.87
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 4219 0 0 0 214 373 0 0 15 0 5 0 1128764948 179294208 42384 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=175092 CPUtime=521.42
/proc/21680/task/21682/stat : 21682 (satake) S 21678 21680 23155 0 -1 4202560 12727 0 0 0 52064 78 0 0 25 0 5 0 1128764948 179294208 42384 4294967295 134512640 135180984 3220402832 3086474912 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=175092 CPUtime=579.83
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 12802 0 0 0 57907 76 0 0 25 0 5 0 1128764948 179294208 42384 4294967295 134512640 135180984 3220402832 3086409376 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=175092 CPUtime=554.64
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 13229 0 0 0 55382 82 0 0 25 0 5 0 1128764950 179294208 42384 4294967295 134512640 135180984 3220402832 3086335760 134525183 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 175092



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 6.24 6.30 6.32 7/116 24710
/proc/meminfo: memFree=2915860/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=183436 CPUtime=1775.61
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 45101 0 0 0 176930 631 0 0 25 0 5 0 1128764948 187838464 44397 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 45859 44397 68 164 0 45694 0
[pid=21680/tid=21681] ppid=21678 vsize=183436 CPUtime=6.1
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 4323 0 0 0 221 389 0 0 15 0 5 0 1128764948 187838464 44397 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=183436 CPUtime=561.34
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 13413 0 0 0 56054 80 0 0 25 0 5 0 1128764948 187838464 44397 4294967295 134512640 135180984 3220402832 3086475120 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=183436 CPUtime=615.11
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 13460 0 0 0 61432 79 0 0 25 0 5 0 1128764948 187838464 44397 4294967295 134512640 135180984 3220402832 3086409576 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=183436 CPUtime=593.06
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 13794 0 0 0 59223 83 0 0 25 0 5 0 1128764950 187838464 44397 4294967295 134512640 135180984 3220402832 3086335856 134528641 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1775.61
Current children cumulated vsize (KiB) 183436

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

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

[startup+1000.02 s]
/proc/loadavg: 6.24 6.30 6.32 7/116 24710
/proc/meminfo: memFree=2915860/3368532 swapFree=1953788/1959888
[pid=21680] ppid=21678 vsize=183436 CPUtime=1775.61
/proc/21680/stat : 21680 (satake) S 21678 21680 23155 0 -1 4202496 45101 0 0 0 176930 631 0 0 25 0 5 0 1128764948 187838464 44397 4294967295 134512640 135180984 3220402832 3220402268 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/21680/statm: 45859 44397 68 164 0 45694 0
[pid=21680/tid=21681] ppid=21678 vsize=183436 CPUtime=6.1
/proc/21680/task/21681/stat : 21681 (satake) S 21678 21680 23155 0 -1 4202560 4323 0 0 0 221 389 0 0 15 0 5 0 1128764948 187838464 44397 4294967295 134512640 135180984 3220402832 3086540816 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=21680/tid=21682] ppid=21678 vsize=183436 CPUtime=561.34
/proc/21680/task/21682/stat : 21682 (satake) R 21678 21680 23155 0 -1 4202560 13413 0 0 0 56054 80 0 0 25 0 5 0 1128764948 187838464 44397 4294967295 134512640 135180984 3220402832 3086475120 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21683] ppid=21678 vsize=183436 CPUtime=615.11
/proc/21680/task/21683/stat : 21683 (satake) R 21678 21680 23155 0 -1 4202560 13460 0 0 0 61432 79 0 0 25 0 5 0 1128764948 187838464 44397 4294967295 134512640 135180984 3220402832 3086409576 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21680/tid=21685] ppid=21678 vsize=183436 CPUtime=593.06
/proc/21680/task/21685/stat : 21685 (satake) R 21678 21680 23155 0 -1 4202560 13794 0 0 0 59223 83 0 0 25 0 5 0 1128764950 187838464 44397 4294967295 134512640 135180984 3220402832 3086335856 134528641 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1775.61
Current children cumulated vsize (KiB) 183436

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.05
CPU time (s): 1775.65
CPU user time (s): 1769.33
CPU system time (s): 6.32
CPU usage (%): 177.556
Max. virtual memory (cumulated for all children) (KiB): 183436

deleting IPC queue 5767168
deleting IPC queue 5799937
deleting IPC queue 5832706
deleting IPC queue 5865475
deleting IPC queue 5898244
deleting IPC queue 5931013
deleting IPC queue 5963782
deleting IPC queue 5996551
deleting IPC queue 6029320
deleting IPC queue 6062089
deleting IPC queue 6094858
deleting IPC queue 6127627
deleting IPC queue 6160396
deleting IPC queue 6193165
deleting IPC queue 6225934
deleting IPC queue 6258703

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.33
system time used= 6.32
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45103
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= 1832938
involuntary context switches= 1800100

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 01:50:09
IDJOB=1778965
IDBENCH=70786
IDSOLVER=629
FILE ID=/1778965-1243641009
PBS_JOBID=
Free space on /tmp= 6476 MiB

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

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

MD5SUM BENCH= 431823fbe355abc605baf058be5925a0
RANDOM SEED= 1446484992

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3094468 kB
Buffers:         70784 kB
Cached:          96884 kB
SwapCached:       2256 kB
Active:         106116 kB
Inactive:        78312 kB
HighTotal:     2489216 kB
HighFree:      2374736 kB
LowTotal:       879316 kB
LowFree:        719732 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            1612 kB
Writeback:           0 kB
AnonPages:       16004 kB
Mapped:           5272 kB
Slab:            80540 kB
SReclaimable:    66820 kB
SUnreclaim:      13720 kB
PageTables:        668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112668 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6476 MiB
End job on  at 2009-05-30 02:06:51