Trace number 3438721

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-13x32.cnf
MD5SUM73c8ae5bbdfe41463e8e40ea211c5e14
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 variables1664
Number of clauses157664
Sum of the clauses size625664
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22496
Number of clauses of size 30
Number of clauses of size 4155168
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3438721-1306922847/watcher-3438721-1306922847 -o /tmp/evaluation-result-3438721-1306922847/solver-3438721-1306922847 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438721-1306922847.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: 8.05 8.04 7.98 2/491 30114
/proc/meminfo: memFree=27403796/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=25008 CPUtime=0.01 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 1813 0 0 0 1 0 0 0 25 0 1 0 882515374 25608192 1131 33554432000 4194304 4625164 140736778413520 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30114/statm: 6252 1132 296 106 0 1755 0

[startup+0.0718509 s]
/proc/loadavg: 8.05 8.04 7.98 2/491 30114
/proc/meminfo: memFree=27403796/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=33140 CPUtime=0.06 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 6627 0 0 0 6 0 0 0 25 0 1 0 882515374 33935360 3466 33554432000 4194304 4625164 140736778413520 18446744073709551615 251367546624 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30114/statm: 8285 3467 296 106 0 3788 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33140

[startup+0.100827 s]
/proc/loadavg: 8.05 8.04 7.98 2/491 30114
/proc/meminfo: memFree=27403796/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=53200 CPUtime=0.09 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 11726 0 0 0 8 1 0 0 25 0 1 0 882515374 54476800 6919 33554432000 4194304 4625164 140736778413520 18446744073709551615 4298385 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30114/statm: 13300 6946 298 106 0 8803 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53200

[startup+1.03157 s]
/proc/loadavg: 8.05 8.04 7.98 2/491 30114
/proc/meminfo: memFree=27403796/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=473624 CPUtime=7.31 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 50157 0 0 0 722 9 0 0 25 0 8 0 882515374 484990976 31572 33554432000 4194304 4625164 140736778413520 18446744073709551615 4392915 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 118406 31572 345 106 0 113909 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 473624

[startup+1.13155 s]
/proc/loadavg: 8.05 8.04 7.98 2/491 30114
/proc/meminfo: memFree=27403796/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=473624 CPUtime=8.11 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 52693 0 0 0 802 9 0 0 25 0 8 0 882515374 484990976 32434 33554432000 4194304 4625164 140736778413520 18446744073709551615 4519253 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 118406 32437 345 106 0 113909 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 473624

[startup+1.50049 s]
/proc/loadavg: 8.05 8.04 7.98 2/491 30114
/proc/meminfo: memFree=27403796/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=473624 CPUtime=11.06 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 60882 0 0 0 1095 11 0 0 18 0 8 0 882515374 484990976 36249 33554432000 4194304 4625164 140736778413520 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 118406 36249 345 106 0 113909 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 473624

[startup+3.10119 s]
/proc/loadavg: 8.04 8.04 7.98 9/499 30122
/proc/meminfo: memFree=27204356/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=493292 CPUtime=23.83 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 105906 0 0 0 2365 18 0 0 20 0 8 0 882515374 505131008 51509 33554432000 4194304 4625164 140736778413520 18446744073709551615 4337104 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 123323 51509 347 106 0 118826 0
[pid=30114/tid=30116] ppid=30112 vsize=493292 CPUtime=2.97 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 5687 0 0 0 297 0 0 0 24 0 8 0 882515385 505131008 51509 33554432000 4194304 4625164 140736778413520 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=493292 CPUtime=2.97 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 3957 0 0 0 297 0 0 0 25 0 8 0 882515385 505131008 51509 33554432000 4194304 4625164 140736778413520 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=493292 CPUtime=2.93 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 51334 0 0 0 285 8 0 0 25 0 8 0 882515385 505131008 51512 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=493292 CPUtime=2.92 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4202560 5645 0 0 0 292 0 0 0 24 0 8 0 882515385 505131008 51512 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30114/tid=30120] ppid=30112 vsize=493292 CPUtime=2.97 cores=0-7
/proc/30114/task/30120/stat : 30120 (SArTagnan) R 30112 30114 29864 0 -1 4202560 5876 0 0 0 296 1 0 0 25 0 8 0 882515385 505131008 51512 33554432000 4194304 4625164 140736778413520 18446744073709551615 4348817 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30114/tid=30121] ppid=30112 vsize=493292 CPUtime=2.97 cores=0-7
/proc/30114/task/30121/stat : 30121 (SArTagnan) R 30112 30114 29864 0 -1 4202560 5753 0 0 0 296 1 0 0 25 0 8 0 882515385 505131008 51512 33554432000 4194304 4625164 140736778413520 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30114/tid=30122] ppid=30112 vsize=493292 CPUtime=2.97 cores=0-7
/proc/30114/task/30122/stat : 30122 (SArTagnan) R 30112 30114 29864 0 -1 4202560 5577 0 0 0 296 1 0 0 20 0 8 0 882515385 505131008 51512 33554432000 4194304 4625164 140736778413520 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.83
Current children cumulated vsize (KiB) 493292

[startup+6.3006 s]
/proc/loadavg: 8.04 8.04 7.98 9/499 30122
/proc/meminfo: memFree=27093872/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=512236 CPUtime=49.36 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 183984 0 0 0 4905 31 0 0 25 0 8 0 882515374 524529664 78559 33554432000 4194304 4625164 140736778413520 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 128059 78559 348 106 0 123562 0
[pid=30114/tid=30116] ppid=30112 vsize=512236 CPUtime=6.18 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 6875 0 0 0 617 1 0 0 25 0 8 0 882515385 524529664 78559 33554432000 4194304 4625164 140736778413520 18446744073709551615 4462461 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=512236 CPUtime=6.16 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 7736 0 0 0 615 1 0 0 25 0 8 0 882515385 524529664 78559 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351897 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=512236 CPUtime=6.12 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 109523 0 0 0 597 15 0 0 25 0 8 0 882515385 524529664 78559 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=512236 CPUtime=6.08 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4202560 6637 0 0 0 607 1 0 0 25 0 8 0 882515385 524529664 78559 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30114/tid=30120] ppid=30112 vsize=512236 CPUtime=6.16 cores=0-7
/proc/30114/task/30120/stat : 30120 (SArTagnan) R 30112 30114 29864 0 -1 4202560 7678 0 0 0 615 1 0 0 25 0 8 0 882515385 524529664 78559 33554432000 4194304 4625164 140736778413520 18446744073709551615 4349047 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30114/tid=30121] ppid=30112 vsize=512236 CPUtime=6.17 cores=0-7
/proc/30114/task/30121/stat : 30121 (SArTagnan) R 30112 30114 29864 0 -1 4202560 10640 0 0 0 615 2 0 0 25 0 8 0 882515385 524529664 78559 33554432000 4194304 4625164 140736778413520 18446744073709551615 4486960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30114/tid=30122] ppid=30112 vsize=512236 CPUtime=6.17 cores=0-7
/proc/30114/task/30122/stat : 30122 (SArTagnan) R 30112 30114 29864 0 -1 4202560 9927 0 0 0 615 2 0 0 25 0 8 0 882515385 524529664 78559 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.36
Current children cumulated vsize (KiB) 512236

[startup+12.7004 s]
/proc/loadavg: 8.04 8.04 7.98 9/499 30122
/proc/meminfo: memFree=26921840/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=745132 CPUtime=100.59 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 315908 0 0 0 10008 51 0 0 25 0 8 0 882515374 763015168 120411 33554432000 4194304 4625164 140736778413520 18446744073709551615 4512017 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 186283 120411 348 106 0 181786 0
[pid=30114/tid=30116] ppid=30112 vsize=745132 CPUtime=12.59 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 17984 0 0 0 1257 2 0 0 25 0 8 0 882515385 763015168 120411 33554432000 4194304 4625164 140736778413520 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=745132 CPUtime=12.57 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 14393 0 0 0 1255 2 0 0 25 0 8 0 882515385 763015168 120411 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=745132 CPUtime=12.54 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 197509 0 0 0 1227 27 0 0 25 0 8 0 882515385 763015168 120411 33554432000 4194304 4625164 140736778413520 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=745132 CPUtime=12.39 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4202560 12283 0 0 0 1237 2 0 0 25 0 8 0 882515385 763015168 120411 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30114/tid=30120] ppid=30112 vsize=745132 CPUtime=12.58 cores=0-7
/proc/30114/task/30120/stat : 30120 (SArTagnan) R 30112 30114 29864 0 -1 4202560 14153 0 0 0 1255 3 0 0 25 0 8 0 882515385 763015168 120411 33554432000 4194304 4625164 140736778413520 18446744073709551615 4349336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30114/tid=30121] ppid=30112 vsize=745132 CPUtime=12.59 cores=0-7
/proc/30114/task/30121/stat : 30121 (SArTagnan) R 30112 30114 29864 0 -1 4202560 19158 0 0 0 1255 4 0 0 25 0 8 0 882515385 763015168 120411 33554432000 4194304 4625164 140736778413520 18446744073709551615 4339616 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30114/tid=30122] ppid=30112 vsize=745132 CPUtime=12.59 cores=0-7
/proc/30114/task/30122/stat : 30122 (SArTagnan) R 30112 30114 29864 0 -1 4202560 12374 0 0 0 1256 3 0 0 25 0 8 0 882515385 763015168 120411 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.59
Current children cumulated vsize (KiB) 745132

[startup+25.5011 s]
/proc/loadavg: 8.10 8.05 7.98 9/499 30122
/proc/meminfo: memFree=26673812/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=1028168 CPUtime=202.65 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 494759 0 0 0 20183 82 0 0 25 0 8 0 882515374 1052844032 185267 33554432000 4194304 4625164 140736778413520 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 257042 185267 348 106 0 252545 0
[pid=30114/tid=30116] ppid=30112 vsize=1028168 CPUtime=25.37 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 20100 0 0 0 2534 3 0 0 25 0 8 0 882515385 1052844032 185267 33554432000 4194304 4625164 140736778413520 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=1028168 CPUtime=25.36 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 23547 0 0 0 2532 4 0 0 25 0 8 0 882515385 1052844032 185267 33554432000 4194304 4625164 140736778413520 18446744073709551615 4467248 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=1028168 CPUtime=25.32 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 328489 0 0 0 2486 46 0 0 25 0 8 0 882515385 1052844032 185267 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=1028168 CPUtime=24.97 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4202560 19827 0 0 0 2493 4 0 0 25 0 8 0 882515385 1052844032 185267 33554432000 4194304 4625164 140736778413520 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30114/tid=30120] ppid=30112 vsize=1028168 CPUtime=25.37 cores=0-7
/proc/30114/task/30120/stat : 30120 (SArTagnan) R 30112 30114 29864 0 -1 4202560 22088 0 0 0 2531 6 0 0 25 0 8 0 882515385 1052844032 185267 33554432000 4194304 4625164 140736778413520 18446744073709551615 4348937 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30114/tid=30121] ppid=30112 vsize=1028168 CPUtime=25.37 cores=0-7
/proc/30114/task/30121/stat : 30121 (SArTagnan) R 30112 30114 29864 0 -1 4202560 29301 0 0 0 2531 6 0 0 25 0 8 0 882515385 1052844032 185267 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30114/tid=30122] ppid=30112 vsize=1028168 CPUtime=25.37 cores=0-7
/proc/30114/task/30122/stat : 30122 (SArTagnan) R 30112 30114 29864 0 -1 4202560 19784 0 0 0 2533 4 0 0 25 0 8 0 882515385 1052844032 185267 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.65
Current children cumulated vsize (KiB) 1028168

[startup+51.1003 s]
/proc/loadavg: 8.07 8.04 7.98 9/499 30123
/proc/meminfo: memFree=26243456/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=1544328 CPUtime=407.02 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 788119 0 0 0 40573 129 0 0 25 0 8 0 882515374 1581391872 293125 33554432000 4194304 4625164 140736778413520 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 386082 293125 533 106 0 381585 0
[pid=30114/tid=30116] ppid=30112 vsize=1544328 CPUtime=50.97 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 30365 0 0 0 5092 5 0 0 25 0 8 0 882515385 1581391872 293125 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=1544328 CPUtime=50.95 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 38130 0 0 0 5088 7 0 0 25 0 8 0 882515385 1581391872 293125 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351769 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=1544328 CPUtime=50.92 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 517126 0 0 0 5019 73 0 0 25 0 8 0 882515385 1581391872 293125 33554432000 4194304 4625164 140736778413520 18446744073709551615 4567903 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=1544328 CPUtime=50.15 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4202560 40858 0 0 0 5009 6 0 0 25 0 8 0 882515385 1581391872 293125 33554432000 4194304 4625164 140736778413520 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30114/tid=30120] ppid=30112 vsize=1544328 CPUtime=50.96 cores=0-7
/proc/30114/task/30120/stat : 30120 (SArTagnan) R 30112 30114 29864 0 -1 4202560 36347 0 0 0 5086 10 0 0 25 0 8 0 882515385 1581391872 293125 33554432000 4194304 4625164 140736778413520 18446744073709551615 4349768 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30114/tid=30121] ppid=30112 vsize=1544328 CPUtime=50.97 cores=0-7
/proc/30114/task/30121/stat : 30121 (SArTagnan) R 30112 30114 29864 0 -1 4202560 47602 0 0 0 5088 9 0 0 25 0 8 0 882515385 1581391872 293125 33554432000 4194304 4625164 140736778413520 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30114/tid=30122] ppid=30112 vsize=1544328 CPUtime=50.97 cores=0-7
/proc/30114/task/30122/stat : 30122 (SArTagnan) R 30112 30114 29864 0 -1 4202560 30873 0 0 0 5091 6 0 0 25 0 8 0 882515385 1581391872 293125 33554432000 4194304 4625164 140736778413520 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.02
Current children cumulated vsize (KiB) 1544328

[startup+102.301 s]
/proc/loadavg: 8.07 8.05 7.99 9/499 30124
/proc/meminfo: memFree=25629988/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=2172068 CPUtime=815.76 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 1319046 0 0 0 81364 212 0 0 25 0 8 0 882515374 2224197632 444191 33554432000 4194304 4625164 140736778413520 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 543017 444192 348 106 0 538520 0
[pid=30114/tid=30116] ppid=30112 vsize=2172068 CPUtime=102.17 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 66788 0 0 0 10206 11 0 0 25 0 8 0 882515385 2224197632 444193 33554432000 4194304 4625164 140736778413520 18446744073709551615 251367201814 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=2172068 CPUtime=102.13 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 56335 0 0 0 10203 10 0 0 25 0 8 0 882515385 2224197632 444193 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=2172068 CPUtime=102.11 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 870554 0 0 0 10088 123 0 0 25 0 8 0 882515385 2224197632 444194 33554432000 4194304 4625164 140736778413520 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0

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

Current children cumulated vsize (KiB) 9118688

[startup+4722.3 s]
/proc/loadavg: 8.04 8.06 8.00 9/499 30260
/proc/meminfo: memFree=19206492/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=9118688 CPUtime=37695.2 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 23435574 0 0 0 3764954 4571 0 0 25 0 8 0 882515374 9337536512 2044803 33554432000 4194304 4625164 140736778413520 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 2279672 2044803 358 106 0 2275175 0
[pid=30114/tid=30116] ppid=30112 vsize=9118688 CPUtime=4722.3 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382213 0 0 0 472134 96 0 0 25 0 8 0 882515385 9337536512 2044803 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=9118688 CPUtime=4720.99 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 95744 0 0 0 472076 23 0 0 25 0 8 0 882515385 9337536512 2044803 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=9118688 CPUtime=4722.21 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 19085645 0 0 0 468681 3540 0 0 25 0 8 0 882515385 9337536512 2044803 33554432000 4194304 4625164 140736778413520 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=9118688 CPUtime=4641.42 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382344 0 0 0 464049 93 0 0 25 0 8 0 882515385 9337536512 2044803 33554432000 4194304 4625164 140736778413520 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30114/tid=30120] ppid=30112 vsize=9118688 CPUtime=4722.32 cores=0-7
/proc/30114/task/30120/stat : 30120 (SArTagnan) R 30112 30114 29864 0 -1 4202560 123053 0 0 0 472196 36 0 0 25 0 8 0 882515385 9337536512 2044803 33554432000 4194304 4625164 140736778413520 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30114/tid=30121] ppid=30112 vsize=9118688 CPUtime=4722.3 cores=0-7
/proc/30114/task/30121/stat : 30121 (SArTagnan) R 30112 30114 29864 0 -1 4202560 148367 0 0 0 472188 42 0 0 25 0 8 0 882515385 9337536512 2044803 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30114/tid=30122] ppid=30112 vsize=9118688 CPUtime=4722.3 cores=0-7
/proc/30114/task/30122/stat : 30122 (SArTagnan) R 30112 30114 29864 0 -1 4202560 537615 0 0 0 472128 102 0 0 25 0 8 0 882515385 9337536512 2044803 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37695.2
Current children cumulated vsize (KiB) 9118688

[startup+4782.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/499 30261
/proc/meminfo: memFree=19176560/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=9184224 CPUtime=38174.3 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 23819913 0 0 0 3812782 4652 0 0 25 0 8 0 882515374 9404645376 2052192 33554432000 4194304 4625164 140736778413520 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 2296056 2052192 355 106 0 2291559 0
[pid=30114/tid=30116] ppid=30112 vsize=9184224 CPUtime=4782.32 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382243 0 0 0 478136 96 0 0 25 0 8 0 882515385 9404645376 2052192 33554432000 4194304 4625164 140736778413520 18446744073709551615 4488051 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=9184224 CPUtime=4780.99 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 95781 0 0 0 478076 23 0 0 25 0 8 0 882515385 9404645376 2052192 33554432000 4194304 4625164 140736778413520 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=9184224 CPUtime=4782.23 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 19355243 0 0 0 474629 3594 0 0 25 0 8 0 882515385 9404645376 2052192 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=9184224 CPUtime=4700.4 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382365 0 0 0 469947 93 0 0 25 0 8 0 882515385 9404645376 2052192 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30114/tid=30120] ppid=30112 vsize=9184224 CPUtime=4782.34 cores=0-7
/proc/30114/task/30120/stat : 30120 (SArTagnan) R 30112 30114 29864 0 -1 4202560 123081 0 0 0 478198 36 0 0 25 0 8 0 882515385 9404645376 2052192 33554432000 4194304 4625164 140736778413520 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30114/tid=30121] ppid=30112 vsize=9184224 CPUtime=4782.33 cores=0-7
/proc/30114/task/30121/stat : 30121 (SArTagnan) R 30112 30114 29864 0 -1 4202560 148389 0 0 0 478191 42 0 0 25 0 8 0 882515385 9404645376 2052192 33554432000 4194304 4625164 140736778413520 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30114/tid=30122] ppid=30112 vsize=9184224 CPUtime=4782.32 cores=0-7
/proc/30114/task/30122/stat : 30122 (SArTagnan) R 30112 30114 29864 0 -1 4202560 537713 0 0 0 478130 102 0 0 25 0 8 0 882515385 9404645376 2052192 33554432000 4194304 4625164 140736778413520 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38174.3
Current children cumulated vsize (KiB) 9184224

[startup+4842.3 s]
/proc/loadavg: 8.12 8.08 8.01 9/499 30263
/proc/meminfo: memFree=19153472/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=9184224 CPUtime=38653.2 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 24219081 0 0 0 3860584 4733 0 0 25 0 8 0 882515374 9404645376 2058712 33554432000 4194304 4625164 140736778413520 18446744073709551615 4512054 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 2296056 2058712 360 106 0 2291559 0
[pid=30114/tid=30116] ppid=30112 vsize=9184224 CPUtime=4842.3 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382275 0 0 0 484134 96 0 0 25 0 8 0 882515385 9404645376 2058712 33554432000 4194304 4625164 140736778413520 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=9184224 CPUtime=4840.96 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 95825 0 0 0 484073 23 0 0 25 0 8 0 882515385 9404645376 2058712 33554432000 4194304 4625164 140736778413520 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=9184224 CPUtime=4842.21 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 19629234 0 0 0 480577 3644 0 0 25 0 8 0 882515385 9404645376 2058712 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=9184224 CPUtime=4759.36 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382386 0 0 0 475843 93 0 0 25 0 8 0 882515385 9404645376 2058712 33554432000 4194304 4625164 140736778413520 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30114/tid=30120] ppid=30112 vsize=9184224 CPUtime=4842.32 cores=0-7
/proc/30114/task/30120/stat : 30120 (SArTagnan) R 30112 30114 29864 0 -1 4202560 123120 0 0 0 484196 36 0 0 25 0 8 0 882515385 9404645376 2058712 33554432000 4194304 4625164 140736778413520 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30114/tid=30121] ppid=30112 vsize=9184224 CPUtime=4842.31 cores=0-7
/proc/30114/task/30121/stat : 30121 (SArTagnan) R 30112 30114 29864 0 -1 4202560 148409 0 0 0 484189 42 0 0 25 0 8 0 882515385 9404645376 2058712 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30114/tid=30122] ppid=30112 vsize=9184224 CPUtime=4842.32 cores=0-7
/proc/30114/task/30122/stat : 30122 (SArTagnan) R 30112 30114 29864 0 -1 4202560 537762 0 0 0 484129 103 0 0 25 0 8 0 882515385 9404645376 2058712 33554432000 4194304 4625164 140736778413520 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38653.2
Current children cumulated vsize (KiB) 9184224

[startup+4902.32 s]
/proc/loadavg: 8.11 8.07 8.01 9/499 30264
/proc/meminfo: memFree=19124536/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=9249760 CPUtime=39132.3 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 24615323 0 0 0 3908410 4816 0 0 25 0 8 0 882515374 9471754240 2065322 33554432000 4194304 4625164 140736778413520 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 2312440 2065322 368 106 0 2307943 0
[pid=30114/tid=30116] ppid=30112 vsize=9249760 CPUtime=4902.32 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382306 0 0 0 490136 96 0 0 25 0 8 0 882515385 9471754240 2065322 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=9249760 CPUtime=4900.96 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 95877 0 0 0 490073 23 0 0 25 0 8 0 882515385 9471754240 2065322 33554432000 4194304 4625164 140736778413520 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=9249760 CPUtime=4902.23 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 19900663 0 0 0 486524 3699 0 0 25 0 8 0 882515385 9471754240 2065322 33554432000 4194304 4625164 140736778413520 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=9249760 CPUtime=4818.33 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382407 0 0 0 481740 93 0 0 25 0 8 0 882515385 9471754240 2065322 33554432000 4194304 4625164 140736778413520 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30114/tid=30120] ppid=30112 vsize=9249760 CPUtime=4902.34 cores=0-7
/proc/30114/task/30120/stat : 30120 (SArTagnan) R 30112 30114 29864 0 -1 4202560 123163 0 0 0 490198 36 0 0 25 0 8 0 882515385 9471754240 2065322 33554432000 4194304 4625164 140736778413520 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30114/tid=30121] ppid=30112 vsize=9249760 CPUtime=4902.33 cores=0-7
/proc/30114/task/30121/stat : 30121 (SArTagnan) R 30112 30114 29864 0 -1 4202560 148447 0 0 0 490191 42 0 0 25 0 8 0 882515385 9471754240 2065322 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30114/tid=30122] ppid=30112 vsize=9249760 CPUtime=4902.33 cores=0-7
/proc/30114/task/30122/stat : 30122 (SArTagnan) R 30112 30114 29864 0 -1 4202560 537796 0 0 0 490130 103 0 0 25 0 8 0 882515385 9471754240 2065322 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39132.3
Current children cumulated vsize (KiB) 9249760

[startup+4962.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/499 30266
/proc/meminfo: memFree=19099320/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=9249760 CPUtime=39611.1 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 24987087 0 0 0 3956211 4898 0 0 25 0 8 0 882515374 9471754240 2071575 33554432000 4194304 4625164 140736778413520 18446744073709551615 4393124 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 2312440 2071575 361 106 0 2307943 0
[pid=30114/tid=30116] ppid=30112 vsize=9249760 CPUtime=4962.3 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382339 0 0 0 496134 96 0 0 25 0 8 0 882515385 9471754240 2071575 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=9249760 CPUtime=4960.92 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 95928 0 0 0 496069 23 0 0 25 0 8 0 882515385 9471754240 2071575 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=9249760 CPUtime=4962.21 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 20154789 0 0 0 492473 3748 0 0 25 0 8 0 882515385 9471754240 2071575 33554432000 4194304 4625164 140736778413520 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=9249760 CPUtime=4877.29 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382428 0 0 0 487636 93 0 0 25 0 8 0 882515385 9471754240 2071575 33554432000 4194304 4625164 140736778413520 18446744073709551615 4488051 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30114/tid=30120] ppid=30112 vsize=9249760 CPUtime=4962.32 cores=0-7
/proc/30114/task/30120/stat : 30120 (SArTagnan) R 30112 30114 29864 0 -1 4202560 123204 0 0 0 496196 36 0 0 25 0 8 0 882515385 9471754240 2071575 33554432000 4194304 4625164 140736778413520 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30114/tid=30121] ppid=30112 vsize=9249760 CPUtime=4962.31 cores=0-7
/proc/30114/task/30121/stat : 30121 (SArTagnan) R 30112 30114 29864 0 -1 4202560 148468 0 0 0 496189 42 0 0 25 0 8 0 882515385 9471754240 2071575 33554432000 4194304 4625164 140736778413520 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30114/tid=30122] ppid=30112 vsize=9249760 CPUtime=4962.32 cores=0-7
/proc/30114/task/30122/stat : 30122 (SArTagnan) R 30112 30114 29864 0 -1 4202560 537823 0 0 0 496129 103 0 0 25 0 8 0 882515385 9471754240 2071575 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39611.1
Current children cumulated vsize (KiB) 9249760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.1 s]
/proc/loadavg: 8.11 8.08 8.01 10/499 30267
/proc/meminfo: memFree=19077216/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=9249760 CPUtime=40000.9 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) R 30112 30114 29864 0 -1 4202496 25213668 0 0 0 3995145 4946 0 0 25 0 8 0 882515374 9471754240 2077070 33554432000 4194304 4625164 140736778413520 18446744073709551615 4512042 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 2312440 2077070 367 106 0 2307943 0
[pid=30114/tid=30116] ppid=30112 vsize=9249760 CPUtime=5011.14 cores=0-7
/proc/30114/task/30116/stat : 30116 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382364 0 0 0 501018 96 0 0 25 0 8 0 882515385 9471754240 2077070 33554432000 4194304 4625164 140736778413520 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30114/tid=30117] ppid=30112 vsize=9249760 CPUtime=5009.75 cores=0-7
/proc/30114/task/30117/stat : 30117 (SArTagnan) R 30112 30114 29864 0 -1 4202560 95966 0 0 0 500952 23 0 0 25 0 8 0 882515385 9471754240 2077070 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30114/tid=30118] ppid=30112 vsize=9249760 CPUtime=5011.05 cores=0-7
/proc/30114/task/30118/stat : 30118 (SArTagnan) R 30112 30114 29864 0 -1 4202560 20380507 0 0 0 497309 3796 0 0 25 0 8 0 882515385 9471754240 2077070 33554432000 4194304 4625164 140736778413520 18446744073709551615 4339220 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=9249760 CPUtime=4925.26 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4202560 382450 0 0 0 492433 93 0 0 25 0 8 0 882515385 9471754240 2077070 33554432000 4194304 4625164 140736778413520 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30114/tid=30120] ppid=30112 vsize=9249760 CPUtime=5011.16 cores=0-7
/proc/30114/task/30120/stat : 30120 (SArTagnan) R 30112 30114 29864 0 -1 4202560 123230 0 0 0 501080 36 0 0 25 0 8 0 882515385 9471754240 2077070 33554432000 4194304 4625164 140736778413520 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30114/tid=30121] ppid=30112 vsize=9249760 CPUtime=5011.15 cores=0-7
/proc/30114/task/30121/stat : 30121 (SArTagnan) R 30112 30114 29864 0 -1 4202560 148485 0 0 0 501073 42 0 0 25 0 8 0 882515385 9471754240 2077070 33554432000 4194304 4625164 140736778413520 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30114/tid=30122] ppid=30112 vsize=9249760 CPUtime=5011.16 cores=0-7
/proc/30114/task/30122/stat : 30122 (SArTagnan) R 30112 30114 29864 0 -1 4202560 537844 0 0 0 501013 103 0 0 25 0 8 0 882515385 9471754240 2077070 33554432000 4194304 4625164 140736778413520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 9249760

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

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

[startup+5011.3 s]
/proc/loadavg: 8.11 8.08 8.01 10/499 30267
/proc/meminfo: memFree=19077216/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=0 CPUtime=40001.1 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) Z 30112 30114 29864 0 -1 4203548 25213669 0 0 0 3995149 4962 0 0 25 0 2 0 882515374 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 0 0 0 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=0 CPUtime=4925.42 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4203588 382451 0 0 0 492433 109 0 0 25 0 2 0 882515385 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40001.1
Current children cumulated vsize (KiB) 0

[startup+5011.5 s]
/proc/loadavg: 8.11 8.08 8.01 10/499 30267
/proc/meminfo: memFree=19077216/32950928 swapFree=34421304/67111528
[pid=30114] ppid=30112 vsize=0 CPUtime=40001.3 cores=0-7
/proc/30114/stat : 30114 (SArTagnan) Z 30112 30114 29864 0 -1 4203548 25213669 0 0 0 3995149 4982 0 0 25 0 2 0 882515374 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30114/statm: 0 0 0 0 0 0 0
[pid=30114/tid=30119] ppid=30112 vsize=0 CPUtime=4925.62 cores=0-7
/proc/30114/task/30119/stat : 30119 (SArTagnan) R 30112 30114 29864 0 -1 4203588 382451 0 0 0 492433 129 0 0 25 0 2 0 882515385 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40001.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5011.53
CPU time (s): 40001.3
CPU user time (s): 39951.5
CPU system time (s): 49.8484
CPU usage (%): 798.187
Max. virtual memory (cumulated for all children) (KiB): 9249760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39951.5
system time used= 49.8484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25213669
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= 2695
involuntary context switches= 174704

runsolver used 21.1168 second user time and 64.7882 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-01 12:07:27
IDJOB=3438721
IDBENCH=83159
IDSOLVER=1936
FILE ID=node113/3438721-1306922847
RUNJOBID= node113-1306917833-29878
PBS_JOBID= 13488522
Free space on /tmp= 73596 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-13x32.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438721-1306922847/watcher-3438721-1306922847 -o /tmp/evaluation-result-3438721-1306922847/solver-3438721-1306922847 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438721-1306922847.cnf -threads=8

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

MD5SUM BENCH= 73c8ae5bbdfe41463e8e40ea211c5e14
RANDOM SEED=620908854

node113.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	: 5332.76
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27404324 kB
Buffers:         69876 kB
Cached:         169228 kB
SwapCached:      13476 kB
Active:        5108772 kB
Inactive:       156740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27404324 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:            3896 kB
Writeback:           0 kB
AnonPages:     5025212 kB
Mapped:          20268 kB
Slab:            92680 kB
PageTables:     116244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154759988 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= 73592 MiB
End job on node113 at 2011-06-01 13:31:00