Trace number 3439236

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) 40000.7 5011.99

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
MD5SUMcf96a8eea16f98b3cec72117cedd0285
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2742.7
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses48342
Sum of the clauses size483180
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 548
Number of clauses of size over 548294

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-3439236-1306960449/watcher-3439236-1306960449 -o /tmp/evaluation-result-3439236-1306960449/solver-3439236-1306960449 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439236-1306960449.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: 3.95 1.02 0.34 2/547 26543
/proc/meminfo: memFree=25236740/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=22060 CPUtime=0.01 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 1518 0 0 0 1 0 0 0 25 0 1 0 807641934 22589440 1014 33554432000 4194304 4625164 140734725248848 18446744073709551615 4360561 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/26543/statm: 5515 1014 296 106 0 1018 0

[startup+0.0438001 s]
/proc/loadavg: 3.95 1.02 0.34 2/547 26543
/proc/meminfo: memFree=25236740/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=26612 CPUtime=0.03 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 3797 0 0 0 3 0 0 0 25 0 1 0 807641934 27250688 2034 33554432000 4194304 4625164 140734725248848 18446744073709551615 239476694784 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/26543/statm: 7040 2059 296 106 0 2543 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26612

[startup+0.189853 s]
/proc/loadavg: 3.95 1.02 0.34 2/547 26543
/proc/meminfo: memFree=25236740/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=344264 CPUtime=2.04 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 22094 0 0 0 201 3 0 0 20 0 8 0 807641934 352526336 16866 33554432000 4194304 4625164 140734725248848 18446744073709551615 4280397 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 86066 16363 467 106 0 81569 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 344264

[startup+0.982542 s]
/proc/loadavg: 3.95 1.02 0.34 2/547 26543
/proc/meminfo: memFree=25236740/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=353544 CPUtime=7.38 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 32229 0 0 0 734 4 0 0 21 0 8 0 807641934 362029056 19962 33554432000 4194304 4625164 140734725248848 18446744073709551615 4329239 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 88386 19962 404 106 0 83889 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 353544

[startup+1.08252 s]
/proc/loadavg: 3.95 1.02 0.34 2/547 26543
/proc/meminfo: memFree=25236740/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=360936 CPUtime=8.18 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 33885 0 0 0 813 5 0 0 22 0 8 0 807641934 369598464 21378 33554432000 4194304 4625164 140734725248848 18446744073709551615 4519301 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 90234 21378 403 106 0 85737 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 360936

[startup+1.50045 s]
/proc/loadavg: 3.95 1.02 0.34 2/547 26543
/proc/meminfo: memFree=25236740/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=373340 CPUtime=11.53 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 40028 0 0 0 1147 6 0 0 23 0 8 0 807641934 382300160 23710 33554432000 4194304 4625164 140734725248848 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 93335 23710 396 106 0 88838 0
Current children cumulated CPU time (s) 11.53
Current children cumulated vsize (KiB) 373340

[startup+3.10114 s]
/proc/loadavg: 3.71 1.02 0.34 9/555 26552
/proc/meminfo: memFree=25127448/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=370988 CPUtime=24.29 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 55360 0 0 0 2420 9 0 0 25 0 8 0 807641934 379891712 27958 33554432000 4194304 4625164 140734725248848 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 92747 27958 372 106 0 88250 0
[pid=26543/tid=26545] ppid=26541 vsize=370988 CPUtime=3.03 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 2622 0 0 0 303 0 0 0 25 0 8 0 807641940 379891712 27958 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351884 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=370988 CPUtime=3.01 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 4604 0 0 0 301 0 0 0 25 0 8 0 807641940 379891712 27958 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=370988 CPUtime=2.97 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 18467 0 0 0 295 2 0 0 24 0 8 0 807641940 379891712 27958 33554432000 4194304 4625164 140734725248848 18446744073709551615 4552343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=370988 CPUtime=3.03 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 3533 0 0 0 303 0 0 0 25 0 8 0 807641940 379891712 27958 33554432000 4194304 4625164 140734725248848 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=370988 CPUtime=3.02 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 4708 0 0 0 302 0 0 0 25 0 8 0 807641940 379891712 27958 33554432000 4194304 4625164 140734725248848 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=370988 CPUtime=3.02 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 4820 0 0 0 302 0 0 0 25 0 8 0 807641940 379891712 27958 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=370988 CPUtime=3.03 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 3746 0 0 0 303 0 0 0 25 0 8 0 807641940 379891712 27958 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 370988

[startup+6.30052 s]
/proc/loadavg: 4.14 1.15 0.39 9/555 26552
/proc/meminfo: memFree=25089264/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=404968 CPUtime=49.82 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 99827 0 0 0 4966 16 0 0 25 0 8 0 807641934 414687232 37751 33554432000 4194304 4625164 140734725248848 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 101242 37751 347 106 0 96745 0
[pid=26543/tid=26545] ppid=26541 vsize=404968 CPUtime=6.23 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 4857 0 0 0 623 0 0 0 25 0 8 0 807641940 414687232 37751 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=404968 CPUtime=6.21 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 7082 0 0 0 620 1 0 0 25 0 8 0 807641940 414687232 37751 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=404968 CPUtime=6.11 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 46538 0 0 0 604 7 0 0 25 0 8 0 807641940 414687232 37751 33554432000 4194304 4625164 140734725248848 18446744073709551615 4335104 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=404968 CPUtime=6.23 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 6262 0 0 0 622 1 0 0 25 0 8 0 807641940 414687232 37751 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=404968 CPUtime=6.23 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 7489 0 0 0 622 1 0 0 25 0 8 0 807641940 414687232 37751 33554432000 4194304 4625164 140734725248848 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=404968 CPUtime=6.23 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 7828 0 0 0 622 1 0 0 25 0 8 0 807641940 414687232 37751 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=404968 CPUtime=6.22 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 6375 0 0 0 622 0 0 0 25 0 8 0 807641940 414687232 37751 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 404968

[startup+12.7013 s]
/proc/loadavg: 4.44 1.26 0.43 9/555 26552
/proc/meminfo: memFree=25020600/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=434372 CPUtime=101.05 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 177513 0 0 0 10077 28 0 0 25 0 8 0 807641934 444796928 54099 33554432000 4194304 4625164 140734725248848 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 108593 54099 438 106 0 104096 0
[pid=26543/tid=26545] ppid=26541 vsize=434372 CPUtime=12.65 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 9671 0 0 0 1264 1 0 0 25 0 8 0 807641940 444796928 54099 33554432000 4194304 4625164 140734725248848 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=434372 CPUtime=12.63 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 10786 0 0 0 1261 2 0 0 25 0 8 0 807641940 444796928 54099 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=434372 CPUtime=12.42 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 98172 0 0 0 1228 14 0 0 25 0 8 0 807641940 444796928 54099 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=434372 CPUtime=12.64 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 11283 0 0 0 1263 1 0 0 25 0 8 0 807641940 444796928 54099 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=434372 CPUtime=12.65 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 8054 0 0 0 1264 1 0 0 25 0 8 0 807641940 444796928 54099 33554432000 4194304 4625164 140734725248848 18446744073709551615 4434808 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=434372 CPUtime=12.65 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 12033 0 0 0 1263 2 0 0 25 0 8 0 807641940 444796928 54099 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=434372 CPUtime=12.65 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 10221 0 0 0 1264 1 0 0 25 0 8 0 807641940 444796928 54099 33554432000 4194304 4625164 140734725248848 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 434372

[startup+25.5008 s]
/proc/loadavg: 4.99 1.48 0.51 9/555 26552
/proc/meminfo: memFree=24963936/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=488228 CPUtime=203.08 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 285292 0 0 0 20262 46 0 0 25 0 8 0 807641934 499945472 69548 33554432000 4194304 4625164 140734725248848 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 122057 69548 401 106 0 117560 0
[pid=26543/tid=26545] ppid=26541 vsize=488228 CPUtime=25.43 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 16017 0 0 0 2541 2 0 0 25 0 8 0 807641940 499945472 69548 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=488228 CPUtime=25.42 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 17195 0 0 0 2539 3 0 0 25 0 8 0 807641940 499945472 69548 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=488228 CPUtime=24.97 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 170887 0 0 0 2471 26 0 0 25 0 8 0 807641940 499945472 69548 33554432000 4194304 4625164 140734725248848 18446744073709551615 239476392263 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=488228 CPUtime=25.43 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 17360 0 0 0 2540 3 0 0 25 0 8 0 807641940 499945472 69548 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=488228 CPUtime=25.42 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 11947 0 0 0 2541 1 0 0 25 0 8 0 807641940 499945472 69548 33554432000 4194304 4625164 140734725248848 18446744073709551615 4349061 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=488228 CPUtime=25.42 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 18434 0 0 0 2539 3 0 0 25 0 8 0 807641940 499945472 69548 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=488228 CPUtime=25.43 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 15946 0 0 0 2541 2 0 0 25 0 8 0 807641940 499945472 69548 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.08
Current children cumulated vsize (KiB) 488228

[startup+51.1009 s]
/proc/loadavg: 6.18 2.10 0.75 9/555 26553
/proc/meminfo: memFree=24854076/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=623732 CPUtime=407.39 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 505805 0 0 0 40654 85 0 0 25 0 8 0 807641934 638701568 96741 33554432000 4194304 4625164 140734725248848 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 155933 96741 525 106 0 151436 0
[pid=26543/tid=26545] ppid=26541 vsize=623732 CPUtime=51.04 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 25717 0 0 0 5100 4 0 0 25 0 8 0 807641940 638701568 96741 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=623732 CPUtime=51.02 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 27882 0 0 0 5097 5 0 0 25 0 8 0 807641940 638701568 96741 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351906 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=623732 CPUtime=50.12 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 346360 0 0 0 4955 57 0 0 25 0 8 0 807641940 638701568 96741 33554432000 4194304 4625164 140734725248848 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=623732 CPUtime=51.03 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 26862 0 0 0 5099 4 0 0 25 0 8 0 807641940 638701568 96741 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=623732 CPUtime=51.02 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 17517 0 0 0 5100 2 0 0 25 0 8 0 807641940 638701568 96741 33554432000 4194304 4625164 140734725248848 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=623732 CPUtime=51.02 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 18612 0 0 0 5098 4 0 0 25 0 8 0 807641940 638701568 96741 33554432000 4194304 4625164 140734725248848 18446744073709551615 239492678683 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=623732 CPUtime=51.03 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 24824 0 0 0 5099 4 0 0 25 0 8 0 807641940 638701568 96741 33554432000 4194304 4625164 140734725248848 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.39
Current children cumulated vsize (KiB) 623732

[startup+102.301 s]
/proc/loadavg: 7.25 3.02 1.13 9/555 26554
/proc/meminfo: memFree=24702704/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=822284 CPUtime=816.04 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 790177 0 0 0 81473 131 0 0 25 0 8 0 807641934 842018816 134532 33554432000 4194304 4625164 140734725248848 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 205571 134532 356 106 0 201074 0
[pid=26543/tid=26545] ppid=26541 vsize=822284 CPUtime=102.23 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 39714 0 0 0 10217 6 0 0 25 0 8 0 807641940 842018816 134532 33554432000 4194304 4625164 140734725248848 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=822284 CPUtime=102.21 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 43037 0 0 0 10215 6 0 0 25 0 8 0 807641940 842018816 134532 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=822284 CPUtime=100.38 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 569762 0 0 0 9944 94 0 0 25 0 8 0 807641940 842018816 134532 33554432000 4194304 4625164 140734725248848 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 7 0 0 0

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

[pid=26543/tid=26547] ppid=26541 vsize=4047420 CPUtime=4647.82 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 19558087 0 0 0 461728 3054 0 0 25 0 8 0 807641940 4144558080 822166 33554432000 4194304 4625164 140734725248848 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=4047420 CPUtime=4662.39 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 368578 0 0 0 466171 68 0 0 25 0 8 0 807641940 4144558080 822166 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=4047420 CPUtime=4662.16 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 102373 0 0 0 466195 21 0 0 25 0 8 0 807641940 4144558080 822166 33554432000 4194304 4625164 140734725248848 18446744073709551615 4348838 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=4047420 CPUtime=4662.09 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 67836 0 0 0 466177 32 0 0 25 0 8 0 807641940 4144558080 822166 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=4047420 CPUtime=4620.51 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 67890 0 0 0 462033 18 0 0 25 0 8 0 807641940 4144558080 822166 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37210.8
Current children cumulated vsize (KiB) 4047420

[startup+4722.3 s]
/proc/loadavg: 8.12 8.09 8.00 9/555 26689
/proc/meminfo: memFree=21931240/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=4112956 CPUtime=37689.7 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 25964930 0 0 0 3764844 4122 0 0 25 0 8 0 807641934 4211666944 825550 33554432000 4194304 4625164 140734725248848 18446744073709551615 4512190 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 1028239 825550 386 106 0 1023742 0
[pid=26543/tid=26545] ppid=26541 vsize=4112956 CPUtime=4722.4 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 354942 0 0 0 472172 68 0 0 25 0 8 0 807641940 4211666944 825550 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=4112956 CPUtime=4692.37 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 102410 0 0 0 469217 20 0 0 25 0 8 0 807641940 4211666944 825550 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=4112956 CPUtime=4707.82 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 19848053 0 0 0 467683 3099 0 0 25 0 8 0 807641940 4211666944 825550 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=4112956 CPUtime=4722.39 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 368785 0 0 0 472170 69 0 0 25 0 8 0 807641940 4211666944 825550 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351786 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=4112956 CPUtime=4722.16 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 102726 0 0 0 472195 21 0 0 25 0 8 0 807641940 4211666944 825550 33554432000 4194304 4625164 140734725248848 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=4112956 CPUtime=4722.09 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 67855 0 0 0 472177 32 0 0 25 0 8 0 807641940 4211666944 825550 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=4112956 CPUtime=4679.41 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 68188 0 0 0 467923 18 0 0 25 0 8 0 807641940 4211666944 825550 33554432000 4194304 4625164 140734725248848 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37689.7
Current children cumulated vsize (KiB) 4112956

[startup+4782.3 s]
/proc/loadavg: 8.11 8.09 8.00 9/555 26691
/proc/meminfo: memFree=21916216/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=4112956 CPUtime=38168.7 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 26344451 0 0 0 3812688 4182 0 0 25 0 8 0 807641934 4211666944 828008 33554432000 4194304 4625164 140734725248848 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 1028239 828008 442 106 0 1023742 0
[pid=26543/tid=26545] ppid=26541 vsize=4112956 CPUtime=4782.42 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 355164 0 0 0 478174 68 0 0 25 0 8 0 807641940 4211666944 828008 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=4112956 CPUtime=4752.39 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 102496 0 0 0 475219 20 0 0 25 0 8 0 807641940 4211666944 828008 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=4112956 CPUtime=4767.84 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 20166166 0 0 0 473635 3149 0 0 25 0 8 0 807641940 4211666944 828008 33554432000 4194304 4625164 140734725248848 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=4112956 CPUtime=4782.41 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 368875 0 0 0 478172 69 0 0 25 0 8 0 807641940 4211666944 828008 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=4112956 CPUtime=4782.18 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 102726 0 0 0 478197 21 0 0 25 0 8 0 807641940 4211666944 828008 33554432000 4194304 4625164 140734725248848 18446744073709551615 4348844 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=4112956 CPUtime=4782.11 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 68002 0 0 0 478179 32 0 0 25 0 8 0 807641940 4211666944 828008 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=4112956 CPUtime=4738.33 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 68298 0 0 0 473815 18 0 0 25 0 8 0 807641940 4211666944 828008 33554432000 4194304 4625164 140734725248848 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38168.7
Current children cumulated vsize (KiB) 4112956

[startup+4842.3 s]
/proc/loadavg: 8.10 8.09 8.00 9/555 26693
/proc/meminfo: memFree=21851584/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=4249004 CPUtime=38647.5 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 26798297 0 0 0 3860496 4252 0 0 25 0 8 0 807641934 4350980096 843826 33554432000 4194304 4625164 140734725248848 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 1062251 843826 396 106 0 1057754 0
[pid=26543/tid=26545] ppid=26541 vsize=4249004 CPUtime=4842.4 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 355556 0 0 0 484172 68 0 0 25 0 8 0 807641940 4350980096 843826 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=4249004 CPUtime=4812.37 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 102560 0 0 0 481217 20 0 0 25 0 8 0 807641940 4350980096 843826 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=4249004 CPUtime=4827.82 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 20501428 0 0 0 479582 3200 0 0 25 0 8 0 807641940 4350980096 843826 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=4249004 CPUtime=4842.39 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 369388 0 0 0 484170 69 0 0 25 0 8 0 807641940 4350980096 843826 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=4249004 CPUtime=4842.17 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 140060 0 0 0 484191 26 0 0 25 0 8 0 807641940 4350980096 843826 33554432000 4194304 4625164 140734725248848 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=4249004 CPUtime=4842.09 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 68162 0 0 0 484177 32 0 0 25 0 8 0 807641940 4350980096 843826 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=4249004 CPUtime=4797.24 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 68581 0 0 0 479705 19 0 0 25 0 8 0 807641940 4350980096 843826 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38647.5
Current children cumulated vsize (KiB) 4249004

[startup+4902.32 s]
/proc/loadavg: 8.22 8.12 8.01 9/555 26694
/proc/meminfo: memFree=21820792/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=4252896 CPUtime=39126.5 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 27170391 0 0 0 3908345 4307 0 0 25 0 8 0 807641934 4354965504 851107 33554432000 4194304 4625164 140734725248848 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 1063224 851107 454 106 0 1058727 0
[pid=26543/tid=26545] ppid=26541 vsize=4252896 CPUtime=4902.43 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 355597 0 0 0 490175 68 0 0 25 0 8 0 807641940 4354965504 851107 33554432000 4194304 4625164 140734725248848 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=4252896 CPUtime=4872.39 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 102698 0 0 0 487219 20 0 0 25 0 8 0 807641940 4354965504 851107 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=4252896 CPUtime=4887.85 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 20758877 0 0 0 485548 3237 0 0 25 0 8 0 807641940 4354965504 851107 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=4252896 CPUtime=4902.41 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 369484 0 0 0 490172 69 0 0 25 0 8 0 807641940 4354965504 851107 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=4252896 CPUtime=4902.19 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 140188 0 0 0 490193 26 0 0 25 0 8 0 807641940 4354965504 851107 33554432000 4194304 4625164 140734725248848 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=4252896 CPUtime=4902.11 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 68327 0 0 0 490179 32 0 0 25 0 8 0 807641940 4354965504 851107 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=4252896 CPUtime=4856.16 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 68772 0 0 0 485597 19 0 0 25 0 8 0 807641940 4354965504 851107 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39126.5
Current children cumulated vsize (KiB) 4252896

[startup+4962.3 s]
/proc/loadavg: 8.19 8.12 8.02 9/555 26696
/proc/meminfo: memFree=21817712/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=4254796 CPUtime=39605.3 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 27539589 0 0 0 3956165 4362 0 0 25 0 8 0 807641934 4356911104 853403 33554432000 4194304 4625164 140734725248848 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 1063699 853403 461 106 0 1059202 0
[pid=26543/tid=26545] ppid=26541 vsize=4254796 CPUtime=4962.42 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 355666 0 0 0 496173 69 0 0 25 0 8 0 807641940 4356911104 853403 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=4254796 CPUtime=4932.37 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 102930 0 0 0 493217 20 0 0 25 0 8 0 807641940 4356911104 853403 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=4254796 CPUtime=4947.83 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 21053962 0 0 0 491503 3280 0 0 25 0 8 0 807641940 4356911104 853403 33554432000 4194304 4625164 140734725248848 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=4254796 CPUtime=4962.4 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 369490 0 0 0 496171 69 0 0 25 0 8 0 807641940 4356911104 853403 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=4254796 CPUtime=4962.17 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 140204 0 0 0 496191 26 0 0 25 0 8 0 807641940 4356911104 853403 33554432000 4194304 4625164 140734725248848 18446744073709551615 4350287 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=4254796 CPUtime=4962.09 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 68580 0 0 0 496176 33 0 0 25 0 8 0 807641940 4356911104 853403 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=4254796 CPUtime=4915.06 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 68794 0 0 0 491487 19 0 0 25 0 8 0 807641940 4356911104 853403 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39605.3
Current children cumulated vsize (KiB) 4254796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.8 s]
/proc/loadavg: 8.15 8.12 8.02 9/555 26697
/proc/meminfo: memFree=21803980/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=4255668 CPUtime=40000.5 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) R 26541 26543 26482 0 -1 4202496 27847129 0 0 0 3995640 4409 0 0 25 0 8 0 807641934 4357804032 856277 33554432000 4194304 4625164 140734725248848 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 1063917 856277 350 106 0 1059420 0
[pid=26543/tid=26545] ppid=26541 vsize=4255668 CPUtime=5011.94 cores=0-7
/proc/26543/task/26545/stat : 26545 (SArTagnan) R 26541 26543 26482 0 -1 4202560 357008 0 0 0 501125 69 0 0 25 0 8 0 807641940 4357804032 856310 33554432000 4194304 4625164 140734725248848 18446744073709551615 4339559 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26543/tid=26546] ppid=26541 vsize=4255668 CPUtime=4981.89 cores=0-7
/proc/26543/task/26546/stat : 26546 (SArTagnan) R 26541 26543 26482 0 -1 4202560 102987 0 0 0 498169 20 0 0 25 0 8 0 807641940 4357804032 856310 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26543/tid=26547] ppid=26541 vsize=4255668 CPUtime=4997.35 cores=0-7
/proc/26543/task/26547/stat : 26547 (SArTagnan) R 26541 26543 26482 0 -1 4202560 21296904 0 0 0 496418 3317 0 0 25 0 8 0 807641940 4357804032 856310 33554432000 4194304 4625164 140734725248848 18446744073709551615 4579396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26543/tid=26548] ppid=26541 vsize=4255668 CPUtime=5011.92 cores=0-7
/proc/26543/task/26548/stat : 26548 (SArTagnan) R 26541 26543 26482 0 -1 4202560 369496 0 0 0 501123 69 0 0 25 0 8 0 807641940 4357804032 856310 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26543/tid=26549] ppid=26541 vsize=4255668 CPUtime=5011.7 cores=0-7
/proc/26543/task/26549/stat : 26549 (SArTagnan) R 26541 26543 26482 0 -1 4202560 140485 0 0 0 501143 27 0 0 25 0 8 0 807641940 4357804032 856310 33554432000 4194304 4625164 140734725248848 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26543/tid=26550] ppid=26541 vsize=4255668 CPUtime=5011.61 cores=0-7
/proc/26543/task/26550/stat : 26550 (SArTagnan) R 26541 26543 26482 0 -1 4202560 69184 0 0 0 501128 33 0 0 25 0 8 0 807641940 4357804032 856310 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351894 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=4255668 CPUtime=4963.66 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4202560 68933 0 0 0 496347 19 0 0 25 0 8 0 807641940 4357804032 856310 33554432000 4194304 4625164 140734725248848 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 4255668

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

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

[startup+5011.93 s]
/proc/loadavg: 8.15 8.12 8.02 9/555 26697
/proc/meminfo: memFree=21803980/32950928 swapFree=67056580/67111528
[pid=26543] ppid=26541 vsize=0 CPUtime=40000.6 cores=0-7
/proc/26543/stat : 26543 (SArTagnan) Z 26541 26543 26482 0 -1 4203548 27847901 0 0 0 3995646 4419 0 0 25 0 2 0 807641934 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26543/statm: 0 0 0 0 0 0 0
[pid=26543/tid=26551] ppid=26541 vsize=0 CPUtime=4963.76 cores=0-7
/proc/26543/task/26551/stat : 26551 (SArTagnan) R 26541 26543 26482 0 -1 4203588 68933 0 0 0 496347 29 0 0 25 0 2 0 807641940 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5011.99
CPU time (s): 40000.7
CPU user time (s): 39956.5
CPU system time (s): 44.2593
CPU usage (%): 798.1
Max. virtual memory (cumulated for all children) (KiB): 4255668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39956.5
system time used= 44.2593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27847901
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= 15658
involuntary context switches= 175523

runsolver used 24.7052 second user time and 66.6689 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-01 22:34:09
IDJOB=3439236
IDBENCH=83894
IDSOLVER=1936
FILE ID=node148/3439236-1306960449
RUNJOBID= node148-1306960404-26496
PBS_JOBID= 13497603
Free space on /tmp= 73860 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439236-1306960449/watcher-3439236-1306960449 -o /tmp/evaluation-result-3439236-1306960449/solver-3439236-1306960449 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439236-1306960449.cnf -threads=8

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

MD5SUM BENCH= cf96a8eea16f98b3cec72117cedd0285
RANDOM SEED=657689543

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.75
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.854
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.854
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.854
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.82
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.854
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:     32950928 kB
MemFree:      25237020 kB
Buffers:        154756 kB
Cached:         423372 kB
SwapCached:       7908 kB
Active:        7004148 kB
Inactive:       401120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25237020 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:            2344 kB
Writeback:           0 kB
AnonPages:     6826088 kB
Mapped:          43384 kB
Slab:           179116 kB
PageTables:      57400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170360032 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= 73860 MiB
End job on node148 at 2011-06-01 23:57:43