Trace number 3385985

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) 3949.61 1300.05

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
MD5SUM17624c574c7f9ee0eff4cc4a13e42e12
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.855
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

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: 961)

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-3385985-1305582458/watcher-3385985-1305582458 -o /tmp/evaluation-result-3385985-1305582458/solver-3385985-1305582458 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385985-1305582458.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.75 6.19 7.55 8/373 28524
/proc/meminfo: memFree=14851764/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=115372 CPUtime=0.01 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 749 0 0 0 1 0 0 0 23 0 4 0 669845426 118140928 685 33554432000 4194304 4625164 140734982222064 18446744073709551615 4329114 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 28843 685 343 106 0 24346 0
[pid=28524/tid=28525] ppid=28522 vsize=115372 CPUtime=0 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 4 0 669845427 118140928 685 33554432000 4194304 4625164 140734982222064 18446744073709551615 4477200 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=115372 CPUtime=0 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 67 0 0 0 0 0 0 0 24 0 4 0 669845427 118140928 685 33554432000 4194304 4625164 140734982222064 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=115372 CPUtime=0 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 29 0 0 0 0 0 0 0 24 0 4 0 669845427 118140928 685 33554432000 4194304 4625164 140734982222064 18446744073709551615 4549304 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0217961 s]
/proc/loadavg: 5.75 6.19 7.55 8/373 28524
/proc/meminfo: memFree=14851764/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=181180 CPUtime=0.04 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 824 0 0 0 4 0 0 0 23 0 4 0 669845426 185528320 748 33554432000 4194304 4625164 140734982222064 18446744073709551615 274664463483 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 45295 748 344 106 0 40798 0
[pid=28524/tid=28525] ppid=28522 vsize=181180 CPUtime=0 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 4 0 669845427 185528320 748 33554432000 4194304 4625164 140734982222064 18446744073709551615 4477200 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=181180 CPUtime=0.01 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 99 0 0 0 1 0 0 0 24 0 4 0 669845427 185528320 748 33554432000 4194304 4625164 140734982222064 18446744073709551615 274680792091 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=181180 CPUtime=0 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 41 0 0 0 0 0 0 0 24 0 4 0 669845427 185528320 748 33554432000 4194304 4625164 140734982222064 18446744073709551615 4565104 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 181180

[startup+0.100782 s]
/proc/loadavg: 5.75 6.19 7.55 8/373 28524
/proc/meminfo: memFree=14851764/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=181524 CPUtime=0.28 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 1296 0 0 0 28 0 0 0 23 0 4 0 669845426 185880576 1019 33554432000 4194304 4625164 140734982222064 18446744073709551615 4356539 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 45381 1019 345 106 0 40884 0
[pid=28524/tid=28525] ppid=28522 vsize=181524 CPUtime=0 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 4 0 669845427 185880576 1019 33554432000 4194304 4625164 140734982222064 18446744073709551615 4477200 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=181524 CPUtime=0.09 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 308 0 0 0 9 0 0 0 24 0 4 0 669845427 185880576 1019 33554432000 4194304 4625164 140734982222064 18446744073709551615 4352855 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=181524 CPUtime=0.08 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 185 0 0 0 8 0 0 0 24 0 4 0 669845427 185880576 1019 33554432000 4194304 4625164 140734982222064 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 181524

[startup+0.300749 s]
/proc/loadavg: 5.75 6.19 7.55 8/373 28524
/proc/meminfo: memFree=14851764/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=183728 CPUtime=0.87 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 2493 0 0 0 87 0 0 0 18 0 4 0 669845426 188137472 1779 33554432000 4194304 4625164 140734982222064 18446744073709551615 4356324 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 45932 1779 345 106 0 41435 0
[pid=28524/tid=28525] ppid=28522 vsize=183728 CPUtime=0.19 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 600 0 0 0 19 0 0 0 25 0 4 0 669845427 188137472 1779 33554432000 4194304 4625164 140734982222064 18446744073709551615 4352816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=183728 CPUtime=0.09 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 313 0 0 0 9 0 0 0 24 0 4 0 669845427 188137472 1779 33554432000 4194304 4625164 140734982222064 18446744073709551615 4465141 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=183728 CPUtime=0.28 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 627 0 0 0 28 0 0 0 25 0 4 0 669845427 188137472 1779 33554432000 4194304 4625164 140734982222064 18446744073709551615 4335104 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 183728

[startup+0.70068 s]
/proc/loadavg: 5.75 6.19 7.55 8/373 28524
/proc/meminfo: memFree=14851764/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=184632 CPUtime=2.06 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 3712 0 0 0 206 0 0 0 18 0 4 0 669845426 189063168 2674 33554432000 4194304 4625164 140734982222064 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 46158 2674 345 106 0 41661 0
[pid=28524/tid=28525] ppid=28522 vsize=184632 CPUtime=0.39 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 775 0 0 0 39 0 0 0 25 0 4 0 669845427 189063168 2674 33554432000 4194304 4625164 140734982222064 18446744073709551615 4352174 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=184632 CPUtime=0.29 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 704 0 0 0 29 0 0 0 25 0 4 0 669845427 189063168 2674 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=184632 CPUtime=0.67 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 1051 0 0 0 67 0 0 0 25 0 4 0 669845427 189063168 2674 33554432000 4194304 4625164 140734982222064 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 184632

[startup+1.50054 s]
/proc/loadavg: 5.75 6.19 7.55 11/377 28528
/proc/meminfo: memFree=14826332/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=188848 CPUtime=4.45 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 8376 0 0 0 444 1 0 0 19 0 4 0 669845426 193380352 4317 33554432000 4194304 4625164 140734982222064 18446744073709551615 4519394 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 47212 4317 348 106 0 42715 0
[pid=28524/tid=28525] ppid=28522 vsize=188848 CPUtime=0.84 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 1673 0 0 0 84 0 0 0 25 0 4 0 669845427 193380352 4317 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=188848 CPUtime=0.88 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 1783 0 0 0 88 0 0 0 18 0 4 0 669845427 193380352 4317 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=188848 CPUtime=1.21 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 3208 0 0 0 121 0 0 0 25 0 4 0 669845427 193380352 4317 33554432000 4194304 4625164 140734982222064 18446744073709551615 274664505455 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 188848

[startup+3.10027 s]
/proc/loadavg: 5.75 6.19 7.55 11/377 28528
/proc/meminfo: memFree=14807168/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=195120 CPUtime=9.24 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 15267 0 0 0 922 2 0 0 25 0 4 0 669845426 199802880 6898 33554432000 4194304 4625164 140734982222064 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 48780 6898 356 106 0 44283 0
[pid=28524/tid=28525] ppid=28522 vsize=195120 CPUtime=2.44 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 3675 0 0 0 244 0 0 0 25 0 4 0 669845427 199802880 6898 33554432000 4194304 4625164 140734982222064 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=195120 CPUtime=1.89 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 3178 0 0 0 189 0 0 0 19 0 4 0 669845427 199802880 6898 33554432000 4194304 4625164 140734982222064 18446744073709551615 4352776 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=195120 CPUtime=1.78 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 6125 0 0 0 178 0 0 0 25 0 4 0 669845427 199802880 6898 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.24
Current children cumulated vsize (KiB) 195120

[startup+6.30072 s]
/proc/loadavg: 6.17 6.27 7.57 11/377 28528
/proc/meminfo: memFree=14773308/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=206520 CPUtime=18.8 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 23315 0 0 0 1876 4 0 0 25 0 4 0 669845426 211476480 10522 33554432000 4194304 4625164 140734982222064 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 51630 10522 361 106 0 47133 0
[pid=28524/tid=28525] ppid=28522 vsize=206520 CPUtime=5.64 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 5517 0 0 0 563 1 0 0 25 0 4 0 669845427 211476480 10522 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=206520 CPUtime=3.55 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 4753 0 0 0 355 0 0 0 24 0 4 0 669845427 211476480 10522 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=206520 CPUtime=3.29 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 10263 0 0 0 327 2 0 0 25 0 4 0 669845427 211476480 10522 33554432000 4194304 4625164 140734982222064 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.8
Current children cumulated vsize (KiB) 206520

[startup+12.7006 s]
/proc/loadavg: 6.48 6.33 7.58 11/377 28529
/proc/meminfo: memFree=14729136/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=213000 CPUtime=37.92 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 35761 0 0 0 3786 6 0 0 25 0 4 0 669845426 218112000 15300 33554432000 4194304 4625164 140734982222064 18446744073709551615 4511953 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 53250 15300 348 106 0 48753 0
[pid=28524/tid=28525] ppid=28522 vsize=213000 CPUtime=11.51 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 8350 0 0 0 1150 1 0 0 25 0 4 0 669845427 218112000 15300 33554432000 4194304 4625164 140734982222064 18446744073709551615 4462597 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=213000 CPUtime=7.19 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 7426 0 0 0 719 0 0 0 25 0 4 0 669845427 218112000 15300 33554432000 4194304 4625164 140734982222064 18446744073709551615 4352991 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=213000 CPUtime=6.49 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 16073 0 0 0 646 3 0 0 25 0 4 0 669845427 218112000 15300 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37.92
Current children cumulated vsize (KiB) 213000

[startup+25.5004 s]
/proc/loadavg: 7.26 6.51 7.62 11/377 28529
/proc/meminfo: memFree=14665904/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=224844 CPUtime=76.16 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 51187 0 0 0 7607 9 0 0 25 0 4 0 669845426 230240256 21950 33554432000 4194304 4625164 140734982222064 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 56211 21950 387 106 0 51714 0
[pid=28524/tid=28525] ppid=28522 vsize=224844 CPUtime=24.31 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 12634 0 0 0 2429 2 0 0 25 0 4 0 669845427 230240256 21950 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=224844 CPUtime=13.54 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 10405 0 0 0 1354 0 0 0 25 0 4 0 669845427 230240256 21950 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=224844 CPUtime=12.79 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 22550 0 0 0 1275 4 0 0 25 0 4 0 669845427 230240256 21950 33554432000 4194304 4625164 140734982222064 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 76.16
Current children cumulated vsize (KiB) 224844

[startup+51.101 s]
/proc/loadavg: 8.26 6.81 7.69 11/377 28530
/proc/meminfo: memFree=14562356/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=265696 CPUtime=159.38 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 97540 0 0 0 15921 17 0 0 25 0 4 0 669845426 272072704 35137 33554432000 4194304 4625164 140734982222064 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 66424 35137 517 106 0 61927 0
[pid=28524/tid=28525] ppid=28522 vsize=265696 CPUtime=49.91 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 18756 0 0 0 4988 3 0 0 25 0 4 0 669845427 272072704 35137 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=265696 CPUtime=26.11 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 15844 0 0 0 2609 2 0 0 25 0 4 0 669845427 272072704 35137 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=265696 CPUtime=32.24 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 51203 0 0 0 3216 8 0 0 25 0 4 0 669845427 272072704 35137 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 159.38
Current children cumulated vsize (KiB) 265696

[startup+102.314 s]
/proc/loadavg: 9.28 7.31 7.81 11/377 28531
/proc/meminfo: memFree=14424092/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=327920 CPUtime=328.39 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 160746 0 0 0 32812 27 0 0 25 0 4 0 669845426 335790080 54885 33554432000 4194304 4625164 140734982222064 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 81980 54885 527 106 0 77483 0
[pid=28524/tid=28525] ppid=28522 vsize=327920 CPUtime=101.13 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 28387 0 0 0 10108 5 0 0 25 0 4 0 669845427 335790080 54885 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=327920 CPUtime=51.81 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 23043 0 0 0 5178 3 0 0 25 0 4 0 669845427 335790080 54885 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351909 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=327920 CPUtime=82.84 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 90778 0 0 0 8269 15 0 0 25 0 4 0 669845427 335790080 54885 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 328.39
Current children cumulated vsize (KiB) 327920

[startup+162.301 s]

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

[pid=28524] ppid=28522 vsize=835072 CPUtime=2121.25 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 498870 0 0 0 212033 92 0 0 25 0 4 0 669845426 855113728 157603 33554432000 4194304 4625164 140734982222064 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 208768 157603 1434 106 0 204271 0
[pid=28524/tid=28525] ppid=28522 vsize=835072 CPUtime=412.49 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 58741 0 0 0 41238 11 0 0 25 0 4 0 669845427 855113728 157603 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=835072 CPUtime=640.58 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 84596 0 0 0 64044 14 0 0 25 0 4 0 669845427 855113728 157603 33554432000 4194304 4625164 140734982222064 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=835072 CPUtime=675.7 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 146489 0 0 0 67544 26 0 0 25 0 4 0 669845427 855113728 157603 33554432000 4194304 4625164 140734982222064 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2121.25
Current children cumulated vsize (KiB) 835072

[startup+762.314 s]
/proc/loadavg: 10.04 9.78 8.96 11/377 28549
/proc/meminfo: memFree=13568508/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=835072 CPUtime=2300.56 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 846628 0 0 0 229910 146 0 0 25 0 4 0 669845426 855113728 163750 33554432000 4194304 4625164 140734982222064 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 208768 163750 1465 106 0 204271 0
[pid=28524/tid=28525] ppid=28522 vsize=835072 CPUtime=472.51 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 60277 0 0 0 47239 12 0 0 25 0 4 0 669845427 855113728 163750 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=835072 CPUtime=670.59 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 85989 0 0 0 67044 15 0 0 25 0 4 0 669845427 855113728 163750 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=835072 CPUtime=735 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 459496 0 0 0 73427 73 0 0 25 0 4 0 669845427 855113728 163750 33554432000 4194304 4625164 140734982222064 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2300.56
Current children cumulated vsize (KiB) 835072

[startup+822.3 s]
/proc/loadavg: 10.31 9.90 9.05 11/377 28559
/proc/meminfo: memFree=13535172/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=879060 CPUtime=2479.81 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 1211762 0 0 0 247775 206 0 0 25 0 4 0 669845426 900157440 168912 33554432000 4194304 4625164 140734982222064 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 219765 168912 1482 106 0 215268 0
[pid=28524/tid=28525] ppid=28522 vsize=879060 CPUtime=532.49 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 60596 0 0 0 53237 12 0 0 25 0 4 0 669845427 900157440 168912 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=879060 CPUtime=700.59 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 86156 0 0 0 70044 15 0 0 25 0 4 0 669845427 900157440 168912 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=879060 CPUtime=794.27 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 768120 0 0 0 79304 123 0 0 25 0 4 0 669845427 900157440 168912 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2479.81
Current children cumulated vsize (KiB) 879060

[startup+882.301 s]
/proc/loadavg: 10.23 9.95 9.11 11/377 28561
/proc/meminfo: memFree=13472180/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=879060 CPUtime=2659.09 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 1553110 0 0 0 265646 263 0 0 25 0 4 0 669845426 900157440 173779 33554432000 4194304 4625164 140734982222064 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28524/statm: 219765 173779 1535 106 0 215268 0
[pid=28524/tid=28525] ppid=28522 vsize=879060 CPUtime=592.49 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 61253 0 0 0 59237 12 0 0 25 0 4 0 669845427 900157440 173779 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=879060 CPUtime=730.58 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 86704 0 0 0 73043 15 0 0 25 0 4 0 669845427 900157440 173779 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=879060 CPUtime=853.55 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 1078168 0 0 0 85181 174 0 0 25 0 4 0 669845427 900157440 173779 33554432000 4194304 4625164 140734982222064 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2659.09
Current children cumulated vsize (KiB) 879060

[startup+942.301 s]
/proc/loadavg: 10.13 9.97 9.17 11/377 28562
/proc/meminfo: memFree=13440672/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=899200 CPUtime=2838.39 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 1798246 0 0 0 283536 303 0 0 25 0 4 0 669845426 920780800 177085 33554432000 4194304 4625164 140734982222064 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28524/statm: 224800 177085 1481 106 0 220303 0
[pid=28524/tid=28525] ppid=28522 vsize=899200 CPUtime=645 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 61984 0 0 0 64487 13 0 0 25 0 4 0 669845427 920780800 177085 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=899200 CPUtime=776.87 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 87014 0 0 0 77672 15 0 0 25 0 4 0 669845427 920780800 177085 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=899200 CPUtime=896.75 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 1301844 0 0 0 89466 209 0 0 25 0 4 0 669845427 920780800 177085 33554432000 4194304 4625164 140734982222064 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2838.39
Current children cumulated vsize (KiB) 899200

[startup+1002.3 s]
/proc/loadavg: 10.15 10.00 9.23 11/377 28564
/proc/meminfo: memFree=13413260/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=964736 CPUtime=3017.68 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 1971748 0 0 0 301439 329 0 0 25 0 4 0 669845426 987889664 179945 33554432000 4194304 4625164 140734982222064 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28524/statm: 241184 179945 1436 106 0 236687 0
[pid=28524/tid=28525] ppid=28522 vsize=964736 CPUtime=674.99 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 62207 0 0 0 67486 13 0 0 25 0 4 0 669845427 987889664 179945 33554432000 4194304 4625164 140734982222064 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=964736 CPUtime=836.87 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 87879 0 0 0 83671 16 0 0 25 0 4 0 669845427 987889664 179945 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=964736 CPUtime=926.76 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 1447717 0 0 0 92447 229 0 0 25 0 4 0 669845427 987889664 179945 33554432000 4194304 4625164 140734982222064 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3017.68
Current children cumulated vsize (KiB) 964736

[startup+1062.3 s]
/proc/loadavg: 10.17 10.03 9.29 11/377 28566
/proc/meminfo: memFree=13386840/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=899200 CPUtime=3196.97 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 2155437 0 0 0 319339 358 0 0 25 0 4 0 669845426 920780800 181744 33554432000 4194304 4625164 140734982222064 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28524/statm: 224800 181744 1320 106 0 220303 0
[pid=28524/tid=28525] ppid=28522 vsize=899200 CPUtime=706.49 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 62380 0 0 0 70636 13 0 0 25 0 4 0 669845427 920780800 181744 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=899200 CPUtime=896.87 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 88542 0 0 0 89671 16 0 0 25 0 4 0 669845427 920780800 181744 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=899200 CPUtime=956.75 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 1593332 0 0 0 95425 250 0 0 25 0 4 0 669845427 920780800 181744 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3196.97
Current children cumulated vsize (KiB) 899200

[startup+1122.3 s]
/proc/loadavg: 10.48 10.12 9.36 12/378 28570
/proc/meminfo: memFree=13280636/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=1003012 CPUtime=3376.24 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 2240361 0 0 0 337248 376 0 0 25 0 4 0 669845426 1027084288 187788 33554432000 4194304 4625164 140734982222064 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28524/statm: 250753 187788 1320 106 0 246256 0
[pid=28524/tid=28525] ppid=28522 vsize=1003012 CPUtime=736.48 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 84686 0 0 0 73631 17 0 0 25 0 4 0 669845427 1027084288 187788 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=1003012 CPUtime=956.88 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 89789 0 0 0 95669 19 0 0 25 0 4 0 669845427 1027084288 187788 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=1003012 CPUtime=986.76 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 1593447 0 0 0 98426 250 0 0 25 0 4 0 669845427 1027084288 187788 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3376.24
Current children cumulated vsize (KiB) 1003012

[startup+1182.3 s]
/proc/loadavg: 10.32 10.14 9.41 11/377 28572
/proc/meminfo: memFree=13285268/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=1060264 CPUtime=3555.54 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 2460546 0 0 0 355142 412 0 0 25 0 4 0 669845426 1085710336 193066 33554432000 4194304 4625164 140734982222064 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28524/statm: 265066 193066 1320 106 0 260569 0
[pid=28524/tid=28525] ppid=28522 vsize=1060264 CPUtime=796.3 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 85969 0 0 0 79613 17 0 0 25 0 4 0 669845427 1085710336 193066 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=1060264 CPUtime=987.07 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 118239 0 0 0 98685 22 0 0 25 0 4 0 669845427 1085710336 193066 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=1060264 CPUtime=1016.74 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 1725330 0 0 0 101403 271 0 0 25 0 4 0 669845427 1085710336 193066 33554432000 4194304 4625164 140734982222064 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3555.54
Current children cumulated vsize (KiB) 1060264

[startup+1242.3 s]
/proc/loadavg: 10.27 10.16 9.46 11/377 28573
/proc/meminfo: memFree=13258844/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=1060264 CPUtime=3748.22 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 2673727 0 0 0 374377 445 0 0 25 0 4 0 669845426 1085710336 196408 33554432000 4194304 4625164 140734982222064 18446744073709551615 4528735 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28524/statm: 265066 196408 1346 106 0 260569 0
[pid=28524/tid=28525] ppid=28522 vsize=1060264 CPUtime=856.31 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 87595 0 0 0 85613 18 0 0 25 0 4 0 669845427 1085710336 196408 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=1060264 CPUtime=1030.22 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 118487 0 0 0 102999 23 0 0 25 0 4 0 669845427 1085710336 196408 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=1060264 CPUtime=1066.67 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 1904192 0 0 0 106371 296 0 0 25 0 4 0 669845427 1085710336 196408 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3748.22
Current children cumulated vsize (KiB) 1060264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.10 10.13 9.49 8/376 28576
/proc/meminfo: memFree=13308056/32951132 swapFree=67093824/67111528
[pid=28524] ppid=28522 vsize=1108268 CPUtime=3949.54 cores=1,3,5,7
/proc/28524/stat : 28524 (SArTagnan) R 28522 28524 27834 0 -1 4202496 2862292 0 0 0 394480 474 0 0 25 0 4 0 669845426 1134866432 204972 33554432000 4194304 4625164 140734982222064 18446744073709551615 4512315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28524/statm: 277067 204972 1320 106 0 272570 0
[pid=28524/tid=28525] ppid=28522 vsize=1108268 CPUtime=914.03 cores=1,3,5,7
/proc/28524/task/28525/stat : 28525 (SArTagnan) R 28522 28524 27834 0 -1 4202560 89093 0 0 0 91384 19 0 0 25 0 4 0 669845427 1134866432 204972 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28524/tid=28526] ppid=28522 vsize=1108268 CPUtime=1087.23 cores=1,3,5,7
/proc/28524/task/28526/stat : 28526 (SArTagnan) R 28522 28524 27834 0 -1 4202560 125048 0 0 0 108699 24 0 0 25 0 4 0 669845427 1134866432 204972 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28524/tid=28527] ppid=28522 vsize=1108268 CPUtime=1124.39 cores=1,3,5,7
/proc/28524/task/28527/stat : 28527 (SArTagnan) R 28522 28524 27834 0 -1 4202560 2067566 0 0 0 112118 321 0 0 25 0 4 0 669845427 1134866432 204972 33554432000 4194304 4625164 140734982222064 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3949.54
Current children cumulated vsize (KiB) 1108268

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 3949.61
CPU user time (s): 3944.83
CPU system time (s): 4.78127
CPU usage (%): 303.804
Max. virtual memory (cumulated for all children) (KiB): 1165556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3944.83
system time used= 4.78127
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2862292
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= 272
involuntary context switches= 41838

runsolver used 4.22736 second user time and 11.3123 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-16 23:47:38
IDJOB=3385985
IDBENCH=84030
IDSOLVER=1871
FILE ID=node131/3385985-1305582458
RUNJOBID= node131-1305582458-28502
PBS_JOBID= 13350211
Free space on /tmp= 73576 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385985-1305582458/watcher-3385985-1305582458 -o /tmp/evaluation-result-3385985-1305582458/solver-3385985-1305582458 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385985-1305582458.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=1487079694

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:      14851796 kB
Buffers:        309908 kB
Cached:        4744044 kB
SwapCached:       1504 kB
Active:       14137200 kB
Inactive:      3680104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14851796 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:    12761500 kB
Mapped:          32540 kB
Slab:           170648 kB
PageTables:      45468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 65728404 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= 73576 MiB
End job on node131 at 2011-05-17 00:09:20