Trace number 3385845

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) 4442.79 1300.11

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p15-s54275047.cnf
MD5SUM67948a6aed9ea09317abe3c8a9a27a03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.77358
Satisfiable
(Un)Satisfiability was proved
Number of variables1590
Number of clauses272291
Sum of the clauses size546092
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2272251
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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

running on 4 cores: 0,2,4,6

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: 10.18 10.10 8.76 8/514 31125
/proc/meminfo: memFree=15431660/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=26020 CPUtime=0.01 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 1132 0 0 0 1 0 0 0 25 0 1 0 748606344 26644480 624 33554432000 4194304 4625164 140735289633552 18446744073709551615 224284925696 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31125/statm: 6505 624 296 106 0 2008 0

[startup+0.038128 s]
/proc/loadavg: 10.18 10.10 8.76 8/514 31125
/proc/meminfo: memFree=15431660/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=27292 CPUtime=0.03 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 2038 0 0 0 3 0 0 0 25 0 1 0 748606344 27947008 895 33554432000 4194304 4625164 140735289633552 18446744073709551615 224284925696 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31125/statm: 6823 896 296 106 0 2326 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27292

[startup+0.109506 s]
/proc/loadavg: 10.18 10.10 8.76 8/514 31125
/proc/meminfo: memFree=15431660/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=266612 CPUtime=0.13 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 5636 0 0 0 13 0 0 0 25 0 4 0 748606344 273010688 3919 33554432000 4194304 4625164 140735289633552 18446744073709551615 224284951658 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31125/statm: 66653 3919 333 106 0 62156 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 266612

[startup+0.301053 s]
/proc/loadavg: 10.18 10.10 8.76 8/514 31125
/proc/meminfo: memFree=15431660/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=269756 CPUtime=0.49 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 7002 0 0 0 48 1 0 0 25 0 4 0 748606344 276230144 5285 33554432000 4194304 4625164 140735289633552 18446744073709551615 224284622951 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 67439 5285 341 106 0 62942 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 269756

[startup+0.700988 s]
/proc/loadavg: 10.18 10.10 8.76 8/514 31125
/proc/meminfo: memFree=15431660/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=275844 CPUtime=1.27 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 11243 0 0 0 126 1 0 0 25 0 4 0 748606344 282464256 8606 33554432000 4194304 4625164 140735289633552 18446744073709551615 4509475 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 68961 8606 342 106 0 64464 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 275844

[startup+1.50085 s]
/proc/loadavg: 10.18 10.10 8.76 11/518 31129
/proc/meminfo: memFree=15394684/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=285512 CPUtime=2.85 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 17622 0 0 0 282 3 0 0 25 0 4 0 748606344 292364288 12847 33554432000 4194304 4625164 140735289633552 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31125/statm: 71378 12847 348 106 0 66881 0
[pid=31125/tid=31127] ppid=31123 vsize=285512 CPUtime=0.91 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 2286 0 0 0 91 0 0 0 25 0 4 0 748606351 292364288 12847 33554432000 4194304 4625164 140735289633552 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=285512 CPUtime=0.59 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 2824 0 0 0 59 0 0 0 25 0 4 0 748606351 292364288 12847 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=285512 CPUtime=0.7 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 1121 0 0 0 70 0 0 0 25 0 4 0 748606351 292364288 12847 33554432000 4194304 4625164 140735289633552 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 285512

[startup+3.10059 s]
/proc/loadavg: 10.18 10.10 8.76 11/518 31129
/proc/meminfo: memFree=15369512/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=289420 CPUtime=6 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 21851 0 0 0 597 3 0 0 25 0 4 0 748606344 296366080 16897 33554432000 4194304 4625164 140735289633552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31125/statm: 72355 16897 354 106 0 67858 0
[pid=31125/tid=31127] ppid=31123 vsize=289420 CPUtime=1.94 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 3403 0 0 0 194 0 0 0 25 0 4 0 748606351 296366080 16897 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=289420 CPUtime=1.2 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 4319 0 0 0 119 1 0 0 25 0 4 0 748606351 296366080 16897 33554432000 4194304 4625164 140735289633552 18446744073709551615 4317920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=289420 CPUtime=1.57 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 1815 0 0 0 157 0 0 0 25 0 4 0 748606351 296366080 16897 33554432000 4194304 4625164 140735289633552 18446744073709551615 4562043 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 289420

[startup+6.30105 s]
/proc/loadavg: 10.17 10.10 8.76 11/518 31129
/proc/meminfo: memFree=15336068/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=312160 CPUtime=15.02 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 39277 0 0 0 1496 6 0 0 25 0 4 0 748606344 319651840 24912 33554432000 4194304 4625164 140735289633552 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31125/statm: 78040 24912 422 106 0 73543 0
[pid=31125/tid=31127] ppid=31123 vsize=312160 CPUtime=4.68 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 6662 0 0 0 468 0 0 0 25 0 4 0 748606351 319651840 24912 33554432000 4194304 4625164 140735289633552 18446744073709551615 4352133 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=312160 CPUtime=2.77 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 6770 0 0 0 276 1 0 0 25 0 4 0 748606351 319651840 24912 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=312160 CPUtime=3.2 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 9344 0 0 0 319 1 0 0 25 0 4 0 748606351 319651840 24912 33554432000 4194304 4625164 140735289633552 18446744073709551615 4547277 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.02
Current children cumulated vsize (KiB) 312160

[startup+12.701 s]
/proc/loadavg: 10.32 10.13 8.78 11/518 31131
/proc/meminfo: memFree=15280156/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=335956 CPUtime=34.11 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 74767 0 0 0 3400 11 0 0 25 0 4 0 748606344 344018944 34131 33554432000 4194304 4625164 140735289633552 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 83989 34131 397 106 0 79492 0
[pid=31125/tid=31127] ppid=31123 vsize=335956 CPUtime=11.07 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 10717 0 0 0 1107 0 0 0 25 0 4 0 748606351 344018944 34131 33554432000 4194304 4625164 140735289633552 18446744073709551615 4352053 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=335956 CPUtime=6 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 12722 0 0 0 598 2 0 0 25 0 4 0 748606351 344018944 34131 33554432000 4194304 4625164 140735289633552 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=335956 CPUtime=7.07 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 29484 0 0 0 703 4 0 0 25 0 4 0 748606351 344018944 34131 33554432000 4194304 4625164 140735289633552 18446744073709551615 4579325 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34.11
Current children cumulated vsize (KiB) 335956

[startup+25.5008 s]
/proc/loadavg: 10.25 10.13 8.80 11/518 31131
/proc/meminfo: memFree=15186036/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=356944 CPUtime=72.26 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 141399 0 0 0 7205 21 0 0 24 0 4 0 748606344 365510656 53260 33554432000 4194304 4625164 140735289633552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31125/statm: 89236 53260 348 106 0 84739 0
[pid=31125/tid=31127] ppid=31123 vsize=356944 CPUtime=23.3 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 18945 0 0 0 2328 2 0 0 25 0 4 0 748606351 365510656 53260 33554432000 4194304 4625164 140735289633552 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=356944 CPUtime=15.2 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 18478 0 0 0 1517 3 0 0 25 0 4 0 748606351 365510656 53260 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=356944 CPUtime=13.09 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 62156 0 0 0 1301 8 0 0 25 0 4 0 748606351 365510656 53260 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 72.26
Current children cumulated vsize (KiB) 356944

[startup+51.1006 s]
/proc/loadavg: 10.29 10.15 8.84 11/518 31131
/proc/meminfo: memFree=15003404/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=581704 CPUtime=148.6 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 282092 0 0 0 14818 42 0 0 25 0 4 0 748606344 595664896 94389 33554432000 4194304 4625164 140735289633552 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31125/statm: 145426 94389 652 106 0 140929 0
[pid=31125/tid=31127] ppid=31123 vsize=581704 CPUtime=46.45 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 29397 0 0 0 4640 5 0 0 25 0 4 0 748606351 595664896 94389 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=581704 CPUtime=30.57 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 30838 0 0 0 3052 5 0 0 25 0 4 0 748606351 595664896 94389 33554432000 4194304 4625164 140735289633552 18446744073709551615 4339680 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=581704 CPUtime=28.19 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 112736 0 0 0 2804 15 0 0 25 0 4 0 748606351 595664896 94389 33554432000 4194304 4625164 140735289633552 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 148.6
Current children cumulated vsize (KiB) 581704

[startup+102.32 s]
/proc/loadavg: 10.34 10.18 8.92 12/518 31133
/proc/meminfo: memFree=14747052/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=800760 CPUtime=301.35 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 470605 0 0 0 30061 74 0 0 25 0 4 0 748606344 819978240 143357 33554432000 4194304 4625164 140735289633552 18446744073709551615 4393027 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31125/statm: 200190 143357 476 106 0 195693 0
[pid=31125/tid=31127] ppid=31123 vsize=800760 CPUtime=81.04 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 45537 0 0 0 8093 11 0 0 25 0 4 0 748606351 819978240 143357 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=800760 CPUtime=66.69 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 48945 0 0 0 6659 10 0 0 25 0 4 0 748606351 819978240 143357 33554432000 4194304 4625164 140735289633552 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=800760 CPUtime=64.5 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 201688 0 0 0 6422 28 0 0 25 0 4 0 748606351 819978240 143357 33554432000 4194304 4625164 140735289633552 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 301.35
Current children cumulated vsize (KiB) 800760

[startup+162.301 s]
/proc/loadavg: 10.19 10.16 8.99 11/518 31135
/proc/meminfo: memFree=14506464/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=974308 CPUtime=480.23 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 748862 0 0 0 47909 114 0 0 25 0 4 0 748606344 997691392 184754 33554432000 4194304 4625164 140735289633552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31125/statm: 243577 184754 343 106 0 239080 0
[pid=31125/tid=31127] ppid=31123 vsize=974308 CPUtime=111.25 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 63378 0 0 0 11110 15 0 0 25 0 4 0 748606351 997691392 184754 33554432000 4194304 4625164 140735289633552 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=974308 CPUtime=108.76 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 59010 0 0 0 10863 13 0 0 25 0 4 0 748606351 997691392 184754 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=974308 CPUtime=115.55 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 371043 0 0 0 11504 51 0 0 25 0 4 0 748606351 997691392 184754 33554432000 4194304 4625164 140735289633552 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 480.23
Current children cumulated vsize (KiB) 974308

[startup+222.301 s]
/proc/loadavg: 10.11 10.15 9.05 11/518 31135
/proc/meminfo: memFree=14235360/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=1278784 CPUtime=659.07 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 1182309 0 0 0 65731 176 0 0 25 0 4 0 748606344 1309474816 237037 33554432000 4194304 4625164 140735289633552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31125/statm: 319696 237037 519 106 0 315199 0
[pid=31125/tid=31127] ppid=31123 vsize=1278784 CPUtime=142.49 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 68321 0 0 0 14231 18 0 0 25 0 4 0 748606351 1309474816 237037 33554432000 4194304 4625164 140735289633552 18446744073709551615 4352609 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=1278784 CPUtime=168.05 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 81558 0 0 0 16788 17 0 0 25 0 4 0 748606351 1309474816 237037 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=1278784 CPUtime=158.86 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 655715 0 0 0 15797 89 0 0 25 0 4 0 748606351 1309474816 237037 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 659.07
Current children cumulated vsize (KiB) 1278784

[startup+282.301 s]

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

[pid=31125] ppid=31123 vsize=2043928 CPUtime=2090.64 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 3463134 0 0 0 208554 510 0 0 25 0 4 0 748606344 2092982272 394364 33554432000 4194304 4625164 140735289633552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 510982 394364 364 106 0 506485 0
[pid=31125/tid=31127] ppid=31123 vsize=2043928 CPUtime=572.6 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 139195 0 0 0 57230 30 0 0 25 0 4 0 748606351 2092982272 394364 33554432000 4194304 4625164 140735289633552 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=2043928 CPUtime=460.39 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 163168 0 0 0 45999 40 0 0 25 0 4 0 748606351 2092982272 394364 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=2043928 CPUtime=409.54 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 2547436 0 0 0 40595 359 0 0 25 0 4 0 748606351 2092982272 394364 33554432000 4194304 4625164 140735289633552 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2090.64
Current children cumulated vsize (KiB) 2043928

[startup+762.32 s]
/proc/loadavg: 8.52 9.77 9.40 7/509 31168
/proc/meminfo: memFree=14376612/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=2043928 CPUtime=2301.09 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 3800482 0 0 0 229545 564 0 0 25 0 4 0 748606344 2092982272 401463 33554432000 4194304 4625164 140735289633552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 510982 401463 364 106 0 506485 0
[pid=31125/tid=31127] ppid=31123 vsize=2043928 CPUtime=631.57 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 139274 0 0 0 63127 30 0 0 25 0 4 0 748606351 2092982272 401463 33554432000 4194304 4625164 140735289633552 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=2043928 CPUtime=506.11 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 164178 0 0 0 50570 41 0 0 25 0 4 0 748606351 2092982272 401464 33554432000 4194304 4625164 140735289633552 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=2043928 CPUtime=455.27 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 2879985 0 0 0 45118 409 0 0 25 0 4 0 748606351 2092982272 401464 33554432000 4194304 4625164 140735289633552 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2301.09
Current children cumulated vsize (KiB) 2043928

[startup+822.301 s]
/proc/loadavg: 6.96 9.10 9.19 7/509 31168
/proc/meminfo: memFree=14341120/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=2109464 CPUtime=2540 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 4195426 0 0 0 253365 635 0 0 25 0 4 0 748606344 2160091136 411029 33554432000 4194304 4625164 140735289633552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 527366 411029 364 106 0 522869 0
[pid=31125/tid=31127] ppid=31123 vsize=2109464 CPUtime=690.53 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 139445 0 0 0 69023 30 0 0 25 0 4 0 748606351 2160091136 411029 33554432000 4194304 4625164 140735289633552 18446744073709551615 4330968 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=2109464 CPUtime=566.09 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 164472 0 0 0 56568 41 0 0 25 0 4 0 748606351 2160091136 411029 33554432000 4194304 4625164 140735289633552 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=2109464 CPUtime=515.25 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 3245977 0 0 0 51054 471 0 0 25 0 4 0 748606351 2160091136 411029 33554432000 4194304 4625164 140735289633552 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2540
Current children cumulated vsize (KiB) 2109464

[startup+882.301 s]
/proc/loadavg: 6.35 8.53 8.99 7/509 31170
/proc/meminfo: memFree=14302144/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=2109464 CPUtime=2778.96 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 4622830 0 0 0 277187 709 0 0 25 0 4 0 748606344 2160091136 420921 33554432000 4194304 4625164 140735289633552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 527366 420921 359 106 0 522869 0
[pid=31125/tid=31127] ppid=31123 vsize=2109464 CPUtime=749.49 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 139569 0 0 0 74919 30 0 0 25 0 4 0 748606351 2160091136 420921 33554432000 4194304 4625164 140735289633552 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=2109464 CPUtime=626.09 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 164555 0 0 0 62568 41 0 0 25 0 4 0 748606351 2160091136 420921 33554432000 4194304 4625164 140735289633552 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=2109464 CPUtime=575.25 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 3639449 0 0 0 56990 535 0 0 25 0 4 0 748606351 2160091136 420921 33554432000 4194304 4625164 140735289633552 18446744073709551615 4339660 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2778.96
Current children cumulated vsize (KiB) 2109464

[startup+942.301 s]
/proc/loadavg: 6.19 8.08 8.80 7/509 31172
/proc/meminfo: memFree=14273832/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=2109464 CPUtime=3017.94 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 5027943 0 0 0 301015 779 0 0 25 0 4 0 748606344 2160091136 428597 33554432000 4194304 4625164 140735289633552 18446744073709551615 4393068 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 527366 428597 358 106 0 522869 0
[pid=31125/tid=31127] ppid=31123 vsize=2109464 CPUtime=808.48 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 139715 0 0 0 80818 30 0 0 25 0 4 0 748606351 2160091136 428597 33554432000 4194304 4625164 140735289633552 18446744073709551615 4330606 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=2109464 CPUtime=686.09 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 164609 0 0 0 68568 41 0 0 25 0 4 0 748606351 2160091136 428597 33554432000 4194304 4625164 140735289633552 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=2109464 CPUtime=635.25 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 4040066 0 0 0 62924 601 0 0 25 0 4 0 748606351 2160091136 428597 33554432000 4194304 4625164 140735289633552 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3017.94
Current children cumulated vsize (KiB) 2109464

[startup+1002.3 s]
/proc/loadavg: 6.07 7.70 8.62 7/509 31174
/proc/meminfo: memFree=14243900/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=2134024 CPUtime=3256.9 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 5374097 0 0 0 324848 842 0 0 25 0 4 0 748606344 2185240576 435342 33554432000 4194304 4625164 140735289633552 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 533506 435342 358 106 0 529009 0
[pid=31125/tid=31127] ppid=31123 vsize=2134024 CPUtime=867.44 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 140065 0 0 0 86714 30 0 0 25 0 4 0 748606351 2185240576 435342 33554432000 4194304 4625164 140735289633552 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=2134024 CPUtime=746.1 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 164876 0 0 0 74568 42 0 0 25 0 4 0 748606351 2185240576 435342 33554432000 4194304 4625164 140735289633552 18446744073709551615 4488068 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=2134024 CPUtime=695.26 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 4381786 0 0 0 68865 661 0 0 25 0 4 0 748606351 2185240576 435342 33554432000 4194304 4625164 140735289633552 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3256.9
Current children cumulated vsize (KiB) 2134024

[startup+1062.3 s]
/proc/loadavg: 6.08 7.41 8.46 7/509 31176
/proc/meminfo: memFree=14204068/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=2199560 CPUtime=3495.89 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 5793429 0 0 0 348674 915 0 0 25 0 4 0 748606344 2252349440 445548 33554432000 4194304 4625164 140735289633552 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 549890 445548 358 106 0 545393 0
[pid=31125/tid=31127] ppid=31123 vsize=2199560 CPUtime=926.42 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 140222 0 0 0 92612 30 0 0 25 0 4 0 748606351 2252349440 445548 33554432000 4194304 4625164 140735289633552 18446744073709551615 4488051 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=2199560 CPUtime=806.1 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 164948 0 0 0 80568 42 0 0 25 0 4 0 748606351 2252349440 445548 33554432000 4194304 4625164 140735289633552 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=2199560 CPUtime=755.25 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 4796520 0 0 0 74795 730 0 0 25 0 4 0 748606351 2252349440 445548 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3495.89
Current children cumulated vsize (KiB) 2199560

[startup+1122.3 s]
/proc/loadavg: 6.08 7.16 8.31 7/509 31176
/proc/meminfo: memFree=14176380/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=2199560 CPUtime=3734.87 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 6278789 0 0 0 372490 997 0 0 25 0 4 0 748606344 2252349440 451467 33554432000 4194304 4625164 140735289633552 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 549890 451467 358 106 0 545393 0
[pid=31125/tid=31127] ppid=31123 vsize=2199560 CPUtime=985.4 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 140348 0 0 0 98509 31 0 0 25 0 4 0 748606351 2252349440 451467 33554432000 4194304 4625164 140735289633552 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=2199560 CPUtime=866.1 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 165002 0 0 0 86568 42 0 0 25 0 4 0 748606351 2252349440 451467 33554432000 4194304 4625164 140735289633552 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=2199560 CPUtime=815.25 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 5277581 0 0 0 80716 809 0 0 25 0 4 0 748606351 2252349440 451467 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3734.87
Current children cumulated vsize (KiB) 2199560

[startup+1182.3 s]
/proc/loadavg: 6.03 6.95 8.16 7/509 31178
/proc/meminfo: memFree=14066984/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=2535944 CPUtime=3973.84 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 6838002 0 0 0 396298 1086 0 0 25 0 4 0 748606344 2596806656 479840 33554432000 4194304 4625164 140735289633552 18446744073709551615 4393112 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 633986 479840 358 106 0 629489 0
[pid=31125/tid=31127] ppid=31123 vsize=2535944 CPUtime=1044.38 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 140506 0 0 0 104407 31 0 0 25 0 4 0 748606351 2596806656 479840 33554432000 4194304 4625164 140735289633552 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=2535944 CPUtime=926.1 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 165054 0 0 0 92568 42 0 0 25 0 4 0 748606351 2596806656 479840 33554432000 4194304 4625164 140735289633552 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=2535944 CPUtime=875.25 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 5644230 0 0 0 86651 874 0 0 25 0 4 0 748606351 2596806656 479840 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3973.84
Current children cumulated vsize (KiB) 2535944

[startup+1242.3 s]
/proc/loadavg: 6.10 6.80 8.03 7/509 31180
/proc/meminfo: memFree=14048228/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=2535944 CPUtime=4212.81 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 7242783 0 0 0 420117 1164 0 0 25 0 4 0 748606344 2596806656 485701 33554432000 4194304 4625164 140735289633552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 633986 485701 358 106 0 629489 0
[pid=31125/tid=31127] ppid=31123 vsize=2535944 CPUtime=1103.34 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 140753 0 0 0 110302 32 0 0 25 0 4 0 748606351 2596806656 485701 33554432000 4194304 4625164 140735289633552 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=2535944 CPUtime=986.1 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 165108 0 0 0 98568 42 0 0 25 0 4 0 748606351 2596806656 485701 33554432000 4194304 4625164 140735289633552 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=2535944 CPUtime=935.25 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 6046805 0 0 0 92575 950 0 0 25 0 4 0 748606351 2596806656 485701 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4212.81
Current children cumulated vsize (KiB) 2535944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.08 6.67 7.91 7/509 31182
/proc/meminfo: memFree=14003184/32951124 swapFree=45193380/67111528
[pid=31125] ppid=31123 vsize=2535944 CPUtime=4442.68 cores=0,2,4,6
/proc/31125/stat : 31125 (SArTagnan) R 31123 31125 30701 0 -1 4202496 7784664 0 0 0 443015 1253 0 0 25 0 4 0 748606344 2596806656 495326 33554432000 4194304 4625164 140735289633552 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31125/statm: 633986 495326 349 106 0 629489 0
[pid=31125/tid=31127] ppid=31123 vsize=2535944 CPUtime=1160.07 cores=0,2,4,6
/proc/31125/task/31127/stat : 31127 (SArTagnan) R 31123 31125 30701 0 -1 4202560 141017 0 0 0 115975 32 0 0 25 0 4 0 748606351 2596806656 495326 33554432000 4194304 4625164 140735289633552 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31125/tid=31128] ppid=31123 vsize=2535944 CPUtime=1043.8 cores=0,2,4,6
/proc/31125/task/31128/stat : 31128 (SArTagnan) R 31123 31125 30701 0 -1 4202560 166057 0 0 0 104338 42 0 0 25 0 4 0 748606351 2596806656 495326 33554432000 4194304 4625164 140735289633552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31125/tid=31129] ppid=31123 vsize=2535944 CPUtime=992.97 cores=0,2,4,6
/proc/31125/task/31129/stat : 31129 (SArTagnan) R 31123 31125 30701 0 -1 4202560 6569290 0 0 0 98263 1034 0 0 25 0 4 0 748606351 2596806656 495326 33554432000 4194304 4625164 140735289633552 18446744073709551615 4334224 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4442.68
Current children cumulated vsize (KiB) 2535944

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.11
CPU time (s): 4442.79
CPU user time (s): 4430.17
CPU system time (s): 12.6231
CPU usage (%): 341.724
Max. virtual memory (cumulated for all children) (KiB): 3207644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4430.17
system time used= 12.6231
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7784664
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= 4280
involuntary context switches= 26029

runsolver used 6.63399 second user time and 15.7176 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-17 00:09:17
IDJOB=3385845
IDBENCH=88225
IDSOLVER=1871
FILE ID=node118/3385845-1305583757
RUNJOBID= node118-1305582131-30719
PBS_JOBID= 13350301
Free space on /tmp= 73136 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p15-s54275047.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385845-1305583757/watcher-3385845-1305583757 -o /tmp/evaluation-result-3385845-1305583757/solver-3385845-1305583757 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385845-1305583757.cnf -threads=4

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

MD5SUM BENCH= 67948a6aed9ea09317abe3c8a9a27a03
RANDOM SEED=2057166499

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15431940 kB
Buffers:        321048 kB
Cached:        4955256 kB
SwapCached:      22068 kB
Active:       14435680 kB
Inactive:      2744360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15431940 kB
SwapTotal:    67111528 kB
SwapFree:     45193380 kB
Dirty:            3912 kB
Writeback:           0 kB
AnonPages:    11894964 kB
Mapped:          27760 kB
Slab:           160248 kB
PageTables:     110580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163315864 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= 73140 MiB
End job on node118 at 2011-05-17 00:30:59