Trace number 3439541

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 40000.9 5013.66

General information on the benchmark

NameSAT05/crafted/lynce05/social-golfer-problem/
sgp_5-6-8.shuffled-as.sat05-2669.cnf
MD5SUM4229175ff4382a4625ce92a19d20dde4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3276.36
Satisfiable
(Un)Satisfiability was proved
Number of variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

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-3439541-1306965423/watcher-3439541-1306965423 -o /tmp/evaluation-result-3439541-1306965423/solver-3439541-1306965423 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439541-1306965423.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.00 1/554 17905
/proc/meminfo: memFree=30372384/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=43292 CPUtime=0.01 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 1992 0 0 0 1 0 0 0 21 0 1 0 808141076 44331008 1809 33554432000 4194304 4625164 140733331160080 18446744073709551615 251814240000 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17905/statm: 10823 1809 299 106 0 6326 0

[startup+0.120498 s]
/proc/loadavg: 8.06 8.08 8.00 1/554 17905
/proc/meminfo: memFree=30372384/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=52620 CPUtime=0.1 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 5869 0 0 0 10 0 0 0 22 0 1 0 808141076 53882880 4275 33554432000 4194304 4625164 140733331160080 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17905/statm: 13155 4276 299 106 0 8658 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 52620

[startup+0.200485 s]
/proc/loadavg: 8.06 8.08 8.00 1/554 17905
/proc/meminfo: memFree=30372384/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=59648 CPUtime=0.19 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 8355 0 0 0 18 1 0 0 22 0 1 0 808141076 61079552 5950 33554432000 4194304 4625164 140733331160080 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17905/statm: 14912 5950 299 106 0 10415 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 59648

[startup+0.300468 s]
/proc/loadavg: 8.06 8.08 8.00 1/554 17905
/proc/meminfo: memFree=30372384/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=66944 CPUtime=0.29 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 12153 0 0 0 27 2 0 0 22 0 1 0 808141076 68550656 7720 33554432000 4194304 4625164 140733331160080 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17905/statm: 16736 7720 299 106 0 12239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66944

[startup+0.700409 s]
/proc/loadavg: 8.06 8.08 8.00 1/554 17905
/proc/meminfo: memFree=30372384/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=398256 CPUtime=2.34 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 42346 0 0 0 229 5 0 0 19 0 8 0 808141076 407814144 37843 33554432000 4194304 4625164 140733331160080 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17905/statm: 99564 37843 340 106 0 95067 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 398256

[startup+1.50127 s]
/proc/loadavg: 8.06 8.08 8.00 9/562 17913
/proc/meminfo: memFree=30218692/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=532540 CPUtime=8.73 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 45457 0 0 0 866 7 0 0 20 0 8 0 808141076 545320960 39133 33554432000 4194304 4625164 140733331160080 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17905/statm: 133135 39134 346 106 0 128638 0
[pid=17905/tid=17907] ppid=17903 vsize=532540 CPUtime=1.07 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 70 0 0 0 107 0 0 0 25 0 8 0 808141118 545320960 39134 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=532540 CPUtime=0.87 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 191 0 0 0 87 0 0 0 25 0 8 0 808141118 545320960 39134 33554432000 4194304 4625164 140733331160080 18446744073709551615 4335037 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=532540 CPUtime=1.04 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 2638 0 0 0 104 0 0 0 25 0 8 0 808141118 545320960 39134 33554432000 4194304 4625164 140733331160080 18446744073709551615 4288528 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=532540 CPUtime=1.06 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 313 0 0 0 106 0 0 0 22 0 8 0 808141118 545320960 39134 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=532540 CPUtime=1.06 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 389 0 0 0 106 0 0 0 22 0 8 0 808141118 545320960 39134 33554432000 4194304 4625164 140733331160080 18446744073709551615 4333025 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=532540 CPUtime=1.07 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 193 0 0 0 107 0 0 0 22 0 8 0 808141118 545320960 39134 33554432000 4194304 4625164 140733331160080 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=532540 CPUtime=1.07 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 262 0 0 0 107 0 0 0 22 0 8 0 808141118 545320960 39134 33554432000 4194304 4625164 140733331160080 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 532540

[startup+3.10101 s]
/proc/loadavg: 8.06 8.08 8.00 9/562 17913
/proc/meminfo: memFree=30208400/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=537032 CPUtime=21.51 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 51969 0 0 0 2143 8 0 0 25 0 8 0 808141076 549920768 43159 33554432000 4194304 4625164 140733331160080 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17905/statm: 134258 43159 346 106 0 129761 0
[pid=17905/tid=17907] ppid=17903 vsize=537032 CPUtime=2.67 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 136 0 0 0 267 0 0 0 25 0 8 0 808141118 549920768 43159 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=537032 CPUtime=2.47 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 329 0 0 0 247 0 0 0 25 0 8 0 808141118 549920768 43159 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=537032 CPUtime=2.62 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 6226 0 0 0 261 1 0 0 25 0 8 0 808141118 549920768 43159 33554432000 4194304 4625164 140733331160080 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=537032 CPUtime=2.66 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 518 0 0 0 266 0 0 0 25 0 8 0 808141118 549920768 43159 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351942 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=537032 CPUtime=2.66 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 526 0 0 0 266 0 0 0 25 0 8 0 808141118 549920768 43159 33554432000 4194304 4625164 140733331160080 18446744073709551615 4349045 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=537032 CPUtime=2.67 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 287 0 0 0 267 0 0 0 25 0 8 0 808141118 549920768 43159 33554432000 4194304 4625164 140733331160080 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=537032 CPUtime=2.67 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 533 0 0 0 267 0 0 0 25 0 8 0 808141118 549920768 43159 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 21.51
Current children cumulated vsize (KiB) 537032

[startup+6.30047 s]
/proc/loadavg: 8.06 8.08 8.00 9/562 17913
/proc/meminfo: memFree=30182112/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=542896 CPUtime=47.04 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 61887 0 0 0 4693 11 0 0 25 0 8 0 808141076 555925504 49033 33554432000 4194304 4625164 140733331160080 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17905/statm: 135724 49033 346 106 0 131227 0
[pid=17905/tid=17907] ppid=17903 vsize=542896 CPUtime=5.87 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 364 0 0 0 587 0 0 0 25 0 8 0 808141118 555925504 49033 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=542896 CPUtime=5.67 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 437 0 0 0 567 0 0 0 25 0 8 0 808141118 555925504 49033 33554432000 4194304 4625164 140733331160080 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=542896 CPUtime=5.75 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 13217 0 0 0 573 2 0 0 25 0 8 0 808141118 555925504 49033 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=542896 CPUtime=5.86 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 689 0 0 0 586 0 0 0 25 0 8 0 808141118 555925504 49033 33554432000 4194304 4625164 140733331160080 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=542896 CPUtime=5.86 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 812 0 0 0 586 0 0 0 25 0 8 0 808141118 555925504 49033 33554432000 4194304 4625164 140733331160080 18446744073709551615 4349015 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=542896 CPUtime=5.87 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 390 0 0 0 587 0 0 0 25 0 8 0 808141118 555925504 49033 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=542896 CPUtime=5.87 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 1973 0 0 0 587 0 0 0 25 0 8 0 808141118 555925504 49033 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.04
Current children cumulated vsize (KiB) 542896

[startup+12.7004 s]
/proc/loadavg: 8.05 8.07 8.00 9/562 17913
/proc/meminfo: memFree=30137744/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=556116 CPUtime=98.11 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 80414 0 0 0 9794 17 0 0 25 0 8 0 808141076 569462784 59917 33554432000 4194304 4625164 140733331160080 18446744073709551615 4392048 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17905/statm: 139029 59917 346 106 0 134532 0
[pid=17905/tid=17907] ppid=17903 vsize=556116 CPUtime=12.27 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 715 0 0 0 1227 0 0 0 25 0 8 0 808141118 569462784 59917 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=556116 CPUtime=12.07 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 756 0 0 0 1207 0 0 0 25 0 8 0 808141118 569462784 59917 33554432000 4194304 4625164 140733331160080 18446744073709551615 4352636 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=556116 CPUtime=12.02 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 25004 0 0 0 1198 4 0 0 25 0 8 0 808141118 569462784 59917 33554432000 4194304 4625164 140733331160080 18446744073709551615 4334923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=556116 CPUtime=12.26 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 2238 0 0 0 1225 1 0 0 25 0 8 0 808141118 569462784 59917 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=556116 CPUtime=12.26 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 1298 0 0 0 1225 1 0 0 25 0 8 0 808141118 569462784 59917 33554432000 4194304 4625164 140733331160080 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=556116 CPUtime=12.26 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 722 0 0 0 1226 0 0 0 25 0 8 0 808141118 569462784 59917 33554432000 4194304 4625164 140733331160080 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=556116 CPUtime=12.26 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 2480 0 0 0 1226 0 0 0 25 0 8 0 808141118 569462784 59917 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.11
Current children cumulated vsize (KiB) 556116

[startup+25.5012 s]
/proc/loadavg: 8.04 8.07 8.00 9/562 17914
/proc/meminfo: memFree=29864236/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=916548 CPUtime=200.19 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 183043 0 0 0 19979 40 0 0 25 0 8 0 808141076 938545152 127323 33554432000 4194304 4625164 140733331160080 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17905/statm: 229137 127323 362 106 0 224640 0
[pid=17905/tid=17907] ppid=17903 vsize=916548 CPUtime=25.06 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 11241 0 0 0 2504 2 0 0 25 0 8 0 808141118 938545152 127323 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=916548 CPUtime=24.84 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 6799 0 0 0 2483 1 0 0 25 0 8 0 808141118 938545152 127323 33554432000 4194304 4625164 140733331160080 18446744073709551615 4317453 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=916548 CPUtime=24.57 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 52768 0 0 0 2446 11 0 0 25 0 8 0 808141118 938545152 127323 33554432000 4194304 4625164 140733331160080 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=916548 CPUtime=25.05 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 7342 0 0 0 2503 2 0 0 25 0 8 0 808141118 938545152 127323 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=916548 CPUtime=25.05 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 9077 0 0 0 2503 2 0 0 25 0 8 0 808141118 938545152 127323 33554432000 4194304 4625164 140733331160080 18446744073709551615 4319050 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=916548 CPUtime=25.06 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 11541 0 0 0 2503 3 0 0 25 0 8 0 808141118 938545152 127323 33554432000 4194304 4625164 140733331160080 18446744073709551615 4317135 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=916548 CPUtime=25.06 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 11776 0 0 0 2504 2 0 0 25 0 8 0 808141118 938545152 127323 33554432000 4194304 4625164 140733331160080 18446744073709551615 4464984 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.19
Current children cumulated vsize (KiB) 916548

[startup+51.101 s]
/proc/loadavg: 8.02 8.06 8.00 9/562 17914
/proc/meminfo: memFree=29728212/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=969968 CPUtime=404.49 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 262973 0 0 0 40389 60 0 0 25 0 8 0 808141076 993247232 162655 33554432000 4194304 4625164 140733331160080 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17905/statm: 242492 162655 356 106 0 237995 0
[pid=17905/tid=17907] ppid=17903 vsize=969968 CPUtime=50.66 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 13058 0 0 0 5063 3 0 0 25 0 8 0 808141118 993247232 162655 33554432000 4194304 4625164 140733331160080 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=969968 CPUtime=50.45 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 11100 0 0 0 5042 3 0 0 25 0 8 0 808141118 993247232 162655 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=969968 CPUtime=49.69 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 99515 0 0 0 4948 21 0 0 25 0 8 0 808141118 993247232 162655 33554432000 4194304 4625164 140733331160080 18446744073709551615 4552340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=969968 CPUtime=50.65 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 11472 0 0 0 5062 3 0 0 25 0 8 0 808141118 993247232 162655 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=969968 CPUtime=50.64 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 13512 0 0 0 5060 4 0 0 25 0 8 0 808141118 993247232 162655 33554432000 4194304 4625164 140733331160080 18446744073709551615 4437234 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=969968 CPUtime=50.65 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 13094 0 0 0 5061 4 0 0 25 0 8 0 808141118 993247232 162655 33554432000 4194304 4625164 140733331160080 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=969968 CPUtime=50.66 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 13562 0 0 0 5063 3 0 0 25 0 8 0 808141118 993247232 162655 33554432000 4194304 4625164 140733331160080 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 404.49

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

Current children cumulated vsize (KiB) 14143428

[startup+4722.3 s]
/proc/loadavg: 8.08 8.08 8.04 9/562 18063
/proc/meminfo: memFree=18423876/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=14208964 CPUtime=37679.5 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 22003473 0 0 0 3763219 4734 0 0 25 0 8 0 808141076 14549979136 2981443 33554432000 4194304 4625164 140733331160080 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17905/statm: 3552241 2981443 353 106 0 3547744 0
[pid=17905/tid=17907] ppid=17903 vsize=14208964 CPUtime=4710.8 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 116020 0 0 0 471017 63 0 0 25 0 8 0 808141118 14549979136 2981443 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=14208964 CPUtime=4721.58 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 108162 0 0 0 472096 62 0 0 25 0 8 0 808141118 14549979136 2981443 33554432000 4194304 4625164 140733331160080 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=14208964 CPUtime=4680.4 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 16197865 0 0 0 464984 3056 0 0 25 0 8 0 808141118 14549979136 2981443 33554432000 4194304 4625164 140733331160080 18446744073709551615 251813889112 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=14208964 CPUtime=4682.76 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 109905 0 0 0 468217 59 0 0 25 0 8 0 808141118 14549979136 2981443 33554432000 4194304 4625164 140733331160080 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=14208964 CPUtime=4720.08 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 118178 0 0 0 471941 67 0 0 25 0 8 0 808141118 14549979136 2981443 33554432000 4194304 4625164 140733331160080 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=14208964 CPUtime=4721.79 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 152310 0 0 0 472085 94 0 0 25 0 8 0 808141118 14549979136 2981443 33554432000 4194304 4625164 140733331160080 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=14208964 CPUtime=4721.54 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 114268 0 0 0 472088 66 0 0 25 0 8 0 808141118 14549979136 2981443 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37679.5
Current children cumulated vsize (KiB) 14208964

[startup+4782.3 s]
/proc/loadavg: 8.07 8.08 8.04 9/562 18065
/proc/meminfo: memFree=18353048/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=14274500 CPUtime=38158.2 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 22319056 0 0 0 3811023 4800 0 0 25 0 8 0 808141076 14617088000 2999255 33554432000 4194304 4625164 140733331160080 18446744073709551615 4512315 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17905/statm: 3568625 2999255 353 106 0 3564128 0
[pid=17905/tid=17907] ppid=17903 vsize=14274500 CPUtime=4770.79 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 116056 0 0 0 477015 64 0 0 25 0 8 0 808141118 14617088000 2999255 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=14274500 CPUtime=4781.56 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 108228 0 0 0 478094 62 0 0 25 0 8 0 808141118 14617088000 2999255 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=14274500 CPUtime=4739.25 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 16499008 0 0 0 470810 3115 0 0 25 0 8 0 808141118 14617088000 2999255 33554432000 4194304 4625164 140733331160080 18446744073709551615 47028112559705 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=14274500 CPUtime=4742.73 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 109933 0 0 0 474214 59 0 0 25 0 8 0 808141118 14617088000 2999255 33554432000 4194304 4625164 140733331160080 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=14274500 CPUtime=4780.03 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 118216 0 0 0 477936 67 0 0 25 0 8 0 808141118 14617088000 2999255 33554432000 4194304 4625164 140733331160080 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=14274500 CPUtime=4781.77 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 152375 0 0 0 478083 94 0 0 25 0 8 0 808141118 14617088000 2999255 33554432000 4194304 4625164 140733331160080 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=14274500 CPUtime=4781.52 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 114348 0 0 0 478086 66 0 0 25 0 8 0 808141118 14617088000 2999255 33554432000 4194304 4625164 140733331160080 18446744073709551615 4330522 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38158.2
Current children cumulated vsize (KiB) 14274500

[startup+4842.32 s]
/proc/loadavg: 8.02 8.06 8.03 9/562 18066
/proc/meminfo: memFree=18291780/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=14314356 CPUtime=38637.2 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 22612477 0 0 0 3858867 4855 0 0 25 0 8 0 808141076 14657900544 3014387 33554432000 4194304 4625164 140733331160080 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17905/statm: 3578589 3014387 353 106 0 3574092 0
[pid=17905/tid=17907] ppid=17903 vsize=14314356 CPUtime=4830.81 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 116100 0 0 0 483017 64 0 0 25 0 8 0 808141118 14657900544 3014387 33554432000 4194304 4625164 140733331160080 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=14314356 CPUtime=4841.58 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 113253 0 0 0 484095 63 0 0 25 0 8 0 808141118 14657900544 3014387 33554432000 4194304 4625164 140733331160080 18446744073709551615 4330590 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=14314356 CPUtime=4798.12 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 16777310 0 0 0 476646 3166 0 0 25 0 8 0 808141118 14657900544 3014387 33554432000 4194304 4625164 140733331160080 18446744073709551615 4339646 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=14314356 CPUtime=4802.75 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 109957 0 0 0 480216 59 0 0 25 0 8 0 808141118 14657900544 3014387 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=14314356 CPUtime=4840.04 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 118249 0 0 0 483937 67 0 0 25 0 8 0 808141118 14657900544 3014387 33554432000 4194304 4625164 140733331160080 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=14314356 CPUtime=4841.79 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 152421 0 0 0 484085 94 0 0 25 0 8 0 808141118 14657900544 3014387 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=14314356 CPUtime=4841.55 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 114404 0 0 0 484089 66 0 0 25 0 8 0 808141118 14657900544 3014387 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38637.2
Current children cumulated vsize (KiB) 14314356

[startup+4902.3 s]
/proc/loadavg: 8.04 8.06 8.03 9/562 18068
/proc/meminfo: memFree=18247860/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=14379892 CPUtime=39115.9 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 22652146 0 0 0 3906726 4865 0 0 25 0 8 0 808141076 14725009408 3025440 33554432000 4194304 4625164 140733331160080 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17905/statm: 3594973 3025440 353 106 0 3590476 0
[pid=17905/tid=17907] ppid=17903 vsize=14379892 CPUtime=4890.79 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 116150 0 0 0 489015 64 0 0 25 0 8 0 808141118 14725009408 3025440 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=14379892 CPUtime=4901.56 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 113287 0 0 0 490093 63 0 0 25 0 8 0 808141118 14725009408 3025440 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=14379892 CPUtime=4856.96 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 16805678 0 0 0 482525 3171 0 0 25 0 8 0 808141118 14725009408 3025440 33554432000 4194304 4625164 140733331160080 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=14379892 CPUtime=4862.73 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 109987 0 0 0 486214 59 0 0 25 0 8 0 808141118 14725009408 3025440 33554432000 4194304 4625164 140733331160080 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=14379892 CPUtime=4900 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 118304 0 0 0 489933 67 0 0 25 0 8 0 808141118 14725009408 3025440 33554432000 4194304 4625164 140733331160080 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=14379892 CPUtime=4901.77 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 152523 0 0 0 490083 94 0 0 25 0 8 0 808141118 14725009408 3025440 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=14379892 CPUtime=4901.52 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 114438 0 0 0 490086 66 0 0 25 0 8 0 808141118 14725009408 3025440 33554432000 4194304 4625164 140733331160080 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39115.9
Current children cumulated vsize (KiB) 14379892

[startup+4962.3 s]
/proc/loadavg: 8.01 8.05 8.02 9/562 18069
/proc/meminfo: memFree=18197620/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=14379892 CPUtime=39594.7 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 22776351 0 0 0 3954580 4893 0 0 25 0 8 0 808141076 14725009408 3035603 33554432000 4194304 4625164 140733331160080 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17905/statm: 3594973 3035603 353 106 0 3590476 0
[pid=17905/tid=17907] ppid=17903 vsize=14379892 CPUtime=4950.79 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 116218 0 0 0 495015 64 0 0 25 0 8 0 808141118 14725009408 3035603 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=14379892 CPUtime=4961.56 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 113334 0 0 0 496093 63 0 0 25 0 8 0 808141118 14725009408 3035603 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=14379892 CPUtime=4915.8 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 16920733 0 0 0 488385 3195 0 0 25 0 8 0 808141118 14725009408 3035603 33554432000 4194304 4625164 140733331160080 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=14379892 CPUtime=4922.73 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 110031 0 0 0 492214 59 0 0 25 0 8 0 808141118 14725009408 3035603 33554432000 4194304 4625164 140733331160080 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=14379892 CPUtime=4959.97 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 118334 0 0 0 495930 67 0 0 25 0 8 0 808141118 14725009408 3035603 33554432000 4194304 4625164 140733331160080 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=14379892 CPUtime=4961.77 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 152556 0 0 0 496083 94 0 0 25 0 8 0 808141118 14725009408 3035603 33554432000 4194304 4625164 140733331160080 18446744073709551615 4330626 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=14379892 CPUtime=4961.52 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 114468 0 0 0 496086 66 0 0 25 0 8 0 808141118 14725009408 3035603 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39594.7
Current children cumulated vsize (KiB) 14379892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5013.1 s]
/proc/loadavg: 8.04 8.05 8.03 9/562 18071
/proc/meminfo: memFree=18167348/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=14379892 CPUtime=40000.3 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) R 17903 17905 17664 0 -1 4202496 22929643 0 0 0 3995102 4926 0 0 25 0 8 0 808141076 14725009408 3045509 33554432000 4194304 4625164 140733331160080 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17905/statm: 3594973 3045509 353 106 0 3590476 0
[pid=17905/tid=17907] ppid=17903 vsize=14379892 CPUtime=5001.61 cores=0-7
/proc/17905/task/17907/stat : 17907 (SArTagnan) R 17903 17905 17664 0 -1 4202560 116260 0 0 0 500097 64 0 0 25 0 8 0 808141118 14725009408 3045509 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=14379892 CPUtime=5012.39 cores=0-7
/proc/17905/task/17908/stat : 17908 (SArTagnan) R 17903 17905 17664 0 -1 4202560 113367 0 0 0 501176 63 0 0 25 0 8 0 808141118 14725009408 3045509 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=14379892 CPUtime=4965.63 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4202560 17065149 0 0 0 493339 3224 0 0 25 0 8 0 808141118 14725009408 3045509 33554432000 4194304 4625164 140733331160080 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=14379892 CPUtime=4973.55 cores=0-7
/proc/17905/task/17910/stat : 17910 (SArTagnan) R 17903 17905 17664 0 -1 4202560 110058 0 0 0 497296 59 0 0 25 0 8 0 808141118 14725009408 3045509 33554432000 4194304 4625164 140733331160080 18446744073709551615 4330829 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17905/tid=17911] ppid=17903 vsize=14379892 CPUtime=5010.78 cores=0-7
/proc/17905/task/17911/stat : 17911 (SArTagnan) R 17903 17905 17664 0 -1 4202560 118375 0 0 0 501011 67 0 0 25 0 8 0 808141118 14725009408 3045509 33554432000 4194304 4625164 140733331160080 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=14379892 CPUtime=5012.6 cores=0-7
/proc/17905/task/17912/stat : 17912 (SArTagnan) R 17903 17905 17664 0 -1 4202560 152679 0 0 0 501166 94 0 0 25 0 8 0 808141118 14725009408 3045509 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331211 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17905/tid=17913] ppid=17903 vsize=14379892 CPUtime=5012.34 cores=0-7
/proc/17905/task/17913/stat : 17913 (SArTagnan) R 17903 17905 17664 0 -1 4202560 114510 0 0 0 501168 66 0 0 25 0 8 0 808141118 14725009408 3045509 33554432000 4194304 4625164 140733331160080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 14379892

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

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

[startup+5013.5 s]
/proc/loadavg: 8.04 8.05 8.03 9/562 18071
/proc/meminfo: memFree=18167348/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=0 CPUtime=40000.7 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) Z 17903 17905 17664 0 -1 4203548 22929646 0 0 0 3995109 4963 0 0 25 0 2 0 808141076 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17905/statm: 0 0 0 0 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=0 CPUtime=4966.01 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4203588 17065152 0 0 0 493340 3261 0 0 25 0 2 0 808141118 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

[startup+5013.6 s]
/proc/loadavg: 8.04 8.05 8.03 9/562 18071
/proc/meminfo: memFree=18167348/32950928 swapFree=41528364/67111528
[pid=17905] ppid=17903 vsize=0 CPUtime=40000.8 cores=0-7
/proc/17905/stat : 17905 (SArTagnan) Z 17903 17905 17664 0 -1 4203548 22929646 0 0 0 3995109 4973 0 0 25 0 2 0 808141076 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17905/statm: 0 0 0 0 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=0 CPUtime=4966.11 cores=0-7
/proc/17905/task/17909/stat : 17909 (SArTagnan) R 17903 17905 17664 0 -1 4203588 17065152 0 0 0 493340 3271 0 0 25 0 2 0 808141118 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5013.66
CPU time (s): 40000.9
CPU user time (s): 39951.1
CPU system time (s): 49.7964
CPU usage (%): 797.837
Max. virtual memory (cumulated for all children) (KiB): 17277424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39951.1
system time used= 49.7964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22929646
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= 70269
involuntary context switches= 179792

runsolver used 25.3032 second user time and 70.7103 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-01 23:57:04
IDJOB=3439541
IDBENCH=85640
IDSOLVER=1936
FILE ID=node126/3439541-1306965423
RUNJOBID= node126-1306960407-17678
PBS_JOBID= 13497625
Free space on /tmp= 73656 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/lynce05/social-golfer-problem/sgp_5-6-8.shuffled-as.sat05-2669.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439541-1306965423/watcher-3439541-1306965423 -o /tmp/evaluation-result-3439541-1306965423/solver-3439541-1306965423 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439541-1306965423.cnf -threads=8

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

MD5SUM BENCH= 4229175ff4382a4625ce92a19d20dde4
RANDOM SEED=1549181493

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30372788 kB
Buffers:        203068 kB
Cached:         299940 kB
SwapCached:      15328 kB
Active:        1937352 kB
Inactive:       320512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30372788 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:           12788 kB
Writeback:           0 kB
AnonPages:     1752332 kB
Mapped:          22908 kB
Slab:           146040 kB
PageTables:      99448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 176371540 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= 73652 MiB
End job on node126 at 2011-06-02 01:20:39