Trace number 3249638

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
SArTagnan 2011-03-24? (TO) 4800.35 1201.86

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x40.cnf
MD5SUM3a7a68cedc6ab84c0df9c27d166b0b6b
Bench CategoryCRAFTED (crafted 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 variables960
Number of clauses48480
Sum of the clauses size191040
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21440
Number of clauses of size 30
Number of clauses of size 447040
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 Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3249638-1304089046/watcher-3249638-1304089046 -o /tmp/evaluation-result-3249638-1304089046/solver-3249638-1304089046 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3249638-1304089046.cnf -threads=4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.80 9.30 9.33 3/176 2836
/proc/meminfo: memFree=30667728/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=20100 CPUtime=0 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 555 0 0 0 0 0 0 0 21 0 1 0 253095857 20582400 492 33554432000 4194304 4623224 140737081155680 18446744073709551615 268660662016 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/2836/statm: 5025 493 297 105 0 529 0

[startup+0.058631 s]
/proc/loadavg: 6.80 9.30 9.33 3/176 2836
/proc/meminfo: memFree=30667728/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=198168 CPUtime=0.12 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 6528 0 0 0 12 0 0 0 22 0 4 0 253095857 202924032 4398 33554432000 4194304 4623224 140737081155680 18446744073709551615 4355888 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 49542 4400 337 105 0 45046 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 198168

[startup+0.100657 s]
/proc/loadavg: 6.80 9.30 9.33 3/176 2836
/proc/meminfo: memFree=30667728/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=198168 CPUtime=0.28 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 6971 0 0 0 28 0 0 0 23 0 4 0 253095857 202924032 4681 33554432000 4194304 4623224 140737081155680 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 49542 4681 337 105 0 45046 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 198168

[startup+0.300588 s]
/proc/loadavg: 6.80 9.30 9.33 3/176 2836
/proc/meminfo: memFree=30667728/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=264456 CPUtime=1.08 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 9353 0 0 0 107 1 0 0 24 0 4 0 253095857 270802944 5892 33554432000 4194304 4623224 140737081155680 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 66114 5892 337 105 0 61618 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 264456

[startup+0.70052 s]
/proc/loadavg: 6.80 9.30 9.33 3/176 2836
/proc/meminfo: memFree=30667728/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=267784 CPUtime=2.69 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 16094 0 0 0 263 6 0 0 25 0 4 0 253095857 274210816 8929 33554432000 4194304 4623224 140737081155680 18446744073709551615 4360117 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 66946 8930 341 105 0 62450 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 267784

[startup+1.50035 s]
/proc/loadavg: 6.57 9.21 9.30 6/178 2874
/proc/meminfo: memFree=30619816/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=272708 CPUtime=5.87 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 28250 0 0 0 575 12 0 0 25 0 4 0 253095857 279252992 14997 33554432000 4194304 4623224 140737081155680 18446744073709551615 4416149 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 68177 14997 341 105 0 63681 0
[pid=2836/tid=2842] ppid=2834 vsize=272708 CPUtime=1.45 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 3986 0 0 0 145 0 0 0 25 0 4 0 253095860 279252992 14997 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=272708 CPUtime=1.45 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 5017 0 0 0 137 8 0 0 25 0 4 0 253095860 279252992 14997 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=272708 CPUtime=1.45 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 12516 0 0 0 143 2 0 0 19 0 4 0 253095860 279252992 14997 33554432000 4194304 4623224 140737081155680 18446744073709551615 4548704 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 272708

[startup+3.10107 s]
/proc/loadavg: 6.57 9.21 9.30 9/184 2883
/proc/meminfo: memFree=30502216/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=278056 CPUtime=12.27 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 49434 0 0 0 1210 17 0 0 25 0 4 0 253095857 284729344 24143 33554432000 4194304 4623224 140737081155680 18446744073709551615 4415997 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 69514 24143 341 105 0 65018 0
[pid=2836/tid=2842] ppid=2834 vsize=278056 CPUtime=3.05 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 7230 0 0 0 305 0 0 0 25 0 4 0 253095860 284729344 24143 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=278056 CPUtime=3.05 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 7964 0 0 0 295 10 0 0 25 0 4 0 253095860 284729344 24143 33554432000 4194304 4623224 140737081155680 18446744073709551615 4377652 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=278056 CPUtime=3.05 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 25651 0 0 0 301 4 0 0 22 0 4 0 253095860 284729344 24143 33554432000 4194304 4623224 140737081155680 18446744073709551615 4549852 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 278056

[startup+6.30051 s]
/proc/loadavg: 6.69 9.19 9.29 9/184 2884
/proc/meminfo: memFree=30380576/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=295204 CPUtime=25.05 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 85912 0 0 0 2481 24 0 0 25 0 4 0 253095857 302288896 40409 33554432000 4194304 4623224 140737081155680 18446744073709551615 4384262 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 73801 40409 341 105 0 69305 0
[pid=2836/tid=2842] ppid=2834 vsize=295204 CPUtime=6.26 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 11779 0 0 0 624 2 0 0 25 0 4 0 253095860 302288896 40409 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=295204 CPUtime=6.23 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 16051 0 0 0 610 13 0 0 25 0 4 0 253095860 302288896 40409 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=295204 CPUtime=6.26 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 47631 0 0 0 619 7 0 0 25 0 4 0 253095860 302288896 40409 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376757 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 295204

[startup+12.7004 s]
/proc/loadavg: 6.79 9.17 9.28 9/184 2884
/proc/meminfo: memFree=30169192/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=386308 CPUtime=50.61 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 161310 0 0 0 5025 36 0 0 25 0 4 0 253095857 395579392 67487 33554432000 4194304 4623224 140737081155680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 96577 67487 401 105 0 92081 0
[pid=2836/tid=2842] ppid=2834 vsize=386308 CPUtime=12.66 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 17828 0 0 0 1263 3 0 0 25 0 4 0 253095860 395579392 67487 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=386308 CPUtime=12.59 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 25927 0 0 0 1243 16 0 0 25 0 4 0 253095860 395579392 67487 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=386308 CPUtime=12.65 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 102797 0 0 0 1250 15 0 0 25 0 4 0 253095860 395579392 67487 33554432000 4194304 4623224 140737081155680 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 386308

[startup+25.5011 s]
/proc/loadavg: 6.98 9.13 9.27 9/184 2884
/proc/meminfo: memFree=29855216/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=566164 CPUtime=101.75 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 276549 0 0 0 10119 56 0 0 25 0 4 0 253095857 579751936 105477 33554432000 4194304 4623224 140737081155680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 141541 105478 341 105 0 137045 0
[pid=2836/tid=2842] ppid=2834 vsize=566164 CPUtime=25.46 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 27558 0 0 0 2541 5 0 0 25 0 4 0 253095860 579751936 105479 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=566164 CPUtime=25.32 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 37201 0 0 0 2512 20 0 0 25 0 4 0 253095860 579751936 105479 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=566164 CPUtime=25.46 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 190100 0 0 0 2518 28 0 0 25 0 4 0 253095860 579751936 105480 33554432000 4194304 4623224 140737081155680 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 566164

[startup+51.1006 s]
/proc/loadavg: 7.38 9.02 9.23 9/184 2885
/proc/meminfo: memFree=29401524/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=796020 CPUtime=204 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 417579 0 0 0 20310 90 0 0 25 0 4 0 253095857 815124480 166722 33554432000 4194304 4623224 140737081155680 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 199005 166722 343 105 0 194509 0
[pid=2836/tid=2842] ppid=2834 vsize=796020 CPUtime=51.05 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 43425 0 0 0 5097 8 0 0 25 0 4 0 253095860 815124480 166722 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=796020 CPUtime=50.78 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 54262 0 0 0 5044 34 0 0 25 0 4 0 253095860 815124480 166722 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=796020 CPUtime=51.05 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 288778 0 0 0 5062 43 0 0 25 0 4 0 253095860 815124480 166722 33554432000 4194304 4623224 140737081155680 18446744073709551615 4365948 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 796020

[startup+102.307 s]
/proc/loadavg: 7.73 8.86 9.16 9/184 2886
/proc/meminfo: memFree=28681168/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=1176912 CPUtime=408.55 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 618950 0 0 0 40715 140 0 0 25 0 4 0 253095857 1205157888 258813 33554432000 4194304 4623224 140737081155680 18446744073709551615 4416120 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 294228 258813 342 105 0 289732 0
[pid=2836/tid=2842] ppid=2834 vsize=1176912 CPUtime=102.26 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 63924 0 0 0 10209 17 0 0 25 0 4 0 253095860 1205157888 258813 33554432000 4194304 4623224 140737081155680 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=1176912 CPUtime=101.71 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 97371 0 0 0 10118 53 0 0 25 0 4 0 253095860 1205157888 258813 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=1176912 CPUtime=102.26 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 413402 0 0 0 10163 63 0 0 25 0 4 0 253095860 1205157888 258813 33554432000 4194304 4623224 140737081155680 18446744073709551615 4377066 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 1176912

[startup+162.301 s]
/proc/loadavg: 7.94 8.72 9.09 9/184 2888
/proc/meminfo: memFree=28061600/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=1612304 CPUtime=648.21 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 1027009 0 0 0 64608 213 0 0 25 0 4 0 253095857 1650999296 340634 33554432000 4194304 4623224 140737081155680 18446744073709551615 4414891 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 403076 340634 342 105 0 398580 0
[pid=2836/tid=2842] ppid=2834 vsize=1612304 CPUtime=162.25 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 91557 0 0 0 16200 25 0 0 25 0 4 0 253095860 1650999296 340634 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=1612304 CPUtime=161.4 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 117845 0 0 0 16075 65 0 0 25 0 4 0 253095860 1650999296 340634 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=1612304 CPUtime=162.25 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 755349 0 0 0 16112 113 0 0 25 0 4 0 253095860 1650999296 340634 33554432000 4194304 4623224 140737081155680 18446744073709551615 4554571 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 648.21
Current children cumulated vsize (KiB) 1612304

[startup+222.301 s]
/proc/loadavg: 7.98 8.58 9.02 9/184 2898
/proc/meminfo: memFree=27530568/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=1846020 CPUtime=887.86 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 1450646 0 0 0 88500 286 0 0 25 0 4 0 253095857 1890324480 407438 33554432000 4194304 4623224 140737081155680 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 461505 407438 342 105 0 457009 0
[pid=2836/tid=2842] ppid=2834 vsize=1846020 CPUtime=222.23 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 128601 0 0 0 22190 33 0 0 25 0 4 0 253095860 1890324480 407438 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=1846020 CPUtime=221.08 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 144939 0 0 0 22032 76 0 0 25 0 4 0 253095860 1890324480 407438 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=1846020 CPUtime=222.25 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 1112244 0 0 0 22059 166 0 0 25 0 4 0 253095860 1890324480 407438 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 887.86
Current children cumulated vsize (KiB) 1846020

[startup+282.301 s]

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


[startup+702.3 s]
/proc/loadavg: 8.13 8.17 8.62 9/184 2912
/proc/meminfo: memFree=25397160/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=3156420 CPUtime=2805.27 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 4041683 0 0 0 279792 735 0 0 25 0 4 0 253095857 3232174080 691137 33554432000 4194304 4623224 140737081155680 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 789105 691137 342 105 0 784609 0
[pid=2836/tid=2842] ppid=2834 vsize=3156420 CPUtime=702.25 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 282372 0 0 0 70143 82 0 0 25 0 4 0 253095860 3232174080 691137 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=3156420 CPUtime=698.51 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 149234 0 0 0 69771 80 0 0 25 0 4 0 253095860 3232174080 691137 33554432000 4194304 4623224 140737081155680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=3156420 CPUtime=702.25 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 3168342 0 0 0 69741 484 0 0 25 0 4 0 253095860 3232174080 691137 33554432000 4194304 4623224 140737081155680 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.27
Current children cumulated vsize (KiB) 3156420

[startup+762.307 s]
/proc/loadavg: 8.16 8.17 8.59 9/184 2914
/proc/meminfo: memFree=25208108/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=3221956 CPUtime=3044.97 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 4404478 0 0 0 303696 801 0 0 25 0 4 0 253095857 3299282944 717377 33554432000 4194304 4623224 140737081155680 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 805489 717377 342 105 0 800993 0
[pid=2836/tid=2842] ppid=2834 vsize=3221956 CPUtime=762.25 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 288999 0 0 0 76138 87 0 0 25 0 4 0 253095860 3299282944 717377 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=3221956 CPUtime=758.19 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 149351 0 0 0 75739 80 0 0 25 0 4 0 253095860 3299282944 717377 33554432000 4194304 4623224 140737081155680 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=3221956 CPUtime=762.26 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 3438443 0 0 0 75697 529 0 0 25 0 4 0 253095860 3299282944 717377 33554432000 4194304 4623224 140737081155680 18446744073709551615 4546853 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3044.97
Current children cumulated vsize (KiB) 3221956

[startup+822.3 s]
/proc/loadavg: 8.16 8.16 8.56 9/184 2915
/proc/meminfo: memFree=25034072/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=3353028 CPUtime=3284.62 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 4710833 0 0 0 327607 855 0 0 25 0 4 0 253095857 3433500672 741976 33554432000 4194304 4623224 140737081155680 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 838257 741976 342 105 0 833761 0
[pid=2836/tid=2842] ppid=2834 vsize=3353028 CPUtime=822.24 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 294559 0 0 0 82134 90 0 0 25 0 4 0 253095860 3433500672 741976 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=3353028 CPUtime=817.86 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 149574 0 0 0 81706 80 0 0 25 0 4 0 253095860 3433500672 741976 33554432000 4194304 4623224 140737081155680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=3353028 CPUtime=822.26 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 3706232 0 0 0 81652 574 0 0 25 0 4 0 253095860 3433500672 741976 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 3353028

[startup+882.301 s]
/proc/loadavg: 8.15 8.16 8.53 9/184 2917
/proc/meminfo: memFree=24828392/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=3465608 CPUtime=3524.3 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 4964576 0 0 0 351532 898 0 0 25 0 4 0 253095857 3548782592 768978 33554432000 4194304 4623224 140737081155680 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 866402 768978 342 105 0 861906 0
[pid=2836/tid=2842] ppid=2834 vsize=3465608 CPUtime=882.24 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 302074 0 0 0 88129 95 0 0 25 0 4 0 253095860 3548782592 768978 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=3465608 CPUtime=877.54 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 155597 0 0 0 87673 81 0 0 25 0 4 0 253095860 3548782592 768978 33554432000 4194304 4623224 140737081155680 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=3465608 CPUtime=882.26 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 3922346 0 0 0 87620 606 0 0 25 0 4 0 253095860 3548782592 768978 33554432000 4194304 4623224 140737081155680 18446744073709551615 4365856 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.3
Current children cumulated vsize (KiB) 3465608

[startup+942.3 s]
/proc/loadavg: 8.14 8.16 8.51 9/184 2919
/proc/meminfo: memFree=24700224/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=3496084 CPUtime=3763.97 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 5071626 0 0 0 375474 923 0 0 25 0 4 0 253095857 3579990016 783233 33554432000 4194304 4623224 140737081155680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 874021 783233 342 105 0 869525 0
[pid=2836/tid=2842] ppid=2834 vsize=3496084 CPUtime=942.24 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 306407 0 0 0 94126 98 0 0 25 0 4 0 253095860 3579990016 783233 33554432000 4194304 4623224 140737081155680 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=3496084 CPUtime=937.22 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 155757 0 0 0 93641 81 0 0 25 0 4 0 253095860 3579990016 783233 33554432000 4194304 4623224 140737081155680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=3496084 CPUtime=942.26 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 3929901 0 0 0 93618 608 0 0 25 0 4 0 253095860 3579990016 783233 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 3496084

[startup+1002.3 s]
/proc/loadavg: 8.13 8.16 8.49 9/184 2920
/proc/meminfo: memFree=24517124/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=3557996 CPUtime=4003.64 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 5197464 0 0 0 399413 951 0 0 25 0 4 0 253095857 3643387904 807922 33554432000 4194304 4623224 140737081155680 18446744073709551615 4414880 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 889499 807922 342 105 0 885003 0
[pid=2836/tid=2842] ppid=2834 vsize=3557996 CPUtime=1002.25 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 313716 0 0 0 100122 103 0 0 25 0 4 0 253095860 3643387904 807922 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=3557996 CPUtime=996.89 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 155868 0 0 0 99608 81 0 0 25 0 4 0 253095860 3643387904 807922 33554432000 4194304 4623224 140737081155680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=3557996 CPUtime=1002.26 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 3945445 0 0 0 99615 611 0 0 25 0 4 0 253095860 3643387904 807922 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.64
Current children cumulated vsize (KiB) 3557996

[startup+1062.3 s]
/proc/loadavg: 8.17 8.17 8.47 9/184 2924
/proc/meminfo: memFree=24308728/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=3784916 CPUtime=4243.31 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 5411885 0 0 0 423341 990 0 0 25 0 4 0 253095857 3875753984 839997 33554432000 4194304 4623224 140737081155680 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 946229 839997 342 105 0 941733 0
[pid=2836/tid=2842] ppid=2834 vsize=3784916 CPUtime=1062.25 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 409463 0 0 0 106105 120 0 0 25 0 4 0 253095860 3875753984 839997 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=3784916 CPUtime=1056.57 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 155980 0 0 0 105576 81 0 0 25 0 4 0 253095860 3875753984 839997 33554432000 4194304 4623224 140737081155680 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=3784916 CPUtime=1062.26 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 3960851 0 0 0 105611 615 0 0 25 0 4 0 253095860 3875753984 839997 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.31
Current children cumulated vsize (KiB) 3784916

[startup+1122.3 s]
/proc/loadavg: 8.10 8.15 8.44 9/184 2925
/proc/meminfo: memFree=24138536/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=3844712 CPUtime=4482.98 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 5514476 0 0 0 447284 1014 0 0 25 0 4 0 253095857 3936985088 859491 33554432000 4194304 4623224 140737081155680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 961178 859491 342 105 0 956682 0
[pid=2836/tid=2842] ppid=2834 vsize=3844712 CPUtime=1122.25 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 412722 0 0 0 112101 124 0 0 25 0 4 0 253095860 3936985088 859491 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=3844712 CPUtime=1116.24 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 156089 0 0 0 111543 81 0 0 25 0 4 0 253095860 3936985088 859491 33554432000 4194304 4623224 140737081155680 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=3844712 CPUtime=1122.26 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 3975882 0 0 0 111608 618 0 0 25 0 4 0 253095860 3936985088 859491 33554432000 4194304 4623224 140737081155680 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.98
Current children cumulated vsize (KiB) 3844712

[startup+1182.3 s]
/proc/loadavg: 8.07 8.13 8.42 9/184 2927
/proc/meminfo: memFree=23979236/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=3963340 CPUtime=4722.65 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 5691458 0 0 0 471215 1050 0 0 25 0 4 0 253095857 4058460160 881972 33554432000 4194304 4623224 140737081155680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 990835 881972 342 105 0 986339 0
[pid=2836/tid=2842] ppid=2834 vsize=3963340 CPUtime=1182.25 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 416420 0 0 0 118096 129 0 0 25 0 4 0 253095860 4058460160 881972 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=3963340 CPUtime=1175.93 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 156199 0 0 0 117511 82 0 0 25 0 4 0 253095860 4058460160 881972 33554432000 4194304 4623224 140737081155680 18446744073709551615 4357655 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=3963340 CPUtime=1182.25 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 3989463 0 0 0 117605 620 0 0 25 0 4 0 253095860 4058460160 881972 33554432000 4194304 4623224 140737081155680 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.65
Current children cumulated vsize (KiB) 3963340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.14 8.41 9/184 2927
/proc/meminfo: memFree=23925024/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=3980900 CPUtime=4800.16 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) R 2834 2836 2145 0 -1 4202496 5742718 0 0 0 478954 1062 0 0 25 0 4 0 253095857 4076441600 887561 33554432000 4194304 4623224 140737081155680 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 995225 887561 342 105 0 990729 0
[pid=2836/tid=2842] ppid=2834 vsize=3980900 CPUtime=1201.66 cores=0,2,4,6
/proc/2836/task/2842/stat : 2842 (SArTagnan) R 2834 2836 2145 0 -1 4202560 417254 0 0 0 120036 130 0 0 25 0 4 0 253095860 4076441600 887561 33554432000 4194304 4623224 140737081155680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=3980900 CPUtime=1195.23 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4202560 156227 0 0 0 119441 82 0 0 25 0 4 0 253095860 4076441600 887561 33554432000 4194304 4623224 140737081155680 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2836/tid=2844] ppid=2834 vsize=3980900 CPUtime=1201.66 cores=0,2,4,6
/proc/2836/task/2844/stat : 2844 (SArTagnan) R 2834 2836 2145 0 -1 4202560 3993980 0 0 0 119545 621 0 0 25 0 4 0 253095860 4076441600 887561 33554432000 4194304 4623224 140737081155680 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 3980900

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

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

[startup+1201.81 s]
/proc/loadavg: 8.12 8.14 8.41 9/184 2927
/proc/meminfo: memFree=23925024/32951124 swapFree=67111524/67111528
[pid=2836] ppid=2834 vsize=0 CPUtime=4800.29 cores=0,2,4,6
/proc/2836/stat : 2836 (SArTagnan) Z 2834 2836 2145 0 -1 4203548 5742718 0 0 0 478957 1072 0 0 25 0 2 0 253095857 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2836/statm: 0 0 0 0 0 0 0
[pid=2836/tid=2843] ppid=2834 vsize=0 CPUtime=1195.33 cores=0,2,4,6
/proc/2836/task/2843/stat : 2843 (SArTagnan) R 2834 2836 2145 0 -1 4203588 156227 0 0 0 119441 92 0 0 25 0 2 0 253095860 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.86
CPU time (s): 4800.35
CPU user time (s): 4789.58
CPU system time (s): 10.7744
CPU usage (%): 399.409
Max. virtual memory (cumulated for all children) (KiB): 4070172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.58
system time used= 10.7744
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5742718
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= 2456
involuntary context switches= 34470

runsolver used 1.9697 second user time and 4.49332 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 16:57:26
IDJOB=3249638
IDBENCH=83178
IDSOLVER=1656
FILE ID=node107/3249638-1304089046
RUNJOBID= node107-1304089046-2817
PBS_JOBID= 13170536
Free space on /tmp= 71800 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x40.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249638-1304089046/watcher-3249638-1304089046 -o /tmp/evaluation-result-3249638-1304089046/solver-3249638-1304089046 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3249638-1304089046.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3a7a68cedc6ab84c0df9c27d166b0b6b
RANDOM SEED=287159462

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5359.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30668388 kB
Buffers:        640876 kB
Cached:        1214548 kB
SwapCached:          4 kB
Active:         137784 kB
Inactive:      1781540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30668388 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2392 kB
Writeback:           8 kB
AnonPages:       62632 kB
Mapped:          14788 kB
Slab:           300552 kB
PageTables:       4868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71792 MiB
End job on node107 at 2011-04-29 17:17:30