Trace number 3439071

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 40001.1 5011.04

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34309.cnf
MD5SUMe252fbf81407f3388187ab50f0786909
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 variables34307
Number of clauses708206
Sum of the clauses size3541030
Maximum clause length5
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 5708206
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-3439071-1306926264/watcher-3439071-1306926264 -o /tmp/evaluation-result-3439071-1306926264/solver-3439071-1306926264 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439071-1306926264.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.47 7.94 7.96 1/439 28550
/proc/meminfo: memFree=32260396/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=39176 CPUtime=0 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 1594 0 0 0 0 0 0 0 23 0 1 0 804225265 40116224 1296 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28550/statm: 9794 1298 296 106 0 5297 0

[startup+0.0701141 s]
/proc/loadavg: 7.47 7.94 7.96 1/439 28550
/proc/meminfo: memFree=32260396/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=46216 CPUtime=0.05 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 5799 0 0 0 5 0 0 0 23 0 1 0 804225265 47325184 3284 33554432000 4194304 4625164 140737211849840 18446744073709551615 235594866432 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28550/statm: 11554 3286 296 106 0 7057 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 46216

[startup+0.100109 s]
/proc/loadavg: 7.47 7.94 7.96 1/439 28550
/proc/meminfo: memFree=32260396/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=49896 CPUtime=0.09 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 7993 0 0 0 8 1 0 0 23 0 1 0 804225265 51093504 4166 33554432000 4194304 4625164 140737211849840 18446744073709551615 4295458 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28550/statm: 12474 4167 296 106 0 7977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49896

[startup+0.301073 s]
/proc/loadavg: 7.47 7.94 7.96 1/439 28550
/proc/meminfo: memFree=32260396/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=71120 CPUtime=0.29 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 20418 0 0 0 26 3 0 0 25 0 1 0 804225265 72826880 10002 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28550/statm: 17780 10002 296 106 0 13283 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71120

[startup+0.701043 s]
/proc/loadavg: 7.47 7.94 7.96 1/439 28550
/proc/meminfo: memFree=32260396/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=171316 CPUtime=0.69 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 52643 0 0 0 61 8 0 0 25 0 1 0 804225265 175427584 29073 33554432000 4194304 4625164 140737211849840 18446744073709551615 235594564053 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28550/statm: 42829 29090 298 106 0 38332 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 171316

[startup+1.50087 s]
/proc/loadavg: 7.47 7.94 7.96 9/447 28559
/proc/meminfo: memFree=31876064/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=768964 CPUtime=6.35 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 125262 0 0 0 617 18 0 0 21 0 8 0 804225265 787419136 101683 33554432000 4194304 4625164 140737211849840 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 192241 101683 344 106 0 187744 0
[pid=28550/tid=28553] ppid=28548 vsize=768964 CPUtime=0.71 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 3725 0 0 0 70 1 0 0 25 0 8 0 804225342 787419136 101683 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=768964 CPUtime=0.66 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 3694 0 0 0 66 0 0 0 25 0 8 0 804225342 787419136 101683 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=768964 CPUtime=0.7 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 5603 0 0 0 69 1 0 0 18 0 8 0 804225342 787419136 101684 33554432000 4194304 4625164 140737211849840 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=768964 CPUtime=0.7 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 3745 0 0 0 70 0 0 0 21 0 8 0 804225343 787419136 101684 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=768964 CPUtime=0.7 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 3940 0 0 0 70 0 0 0 21 0 8 0 804225343 787419136 101684 33554432000 4194304 4625164 140737211849840 18446744073709551615 235594527777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=768964 CPUtime=0.7 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 3704 0 0 0 69 1 0 0 22 0 8 0 804225343 787419136 101684 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=768964 CPUtime=0.63 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 3718 0 0 0 63 0 0 0 22 0 8 0 804225343 787419136 101684 33554432000 4194304 4625164 140737211849840 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 768964

[startup+3.10059 s]
/proc/loadavg: 7.47 7.94 7.96 9/447 28559
/proc/meminfo: memFree=31838988/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=768964 CPUtime=19.13 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 135314 0 0 0 1890 23 0 0 25 0 8 0 804225265 787419136 111660 33554432000 4194304 4625164 140737211849840 18446744073709551615 4490625 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 192241 111660 344 106 0 187744 0
[pid=28550/tid=28553] ppid=28548 vsize=768964 CPUtime=2.3 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 4469 0 0 0 229 1 0 0 25 0 8 0 804225342 787419136 111660 33554432000 4194304 4625164 140737211849840 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=768964 CPUtime=2.24 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 4248 0 0 0 224 0 0 0 25 0 8 0 804225342 787419136 111661 33554432000 4194304 4625164 140737211849840 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=768964 CPUtime=2.3 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 11154 0 0 0 228 2 0 0 21 0 8 0 804225342 787419136 111661 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=768964 CPUtime=2.3 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 4454 0 0 0 230 0 0 0 25 0 8 0 804225343 787419136 111661 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=768964 CPUtime=2.3 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 4449 0 0 0 229 1 0 0 25 0 8 0 804225343 787419136 111661 33554432000 4194304 4625164 140737211849840 18446744073709551615 235594527777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=768964 CPUtime=2.3 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 4356 0 0 0 229 1 0 0 25 0 8 0 804225343 787419136 111661 33554432000 4194304 4625164 140737211849840 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=768964 CPUtime=2.23 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 4513 0 0 0 223 0 0 0 25 0 8 0 804225343 787419136 111661 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.13
Current children cumulated vsize (KiB) 768964

[startup+6.30103 s]
/proc/loadavg: 7.60 7.96 7.97 10/448 28560
/proc/meminfo: memFree=31750724/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=845756 CPUtime=44.56 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 160438 0 0 0 4424 32 0 0 18 0 8 0 804225265 866054144 130079 33554432000 4194304 4625164 140737211849840 18446744073709551615 235594533890 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 211439 130079 344 106 0 206942 0
[pid=28550/tid=28553] ppid=28548 vsize=845756 CPUtime=5.51 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 5966 0 0 0 548 3 0 0 25 0 8 0 804225342 866054144 130079 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=845756 CPUtime=5.4 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 5330 0 0 0 539 1 0 0 25 0 8 0 804225342 866054144 130079 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=845756 CPUtime=5.45 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 21752 0 0 0 541 4 0 0 25 0 8 0 804225342 866054144 130080 33554432000 4194304 4625164 140737211849840 18446744073709551615 235594527777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=845756 CPUtime=5.5 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 6133 0 0 0 549 1 0 0 25 0 8 0 804225343 866054144 130087 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=845756 CPUtime=5.5 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 5609 0 0 0 549 1 0 0 25 0 8 0 804225343 866054144 130090 33554432000 4194304 4625164 140737211849840 18446744073709551615 4349061 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=845756 CPUtime=5.5 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 5436 0 0 0 549 1 0 0 25 0 8 0 804225343 866054144 130090 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=845756 CPUtime=5.43 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 5974 0 0 0 541 2 0 0 25 0 8 0 804225343 866054144 130091 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.56
Current children cumulated vsize (KiB) 845756

[startup+12.7009 s]
/proc/loadavg: 7.71 7.97 7.98 10/448 28560
/proc/meminfo: memFree=31581004/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=1095480 CPUtime=95.42 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 232763 0 0 0 9489 53 0 0 25 0 8 0 804225265 1121771520 175115 33554432000 4194304 4625164 140737211849840 18446744073709551615 4513055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 273870 175116 344 106 0 269373 0
[pid=28550/tid=28553] ppid=28548 vsize=1095480 CPUtime=11.9 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 10131 0 0 0 1185 5 0 0 25 0 8 0 804225342 1121771520 175116 33554432000 4194304 4625164 140737211849840 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=1095480 CPUtime=11.69 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 8874 0 0 0 1167 2 0 0 25 0 8 0 804225342 1121771520 175117 33554432000 4194304 4625164 140737211849840 18446744073709551615 4462556 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=1095480 CPUtime=11.8 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 53520 0 0 0 1169 11 0 0 25 0 8 0 804225342 1121771520 175117 33554432000 4194304 4625164 140737211849840 18446744073709551615 235594527429 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=1095480 CPUtime=11.89 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 16196 0 0 0 1185 4 0 0 25 0 8 0 804225343 1121771520 175117 33554432000 4194304 4625164 140737211849840 18446744073709551615 4462461 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=1095480 CPUtime=11.87 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 14673 0 0 0 1183 4 0 0 25 0 8 0 804225343 1121771520 175117 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=1095480 CPUtime=11.9 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 14763 0 0 0 1186 4 0 0 25 0 8 0 804225343 1121771520 175118 33554432000 4194304 4625164 140737211849840 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=1095480 CPUtime=11.8 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 9672 0 0 0 1177 3 0 0 25 0 8 0 804225343 1121771520 175118 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.42
Current children cumulated vsize (KiB) 1095480

[startup+25.5007 s]
/proc/loadavg: 7.91 8.01 7.99 9/447 28560
/proc/meminfo: memFree=31339968/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=1346416 CPUtime=197.12 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 327470 0 0 0 19629 83 0 0 25 0 8 0 804225265 1378729984 231699 33554432000 4194304 4625164 140737211849840 18446744073709551615 4424776 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 336604 231699 350 106 0 332107 0
[pid=28550/tid=28553] ppid=28548 vsize=1346416 CPUtime=24.7 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 23649 0 0 0 2459 11 0 0 25 0 8 0 804225342 1378729984 231699 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=1346416 CPUtime=24.29 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 17666 0 0 0 2425 4 0 0 25 0 8 0 804225342 1378729984 231699 33554432000 4194304 4625164 140737211849840 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=1346416 CPUtime=24.35 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 93911 0 0 0 2417 18 0 0 25 0 8 0 804225342 1378729984 231700 33554432000 4194304 4625164 140737211849840 18446744073709551615 4547950 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=1346416 CPUtime=24.69 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 18801 0 0 0 2463 6 0 0 25 0 8 0 804225343 1378729984 231700 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=1346416 CPUtime=24.67 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 21850 0 0 0 2458 9 0 0 25 0 8 0 804225343 1378729984 231700 33554432000 4194304 4625164 140737211849840 18446744073709551615 235594527777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=1346416 CPUtime=24.7 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 18554 0 0 0 2464 6 0 0 25 0 8 0 804225343 1378729984 231700 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=1346416 CPUtime=24.38 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 23004 0 0 0 2430 8 0 0 25 0 8 0 804225343 1378729984 231700 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 197.12
Current children cumulated vsize (KiB) 1346416

[startup+51.1012 s]
/proc/loadavg: 7.94 8.00 7.99 9/447 28561
/proc/meminfo: memFree=30896304/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=1834488 CPUtime=401.48 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 513726 0 0 0 39975 173 0 0 25 0 8 0 804225265 1878515712 343665 33554432000 4194304 4625164 140737211849840 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 458622 343666 350 106 0 454125 0
[pid=28550/tid=28553] ppid=28548 vsize=1834488 CPUtime=50.29 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 43175 0 0 0 5002 27 0 0 25 0 8 0 804225342 1878515712 343666 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=1834488 CPUtime=49.51 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 35380 0 0 0 4934 17 0 0 25 0 8 0 804225342 1878515712 343667 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=1834488 CPUtime=49.95 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 158158 0 0 0 4967 28 0 0 25 0 8 0 804225342 1878515712 343667 33554432000 4194304 4625164 140737211849840 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=1834488 CPUtime=50.28 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 36694 0 0 0 5010 18 0 0 25 0 8 0 804225343 1878515712 343667 33554432000 4194304 4625164 140737211849840 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=1834488 CPUtime=50.25 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 40053 0 0 0 5000 25 0 0 25 0 8 0 804225343 1878515712 343667 33554432000 4194304 4625164 140737211849840 18446744073709551615 235594527777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=1834488 CPUtime=50.29 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 38809 0 0 0 5015 14 0 0 25 0 8 0 804225343 1878515712 343667 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=1834488 CPUtime=49.97 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 43482 0 0 0 4974 23 0 0 25 0 8 0 804225343 1878515712 343668 33554432000 4194304 4625164 140737211849840 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 401.48

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

[pid=28550/tid=28555] ppid=28548 vsize=5322396 CPUtime=4661.2 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 13828686 0 0 0 463322 2798 0 0 25 0 8 0 804225342 5450133504 1153975 33554432000 4194304 4625164 140737211849840 18446744073709551615 4278253 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=5322396 CPUtime=4661.56 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 115575 0 0 0 466066 90 0 0 25 0 8 0 804225343 5450133504 1153975 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=5322396 CPUtime=4660.18 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 125115 0 0 0 465937 81 0 0 25 0 8 0 804225343 5450133504 1153975 33554432000 4194304 4625164 140737211849840 18446744073709551615 4329739 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=5322396 CPUtime=4661.58 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 182537 0 0 0 466093 65 0 0 25 0 8 0 804225343 5450133504 1153975 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=5322396 CPUtime=4661.24 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 128005 0 0 0 466041 83 0 0 25 0 8 0 804225343 5450133504 1153975 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37218.2
Current children cumulated vsize (KiB) 5322396

[startup+4722.32 s]
/proc/loadavg: 8.10 8.05 8.02 9/447 28697
/proc/meminfo: memFree=27620484/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=5322396 CPUtime=37697.4 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 15351459 0 0 0 3766330 3409 0 0 25 0 8 0 804225265 5450133504 1157272 33554432000 4194304 4625164 140737211849840 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 1330599 1157272 351 106 0 1326102 0
[pid=28550/tid=28553] ppid=28548 vsize=5322396 CPUtime=4721.59 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 127403 0 0 0 472082 77 0 0 25 0 8 0 804225342 5450133504 1157272 33554432000 4194304 4625164 140737211849840 18446744073709551615 4330736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=5322396 CPUtime=4648.7 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 122616 0 0 0 464798 72 0 0 25 0 8 0 804225342 5450133504 1157272 33554432000 4194304 4625164 140737211849840 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=5322396 CPUtime=4721.22 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 14080648 0 0 0 469275 2847 0 0 25 0 8 0 804225342 5450133504 1157272 33554432000 4194304 4625164 140737211849840 18446744073709551615 4557107 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=5322396 CPUtime=4721.58 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 115602 0 0 0 472068 90 0 0 25 0 8 0 804225343 5450133504 1157272 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=5322396 CPUtime=4720.17 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 125149 0 0 0 471936 81 0 0 25 0 8 0 804225343 5450133504 1157272 33554432000 4194304 4625164 140737211849840 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=5322396 CPUtime=4721.6 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 182556 0 0 0 472095 65 0 0 25 0 8 0 804225343 5450133504 1157272 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=5322396 CPUtime=4721.26 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 128036 0 0 0 472043 83 0 0 25 0 8 0 804225343 5450133504 1157272 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37697.4
Current children cumulated vsize (KiB) 5322396

[startup+4782.3 s]
/proc/loadavg: 8.16 8.07 8.03 9/447 28699
/proc/meminfo: memFree=27556216/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=5600344 CPUtime=38176.3 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 15707195 0 0 0 3814159 3471 0 0 25 0 8 0 804225265 5734752256 1176069 33554432000 4194304 4625164 140737211849840 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 1400086 1176069 351 106 0 1395589 0
[pid=28550/tid=28553] ppid=28548 vsize=5600344 CPUtime=4781.58 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 127435 0 0 0 478081 77 0 0 25 0 8 0 804225342 5734752256 1176069 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=5600344 CPUtime=4707.76 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 122644 0 0 0 470704 72 0 0 25 0 8 0 804225342 5734752256 1176069 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=5600344 CPUtime=4781.19 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 14317203 0 0 0 475226 2893 0 0 25 0 8 0 804225342 5734752256 1176069 33554432000 4194304 4625164 140737211849840 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=5600344 CPUtime=4781.56 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 115643 0 0 0 478066 90 0 0 25 0 8 0 804225343 5734752256 1176069 33554432000 4194304 4625164 140737211849840 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=5600344 CPUtime=4780.14 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 125192 0 0 0 477933 81 0 0 25 0 8 0 804225343 5734752256 1176069 33554432000 4194304 4625164 140737211849840 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=5600344 CPUtime=4781.58 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 182568 0 0 0 478093 65 0 0 25 0 8 0 804225343 5734752256 1176069 33554432000 4194304 4625164 140737211849840 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=5600344 CPUtime=4781.24 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 128111 0 0 0 478041 83 0 0 25 0 8 0 804225343 5734752256 1176069 33554432000 4194304 4625164 140737211849840 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38176.3
Current children cumulated vsize (KiB) 5600344

[startup+4842.3 s]
/proc/loadavg: 8.11 8.07 8.03 9/447 28700
/proc/meminfo: memFree=27546888/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=5600344 CPUtime=38655.4 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 15934922 0 0 0 3862015 3522 0 0 25 0 8 0 804225265 5734752256 1175752 33554432000 4194304 4625164 140737211849840 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 1400086 1175752 351 106 0 1395589 0
[pid=28550/tid=28553] ppid=28548 vsize=5600344 CPUtime=4841.58 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 127478 0 0 0 484081 77 0 0 25 0 8 0 804225342 5734752256 1175752 33554432000 4194304 4625164 140737211849840 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=5600344 CPUtime=4766.83 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 122674 0 0 0 476611 72 0 0 25 0 8 0 804225342 5734752256 1175752 33554432000 4194304 4625164 140737211849840 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=5600344 CPUtime=4841.19 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 14544211 0 0 0 481176 2943 0 0 25 0 8 0 804225342 5734752256 1175752 33554432000 4194304 4625164 140737211849840 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=5600344 CPUtime=4841.56 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 115680 0 0 0 484066 90 0 0 25 0 8 0 804225343 5734752256 1175752 33554432000 4194304 4625164 140737211849840 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=5600344 CPUtime=4840.13 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 125232 0 0 0 483932 81 0 0 25 0 8 0 804225343 5734752256 1175752 33554432000 4194304 4625164 140737211849840 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=5600344 CPUtime=4841.58 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 182598 0 0 0 484093 65 0 0 25 0 8 0 804225343 5734752256 1175752 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=5600344 CPUtime=4841.25 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 128155 0 0 0 484042 83 0 0 25 0 8 0 804225343 5734752256 1175752 33554432000 4194304 4625164 140737211849840 18446744073709551615 4330776 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38655.4
Current children cumulated vsize (KiB) 5600344

[startup+4902.3 s]
/proc/loadavg: 8.04 8.06 8.02 9/447 28702
/proc/meminfo: memFree=27516344/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=5601264 CPUtime=39134.4 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 16131437 0 0 0 3909879 3565 0 0 25 0 8 0 804225265 5735694336 1180868 33554432000 4194304 4625164 140737211849840 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 1400316 1180868 351 106 0 1395819 0
[pid=28550/tid=28553] ppid=28548 vsize=5601264 CPUtime=4901.58 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 127516 0 0 0 490081 77 0 0 25 0 8 0 804225342 5735694336 1180868 33554432000 4194304 4625164 140737211849840 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=5601264 CPUtime=4825.91 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 122707 0 0 0 482519 72 0 0 25 0 8 0 804225342 5735694336 1180868 33554432000 4194304 4625164 140737211849840 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=5601264 CPUtime=4901.2 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 14739917 0 0 0 487133 2987 0 0 25 0 8 0 804225342 5735694336 1180868 33554432000 4194304 4625164 140737211849840 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=5601264 CPUtime=4901.57 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 115716 0 0 0 490067 90 0 0 25 0 8 0 804225343 5735694336 1180868 33554432000 4194304 4625164 140737211849840 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=5601264 CPUtime=4900.1 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 125258 0 0 0 489929 81 0 0 25 0 8 0 804225343 5735694336 1180868 33554432000 4194304 4625164 140737211849840 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=5601264 CPUtime=4901.59 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 182616 0 0 0 490094 65 0 0 25 0 8 0 804225343 5735694336 1180869 33554432000 4194304 4625164 140737211849840 18446744073709551615 4330859 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=5601264 CPUtime=4901.25 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 128185 0 0 0 490042 83 0 0 25 0 8 0 804225343 5735694336 1180869 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39134.4
Current children cumulated vsize (KiB) 5601264

[startup+4962.3 s]
/proc/loadavg: 8.01 8.04 8.02 9/447 28704
/proc/meminfo: memFree=27510972/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=5601264 CPUtime=39613.5 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 16321649 0 0 0 3957745 3605 0 0 25 0 8 0 804225265 5735694336 1186664 33554432000 4194304 4625164 140737211849840 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 1400316 1186664 351 106 0 1395819 0
[pid=28550/tid=28553] ppid=28548 vsize=5601264 CPUtime=4961.58 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 127548 0 0 0 496081 77 0 0 25 0 8 0 804225342 5735694336 1186664 33554432000 4194304 4625164 140737211849840 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=5601264 CPUtime=4884.98 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 122735 0 0 0 488426 72 0 0 25 0 8 0 804225342 5735694336 1186664 33554432000 4194304 4625164 140737211849840 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=5601264 CPUtime=4961.19 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 14929317 0 0 0 493094 3025 0 0 25 0 8 0 804225342 5735694336 1186664 33554432000 4194304 4625164 140737211849840 18446744073709551615 4352831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=5601264 CPUtime=4961.56 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 115752 0 0 0 496066 90 0 0 25 0 8 0 804225343 5735694336 1186664 33554432000 4194304 4625164 140737211849840 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=5601264 CPUtime=4960.1 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 125293 0 0 0 495928 82 0 0 25 0 8 0 804225343 5735694336 1186664 33554432000 4194304 4625164 140737211849840 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=5601264 CPUtime=4961.59 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 182628 0 0 0 496094 65 0 0 25 0 8 0 804225343 5735694336 1186664 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=5601264 CPUtime=4961.25 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 128219 0 0 0 496042 83 0 0 25 0 8 0 804225343 5735694336 1186664 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39613.5
Current children cumulated vsize (KiB) 5601264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.8 s]
/proc/loadavg: 8.00 8.04 8.01 9/447 28705
/proc/meminfo: memFree=27510824/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=5601264 CPUtime=40000.8 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) R 28548 28550 28333 0 -1 4202496 16499337 0 0 0 3996442 3642 0 0 25 0 8 0 804225265 5735694336 1184783 33554432000 4194304 4625164 140737211849840 18446744073709551615 4337984 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 1400316 1184783 351 106 0 1395819 0
[pid=28550/tid=28553] ppid=28548 vsize=5601264 CPUtime=5010.1 cores=0-7
/proc/28550/task/28553/stat : 28553 (SArTagnan) R 28548 28550 28333 0 -1 4202560 127574 0 0 0 500933 77 0 0 25 0 8 0 804225342 5735694336 1184783 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=5601264 CPUtime=4932.73 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4202560 122761 0 0 0 493201 72 0 0 25 0 8 0 804225342 5735694336 1184783 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28550/tid=28555] ppid=28548 vsize=5601264 CPUtime=5009.71 cores=0-7
/proc/28550/task/28555/stat : 28555 (SArTagnan) R 28548 28550 28333 0 -1 4202560 15106538 0 0 0 497909 3062 0 0 25 0 8 0 804225342 5735694336 1184783 33554432000 4194304 4625164 140737211849840 18446744073709551615 4340066 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28550/tid=28556] ppid=28548 vsize=5601264 CPUtime=5010.08 cores=0-7
/proc/28550/task/28556/stat : 28556 (SArTagnan) R 28548 28550 28333 0 -1 4202560 115774 0 0 0 500918 90 0 0 25 0 8 0 804225343 5735694336 1184783 33554432000 4194304 4625164 140737211849840 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28550/tid=28557] ppid=28548 vsize=5601264 CPUtime=5008.6 cores=0-7
/proc/28550/task/28557/stat : 28557 (SArTagnan) R 28548 28550 28333 0 -1 4202560 125330 0 0 0 500778 82 0 0 25 0 8 0 804225343 5735694336 1184783 33554432000 4194304 4625164 140737211849840 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28550/tid=28558] ppid=28548 vsize=5601264 CPUtime=5010.1 cores=0-7
/proc/28550/task/28558/stat : 28558 (SArTagnan) R 28548 28550 28333 0 -1 4202560 182637 0 0 0 500945 65 0 0 25 0 8 0 804225343 5735694336 1184783 33554432000 4194304 4625164 140737211849840 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28550/tid=28559] ppid=28548 vsize=5601264 CPUtime=5009.76 cores=0-7
/proc/28550/task/28559/stat : 28559 (SArTagnan) R 28548 28550 28333 0 -1 4202560 128248 0 0 0 500893 83 0 0 25 0 8 0 804225343 5735694336 1184783 33554432000 4194304 4625164 140737211849840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 5601264

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

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

[startup+5011 s]
/proc/loadavg: 8.00 8.04 8.01 9/447 28705
/proc/meminfo: memFree=27510824/32950928 swapFree=34365992/67111528
[pid=28550] ppid=28548 vsize=0 CPUtime=40001.1 cores=0-7
/proc/28550/stat : 28550 (SArTagnan) Z 28548 28550 28333 0 -1 4203548 16499337 0 0 0 3996448 3660 0 0 25 0 2 0 804225265 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28550/statm: 0 0 0 0 0 0 0
[pid=28550/tid=28554] ppid=28548 vsize=0 CPUtime=4932.91 cores=0-7
/proc/28550/task/28554/stat : 28554 (SArTagnan) R 28548 28550 28333 0 -1 4203588 122761 0 0 0 493201 90 0 0 25 0 2 0 804225342 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40001.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5011.04
CPU time (s): 40001.1
CPU user time (s): 39964.5
CPU system time (s): 36.6474
CPU usage (%): 798.26
Max. virtual memory (cumulated for all children) (KiB): 5959368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39964.5
system time used= 36.6474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16499337
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= 21707
involuntary context switches= 180533

runsolver used 19.3871 second user time and 57.9552 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-01 13:04:25
IDJOB=3439071
IDBENCH=83251
IDSOLVER=1936
FILE ID=node120/3439071-1306926264
RUNJOBID= node120-1306921252-28347
PBS_JOBID= 13488550
Free space on /tmp= 73912 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34309.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439071-1306926264/watcher-3439071-1306926264 -o /tmp/evaluation-result-3439071-1306926264/solver-3439071-1306926264 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439071-1306926264.cnf -threads=8

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=135302930

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.809
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.78
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.809
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.809
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32260800 kB
Buffers:        152636 kB
Cached:         225508 kB
SwapCached:      12852 kB
Active:         153484 kB
Inactive:       244048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32260800 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           23208 kB
Writeback:           0 kB
AnonPages:       17220 kB
Mapped:           8792 kB
Slab:           130360 kB
PageTables:      91168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105369612 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= 73912 MiB
End job on node120 at 2011-06-01 14:27:58