Trace number 3438591

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 40001 5013.19

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3438591-1306920415/watcher-3438591-1306920415 -o /tmp/evaluation-result-3438591-1306920415/solver-3438591-1306920415 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438591-1306920415.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.02 8.03 7.71 1/565 6054
/proc/meminfo: memFree=32359284/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=26560 CPUtime=0 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 852 0 0 0 0 0 0 0 22 0 1 0 803640267 27197440 550 33554432000 4194304 4625164 140733283844720 18446744073709551615 268272688896 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/6054/statm: 6640 550 296 106 0 2143 0

[startup+0.079842 s]
/proc/loadavg: 8.02 8.03 7.71 1/565 6054
/proc/meminfo: memFree=32359284/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=45140 CPUtime=0.07 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 6199 0 0 0 7 0 0 0 22 0 1 0 803640267 46223360 3864 33554432000 4194304 4625164 140733283844720 18446744073709551615 268272386517 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/6054/statm: 11285 3882 298 106 0 6788 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 45140

[startup+0.100836 s]
/proc/loadavg: 8.02 8.03 7.71 1/565 6054
/proc/meminfo: memFree=32359284/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=136336 CPUtime=0.14 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 10502 0 0 0 13 1 0 0 19 0 8 0 803640267 139608064 8167 33554432000 4194304 4625164 140733283844720 18446744073709551615 47371332786098 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6054/statm: 34084 8167 301 106 0 29587 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 136336

[startup+0.379961 s]
/proc/loadavg: 8.02 8.03 7.71 1/565 6054
/proc/meminfo: memFree=32359284/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=480728 CPUtime=7.3 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 33339 0 0 0 725 5 0 0 19 0 8 0 803640267 492265472 27119 33554432000 4194304 4625164 140733283844720 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 120182 27119 351 106 0 115685 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 480728

[startup+1.0273 s]
/proc/loadavg: 8.02 8.03 7.71 1/565 6054
/proc/meminfo: memFree=32359284/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=484408 CPUtime=8.09 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 37237 0 0 0 804 5 0 0 19 0 8 0 803640267 496033792 28831 33554432000 4194304 4625164 140733283844720 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 121102 28831 351 106 0 116605 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 484408

[startup+1.50059 s]
/proc/loadavg: 8.02 8.03 7.71 1/565 6054
/proc/meminfo: memFree=32359284/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=487328 CPUtime=11.24 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 41276 0 0 0 1119 5 0 0 20 0 8 0 803640267 499023872 31763 33554432000 4194304 4625164 140733283844720 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 121832 31763 350 106 0 117335 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 487328

[startup+3.10131 s]
/proc/loadavg: 8.02 8.03 7.71 9/573 6062
/proc/meminfo: memFree=32188480/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=508868 CPUtime=24.01 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 59209 0 0 0 2393 8 0 0 24 0 8 0 803640267 521080832 45008 33554432000 4194304 4625164 140733283844720 18446744073709551615 4512968 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 127217 45008 351 106 0 122720 0
[pid=6054/tid=6056] ppid=6052 vsize=508868 CPUtime=3 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 3772 0 0 0 300 0 0 0 25 0 8 0 803640275 521080832 45008 33554432000 4194304 4625164 140733283844720 18446744073709551615 4352859 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=508868 CPUtime=2.96 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 4261 0 0 0 296 0 0 0 25 0 8 0 803640275 521080832 45008 33554432000 4194304 4625164 140733283844720 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=508868 CPUtime=2.94 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 7902 0 0 0 293 1 0 0 25 0 8 0 803640275 521080832 45008 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=508868 CPUtime=2.99 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 4249 0 0 0 299 0 0 0 25 0 8 0 803640275 521080832 45008 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=508868 CPUtime=3 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 2972 0 0 0 300 0 0 0 25 0 8 0 803640275 521080832 45008 33554432000 4194304 4625164 140733283844720 18446744073709551615 4349336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=508868 CPUtime=3 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 5682 0 0 0 299 1 0 0 18 0 8 0 803640275 521080832 45008 33554432000 4194304 4625164 140733283844720 18446744073709551615 4339628 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=508868 CPUtime=2.99 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 4087 0 0 0 299 0 0 0 25 0 8 0 803640275 521080832 45008 33554432000 4194304 4625164 140733283844720 18446744073709551615 4462650 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.01
Current children cumulated vsize (KiB) 508868

[startup+6.30074 s]
/proc/loadavg: 8.02 8.03 7.71 9/573 6062
/proc/meminfo: memFree=32110824/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=533176 CPUtime=49.55 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 88227 0 0 0 4941 14 0 0 25 0 8 0 803640267 545972224 62714 33554432000 4194304 4625164 140733283844720 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 133294 62714 358 106 0 128797 0
[pid=6054/tid=6056] ppid=6052 vsize=533176 CPUtime=6.2 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 5627 0 0 0 620 0 0 0 25 0 8 0 803640275 545972224 62714 33554432000 4194304 4625164 140733283844720 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=533176 CPUtime=6.16 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 6164 0 0 0 616 0 0 0 25 0 8 0 803640275 545972224 62714 33554432000 4194304 4625164 140733283844720 18446744073709551615 4465345 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=533176 CPUtime=6.14 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 13918 0 0 0 612 2 0 0 25 0 8 0 803640275 545972224 62714 33554432000 4194304 4625164 140733283844720 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=533176 CPUtime=6.2 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 6210 0 0 0 619 1 0 0 25 0 8 0 803640275 545972224 62714 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=533176 CPUtime=6.21 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 7518 0 0 0 620 1 0 0 25 0 8 0 803640275 545972224 62714 33554432000 4194304 4625164 140733283844720 18446744073709551615 4349087 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=533176 CPUtime=6.2 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 8418 0 0 0 618 2 0 0 25 0 8 0 803640275 545972224 62714 33554432000 4194304 4625164 140733283844720 18446744073709551615 4288256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=533176 CPUtime=6.18 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 5780 0 0 0 618 0 0 0 25 0 8 0 803640275 545972224 62714 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.55
Current children cumulated vsize (KiB) 533176

[startup+12.7006 s]
/proc/loadavg: 8.02 8.03 7.71 9/573 6062
/proc/meminfo: memFree=31996884/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=623060 CPUtime=100.7 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 153838 0 0 0 10044 26 0 0 25 0 8 0 803640267 638013440 90534 33554432000 4194304 4625164 140733283844720 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 155765 90534 398 106 0 151268 0
[pid=6054/tid=6056] ppid=6052 vsize=623060 CPUtime=12.62 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 9675 0 0 0 1261 1 0 0 25 0 8 0 803640275 638013440 90540 33554432000 4194304 4625164 140733283844720 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=623060 CPUtime=12.59 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 9184 0 0 0 1258 1 0 0 25 0 8 0 803640275 638013440 90540 33554432000 4194304 4625164 140733283844720 18446744073709551615 4339546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=623060 CPUtime=12.56 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 47878 0 0 0 1249 7 0 0 25 0 8 0 803640275 638013440 90540 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=623060 CPUtime=12.61 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 7573 0 0 0 1260 1 0 0 25 0 8 0 803640275 638013440 90540 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=623060 CPUtime=12.62 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 12524 0 0 0 1261 1 0 0 25 0 8 0 803640275 638013440 90540 33554432000 4194304 4625164 140733283844720 18446744073709551615 4349871 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=623060 CPUtime=12.62 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 13808 0 0 0 1259 3 0 0 25 0 8 0 803640275 638013440 90540 33554432000 4194304 4625164 140733283844720 18446744073709551615 4352053 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=623060 CPUtime=12.6 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 6302 0 0 0 1260 0 0 0 25 0 8 0 803640275 638013440 90540 33554432000 4194304 4625164 140733283844720 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.7
Current children cumulated vsize (KiB) 623060

[startup+25.5003 s]
/proc/loadavg: 8.09 8.04 7.72 9/573 6062
/proc/meminfo: memFree=31887748/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=824996 CPUtime=202.76 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 244777 0 0 0 20233 43 0 0 25 0 8 0 803640267 844795904 124200 33554432000 4194304 4625164 140733283844720 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 206249 124200 511 106 0 201752 0
[pid=6054/tid=6056] ppid=6052 vsize=824996 CPUtime=25.4 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 14467 0 0 0 2538 2 0 0 25 0 8 0 803640275 844795904 124200 33554432000 4194304 4625164 140733283844720 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=824996 CPUtime=25.36 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 10261 0 0 0 2534 2 0 0 25 0 8 0 803640275 844795904 124200 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=824996 CPUtime=25.33 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 100872 0 0 0 2517 16 0 0 25 0 8 0 803640275 844795904 124200 33554432000 4194304 4625164 140733283844720 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=824996 CPUtime=25.4 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 12221 0 0 0 2538 2 0 0 25 0 8 0 803640275 844795904 124200 33554432000 4194304 4625164 140733283844720 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=824996 CPUtime=25.4 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 18831 0 0 0 2538 2 0 0 25 0 8 0 803640275 844795904 124200 33554432000 4194304 4625164 140733283844720 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=824996 CPUtime=25.4 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 20264 0 0 0 2535 5 0 0 25 0 8 0 803640275 844795904 124200 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=824996 CPUtime=25.38 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 6778 0 0 0 2537 1 0 0 25 0 8 0 803640275 844795904 124200 33554432000 4194304 4625164 140733283844720 18446744073709551615 4352145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.76
Current children cumulated vsize (KiB) 824996

[startup+51.1008 s]
/proc/loadavg: 8.06 8.04 7.73 9/573 6063
/proc/meminfo: memFree=31688404/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=1016512 CPUtime=407.07 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 386583 0 0 0 40638 69 0 0 25 0 8 0 803640267 1040908288 168905 33554432000 4194304 4625164 140733283844720 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6054/statm: 254128 168905 495 106 0 249631 0
[pid=6054/tid=6056] ppid=6052 vsize=1016512 CPUtime=51 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 21981 0 0 0 5097 3 0 0 25 0 8 0 803640275 1040908288 168905 33554432000 4194304 4625164 140733283844720 18446744073709551615 4464351 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=1016512 CPUtime=50.96 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 14196 0 0 0 5093 3 0 0 25 0 8 0 803640275 1040908288 168905 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=1016512 CPUtime=50.93 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 180595 0 0 0 5065 28 0 0 25 0 8 0 803640275 1040908288 168905 33554432000 4194304 4625164 140733283844720 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=1016512 CPUtime=51 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 19016 0 0 0 5096 4 0 0 25 0 8 0 803640275 1040908288 168905 33554432000 4194304 4625164 140733283844720 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=1016512 CPUtime=51 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 22566 0 0 0 5097 3 0 0 25 0 8 0 803640275 1040908288 168905 33554432000 4194304 4625164 140733283844720 18446744073709551615 4348832 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=1016512 CPUtime=51 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 31569 0 0 0 5092 8 0 0 25 0 8 0 803640275 1040908288 168905 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=1016512 CPUtime=50.95 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 10821 0 0 0 5093 2 0 0 25 0 8 0 803640275 1040908288 168905 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.07
Current children cumulated vsize (KiB) 1016512

[startup+102.301 s]
/proc/loadavg: 8.10 8.06 7.75 9/573 6064
/proc/meminfo: memFree=31465184/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=1231028 CPUtime=815.65 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 839060 0 0 0 81426 139 0 0 25 0 8 0 803640267 1260572672 224555 33554432000 4194304 4625164 140733283844720 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6054/statm: 307757 224556 394 106 0 303260 0
[pid=6054/tid=6056] ppid=6052 vsize=1231028 CPUtime=102.2 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 34402 0 0 0 10214 6 0 0 25 0 8 0 803640275 1260572672 224556 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=1231028 CPUtime=102.15 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 22704 0 0 0 10210 5 0 0 25 0 8 0 803640275 1260572672 224556 33554432000 4194304 4625164 140733283844720 18446744073709551615 4327796 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=1231028 CPUtime=102.11 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 567769 0 0 0 10130 81 0 0 25 0 8 0 803640275 1260572672 224556 33554432000 4194304 4625164 140733283844720 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0

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

[pid=6054/tid=6057] ppid=6052 vsize=6715356 CPUtime=4662.09 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 295916 0 0 0 465941 268 0 0 25 0 8 0 803640275 6876524544 1420891 33554432000 4194304 4625164 140733283844720 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=6715356 CPUtime=4660.56 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 30685518 0 0 0 461214 4842 0 0 25 0 8 0 803640275 6876524544 1420891 33554432000 4194304 4625164 140733283844720 18446744073709551615 4547270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=6715356 CPUtime=4662.28 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 133047 0 0 0 466195 33 0 0 25 0 8 0 803640275 6876524544 1420891 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=6715356 CPUtime=4662.32 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 131069 0 0 0 466203 29 0 0 25 0 8 0 803640275 6876524544 1420891 33554432000 4194304 4625164 140733283844720 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=6715356 CPUtime=4651.13 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 179003 0 0 0 465067 46 0 0 25 0 8 0 803640275 6876524544 1420891 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=6715356 CPUtime=4601.22 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 120389 0 0 0 460026 96 0 0 25 0 8 0 803640275 6876524544 1420891 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37202.8
Current children cumulated vsize (KiB) 6715356

[startup+4722.3 s]
/proc/loadavg: 8.04 8.06 8.00 9/573 6200
/proc/meminfo: memFree=26633300/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=6763816 CPUtime=37681.6 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 34450045 0 0 0 3762346 5809 0 0 25 0 8 0 803640267 6926147584 1427694 33554432000 4194304 4625164 140733283844720 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 1690954 1427694 356 106 0 1686457 0
[pid=6054/tid=6056] ppid=6052 vsize=6763816 CPUtime=4721.72 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 135281 0 0 0 472142 30 0 0 25 0 8 0 803640275 6926147584 1427694 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=6763816 CPUtime=4722.1 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 296034 0 0 0 471941 269 0 0 25 0 8 0 803640275 6926147584 1427694 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=6763816 CPUtime=4720.57 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 30811371 0 0 0 467190 4867 0 0 25 0 8 0 803640275 6926147584 1427694 33554432000 4194304 4625164 140733283844720 18446744073709551615 4334595 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=6763816 CPUtime=4722.28 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 133199 0 0 0 472195 33 0 0 25 0 8 0 803640275 6926147584 1427694 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=6763816 CPUtime=4722.32 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 131258 0 0 0 472203 29 0 0 25 0 8 0 803640275 6926147584 1427694 33554432000 4194304 4625164 140733283844720 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=6763816 CPUtime=4711.13 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 179342 0 0 0 471067 46 0 0 25 0 8 0 803640275 6926147584 1427694 33554432000 4194304 4625164 140733283844720 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=6763816 CPUtime=4661.22 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 120475 0 0 0 466026 96 0 0 25 0 8 0 803640275 6926147584 1427694 33554432000 4194304 4625164 140733283844720 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37681.6
Current children cumulated vsize (KiB) 6763816

[startup+4782.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/573 6201
/proc/meminfo: memFree=26605236/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=6769084 CPUtime=38160.4 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 34636404 0 0 0 3810197 5845 0 0 25 0 8 0 803640267 6931542016 1435365 33554432000 4194304 4625164 140733283844720 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 1692271 1435365 356 106 0 1687774 0
[pid=6054/tid=6056] ppid=6052 vsize=6769084 CPUtime=4781.72 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 135432 0 0 0 478142 30 0 0 25 0 8 0 803640275 6931542016 1435365 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=6769084 CPUtime=4782.12 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 296117 0 0 0 477943 269 0 0 25 0 8 0 803640275 6931542016 1435365 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=6769084 CPUtime=4780.6 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 30983861 0 0 0 473159 4901 0 0 25 0 8 0 803640275 6931542016 1435365 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=6769084 CPUtime=4782.31 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 133744 0 0 0 478198 33 0 0 25 0 8 0 803640275 6931542016 1435365 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=6769084 CPUtime=4782.34 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 131719 0 0 0 478205 29 0 0 25 0 8 0 803640275 6931542016 1435365 33554432000 4194304 4625164 140733283844720 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=6769084 CPUtime=4771.15 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 179425 0 0 0 477069 46 0 0 25 0 8 0 803640275 6931542016 1435365 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=6769084 CPUtime=4721.24 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 120592 0 0 0 472028 96 0 0 25 0 8 0 803640275 6931542016 1435365 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38160.4
Current children cumulated vsize (KiB) 6769084

[startup+4842.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/573 6203
/proc/meminfo: memFree=26564608/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=6883408 CPUtime=38639.1 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 34995987 0 0 0 3858003 5910 0 0 25 0 8 0 803640267 7048609792 1443127 33554432000 4194304 4625164 140733283844720 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 1720852 1443127 356 106 0 1716355 0
[pid=6054/tid=6056] ppid=6052 vsize=6883408 CPUtime=4841.68 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 135582 0 0 0 484137 31 0 0 25 0 8 0 803640275 7048609792 1443127 33554432000 4194304 4625164 140733283844720 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=6883408 CPUtime=4842.1 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 296149 0 0 0 483941 269 0 0 25 0 8 0 803640275 7048609792 1443127 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=6883408 CPUtime=4840.57 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 31277090 0 0 0 479102 4955 0 0 25 0 8 0 803640275 7048609792 1443127 33554432000 4194304 4625164 140733283844720 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=6883408 CPUtime=4842.28 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 134252 0 0 0 484195 33 0 0 25 0 8 0 803640275 7048609792 1443127 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=6883408 CPUtime=4842.33 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 131952 0 0 0 484203 30 0 0 25 0 8 0 803640275 7048609792 1443127 33554432000 4194304 4625164 140733283844720 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=6883408 CPUtime=4831.12 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 179792 0 0 0 483066 46 0 0 25 0 8 0 803640275 7048609792 1443127 33554432000 4194304 4625164 140733283844720 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=6883408 CPUtime=4781.23 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 120658 0 0 0 478026 97 0 0 25 0 8 0 803640275 7048609792 1443127 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38639.1
Current children cumulated vsize (KiB) 6883408

[startup+4902.32 s]
/proc/loadavg: 8.05 8.04 8.00 9/573 6204
/proc/meminfo: memFree=26536544/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=6892784 CPUtime=39118.1 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 35433597 0 0 0 3905822 5986 0 0 25 0 8 0 803640267 7058210816 1452531 33554432000 4194304 4625164 140733283844720 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 1723196 1452531 356 106 0 1718699 0
[pid=6054/tid=6056] ppid=6052 vsize=6892784 CPUtime=4901.69 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 135799 0 0 0 490138 31 0 0 25 0 8 0 803640275 7058210816 1452531 33554432000 4194304 4625164 140733283844720 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=6892784 CPUtime=4902.12 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 297153 0 0 0 489942 270 0 0 25 0 8 0 803640275 7058210816 1452531 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=6892784 CPUtime=4900.6 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 31709339 0 0 0 485030 5030 0 0 25 0 8 0 803640275 7058210816 1452531 33554432000 4194304 4625164 140733283844720 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=6892784 CPUtime=4902.31 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 134495 0 0 0 490198 33 0 0 25 0 8 0 803640275 7058210816 1452531 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=6892784 CPUtime=4902.35 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 132102 0 0 0 490205 30 0 0 25 0 8 0 803640275 7058210816 1452531 33554432000 4194304 4625164 140733283844720 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=6892784 CPUtime=4891.14 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 179892 0 0 0 489068 46 0 0 25 0 8 0 803640275 7058210816 1452531 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=6892784 CPUtime=4841.25 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 120709 0 0 0 484028 97 0 0 25 0 8 0 803640275 7058210816 1452531 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39118.1
Current children cumulated vsize (KiB) 6892784

[startup+4962.3 s]
/proc/loadavg: 8.07 8.04 8.00 9/573 6206
/proc/meminfo: memFree=26498556/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=6969836 CPUtime=39596.7 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 35915474 0 0 0 3953604 6068 0 0 25 0 8 0 803640267 7137112064 1462265 33554432000 4194304 4625164 140733283844720 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 1742459 1462265 356 106 0 1737962 0
[pid=6054/tid=6056] ppid=6052 vsize=6969836 CPUtime=4961.65 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 135940 0 0 0 496134 31 0 0 25 0 8 0 803640275 7137112064 1462265 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=6969836 CPUtime=4962.1 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 299190 0 0 0 495939 271 0 0 25 0 8 0 803640275 7137112064 1462265 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=6969836 CPUtime=4960.58 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 32129150 0 0 0 490957 5101 0 0 25 0 8 0 803640275 7137112064 1462265 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=6969836 CPUtime=4962.29 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 171932 0 0 0 496191 38 0 0 25 0 8 0 803640275 7137112064 1462265 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=6969836 CPUtime=4962.33 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 132236 0 0 0 496203 30 0 0 25 0 8 0 803640275 7137112064 1462265 33554432000 4194304 4625164 140733283844720 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=6969836 CPUtime=4951.12 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 180521 0 0 0 495066 46 0 0 25 0 8 0 803640275 7137112064 1462265 33554432000 4194304 4625164 140733283844720 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=6969836 CPUtime=4901.23 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 120748 0 0 0 490026 97 0 0 25 0 8 0 803640275 7137112064 1462265 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39596.7
Current children cumulated vsize (KiB) 6969836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012.9 s]
/proc/loadavg: 8.07 8.05 8.00 9/573 6207
/proc/meminfo: memFree=26457988/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=6986736 CPUtime=40000.6 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4202496 36273826 0 0 0 3993925 6133 0 0 25 0 8 0 803640267 7154417664 1472164 33554432000 4194304 4625164 140733283844720 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6054/statm: 1746684 1472165 356 106 0 1742187 0
[pid=6054/tid=6056] ppid=6052 vsize=6986736 CPUtime=5012.26 cores=0-7
/proc/6054/task/6056/stat : 6056 (SArTagnan) R 6052 6054 5905 0 -1 4202560 136084 0 0 0 501195 31 0 0 25 0 8 0 803640275 7154417664 1472192 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6054/tid=6057] ppid=6052 vsize=6986736 CPUtime=5012.72 cores=0-7
/proc/6054/task/6057/stat : 6057 (SArTagnan) R 6052 6054 5905 0 -1 4202560 300272 0 0 0 501000 272 0 0 25 0 8 0 803640275 7154417664 1472192 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6054/tid=6058] ppid=6052 vsize=6986736 CPUtime=5011.2 cores=0-7
/proc/6054/task/6058/stat : 6058 (SArTagnan) R 6052 6054 5905 0 -1 4202560 32463625 0 0 0 495961 5159 0 0 25 0 8 0 803640275 7154417664 1472192 33554432000 4194304 4625164 140733283844720 18446744073709551615 4352218 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6054/tid=6059] ppid=6052 vsize=6986736 CPUtime=5012.91 cores=0-7
/proc/6054/task/6059/stat : 6059 (SArTagnan) R 6052 6054 5905 0 -1 4202560 172045 0 0 0 501253 38 0 0 25 0 8 0 803640275 7154417664 1472192 33554432000 4194304 4625164 140733283844720 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6054/tid=6060] ppid=6052 vsize=6986736 CPUtime=5012.95 cores=0-7
/proc/6054/task/6060/stat : 6060 (SArTagnan) R 6052 6054 5905 0 -1 4202560 132347 0 0 0 501265 30 0 0 25 0 8 0 803640275 7154417664 1472192 33554432000 4194304 4625164 140733283844720 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6054/tid=6061] ppid=6052 vsize=6986736 CPUtime=5001.74 cores=0-7
/proc/6054/task/6061/stat : 6061 (SArTagnan) R 6052 6054 5905 0 -1 4202560 180612 0 0 0 500128 46 0 0 25 0 8 0 803640275 7154417664 1472192 33554432000 4194304 4625164 140733283844720 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6054/tid=6062] ppid=6052 vsize=6986736 CPUtime=4951.85 cores=0-7
/proc/6054/task/6062/stat : 6062 (SArTagnan) R 6052 6054 5905 0 -1 4202560 120812 0 0 0 495088 97 0 0 25 0 8 0 803640275 7154417664 1472192 33554432000 4194304 4625164 140733283844720 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 6986736

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

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

[startup+5013.1 s]
/proc/loadavg: 8.07 8.05 8.00 9/573 6207
/proc/meminfo: memFree=26457988/32950928 swapFree=43925848/67111528
[pid=6054] ppid=6052 vsize=0 CPUtime=40000.9 cores=0-7
/proc/6054/stat : 6054 (SArTagnan) R 6052 6054 5905 0 -1 4203524 36273854 0 0 0 3993937 6150 0 0 25 0 1 0 803640267 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6054/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5013.19
CPU time (s): 40001
CPU user time (s): 39939.4
CPU system time (s): 61.5946
CPU usage (%): 797.914
Max. virtual memory (cumulated for all children) (KiB): 7341824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39939.4
system time used= 61.5946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36273854
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= 11147
involuntary context switches= 166924

runsolver used 26.293 second user time and 73.6648 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-01 11:26:55
IDJOB=3438591
IDBENCH=71605
IDSOLVER=1936
FILE ID=node122/3438591-1306920415
RUNJOBID= node122-1306917537-5919
PBS_JOBID= 13488521
Free space on /tmp= 73660 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes10.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438591-1306920415/watcher-3438591-1306920415 -o /tmp/evaluation-result-3438591-1306920415/solver-3438591-1306920415 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438591-1306920415.cnf -threads=8

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=2123120937

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32359440 kB
Buffers:        159664 kB
Cached:         111984 kB
SwapCached:      16804 kB
Active:         147632 kB
Inactive:       144644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32359440 kB
SwapTotal:    67111528 kB
SwapFree:     43925848 kB
Dirty:            4280 kB
Writeback:           0 kB
AnonPages:       18416 kB
Mapped:           8816 kB
Slab:           133156 kB
PageTables:      93092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180709140 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= 73660 MiB
End job on node122 at 2011-06-01 12:50:30