Trace number 3438436

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 5010.16

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g7.cnf
MD5SUMf39e50b5cd7b50d1971722973512a1b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark318.765
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3438436-1306916892/watcher-3438436-1306916892 -o /tmp/evaluation-result-3438436-1306916892/solver-3438436-1306916892 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438436-1306916892.cnf -threads=8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.84 1.53 1.81 2/427 14260
/proc/meminfo: memFree=12845024/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=20896 CPUtime=0 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 608 0 0 0 0 0 0 0 24 0 1 0 803288799 21397504 475 33554432000 4194304 4625164 140733975883200 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14260/statm: 5224 475 296 106 0 727 0

[startup+0.061081 s]
/proc/loadavg: 0.84 1.53 1.81 2/427 14260
/proc/meminfo: memFree=12845024/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=366748 CPUtime=0.19 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 4875 0 0 0 19 0 0 0 25 0 8 0 803288799 375549952 4075 33554432000 4194304 4625164 140733975883200 18446744073709551615 274664913390 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14260/statm: 91687 4075 340 106 0 87190 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 366748

[startup+0.107604 s]
/proc/loadavg: 0.84 1.53 1.81 2/427 14260
/proc/meminfo: memFree=12845024/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=435104 CPUtime=0.48 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 8933 0 0 0 47 1 0 0 25 0 8 0 803288799 445546496 6839 33554432000 4194304 4625164 140733975883200 18446744073709551615 274664505721 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 108776 6863 340 106 0 104279 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 435104

[startup+0.300806 s]
/proc/loadavg: 0.84 1.53 1.81 2/427 14260
/proc/meminfo: memFree=12845024/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=438728 CPUtime=2 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 14346 0 0 0 198 2 0 0 25 0 8 0 803288799 449257472 10851 33554432000 4194304 4625164 140733975883200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 109682 10851 352 106 0 105185 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 438728

[startup+0.70074 s]
/proc/loadavg: 0.84 1.53 1.81 2/427 14260
/proc/meminfo: memFree=12845024/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=438728 CPUtime=5.2 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 19499 0 0 0 517 3 0 0 25 0 8 0 803288799 449257472 14827 33554432000 4194304 4625164 140733975883200 18446744073709551615 4512326 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 109682 14827 352 106 0 105185 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 438728

[startup+1.5006 s]
/proc/loadavg: 0.84 1.53 1.81 9/435 14268
/proc/meminfo: memFree=12778880/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=448972 CPUtime=11.52 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 31154 0 0 0 1146 6 0 0 25 0 8 0 803288799 459747328 19520 33554432000 4194304 4625164 140733975883200 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 112243 19520 352 106 0 107746 0
[pid=14260/tid=14262] ppid=14258 vsize=448972 CPUtime=1.46 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 2126 0 0 0 146 0 0 0 19 0 8 0 803288801 459747328 19520 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=448972 CPUtime=1.46 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 2562 0 0 0 146 0 0 0 25 0 8 0 803288801 459747328 19520 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=448972 CPUtime=1.36 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 6130 0 0 0 136 0 0 0 25 0 8 0 803288801 459747328 19521 33554432000 4194304 4625164 140733975883200 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=448972 CPUtime=1.43 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 2617 0 0 0 143 0 0 0 25 0 8 0 803288801 459747328 19521 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=448972 CPUtime=1.45 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 2619 0 0 0 145 0 0 0 20 0 8 0 803288801 459747328 19521 33554432000 4194304 4625164 140733975883200 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=448972 CPUtime=1.46 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 2508 0 0 0 146 0 0 0 20 0 8 0 803288801 459747328 19521 33554432000 4194304 4625164 140733975883200 18446744073709551615 4317344 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=448972 CPUtime=1.37 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 1368 0 0 0 137 0 0 0 25 0 8 0 803288801 459747328 19521 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (KiB) 448972

[startup+3.10032 s]
/proc/loadavg: 0.84 1.53 1.81 9/435 14268
/proc/meminfo: memFree=12760564/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=458716 CPUtime=24.3 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 44730 0 0 0 2422 8 0 0 25 0 8 0 803288799 469725184 27494 33554432000 4194304 4625164 140733975883200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 114679 27494 374 106 0 110182 0
[pid=14260/tid=14262] ppid=14258 vsize=458716 CPUtime=3.06 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 3361 0 0 0 306 0 0 0 25 0 8 0 803288801 469725184 27494 33554432000 4194304 4625164 140733975883200 18446744073709551615 4339564 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=458716 CPUtime=3.05 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 3979 0 0 0 305 0 0 0 25 0 8 0 803288801 469725184 27494 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=458716 CPUtime=2.97 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 10411 0 0 0 296 1 0 0 25 0 8 0 803288801 469725184 27494 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=458716 CPUtime=3.01 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 3844 0 0 0 301 0 0 0 25 0 8 0 803288801 469725184 27494 33554432000 4194304 4625164 140733975883200 18446744073709551615 4317277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=458716 CPUtime=3.04 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 3711 0 0 0 304 0 0 0 25 0 8 0 803288801 469725184 27494 33554432000 4194304 4625164 140733975883200 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=458716 CPUtime=3.05 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 3768 0 0 0 305 0 0 0 25 0 8 0 803288801 469725184 27494 33554432000 4194304 4625164 140733975883200 18446744073709551615 4467430 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=458716 CPUtime=2.97 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 1419 0 0 0 297 0 0 0 25 0 8 0 803288801 469725184 27495 33554432000 4194304 4625164 140733975883200 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.3
Current children cumulated vsize (KiB) 458716

[startup+6.30077 s]
/proc/loadavg: 1.41 1.64 1.85 10/435 14268
/proc/meminfo: memFree=12696968/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=473640 CPUtime=49.38 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 63193 0 0 0 4927 11 0 0 25 0 8 0 803288799 485007360 36828 33554432000 4194304 4625164 140733975883200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 118410 36828 377 106 0 113913 0
[pid=14260/tid=14262] ppid=14258 vsize=473640 CPUtime=6.25 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 5642 0 0 0 625 0 0 0 25 0 8 0 803288801 485007360 36828 33554432000 4194304 4625164 140733975883200 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=473640 CPUtime=6.26 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 5913 0 0 0 625 1 0 0 18 0 8 0 803288801 485007360 36828 33554432000 4194304 4625164 140733975883200 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=473640 CPUtime=6.17 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 16476 0 0 0 615 2 0 0 18 0 8 0 803288801 485007360 36828 33554432000 4194304 4625164 140733975883200 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=473640 CPUtime=6.17 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 4353 0 0 0 616 1 0 0 25 0 8 0 803288801 485007360 36828 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=473640 CPUtime=6.24 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 4151 0 0 0 624 0 0 0 25 0 8 0 803288801 485007360 36828 33554432000 4194304 4625164 140733975883200 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=473640 CPUtime=6.13 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 4297 0 0 0 612 1 0 0 25 0 8 0 803288801 485007360 36828 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=473640 CPUtime=5.85 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 2619 0 0 0 584 1 0 0 25 0 8 0 803288801 485007360 36828 33554432000 4194304 4625164 140733975883200 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.38
Current children cumulated vsize (KiB) 473640

[startup+12.7007 s]
/proc/loadavg: 1.94 1.74 1.88 9/435 14268
/proc/meminfo: memFree=12658664/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=508892 CPUtime=100.46 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 101336 0 0 0 10028 18 0 0 25 0 8 0 803288799 521105408 46679 33554432000 4194304 4625164 140733975883200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 127223 46679 373 106 0 122726 0
[pid=14260/tid=14262] ppid=14258 vsize=508892 CPUtime=12.66 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 8677 0 0 0 1265 1 0 0 25 0 8 0 803288801 521105408 46679 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=508892 CPUtime=12.65 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 7035 0 0 0 1264 1 0 0 25 0 8 0 803288801 521105408 46679 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=508892 CPUtime=12.57 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 38152 0 0 0 1252 5 0 0 25 0 8 0 803288801 521105408 46679 33554432000 4194304 4625164 140733975883200 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=508892 CPUtime=12.47 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 6135 0 0 0 1246 1 0 0 25 0 8 0 803288801 521105408 46679 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=508892 CPUtime=12.65 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 5986 0 0 0 1264 1 0 0 25 0 8 0 803288801 521105408 46679 33554432000 4194304 4625164 140733975883200 18446744073709551615 4348870 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=508892 CPUtime=12.51 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 4891 0 0 0 1250 1 0 0 25 0 8 0 803288801 521105408 46679 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=508892 CPUtime=12.24 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 2902 0 0 0 1223 1 0 0 25 0 8 0 803288801 521105408 46679 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.46
Current children cumulated vsize (KiB) 508892

[startup+25.5004 s]
/proc/loadavg: 3.28 2.05 1.98 9/435 14269
/proc/meminfo: memFree=12568464/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=605408 CPUtime=202.65 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 164676 0 0 0 20236 29 0 0 25 0 8 0 803288799 619937792 69611 33554432000 4194304 4625164 140733975883200 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 151352 69611 497 106 0 146855 0
[pid=14260/tid=14262] ppid=14258 vsize=605408 CPUtime=25.46 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 13083 0 0 0 2544 2 0 0 25 0 8 0 803288801 619937792 69611 33554432000 4194304 4625164 140733975883200 18446744073709551615 274664469537 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=605408 CPUtime=25.45 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 9696 0 0 0 2544 1 0 0 25 0 8 0 803288801 619937792 69611 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=605408 CPUtime=25.37 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 79851 0 0 0 2526 11 0 0 25 0 8 0 803288801 619937792 69611 33554432000 4194304 4625164 140733975883200 18446744073709551615 4547825 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=605408 CPUtime=25.24 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 8792 0 0 0 2522 2 0 0 25 0 8 0 803288801 619937792 69611 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=605408 CPUtime=25.44 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 8506 0 0 0 2542 2 0 0 25 0 8 0 803288801 619937792 69611 33554432000 4194304 4625164 140733975883200 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=605408 CPUtime=25.3 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 7122 0 0 0 2528 2 0 0 25 0 8 0 803288801 619937792 69611 33554432000 4194304 4625164 140733975883200 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=605408 CPUtime=24.88 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 4944 0 0 0 2487 1 0 0 25 0 8 0 803288801 619937792 69611 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.65
Current children cumulated vsize (KiB) 605408

[startup+51.101 s]
/proc/loadavg: 4.89 2.52 2.14 9/435 14269
/proc/meminfo: memFree=12486172/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=645216 CPUtime=406.97 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 257910 0 0 0 40650 47 0 0 25 0 8 0 803288799 660701184 90029 33554432000 4194304 4625164 140733975883200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 161304 90031 557 106 0 156807 0
[pid=14260/tid=14262] ppid=14258 vsize=645216 CPUtime=51.06 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 19661 0 0 0 5102 4 0 0 25 0 8 0 803288801 660701184 90031 33554432000 4194304 4625164 140733975883200 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=645216 CPUtime=51.05 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 14695 0 0 0 5103 2 0 0 25 0 8 0 803288801 660701184 90031 33554432000 4194304 4625164 140733975883200 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=645216 CPUtime=50.92 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 140831 0 0 0 5072 20 0 0 25 0 8 0 803288801 660701184 90031 33554432000 4194304 4625164 140733975883200 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=645216 CPUtime=50.84 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 13576 0 0 0 5081 3 0 0 25 0 8 0 803288801 660701184 90031 33554432000 4194304 4625164 140733975883200 18446744073709551615 4352208 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=645216 CPUtime=51.05 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 9081 0 0 0 5102 3 0 0 25 0 8 0 803288801 660701184 90032 33554432000 4194304 4625164 140733975883200 18446744073709551615 4348817 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=645216 CPUtime=50.82 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 7827 0 0 0 5080 2 0 0 25 0 8 0 803288801 660701184 90032 33554432000 4194304 4625164 140733975883200 18446744073709551615 4464428 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=645216 CPUtime=50.11 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 5565 0 0 0 5010 1 0 0 25 0 8 0 803288801 660701184 90033 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 406.97

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

[pid=14260/tid=14264] ppid=14258 vsize=3826996 CPUtime=4620.48 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 27668280 0 0 0 457750 4298 0 0 25 0 8 0 803288801 3918843904 720345 33554432000 4194304 4625164 140733975883200 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=3826996 CPUtime=4659.01 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 113024 0 0 0 465873 28 0 0 25 0 8 0 803288801 3918843904 720345 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=3826996 CPUtime=4661.28 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 66742 0 0 0 466108 20 0 0 25 0 8 0 803288801 3918843904 720345 33554432000 4194304 4625164 140733975883200 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=3826996 CPUtime=4661.67 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 35935 0 0 0 466135 32 0 0 25 0 8 0 803288801 3918843904 720345 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351906 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=3826996 CPUtime=4637.74 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 70126 0 0 0 463753 21 0 0 25 0 8 0 803288801 3918843904 720345 33554432000 4194304 4625164 140733975883200 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37224.3
Current children cumulated vsize (KiB) 3826996

[startup+4722.32 s]
/proc/loadavg: 8.07 8.06 7.98 9/435 14406
/proc/meminfo: memFree=9947876/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=3894704 CPUtime=37703.5 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 30026494 0 0 0 3765543 4810 0 0 25 0 8 0 803288799 3988176896 723563 33554432000 4194304 4625164 140733975883200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 973676 723563 358 106 0 969179 0
[pid=14260/tid=14262] ppid=14258 vsize=3894704 CPUtime=4722.33 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 168396 0 0 0 472200 33 0 0 25 0 8 0 803288801 3988176896 723563 33554432000 4194304 4625164 140733975883200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=3894704 CPUtime=4719.42 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 81801 0 0 0 471860 82 0 0 25 0 8 0 803288801 3988176896 723563 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=3894704 CPUtime=4679.62 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 28028856 0 0 0 463606 4356 0 0 25 0 8 0 803288801 3988176896 723563 33554432000 4194304 4625164 140733975883200 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=3894704 CPUtime=4719.03 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 113213 0 0 0 471875 28 0 0 25 0 8 0 803288801 3988176896 723563 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=3894704 CPUtime=4721.28 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 66796 0 0 0 472108 20 0 0 25 0 8 0 803288801 3988176896 723563 33554432000 4194304 4625164 140733975883200 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=3894704 CPUtime=4721.68 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 35945 0 0 0 472136 32 0 0 25 0 8 0 803288801 3988176896 723563 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=3894704 CPUtime=4697.75 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 70215 0 0 0 469754 21 0 0 25 0 8 0 803288801 3988176896 723563 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37703.5
Current children cumulated vsize (KiB) 3894704

[startup+4782.3 s]
/proc/loadavg: 8.07 8.06 7.99 9/435 14407
/proc/meminfo: memFree=9938952/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=3830256 CPUtime=38182.5 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 30396148 0 0 0 3813382 4868 0 0 25 0 8 0 803288799 3922182144 723970 33554432000 4194304 4625164 140733975883200 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 957564 723970 368 106 0 953067 0
[pid=14260/tid=14262] ppid=14258 vsize=3830256 CPUtime=4782.32 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 168527 0 0 0 478199 33 0 0 25 0 8 0 803288801 3922182144 723970 33554432000 4194304 4625164 140733975883200 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=3830256 CPUtime=4779.38 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 82023 0 0 0 477855 83 0 0 25 0 8 0 803288801 3922182144 723970 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=3830256 CPUtime=4738.74 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 28371322 0 0 0 469464 4410 0 0 25 0 8 0 803288801 3922182144 723970 33554432000 4194304 4625164 140733975883200 18446744073709551615 4327824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=3830256 CPUtime=4779.01 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 113436 0 0 0 477873 28 0 0 25 0 8 0 803288801 3922182144 723970 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=3830256 CPUtime=4781.25 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 66889 0 0 0 478105 20 0 0 25 0 8 0 803288801 3922182144 723970 33554432000 4194304 4625164 140733975883200 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=3830256 CPUtime=4781.67 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 35949 0 0 0 478135 32 0 0 25 0 8 0 803288801 3922182144 723970 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=3830256 CPUtime=4757.74 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 70267 0 0 0 475753 21 0 0 25 0 8 0 803288801 3922182144 723970 33554432000 4194304 4625164 140733975883200 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38182.5
Current children cumulated vsize (KiB) 3830256

[startup+4842.3 s]
/proc/loadavg: 8.06 8.06 7.99 9/435 14409
/proc/meminfo: memFree=9929000/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=3830744 CPUtime=38661.6 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 30787655 0 0 0 3861228 4929 0 0 25 0 8 0 803288799 3922681856 726994 33554432000 4194304 4625164 140733975883200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 957686 726994 352 106 0 953189 0
[pid=14260/tid=14262] ppid=14258 vsize=3830744 CPUtime=4842.32 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 168621 0 0 0 484199 33 0 0 25 0 8 0 803288801 3922681856 726994 33554432000 4194304 4625164 140733975883200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=3830744 CPUtime=4839.35 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 82204 0 0 0 483851 84 0 0 25 0 8 0 803288801 3922681856 726994 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=3830744 CPUtime=4797.86 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 28731597 0 0 0 475321 4465 0 0 25 0 8 0 803288801 3922681856 726994 33554432000 4194304 4625164 140733975883200 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=3830744 CPUtime=4839.01 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 113702 0 0 0 483873 28 0 0 25 0 8 0 803288801 3922681856 726994 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=3830744 CPUtime=4841.24 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 67043 0 0 0 484104 20 0 0 25 0 8 0 803288801 3922681856 726994 33554432000 4194304 4625164 140733975883200 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=3830744 CPUtime=4841.66 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 36019 0 0 0 484134 32 0 0 25 0 8 0 803288801 3922681856 726994 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=3830744 CPUtime=4817.74 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 70358 0 0 0 481753 21 0 0 25 0 8 0 803288801 3922681856 726994 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38661.6
Current children cumulated vsize (KiB) 3830744

[startup+4902.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/435 14411
/proc/meminfo: memFree=9917460/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=3832676 CPUtime=39140.7 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 31203041 0 0 0 3909075 4992 0 0 25 0 8 0 803288799 3924660224 731203 33554432000 4194304 4625164 140733975883200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 958169 731203 352 106 0 953672 0
[pid=14260/tid=14262] ppid=14258 vsize=3832676 CPUtime=4902.32 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 168707 0 0 0 490199 33 0 0 25 0 8 0 803288801 3924660224 731203 33554432000 4194304 4625164 140733975883200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=3832676 CPUtime=4899.32 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 82357 0 0 0 489847 85 0 0 25 0 8 0 803288801 3924660224 731203 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=3832676 CPUtime=4857 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 29131170 0 0 0 481175 4525 0 0 25 0 8 0 803288801 3924660224 731203 33554432000 4194304 4625164 140733975883200 18446744073709551615 4579408 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=3832676 CPUtime=4899 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 113835 0 0 0 489872 28 0 0 25 0 8 0 803288801 3924660224 731203 33554432000 4194304 4625164 140733975883200 18446744073709551615 4352183 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=3832676 CPUtime=4901.23 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 67242 0 0 0 490102 21 0 0 25 0 8 0 803288801 3924660224 731203 33554432000 4194304 4625164 140733975883200 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=3832676 CPUtime=4901.66 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 36208 0 0 0 490134 32 0 0 25 0 8 0 803288801 3924660224 731203 33554432000 4194304 4625164 140733975883200 18446744073709551615 4375311 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=3832676 CPUtime=4877.74 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 70463 0 0 0 487753 21 0 0 25 0 8 0 803288801 3924660224 731203 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39140.7
Current children cumulated vsize (KiB) 3832676

[startup+4962.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/435 14412
/proc/meminfo: memFree=9886228/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=3861640 CPUtime=39619.7 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 31607862 0 0 0 3956922 5052 0 0 25 0 8 0 803288799 3954319360 738980 33554432000 4194304 4625164 140733975883200 18446744073709551615 4511846 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 965410 738980 355 106 0 960913 0
[pid=14260/tid=14262] ppid=14258 vsize=3861640 CPUtime=4962.32 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 168830 0 0 0 496199 33 0 0 25 0 8 0 803288801 3954319360 738980 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=3861640 CPUtime=4959.28 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 82442 0 0 0 495843 85 0 0 25 0 8 0 803288801 3954319360 738980 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=3861640 CPUtime=4916.12 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 29514198 0 0 0 487031 4581 0 0 25 0 8 0 803288801 3954319360 738980 33554432000 4194304 4625164 140733975883200 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=3861640 CPUtime=4959 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 114168 0 0 0 495872 28 0 0 25 0 8 0 803288801 3954319360 738980 33554432000 4194304 4625164 140733975883200 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=3861640 CPUtime=4961.21 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 67471 0 0 0 496100 21 0 0 25 0 8 0 803288801 3954319360 738980 33554432000 4194304 4625164 140733975883200 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=3861640 CPUtime=4961.66 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 47764 0 0 0 496132 34 0 0 25 0 8 0 803288801 3954319360 738980 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=3861640 CPUtime=4937.74 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 70556 0 0 0 493753 21 0 0 25 0 8 0 803288801 3954319360 738980 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39619.7
Current children cumulated vsize (KiB) 3861640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010 s]
/proc/loadavg: 8.06 8.06 8.00 9/435 14413
/proc/meminfo: memFree=9890500/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=3861640 CPUtime=40000.6 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) R 14258 14260 14234 0 -1 4202496 31862164 0 0 0 3994976 5088 0 0 25 0 8 0 803288799 3954319360 737219 33554432000 4194304 4625164 140733975883200 18446744073709551615 4329225 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 965410 737219 352 106 0 960913 0
[pid=14260/tid=14262] ppid=14258 vsize=3861640 CPUtime=5010.03 cores=0-7
/proc/14260/task/14262/stat : 14262 (SArTagnan) R 14258 14260 14234 0 -1 4202560 168983 0 0 0 500970 33 0 0 25 0 8 0 803288801 3954319360 737219 33554432000 4194304 4625164 140733975883200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14260/tid=14263] ppid=14258 vsize=3861640 CPUtime=5006.97 cores=0-7
/proc/14260/task/14263/stat : 14263 (SArTagnan) R 14258 14260 14234 0 -1 4202560 82514 0 0 0 500611 86 0 0 25 0 8 0 803288801 3954319360 737219 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=3861640 CPUtime=4963.13 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4202560 29756898 0 0 0 491698 4615 0 0 25 0 8 0 803288801 3954319360 737219 33554432000 4194304 4625164 140733975883200 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14260/tid=14265] ppid=14258 vsize=3861640 CPUtime=5006.72 cores=0-7
/proc/14260/task/14265/stat : 14265 (SArTagnan) R 14258 14260 14234 0 -1 4202560 114210 0 0 0 500644 28 0 0 25 0 8 0 803288801 3954319360 737219 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14260/tid=14266] ppid=14258 vsize=3861640 CPUtime=5008.92 cores=0-7
/proc/14260/task/14266/stat : 14266 (SArTagnan) R 14258 14260 14234 0 -1 4202560 67506 0 0 0 500871 21 0 0 25 0 8 0 803288801 3954319360 737219 33554432000 4194304 4625164 140733975883200 18446744073709551615 4289772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14260/tid=14267] ppid=14258 vsize=3861640 CPUtime=5009.37 cores=0-7
/proc/14260/task/14267/stat : 14267 (SArTagnan) R 14258 14260 14234 0 -1 4202560 47846 0 0 0 500903 34 0 0 25 0 8 0 803288801 3954319360 737219 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14260/tid=14268] ppid=14258 vsize=3861640 CPUtime=4985.46 cores=0-7
/proc/14260/task/14268/stat : 14268 (SArTagnan) R 14258 14260 14234 0 -1 4202560 70611 0 0 0 498525 21 0 0 25 0 8 0 803288801 3954319360 737219 33554432000 4194304 4625164 140733975883200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 3861640

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

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

[startup+5010.12 s]
/proc/loadavg: 8.06 8.06 8.00 9/435 14413
/proc/meminfo: memFree=9890500/32951132 swapFree=67093840/67111528
[pid=14260] ppid=14258 vsize=0 CPUtime=40000.9 cores=0-7
/proc/14260/stat : 14260 (SArTagnan) Z 14258 14260 14234 0 -1 4203548 31862164 0 0 0 3994987 5098 0 0 25 0 2 0 803288799 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14260/statm: 0 0 0 0 0 0 0
[pid=14260/tid=14264] ppid=14258 vsize=0 CPUtime=4963.23 cores=0-7
/proc/14260/task/14264/stat : 14264 (SArTagnan) R 14258 14260 14234 0 -1 4203588 29756898 0 0 0 491698 4625 0 0 25 0 2 0 803288801 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 7 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): 5010.16
CPU time (s): 40000.9
CPU user time (s): 39949.9
CPU system time (s): 51.0232
CPU usage (%): 798.396
Max. virtual memory (cumulated for all children) (KiB): 4471596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39949.9
system time used= 51.0232
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31862164
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= 29864
involuntary context switches= 176987

runsolver used 20.8438 second user time and 52.0111 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-01 10:28:12
IDJOB=3438436
IDBENCH=71337
IDSOLVER=1936
FILE ID=node131/3438436-1306916892
RUNJOBID= node131-1306916892-14248
PBS_JOBID= 13488519
Free space on /tmp= 73952 MiB

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

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

MD5SUM BENCH= f39e50b5cd7b50d1971722973512a1b8
RANDOM SEED=581442320

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12845428 kB
Buffers:        318280 kB
Cached:        5368628 kB
SwapCached:        948 kB
Active:       15751896 kB
Inactive:      4047264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12845428 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:            1756 kB
Writeback:           0 kB
AnonPages:    14112064 kB
Mapped:          37840 kB
Slab:           183300 kB
PageTables:      56076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95323032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73952 MiB
End job on node131 at 2011-06-01 11:51:44