Trace number 3439181

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.4 5012.06

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
MD5SUMf105570f47bdca662c2d3d185f8dc1f8
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 variables389
Number of clauses41426
Sum of the clauses size188708
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337636
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53790

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-3439181-1306960405/watcher-3439181-1306960405 -o /tmp/evaluation-result-3439181-1306960405/solver-3439181-1306960405 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439181-1306960405.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: 0.00 0.00 0.00 2/528 7508
/proc/meminfo: memFree=29385720/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=20588 CPUtime=0 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 899 0 0 0 0 0 0 0 25 0 1 0 807638496 21082112 700 33554432000 4194304 4625164 140735403608016 18446744073709551615 228244348672 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7508/statm: 5147 700 296 106 0 650 0

[startup+0.056489 s]
/proc/loadavg: 0.00 0.00 0.00 2/528 7508
/proc/meminfo: memFree=29385720/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=316048 CPUtime=0.14 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) D 7506 7508 7482 0 -1 4202496 8457 0 0 0 13 1 0 0 18 0 8 0 807638496 323633152 6213 33554432000 4194304 4625164 140735403608016 18446744073709551615 228244046293 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7508/statm: 79012 6213 342 106 0 74515 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 316048

[startup+0.175436 s]
/proc/loadavg: 0.00 0.00 0.00 2/528 7508
/proc/meminfo: memFree=29385720/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=318228 CPUtime=1.01 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 11201 0 0 0 100 1 0 0 18 0 8 0 807638496 325865472 7552 33554432000 4194304 4625164 140735403608016 18446744073709551615 4393097 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 79557 7552 344 106 0 75060 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 318228

[startup+0.300415 s]
/proc/loadavg: 0.00 0.00 0.00 2/528 7508
/proc/meminfo: memFree=29385720/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=321560 CPUtime=2 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 13761 0 0 0 199 1 0 0 18 0 8 0 807638496 329277440 8053 33554432000 4194304 4625164 140735403608016 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 80390 8053 344 106 0 75893 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 321560

[startup+0.700344 s]
/proc/loadavg: 0.00 0.00 0.00 2/528 7508
/proc/meminfo: memFree=29385720/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=323240 CPUtime=5.21 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 17792 0 0 0 519 2 0 0 18 0 8 0 807638496 330997760 9881 33554432000 4194304 4625164 140735403608016 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 80810 9881 344 106 0 76313 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 323240

[startup+1.5012 s]
/proc/loadavg: 0.00 0.00 0.00 9/536 7516
/proc/meminfo: memFree=29340280/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=331792 CPUtime=11.59 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 27150 0 0 0 1155 4 0 0 20 0 8 0 807638496 339755008 13845 33554432000 4194304 4625164 140735403608016 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 82948 13845 344 106 0 78451 0
[pid=7508/tid=7510] ppid=7506 vsize=331792 CPUtime=1.45 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 2066 0 0 0 145 0 0 0 20 0 8 0 807638500 339755008 13845 33554432000 4194304 4625164 140735403608016 18446744073709551615 4352098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=331792 CPUtime=1.45 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 2045 0 0 0 145 0 0 0 20 0 8 0 807638500 339755008 13845 33554432000 4194304 4625164 140735403608016 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=331792 CPUtime=1.44 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 9022 0 0 0 143 1 0 0 20 0 8 0 807638500 339755008 13845 33554432000 4194304 4625164 140735403608016 18446744073709551615 228244007341 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=331792 CPUtime=1.44 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 2107 0 0 0 144 0 0 0 19 0 8 0 807638500 339755008 13845 33554432000 4194304 4625164 140735403608016 18446744073709551615 4352170 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=331792 CPUtime=1.4 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 1354 0 0 0 140 0 0 0 25 0 8 0 807638500 339755008 13845 33554432000 4194304 4625164 140735403608016 18446744073709551615 4349054 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=331792 CPUtime=1.45 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 2125 0 0 0 145 0 0 0 20 0 8 0 807638500 339755008 13845 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=331792 CPUtime=1.45 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 2069 0 0 0 145 0 0 0 20 0 8 0 807638500 339755008 13845 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 331792

[startup+3.10092 s]
/proc/loadavg: 0.00 0.00 0.00 9/536 7516
/proc/meminfo: memFree=29317712/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=342612 CPUtime=24.37 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 43920 0 0 0 2431 6 0 0 25 0 8 0 807638496 350834688 21525 33554432000 4194304 4625164 140735403608016 18446744073709551615 4512740 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 85653 21525 348 106 0 81156 0
[pid=7508/tid=7510] ppid=7506 vsize=342612 CPUtime=3.05 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 3420 0 0 0 305 0 0 0 25 0 8 0 807638500 350834688 21525 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=342612 CPUtime=3.05 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 2340 0 0 0 305 0 0 0 25 0 8 0 807638500 350834688 21525 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=342612 CPUtime=3.03 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 17440 0 0 0 302 1 0 0 18 0 8 0 807638500 350834688 21525 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=342612 CPUtime=3.03 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 3457 0 0 0 303 0 0 0 25 0 8 0 807638500 350834688 21525 33554432000 4194304 4625164 140735403608016 18446744073709551615 4462461 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=342612 CPUtime=2.98 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 2298 0 0 0 298 0 0 0 25 0 8 0 807638500 350834688 21525 33554432000 4194304 4625164 140735403608016 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=342612 CPUtime=3.05 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 3569 0 0 0 304 1 0 0 25 0 8 0 807638500 350834688 21525 33554432000 4194304 4625164 140735403608016 18446744073709551615 4328596 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=342612 CPUtime=3.05 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 3364 0 0 0 305 0 0 0 25 0 8 0 807638500 350834688 21525 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.37
Current children cumulated vsize (KiB) 342612

[startup+6.30036 s]
/proc/loadavg: 0.64 0.13 0.04 9/536 7517
/proc/meminfo: memFree=29263904/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=429872 CPUtime=49.9 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 73951 0 0 0 4979 11 0 0 25 0 8 0 807638496 440188928 33575 33554432000 4194304 4625164 140735403608016 18446744073709551615 4393055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 107468 33575 366 106 0 102971 0
[pid=7508/tid=7510] ppid=7506 vsize=429872 CPUtime=6.25 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 5886 0 0 0 624 1 0 0 25 0 8 0 807638500 440188928 33575 33554432000 4194304 4625164 140735403608016 18446744073709551615 4464984 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=429872 CPUtime=6.24 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 4229 0 0 0 624 0 0 0 25 0 8 0 807638500 440188928 33575 33554432000 4194304 4625164 140735403608016 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=429872 CPUtime=6.24 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 32237 0 0 0 620 4 0 0 25 0 8 0 807638500 440188928 33575 33554432000 4194304 4625164 140735403608016 18446744073709551615 4352112 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=429872 CPUtime=6.23 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 5896 0 0 0 623 0 0 0 25 0 8 0 807638500 440188928 33575 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=429872 CPUtime=6.11 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 4323 0 0 0 611 0 0 0 25 0 8 0 807638500 440188928 33575 33554432000 4194304 4625164 140735403608016 18446744073709551615 4339564 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=429872 CPUtime=6.25 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 5848 0 0 0 624 1 0 0 25 0 8 0 807638500 440188928 33575 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=429872 CPUtime=6.24 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 4285 0 0 0 624 0 0 0 25 0 8 0 807638500 440188928 33575 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.9
Current children cumulated vsize (KiB) 429872

[startup+12.7012 s]
/proc/loadavg: 1.23 0.26 0.09 9/536 7517
/proc/meminfo: memFree=29178216/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=467544 CPUtime=100.98 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 119551 0 0 0 10077 21 0 0 25 0 8 0 807638496 478765056 53576 33554432000 4194304 4625164 140735403608016 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 116886 53576 357 106 0 112389 0
[pid=7508/tid=7510] ppid=7506 vsize=467544 CPUtime=12.65 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 9374 0 0 0 1264 1 0 0 25 0 8 0 807638500 478765056 53576 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=467544 CPUtime=12.64 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 6746 0 0 0 1263 1 0 0 25 0 8 0 807638500 478765056 53576 33554432000 4194304 4625164 140735403608016 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=467544 CPUtime=12.63 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 54752 0 0 0 1255 8 0 0 25 0 8 0 807638500 478765056 53576 33554432000 4194304 4625164 140735403608016 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=467544 CPUtime=12.63 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 9387 0 0 0 1262 1 0 0 25 0 8 0 807638500 478765056 53576 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=467544 CPUtime=12.4 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 6999 0 0 0 1239 1 0 0 25 0 8 0 807638500 478765056 53576 33554432000 4194304 4625164 140735403608016 18446744073709551615 4349611 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=467544 CPUtime=12.65 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 9585 0 0 0 1263 2 0 0 25 0 8 0 807638500 478765056 53576 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=467544 CPUtime=12.65 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 7083 0 0 0 1264 1 0 0 25 0 8 0 807638500 478765056 53576 33554432000 4194304 4625164 140735403608016 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 467544

[startup+25.501 s]
/proc/loadavg: 2.73 0.64 0.21 9/536 7517
/proc/meminfo: memFree=29056488/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=516524 CPUtime=203.14 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 190960 0 0 0 20279 35 0 0 25 0 8 0 807638496 528920576 82594 33554432000 4194304 4625164 140735403608016 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 129131 82594 347 106 0 124634 0
[pid=7508/tid=7510] ppid=7506 vsize=516524 CPUtime=25.45 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 15231 0 0 0 2543 2 0 0 25 0 8 0 807638500 528920576 82594 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=516524 CPUtime=25.44 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 11011 0 0 0 2542 2 0 0 25 0 8 0 807638500 528920576 82594 33554432000 4194304 4625164 140735403608016 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=516524 CPUtime=25.43 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 85892 0 0 0 2529 14 0 0 25 0 8 0 807638500 528920576 82594 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=516524 CPUtime=25.43 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 14836 0 0 0 2541 2 0 0 25 0 8 0 807638500 528920576 82594 33554432000 4194304 4625164 140735403608016 18446744073709551615 4352145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=516524 CPUtime=24.96 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 11601 0 0 0 2494 2 0 0 25 0 8 0 807638500 528920576 82594 33554432000 4194304 4625164 140735403608016 18446744073709551615 4348918 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=516524 CPUtime=25.45 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 15424 0 0 0 2542 3 0 0 25 0 8 0 807638500 528920576 82594 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=516524 CPUtime=25.45 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 15071 0 0 0 2543 2 0 0 25 0 8 0 807638500 528920576 82594 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.14
Current children cumulated vsize (KiB) 516524

[startup+51.1005 s]
/proc/loadavg: 4.53 1.23 0.42 9/536 7518
/proc/meminfo: memFree=28871012/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=822416 CPUtime=407.47 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 300132 0 0 0 40692 55 0 0 25 0 8 0 807638496 842153984 129533 33554432000 4194304 4625164 140735403608016 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 205604 129533 547 106 0 201107 0
[pid=7508/tid=7510] ppid=7506 vsize=822416 CPUtime=51.05 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 23146 0 0 0 5102 3 0 0 25 0 8 0 807638500 842153984 129533 33554432000 4194304 4625164 140735403608016 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=822416 CPUtime=51.03 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 16871 0 0 0 5100 3 0 0 25 0 8 0 807638500 842153984 129533 33554432000 4194304 4625164 140735403608016 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=822416 CPUtime=51.04 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 138723 0 0 0 5081 23 0 0 25 0 8 0 807638500 842153984 129533 33554432000 4194304 4625164 140735403608016 18446744073709551615 4548757 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=822416 CPUtime=51.03 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 22558 0 0 0 5099 4 0 0 25 0 8 0 807638500 842153984 129533 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=822416 CPUtime=50.1 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 18711 0 0 0 5006 4 0 0 25 0 8 0 807638500 842153984 129533 33554432000 4194304 4625164 140735403608016 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=822416 CPUtime=51.04 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 24713 0 0 0 5099 5 0 0 25 0 8 0 807638500 842153984 129533 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=822416 CPUtime=51.04 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 23412 0 0 0 5100 4 0 0 25 0 8 0 807638500 842153984 129533 33554432000 4194304 4625164 140735403608016 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.47

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

[pid=7508/tid=7512] ppid=7506 vsize=5208784 CPUtime=4662.17 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 8306822 0 0 0 464785 1432 0 0 25 0 8 0 807638500 5333794816 1125762 33554432000 4194304 4625164 140735403608016 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=5208784 CPUtime=4662.32 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 201466 0 0 0 466179 53 0 0 25 0 8 0 807638500 5333794816 1125762 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=5208784 CPUtime=4576.6 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 158144 0 0 0 457611 49 0 0 25 0 8 0 807638500 5333794816 1125762 33554432000 4194304 4625164 140735403608016 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=5208784 CPUtime=4662.33 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 275093 0 0 0 466161 72 0 0 25 0 8 0 807638500 5333794816 1125762 33554432000 4194304 4625164 140735403608016 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=5208784 CPUtime=4662.23 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 200608 0 0 0 466170 53 0 0 25 0 8 0 807638500 5333794816 1125762 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37210.7
Current children cumulated vsize (KiB) 5208784

[startup+4722.32 s]
/proc/loadavg: 8.09 8.05 7.97 9/536 7654
/proc/meminfo: memFree=24868004/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=5208784 CPUtime=37689.7 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 11815353 0 0 0 3766714 2259 0 0 25 0 8 0 807638496 5333794816 1126670 33554432000 4194304 4625164 140735403608016 18446744073709551615 4329225 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 1302196 1126670 391 106 0 1297699 0
[pid=7508/tid=7510] ppid=7506 vsize=5208784 CPUtime=4722.37 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 206200 0 0 0 472180 57 0 0 25 0 8 0 807638500 5333794816 1126671 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=5208784 CPUtime=4720.96 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 223700 0 0 0 472023 73 0 0 25 0 8 0 807638500 5333794816 1126671 33554432000 4194304 4625164 140735403608016 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=5208784 CPUtime=4722.2 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 8443837 0 0 0 470763 1457 0 0 25 0 8 0 807638500 5333794816 1126672 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=5208784 CPUtime=4722.34 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 201478 0 0 0 472181 53 0 0 25 0 8 0 807638500 5333794816 1126672 33554432000 4194304 4625164 140735403608016 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=5208784 CPUtime=4635.48 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 158156 0 0 0 463499 49 0 0 25 0 8 0 807638500 5333794816 1126672 33554432000 4194304 4625164 140735403608016 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=5208784 CPUtime=4722.35 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 275110 0 0 0 472163 72 0 0 25 0 8 0 807638500 5333794816 1126673 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=5208784 CPUtime=4722.25 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 200623 0 0 0 472172 53 0 0 25 0 8 0 807638500 5333794816 1126673 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37689.7
Current children cumulated vsize (KiB) 5208784

[startup+4782.3 s]
/proc/loadavg: 8.16 8.07 7.98 9/536 7656
/proc/meminfo: memFree=24869968/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=5208784 CPUtime=38168.4 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 12022171 0 0 0 3814542 2300 0 0 25 0 8 0 807638496 5333794816 1127637 33554432000 4194304 4625164 140735403608016 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 1302196 1127637 397 106 0 1297699 0
[pid=7508/tid=7510] ppid=7506 vsize=5208784 CPUtime=4782.35 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 206207 0 0 0 478178 57 0 0 25 0 8 0 807638500 5333794816 1127637 33554432000 4194304 4625164 140735403608016 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=5208784 CPUtime=4780.92 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 223703 0 0 0 478019 73 0 0 25 0 8 0 807638500 5333794816 1127637 33554432000 4194304 4625164 140735403608016 18446744073709551615 4488068 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=5208784 CPUtime=4782.18 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 8584229 0 0 0 476733 1485 0 0 25 0 8 0 807638500 5333794816 1127637 33554432000 4194304 4625164 140735403608016 18446744073709551615 4552423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=5208784 CPUtime=4782.32 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 201490 0 0 0 478179 53 0 0 25 0 8 0 807638500 5333794816 1127637 33554432000 4194304 4625164 140735403608016 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=5208784 CPUtime=4694.33 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 158166 0 0 0 469384 49 0 0 25 0 8 0 807638500 5333794816 1127637 33554432000 4194304 4625164 140735403608016 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=5208784 CPUtime=4782.33 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 275125 0 0 0 478161 72 0 0 25 0 8 0 807638500 5333794816 1127637 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=5208784 CPUtime=4782.23 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 200639 0 0 0 478170 53 0 0 25 0 8 0 807638500 5333794816 1127637 33554432000 4194304 4625164 140735403608016 18446744073709551615 4488037 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38168.4
Current children cumulated vsize (KiB) 5208784

[startup+4842.3 s]
/proc/loadavg: 8.20 8.08 7.99 9/536 7658
/proc/meminfo: memFree=24861136/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=5208784 CPUtime=38647.2 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 12227672 0 0 0 3862381 2344 0 0 25 0 8 0 807638496 5333794816 1128176 33554432000 4194304 4625164 140735403608016 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 1302196 1128176 347 106 0 1297699 0
[pid=7508/tid=7510] ppid=7506 vsize=5208784 CPUtime=4842.35 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 206217 0 0 0 484178 57 0 0 25 0 8 0 807638500 5333794816 1128176 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=5208784 CPUtime=4840.9 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 223706 0 0 0 484017 73 0 0 25 0 8 0 807638500 5333794816 1128176 33554432000 4194304 4625164 140735403608016 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=5208784 CPUtime=4842.17 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 8725956 0 0 0 482704 1513 0 0 25 0 8 0 807638500 5333794816 1128176 33554432000 4194304 4625164 140735403608016 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=5208784 CPUtime=4842.32 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 201499 0 0 0 484179 53 0 0 25 0 8 0 807638500 5333794816 1128176 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=5208784 CPUtime=4753.18 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 158179 0 0 0 475269 49 0 0 25 0 8 0 807638500 5333794816 1128176 33554432000 4194304 4625164 140735403608016 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=5208784 CPUtime=4842.33 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 275140 0 0 0 484161 72 0 0 25 0 8 0 807638500 5333794816 1128176 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=5208784 CPUtime=4842.22 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 200660 0 0 0 484169 53 0 0 25 0 8 0 807638500 5333794816 1128176 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38647.2
Current children cumulated vsize (KiB) 5208784

[startup+4902.3 s]
/proc/loadavg: 8.07 8.07 7.99 9/536 7659
/proc/meminfo: memFree=24853044/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=5208784 CPUtime=39126.1 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 12414695 0 0 0 3910226 2385 0 0 25 0 8 0 807638496 5333794816 1130442 33554432000 4194304 4625164 140735403608016 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 1302196 1130442 407 106 0 1297699 0
[pid=7508/tid=7510] ppid=7506 vsize=5208784 CPUtime=4902.35 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 206227 0 0 0 490178 57 0 0 25 0 8 0 807638500 5333794816 1130442 33554432000 4194304 4625164 140735403608016 18446744073709551615 4488051 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=5208784 CPUtime=4900.89 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 223709 0 0 0 490016 73 0 0 25 0 8 0 807638500 5333794816 1130442 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=5208784 CPUtime=4902.18 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 8851444 0 0 0 488679 1539 0 0 25 0 8 0 807638500 5333794816 1130442 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=5208784 CPUtime=4902.32 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 201511 0 0 0 490179 53 0 0 25 0 8 0 807638500 5333794816 1130442 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=5208784 CPUtime=4812.05 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 158191 0 0 0 481156 49 0 0 25 0 8 0 807638500 5333794816 1130442 33554432000 4194304 4625164 140735403608016 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=5208784 CPUtime=4902.34 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 275160 0 0 0 490162 72 0 0 25 0 8 0 807638500 5333794816 1130442 33554432000 4194304 4625164 140735403608016 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=5208784 CPUtime=4902.22 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 200674 0 0 0 490169 53 0 0 25 0 8 0 807638500 5333794816 1130442 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39126.1
Current children cumulated vsize (KiB) 5208784

[startup+4962.3 s]
/proc/loadavg: 8.09 8.07 8.00 9/536 7661
/proc/meminfo: memFree=24849420/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=5208784 CPUtime=39604.9 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 12616233 0 0 0 3958066 2428 0 0 25 0 8 0 807638496 5333794816 1131242 33554432000 4194304 4625164 140735403608016 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 1302196 1131242 370 106 0 1297699 0
[pid=7508/tid=7510] ppid=7506 vsize=5208784 CPUtime=4962.35 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 206234 0 0 0 496178 57 0 0 25 0 8 0 807638500 5333794816 1131242 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=5208784 CPUtime=4960.86 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 223711 0 0 0 496013 73 0 0 25 0 8 0 807638500 5333794816 1131242 33554432000 4194304 4625164 140735403608016 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=5208784 CPUtime=4962.18 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 8991136 0 0 0 494651 1567 0 0 25 0 8 0 807638500 5333794816 1131242 33554432000 4194304 4625164 140735403608016 18446744073709551615 4548692 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=5208784 CPUtime=4962.33 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 201521 0 0 0 496180 53 0 0 25 0 8 0 807638500 5333794816 1131242 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=5208784 CPUtime=4870.9 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 158206 0 0 0 487041 49 0 0 25 0 8 0 807638500 5333794816 1131242 33554432000 4194304 4625164 140735403608016 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=5208784 CPUtime=4962.34 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 275179 0 0 0 496162 72 0 0 25 0 8 0 807638500 5333794816 1131242 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=5208784 CPUtime=4962.22 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 200690 0 0 0 496169 53 0 0 25 0 8 0 807638500 5333794816 1131242 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39604.9
Current children cumulated vsize (KiB) 5208784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.8 s]
/proc/loadavg: 8.10 8.07 8.00 9/536 7662
/proc/meminfo: memFree=24843564/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=5208784 CPUtime=40000.1 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) R 7506 7508 7482 0 -1 4202496 12781476 0 0 0 3997545 2461 0 0 25 0 8 0 807638496 5333794816 1132576 33554432000 4194304 4625164 140735403608016 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 1302196 1132576 367 106 0 1297699 0
[pid=7508/tid=7510] ppid=7506 vsize=5208784 CPUtime=5011.88 cores=0-7
/proc/7508/task/7510/stat : 7510 (SArTagnan) R 7506 7508 7482 0 -1 4202560 206242 0 0 0 501131 57 0 0 25 0 8 0 807638500 5333794816 1132586 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7508/tid=7511] ppid=7506 vsize=5208784 CPUtime=5010.37 cores=0-7
/proc/7508/task/7511/stat : 7511 (SArTagnan) R 7506 7508 7482 0 -1 4202560 223714 0 0 0 500964 73 0 0 25 0 8 0 807638500 5333794816 1132586 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331194 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7508/tid=7512] ppid=7506 vsize=5208784 CPUtime=5011.7 cores=0-7
/proc/7508/task/7512/stat : 7512 (SArTagnan) R 7506 7508 7482 0 -1 4202560 9104266 0 0 0 499581 1589 0 0 25 0 8 0 807638500 5333794816 1132586 33554432000 4194304 4625164 140735403608016 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7508/tid=7513] ppid=7506 vsize=5208784 CPUtime=5011.85 cores=0-7
/proc/7508/task/7513/stat : 7513 (SArTagnan) R 7506 7508 7482 0 -1 4202560 201530 0 0 0 501131 54 0 0 25 0 8 0 807638500 5333794816 1132586 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=5208784 CPUtime=4919.49 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4202560 158217 0 0 0 491899 50 0 0 25 0 8 0 807638500 5333794816 1132586 33554432000 4194304 4625164 140735403608016 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7508/tid=7515] ppid=7506 vsize=5208784 CPUtime=5011.86 cores=0-7
/proc/7508/task/7515/stat : 7515 (SArTagnan) R 7506 7508 7482 0 -1 4202560 275198 0 0 0 501114 72 0 0 25 0 8 0 807638500 5333794816 1132586 33554432000 4194304 4625164 140735403608016 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7508/tid=7516] ppid=7506 vsize=5208784 CPUtime=5011.74 cores=0-7
/proc/7508/task/7516/stat : 7516 (SArTagnan) R 7506 7508 7482 0 -1 4202560 200703 0 0 0 501121 53 0 0 25 0 8 0 807638500 5333794816 1132586 33554432000 4194304 4625164 140735403608016 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 5208784

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

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

[startup+5012 s]
/proc/loadavg: 8.10 8.07 8.00 9/536 7662
/proc/meminfo: memFree=24843564/32951124 swapFree=58212616/67111528
[pid=7508] ppid=7506 vsize=0 CPUtime=40000.4 cores=0-7
/proc/7508/stat : 7508 (SArTagnan) Z 7506 7508 7482 0 -1 4203548 12781486 0 0 0 3997559 2478 0 0 25 0 2 0 807638496 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7508/statm: 0 0 0 0 0 0 0
[pid=7508/tid=7514] ppid=7506 vsize=0 CPUtime=4919.66 cores=0-7
/proc/7508/task/7514/stat : 7514 (SArTagnan) R 7506 7508 7482 0 -1 4203588 158217 0 0 0 491899 67 0 0 25 0 2 0 807638500 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5012.06
CPU time (s): 40000.4
CPU user time (s): 39975.6
CPU system time (s): 24.8442
CPU usage (%): 798.084
Max. virtual memory (cumulated for all children) (KiB): 5232872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39975.6
system time used= 24.8442
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12781486
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= 2796
involuntary context switches= 174099

runsolver used 24.1753 second user time and 68.2176 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-01 22:33:25
IDJOB=3439181
IDBENCH=83321
IDSOLVER=1936
FILE ID=node136/3439181-1306960405
RUNJOBID= node136-1306960405-7496
PBS_JOBID= 13497615
Free space on /tmp= 73688 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439181-1306960405/watcher-3439181-1306960405 -o /tmp/evaluation-result-3439181-1306960405/solver-3439181-1306960405 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439181-1306960405.cnf -threads=8

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

MD5SUM BENCH= f105570f47bdca662c2d3d185f8dc1f8
RANDOM SEED=2026352994

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29386140 kB
Buffers:        174204 kB
Cached:         295792 kB
SwapCached:       7704 kB
Active:        2982984 kB
Inactive:       305576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29386140 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:            1200 kB
Writeback:           0 kB
AnonPages:     2817900 kB
Mapped:          23608 kB
Slab:           136064 kB
PageTables:      69192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169212640 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= 73688 MiB
End job on node136 at 2011-06-01 23:56:59