Trace number 3438561

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-05-15 (fixed)? (TO) 40001.1 5012.22

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2100c215164gyes4.cnf
MD5SUM2caae162eff2e5f641cadfad345a5401
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 977)

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-3438561-1306919711/watcher-3438561-1306919711 -o /tmp/evaluation-result-3438561-1306919711/solver-3438561-1306919711 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438561-1306919711.cnf -threads=8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/517 3323
/proc/meminfo: memFree=24453928/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=23696 CPUtime=0 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 468 0 1 0 0 0 0 0 25 0 1 0 803568832 24264704 407 33554432000 4194304 4625164 140737392457296 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3323/statm: 5924 407 295 106 0 1427 0

[startup+0.0360569 s]
/proc/loadavg: 1.00 1.00 1.00 2/517 3323
/proc/meminfo: memFree=24453928/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=27864 CPUtime=0.03 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 1673 0 1 0 3 0 0 0 25 0 1 0 803568832 28532736 841 33554432000 4194304 4625164 140737392457296 18446744073709551615 218905427723 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3323/statm: 6966 874 296 106 0 2469 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27864

[startup+0.108283 s]
/proc/loadavg: 1.00 1.00 1.00 2/517 3323
/proc/meminfo: memFree=24453928/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=461380 CPUtime=2.52 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 16246 0 1 0 250 2 0 0 18 0 8 0 803568832 472453120 13751 33554432000 4194304 4625164 140737392457296 18446744073709551615 4512461 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3323/statm: 115345 13752 350 106 0 110848 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 461380

[startup+0.579909 s]
/proc/loadavg: 1.00 1.00 1.00 2/517 3323
/proc/meminfo: memFree=24453928/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=464572 CPUtime=3.14 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 19506 0 1 0 311 3 0 0 18 0 8 0 803568832 475721728 15887 33554432000 4194304 4625164 140737392457296 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3323/statm: 116143 15887 352 106 0 111646 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 464572

[startup+0.700887 s]
/proc/loadavg: 1.00 1.00 1.00 2/517 3323
/proc/meminfo: memFree=24453928/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=466204 CPUtime=4.11 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 21581 0 1 0 408 3 0 0 18 0 8 0 803568832 477392896 17962 33554432000 4194304 4625164 140737392457296 18446744073709551615 4512193 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3323/statm: 116551 17963 352 106 0 112054 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 466204

[startup+1.50074 s]
/proc/loadavg: 1.00 1.00 1.00 9/525 3331
/proc/meminfo: memFree=24354144/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=477372 CPUtime=10.49 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 36879 0 1 0 1043 6 0 0 19 0 8 0 803568832 488828928 27989 33554432000 4194304 4625164 140737392457296 18446744073709551615 4512026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3323/statm: 119343 27989 356 106 0 114846 0
[pid=3323/tid=3325] ppid=3321 vsize=477372 CPUtime=1.42 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 3399 0 0 0 142 0 0 0 19 0 8 0 803568839 488828928 27989 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=477372 CPUtime=1.31 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 2908 0 0 0 131 0 0 0 19 0 8 0 803568839 488828928 27989 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=477372 CPUtime=1.1 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 2685 0 0 0 110 0 0 0 19 0 8 0 803568839 488828928 27989 33554432000 4194304 4625164 140737392457296 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=477372 CPUtime=1.33 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 3265 0 0 0 133 0 0 0 19 0 8 0 803568839 488828928 27989 33554432000 4194304 4625164 140737392457296 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=477372 CPUtime=0.95 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 2198 0 0 0 95 0 0 0 25 0 8 0 803568839 488828928 27989 33554432000 4194304 4625164 140737392457296 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=477372 CPUtime=1.41 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 2937 0 0 0 141 0 0 0 19 0 8 0 803568839 488828928 27989 33554432000 4194304 4625164 140737392457296 18446744073709551615 4288755 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=477372 CPUtime=1.42 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 2876 0 0 0 142 0 0 0 19 0 8 0 803568839 488828928 27989 33554432000 4194304 4625164 140737392457296 18446744073709551615 218905398274 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 477372

[startup+3.10046 s]
/proc/loadavg: 1.56 1.12 1.04 9/525 3331
/proc/meminfo: memFree=24311860/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=482904 CPUtime=23.26 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 52569 0 1 0 2318 8 0 0 22 0 8 0 803568832 494493696 39205 33554432000 4194304 4625164 140737392457296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3323/statm: 120726 39205 360 106 0 116229 0
[pid=3323/tid=3325] ppid=3321 vsize=482904 CPUtime=3.01 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 4789 0 0 0 301 0 0 0 24 0 8 0 803568839 494493696 39205 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=482904 CPUtime=2.91 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 3383 0 0 0 291 0 0 0 23 0 8 0 803568839 494493696 39205 33554432000 4194304 4625164 140737392457296 18446744073709551615 218905389465 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=482904 CPUtime=2.7 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 5615 0 0 0 270 0 0 0 23 0 8 0 803568839 494493696 39205 33554432000 4194304 4625164 140737392457296 18446744073709551615 4547804 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=482904 CPUtime=2.94 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 4836 0 0 0 293 1 0 0 23 0 8 0 803568839 494493696 39205 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=482904 CPUtime=2.53 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 3853 0 0 0 253 0 0 0 25 0 8 0 803568839 494493696 39205 33554432000 4194304 4625164 140737392457296 18446744073709551615 4349072 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=482904 CPUtime=3.01 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 4315 0 0 0 301 0 0 0 25 0 8 0 803568839 494493696 39205 33554432000 4194304 4625164 140737392457296 18446744073709551615 4352053 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=482904 CPUtime=3.02 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 3095 0 0 0 302 0 0 0 22 0 8 0 803568839 494493696 39205 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 482904

[startup+6.30088 s]
/proc/loadavg: 1.56 1.12 1.04 9/525 3331
/proc/meminfo: memFree=24245784/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=504128 CPUtime=48.8 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 81447 0 1 0 4867 13 0 0 25 0 8 0 803568832 516227072 55541 33554432000 4194304 4625164 140737392457296 18446744073709551615 4513136 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3323/statm: 126032 55541 367 106 0 121535 0
[pid=3323/tid=3325] ppid=3321 vsize=504128 CPUtime=6.22 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 6576 0 0 0 621 1 0 0 25 0 8 0 803568839 516227072 55541 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=504128 CPUtime=6.11 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 5104 0 0 0 610 1 0 0 25 0 8 0 803568839 516227072 55541 33554432000 4194304 4625164 140737392457296 18446744073709551615 4352596 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=504128 CPUtime=5.9 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 12846 0 0 0 588 2 0 0 20 0 8 0 803568839 516227072 55541 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=504128 CPUtime=6.13 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 7328 0 0 0 612 1 0 0 25 0 8 0 803568839 516227072 55541 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=504128 CPUtime=5.67 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 6040 0 0 0 567 0 0 0 25 0 8 0 803568839 516227072 55541 33554432000 4194304 4625164 140737392457296 18446744073709551615 4349036 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=504128 CPUtime=6.21 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 8528 0 0 0 620 1 0 0 25 0 8 0 803568839 516227072 55541 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=504128 CPUtime=6.22 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 4453 0 0 0 622 0 0 0 20 0 8 0 803568839 516227072 55541 33554432000 4194304 4625164 140737392457296 18446744073709551615 4339646 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.8
Current children cumulated vsize (KiB) 504128

[startup+12.7007 s]
/proc/loadavg: 2.55 1.34 1.11 9/525 3331
/proc/meminfo: memFree=24152580/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=589032 CPUtime=99.88 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 127504 0 1 0 9966 22 0 0 25 0 8 0 803568832 603168768 77339 33554432000 4194304 4625164 140737392457296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3323/statm: 147258 77340 391 106 0 142761 0
[pid=3323/tid=3325] ppid=3321 vsize=589032 CPUtime=12.62 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 9223 0 0 0 1261 1 0 0 25 0 8 0 803568839 603168768 77340 33554432000 4194304 4625164 140737392457296 18446744073709551615 4464728 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=589032 CPUtime=12.5 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 8358 0 0 0 1249 1 0 0 25 0 8 0 803568839 603168768 77341 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=589032 CPUtime=12.3 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 35204 0 0 0 1225 5 0 0 25 0 8 0 803568839 603168768 77341 33554432000 4194304 4625164 140737392457296 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=589032 CPUtime=12.53 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 10558 0 0 0 1251 2 0 0 25 0 8 0 803568839 603168768 77342 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=589032 CPUtime=11.95 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 8991 0 0 0 1194 1 0 0 25 0 8 0 803568839 603168768 77342 33554432000 4194304 4625164 140737392457296 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=589032 CPUtime=12.61 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 13663 0 0 0 1259 2 0 0 25 0 8 0 803568839 603168768 77343 33554432000 4194304 4625164 140737392457296 18446744073709551615 4288889 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=589032 CPUtime=12.61 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 6166 0 0 0 1261 0 0 0 25 0 8 0 803568839 603168768 77343 33554432000 4194304 4625164 140737392457296 18446744073709551615 4352618 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.88
Current children cumulated vsize (KiB) 589032

[startup+25.5004 s]
/proc/loadavg: 3.39 1.56 1.18 9/525 3332
/proc/meminfo: memFree=24038512/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=766568 CPUtime=202.08 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 246291 0 1 0 20167 41 0 0 25 0 8 0 803568832 784965632 103651 33554432000 4194304 4625164 140737392457296 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3323/statm: 191642 103651 402 106 0 187145 0
[pid=3323/tid=3325] ppid=3321 vsize=766568 CPUtime=25.44 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 13322 0 0 0 2542 2 0 0 25 0 8 0 803568839 784965632 103654 33554432000 4194304 4625164 140737392457296 18446744073709551615 4339564 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=766568 CPUtime=25.32 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 9459 0 0 0 2530 2 0 0 25 0 8 0 803568839 784965632 103654 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=766568 CPUtime=25.12 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 112090 0 0 0 2496 16 0 0 25 0 8 0 803568839 784965632 103654 33554432000 4194304 4625164 140737392457296 18446744073709551615 4579373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=766568 CPUtime=25.34 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 14815 0 0 0 2531 3 0 0 25 0 8 0 803568839 784965632 103654 33554432000 4194304 4625164 140737392457296 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=766568 CPUtime=24.53 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 13386 0 0 0 2451 2 0 0 25 0 8 0 803568839 784965632 103654 33554432000 4194304 4625164 140737392457296 18446744073709551615 4349047 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=766568 CPUtime=25.43 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 15580 0 0 0 2541 2 0 0 25 0 8 0 803568839 784965632 103654 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351884 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=766568 CPUtime=25.44 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 8898 0 0 0 2543 1 0 0 25 0 8 0 803568839 784965632 103654 33554432000 4194304 4625164 140737392457296 18446744073709551615 4465778 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.08
Current children cumulated vsize (KiB) 766568

[startup+51.1008 s]
/proc/loadavg: 4.96 2.08 1.36 9/525 3332
/proc/meminfo: memFree=23757156/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=1108312 CPUtime=406.35 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 486272 0 1 0 40555 80 0 0 25 0 8 0 803568832 1134911488 175090 33554432000 4194304 4625164 140737392457296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3323/statm: 277078 175090 757 106 0 272581 0
[pid=3323/tid=3325] ppid=3321 vsize=1108312 CPUtime=51.02 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 21019 0 0 0 5099 3 0 0 25 0 8 0 803568839 1134911488 175090 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=1108312 CPUtime=50.9 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 14316 0 0 0 5087 3 0 0 25 0 8 0 803568839 1134911488 175090 33554432000 4194304 4625164 140737392457296 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=1108312 CPUtime=50.7 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 257359 0 0 0 5030 40 0 0 25 0 8 0 803568839 1134911488 175090 33554432000 4194304 4625164 140737392457296 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=1108312 CPUtime=50.92 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 21073 0 0 0 5088 4 0 0 25 0 8 0 803568839 1134911488 175090 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=1108312 CPUtime=49.65 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 21504 0 0 0 4961 4 0 0 25 0 8 0 803568839 1134911488 175090 33554432000 4194304 4625164 140737392457296 18446744073709551615 4349075 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=1108312 CPUtime=51.01 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 24233 0 0 0 5097 4 0 0 25 0 8 0 803568839 1134911488 175090 33554432000 4194304 4625164 140737392457296 18446744073709551615 4352183 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=1108312 CPUtime=51.01 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 13154 0 0 0 5099 2 0 0 25 0 8 0 803568839 1134911488 175090 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 406.35

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

/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 169427 0 0 0 466190 40 0 0 25 0 8 0 803568839 6680092672 1371040 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=6523528 CPUtime=4608.71 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 119834 0 0 0 460773 98 0 0 25 0 8 0 803568839 6680092672 1371040 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37210.1
Current children cumulated vsize (KiB) 6523528

[startup+4722.3 s]
/proc/loadavg: 8.09 8.06 7.99 9/525 3483
/proc/meminfo: memFree=18906868/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=6523528 CPUtime=37689 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 35595783 0 1 0 3762661 6237 0 0 25 0 8 0 803568832 6680092672 1384043 33554432000 4194304 4625164 140737392457296 18446744073709551615 4393124 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3323/statm: 1630882 1384043 352 106 0 1626385 0
[pid=3323/tid=3325] ppid=3321 vsize=6523528 CPUtime=4722.33 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 104311 0 0 0 472211 22 0 0 25 0 8 0 803568839 6680092672 1384043 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=6523528 CPUtime=4721.92 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 267111 0 0 0 471963 229 0 0 25 0 8 0 803568839 6680092672 1384043 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=6523528 CPUtime=4721.08 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 31539489 0 0 0 466879 5229 0 0 25 0 8 0 803568839 6680092672 1384043 33554432000 4194304 4625164 140737392457296 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=6523528 CPUtime=4720.87 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 131654 0 0 0 472058 29 0 0 25 0 8 0 803568839 6680092672 1384043 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=6523528 CPUtime=4703.69 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 134891 0 0 0 470341 28 0 0 25 0 8 0 803568839 6680092672 1384043 33554432000 4194304 4625164 140737392457296 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=6523528 CPUtime=4722.31 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 169801 0 0 0 472190 41 0 0 25 0 8 0 803568839 6680092672 1384043 33554432000 4194304 4625164 140737392457296 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=6523528 CPUtime=4668.71 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 119834 0 0 0 466773 98 0 0 25 0 8 0 803568839 6680092672 1384043 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37689
Current children cumulated vsize (KiB) 6523528

[startup+4782.3 s]
/proc/loadavg: 8.14 8.08 8.00 9/525 3485
/proc/meminfo: memFree=18789136/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=6736696 CPUtime=38167.9 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 36089769 0 1 0 3810463 6324 0 0 25 0 8 0 803568832 6898376704 1414027 33554432000 4194304 4625164 140737392457296 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3323/statm: 1684174 1414027 352 106 0 1679677 0
[pid=3323/tid=3325] ppid=3321 vsize=6736696 CPUtime=4782.34 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 116441 0 0 0 478210 24 0 0 25 0 8 0 803568839 6898376704 1414027 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=6736696 CPUtime=4781.92 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 273328 0 0 0 477956 236 0 0 25 0 8 0 803568839 6898376704 1414027 33554432000 4194304 4625164 140737392457296 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=6736696 CPUtime=4781.09 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 31919412 0 0 0 472818 5291 0 0 25 0 8 0 803568839 6898376704 1414027 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=6736696 CPUtime=4780.85 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 131915 0 0 0 478056 29 0 0 25 0 8 0 803568839 6898376704 1414027 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=6736696 CPUtime=4763.7 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 135221 0 0 0 476342 28 0 0 25 0 8 0 803568839 6898376704 1414027 33554432000 4194304 4625164 140737392457296 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=6736696 CPUtime=4782.31 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 170040 0 0 0 478190 41 0 0 25 0 8 0 803568839 6898376704 1414027 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=6736696 CPUtime=4728.72 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 120298 0 0 0 472773 99 0 0 25 0 8 0 803568839 6898376704 1414027 33554432000 4194304 4625164 140737392457296 18446744073709551615 4465256 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38167.9
Current children cumulated vsize (KiB) 6736696

[startup+4842.3 s]
/proc/loadavg: 8.10 8.08 8.00 9/525 3486
/proc/meminfo: memFree=18729304/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=6802232 CPUtime=38646.8 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 36595267 0 1 0 3858270 6407 0 0 25 0 8 0 803568832 6965485568 1427692 33554432000 4194304 4625164 140737392457296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3323/statm: 1700558 1427692 352 106 0 1696061 0
[pid=3323/tid=3325] ppid=3321 vsize=6802232 CPUtime=4842.34 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 116672 0 0 0 484210 24 0 0 25 0 8 0 803568839 6965485568 1427692 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=6802232 CPUtime=4841.93 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 279073 0 0 0 483952 241 0 0 25 0 8 0 803568839 6965485568 1427692 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=6802232 CPUtime=4841.09 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 32387630 0 0 0 478747 5362 0 0 25 0 8 0 803568839 6965485568 1427692 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=6802232 CPUtime=4840.83 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 132037 0 0 0 484054 29 0 0 25 0 8 0 803568839 6965485568 1427692 33554432000 4194304 4625164 140737392457296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=6802232 CPUtime=4823.71 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 135404 0 0 0 482342 29 0 0 25 0 8 0 803568839 6965485568 1427692 33554432000 4194304 4625164 140737392457296 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=6802232 CPUtime=4842.31 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 170335 0 0 0 484190 41 0 0 25 0 8 0 803568839 6965485568 1427692 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=6802232 CPUtime=4788.72 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 120853 0 0 0 478771 101 0 0 25 0 8 0 803568839 6965485568 1427692 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38646.8
Current children cumulated vsize (KiB) 6802232

[startup+4902.3 s]
/proc/loadavg: 8.03 8.06 8.00 9/525 3488
/proc/meminfo: memFree=18682628/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=6867768 CPUtime=39125.7 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 37150963 0 1 0 3906068 6499 0 0 25 0 8 0 803568832 7032594432 1439207 33554432000 4194304 4625164 140737392457296 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3323/statm: 1716942 1439208 352 106 0 1712445 0
[pid=3323/tid=3325] ppid=3321 vsize=6867768 CPUtime=4902.34 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 116866 0 0 0 490210 24 0 0 25 0 8 0 803568839 7032594432 1439208 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=6867768 CPUtime=4901.92 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 281305 0 0 0 489949 243 0 0 25 0 8 0 803568839 7032594432 1439209 33554432000 4194304 4625164 140737392457296 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=6867768 CPUtime=4901.08 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 32903527 0 0 0 484664 5444 0 0 25 0 8 0 803568839 7032594432 1439209 33554432000 4194304 4625164 140737392457296 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=6867768 CPUtime=4900.82 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 133737 0 0 0 490053 29 0 0 25 0 8 0 803568839 7032594432 1439210 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=6867768 CPUtime=4883.71 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 135571 0 0 0 488342 29 0 0 25 0 8 0 803568839 7032594432 1439210 33554432000 4194304 4625164 140737392457296 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=6867768 CPUtime=4902.31 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 170807 0 0 0 490190 41 0 0 25 0 8 0 803568839 7032594432 1439210 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=6867768 CPUtime=4848.72 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 120910 0 0 0 484771 101 0 0 25 0 8 0 803568839 7032594432 1439210 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39125.7
Current children cumulated vsize (KiB) 6867768

[startup+4962.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/525 3489
/proc/meminfo: memFree=18645036/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=6867768 CPUtime=39604.6 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 37613381 0 1 0 3953889 6574 0 0 25 0 8 0 803568832 7032594432 1448794 33554432000 4194304 4625164 140737392457296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3323/statm: 1716942 1448794 352 106 0 1712445 0
[pid=3323/tid=3325] ppid=3321 vsize=6867768 CPUtime=4962.36 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 117118 0 0 0 496212 24 0 0 25 0 8 0 803568839 7032594432 1448794 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=6867768 CPUtime=4961.95 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 281363 0 0 0 495952 243 0 0 25 0 8 0 803568839 7032594432 1448794 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=6867768 CPUtime=4961.1 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 33328661 0 0 0 490600 5510 0 0 25 0 8 0 803568839 7032594432 1448794 33554432000 4194304 4625164 140737392457296 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=6867768 CPUtime=4960.82 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 134121 0 0 0 496053 29 0 0 25 0 8 0 803568839 7032594432 1448794 33554432000 4194304 4625164 140737392457296 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=6867768 CPUtime=4943.73 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 135824 0 0 0 494344 29 0 0 25 0 8 0 803568839 7032594432 1448794 33554432000 4194304 4625164 140737392457296 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=6867768 CPUtime=4962.33 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 170976 0 0 0 496192 41 0 0 25 0 8 0 803568839 7032594432 1448794 33554432000 4194304 4625164 140737392457296 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=6867768 CPUtime=4908.74 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 122736 0 0 0 490772 102 0 0 25 0 8 0 803568839 7032594432 1448794 33554432000 4194304 4625164 140737392457296 18446744073709551615 4464320 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39604.6
Current children cumulated vsize (KiB) 6867768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.92 s]
/proc/loadavg: 8.06 8.05 8.00 9/525 3492
/proc/meminfo: memFree=18630972/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=6867768 CPUtime=40000.7 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4202496 37937625 0 1 0 3993441 6626 0 0 25 0 8 0 803568832 7032594432 1452275 33554432000 4194304 4625164 140737392457296 18446744073709551615 4511906 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3323/statm: 1716942 1452275 352 106 0 1712445 0
[pid=3323/tid=3325] ppid=3321 vsize=6867768 CPUtime=5011.98 cores=0-7
/proc/3323/task/3325/stat : 3325 (SArTagnan) R 3321 3323 3292 0 -1 4202560 117281 0 0 0 501174 24 0 0 25 0 8 0 803568839 7032594432 1452276 33554432000 4194304 4625164 140737392457296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3323/tid=3326] ppid=3321 vsize=6867768 CPUtime=5011.57 cores=0-7
/proc/3323/task/3326/stat : 3326 (SArTagnan) R 3321 3323 3292 0 -1 4202560 281377 0 0 0 500914 243 0 0 25 0 8 0 803568839 7032594432 1452276 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3323/tid=3327] ppid=3321 vsize=6867768 CPUtime=5010.73 cores=0-7
/proc/3323/task/3327/stat : 3327 (SArTagnan) R 3321 3323 3292 0 -1 4202560 33648472 0 0 0 495512 5561 0 0 25 0 8 0 803568839 7032594432 1452276 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3323/tid=3328] ppid=3321 vsize=6867768 CPUtime=5010.44 cores=0-7
/proc/3323/task/3328/stat : 3328 (SArTagnan) R 3321 3323 3292 0 -1 4202560 134296 0 0 0 501014 30 0 0 25 0 8 0 803568839 7032594432 1452276 33554432000 4194304 4625164 140737392457296 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3323/tid=3329] ppid=3321 vsize=6867768 CPUtime=4993.35 cores=0-7
/proc/3323/task/3329/stat : 3329 (SArTagnan) R 3321 3323 3292 0 -1 4202560 135996 0 0 0 499306 29 0 0 25 0 8 0 803568839 7032594432 1452276 33554432000 4194304 4625164 140737392457296 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3323/tid=3330] ppid=3321 vsize=6867768 CPUtime=5011.96 cores=0-7
/proc/3323/task/3330/stat : 3330 (SArTagnan) R 3321 3323 3292 0 -1 4202560 171532 0 0 0 501154 42 0 0 25 0 8 0 803568839 7032594432 1452276 33554432000 4194304 4625164 140737392457296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3323/tid=3331] ppid=3321 vsize=6867768 CPUtime=4958.36 cores=0-7
/proc/3323/task/3331/stat : 3331 (SArTagnan) R 3321 3323 3292 0 -1 4202560 122749 0 0 0 495734 102 0 0 25 0 8 0 803568839 7032594432 1452276 33554432000 4194304 4625164 140737392457296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 6867768

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

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

[startup+5012.1 s]
/proc/loadavg: 8.06 8.05 8.00 9/525 3492
/proc/meminfo: memFree=18630972/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=0 CPUtime=40001 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4203524 37937626 0 1 0 3993455 6641 0 0 25 0 1 0 803568832 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3323/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40001
Current children cumulated vsize (KiB) 0

[startup+5012.2 s]
/proc/loadavg: 8.06 8.05 8.00 9/525 3492
/proc/meminfo: memFree=18630972/32951124 swapFree=56930356/67111528
[pid=3323] ppid=3321 vsize=0 CPUtime=40001.1 cores=0-7
/proc/3323/stat : 3323 (SArTagnan) R 3321 3323 3292 0 -1 4203524 37937626 0 1 0 3993455 6651 0 0 25 0 1 0 803568832 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3323/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40001.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5012.22
CPU time (s): 40001.1
CPU user time (s): 39934.6
CPU system time (s): 66.5329
CPU usage (%): 798.072
Max. virtual memory (cumulated for all children) (KiB): 7257440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39934.6
system time used= 66.5329
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37937626
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13064
involuntary context switches= 169099

runsolver used 23.2475 second user time and 68.2366 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-01 11:15:11
IDJOB=3438561
IDBENCH=71571
IDSOLVER=1936
FILE ID=node137/3438561-1306919711
RUNJOBID= node137-1306919711-3309
PBS_JOBID= 13488541
Free space on /tmp= 73540 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2100c215164gyes4.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438561-1306919711/watcher-3438561-1306919711 -o /tmp/evaluation-result-3438561-1306919711/solver-3438561-1306919711 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438561-1306919711.cnf -threads=8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 2caae162eff2e5f641cadfad345a5401
RANDOM SEED=91400956

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.82
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.844
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	: 5332.75
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24454208 kB
Buffers:        116828 kB
Cached:         123076 kB
SwapCached:      12308 kB
Active:        8088484 kB
Inactive:       156672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24454208 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:            3144 kB
Writeback:           4 kB
AnonPages:     8002864 kB
Mapped:          20636 kB
Slab:           105992 kB
PageTables:      73912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162511260 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= 73536 MiB
End job on node137 at 2011-06-01 12:38:45