Trace number 3439571

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)UNSAT 13582.8 1701.64

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn006.shuffled-as.sat05-3846.cnf
MD5SUMf38a91a0947f21d9ceeb8762ba4c5f93
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark862.725
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18473
Sum of the clauses size132415
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32342
Number of clauses of size 4463
Number of clauses of size 5642
Number of clauses of size over 514542

Solver Data

13582.65/1701.50	
13582.65/1701.50	s UNSATISFIABLE
13582.65/1701.50	c Import unit

Verifier Data

No possible verification on an UNSAT instance

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-3439571-1306965560/watcher-3439571-1306965560 -o /tmp/evaluation-result-3439571-1306965560/solver-3439571-1306965560 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439571-1306965560.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: 8.06 8.08 8.01 2/482 7217
/proc/meminfo: memFree=27540660/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=19848 CPUtime=0 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 723 0 0 0 0 0 0 0 25 0 1 0 808154489 20324352 604 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/7217/statm: 4962 604 299 106 0 465 0

[startup+0.0277749 s]
/proc/loadavg: 8.06 8.08 8.01 2/482 7217
/proc/meminfo: memFree=27540660/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=99540 CPUtime=0.02 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 3116 0 0 0 2 0 0 0 18 0 8 0 808154489 101928960 2531 33554432000 4194304 4625164 140737071622000 18446744073709551615 47559594489778 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 24885 2531 304 106 0 20388 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 99540

[startup+0.102759 s]
/proc/loadavg: 8.06 8.08 8.01 2/482 7217
/proc/meminfo: memFree=27540660/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=435984 CPUtime=0.55 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 7595 0 0 0 54 1 0 0 20 0 8 0 808154489 446447616 5501 33554432000 4194304 4625164 140737071622000 18446744073709551615 4329114 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 108996 5501 347 106 0 104499 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 435984

[startup+0.300699 s]
/proc/loadavg: 8.06 8.08 8.01 2/482 7217
/proc/meminfo: memFree=27540660/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=446956 CPUtime=2.14 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 14987 0 0 0 212 2 0 0 20 0 8 0 808154489 457682944 8635 33554432000 4194304 4625164 140737071622000 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 111739 8635 347 106 0 107242 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 446956

[startup+0.700635 s]
/proc/loadavg: 8.06 8.08 8.01 2/482 7217
/proc/meminfo: memFree=27540660/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=587124 CPUtime=5.33 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 26123 0 0 0 528 5 0 0 21 0 8 0 808154489 601214976 12968 33554432000 4194304 4625164 140737071622000 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 146781 12969 353 106 0 142284 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 587124

[startup+1.5005 s]
/proc/loadavg: 8.05 8.08 8.01 9/490 7225
/proc/meminfo: memFree=27481704/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=598068 CPUtime=11.71 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 41661 0 0 0 1162 9 0 0 23 0 8 0 808154489 612421632 17703 33554432000 4194304 4625164 140737071622000 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 149517 17704 353 106 0 145020 0
[pid=7217/tid=7219] ppid=7215 vsize=598068 CPUtime=1.46 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 3877 0 0 0 146 0 0 0 20 0 8 0 808154492 612421632 17704 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=598068 CPUtime=1.4 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 3815 0 0 0 139 1 0 0 25 0 8 0 808154492 612421632 17705 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=598068 CPUtime=1.46 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 11652 0 0 0 144 2 0 0 20 0 8 0 808154492 612421632 17705 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=598068 CPUtime=1.46 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 3986 0 0 0 146 0 0 0 18 0 8 0 808154492 612421632 17705 33554432000 4194304 4625164 140737071622000 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=598068 CPUtime=1.46 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 3910 0 0 0 145 1 0 0 23 0 8 0 808154492 612421632 17705 33554432000 4194304 4625164 140737071622000 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=598068 CPUtime=1.45 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 3648 0 0 0 145 0 0 0 20 0 8 0 808154492 612421632 17705 33554432000 4194304 4625164 140737071622000 18446744073709551615 4465157 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=598068 CPUtime=1.45 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 3113 0 0 0 145 0 0 0 25 0 8 0 808154492 612421632 17705 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 598068

[startup+3.10124 s]
/proc/loadavg: 8.05 8.08 8.01 9/490 7225
/proc/meminfo: memFree=27461244/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=594824 CPUtime=24.49 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 60143 0 0 0 2436 13 0 0 25 0 8 0 808154489 609099776 20983 33554432000 4194304 4625164 140737071622000 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 148706 20984 353 106 0 144209 0
[pid=7217/tid=7219] ppid=7215 vsize=594824 CPUtime=3.07 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 5533 0 0 0 306 1 0 0 25 0 8 0 808154492 609099776 20984 33554432000 4194304 4625164 140737071622000 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=594824 CPUtime=2.98 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 4008 0 0 0 297 1 0 0 25 0 8 0 808154492 609099776 20984 33554432000 4194304 4625164 140737071622000 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=594824 CPUtime=3.06 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 22298 0 0 0 302 4 0 0 25 0 8 0 808154492 609099776 20984 33554432000 4194304 4625164 140737071622000 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=594824 CPUtime=3.06 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 5886 0 0 0 306 0 0 0 20 0 8 0 808154492 609099776 20984 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=594824 CPUtime=3.06 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 4320 0 0 0 305 1 0 0 25 0 8 0 808154492 609099776 20984 33554432000 4194304 4625164 140737071622000 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=594824 CPUtime=3.06 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 3916 0 0 0 305 1 0 0 25 0 8 0 808154492 609099776 20984 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351894 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=594824 CPUtime=3.05 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 4367 0 0 0 304 1 0 0 25 0 8 0 808154492 609099776 20984 33554432000 4194304 4625164 140737071622000 18446744073709551615 210204308513 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.49
Current children cumulated vsize (KiB) 594824

[startup+6.3007 s]
/proc/loadavg: 8.05 8.08 8.01 9/490 7225
/proc/meminfo: memFree=27440912/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=607584 CPUtime=50.04 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 87725 0 0 0 4985 19 0 0 25 0 8 0 808154489 622166016 25548 33554432000 4194304 4625164 140737071622000 18446744073709551615 4511997 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 151896 25549 353 106 0 147399 0
[pid=7217/tid=7219] ppid=7215 vsize=607584 CPUtime=6.27 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 5827 0 0 0 626 1 0 0 25 0 8 0 808154492 622166016 25549 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351894 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=607584 CPUtime=6.12 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 4390 0 0 0 611 1 0 0 25 0 8 0 808154492 622166016 25550 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=607584 CPUtime=6.26 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 43266 0 0 0 618 8 0 0 25 0 8 0 808154492 622166016 25550 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=607584 CPUtime=6.26 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 6367 0 0 0 625 1 0 0 25 0 8 0 808154492 622166016 25551 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=607584 CPUtime=6.26 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 5950 0 0 0 625 1 0 0 25 0 8 0 808154492 622166016 25551 33554432000 4194304 4625164 140737071622000 18446744073709551615 4349024 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=607584 CPUtime=6.26 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 5375 0 0 0 625 1 0 0 25 0 8 0 808154492 622166016 25551 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=607584 CPUtime=6.26 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 4948 0 0 0 624 2 0 0 25 0 8 0 808154492 622166016 25552 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339554 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.04
Current children cumulated vsize (KiB) 607584

[startup+12.7006 s]
/proc/loadavg: 8.04 8.08 8.01 10/490 7226
/proc/meminfo: memFree=27368772/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=651544 CPUtime=101.11 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 160812 0 0 0 10076 35 0 0 25 0 8 0 808154489 667181056 45014 33554432000 4194304 4625164 140737071622000 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 162886 45014 400 106 0 158389 0
[pid=7217/tid=7219] ppid=7215 vsize=651544 CPUtime=12.66 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 13614 0 0 0 1264 2 0 0 19 0 8 0 808154492 667181056 45014 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=651544 CPUtime=12.42 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 6277 0 0 0 1240 2 0 0 19 0 8 0 808154492 667181056 45014 33554432000 4194304 4625164 140737071622000 18446744073709551615 4352089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=651544 CPUtime=12.66 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 76968 0 0 0 1251 15 0 0 25 0 8 0 808154492 667181056 45014 33554432000 4194304 4625164 140737071622000 18446744073709551615 4579601 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=651544 CPUtime=12.65 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 14422 0 0 0 1263 2 0 0 19 0 8 0 808154492 667181056 45014 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=651544 CPUtime=12.66 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 13976 0 0 0 1263 3 0 0 19 0 8 0 808154492 667181056 45014 33554432000 4194304 4625164 140737071622000 18446744073709551615 4348879 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=651544 CPUtime=12.65 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 14483 0 0 0 1262 3 0 0 20 0 8 0 808154492 667181056 45014 33554432000 4194304 4625164 140737071622000 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=651544 CPUtime=12.65 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 7247 0 0 0 1263 2 0 0 25 0 8 0 808154492 667181056 45014 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 651544

[startup+25.5005 s]
/proc/loadavg: 8.04 8.07 8.00 9/490 7226
/proc/meminfo: memFree=27327436/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=654832 CPUtime=203.29 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 202616 0 0 0 20288 41 0 0 25 0 8 0 808154489 670547968 54100 33554432000 4194304 4625164 140737071622000 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 163708 54100 387 106 0 159211 0
[pid=7217/tid=7219] ppid=7215 vsize=654832 CPUtime=25.46 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 18872 0 0 0 2543 3 0 0 25 0 8 0 808154492 670547968 54100 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=654832 CPUtime=25.01 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 8927 0 0 0 2498 3 0 0 25 0 8 0 808154492 670547968 54100 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=654832 CPUtime=25.46 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 93368 0 0 0 2529 17 0 0 25 0 8 0 808154492 670547968 54100 33554432000 4194304 4625164 140737071622000 18446744073709551615 210204314626 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=654832 CPUtime=25.46 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 19991 0 0 0 2542 4 0 0 25 0 8 0 808154492 670547968 54101 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=654832 CPUtime=25.46 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 14881 0 0 0 2543 3 0 0 25 0 8 0 808154492 670547968 54102 33554432000 4194304 4625164 140737071622000 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=654832 CPUtime=25.46 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 20452 0 0 0 2542 4 0 0 25 0 8 0 808154492 670547968 54102 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=654832 CPUtime=25.46 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 9643 0 0 0 2543 3 0 0 25 0 8 0 808154492 670547968 54102 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.29
Current children cumulated vsize (KiB) 654832

[startup+51.1012 s]
/proc/loadavg: 8.08 8.08 8.01 9/490 7227
/proc/meminfo: memFree=27251772/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=685132 CPUtime=407.68 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 332028 0 0 0 40704 64 0 0 25 0 8 0 808154489 701575168 72796 33554432000 4194304 4625164 140737071622000 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 171283 72796 381 106 0 166786 0
[pid=7217/tid=7219] ppid=7215 vsize=685132 CPUtime=51.06 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 21632 0 0 0 5101 5 0 0 25 0 8 0 808154492 701575168 72796 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=685132 CPUtime=50.19 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 9976 0 0 0 5016 3 0 0 25 0 8 0 808154492 701575168 72796 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=685132 CPUtime=51.06 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 195505 0 0 0 5073 33 0 0 25 0 8 0 808154492 701575168 72796 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351860 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=685132 CPUtime=51.05 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 22317 0 0 0 5101 4 0 0 25 0 8 0 808154492 701575168 72796 33554432000 4194304 4625164 140737071622000 18446744073709551615 4352735 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=685132 CPUtime=51.06 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 22145 0 0 0 5102 4 0 0 25 0 8 0 808154492 701575168 72796 33554432000 4194304 4625164 140737071622000 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=685132 CPUtime=51.05 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 29700 0 0 0 5100 5 0 0 25 0 8 0 808154492 701575168 72796 33554432000 4194304 4625164 140737071622000 18446744073709551615 4352112 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=685132 CPUtime=51.06 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 10104 0 0 0 5103 3 0 0 25 0 8 0 808154492 701575168 72796 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351909 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.68

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

/proc/loadavg: 8.08 8.04 8.00 9/490 7282
/proc/meminfo: memFree=25327568/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=2946328 CPUtime=13384.7 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 8055046 0 0 0 1337138 1327 0 0 25 0 8 0 808154489 3017039872 553307 33554432000 4194304 4625164 140737071622000 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 736582 553307 1261 106 0 732085 0
[pid=7217/tid=7219] ppid=7215 vsize=2946328 CPUtime=1676.67 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153510 0 0 0 167635 32 0 0 25 0 8 0 808154492 3017039872 553307 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=2946328 CPUtime=1649.2 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 33963 0 0 0 164908 12 0 0 25 0 8 0 808154492 3017039872 553307 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=2946328 CPUtime=1676.64 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 6929611 0 0 0 166567 1097 0 0 25 0 8 0 808154492 3017039872 553307 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=2946328 CPUtime=1676.61 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 103909 0 0 0 167638 23 0 0 25 0 8 0 808154492 3017039872 553307 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=2946328 CPUtime=1676.67 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 109837 0 0 0 167647 20 0 0 25 0 8 0 808154492 3017039872 553307 33554432000 4194304 4625164 140737071622000 18446744073709551615 4440168 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=2946328 CPUtime=1676.67 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153916 0 0 0 167630 37 0 0 25 0 8 0 808154492 3017039872 553307 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=2946328 CPUtime=1676.5 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 35461 0 0 0 167637 13 0 0 25 0 8 0 808154492 3017039872 553307 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13384.6
Current children cumulated vsize (KiB) 2946328

[startup+1689.5 s]
/proc/loadavg: 8.07 8.04 8.00 9/490 7282
/proc/meminfo: memFree=25323972/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=2946328 CPUtime=13486.9 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 8056031 0 0 0 1347364 1327 0 0 25 0 8 0 808154489 3017039872 554269 33554432000 4194304 4625164 140737071622000 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 736582 554269 1261 106 0 732085 0
[pid=7217/tid=7219] ppid=7215 vsize=2946328 CPUtime=1689.49 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153510 0 0 0 168917 32 0 0 25 0 8 0 808154492 3017039872 554269 33554432000 4194304 4625164 140737071622000 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=2946328 CPUtime=1661.8 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 33991 0 0 0 166168 12 0 0 25 0 8 0 808154492 3017039872 554269 33554432000 4194304 4625164 140737071622000 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=2946328 CPUtime=1689.46 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 6929611 0 0 0 167849 1097 0 0 25 0 8 0 808154492 3017039872 554269 33554432000 4194304 4625164 140737071622000 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=2946328 CPUtime=1689.43 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 103916 0 0 0 168920 23 0 0 25 0 8 0 808154492 3017039872 554269 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=2946328 CPUtime=1689.49 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 110026 0 0 0 168929 20 0 0 25 0 8 0 808154492 3017039872 554269 33554432000 4194304 4625164 140737071622000 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=2946328 CPUtime=1689.48 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153916 0 0 0 168911 37 0 0 25 0 8 0 808154492 3017039872 554269 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=2946328 CPUtime=1689.32 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 35483 0 0 0 168919 13 0 0 25 0 8 0 808154492 3017039872 554269 33554432000 4194304 4625164 140737071622000 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13486.9
Current children cumulated vsize (KiB) 2946328

[startup+1695.9 s]
/proc/loadavg: 8.06 8.04 8.00 9/490 7283
/proc/meminfo: memFree=25323228/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=2946328 CPUtime=13538 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 8061351 0 0 0 1352467 1328 0 0 25 0 8 0 808154489 3017039872 556264 33554432000 4194304 4625164 140737071622000 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 736582 556264 1263 106 0 732085 0
[pid=7217/tid=7219] ppid=7215 vsize=2946328 CPUtime=1695.87 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153532 0 0 0 169555 32 0 0 25 0 8 0 808154492 3017039872 556264 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=2946328 CPUtime=1668.09 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 33999 0 0 0 166797 12 0 0 25 0 8 0 808154492 3017039872 556264 33554432000 4194304 4625164 140737071622000 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=2946328 CPUtime=1695.84 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 6933970 0 0 0 168486 1098 0 0 25 0 8 0 808154492 3017039872 556264 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=2946328 CPUtime=1695.81 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 103994 0 0 0 169558 23 0 0 25 0 8 0 808154492 3017039872 556264 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=2946328 CPUtime=1695.87 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 110036 0 0 0 169567 20 0 0 25 0 8 0 808154492 3017039872 556264 33554432000 4194304 4625164 140737071622000 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=2946328 CPUtime=1695.87 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153916 0 0 0 169550 37 0 0 25 0 8 0 808154492 3017039872 556264 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=2946328 CPUtime=1695.71 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 35518 0 0 0 169558 13 0 0 25 0 8 0 808154492 3017039872 556264 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13538
Current children cumulated vsize (KiB) 2946328

[startup+1699.1 s]
/proc/loadavg: 8.06 8.04 8.00 9/490 7283
/proc/meminfo: memFree=25302396/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=2946328 CPUtime=13563.5 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 8081198 0 0 0 1355016 1332 0 0 25 0 8 0 808154489 3017039872 565421 33554432000 4194304 4625164 140737071622000 18446744073709551615 4391821 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 736582 565422 1263 106 0 732085 0
[pid=7217/tid=7219] ppid=7215 vsize=2946328 CPUtime=1699.06 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153540 0 0 0 169874 32 0 0 25 0 8 0 808154492 3017039872 565422 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=2946328 CPUtime=1671.23 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 34015 0 0 0 167111 12 0 0 25 0 8 0 808154492 3017039872 565422 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=2946328 CPUtime=1699.04 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 6944077 0 0 0 168805 1099 0 0 25 0 8 0 808154492 3017039872 565422 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=2946328 CPUtime=1699.01 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 103994 0 0 0 169878 23 0 0 25 0 8 0 808154492 3017039872 565422 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=2946328 CPUtime=1699.07 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 110036 0 0 0 169887 20 0 0 25 0 8 0 808154492 3017039872 565422 33554432000 4194304 4625164 140737071622000 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=2946328 CPUtime=1699.07 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153916 0 0 0 169870 37 0 0 25 0 8 0 808154492 3017039872 565423 33554432000 4194304 4625164 140737071622000 18446744073709551615 47559591985125 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=2946328 CPUtime=1698.9 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 35523 0 0 0 169877 13 0 0 25 0 8 0 808154492 3017039872 565423 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13563.5
Current children cumulated vsize (KiB) 2946328

[startup+1700.7 s]
/proc/loadavg: 8.05 8.04 8.00 9/490 7283
/proc/meminfo: memFree=25270776/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=2946328 CPUtime=13576.2 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 8091356 0 0 0 1356290 1334 0 0 25 0 8 0 808154489 3017039872 567255 33554432000 4194304 4625164 140737071622000 18446744073709551615 4390435 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 736582 567255 1261 106 0 732085 0
[pid=7217/tid=7219] ppid=7215 vsize=2946328 CPUtime=1700.66 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153540 0 0 0 170034 32 0 0 25 0 8 0 808154492 3017039872 567255 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=2946328 CPUtime=1672.8 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 34067 0 0 0 167268 12 0 0 25 0 8 0 808154492 3017039872 567255 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=2946328 CPUtime=1700.63 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 6951461 0 0 0 168963 1100 0 0 19 0 8 0 808154492 3017039872 567255 33554432000 4194304 4625164 140737071622000 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=2946328 CPUtime=1700.61 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 103995 0 0 0 170038 23 0 0 25 0 8 0 808154492 3017039872 567255 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=2946328 CPUtime=1700.67 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 110036 0 0 0 170047 20 0 0 25 0 8 0 808154492 3017039872 567255 33554432000 4194304 4625164 140737071622000 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=2946328 CPUtime=1700.66 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153916 0 0 0 170029 37 0 0 25 0 8 0 808154492 3017039872 567255 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=2946328 CPUtime=1700.5 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 35528 0 0 0 170037 13 0 0 25 0 8 0 808154492 3017039872 567255 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13576.2
Current children cumulated vsize (KiB) 2946328

[startup+1701.1 s]
/proc/loadavg: 8.05 8.04 8.00 9/490 7283
/proc/meminfo: memFree=25270776/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=2946328 CPUtime=13579.4 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 8093415 0 0 0 1356610 1334 0 0 25 0 8 0 808154489 3017039872 568615 33554432000 4194304 4625164 140737071622000 18446744073709551615 4362383 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 736582 568615 1261 106 0 732085 0
[pid=7217/tid=7219] ppid=7215 vsize=2946328 CPUtime=1701.06 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153540 0 0 0 170074 32 0 0 25 0 8 0 808154492 3017039872 568615 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=2946328 CPUtime=1673.2 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 34067 0 0 0 167308 12 0 0 25 0 8 0 808154492 3017039872 568615 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=2946328 CPUtime=1701.04 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 6952850 0 0 0 169003 1101 0 0 19 0 8 0 808154492 3017039872 568616 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=2946328 CPUtime=1701.01 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 103995 0 0 0 170078 23 0 0 25 0 8 0 808154492 3017039872 568616 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=2946328 CPUtime=1701.07 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 110036 0 0 0 170087 20 0 0 25 0 8 0 808154492 3017039872 568617 33554432000 4194304 4625164 140737071622000 18446744073709551615 4348854 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=2946328 CPUtime=1701.06 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153916 0 0 0 170069 37 0 0 25 0 8 0 808154492 3017039872 568617 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351958 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=2946328 CPUtime=1700.91 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 35528 0 0 0 170078 13 0 0 25 0 8 0 808154492 3017039872 568617 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13579.4
Current children cumulated vsize (KiB) 2946328

[startup+1701.5 s]
/proc/loadavg: 8.05 8.04 8.00 9/490 7283
/proc/meminfo: memFree=25270776/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=2979100 CPUtime=13582.7 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) R 7215 7217 6973 0 -1 4202496 8105019 0 0 0 1356929 1336 0 0 25 0 8 0 808154489 3050598400 579557 33554432000 4194304 4625164 140737071622000 18446744073709551615 210204308513 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 744775 579557 1261 106 0 740278 0
[pid=7217/tid=7219] ppid=7215 vsize=2979100 CPUtime=1701.46 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153540 0 0 0 170114 32 0 0 25 0 8 0 808154492 3050598400 579557 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=2979100 CPUtime=1673.6 cores=0-7
/proc/7217/task/7220/stat : 7220 (SArTagnan) R 7215 7217 6973 0 -1 4202560 34067 0 0 0 167348 12 0 0 25 0 8 0 808154492 3050598400 579558 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=2979100 CPUtime=1701.44 cores=0-7
/proc/7217/task/7221/stat : 7221 (SArTagnan) R 7215 7217 6973 0 -1 4202560 6952892 0 0 0 169043 1101 0 0 20 0 8 0 808154492 3050598400 579558 33554432000 4194304 4625164 140737071622000 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=2979100 CPUtime=1701.41 cores=0-7
/proc/7217/task/7222/stat : 7222 (SArTagnan) R 7215 7217 6973 0 -1 4202560 103995 0 0 0 170118 23 0 0 25 0 8 0 808154492 3050598400 579558 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=2979100 CPUtime=1701.47 cores=0-7
/proc/7217/task/7223/stat : 7223 (SArTagnan) R 7215 7217 6973 0 -1 4202560 110036 0 0 0 170127 20 0 0 25 0 8 0 808154492 3050598400 579558 33554432000 4194304 4625164 140737071622000 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=2979100 CPUtime=1701.46 cores=0-7
/proc/7217/task/7224/stat : 7224 (SArTagnan) R 7215 7217 6973 0 -1 4202560 153916 0 0 0 170109 37 0 0 25 0 8 0 808154492 3050598400 579559 33554432000 4194304 4625164 140737071622000 18446744073709551615 210204303317 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=2979100 CPUtime=1701.31 cores=0-7
/proc/7217/task/7225/stat : 7225 (SArTagnan) R 7215 7217 6973 0 -1 4202560 35604 0 0 0 170118 13 0 0 25 0 8 0 808154492 3050598400 579559 33554432000 4194304 4625164 140737071622000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13582.7
Current children cumulated vsize (KiB) 2979100

[startup+1701.6 s]
/proc/loadavg: 8.05 8.04 8.00 2/484 7283
/proc/meminfo: memFree=26822032/32951124 swapFree=63649284/67111528
[pid=7217] ppid=7215 vsize=0 CPUtime=13582.8 cores=0-7
/proc/7217/stat : 7217 (SArTagnan) Z 7215 7217 6973 0 -1 4203548 8105100 0 0 0 1356935 1346 0 0 25 0 2 0 808154489 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7217/statm: 0 0 0 0 0 0 0
[pid=7217/tid=7219] ppid=7215 vsize=0 CPUtime=1701.58 cores=0-7
/proc/7217/task/7219/stat : 7219 (SArTagnan) R 7215 7217 6973 0 -1 4203588 153540 0 0 0 170115 43 0 0 25 0 2 0 808154492 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) 13582.8
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1701.64
CPU time (s): 13582.8
CPU user time (s): 13569.4
CPU system time (s): 13.4899
CPU usage (%): 798.221
Max. virtual memory (cumulated for all children) (KiB): 3078200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13569.4
system time used= 13.4899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8105100
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= 6256
involuntary context switches= 58836

runsolver used 7.55985 second user time and 20.3189 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-01 23:59:20
IDJOB=3439571
IDBENCH=85802
IDSOLVER=1936
FILE ID=node130/3439571-1306965560
RUNJOBID= node130-1306960406-6987
PBS_JOBID= 13497621
Free space on /tmp= 73792 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn006.shuffled-as.sat05-3846.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439571-1306965560/watcher-3439571-1306965560 -o /tmp/evaluation-result-3439571-1306965560/solver-3439571-1306965560 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439571-1306965560.cnf -threads=8

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

MD5SUM BENCH= f38a91a0947f21d9ceeb8762ba4c5f93
RANDOM SEED=1950876525

node130.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.838
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.67
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.838
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.83
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.838
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27540816 kB
Buffers:        161500 kB
Cached:         191640 kB
SwapCached:       9700 kB
Active:        4922520 kB
Inactive:       210512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27540816 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:            1204 kB
Writeback:           0 kB
AnonPages:     4778764 kB
Mapped:          30300 kB
Slab:           151328 kB
PageTables:      54024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145069676 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= 73792 MiB
End job on node130 at 2011-06-02 00:27:42