Trace number 3438881

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.8 5009.5

General information on the benchmark

Namecrafted/skvortsov/automata-synchronization/
crn_40_1521_s.cnf
MD5SUM4e35cb9894b1ca841d462da2d6957cc5
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 variables63882
Number of clauses123981
Sum of the clauses size369562
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 3121600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver 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-3438881-1306924570/watcher-3438881-1306924570 -o /tmp/evaluation-result-3438881-1306924570/solver-3438881-1306924570 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438881-1306924570.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: 7.03 7.94 8.04 1/417 7384
/proc/meminfo: memFree=26317920/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=27580 CPUtime=0 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 1979 0 0 0 0 0 0 0 25 0 1 0 804055165 28241920 1755 33554432000 4194304 4625164 140733920166352 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/7384/statm: 6895 1755 296 106 0 2398 0

[startup+0.0542851 s]
/proc/loadavg: 7.03 7.94 8.04 1/417 7384
/proc/meminfo: memFree=26317920/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=36780 CPUtime=0.04 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 6268 0 0 0 4 0 0 0 25 0 1 0 804055165 37662720 4103 33554432000 4194304 4625164 140733920166352 18446744073709551615 246516531669 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/7384/statm: 9195 4125 296 106 0 4698 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36780

[startup+0.100283 s]
/proc/loadavg: 7.03 7.94 8.04 1/417 7384
/proc/meminfo: memFree=26317920/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=86628 CPUtime=0.08 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 18880 0 0 0 7 1 0 0 25 0 1 0 804055165 88707072 14944 33554432000 4194304 4625164 140733920166352 18446744073709551615 246516531669 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7384/statm: 21657 14964 298 106 0 17160 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 86628

[startup+0.300201 s]
/proc/loadavg: 7.03 7.94 8.04 1/417 7384
/proc/meminfo: memFree=26317920/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=617112 CPUtime=1.54 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 46760 0 0 0 148 6 0 0 19 0 8 0 804055165 631922688 32438 33554432000 4194304 4625164 140733920166352 18446744073709551615 246516877447 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7384/statm: 154278 32442 347 106 0 149781 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 617112

[startup+0.700191 s]
/proc/loadavg: 7.03 7.94 8.04 1/417 7384
/proc/meminfo: memFree=26317920/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=923084 CPUtime=4.55 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 170281 0 0 0 427 28 0 0 18 0 8 0 804055165 945238016 75742 33554432000 4194304 4625164 140733920166352 18446744073709551615 246516877495 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7384/statm: 230771 75931 347 106 0 226274 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 923084

[startup+1.50098 s]
/proc/loadavg: 7.03 7.94 8.04 9/425 7393
/proc/meminfo: memFree=25936688/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=932792 CPUtime=10.91 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 207050 0 0 0 1057 34 0 0 18 0 8 0 804055165 955179008 92481 33554432000 4194304 4625164 140733920166352 18446744073709551615 4360205 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7384/statm: 233198 92482 353 106 0 228701 0
[pid=7384/tid=7386] ppid=7382 vsize=932792 CPUtime=1.35 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 17779 0 0 0 132 3 0 0 18 0 8 0 804055176 955179008 92482 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=932792 CPUtime=1.31 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 18069 0 0 0 129 2 0 0 19 0 8 0 804055176 955179008 92483 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=932792 CPUtime=1.33 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 31608 0 0 0 128 5 0 0 18 0 8 0 804055176 955179008 92483 33554432000 4194304 4625164 140733920166352 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=932792 CPUtime=1.34 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 17639 0 0 0 132 2 0 0 19 0 8 0 804055176 955179008 92484 33554432000 4194304 4625164 140733920166352 18446744073709551615 4352404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=932792 CPUtime=1.34 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 17905 0 0 0 131 3 0 0 18 0 8 0 804055176 955179008 92484 33554432000 4194304 4625164 140733920166352 18446744073709551615 4349045 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=932792 CPUtime=1.34 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 17491 0 0 0 132 2 0 0 18 0 8 0 804055176 955179008 92484 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351989 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=932792 CPUtime=1.36 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 17738 0 0 0 134 2 0 0 19 0 8 0 804055176 955179008 92485 33554432000 4194304 4625164 140733920166352 18446744073709551615 4352053 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.91
Current children cumulated vsize (KiB) 932792

[startup+3.10069 s]
/proc/loadavg: 7.03 7.94 8.04 11/425 7393
/proc/meminfo: memFree=25945988/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=943144 CPUtime=23.68 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 240466 0 0 0 2330 38 0 0 21 0 8 0 804055165 965779456 95987 33554432000 4194304 4625164 140733920166352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7384/statm: 235786 95987 353 106 0 231289 0
[pid=7384/tid=7386] ppid=7382 vsize=943144 CPUtime=2.95 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 18319 0 0 0 292 3 0 0 22 0 8 0 804055176 965779456 95987 33554432000 4194304 4625164 140733920166352 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=943144 CPUtime=2.9 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 18497 0 0 0 288 2 0 0 22 0 8 0 804055176 965779456 95987 33554432000 4194304 4625164 140733920166352 18446744073709551615 4339680 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=943144 CPUtime=2.93 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 56282 0 0 0 285 8 0 0 22 0 8 0 804055176 965779456 95987 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=943144 CPUtime=2.95 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 23552 0 0 0 291 4 0 0 22 0 8 0 804055176 965779456 95987 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=943144 CPUtime=2.94 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 18435 0 0 0 291 3 0 0 21 0 8 0 804055176 965779456 95987 33554432000 4194304 4625164 140733920166352 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=943144 CPUtime=2.94 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 17942 0 0 0 292 2 0 0 22 0 8 0 804055176 965779456 95987 33554432000 4194304 4625164 140733920166352 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=943144 CPUtime=2.95 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 18303 0 0 0 293 2 0 0 22 0 8 0 804055176 965779456 95987 33554432000 4194304 4625164 140733920166352 18446744073709551615 4339549 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.68
Current children cumulated vsize (KiB) 943144

[startup+6.30111 s]
/proc/loadavg: 7.11 7.94 8.04 9/425 7393
/proc/meminfo: memFree=25898868/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=1005868 CPUtime=49.24 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 312712 0 0 0 4874 50 0 0 25 0 8 0 804055165 1030008832 107255 33554432000 4194304 4625164 140733920166352 18446744073709551615 4278488 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7384/statm: 251467 107255 353 106 0 246970 0
[pid=7384/tid=7386] ppid=7382 vsize=1005868 CPUtime=6.16 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 25689 0 0 0 612 4 0 0 25 0 8 0 804055176 1030008832 107255 33554432000 4194304 4625164 140733920166352 18446744073709551615 246516490197 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=1005868 CPUtime=6.05 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 24728 0 0 0 602 3 0 0 25 0 8 0 804055176 1030008832 107255 33554432000 4194304 4625164 140733920166352 18446744073709551615 4278622 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=1005868 CPUtime=6.13 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 92579 0 0 0 600 13 0 0 25 0 8 0 804055176 1030008832 107255 33554432000 4194304 4625164 140733920166352 18446744073709551615 47914690323008 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=1005868 CPUtime=6.15 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 24870 0 0 0 611 4 0 0 25 0 8 0 804055176 1030008832 107255 33554432000 4194304 4625164 140733920166352 18446744073709551615 246516490247 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=1005868 CPUtime=6.15 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 24713 0 0 0 611 4 0 0 25 0 8 0 804055176 1030008832 107255 33554432000 4194304 4625164 140733920166352 18446744073709551615 246516492550 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=1005868 CPUtime=6.14 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 24179 0 0 0 611 3 0 0 25 0 8 0 804055176 1030008832 107255 33554432000 4194304 4625164 140733920166352 18446744073709551615 4469027 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=1005868 CPUtime=6.14 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 24907 0 0 0 611 3 0 0 25 0 8 0 804055176 1030008832 107255 33554432000 4194304 4625164 140733920166352 18446744073709551615 246516490247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.24
Current children cumulated vsize (KiB) 1005868

[startup+12.7009 s]
/proc/loadavg: 7.18 7.94 8.03 9/425 7393
/proc/meminfo: memFree=25813360/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=1096656 CPUtime=100.35 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 444885 0 0 0 9963 72 0 0 25 0 8 0 804055165 1122975744 128467 33554432000 4194304 4625164 140733920166352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7384/statm: 274164 128467 353 106 0 269667 0
[pid=7384/tid=7386] ppid=7382 vsize=1096656 CPUtime=12.55 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 36294 0 0 0 1250 5 0 0 25 0 8 0 804055176 1122975744 128467 33554432000 4194304 4625164 140733920166352 18446744073709551615 4467248 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=1096656 CPUtime=12.36 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 26492 0 0 0 1233 3 0 0 25 0 8 0 804055176 1122975744 128467 33554432000 4194304 4625164 140733920166352 18446744073709551615 4352800 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=1096656 CPUtime=12.53 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 164249 0 0 0 1228 25 0 0 25 0 8 0 804055176 1122975744 128467 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=1096656 CPUtime=12.55 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 34829 0 0 0 1249 6 0 0 25 0 8 0 804055176 1122975744 128467 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=1096656 CPUtime=12.54 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 35256 0 0 0 1248 6 0 0 25 0 8 0 804055176 1122975744 128467 33554432000 4194304 4625164 140733920166352 18446744073709551615 4348867 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=1096656 CPUtime=12.55 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 25235 0 0 0 1251 4 0 0 25 0 8 0 804055176 1122975744 128467 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=1096656 CPUtime=12.54 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 34842 0 0 0 1249 5 0 0 25 0 8 0 804055176 1122975744 128467 33554432000 4194304 4625164 140733920166352 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.35
Current children cumulated vsize (KiB) 1096656

[startup+25.5006 s]
/proc/loadavg: 7.36 7.94 8.03 9/425 7394
/proc/meminfo: memFree=25629140/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=1175120 CPUtime=202.54 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 687177 0 0 0 20140 114 0 0 25 0 8 0 804055165 1203322880 171670 33554432000 4194304 4625164 140733920166352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7384/statm: 293780 171670 353 106 0 289283 0
[pid=7384/tid=7386] ppid=7382 vsize=1175120 CPUtime=25.35 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 57638 0 0 0 2526 9 0 0 25 0 8 0 804055176 1203322880 171670 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=1175120 CPUtime=24.98 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 38405 0 0 0 2492 6 0 0 25 0 8 0 804055176 1203322880 171671 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=1175120 CPUtime=25.32 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 319391 0 0 0 2483 49 0 0 25 0 8 0 804055176 1203322880 171671 33554432000 4194304 4625164 140733920166352 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=1175120 CPUtime=25.34 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 38564 0 0 0 2527 7 0 0 25 0 8 0 804055176 1203322880 171671 33554432000 4194304 4625164 140733920166352 18446744073709551615 47914692835878 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=1175120 CPUtime=25.34 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 57763 0 0 0 2524 10 0 0 25 0 8 0 804055176 1203322880 171672 33554432000 4194304 4625164 140733920166352 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=1175120 CPUtime=25.34 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 35878 0 0 0 2528 6 0 0 25 0 8 0 804055176 1203322880 171672 33554432000 4194304 4625164 140733920166352 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=1175120 CPUtime=25.34 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 37712 0 0 0 2528 6 0 0 25 0 8 0 804055176 1203322880 171673 33554432000 4194304 4625164 140733920166352 18446744073709551615 4339541 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.54
Current children cumulated vsize (KiB) 1175120

[startup+51.1009 s]
/proc/loadavg: 7.58 7.94 8.03 9/425 7394
/proc/meminfo: memFree=25372248/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=1474900 CPUtime=406.94 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 1133124 0 0 0 40508 186 0 0 25 0 8 0 804055165 1510297600 240417 33554432000 4194304 4625164 140733920166352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7384/statm: 368725 240418 353 106 0 364228 0
[pid=7384/tid=7386] ppid=7382 vsize=1474900 CPUtime=50.93 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 82228 0 0 0 5079 14 0 0 25 0 8 0 804055176 1510297600 240418 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=1474900 CPUtime=50.23 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 56927 0 0 0 5014 9 0 0 25 0 8 0 804055176 1510297600 240418 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=1474900 CPUtime=50.92 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 614465 0 0 0 5000 92 0 0 25 0 8 0 804055176 1510297600 240419 33554432000 4194304 4625164 140733920166352 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=1474900 CPUtime=50.94 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 56925 0 0 0 5082 12 0 0 25 0 8 0 804055176 1510297600 240420 33554432000 4194304 4625164 140733920166352 18446744073709551615 246516495393 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=1474900 CPUtime=50.94 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 85003 0 0 0 5079 15 0 0 25 0 8 0 804055176 1510297600 240420 33554432000 4194304 4625164 140733920166352 18446744073709551615 4349768 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=1474900 CPUtime=50.95 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 39670 0 0 0 5086 9 0 0 25 0 8 0 804055176 1510297600 240420 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=1474900 CPUtime=50.94 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 54944 0 0 0 5085 9 0 0 25 0 8 0 804055176 1510297600 240420 33554432000 4194304 4625164 140733920166352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.94

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

/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 470250 0 0 0 464150 151 0 0 25 0 8 0 804055176 9964822528 1918170 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=9731272 CPUtime=4662.11 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 621203 0 0 0 466074 137 0 0 25 0 8 0 804055176 9964822528 1918170 33554432000 4194304 4625164 140733920166352 18446744073709551615 4339536 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37230.7
Current children cumulated vsize (KiB) 9731272

[startup+4722.32 s]
/proc/loadavg: 8.26 8.18 8.11 9/425 7547
/proc/meminfo: memFree=18597988/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=9745676 CPUtime=37709.9 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 63221642 0 0 0 3761604 9390 0 0 25 0 8 0 804055165 9979572224 1926261 33554432000 4194304 4625164 140733920166352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7384/statm: 2436419 1926261 353 106 0 2431922 0
[pid=7384/tid=7386] ppid=7382 vsize=9745676 CPUtime=4692.24 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 466004 0 0 0 469107 117 0 0 25 0 8 0 804055176 9979572224 1926261 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=9745676 CPUtime=4720.46 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 515256 0 0 0 471924 122 0 0 25 0 8 0 804055176 9979572224 1926261 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=9745676 CPUtime=4722.06 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 58599909 0 0 0 463825 8381 0 0 25 0 8 0 804055176 9979572224 1926261 33554432000 4194304 4625164 140733920166352 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=9745676 CPUtime=4722.05 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 452894 0 0 0 472096 109 0 0 25 0 8 0 804055176 9979572224 1926261 33554432000 4194304 4625164 140733920166352 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=9745676 CPUtime=4720.23 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 466847 0 0 0 471939 84 0 0 25 0 8 0 804055176 9979572224 1926261 33554432000 4194304 4625164 140733920166352 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=9745676 CPUtime=4703.02 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 470492 0 0 0 470151 151 0 0 25 0 8 0 804055176 9979572224 1926261 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=9745676 CPUtime=4722.13 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 622057 0 0 0 472076 137 0 0 25 0 8 0 804055176 9979572224 1926261 33554432000 4194304 4625164 140733920166352 18446744073709551615 4339616 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37709.9
Current children cumulated vsize (KiB) 9745676

[startup+4782.3 s]
/proc/loadavg: 8.15 8.16 8.10 9/425 7550
/proc/meminfo: memFree=18574656/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=9690448 CPUtime=38189 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 64106325 0 0 0 3809385 9515 0 0 25 0 8 0 804055165 9923018752 1931076 33554432000 4194304 4625164 140733920166352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7384/statm: 2422612 1931076 423 106 0 2418115 0
[pid=7384/tid=7386] ppid=7382 vsize=9690448 CPUtime=4752.21 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 466220 0 0 0 475104 117 0 0 25 0 8 0 804055176 9923018752 1931076 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=9690448 CPUtime=4780.45 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 515541 0 0 0 477923 122 0 0 25 0 8 0 804055176 9923018752 1931076 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=9690448 CPUtime=4782.05 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 59478595 0 0 0 469702 8503 0 0 25 0 8 0 804055176 9923018752 1931076 33554432000 4194304 4625164 140733920166352 18446744073709551615 246516531664 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=9690448 CPUtime=4782.03 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 456155 0 0 0 478092 111 0 0 25 0 8 0 804055176 9923018752 1931076 33554432000 4194304 4625164 140733920166352 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=9690448 CPUtime=4780.21 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 467373 0 0 0 477937 84 0 0 25 0 8 0 804055176 9923018752 1931076 33554432000 4194304 4625164 140733920166352 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=9690448 CPUtime=4763.01 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 470619 0 0 0 476149 152 0 0 25 0 8 0 804055176 9923018752 1931076 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=9690448 CPUtime=4782.11 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 622505 0 0 0 478074 137 0 0 25 0 8 0 804055176 9923018752 1931076 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38189
Current children cumulated vsize (KiB) 9690448

[startup+4842.3 s]
/proc/loadavg: 8.14 8.16 8.10 9/425 7551
/proc/meminfo: memFree=18564216/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=9869580 CPUtime=38668.2 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 64925850 0 0 0 3857188 9628 0 0 25 0 8 0 804055165 10106449920 1934814 33554432000 4194304 4625164 140733920166352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7384/statm: 2467395 1934814 353 106 0 2462898 0
[pid=7384/tid=7386] ppid=7382 vsize=9869580 CPUtime=4812.2 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 466332 0 0 0 481102 118 0 0 25 0 8 0 804055176 10106449920 1934814 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=9869580 CPUtime=4840.45 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 515780 0 0 0 483923 122 0 0 25 0 8 0 804055176 10106449920 1934814 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=9869580 CPUtime=4842.04 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 60265532 0 0 0 475595 8609 0 0 25 0 8 0 804055176 10106449920 1934814 33554432000 4194304 4625164 140733920166352 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=9869580 CPUtime=4842.03 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 487336 0 0 0 484088 115 0 0 25 0 8 0 804055176 10106449920 1934814 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=9869580 CPUtime=4840.22 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 467720 0 0 0 483937 85 0 0 25 0 8 0 804055176 10106449920 1934814 33554432000 4194304 4625164 140733920166352 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=9869580 CPUtime=4823 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 470699 0 0 0 482148 152 0 0 25 0 8 0 804055176 10106449920 1934814 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=9869580 CPUtime=4842.12 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 623007 0 0 0 484074 138 0 0 25 0 8 0 804055176 10106449920 1934814 33554432000 4194304 4625164 140733920166352 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38668.2
Current children cumulated vsize (KiB) 9869580

[startup+4902.3 s]
/proc/loadavg: 8.05 8.13 8.09 9/425 7553
/proc/meminfo: memFree=18572252/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=9791076 CPUtime=39147.3 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 65621898 0 0 0 3905009 9725 0 0 25 0 8 0 804055165 10026061824 1922902 33554432000 4194304 4625164 140733920166352 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7384/statm: 2447769 1922902 353 106 0 2443272 0
[pid=7384/tid=7386] ppid=7382 vsize=9791076 CPUtime=4872.19 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 466669 0 0 0 487101 118 0 0 25 0 8 0 804055176 10026061824 1922902 33554432000 4194304 4625164 140733920166352 18446744073709551615 4352299 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=9791076 CPUtime=4900.45 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 516027 0 0 0 489923 122 0 0 25 0 8 0 804055176 10026061824 1922902 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=9791076 CPUtime=4902.05 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 60958824 0 0 0 481500 8705 0 0 25 0 8 0 804055176 10026061824 1922902 33554432000 4194304 4625164 140733920166352 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=9791076 CPUtime=4902.03 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 487854 0 0 0 490088 115 0 0 25 0 8 0 804055176 10026061824 1922902 33554432000 4194304 4625164 140733920166352 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=9791076 CPUtime=4900.22 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 468150 0 0 0 489937 85 0 0 25 0 8 0 804055176 10026061824 1922902 33554432000 4194304 4625164 140733920166352 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=9791076 CPUtime=4883 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 470807 0 0 0 488148 152 0 0 25 0 8 0 804055176 10026061824 1922902 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=9791076 CPUtime=4902.12 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 624057 0 0 0 490074 138 0 0 25 0 8 0 804055176 10026061824 1922902 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39147.3
Current children cumulated vsize (KiB) 9791076

[startup+4962.3 s]
/proc/loadavg: 8.11 8.13 8.09 9/425 7554
/proc/meminfo: memFree=18596528/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=9792020 CPUtime=39626.5 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 66381117 0 0 0 3952823 9827 0 0 25 0 8 0 804055165 10027028480 1926642 33554432000 4194304 4625164 140733920166352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7384/statm: 2448005 1926642 353 106 0 2443508 0
[pid=7384/tid=7386] ppid=7382 vsize=9792020 CPUtime=4932.18 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 467000 0 0 0 493100 118 0 0 25 0 8 0 804055176 10027028480 1926642 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=9792020 CPUtime=4960.45 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 516367 0 0 0 495923 122 0 0 25 0 8 0 804055176 10027028480 1926642 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=9792020 CPUtime=4962.05 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 61714916 0 0 0 487399 8806 0 0 25 0 8 0 804055176 10027028480 1926642 33554432000 4194304 4625164 140733920166352 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=9792020 CPUtime=4962.03 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 488679 0 0 0 496087 116 0 0 25 0 8 0 804055176 10027028480 1926642 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=9792020 CPUtime=4960.22 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 468518 0 0 0 495937 85 0 0 25 0 8 0 804055176 10027028480 1926642 33554432000 4194304 4625164 140733920166352 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=9792020 CPUtime=4943 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 470867 0 0 0 494148 152 0 0 25 0 8 0 804055176 10027028480 1926642 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=9792020 CPUtime=4962.11 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 625096 0 0 0 496073 138 0 0 25 0 8 0 804055176 10027028480 1926642 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39626.5
Current children cumulated vsize (KiB) 9792020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009.1 s]
/proc/loadavg: 8.05 8.11 8.09 9/425 7556
/proc/meminfo: memFree=18503620/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=9879560 CPUtime=40000.3 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4202496 66951981 0 0 0 3990129 9904 0 0 25 0 8 0 804055165 10116669440 1950072 33554432000 4194304 4625164 140733920166352 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7384/statm: 2469890 1950072 419 106 0 2465393 0
[pid=7384/tid=7386] ppid=7382 vsize=9879560 CPUtime=4978.98 cores=0-7
/proc/7384/task/7386/stat : 7386 (SArTagnan) R 7382 7384 7098 0 -1 4202560 467473 0 0 0 497780 118 0 0 25 0 8 0 804055176 10116669440 1950118 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7384/tid=7387] ppid=7382 vsize=9879560 CPUtime=5007.26 cores=0-7
/proc/7384/task/7387/stat : 7387 (SArTagnan) R 7382 7384 7098 0 -1 4202560 516935 0 0 0 500604 122 0 0 25 0 8 0 804055176 10116669440 1950119 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7384/tid=7388] ppid=7382 vsize=9879560 CPUtime=5008.87 cores=0-7
/proc/7384/task/7388/stat : 7388 (SArTagnan) R 7382 7384 7098 0 -1 4202560 62283100 0 0 0 492006 8881 0 0 25 0 8 0 804055176 10116669440 1950119 33554432000 4194304 4625164 140733920166352 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7384/tid=7390] ppid=7382 vsize=9879560 CPUtime=5008.84 cores=0-7
/proc/7384/task/7390/stat : 7390 (SArTagnan) R 7382 7384 7098 0 -1 4202560 489396 0 0 0 500768 116 0 0 25 0 8 0 804055176 10116669440 1950119 33554432000 4194304 4625164 140733920166352 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7384/tid=7391] ppid=7382 vsize=9879560 CPUtime=5007.04 cores=0-7
/proc/7384/task/7391/stat : 7391 (SArTagnan) R 7382 7384 7098 0 -1 4202560 468734 0 0 0 500619 85 0 0 25 0 8 0 804055176 10116669440 1950119 33554432000 4194304 4625164 140733920166352 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7384/tid=7392] ppid=7382 vsize=9879560 CPUtime=4989.83 cores=0-7
/proc/7384/task/7392/stat : 7392 (SArTagnan) R 7382 7384 7098 0 -1 4202560 470921 0 0 0 498830 153 0 0 25 0 8 0 804055176 10116669440 1950120 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7384/tid=7393] ppid=7382 vsize=9879560 CPUtime=5008.93 cores=0-7
/proc/7384/task/7393/stat : 7393 (SArTagnan) R 7382 7384 7098 0 -1 4202560 625625 0 0 0 500754 139 0 0 25 0 8 0 804055176 10116669440 1950120 33554432000 4194304 4625164 140733920166352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 9879560

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

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

[startup+5009.42 s]
/proc/loadavg: 8.05 8.11 8.09 2/419 7557
/proc/meminfo: memFree=21976908/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=0 CPUtime=40000.7 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4203524 66952075 0 0 0 3990138 9933 0 0 25 0 1 0 804055165 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7384/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

[startup+5009.5 s]
/proc/loadavg: 8.05 8.11 8.09 2/419 7557
/proc/meminfo: memFree=21976908/32951124 swapFree=44043512/67111528
[pid=7384] ppid=7382 vsize=0 CPUtime=40000.8 cores=0-7
/proc/7384/stat : 7384 (SArTagnan) R 7382 7384 7098 0 -1 4203524 66952075 0 0 0 3990138 9941 0 0 25 0 1 0 804055165 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7384/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5009.5
CPU time (s): 40000.8
CPU user time (s): 39901.4
CPU system time (s): 99.4199
CPU usage (%): 798.499
Max. virtual memory (cumulated for all children) (KiB): 10064724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39901.4
system time used= 99.4199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66952075
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= 12278
involuntary context switches= 343759

runsolver used 18.3782 second user time and 50.2724 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-01 12:36:10
IDJOB=3438881
IDBENCH=83191
IDSOLVER=1936
FILE ID=node134/3438881-1306924570
RUNJOBID= node134-1306919554-7112
PBS_JOBID= 13488535
Free space on /tmp= 73712 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_40_1521_s.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438881-1306924570/watcher-3438881-1306924570 -o /tmp/evaluation-result-3438881-1306924570/solver-3438881-1306924570 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438881-1306924570.cnf -threads=8

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

MD5SUM BENCH= 4e35cb9894b1ca841d462da2d6957cc5
RANDOM SEED=1991861664

node134.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.831
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.66
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26318324 kB
Buffers:        163152 kB
Cached:         356436 kB
SwapCached:       9540 kB
Active:        5949056 kB
Inactive:       392328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26318324 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:            3128 kB
Writeback:           0 kB
AnonPages:     5820152 kB
Mapped:          20384 kB
Slab:           132120 kB
PageTables:      89024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110742164 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73712 MiB
End job on node134 at 2011-06-01 13:59:41