Trace number 3439316

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 40001.3 5010.78

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
MD5SUM7f62d729a30ffc73b7fa61161ba43630
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2304
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses73400
Sum of the clauses size147612
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 273371
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

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-3439316-1306960629/watcher-3439316-1306960629 -o /tmp/evaluation-result-3439316-1306960629/solver-3439316-1306960629 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439316-1306960629.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.00 0.00 0.00 1/436 3633
/proc/meminfo: memFree=30219416/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=20652 CPUtime=0 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 600 0 0 0 0 0 0 0 23 0 1 0 886293605 21147648 466 33554432000 4194304 4625164 140737446060096 18446744073709551615 231895490304 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3633/statm: 5163 467 296 106 0 666 0

[startup+0.119675 s]
/proc/loadavg: 0.00 0.00 0.00 1/436 3633
/proc/meminfo: memFree=30219416/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=432928 CPUtime=0.62 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 8608 0 0 0 61 1 0 0 18 0 8 0 886293605 443318272 6134 33554432000 4194304 4625164 140737446060096 18446744073709551615 4338464 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 108232 6134 350 106 0 103735 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 432928

[startup+0.230482 s]
/proc/loadavg: 0.00 0.00 0.00 1/436 3633
/proc/meminfo: memFree=30219416/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=433680 CPUtime=1.45 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 10726 0 0 0 143 2 0 0 18 0 8 0 886293605 444088320 8071 33554432000 4194304 4625164 140737446060096 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 108420 8071 354 106 0 103923 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 433680

[startup+0.300911 s]
/proc/loadavg: 0.00 0.00 0.00 1/436 3633
/proc/meminfo: memFree=30219416/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=438336 CPUtime=2.01 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 13378 0 0 0 199 2 0 0 18 0 8 0 886293605 448856064 9655 33554432000 4194304 4625164 140737446060096 18446744073709551615 4514032 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 109584 9655 354 106 0 105087 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 438336

[startup+0.700837 s]
/proc/loadavg: 0.00 0.00 0.00 1/436 3633
/proc/meminfo: memFree=30219416/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=448336 CPUtime=5.21 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 22949 0 0 0 517 4 0 0 18 0 8 0 886293605 459096064 17230 33554432000 4194304 4625164 140737446060096 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 112084 17230 366 106 0 107587 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 448336

[startup+1.50069 s]
/proc/loadavg: 0.00 0.00 0.00 9/444 3641
/proc/meminfo: memFree=30128344/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=467164 CPUtime=11.58 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 40044 0 0 0 1151 7 0 0 19 0 8 0 886293605 478375936 25013 33554432000 4194304 4625164 140737446060096 18446744073709551615 4518211 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 116791 25013 398 106 0 112294 0
[pid=3633/tid=3635] ppid=3631 vsize=467164 CPUtime=1.46 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 3625 0 0 0 146 0 0 0 20 0 8 0 886293607 478375936 25014 33554432000 4194304 4625164 140737446060096 18446744073709551615 4352170 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=467164 CPUtime=1.3 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 2770 0 0 0 130 0 0 0 18 0 8 0 886293607 478375936 25014 33554432000 4194304 4625164 140737446060096 18446744073709551615 231895145467 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=467164 CPUtime=1.46 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 3555 0 0 0 146 0 0 0 25 0 8 0 886293607 478375936 25015 33554432000 4194304 4625164 140737446060096 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=467164 CPUtime=1.47 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 3791 0 0 0 147 0 0 0 20 0 8 0 886293607 478375936 25015 33554432000 4194304 4625164 140737446060096 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=467164 CPUtime=1.42 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 2395 0 0 0 142 0 0 0 20 0 8 0 886293607 478375936 25015 33554432000 4194304 4625164 140737446060096 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=467164 CPUtime=1.45 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 3286 0 0 0 145 0 0 0 20 0 8 0 886293607 478375936 25015 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=467164 CPUtime=1.46 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 3437 0 0 0 146 0 0 0 18 0 8 0 886293607 478375936 25015 33554432000 4194304 4625164 140737446060096 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 467164

[startup+3.10038 s]
/proc/loadavg: 0.64 0.13 0.04 9/444 3641
/proc/meminfo: memFree=30095112/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=486968 CPUtime=24.36 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 66005 0 0 0 2425 11 0 0 25 0 8 0 886293605 498655232 40573 33554432000 4194304 4625164 140737446060096 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 121742 40573 509 106 0 117245 0
[pid=3633/tid=3635] ppid=3631 vsize=486968 CPUtime=3.07 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 5441 0 0 0 306 1 0 0 25 0 8 0 886293607 498655232 40573 33554432000 4194304 4625164 140737446060096 18446744073709551615 4352735 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=486968 CPUtime=2.91 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 4388 0 0 0 290 1 0 0 21 0 8 0 886293607 498655232 40573 33554432000 4194304 4625164 140737446060096 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=486968 CPUtime=3.06 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 11168 0 0 0 305 1 0 0 25 0 8 0 886293607 498655232 40573 33554432000 4194304 4625164 140737446060096 18446744073709551615 4551213 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=486968 CPUtime=3.07 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 5503 0 0 0 306 1 0 0 25 0 8 0 886293607 498655232 40573 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=486968 CPUtime=3.02 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 3877 0 0 0 301 1 0 0 25 0 8 0 886293607 498655232 40576 33554432000 4194304 4625164 140737446060096 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=486968 CPUtime=3.04 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 6665 0 0 0 303 1 0 0 25 0 8 0 886293607 498655232 40576 33554432000 4194304 4625164 140737446060096 18446744073709551615 4278480 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=486968 CPUtime=3.06 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 5045 0 0 0 306 0 0 0 21 0 8 0 886293607 498655232 40576 33554432000 4194304 4625164 140737446060096 18446744073709551615 4352183 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 486968

[startup+6.30078 s]
/proc/loadavg: 0.64 0.13 0.04 9/444 3641
/proc/meminfo: memFree=29997400/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=508096 CPUtime=49.93 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 97963 0 0 0 4975 18 0 0 25 0 8 0 886293605 520290304 57947 33554432000 4194304 4625164 140737446060096 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 127024 57947 699 106 0 122527 0
[pid=3633/tid=3635] ppid=3631 vsize=508096 CPUtime=6.26 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 8180 0 0 0 625 1 0 0 25 0 8 0 886293607 520290304 57947 33554432000 4194304 4625164 140737446060096 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=508096 CPUtime=6.1 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 6389 0 0 0 609 1 0 0 25 0 8 0 886293607 520290304 57947 33554432000 4194304 4625164 140737446060096 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=508096 CPUtime=6.26 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 22386 0 0 0 623 3 0 0 25 0 8 0 886293607 520290304 57947 33554432000 4194304 4625164 140737446060096 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=508096 CPUtime=6.27 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 6002 0 0 0 626 1 0 0 25 0 8 0 886293607 520290304 57947 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=508096 CPUtime=6.22 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 6505 0 0 0 621 1 0 0 25 0 8 0 886293607 520290304 57947 33554432000 4194304 4625164 140737446060096 18446744073709551615 4349042 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=508096 CPUtime=6.18 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 10086 0 0 0 617 1 0 0 25 0 8 0 886293607 520290304 57947 33554432000 4194304 4625164 140737446060096 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=508096 CPUtime=6.26 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 5614 0 0 0 626 0 0 0 25 0 8 0 886293607 520290304 57947 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 508096

[startup+12.7006 s]
/proc/loadavg: 1.85 0.41 0.13 9/444 3642
/proc/meminfo: memFree=29893504/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=573632 CPUtime=101.01 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 143904 0 0 0 10075 26 0 0 25 0 8 0 886293605 587399168 82918 33554432000 4194304 4625164 140737446060096 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 143408 82918 1110 106 0 138911 0
[pid=3633/tid=3635] ppid=3631 vsize=573632 CPUtime=12.67 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 12901 0 0 0 1265 2 0 0 25 0 8 0 886293607 587399168 82918 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=573632 CPUtime=12.51 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 9154 0 0 0 1249 2 0 0 25 0 8 0 886293607 587399168 82918 33554432000 4194304 4625164 140737446060096 18446744073709551615 4316700 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=573632 CPUtime=12.66 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 47287 0 0 0 1259 7 0 0 25 0 8 0 886293607 587399168 82918 33554432000 4194304 4625164 140737446060096 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=573632 CPUtime=12.67 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 8499 0 0 0 1265 2 0 0 25 0 8 0 886293607 587399168 82918 33554432000 4194304 4625164 140737446060096 18446744073709551615 4317326 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=573632 CPUtime=12.62 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 10387 0 0 0 1260 2 0 0 21 0 8 0 886293607 587399168 82918 33554432000 4194304 4625164 140737446060096 18446744073709551615 4349021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=573632 CPUtime=12.49 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 15480 0 0 0 1247 2 0 0 25 0 8 0 886293607 587399168 82918 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=573632 CPUtime=12.65 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 5665 0 0 0 1265 0 0 0 25 0 8 0 886293607 587399168 82918 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351860 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 573632

[startup+25.5011 s]
/proc/loadavg: 2.79 0.66 0.22 9/444 3642
/proc/meminfo: memFree=29741360/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=807356 CPUtime=203.22 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 239230 0 0 0 20281 41 0 0 25 0 8 0 886293605 826732544 120547 33554432000 4194304 4625164 140737446060096 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 201839 120547 1010 106 0 197342 0
[pid=3633/tid=3635] ppid=3631 vsize=807356 CPUtime=25.47 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 19093 0 0 0 2544 3 0 0 25 0 8 0 886293607 826732544 120547 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=807356 CPUtime=25.31 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 13899 0 0 0 2528 3 0 0 25 0 8 0 886293607 826732544 120547 33554432000 4194304 4625164 140737446060096 18446744073709551615 231895139532 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=807356 CPUtime=25.47 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 76356 0 0 0 2534 13 0 0 25 0 8 0 886293607 826732544 120547 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=807356 CPUtime=25.46 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 10116 0 0 0 2544 2 0 0 25 0 8 0 886293607 826732544 120547 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=807356 CPUtime=25.42 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 18222 0 0 0 2539 3 0 0 25 0 8 0 886293607 826732544 120547 33554432000 4194304 4625164 140737446060096 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=807356 CPUtime=25.1 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 23197 0 0 0 2506 4 0 0 25 0 8 0 886293607 826732544 120547 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=807356 CPUtime=25.46 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 8890 0 0 0 2545 1 0 0 25 0 8 0 886293607 826732544 120547 33554432000 4194304 4625164 140737446060096 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.22
Current children cumulated vsize (KiB) 807356

[startup+51.1013 s]
/proc/loadavg: 4.57 1.25 0.42 9/444 3643
/proc/meminfo: memFree=29526764/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=1042692 CPUtime=407.65 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 369960 0 0 0 40703 62 0 0 25 0 8 0 886293605 1067716608 175530 33554432000 4194304 4625164 140737446060096 18446744073709551615 4512326 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 260673 175530 2196 106 0 256176 0
[pid=3633/tid=3635] ppid=3631 vsize=1042692 CPUtime=51.07 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 30321 0 0 0 5103 4 0 0 25 0 8 0 886293607 1067716608 175530 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=1042692 CPUtime=50.91 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 20141 0 0 0 5087 4 0 0 25 0 8 0 886293607 1067716608 175530 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=1042692 CPUtime=51.07 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 120609 0 0 0 5087 20 0 0 25 0 8 0 886293607 1067716608 175530 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=1042692 CPUtime=51.06 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 15528 0 0 0 5103 3 0 0 25 0 8 0 886293607 1067716608 175530 33554432000 4194304 4625164 140737446060096 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=1042692 CPUtime=51.02 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 37336 0 0 0 5096 6 0 0 25 0 8 0 886293607 1067716608 175530 33554432000 4194304 4625164 140737446060096 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=1042692 CPUtime=50.33 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 34944 0 0 0 5027 6 0 0 25 0 8 0 886293607 1067716608 175530 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=1042692 CPUtime=51.05 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 9422 0 0 0 5104 1 0 0 25 0 8 0 886293607 1067716608 175530 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.65

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

Current children cumulated vsize (KiB) 19436516

[startup+4722.3 s]
/proc/loadavg: 8.12 8.08 7.98 9/444 3782
/proc/meminfo: memFree=14126108/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=19436516 CPUtime=37705.2 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 37523341 0 0 0 3764166 6354 0 0 25 0 8 0 886293605 19902992384 4015292 33554432000 4194304 4625164 140737446060096 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 4859129 4015292 419 106 0 4854632 0
[pid=3633/tid=3635] ppid=3631 vsize=19436516 CPUtime=4689.6 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 352707 0 0 0 468899 61 0 0 25 0 8 0 886293607 19902992384 4015297 33554432000 4194304 4625164 140737446060096 18446744073709551615 4330886 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=19436516 CPUtime=4716.99 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 280339 0 0 0 471537 162 0 0 25 0 8 0 886293607 19902992384 4015297 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=19436516 CPUtime=4721.8 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 25821576 0 0 0 467910 4270 0 0 25 0 8 0 886293607 19902992384 4015297 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=19436516 CPUtime=4722.39 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 279422 0 0 0 472127 112 0 0 25 0 8 0 886293607 19902992384 4015297 33554432000 4194304 4625164 140737446060096 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=19436516 CPUtime=4722.17 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 471188 0 0 0 472142 75 0 0 25 0 8 0 886293607 19902992384 4015297 33554432000 4194304 4625164 140737446060096 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=19436516 CPUtime=4714.07 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 439159 0 0 0 471327 80 0 0 25 0 8 0 886293607 19902992384 4015297 33554432000 4194304 4625164 140737446060096 18446744073709551615 4331104 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=19436516 CPUtime=4697.13 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 231617 0 0 0 469625 88 0 0 25 0 8 0 886293607 19902992384 4015297 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37705.2
Current children cumulated vsize (KiB) 19436516

[startup+4782.3 s]
/proc/loadavg: 8.04 8.06 7.98 9/444 3784
/proc/meminfo: memFree=14108448/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=19436516 CPUtime=38184.2 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 38005025 0 0 0 3811986 6439 0 0 25 0 8 0 886293605 19902992384 4020047 33554432000 4194304 4625164 140737446060096 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 4859129 4020047 425 106 0 4854632 0
[pid=3633/tid=3635] ppid=3631 vsize=19436516 CPUtime=4749.58 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 352824 0 0 0 474897 61 0 0 25 0 8 0 886293607 19902992384 4020047 33554432000 4194304 4625164 140737446060096 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=19436516 CPUtime=4776.1 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 282173 0 0 0 477446 164 0 0 25 0 8 0 886293607 19902992384 4020047 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=19436516 CPUtime=4781.78 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 26299675 0 0 0 473826 4352 0 0 25 0 8 0 886293607 19902992384 4020047 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=19436516 CPUtime=4782.38 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 279426 0 0 0 478126 112 0 0 25 0 8 0 886293607 19902992384 4020047 33554432000 4194304 4625164 140737446060096 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=19436516 CPUtime=4782.15 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 471297 0 0 0 478140 75 0 0 25 0 8 0 886293607 19902992384 4020047 33554432000 4194304 4625164 140737446060096 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=19436516 CPUtime=4774.05 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 439172 0 0 0 477325 80 0 0 25 0 8 0 886293607 19902992384 4020047 33554432000 4194304 4625164 140737446060096 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=19436516 CPUtime=4757.11 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 232155 0 0 0 475622 89 0 0 25 0 8 0 886293607 19902992384 4020047 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38184.2
Current children cumulated vsize (KiB) 19436516

[startup+4842.32 s]
/proc/loadavg: 8.01 8.05 7.98 9/444 3785
/proc/meminfo: memFree=14055564/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=19502052 CPUtime=38663.5 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 38468604 0 0 0 3859826 6522 0 0 25 0 8 0 886293605 19970101248 4033792 33554432000 4194304 4625164 140737446060096 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 4875513 4033792 378 106 0 4871016 0
[pid=3633/tid=3635] ppid=3631 vsize=19502052 CPUtime=4809.6 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 352922 0 0 0 480899 61 0 0 25 0 8 0 886293607 19970101248 4033792 33554432000 4194304 4625164 140737446060096 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=19502052 CPUtime=4835.21 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 282782 0 0 0 483356 165 0 0 25 0 8 0 886293607 19970101248 4033792 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=19502052 CPUtime=4841.8 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 26733930 0 0 0 479753 4427 0 0 25 0 8 0 886293607 19970101248 4033792 33554432000 4194304 4625164 140737446060096 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=19502052 CPUtime=4842.4 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 279434 0 0 0 484128 112 0 0 25 0 8 0 886293607 19970101248 4033792 33554432000 4194304 4625164 140737446060096 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=19502052 CPUtime=4842.17 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 471340 0 0 0 484142 75 0 0 25 0 8 0 886293607 19970101248 4033792 33554432000 4194304 4625164 140737446060096 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=19502052 CPUtime=4834.07 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 439185 0 0 0 483327 80 0 0 25 0 8 0 886293607 19970101248 4033792 33554432000 4194304 4625164 140737446060096 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=19502052 CPUtime=4817.13 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 232279 0 0 0 481624 89 0 0 25 0 8 0 886293607 19970101248 4033792 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38663.5
Current children cumulated vsize (KiB) 19502052

[startup+4902.3 s]
/proc/loadavg: 8.00 8.04 7.98 9/444 3787
/proc/meminfo: memFree=14016596/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=19502052 CPUtime=39142.5 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 38812604 0 0 0 3907666 6581 0 0 25 0 8 0 886293605 19970101248 4044575 33554432000 4194304 4625164 140737446060096 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 4875513 4044575 374 106 0 4871016 0
[pid=3633/tid=3635] ppid=3631 vsize=19502052 CPUtime=4869.58 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 352929 0 0 0 486897 61 0 0 25 0 8 0 886293607 19970101248 4044575 33554432000 4194304 4625164 140737446060096 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=19502052 CPUtime=4894.32 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 283633 0 0 0 489266 166 0 0 25 0 8 0 886293607 19970101248 4044575 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=19502052 CPUtime=4901.79 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 27048640 0 0 0 485698 4481 0 0 25 0 8 0 886293607 19970101248 4044575 33554432000 4194304 4625164 140737446060096 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=19502052 CPUtime=4902.38 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 279434 0 0 0 490126 112 0 0 25 0 8 0 886293607 19970101248 4044575 33554432000 4194304 4625164 140737446060096 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=19502052 CPUtime=4902.15 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 472109 0 0 0 490140 75 0 0 25 0 8 0 886293607 19970101248 4044575 33554432000 4194304 4625164 140737446060096 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=19502052 CPUtime=4894.05 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 439256 0 0 0 489325 80 0 0 25 0 8 0 886293607 19970101248 4044575 33554432000 4194304 4625164 140737446060096 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=19502052 CPUtime=4877.12 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 232387 0 0 0 487623 89 0 0 25 0 8 0 886293607 19970101248 4044575 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39142.5
Current children cumulated vsize (KiB) 19502052

[startup+4962.3 s]
/proc/loadavg: 8.00 8.03 7.98 9/444 3789
/proc/meminfo: memFree=13996076/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=19511120 CPUtime=39621.6 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 39172896 0 0 0 3955519 6640 0 0 25 0 8 0 886293605 19979386880 4047482 33554432000 4194304 4625164 140737446060096 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 4877780 4047482 352 106 0 4873283 0
[pid=3633/tid=3635] ppid=3631 vsize=19511120 CPUtime=4929.59 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 353262 0 0 0 492898 61 0 0 25 0 8 0 886293607 19979386880 4047482 33554432000 4194304 4625164 140737446060096 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=19511120 CPUtime=4953.43 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 284774 0 0 0 495176 167 0 0 25 0 8 0 886293607 19979386880 4047482 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=19511120 CPUtime=4961.79 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 27374959 0 0 0 491646 4533 0 0 25 0 8 0 886293607 19979386880 4047482 33554432000 4194304 4625164 140737446060096 18446744073709551615 4335179 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=19511120 CPUtime=4962.38 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 279436 0 0 0 496126 112 0 0 25 0 8 0 886293607 19979386880 4047482 33554432000 4194304 4625164 140737446060096 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=19511120 CPUtime=4962.16 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 472173 0 0 0 496141 75 0 0 25 0 8 0 886293607 19979386880 4047482 33554432000 4194304 4625164 140737446060096 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=19511120 CPUtime=4954.05 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 439892 0 0 0 495325 80 0 0 25 0 8 0 886293607 19979386880 4047482 33554432000 4194304 4625164 140737446060096 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=19511120 CPUtime=4937.12 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 232687 0 0 0 493623 89 0 0 25 0 8 0 886293607 19979386880 4047482 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39621.6
Current children cumulated vsize (KiB) 19511120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009.9 s]
/proc/loadavg: 8.12 8.05 7.99 9/444 3790
/proc/meminfo: memFree=10405072/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=23300392 CPUtime=40000.3 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) R 3631 3633 3607 0 -1 4202496 42403795 0 0 0 3992805 7224 0 0 19 0 8 0 886293605 23859601408 4943702 33554432000 4194304 4625164 140737446060096 18446744073709551615 4390435 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 5825098 4943702 484 106 0 5820601 0
[pid=3633/tid=3635] ppid=3631 vsize=23300392 CPUtime=4977.18 cores=0-7
/proc/3633/task/3635/stat : 3635 (SArTagnan) R 3631 3633 3607 0 -1 4202560 360451 0 0 0 497656 62 0 0 20 0 8 0 886293607 23859601408 4943719 33554432000 4194304 4625164 140737446060096 18446744073709551615 4469354 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3633/tid=3636] ppid=3631 vsize=23300392 CPUtime=5000.36 cores=0-7
/proc/3633/task/3636/stat : 3636 (SArTagnan) R 3631 3633 3607 0 -1 4202560 352951 0 0 0 499861 175 0 0 25 0 8 0 886293607 23859601408 4943719 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3633/tid=3637] ppid=3631 vsize=23300392 CPUtime=5009.03 cores=0-7
/proc/3633/task/3637/stat : 3637 (SArTagnan) R 3631 3633 3607 0 -1 4202560 27605870 0 0 0 496335 4568 0 0 19 0 8 0 886293607 23859601408 4943719 33554432000 4194304 4625164 140737446060096 18446744073709551615 4278497 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=23300392 CPUtime=5009.9 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4202560 360198 0 0 0 500869 121 0 0 25 0 8 0 886293607 23859601408 4943719 33554432000 4194304 4625164 140737446060096 18446744073709551615 231895148806 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3633/tid=3639] ppid=3631 vsize=23300392 CPUtime=5009.35 cores=0-7
/proc/3633/task/3639/stat : 3639 (SArTagnan) R 3631 3633 3607 0 -1 4202560 515156 0 0 0 500854 81 0 0 25 0 8 0 886293607 23859601408 4943720 33554432000 4194304 4625164 140737446060096 18446744073709551615 231895157762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3633/tid=3640] ppid=3631 vsize=23300392 CPUtime=5001.66 cores=0-7
/proc/3633/task/3640/stat : 3640 (SArTagnan) R 3631 3633 3607 0 -1 4202560 443085 0 0 0 500085 81 0 0 25 0 8 0 886293607 23859601408 4943720 33554432000 4194304 4625164 140737446060096 18446744073709551615 4278276 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3633/tid=3641] ppid=3631 vsize=23300392 CPUtime=4984.44 cores=0-7
/proc/3633/task/3641/stat : 3641 (SArTagnan) R 3631 3633 3607 0 -1 4202560 242593 0 0 0 498354 90 0 0 25 0 8 0 886293607 23859601408 4943720 33554432000 4194304 4625164 140737446060096 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 23300392

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

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

[startup+5010.3 s]
/proc/loadavg: 8.12 8.05 7.99 9/444 3790
/proc/meminfo: memFree=10405072/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=0 CPUtime=40000.8 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) Z 3631 3633 3607 0 -1 4203548 42403817 0 0 0 3992816 7262 0 0 19 0 2 0 886293605 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 0 0 0 0 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=0 CPUtime=5010.29 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4203588 360198 0 0 0 500870 159 0 0 25 0 2 0 886293607 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 0

[startup+5010.7 s]
/proc/loadavg: 8.12 8.05 7.99 2/439 3791
/proc/meminfo: memFree=22587220/32950928 swapFree=52246700/67111528
[pid=3633] ppid=3631 vsize=0 CPUtime=40001.2 cores=0-7
/proc/3633/stat : 3633 (SArTagnan) Z 3631 3633 3607 0 -1 4203548 42403817 0 0 0 3992816 7302 0 0 19 0 2 0 886293605 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3633/statm: 0 0 0 0 0 0 0
[pid=3633/tid=3638] ppid=3631 vsize=0 CPUtime=5010.69 cores=0-7
/proc/3633/task/3638/stat : 3638 (SArTagnan) R 3631 3633 3607 0 -1 4203588 360198 0 0 0 500870 199 0 0 25 0 2 0 886293607 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40001.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.78
CPU time (s): 40001.3
CPU user time (s): 39928.2
CPU system time (s): 73.1049
CPU usage (%): 798.304
Max. virtual memory (cumulated for all children) (KiB): 30584120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39928.2
system time used= 73.1049
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42403817
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= 49940
involuntary context switches= 174428

runsolver used 19.3891 second user time and 53.9078 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-01 22:37:09
IDJOB=3439316
IDBENCH=83982
IDSOLVER=1936
FILE ID=node114/3439316-1306960629
RUNJOBID= node114-1306960629-3621
PBS_JOBID= 13497639
Free space on /tmp= 73644 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439316-1306960629/watcher-3439316-1306960629 -o /tmp/evaluation-result-3439316-1306960629/solver-3439316-1306960629 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439316-1306960629.cnf -threads=8

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

MD5SUM BENCH= 7f62d729a30ffc73b7fa61161ba43630
RANDOM SEED=481871933

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30219704 kB
Buffers:        190416 kB
Cached:         237460 kB
SwapCached:      10660 kB
Active:        2174744 kB
Inactive:       288792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30219704 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:            1172 kB
Writeback:           0 kB
AnonPages:     2033368 kB
Mapped:          20596 kB
Slab:           135152 kB
PageTables:      62240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108159528 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73644 MiB
End job on node114 at 2011-06-02 00:00:41