Trace number 3386370

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) 3919.62 1300.09

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications 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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386370-1305582680/watcher-3386370-1305582680 -o /tmp/evaluation-result-3386370-1305582680/solver-3386370-1305582680 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386370-1305582680.cnf -threads=4 

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

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


[startup+0 s]
/proc/loadavg: 7.78 9.57 10.07 4/387 6842
/proc/meminfo: memFree=17871212/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=22616 CPUtime=0 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 1386 0 0 0 0 0 0 0 23 0 1 0 669865935 23158784 1324 33554432000 4194304 4625164 140737118693104 18446744073709551615 4315093 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6842/statm: 5654 1326 291 106 0 1157 0

[startup+0.088308 s]
/proc/loadavg: 7.78 9.57 10.07 4/387 6842
/proc/meminfo: memFree=17871212/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=66160 CPUtime=0.08 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 9305 0 0 0 7 1 0 0 23 0 1 0 669865935 67747840 7008 33554432000 4194304 4625164 140737118693104 18446744073709551615 271550537472 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6842/statm: 16540 7008 299 106 0 12043 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 66160

[startup+0.100307 s]
/proc/loadavg: 7.78 9.57 10.07 4/387 6842
/proc/meminfo: memFree=17871212/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=68588 CPUtime=0.09 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 9860 0 0 0 8 1 0 0 23 0 1 0 669865935 70234112 7564 33554432000 4194304 4625164 140737118693104 18446744073709551615 271550235093 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6842/statm: 17147 7585 299 106 0 12650 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 68588

[startup+0.300271 s]
/proc/loadavg: 7.78 9.57 10.07 4/387 6842
/proc/meminfo: memFree=17871212/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=82484 CPUtime=0.29 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 19143 0 0 0 26 3 0 0 25 0 1 0 669865935 84463616 11213 33554432000 4194304 4625164 140737118693104 18446744073709551615 271550198469 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6842/statm: 20621 11214 299 106 0 16124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82484

[startup+0.700211 s]
/proc/loadavg: 7.78 9.57 10.07 4/387 6842
/proc/meminfo: memFree=17871212/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=113024 CPUtime=0.69 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 35529 0 0 0 64 5 0 0 25 0 1 0 669865935 115736576 18785 33554432000 4194304 4625164 140737118693104 18446744073709551615 4298796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6842/statm: 28256 18801 301 106 0 23759 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113024

[startup+1.50102 s]
/proc/loadavg: 7.78 9.57 10.07 8/394 6853
/proc/meminfo: memFree=17591872/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=515556 CPUtime=2.96 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 79320 0 0 0 286 10 0 0 18 0 4 0 669865935 527929344 60041 33554432000 4194304 4625164 140737118693104 18446744073709551615 4498958 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6842/statm: 128889 60041 333 106 0 124392 0
[pid=6842/tid=6845] ppid=6840 vsize=515556 CPUtime=0.7 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 4065 0 0 0 70 0 0 0 25 0 4 0 669866010 527929344 60041 33554432000 4194304 4625164 140737118693104 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=515556 CPUtime=0.73 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 3895 0 0 0 73 0 0 0 25 0 4 0 669866010 527929344 60041 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=515556 CPUtime=0.1 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 2554 0 0 0 10 0 0 0 25 0 4 0 669866010 527929344 60041 33554432000 4194304 4625164 140737118693104 18446744073709551615 271550580919 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 515556

[startup+3.10073 s]
/proc/loadavg: 7.80 9.55 10.06 8/394 6853
/proc/meminfo: memFree=17494036/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=521032 CPUtime=7.75 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 86559 0 0 0 764 11 0 0 20 0 4 0 669865935 533536768 63625 33554432000 4194304 4625164 140737118693104 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6842/statm: 130258 63625 335 106 0 125761 0
[pid=6842/tid=6845] ppid=6840 vsize=521032 CPUtime=2.3 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 4089 0 0 0 230 0 0 0 25 0 4 0 669866010 533536768 63625 33554432000 4194304 4625164 140737118693104 18446744073709551615 4487037 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=521032 CPUtime=2.33 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 3905 0 0 0 233 0 0 0 25 0 4 0 669866010 533536768 63625 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317228 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=521032 CPUtime=0.8 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 5958 0 0 0 79 1 0 0 25 0 4 0 669866010 533536768 63625 33554432000 4194304 4625164 140737118693104 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 521032

[startup+6.30115 s]
/proc/loadavg: 7.80 9.55 10.06 11/397 6856
/proc/meminfo: memFree=17160304/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=541696 CPUtime=17.31 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 107512 0 0 0 1717 14 0 0 25 0 4 0 669865935 554696704 73696 33554432000 4194304 4625164 140737118693104 18446744073709551615 4390609 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6842/statm: 135424 73696 347 106 0 130927 0
[pid=6842/tid=6845] ppid=6840 vsize=541696 CPUtime=5.5 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 5994 0 0 0 550 0 0 0 25 0 4 0 669866010 554696704 73696 33554432000 4194304 4625164 140737118693104 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=541696 CPUtime=5.53 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 5847 0 0 0 553 0 0 0 25 0 4 0 669866010 554696704 73696 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=541696 CPUtime=2.4 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 5958 0 0 0 239 1 0 0 25 0 4 0 669866010 554696704 73696 33554432000 4194304 4625164 140737118693104 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.31
Current children cumulated vsize (KiB) 541696

[startup+12.701 s]
/proc/loadavg: 8.14 9.56 10.05 11/397 6856
/proc/meminfo: memFree=17131820/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=541696 CPUtime=36.42 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 108590 0 0 0 3628 14 0 0 25 0 4 0 669865935 554696704 74692 33554432000 4194304 4625164 140737118693104 18446744073709551615 4390553 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6842/statm: 135424 74692 347 106 0 130927 0
[pid=6842/tid=6845] ppid=6840 vsize=541696 CPUtime=11.9 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 6038 0 0 0 1190 0 0 0 25 0 4 0 669866010 554696704 74692 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317551 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=541696 CPUtime=11.93 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 5847 0 0 0 1193 0 0 0 25 0 4 0 669866010 554696704 74692 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=541696 CPUtime=5.52 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 5958 0 0 0 551 1 0 0 25 0 4 0 669866010 554696704 74692 33554432000 4194304 4625164 140737118693104 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 36.42
Current children cumulated vsize (KiB) 541696

[startup+25.5007 s]
/proc/loadavg: 8.50 9.59 10.06 12/397 6856
/proc/meminfo: memFree=17107684/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=541696 CPUtime=74.65 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 109534 0 0 0 7451 14 0 0 25 0 4 0 669865935 554696704 75583 33554432000 4194304 4625164 140737118693104 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6842/statm: 135424 75583 347 106 0 130927 0
[pid=6842/tid=6845] ppid=6840 vsize=541696 CPUtime=24.7 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 6138 0 0 0 2470 0 0 0 25 0 4 0 669866010 554696704 75583 33554432000 4194304 4625164 140737118693104 18446744073709551615 4339960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=541696 CPUtime=24.73 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 5912 0 0 0 2473 0 0 0 25 0 4 0 669866010 554696704 75583 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=541696 CPUtime=11.86 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 5958 0 0 0 1185 1 0 0 25 0 4 0 669866010 554696704 75583 33554432000 4194304 4625164 140737118693104 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 74.65
Current children cumulated vsize (KiB) 541696

[startup+51.101 s]
/proc/loadavg: 9.09 9.64 10.06 11/397 6857
/proc/meminfo: memFree=17101280/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=541696 CPUtime=151.13 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 111533 0 0 0 15098 15 0 0 25 0 4 0 669865935 554696704 77331 33554432000 4194304 4625164 140737118693104 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6842/statm: 135424 77331 347 106 0 130927 0
[pid=6842/tid=6845] ppid=6840 vsize=541696 CPUtime=50.29 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 7209 0 0 0 5029 0 0 0 25 0 4 0 669866010 554696704 77331 33554432000 4194304 4625164 140737118693104 18446744073709551615 4465392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=541696 CPUtime=50.33 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 6125 0 0 0 5033 0 0 0 25 0 4 0 669866010 554696704 77331 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=541696 CPUtime=24.5 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 5958 0 0 0 2449 1 0 0 25 0 4 0 669866010 554696704 77331 33554432000 4194304 4625164 140737118693104 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 151.13
Current children cumulated vsize (KiB) 541696

[startup+102.315 s]
/proc/loadavg: 9.98 9.79 10.09 11/397 6858
/proc/meminfo: memFree=17044436/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=568572 CPUtime=304.12 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 195991 0 0 0 30385 27 0 0 25 0 4 0 669865935 582217728 91011 33554432000 4194304 4625164 140737118693104 18446744073709551615 4390589 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6842/statm: 142143 91011 428 106 0 137646 0
[pid=6842/tid=6845] ppid=6840 vsize=568572 CPUtime=101.51 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 8942 0 0 0 10150 1 0 0 25 0 4 0 669866010 582217728 91011 33554432000 4194304 4625164 140737118693104 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=568572 CPUtime=101.54 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 6572 0 0 0 10154 0 0 0 25 0 4 0 669866010 582217728 91011 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317551 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=568572 CPUtime=49.79 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 74443 0 0 0 4969 10 0 0 25 0 4 0 669866010 582217728 91011 33554432000 4194304 4625164 140737118693104 18446744073709551615 271550234951 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 304.12
Current children cumulated vsize (KiB) 568572

[startup+162.301 s]
/proc/loadavg: 10.19 9.88 10.10 11/397 6860
/proc/meminfo: memFree=16974232/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=593212 CPUtime=483.33 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 316451 0 0 0 48286 47 0 0 25 0 4 0 669865935 607449088 104061 33554432000 4194304 4625164 140737118693104 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6842/statm: 148303 104061 593 106 0 143806 0
[pid=6842/tid=6845] ppid=6840 vsize=593212 CPUtime=161.5 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 15565 0 0 0 16148 2 0 0 25 0 4 0 669866010 607449088 104061 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=593212 CPUtime=161.53 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 6574 0 0 0 16153 0 0 0 25 0 4 0 669866010 607449088 104061 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=593212 CPUtime=79.38 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 179056 0 0 0 7911 27 0 0 25 0 4 0 669866010 607449088 104061 33554432000 4194304 4625164 140737118693104 18446744073709551615 4352549 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 483.33
Current children cumulated vsize (KiB) 593212

[startup+222.301 s]
/proc/loadavg: 10.37 9.98 10.11 11/397 6861
/proc/meminfo: memFree=16843020/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=745124 CPUtime=662.56 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 430311 0 0 0 66193 63 0 0 25 0 4 0 669865935 763006976 134093 33554432000 4194304 4625164 140737118693104 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6842/statm: 186281 134093 844 106 0 181784 0
[pid=6842/tid=6845] ppid=6840 vsize=745124 CPUtime=215.9 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 15685 0 0 0 21588 2 0 0 25 0 4 0 669866010 763006976 134093 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317940 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=745124 CPUtime=221.53 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 6574 0 0 0 22153 0 0 0 25 0 4 0 669866010 763006976 134093 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=745124 CPUtime=109.08 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 272170 0 0 0 10868 40 0 0 25 0 4 0 669866010 763006976 134093 33554432000 4194304 4625164 140737118693104 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 662.56
Current children cumulated vsize (KiB) 745124

[startup+282.301 s]

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

[pid=6842] ppid=6840 vsize=1494108 CPUtime=2096.48 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 1771171 0 0 0 209376 272 0 0 25 0 4 0 669865935 1529966592 290179 33554432000 4194304 4625164 140737118693104 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6842/statm: 373527 290179 517 106 0 369030 0
[pid=6842/tid=6845] ppid=6840 vsize=1494108 CPUtime=471.45 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 100862 0 0 0 47129 16 0 0 25 0 4 0 669866010 1529966592 290179 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=1494108 CPUtime=605.84 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 83844 0 0 0 60574 10 0 0 25 0 4 0 669866010 1529966592 290179 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=1494108 CPUtime=506.38 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 1256495 0 0 0 50441 197 0 0 25 0 4 0 669866010 1529966592 290179 33554432000 4194304 4625164 140737118693104 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2096.48
Current children cumulated vsize (KiB) 1494108

[startup+762.315 s]
/proc/loadavg: 10.27 10.21 10.16 11/397 6885
/proc/meminfo: memFree=16003988/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=1556444 CPUtime=2275.76 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 1929256 0 0 0 227278 298 0 0 25 0 4 0 669865935 1593798656 298841 33554432000 4194304 4625164 140737118693104 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6842/statm: 389111 298841 517 106 0 384614 0
[pid=6842/tid=6845] ppid=6840 vsize=1556444 CPUtime=501.44 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 100862 0 0 0 50128 16 0 0 25 0 4 0 669866010 1593798656 298841 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317551 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=1556444 CPUtime=665.85 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 83844 0 0 0 66575 10 0 0 25 0 4 0 669866010 1593798656 298841 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=1556444 CPUtime=565.63 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 1378911 0 0 0 56345 218 0 0 25 0 4 0 669866010 1593798656 298841 33554432000 4194304 4625164 140737118693104 18446744073709551615 4469479 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2275.76
Current children cumulated vsize (KiB) 1556444

[startup+822.301 s]
/proc/loadavg: 10.51 10.29 10.19 11/397 6889
/proc/meminfo: memFree=15949976/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=1621980 CPUtime=2454.96 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 2036530 0 0 0 245182 314 0 0 25 0 4 0 669865935 1660907520 311944 33554432000 4194304 4625164 140737118693104 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6842/statm: 405495 311944 517 106 0 400998 0
[pid=6842/tid=6845] ppid=6840 vsize=1621980 CPUtime=531.44 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 100862 0 0 0 53128 16 0 0 25 0 4 0 669866010 1660907520 311944 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=1621980 CPUtime=725.84 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 89003 0 0 0 72573 11 0 0 25 0 4 0 669866010 1660907520 311944 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317294 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=1621980 CPUtime=624.87 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 1479020 0 0 0 62253 234 0 0 25 0 4 0 669866010 1660907520 311944 33554432000 4194304 4625164 140737118693104 18446744073709551615 4335146 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2454.96
Current children cumulated vsize (KiB) 1621980

[startup+882.3 s]
/proc/loadavg: 10.23 10.25 10.18 11/397 6891
/proc/meminfo: memFree=15923268/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=1648100 CPUtime=2634.19 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 2117127 0 0 0 263093 326 0 0 25 0 4 0 669865935 1687654400 316727 33554432000 4194304 4625164 140737118693104 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6842/statm: 412025 316727 501 106 0 407528 0
[pid=6842/tid=6845] ppid=6840 vsize=1648100 CPUtime=561.43 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 100862 0 0 0 56127 16 0 0 25 0 4 0 669866010 1687654400 316727 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=1648100 CPUtime=785.84 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 93299 0 0 0 78572 12 0 0 25 0 4 0 669866010 1687654400 316727 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=1648100 CPUtime=684.1 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 1531199 0 0 0 68168 242 0 0 25 0 4 0 669866010 1687654400 316727 33554432000 4194304 4625164 140737118693104 18446744073709551615 271550204930 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2634.19
Current children cumulated vsize (KiB) 1648100

[startup+942.3 s]
/proc/loadavg: 10.16 10.22 10.18 11/397 6893
/proc/meminfo: memFree=15894724/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=1648100 CPUtime=2813.43 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 2120774 0 0 0 281017 326 0 0 25 0 4 0 669865935 1687654400 320107 33554432000 4194304 4625164 140737118693104 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6842/statm: 412025 320107 501 106 0 407528 0
[pid=6842/tid=6845] ppid=6840 vsize=1648100 CPUtime=591.43 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 101059 0 0 0 59127 16 0 0 25 0 4 0 669866010 1687654400 320107 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=1648100 CPUtime=845.84 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 93299 0 0 0 84572 12 0 0 25 0 4 0 669866010 1687654400 320107 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=1648100 CPUtime=743.35 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 1531277 0 0 0 74093 242 0 0 25 0 4 0 669866010 1687654400 320107 33554432000 4194304 4625164 140737118693104 18446744073709551615 4554645 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2813.43
Current children cumulated vsize (KiB) 1648100

[startup+1002.3 s]
/proc/loadavg: 10.16 10.21 10.17 11/397 6894
/proc/meminfo: memFree=15850184/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=1648100 CPUtime=2992.67 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 2128428 0 0 0 298939 328 0 0 25 0 4 0 669865935 1687654400 327577 33554432000 4194304 4625164 140737118693104 18446744073709551615 4509115 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6842/statm: 412025 327577 501 106 0 407528 0
[pid=6842/tid=6845] ppid=6840 vsize=1648100 CPUtime=621.42 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 101244 0 0 0 62126 16 0 0 25 0 4 0 669866010 1687654400 327577 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=1648100 CPUtime=905.84 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 94569 0 0 0 90572 12 0 0 25 0 4 0 669866010 1687654400 327577 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=1648100 CPUtime=802.57 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 1533854 0 0 0 80015 242 0 0 25 0 4 0 669866010 1687654400 327577 33554432000 4194304 4625164 140737118693104 18446744073709551615 4579312 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2992.67
Current children cumulated vsize (KiB) 1648100

[startup+1062.3 s]
/proc/loadavg: 10.06 10.17 10.16 11/397 6896
/proc/meminfo: memFree=15648392/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=1841904 CPUtime=3171.91 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 2236332 0 0 0 316848 343 0 0 25 0 4 0 669865935 1886109696 376638 33554432000 4194304 4625164 140737118693104 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6842/statm: 460476 376638 369 106 0 455979 0
[pid=6842/tid=6845] ppid=6840 vsize=1841904 CPUtime=651.38 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 144093 0 0 0 65117 21 0 0 25 0 4 0 669866010 1886109696 376638 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=1841904 CPUtime=965.84 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 94569 0 0 0 96572 12 0 0 25 0 4 0 669866010 1886109696 376638 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=1841904 CPUtime=861.82 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 1561600 0 0 0 85935 247 0 0 25 0 4 0 669866010 1886109696 376638 33554432000 4194304 4625164 140737118693104 18446744073709551615 4334910 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3171.91
Current children cumulated vsize (KiB) 1841904

[startup+1122.3 s]
/proc/loadavg: 10.22 10.18 10.17 11/397 6897
/proc/meminfo: memFree=15596768/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=1890076 CPUtime=3351.16 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 2250953 0 0 0 334770 346 0 0 25 0 4 0 669865935 1935437824 387254 33554432000 4194304 4625164 140737118693104 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6842/statm: 472519 387254 406 106 0 468022 0
[pid=6842/tid=6845] ppid=6840 vsize=1890076 CPUtime=681.39 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 151352 0 0 0 68117 22 0 0 25 0 4 0 669866010 1935437824 387254 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=1890076 CPUtime=1025.84 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 94569 0 0 0 102572 12 0 0 25 0 4 0 669866010 1935437824 387254 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=1890076 CPUtime=921.05 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 1567470 0 0 0 91857 248 0 0 25 0 4 0 669866010 1935437824 387254 33554432000 4194304 4625164 140737118693104 18446744073709551615 4547365 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3351.16
Current children cumulated vsize (KiB) 1890076

[startup+1182.3 s]
/proc/loadavg: 10.27 10.20 10.17 11/397 6899
/proc/meminfo: memFree=15518240/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=2030260 CPUtime=3530.4 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 2313139 0 0 0 352685 355 0 0 25 0 4 0 669865935 2078986240 401274 33554432000 4194304 4625164 140737118693104 18446744073709551615 4512054 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6842/statm: 507565 401274 406 106 0 503068 0
[pid=6842/tid=6845] ppid=6840 vsize=2030260 CPUtime=711.3 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 154651 0 0 0 71107 23 0 0 25 0 4 0 669866010 2078986240 401274 33554432000 4194304 4625164 140737118693104 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=2030260 CPUtime=1085.84 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 94569 0 0 0 108572 12 0 0 25 0 4 0 669866010 2078986240 401274 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317448 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=2030260 CPUtime=980.3 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 1587094 0 0 0 97779 251 0 0 25 0 4 0 669866010 2078986240 401274 33554432000 4194304 4625164 140737118693104 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3530.4
Current children cumulated vsize (KiB) 2030260

[startup+1242.3 s]
/proc/loadavg: 10.25 10.20 10.18 12/397 6901
/proc/meminfo: memFree=15475420/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=2030260 CPUtime=3718.26 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 2451070 0 0 0 371446 380 0 0 25 0 4 0 669865935 2078986240 407350 33554432000 4194304 4625164 140737118693104 18446744073709551615 4512032 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6842/statm: 507565 407350 406 106 0 503068 0
[pid=6842/tid=6845] ppid=6840 vsize=2030260 CPUtime=741.32 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 154951 0 0 0 74109 23 0 0 25 0 4 0 669866010 2078986240 407350 33554432000 4194304 4625164 140737118693104 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=2030260 CPUtime=1145.84 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 94569 0 0 0 114572 12 0 0 25 0 4 0 669866010 2078986240 407350 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=2030260 CPUtime=1039.53 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 1721382 0 0 0 103678 275 0 0 25 0 4 0 669866010 2078986240 407350 33554432000 4194304 4625164 140737118693104 18446744073709551615 4335146 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3718.26
Current children cumulated vsize (KiB) 2030260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.32 10.23 10.18 11/397 6902
/proc/meminfo: memFree=15432728/32951124 swapFree=67056796/67111528
[pid=6842] ppid=6840 vsize=2032356 CPUtime=3919.52 cores=1,3,5,7
/proc/6842/stat : 6842 (SArTagnan) R 6840 6842 5970 0 -1 4202496 2595897 0 0 0 391548 404 0 0 25 0 4 0 669865935 2081132544 416314 33554432000 4194304 4625164 140737118693104 18446744073709551615 4512021 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6842/statm: 508089 416314 406 106 0 503592 0
[pid=6842/tid=6845] ppid=6840 vsize=2032356 CPUtime=770.2 cores=1,3,5,7
/proc/6842/task/6845/stat : 6845 (SArTagnan) R 6840 6842 5970 0 -1 4202560 155720 0 0 0 76996 24 0 0 25 0 4 0 669866010 2081132544 416314 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317344 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6842/tid=6846] ppid=6840 vsize=2032356 CPUtime=1203.56 cores=1,3,5,7
/proc/6842/task/6846/stat : 6846 (SArTagnan) R 6840 6842 5970 0 -1 4202560 94569 0 0 0 120344 12 0 0 25 0 4 0 669866010 2081132544 416314 33554432000 4194304 4625164 140737118693104 18446744073709551615 4317260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6842/tid=6847] ppid=6840 vsize=2032356 CPUtime=1096.5 cores=1,3,5,7
/proc/6842/task/6847/stat : 6847 (SArTagnan) R 6840 6842 5970 0 -1 4202560 1861454 0 0 0 109352 298 0 0 25 0 4 0 669866010 2081132544 416314 33554432000 4194304 4625164 140737118693104 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3919.52
Current children cumulated vsize (KiB) 2032356

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.09
CPU time (s): 3919.62
CPU user time (s): 3915.51
CPU system time (s): 4.10538
CPU usage (%): 301.489
Max. virtual memory (cumulated for all children) (KiB): 2090716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3915.51
system time used= 4.10538
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2596385
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= 1564
involuntary context switches= 43761

runsolver used 4.50232 second user time and 12.0732 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 23:51:21
IDJOB=3386370
IDBENCH=84248
IDSOLVER=1871
FILE ID=node133/3386370-1305582680
RUNJOBID= node133-1305582679-6829
PBS_JOBID= 13350209
Free space on /tmp= 73372 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386370-1305582680/watcher-3386370-1305582680 -o /tmp/evaluation-result-3386370-1305582680/solver-3386370-1305582680 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386370-1305582680.cnf -threads=4

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1925861774

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.834
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:     32951124 kB
MemFree:      17871244 kB
Buffers:        301628 kB
Cached:        4211552 kB
SwapCached:       7668 kB
Active:       11838524 kB
Inactive:      2932192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17871244 kB
SwapTotal:    67111528 kB
SwapFree:     67056796 kB
Dirty:           30268 kB
Writeback:           0 kB
AnonPages:    10255652 kB
Mapped:          31380 kB
Slab:           197932 kB
PageTables:      44744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84749684 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73360 MiB
End job on node133 at 2011-05-17 00:13:03