Trace number 3439256

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 40000.5 5009.75

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
MD5SUM731331ace9dcb7404987f98927f5c914
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables840
Number of clauses72688
Sum of the clauses size146160
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 528

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-3439256-1306960567/watcher-3439256-1306960567 -o /tmp/evaluation-result-3439256-1306960567/solver-3439256-1306960567 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439256-1306960567.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: 7.52 3.33 1.26 1/430 23751
/proc/meminfo: memFree=25039136/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=20988 CPUtime=0 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 850 0 0 0 0 0 0 0 25 0 1 0 788472357 21491712 537 33554432000 4194304 4625164 140737384371744 18446744073709551615 270338383616 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23751/statm: 5247 538 296 106 0 750 0

[startup+0.0595271 s]
/proc/loadavg: 7.52 3.33 1.26 1/430 23751
/proc/meminfo: memFree=25039136/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=430992 CPUtime=0.24 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) D 23749 23751 23686 0 -1 4202496 4638 0 0 0 23 1 0 0 18 0 8 0 788472357 441335808 3978 33554432000 4194304 4625164 140737384371744 18446744073709551615 270338081237 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 107672 4489 351 106 0 103175 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 430992

[startup+0.830969 s]
/proc/loadavg: 7.52 3.33 1.26 1/430 23751
/proc/meminfo: memFree=25039136/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=448412 CPUtime=6.18 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 25926 0 0 0 614 4 0 0 18 0 8 0 788472357 459173888 20850 33554432000 4194304 4625164 140737384371744 18446744073709551615 270338488863 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 112103 20850 364 106 0 107606 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 448412

[startup+0.904006 s]
/proc/loadavg: 7.52 3.33 1.26 1/430 23751
/proc/meminfo: memFree=25039136/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=449628 CPUtime=6.76 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 27943 0 0 0 672 4 0 0 18 0 8 0 788472357 460419072 22859 33554432000 4194304 4625164 140737384371744 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 112407 22859 384 106 0 107910 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 449628

[startup+1.00019 s]
/proc/loadavg: 7.52 3.33 1.26 1/430 23751
/proc/meminfo: memFree=25039136/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=453636 CPUtime=7.53 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 30326 0 0 0 749 4 0 0 18 0 8 0 788472357 464523264 25171 33554432000 4194304 4625164 140737384371744 18446744073709551615 4512057 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 113409 25171 403 106 0 108912 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 453636

[startup+1.50108 s]
/proc/loadavg: 7.52 3.33 1.26 1/430 23751
/proc/meminfo: memFree=25039136/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=457368 CPUtime=11.55 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 40443 0 0 0 1148 7 0 0 19 0 8 0 788472357 468344832 31477 33554432000 4194304 4625164 140737384371744 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 114342 31477 476 106 0 109845 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 457368

[startup+3.10077 s]
/proc/loadavg: 7.64 3.42 1.31 9/438 23759
/proc/meminfo: memFree=24868344/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=496344 CPUtime=24.31 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 65770 0 0 0 2419 12 0 0 24 0 8 0 788472357 508256256 46308 33554432000 4194304 4625164 140737384371744 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 124086 46308 475 106 0 119589 0
[pid=23751/tid=23753] ppid=23749 vsize=496344 CPUtime=3.07 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 6729 0 0 0 307 0 0 0 23 0 8 0 788472359 508256256 46308 33554432000 4194304 4625164 140737384371744 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=496344 CPUtime=3.02 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 6099 0 0 0 301 1 0 0 24 0 8 0 788472359 508256256 46308 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=496344 CPUtime=3.05 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 11895 0 0 0 303 2 0 0 24 0 8 0 788472359 508256256 46308 33554432000 4194304 4625164 140737384371744 18446744073709551615 270338043168 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=496344 CPUtime=2.82 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 6417 0 0 0 281 1 0 0 25 0 8 0 788472359 508256256 46308 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=496344 CPUtime=3.07 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 5733 0 0 0 306 1 0 0 25 0 8 0 788472360 508256256 46309 33554432000 4194304 4625164 140737384371744 18446744073709551615 4348858 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=496344 CPUtime=3.06 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 8053 0 0 0 305 1 0 0 25 0 8 0 788472360 508256256 46310 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351909 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=496344 CPUtime=3.06 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 3685 0 0 0 306 0 0 0 25 0 8 0 788472360 508256256 46310 33554432000 4194304 4625164 140737384371744 18446744073709551615 4352170 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.31
Current children cumulated vsize (KiB) 496344

[startup+6.30113 s]
/proc/loadavg: 7.67 3.50 1.34 9/438 23759
/proc/meminfo: memFree=24725032/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=611276 CPUtime=49.85 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 159778 0 0 0 4958 27 0 0 25 0 8 0 788472357 625946624 82013 33554432000 4194304 4625164 140737384371744 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 152819 82013 716 106 0 148322 0
[pid=23751/tid=23753] ppid=23749 vsize=611276 CPUtime=6.27 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 13916 0 0 0 626 1 0 0 25 0 8 0 788472359 625946624 82013 33554432000 4194304 4625164 140737384371744 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=611276 CPUtime=6.17 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 8450 0 0 0 616 1 0 0 25 0 8 0 788472359 625946624 82013 33554432000 4194304 4625164 140737384371744 18446744073709551615 4464012 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=611276 CPUtime=6.25 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 31576 0 0 0 619 6 0 0 25 0 8 0 788472359 625946624 82013 33554432000 4194304 4625164 140737384371744 18446744073709551615 4335121 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=611276 CPUtime=6.02 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 10518 0 0 0 600 2 0 0 25 0 8 0 788472359 625946624 82013 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=611276 CPUtime=6.26 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 8243 0 0 0 625 1 0 0 25 0 8 0 788472360 625946624 82013 33554432000 4194304 4625164 140737384371744 18446744073709551615 4349336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=611276 CPUtime=6.26 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 13155 0 0 0 624 2 0 0 25 0 8 0 788472360 625946624 82013 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=611276 CPUtime=6.26 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 6113 0 0 0 625 1 0 0 25 0 8 0 788472360 625946624 82013 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.85
Current children cumulated vsize (KiB) 611276

[startup+12.7009 s]
/proc/loadavg: 7.78 3.59 1.38 9/438 23759
/proc/meminfo: memFree=24427452/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=1009348 CPUtime=101.03 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 328725 0 0 0 10049 54 0 0 25 0 8 0 788472357 1033572352 154628 33554432000 4194304 4625164 140737384371744 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 252337 154628 1778 106 0 247840 0
[pid=23751/tid=23753] ppid=23749 vsize=1009348 CPUtime=12.69 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 20471 0 0 0 1267 2 0 0 25 0 8 0 788472359 1033572352 154633 33554432000 4194304 4625164 140737384371744 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=1009348 CPUtime=12.49 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 12871 0 0 0 1247 2 0 0 22 0 8 0 788472359 1033572352 154633 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=1009348 CPUtime=12.65 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 78314 0 0 0 1252 13 0 0 25 0 8 0 788472359 1033572352 154633 33554432000 4194304 4625164 140737384371744 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=1009348 CPUtime=12.43 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 22356 0 0 0 1239 4 0 0 25 0 8 0 788472359 1033572352 154633 33554432000 4194304 4625164 140737384371744 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=1009348 CPUtime=12.68 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 16115 0 0 0 1265 3 0 0 25 0 8 0 788472360 1033572352 154633 33554432000 4194304 4625164 140737384371744 18446744073709551615 4436872 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=1009348 CPUtime=12.68 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 21138 0 0 0 1264 4 0 0 25 0 8 0 788472360 1033572352 154633 33554432000 4194304 4625164 140737384371744 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=1009348 CPUtime=12.67 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 7199 0 0 0 1266 1 0 0 25 0 8 0 788472360 1033572352 154633 33554432000 4194304 4625164 140737384371744 18446744073709551615 4352170 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.03
Current children cumulated vsize (KiB) 1009348

[startup+25.5003 s]
/proc/loadavg: 7.81 3.74 1.45 9/438 23759
/proc/meminfo: memFree=24131516/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=1319448 CPUtime=203.14 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 517165 0 0 0 20231 83 0 0 25 0 8 0 788472357 1351114752 230555 33554432000 4194304 4625164 140737384371744 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 329862 230555 2000 106 0 325365 0
[pid=23751/tid=23753] ppid=23749 vsize=1319448 CPUtime=25.46 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 22229 0 0 0 2544 2 0 0 25 0 8 0 788472359 1351114752 230555 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=1319448 CPUtime=25.2 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 18889 0 0 0 2517 3 0 0 25 0 8 0 788472359 1351114752 230555 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=1319448 CPUtime=25.32 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 133236 0 0 0 2510 22 0 0 20 0 8 0 788472359 1351114752 230555 33554432000 4194304 4625164 140737384371744 18446744073709551615 4278657 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=1319448 CPUtime=25.22 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 32341 0 0 0 2516 6 0 0 25 0 8 0 788472359 1351114752 230555 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=1319448 CPUtime=25.45 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 25041 0 0 0 2541 4 0 0 25 0 8 0 788472360 1351114752 230555 33554432000 4194304 4625164 140737384371744 18446744073709551615 4349015 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=1319448 CPUtime=25.47 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 41176 0 0 0 2540 7 0 0 25 0 8 0 788472360 1351114752 230555 33554432000 4194304 4625164 140737384371744 18446744073709551615 4469816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=1319448 CPUtime=25.46 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 7527 0 0 0 2544 2 0 0 20 0 8 0 788472360 1351114752 230555 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.14
Current children cumulated vsize (KiB) 1319448

[startup+51.1012 s]
/proc/loadavg: 7.87 4.08 1.63 9/438 23760
/proc/meminfo: memFree=23646836/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=2018096 CPUtime=407.48 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 1020300 0 0 0 40598 150 0 0 25 0 8 0 788472357 2066530304 350298 33554432000 4194304 4625164 140737384371744 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 504524 350298 958 106 0 500027 0
[pid=23751/tid=23753] ppid=23749 vsize=2018096 CPUtime=51.06 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 48543 0 0 0 5100 6 0 0 25 0 8 0 788472359 2066530304 350298 33554432000 4194304 4625164 140737384371744 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=2018096 CPUtime=50.79 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 23579 0 0 0 5074 5 0 0 25 0 8 0 788472359 2066530304 350298 33554432000 4194304 4625164 140737384371744 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=2018096 CPUtime=50.52 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 276269 0 0 0 5009 43 0 0 25 0 8 0 788472359 2066530304 350298 33554432000 4194304 4625164 140737384371744 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=2018096 CPUtime=50.81 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 50805 0 0 0 5073 8 0 0 25 0 8 0 788472359 2066530304 350298 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=2018096 CPUtime=51.05 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 36502 0 0 0 5098 7 0 0 25 0 8 0 788472360 2066530304 350298 33554432000 4194304 4625164 140737384371744 18446744073709551615 4374840 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=2018096 CPUtime=51.05 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 63895 0 0 0 5096 9 0 0 25 0 8 0 788472360 2066530304 350298 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=2018096 CPUtime=51.03 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 15482 0 0 0 5100 3 0 0 25 0 8 0 788472360 2066530304 350298 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.48
Current children cumulated vsize (KiB) 2018096

[startup+102.301 s]
/proc/loadavg: 7.95 4.73 1.99 9/438 23761
/proc/meminfo: memFree=23014496/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=2831708 CPUtime=816.27 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 1722987 0 0 0 81363 264 0 0 25 0 8 0 788472357 2899668992 508842 33554432000 4194304 4625164 140737384371744 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 707927 508842 661 106 0 703430 0
[pid=23751/tid=23753] ppid=23749 vsize=2831708 CPUtime=102.27 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 53091 0 0 0 10219 8 0 0 25 0 8 0 788472359 2899668992 508842 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=2831708 CPUtime=101.97 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 38798 0 0 0 10188 9 0 0 25 0 8 0 788472359 2899668992 508842 33554432000 4194304 4625164 140737384371744 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=2831708 CPUtime=100.96 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 594411 0 0 0 10000 96 0 0 25 0 8 0 788472359 2899668992 508842 33554432000 4194304 4625164 140737384371744 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0

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

[pid=23751/tid=23755] ppid=23749 vsize=6248996 CPUtime=4593.21 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 27758035 0 0 0 454139 5182 0 0 25 0 8 0 788472359 6398971904 1233367 33554432000 4194304 4625164 140737384371744 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=6248996 CPUtime=4662.23 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 173706 0 0 0 466191 32 0 0 25 0 8 0 788472359 6398971904 1233367 33554432000 4194304 4625164 140737384371744 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=6248996 CPUtime=4661.71 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 119347 0 0 0 466143 28 0 0 25 0 8 0 788472360 6398971904 1233367 33554432000 4194304 4625164 140737384371744 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=6248996 CPUtime=4662.25 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 213444 0 0 0 466189 36 0 0 25 0 8 0 788472360 6398971904 1233367 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=6248996 CPUtime=4662.42 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 77543 0 0 0 466215 27 0 0 25 0 8 0 788472360 6398971904 1233367 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37227.6
Current children cumulated vsize (KiB) 6248996

[startup+4722.3 s]
/proc/loadavg: 8.10 8.07 8.00 9/438 23897
/proc/meminfo: memFree=20088888/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=6253720 CPUtime=37706.7 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 32121601 0 0 0 3764718 5954 0 0 25 0 8 0 788472357 6403809280 1235081 33554432000 4194304 4625164 140737384371744 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 1563430 1235081 352 106 0 1558933 0
[pid=23751/tid=23753] ppid=23749 vsize=6253720 CPUtime=4722.48 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 122240 0 0 0 472225 23 0 0 25 0 8 0 788472359 6403809280 1235081 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=6253720 CPUtime=4722.1 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 132420 0 0 0 472163 47 0 0 25 0 8 0 788472359 6403809280 1235081 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=6253720 CPUtime=4652.31 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 27759378 0 0 0 460048 5183 0 0 25 0 8 0 788472359 6403809280 1235081 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=6253720 CPUtime=4722.23 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 173739 0 0 0 472191 32 0 0 25 0 8 0 788472359 6403809280 1235081 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=6253720 CPUtime=4721.71 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 119352 0 0 0 472143 28 0 0 25 0 8 0 788472360 6403809280 1235081 33554432000 4194304 4625164 140737384371744 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=6253720 CPUtime=4722.25 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 213657 0 0 0 472189 36 0 0 25 0 8 0 788472360 6403809280 1235081 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=6253720 CPUtime=4722.42 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 77605 0 0 0 472215 27 0 0 25 0 8 0 788472360 6403809280 1235081 33554432000 4194304 4625164 140737384371744 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37706.7
Current children cumulated vsize (KiB) 6253720

[startup+4782.3 s]
/proc/loadavg: 8.10 8.07 8.00 9/438 23898
/proc/meminfo: memFree=20081356/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=6259524 CPUtime=38185.9 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 32123392 0 0 0 3812638 5954 0 0 25 0 8 0 788472357 6409752576 1236860 33554432000 4194304 4625164 140737384371744 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 1564881 1236860 352 106 0 1560384 0
[pid=23751/tid=23753] ppid=23749 vsize=6259524 CPUtime=4782.49 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 122302 0 0 0 478226 23 0 0 25 0 8 0 788472359 6409752576 1236860 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=6259524 CPUtime=4782.12 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 132443 0 0 0 478165 47 0 0 25 0 8 0 788472359 6409752576 1236860 33554432000 4194304 4625164 140737384371744 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=6259524 CPUtime=4711.42 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 27760929 0 0 0 465959 5183 0 0 25 0 8 0 788472359 6409752576 1236860 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=6259524 CPUtime=4782.25 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 173777 0 0 0 478193 32 0 0 25 0 8 0 788472359 6409752576 1236860 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=6259524 CPUtime=4781.73 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 119357 0 0 0 478145 28 0 0 25 0 8 0 788472360 6409752576 1236860 33554432000 4194304 4625164 140737384371744 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=6259524 CPUtime=4782.27 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 213691 0 0 0 478191 36 0 0 25 0 8 0 788472360 6409752576 1236860 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=6259524 CPUtime=4782.44 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 77659 0 0 0 478217 27 0 0 25 0 8 0 788472360 6409752576 1236860 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38185.9
Current children cumulated vsize (KiB) 6259524

[startup+4842.3 s]
/proc/loadavg: 8.09 8.07 8.00 9/438 23900
/proc/meminfo: memFree=20080156/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=6259524 CPUtime=38664.9 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 32123776 0 0 0 3860539 5955 0 0 25 0 8 0 788472357 6409752576 1237224 33554432000 4194304 4625164 140737384371744 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 1564881 1237224 352 106 0 1560384 0
[pid=23751/tid=23753] ppid=23749 vsize=6259524 CPUtime=4842.48 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 122345 0 0 0 484225 23 0 0 25 0 8 0 788472359 6409752576 1237224 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=6259524 CPUtime=4842.1 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 132463 0 0 0 484163 47 0 0 25 0 8 0 788472359 6409752576 1237224 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=6259524 CPUtime=4770.51 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 27761057 0 0 0 471868 5183 0 0 25 0 8 0 788472359 6409752576 1237224 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=6259524 CPUtime=4842.24 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 173811 0 0 0 484192 32 0 0 25 0 8 0 788472359 6409752576 1237224 33554432000 4194304 4625164 140737384371744 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=6259524 CPUtime=4841.72 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 119371 0 0 0 484144 28 0 0 25 0 8 0 788472360 6409752576 1237224 33554432000 4194304 4625164 140737384371744 18446744073709551615 4329690 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=6259524 CPUtime=4842.25 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 213724 0 0 0 484189 36 0 0 25 0 8 0 788472360 6409752576 1237224 33554432000 4194304 4625164 140737384371744 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=6259524 CPUtime=4842.42 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 77731 0 0 0 484215 27 0 0 25 0 8 0 788472360 6409752576 1237224 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38664.9
Current children cumulated vsize (KiB) 6259524

[startup+4902.32 s]
/proc/loadavg: 8.08 8.07 8.00 9/438 23901
/proc/meminfo: memFree=20075360/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=6260220 CPUtime=39144.2 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 32125025 0 0 0 3908462 5956 0 0 25 0 8 0 788472357 6410465280 1238437 33554432000 4194304 4625164 140737384371744 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 1565055 1238437 352 106 0 1560558 0
[pid=23751/tid=23753] ppid=23749 vsize=6260220 CPUtime=4902.5 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 122388 0 0 0 490227 23 0 0 25 0 8 0 788472359 6410465280 1238437 33554432000 4194304 4625164 140737384371744 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=6260220 CPUtime=4902.12 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 132511 0 0 0 490165 47 0 0 25 0 8 0 788472359 6410465280 1238437 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=6260220 CPUtime=4829.64 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 27761393 0 0 0 477780 5184 0 0 25 0 8 0 788472359 6410465280 1238437 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=6260220 CPUtime=4902.26 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 173851 0 0 0 490194 32 0 0 25 0 8 0 788472359 6410465280 1238437 33554432000 4194304 4625164 140737384371744 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=6260220 CPUtime=4901.74 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 119379 0 0 0 490146 28 0 0 25 0 8 0 788472360 6410465280 1238437 33554432000 4194304 4625164 140737384371744 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=6260220 CPUtime=4902.27 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 214129 0 0 0 490191 36 0 0 25 0 8 0 788472360 6410465280 1238437 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=6260220 CPUtime=4902.44 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 77770 0 0 0 490217 27 0 0 25 0 8 0 788472360 6410465280 1238437 33554432000 4194304 4625164 140737384371744 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39144.2
Current children cumulated vsize (KiB) 6260220

[startup+4962.3 s]
/proc/loadavg: 8.09 8.07 8.00 9/438 23903
/proc/meminfo: memFree=20040792/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=6265176 CPUtime=39623.2 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 32215768 0 0 0 3956344 5972 0 0 25 0 8 0 788472357 6415540224 1246794 33554432000 4194304 4625164 140737384371744 18446744073709551615 4338090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 1566294 1246794 459 106 0 1561797 0
[pid=23751/tid=23753] ppid=23749 vsize=6265176 CPUtime=4962.49 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 122418 0 0 0 496226 23 0 0 25 0 8 0 788472359 6415540224 1246794 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=6265176 CPUtime=4962.11 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 132533 0 0 0 496164 47 0 0 25 0 8 0 788472359 6415540224 1246794 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=6265176 CPUtime=4888.73 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 27851051 0 0 0 483673 5200 0 0 25 0 8 0 788472359 6415540224 1246794 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=6265176 CPUtime=4962.24 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 173884 0 0 0 496192 32 0 0 25 0 8 0 788472359 6415540224 1246794 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=6265176 CPUtime=4961.72 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 119388 0 0 0 496144 28 0 0 25 0 8 0 788472360 6415540224 1246794 33554432000 4194304 4625164 140737384371744 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=6265176 CPUtime=4962.26 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 214256 0 0 0 496190 36 0 0 25 0 8 0 788472360 6415540224 1246794 33554432000 4194304 4625164 140737384371744 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=6265176 CPUtime=4962.43 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 77795 0 0 0 496216 27 0 0 25 0 8 0 788472360 6415540224 1246794 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39623.2
Current children cumulated vsize (KiB) 6265176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009.5 s]
/proc/loadavg: 8.11 8.07 8.00 9/438 23904
/proc/meminfo: memFree=20057852/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=6265176 CPUtime=40000.1 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) R 23749 23751 23686 0 -1 4202496 32647049 0 0 0 3993964 6051 0 0 25 0 8 0 788472357 6415540224 1242801 33554432000 4194304 4625164 140737384371744 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 1566294 1242801 360 106 0 1561797 0
[pid=23751/tid=23753] ppid=23749 vsize=6265176 CPUtime=5009.7 cores=0-7
/proc/23751/task/23753/stat : 23753 (SArTagnan) R 23749 23751 23686 0 -1 4202560 122455 0 0 0 500947 23 0 0 25 0 8 0 788472359 6415540224 1242801 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23751/tid=23754] ppid=23749 vsize=6265176 CPUtime=5009.33 cores=0-7
/proc/23751/task/23754/stat : 23754 (SArTagnan) R 23749 23751 23686 0 -1 4202560 132551 0 0 0 500886 47 0 0 25 0 8 0 788472359 6415540224 1242801 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=6265176 CPUtime=4935.23 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4202560 28281327 0 0 0 488245 5278 0 0 25 0 8 0 788472359 6415540224 1242801 33554432000 4194304 4625164 140737384371744 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23751/tid=23756] ppid=23749 vsize=6265176 CPUtime=5009.46 cores=0-7
/proc/23751/task/23756/stat : 23756 (SArTagnan) R 23749 23751 23686 0 -1 4202560 173908 0 0 0 500914 32 0 0 25 0 8 0 788472359 6415540224 1242801 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23751/tid=23757] ppid=23749 vsize=6265176 CPUtime=5008.94 cores=0-7
/proc/23751/task/23757/stat : 23757 (SArTagnan) R 23749 23751 23686 0 -1 4202560 119394 0 0 0 500866 28 0 0 25 0 8 0 788472360 6415540224 1242801 33554432000 4194304 4625164 140737384371744 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23751/tid=23758] ppid=23749 vsize=6265176 CPUtime=5009.48 cores=0-7
/proc/23751/task/23758/stat : 23758 (SArTagnan) R 23749 23751 23686 0 -1 4202560 214367 0 0 0 500912 36 0 0 25 0 8 0 788472360 6415540224 1242801 33554432000 4194304 4625164 140737384371744 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23751/tid=23759] ppid=23749 vsize=6265176 CPUtime=5009.65 cores=0-7
/proc/23751/task/23759/stat : 23759 (SArTagnan) R 23749 23751 23686 0 -1 4202560 77823 0 0 0 500938 27 0 0 25 0 8 0 788472360 6415540224 1242801 33554432000 4194304 4625164 140737384371744 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 6265176

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

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

[startup+5009.7 s]
/proc/loadavg: 8.11 8.07 8.00 9/438 23904
/proc/meminfo: memFree=20057852/32951124 swapFree=50923800/67111528
[pid=23751] ppid=23749 vsize=0 CPUtime=40000.4 cores=0-7
/proc/23751/stat : 23751 (SArTagnan) Z 23749 23751 23686 0 -1 4203548 32647106 0 0 0 3993971 6068 0 0 25 0 2 0 788472357 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23751/statm: 0 0 0 0 0 0 0
[pid=23751/tid=23755] ppid=23749 vsize=0 CPUtime=4935.41 cores=0-7
/proc/23751/task/23755/stat : 23755 (SArTagnan) R 23749 23751 23686 0 -1 4203588 28281384 0 0 0 488245 5296 0 0 25 0 2 0 788472359 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5009.75
CPU time (s): 40000.5
CPU user time (s): 39939.7
CPU system time (s): 60.7378
CPU usage (%): 798.452
Max. virtual memory (cumulated for all children) (KiB): 6453708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39939.7
system time used= 60.7378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32647106
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= 10323
involuntary context switches= 182727

runsolver used 18.6512 second user time and 55.9035 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-01 22:36:07
IDJOB=3439256
IDBENCH=83907
IDSOLVER=1936
FILE ID=node143/3439256-1306960567
RUNJOBID= node143-1306960404-23700
PBS_JOBID= 13497608
Free space on /tmp= 73872 MiB

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

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

MD5SUM BENCH= 731331ace9dcb7404987f98927f5c914
RANDOM SEED=657689543

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25039416 kB
Buffers:        186876 kB
Cached:         243764 kB
SwapCached:       9140 kB
Active:        7318500 kB
Inactive:       321048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25039416 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:            1176 kB
Writeback:           0 kB
AnonPages:     7206232 kB
Mapped:          21220 kB
Slab:           121568 kB
PageTables:      79748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115656140 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= 73872 MiB
End job on node143 at 2011-06-01 23:59:39