Trace number 1780015

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)UNSAT 890.46 459.96

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l48_lambda.cnf
MD5SUMe7c28f6a200a1c1912fbaacfb3572515
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark417.27
Satisfiable
(Un)Satisfiability was proved
Number of variables34656
Number of clauses174528
Sum of the clauses size503708
Maximum clause length9
Minimum clause length1
Number of clauses of size 14424
Number of clauses of size 242805
Number of clauses of size 3103458
Number of clauses of size 416481
Number of clauses of size 57216
Number of clauses of size over 5144

Solver Data

890.42/459.95	c Benchmark name    : HOME/instance-1780015-1243645523.cnf
890.42/459.95	c Thread Num        :            4
890.42/459.95	c restarts          :           18
890.42/459.95	c conflicts         :       200287
890.42/459.95	c decisions         :       287132           (      627 / sec      )
890.42/459.95	c propagations      :    146401379           (   319602 / sec      )
890.42/459.95	c inspects          :   1782117888           (  3890464 / sec      )
890.42/459.95	c conflict literals :      4740822           (    38.75 % deleted  )
890.42/459.95	c cpu time          :       458.07           
890.42/459.95	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1780015-1243645523/watcher-1780015-1243645523 -o /tmp/evaluation-result-1780015-1243645523/solver-1780015-1243645523 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1780015-1243645523.cnf 4 10000 

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


[startup+0 s]
/proc/loadavg: 5.36 5.40 5.39 6/114 9112
/proc/meminfo: memFree=3192776/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=964 CPUtime=0
/proc/9111/stat : 9111 (satake) R 9109 9111 8716 0 -1 4202496 107 0 0 0 0 0 0 0 19 0 2 0 1129216314 987136 64 4294967295 134512640 135180984 3218204784 3218204128 134705812 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 241 64 54 164 0 76 0
[pid=9111/tid=9112] ppid=9109 vsize=964 CPUtime=0
/proc/9111/task/9112/stat : 9112 (satake) R 9109 9111 8716 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 1129216314 987136 64 4294967295 134512640 135180984 3218204784 3086582596 134705812 0 0 0 0 0 0 0 -1 2 0 0 0

[startup+0.107259 s]
/proc/loadavg: 5.36 5.40 5.39 6/114 9112
/proc/meminfo: memFree=3192776/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=22856 CPUtime=0.15
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 4764 0 0 0 13 2 0 0 19 0 5 0 1129216314 23404544 4696 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 5714 4696 63 164 0 5549 0
[pid=9111/tid=9112] ppid=9109 vsize=22856 CPUtime=0
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1129216314 23404544 4696 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 22856

[startup+0.20725 s]
/proc/loadavg: 5.36 5.40 5.39 6/114 9112
/proc/meminfo: memFree=3192776/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=31460 CPUtime=0.3
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 7043 0 0 0 27 3 0 0 19 0 5 0 1129216314 32215040 6968 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 7865 6968 63 164 0 7700 0
[pid=9111/tid=9112] ppid=9109 vsize=31460 CPUtime=0
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1129216314 32215040 6968 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 31460

[startup+0.307243 s]
/proc/loadavg: 5.36 5.40 5.39 6/114 9112
/proc/meminfo: memFree=3192776/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=41608 CPUtime=0.49
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 9505 0 0 0 46 3 0 0 19 0 5 0 1129216314 42606592 8619 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 10402 7814 67 164 0 10237 0
[pid=9111/tid=9112] ppid=9109 vsize=41608 CPUtime=0.01
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 572 0 0 0 1 0 0 0 18 0 5 0 1129216314 42606592 7814 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 41608

[startup+0.70721 s]
/proc/loadavg: 5.36 5.40 5.39 6/114 9112
/proc/meminfo: memFree=3192776/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=42092 CPUtime=1.29
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 10727 0 0 0 112 17 0 0 19 0 5 0 1129216314 43102208 8230 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 10523 8230 68 164 0 10358 0
[pid=9111/tid=9112] ppid=9109 vsize=42092 CPUtime=0.1
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 606 0 0 0 3 7 0 0 15 0 5 0 1129216314 43102208 8230 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 42092

[startup+1.50714 s]
/proc/loadavg: 5.36 5.40 5.39 7/118 9116
/proc/meminfo: memFree=3160412/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=42368 CPUtime=2.87
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 10829 0 0 0 241 46 0 0 19 0 5 0 1129216314 43384832 8332 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 10592 8332 68 164 0 10427 0
[pid=9111/tid=9112] ppid=9109 vsize=42368 CPUtime=0.3
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 632 0 0 0 6 24 0 0 16 0 5 0 1129216314 43384832 8332 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=42368 CPUtime=0.26
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 3220 0 0 0 17 9 0 0 21 0 5 0 1129216315 43384832 8332 4294967295 134512640 135180984 3218204784 3086516080 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=42368 CPUtime=1
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 3464 0 0 0 96 4 0 0 22 0 5 0 1129216315 43384832 8332 4294967295 134512640 135180984 3218204784 3086450544 134528446 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=42368 CPUtime=1.31
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 3403 0 0 0 122 9 0 0 16 0 5 0 1129216315 43384832 8332 4294967295 134512640 135180984 3218204784 3086384944 134523821 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 42368

[startup+3.107 s]
/proc/loadavg: 5.36 5.40 5.39 7/118 9116
/proc/meminfo: memFree=3159212/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=44704 CPUtime=6.04
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 11379 0 0 0 487 117 0 0 19 0 5 0 1129216314 45776896 8882 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 11176 8882 68 164 0 11011 0
[pid=9111/tid=9112] ppid=9109 vsize=44704 CPUtime=0.82
/proc/9111/task/9112/stat : 9112 (satake) R 9109 9111 8716 0 -1 4202560 798 0 0 0 25 57 0 0 16 0 5 0 1129216314 45776896 8882 4294967295 134512640 135180984 3218204784 3086581780 134580588 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=44704 CPUtime=0.4
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 3294 0 0 0 21 19 0 0 21 0 5 0 1129216315 45776896 8882 4294967295 134512640 135180984 3218204784 3086516096 134518626 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=44704 CPUtime=2.06
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 3617 0 0 0 195 11 0 0 25 0 5 0 1129216315 45776896 8882 4294967295 134512640 135180984 3218204784 3086450544 134528887 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=44704 CPUtime=2.76
/proc/9111/task/9116/stat : 9116 (satake) S 9109 9111 8716 0 -1 4202560 3560 0 0 0 246 30 0 0 16 0 5 0 1129216315 45776896 8882 4294967295 134512640 135180984 3218204784 3086384800 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 44704

[startup+6.30672 s]
/proc/loadavg: 5.41 5.41 5.40 6/118 9125
/proc/meminfo: memFree=3154288/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=47640 CPUtime=11.98
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 12354 0 0 0 973 225 0 0 19 0 5 0 1129216314 48783360 9857 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 11910 9857 68 164 0 11745 0
[pid=9111/tid=9112] ppid=9109 vsize=47640 CPUtime=1.51
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 985 0 0 0 40 111 0 0 16 0 5 0 1129216314 48783360 9857 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=47640 CPUtime=1.72
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 3516 0 0 0 138 34 0 0 24 0 5 0 1129216315 48783360 9857 4294967295 134512640 135180984 3218204784 3086516080 134528211 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=47640 CPUtime=3.28
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 3861 0 0 0 308 20 0 0 25 0 5 0 1129216315 48783360 9857 4294967295 134512640 135180984 3218204784 3086450608 134532503 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=47640 CPUtime=5.47
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 3882 0 0 0 487 60 0 0 16 0 5 0 1129216315 48783360 9857 4294967295 134512640 135180984 3218204784 3086384840 134675846 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 47640

[startup+12.7062 s]
/proc/loadavg: 5.45 5.42 5.40 7/118 9133
/proc/meminfo: memFree=3147588/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=55932 CPUtime=24.63
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 14121 0 0 0 2040 423 0 0 19 0 5 0 1129216314 57274368 11624 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 13983 11624 68 164 0 13818 0
[pid=9111/tid=9112] ppid=9109 vsize=55932 CPUtime=2.7
/proc/9111/task/9112/stat : 9112 (satake) R 9109 9111 8716 0 -1 4202560 1425 0 0 0 61 209 0 0 15 0 5 0 1129216314 57274368 11624 4294967295 134512640 135180984 3218204784 3086581780 134580588 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=55932 CPUtime=2.22
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 3716 0 0 0 151 71 0 0 25 0 5 0 1129216315 57274368 11624 4294967295 134512640 135180984 3218204784 3086515872 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=55932 CPUtime=8.38
/proc/9111/task/9115/stat : 9115 (satake) S 9109 9111 8716 0 -1 4202560 4467 0 0 0 798 40 0 0 25 0 5 0 1129216315 57274368 11624 4294967295 134512640 135180984 3218204784 3086450336 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=55932 CPUtime=11.33
/proc/9111/task/9116/stat : 9116 (satake) S 9109 9111 8716 0 -1 4202560 4403 0 0 0 1030 103 0 0 18 0 5 0 1129216315 57274368 11624 4294967295 134512640 135180984 3218204784 3086384800 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 55932

[startup+25.5051 s]
/proc/loadavg: 5.51 5.43 5.40 7/118 9153
/proc/meminfo: memFree=3136344/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=66440 CPUtime=49.4
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 16671 0 0 0 4254 686 0 0 19 0 5 0 1129216314 68034560 14174 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 16610 14174 68 164 0 16445 0
[pid=9111/tid=9112] ppid=9109 vsize=66440 CPUtime=4.32
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 2084 0 0 0 103 329 0 0 15 0 5 0 1129216314 68034560 14174 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=66440 CPUtime=6
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 4303 0 0 0 477 123 0 0 25 0 5 0 1129216315 68034560 14174 4294967295 134512640 135180984 3218204784 3086515876 134580588 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=66440 CPUtime=17.13
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 5140 0 0 0 1645 68 0 0 25 0 5 0 1129216315 68034560 14174 4294967295 134512640 135180984 3218204784 3086450536 134518252 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=66440 CPUtime=21.95
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 5034 0 0 0 2029 166 0 0 21 0 5 0 1129216315 68034560 14174 4294967295 134512640 135180984 3218204784 3086385008 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.4
Current children cumulated vsize (KiB) 66440

[startup+51.1129 s]
/proc/loadavg: 5.26 5.38 5.39 5/118 9191
/proc/meminfo: memFree=3121852/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=82884 CPUtime=96.76
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 20540 0 0 0 8817 859 0 0 19 0 5 0 1129216314 84873216 18043 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 20721 18043 68 164 0 20556 0
[pid=9111/tid=9112] ppid=9109 vsize=82884 CPUtime=5.72
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 3175 0 0 0 140 432 0 0 15 0 5 0 1129216314 84873216 18043 4294967295 134512640 135180984 3218204784 3086581780 134580588 0 0 0 0 3223036975 0 0 -1 0 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=82884 CPUtime=19.55
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 5143 0 0 0 1813 142 0 0 25 0 5 0 1129216315 84873216 18043 4294967295 134512640 135180984 3218204784 3086515884 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=82884 CPUtime=33.25
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 6140 0 0 0 3234 91 0 0 25 0 5 0 1129216315 84873216 18043 4294967295 134512640 135180984 3218204784 3086450544 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=82884 CPUtime=38.24
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 5972 0 0 0 3630 194 0 0 25 0 5 0 1129216315 84873216 18043 4294967295 134512640 135180984 3218204784 3086385008 134528791 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 96.76
Current children cumulated vsize (KiB) 82884

[startup+102.318 s]
/proc/loadavg: 5.39 5.40 5.39 6/118 9454
/proc/meminfo: memFree=3101324/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=103132 CPUtime=194.46
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 25448 0 0 0 18334 1112 0 0 19 0 5 0 1129216314 105607168 22951 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 25783 22951 68 164 0 25618 0
[pid=9111/tid=9112] ppid=9109 vsize=103132 CPUtime=7.7
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 4596 0 0 0 199 571 0 0 15 0 5 0 1129216314 105607168 22951 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=103132 CPUtime=49.54
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 6239 0 0 0 4775 179 0 0 25 0 5 0 1129216315 105607168 22951 4294967295 134512640 135180984 3218204784 3086516048 134520025 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=103132 CPUtime=65.71
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 7289 0 0 0 6449 122 0 0 25 0 5 0 1129216315 105607168 22951 4294967295 134512640 135180984 3218204784 3086450544 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=103132 CPUtime=71.51
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 7214 0 0 0 6911 240 0 0 25 0 5 0 1129216315 105607168 22951 4294967295 134512640 135180984 3218204784 3086385008 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 194.46
Current children cumulated vsize (KiB) 103132

[startup+162.313 s]
/proc/loadavg: 5.70 5.49 5.42 6/118 9731
/proc/meminfo: memFree=3083168/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=122448 CPUtime=310.84
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 29894 0 0 0 29794 1290 0 0 19 0 5 0 1129216314 125386752 27397 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 30612 27397 68 164 0 30447 0
[pid=9111/tid=9112] ppid=9109 vsize=122448 CPUtime=9.02
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 5693 0 0 0 237 665 0 0 15 0 5 0 1129216314 125386752 27397 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=122448 CPUtime=87.25
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 7351 0 0 0 8514 211 0 0 25 0 5 0 1129216315 125386752 27397 4294967295 134512640 135180984 3218204784 3086516080 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=122448 CPUtime=105.34
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 8431 0 0 0 10387 147 0 0 25 0 5 0 1129216315 125386752 27397 4294967295 134512640 135180984 3218204784 3086450536 134519919 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=122448 CPUtime=109.23
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 8309 0 0 0 10656 267 0 0 25 0 5 0 1129216315 125386752 27397 4294967295 134512640 135180984 3218204784 3086385008 134528519 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 310.84

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

[pid=9111/tid=9116] ppid=9109 vsize=146572 CPUtime=190.09
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 9768 0 0 0 18684 325 0 0 25 0 5 0 1129216315 150089728 33104 4294967295 134512640 135180984 3218204784 3086385008 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 546.87
Current children cumulated vsize (KiB) 146572

[startup+342.318 s]
/proc/loadavg: 5.46 5.48 5.43 6/118 10562
/proc/meminfo: memFree=3057456/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=150192 CPUtime=662.84
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 36394 0 0 0 64339 1945 0 0 19 0 5 0 1129216314 153796608 33897 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 37548 33897 68 164 0 37383 0
[pid=9111/tid=9112] ppid=9109 vsize=150192 CPUtime=13.75
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 7817 0 0 0 361 1014 0 0 15 0 5 0 1129216314 153796608 33897 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=150192 CPUtime=200.98
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 8771 0 0 0 19787 311 0 0 25 0 5 0 1129216315 153796608 33897 4294967295 134512640 135180984 3218204784 3086516080 134528532 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=150192 CPUtime=215.4
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 9846 0 0 0 21292 248 0 0 25 0 5 0 1129216315 153796608 33897 4294967295 134512640 135180984 3218204784 3086450544 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=150192 CPUtime=232.71
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 9850 0 0 0 22899 372 0 0 25 0 5 0 1129216315 153796608 33897 4294967295 134512640 135180984 3218204784 3086385008 134528211 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 662.84
Current children cumulated vsize (KiB) 150192

[startup+402.313 s]
/proc/loadavg: 5.51 5.50 5.44 6/118 10839
/proc/meminfo: memFree=3053804/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=153936 CPUtime=779.38
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 37194 0 0 0 75753 2185 0 0 19 0 5 0 1129216314 157630464 34697 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 38484 34697 68 164 0 38319 0
[pid=9111/tid=9112] ppid=9109 vsize=153936 CPUtime=15.44
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 8339 0 0 0 397 1147 0 0 15 0 5 0 1129216314 157630464 34697 4294967295 134512640 135180984 3218204784 3086581780 134580588 0 0 0 0 3223036975 0 0 -1 0 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=153936 CPUtime=240.53
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 8851 0 0 0 23707 346 0 0 25 0 5 0 1129216315 157630464 34697 4294967295 134512640 135180984 3218204784 3086515884 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=153936 CPUtime=253.25
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 9951 0 0 0 25044 281 0 0 25 0 5 0 1129216315 157630464 34697 4294967295 134512640 135180984 3218204784 3086450544 134528562 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=153936 CPUtime=270.16
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 9943 0 0 0 26605 411 0 0 25 0 5 0 1129216315 157630464 34697 4294967295 134512640 135180984 3218204784 3086385004 134518246 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 779.38
Current children cumulated vsize (KiB) 153936

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

[startup+409.612 s]
/proc/loadavg: 5.43 5.48 5.43 6/118 10851
/proc/meminfo: memFree=3053984/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=154264 CPUtime=793.65
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 37275 0 0 0 77154 2211 0 0 19 0 5 0 1129216314 157966336 34778 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 38566 34778 68 164 0 38401 0
[pid=9111/tid=9112] ppid=9109 vsize=154264 CPUtime=15.6
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 8370 0 0 0 401 1159 0 0 15 0 5 0 1129216314 157966336 34778 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=154264 CPUtime=245.8
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 8876 0 0 0 24229 351 0 0 25 0 5 0 1129216315 157966336 34778 4294967295 134512640 135180984 3218204784 3086516080 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=154264 CPUtime=257.93
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 9975 0 0 0 25508 285 0 0 25 0 5 0 1129216315 157966336 34778 4294967295 134512640 135180984 3218204784 3086450544 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=154264 CPUtime=274.32
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 9944 0 0 0 27016 416 0 0 25 0 5 0 1129216315 157966336 34778 4294967295 134512640 135180984 3218204784 3086385004 134519884 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 793.65
Current children cumulated vsize (KiB) 154264

[startup+435.21 s]
/proc/loadavg: 5.55 5.50 5.44 6/118 11072
/proc/meminfo: memFree=3052356/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=155868 CPUtime=843.26
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 37530 0 0 0 82049 2277 0 0 19 0 5 0 1129216314 159608832 35033 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 38967 35033 68 164 0 38802 0
[pid=9111/tid=9112] ppid=9109 vsize=155868 CPUtime=16.18
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 8533 0 0 0 420 1198 0 0 15 0 5 0 1129216314 159608832 35033 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=155868 CPUtime=261.53
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 8892 0 0 0 25794 359 0 0 25 0 5 0 1129216315 159608832 35033 4294967295 134512640 135180984 3218204784 3086516080 134528101 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=155868 CPUtime=275.74
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 10033 0 0 0 27277 297 0 0 25 0 5 0 1129216315 159608832 35033 4294967295 134512640 135180984 3218204784 3086450544 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=155868 CPUtime=289.81
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 9962 0 0 0 28558 423 0 0 25 0 5 0 1129216315 159608832 35033 4294967295 134512640 135180984 3218204784 3086385008 134528536 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 843.26
Current children cumulated vsize (KiB) 155868

[startup+448.009 s]
/proc/loadavg: 5.61 5.52 5.45 6/118 11095
/proc/meminfo: memFree=3051488/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=156912 CPUtime=868.41
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 37736 0 0 0 84529 2312 0 0 19 0 5 0 1129216314 160677888 35239 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 39228 35239 68 164 0 39063 0
[pid=9111/tid=9112] ppid=9109 vsize=156912 CPUtime=16.43
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 8601 0 0 0 426 1217 0 0 16 0 5 0 1129216314 160677888 35239 4294967295 134512640 135180984 3218204784 3086581780 134580588 0 0 0 0 3223036975 0 0 -1 0 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=156912 CPUtime=269.26
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 8985 0 0 0 26564 362 0 0 25 0 5 0 1129216315 160677888 35239 4294967295 134512640 135180984 3218204784 3086515884 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=156912 CPUtime=284.85
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 10070 0 0 0 28181 304 0 0 25 0 5 0 1129216315 160677888 35239 4294967295 134512640 135180984 3218204784 3086450480 134520716 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=156912 CPUtime=297.87
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 9970 0 0 0 29358 429 0 0 25 0 5 0 1129216315 160677888 35239 4294967295 134512640 135180984 3218204784 3086384936 134520871 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 868.41
Current children cumulated vsize (KiB) 156912

[startup+454.418 s]
/proc/loadavg: 5.52 5.50 5.44 6/120 11106
/proc/meminfo: memFree=3051520/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=156912 CPUtime=881.17
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 37767 0 0 0 85802 2315 0 0 19 0 5 0 1129216314 160677888 35270 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 39228 35270 68 164 0 39063 0
[pid=9111/tid=9112] ppid=9109 vsize=156912 CPUtime=16.47
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 8631 0 0 0 427 1220 0 0 15 0 5 0 1129216314 160677888 35270 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=156912 CPUtime=270.63
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 8986 0 0 0 26701 362 0 0 25 0 5 0 1129216315 160677888 35270 4294967295 134512640 135180984 3218204784 3086516016 134520798 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=156912 CPUtime=291.16
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 10070 0 0 0 28812 304 0 0 25 0 5 0 1129216315 160677888 35270 4294967295 134512640 135180984 3218204784 3086450544 134528536 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=156912 CPUtime=302.91
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 9970 0 0 0 29862 429 0 0 25 0 5 0 1129216315 160677888 35270 4294967295 134512640 135180984 3218204784 3086384944 134520810 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 881.17
Current children cumulated vsize (KiB) 156912

[startup+457.608 s]
/proc/loadavg: 5.52 5.50 5.44 6/118 11112
/proc/meminfo: memFree=3051108/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=157368 CPUtime=887.52
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 37793 0 0 0 86412 2340 0 0 19 0 5 0 1129216314 161144832 35296 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 39342 35296 68 164 0 39177 0
[pid=9111/tid=9112] ppid=9109 vsize=157368 CPUtime=16.61
/proc/9111/task/9112/stat : 9112 (satake) S 9109 9111 8716 0 -1 4202560 8657 0 0 0 430 1231 0 0 15 0 5 0 1129216314 161144832 35296 4294967295 134512640 135180984 3218204784 3086581776 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=9111/tid=9114] ppid=9109 vsize=157368 CPUtime=272.82
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 8986 0 0 0 26920 362 0 0 25 0 5 0 1129216315 161144832 35296 4294967295 134512640 135180984 3218204784 3086516016 134520815 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9111/tid=9115] ppid=9109 vsize=157368 CPUtime=293.53
/proc/9111/task/9115/stat : 9115 (satake) R 9109 9111 8716 0 -1 4202560 10070 0 0 0 29045 308 0 0 25 0 5 0 1129216315 161144832 35296 4294967295 134512640 135180984 3218204784 3086450592 134535641 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9111/tid=9116] ppid=9109 vsize=157368 CPUtime=304.56
/proc/9111/task/9116/stat : 9116 (satake) R 9109 9111 8716 0 -1 4202560 9970 0 0 0 30017 439 0 0 25 0 5 0 1129216315 161144832 35296 4294967295 134512640 135180984 3218204784 3086385000 134520860 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.52
Current children cumulated vsize (KiB) 157368

[startup+459.208 s]
/proc/loadavg: 5.56 5.51 5.44 4/115 11112
/proc/meminfo: memFree=3068472/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=130588 CPUtime=889.71
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 37805 0 0 0 86627 2344 0 0 18 0 2 0 1129216314 133722112 30910 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 32647 30910 77 164 0 32482 0
[pid=9111/tid=9114] ppid=9109 vsize=130588 CPUtime=274.31
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 8986 0 0 0 27069 362 0 0 25 0 2 0 1129216315 133722112 30910 4294967295 134512640 135180984 3218204784 3086516016 134520815 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 889.71
Current children cumulated vsize (KiB) 130588

[startup+459.608 s]
/proc/loadavg: 5.56 5.51 5.44 4/115 11112
/proc/meminfo: memFree=3068472/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=130588 CPUtime=890.11
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 37805 0 0 0 86667 2344 0 0 18 0 2 0 1129216314 133722112 30910 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 32647 30910 77 164 0 32482 0
[pid=9111/tid=9114] ppid=9109 vsize=130588 CPUtime=274.71
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 8986 0 0 0 27109 362 0 0 25 0 2 0 1129216315 133722112 30910 4294967295 134512640 135180984 3218204784 3086516016 134520711 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 890.11
Current children cumulated vsize (KiB) 130588

[startup+459.808 s]
/proc/loadavg: 5.56 5.51 5.44 4/117 11114
/proc/meminfo: memFree=3068472/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=130588 CPUtime=890.31
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 37805 0 0 0 86687 2344 0 0 18 0 2 0 1129216314 133722112 30888 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 32647 30888 77 164 0 32482 0
[pid=9111/tid=9114] ppid=9109 vsize=130588 CPUtime=274.91
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 8986 0 0 0 27129 362 0 0 25 0 2 0 1129216315 133722112 30888 4294967295 134512640 135180984 3218204784 3086516016 134520821 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 890.31
Current children cumulated vsize (KiB) 130588

[startup+459.918 s]
/proc/loadavg: 5.56 5.51 5.44 4/117 11114
/proc/meminfo: memFree=3068472/3368532 swapFree=1954888/1959888
[pid=9111] ppid=9109 vsize=130588 CPUtime=890.42
/proc/9111/stat : 9111 (satake) S 9109 9111 8716 0 -1 4202496 37805 0 0 0 86698 2344 0 0 18 0 2 0 1129216314 133722112 30888 4294967295 134512640 135180984 3218204784 3218204220 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9111/statm: 32647 30888 77 164 0 32482 0
[pid=9111/tid=9114] ppid=9109 vsize=130588 CPUtime=275.02
/proc/9111/task/9114/stat : 9114 (satake) R 9109 9111 8716 0 -1 4202560 8986 0 0 0 27140 362 0 0 25 0 2 0 1129216315 133722112 30888 4294967295 134512640 135180984 3218204784 3086516632 134672154 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 890.42
Current children cumulated vsize (KiB) 130588

Child status: 4
Real time (s): 459.96
CPU time (s): 890.46
CPU user time (s): 867.01
CPU system time (s): 23.45
CPU usage (%): 193.595
Max. virtual memory (cumulated for all children) (KiB): 157368


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 867.01
system time used= 23.45
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37806
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= 5581997
involuntary context switches= 5488782

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 03:05:23
IDJOB=1780015
IDBENCH=70947
IDSOLVER=629
FILE ID=/1780015-1243645523
PBS_JOBID=
Free space on /tmp= 15880 MiB

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

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

MD5SUM BENCH= e7c28f6a200a1c1912fbaacfb3572515
RANDOM SEED= 503754580

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.105
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.43
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.105
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.11
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.105
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.105
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:       3192776 kB
Buffers:         12892 kB
Cached:          88000 kB
SwapCached:        720 kB
Active:          54244 kB
Inactive:        62372 kB
HighTotal:     2489216 kB
HighFree:      2381644 kB
LowTotal:       879316 kB
LowFree:        811132 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:            4140 kB
Writeback:          72 kB
AnonPages:       15092 kB
Mapped:           6172 kB
Slab:            48484 kB
SReclaimable:    40288 kB
SUnreclaim:       8196 kB
PageTables:        732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   117260 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15879 MiB
End job on  at 2009-05-30 03:13:03