Trace number 3264644

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-03-24? (TO) 4800.37 1201.8

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l2.used-as.sat04-894.cnf
MD5SUMb3ddb2ee2bb2b83e1c98b2a9018351fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark590.41
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
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: 935)

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

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

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


[startup+0 s]
/proc/loadavg: 8.04 7.94 7.95 5/180 10029
/proc/meminfo: memFree=29346636/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=19892 CPUtime=0 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 678 0 0 0 0 0 0 0 25 0 1 0 502898466 20369408 615 33554432000 4194304 4623224 140735830576256 18446744073709551615 254261313744 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10029/statm: 4973 627 297 105 0 477 0

[startup+0.069009 s]
/proc/loadavg: 8.04 7.94 7.95 5/180 10029
/proc/meminfo: memFree=29346636/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=260900 CPUtime=0.22 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 7519 0 0 0 21 1 0 0 25 0 4 0 502898466 267161600 4280 33554432000 4194304 4623224 140735830576256 18446744073709551615 254261659831 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 65225 4280 340 105 0 60729 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 260900

[startup+0.116958 s]
/proc/loadavg: 8.04 7.94 7.95 5/180 10029
/proc/meminfo: memFree=29346636/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=270212 CPUtime=0.4 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 14180 0 0 0 39 1 0 0 25 0 4 0 502898466 276697088 7642 33554432000 4194304 4623224 140735830576256 18446744073709551615 254261272583 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 67553 7642 341 105 0 63057 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 270212

[startup+0.300928 s]
/proc/loadavg: 8.04 7.94 7.95 5/180 10029
/proc/meminfo: memFree=29346636/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=270212 CPUtime=1.14 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 14923 0 0 0 113 1 0 0 25 0 4 0 502898466 276697088 7667 33554432000 4194304 4623224 140735830576256 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 67553 7667 344 105 0 63057 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 270212

[startup+0.700858 s]
/proc/loadavg: 8.04 7.94 7.95 5/180 10029
/proc/meminfo: memFree=29346636/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=271500 CPUtime=2.74 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 18496 0 0 0 272 2 0 0 25 0 4 0 502898466 278016000 8034 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510327 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 67875 8034 344 105 0 63379 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 271500

[startup+1.50072 s]
/proc/loadavg: 8.04 7.94 7.95 9/184 10033
/proc/meminfo: memFree=29312676/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=274040 CPUtime=5.93 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 25910 0 0 0 590 3 0 0 25 0 4 0 502898466 280616960 9367 33554432000 4194304 4623224 140735830576256 18446744073709551615 4360117 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 68510 9367 344 105 0 64014 0
[pid=10029/tid=10031] ppid=10027 vsize=274040 CPUtime=1.47 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 3246 0 0 0 147 0 0 0 25 0 4 0 502898467 280616960 9367 33554432000 4194304 4623224 140735830576256 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=274040 CPUtime=1.47 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 1852 0 0 0 147 0 0 0 20 0 4 0 502898467 280616960 9367 33554432000 4194304 4623224 140735830576256 18446744073709551615 4460986 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=274040 CPUtime=1.47 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 12166 0 0 0 146 1 0 0 25 0 4 0 502898467 280616960 9367 33554432000 4194304 4623224 140735830576256 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 274040

[startup+3.10043 s]
/proc/loadavg: 8.04 7.94 7.95 9/184 10033
/proc/meminfo: memFree=29303748/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=278472 CPUtime=12.32 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 42464 0 0 0 1226 6 0 0 25 0 4 0 502898466 285155328 12321 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510116 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 69618 12321 344 105 0 65122 0
[pid=10029/tid=10031] ppid=10027 vsize=278472 CPUtime=3.07 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 4808 0 0 0 307 0 0 0 25 0 4 0 502898467 285155328 12322 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376820 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=278472 CPUtime=3.07 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 3228 0 0 0 307 0 0 0 25 0 4 0 502898467 285155328 12324 33554432000 4194304 4623224 140735830576256 18446744073709551615 254261277729 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=278472 CPUtime=3.07 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 25507 0 0 0 304 3 0 0 25 0 4 0 502898467 285155328 12324 33554432000 4194304 4623224 140735830576256 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 278472

[startup+6.30086 s]
/proc/loadavg: 8.04 7.94 7.95 9/184 10033
/proc/meminfo: memFree=29276956/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=294228 CPUtime=25.11 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 62149 0 0 0 2500 11 0 0 25 0 4 0 502898466 301289472 18013 33554432000 4194304 4623224 140735830576256 18446744073709551615 4511014 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 73557 18013 344 105 0 69061 0
[pid=10029/tid=10031] ppid=10027 vsize=294228 CPUtime=6.28 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 6151 0 0 0 627 1 0 0 25 0 4 0 502898467 301289472 18013 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=294228 CPUtime=6.27 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 7671 0 0 0 625 2 0 0 25 0 4 0 502898467 301289472 18013 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=294228 CPUtime=6.27 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 37195 0 0 0 622 5 0 0 25 0 4 0 502898467 301289472 18013 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376649 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 294228

[startup+12.7007 s]
/proc/loadavg: 8.03 7.94 7.95 9/184 10033
/proc/meminfo: memFree=29233672/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=309052 CPUtime=50.67 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 75396 0 0 0 5051 16 0 0 25 0 4 0 502898466 316469248 26679 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510627 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 77263 26679 344 105 0 72767 0
[pid=10029/tid=10031] ppid=10027 vsize=309052 CPUtime=12.67 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 10514 0 0 0 1265 2 0 0 25 0 4 0 502898467 316469248 26679 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=309052 CPUtime=12.68 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 10527 0 0 0 1263 5 0 0 25 0 4 0 502898467 316469248 26679 33554432000 4194304 4623224 140735830576256 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=309052 CPUtime=12.68 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 39660 0 0 0 1262 6 0 0 25 0 4 0 502898467 316469248 26679 33554432000 4194304 4623224 140735830576256 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 309052

[startup+25.5004 s]
/proc/loadavg: 8.10 7.96 7.96 10/184 10034
/proc/meminfo: memFree=29147232/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=321552 CPUtime=101.8 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 132977 0 0 0 10149 31 0 0 25 0 4 0 502898466 329269248 39309 33554432000 4194304 4623224 140735830576256 18446744073709551615 4416149 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 80388 39309 345 105 0 75892 0
[pid=10029/tid=10031] ppid=10027 vsize=321552 CPUtime=25.47 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 16031 0 0 0 2542 5 0 0 25 0 4 0 502898467 329269248 39309 33554432000 4194304 4623224 140735830576256 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=321552 CPUtime=25.47 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 17052 0 0 0 2538 9 0 0 25 0 4 0 502898467 329269248 39309 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=321552 CPUtime=25.47 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 84320 0 0 0 2534 13 0 0 25 0 4 0 502898467 329269248 39309 33554432000 4194304 4623224 140735830576256 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 321552

[startup+51.1009 s]
/proc/loadavg: 8.07 7.96 7.96 9/184 10034
/proc/meminfo: memFree=29020212/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=374360 CPUtime=204.07 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 299402 0 0 0 20343 64 0 0 25 0 4 0 502898466 383344640 65707 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 93590 65707 490 105 0 89094 0
[pid=10029/tid=10031] ppid=10027 vsize=374360 CPUtime=51.08 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 23294 0 0 0 5101 7 0 0 25 0 4 0 502898467 383344640 65707 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=374360 CPUtime=51.08 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 27479 0 0 0 5092 16 0 0 25 0 4 0 502898467 383344640 65707 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=374360 CPUtime=51.07 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 219740 0 0 0 5072 35 0 0 25 0 4 0 502898467 383344640 65707 33554432000 4194304 4623224 140735830576256 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 374360

[startup+102.307 s]
/proc/loadavg: 8.03 7.97 7.96 9/184 10036
/proc/meminfo: memFree=28819056/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=564284 CPUtime=408.61 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 541418 0 0 0 40743 118 0 0 25 0 4 0 502898466 577826816 92159 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 141071 92159 383 105 0 136575 0
[pid=10029/tid=10031] ppid=10027 vsize=564284 CPUtime=102.28 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 34035 0 0 0 10214 14 0 0 25 0 4 0 502898467 577826816 92159 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=564284 CPUtime=102.28 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 39341 0 0 0 10207 21 0 0 25 0 4 0 502898467 577826816 92159 33554432000 4194304 4623224 140735830576256 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=564284 CPUtime=102.28 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 425451 0 0 0 10154 74 0 0 25 0 4 0 502898467 577826816 92159 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 564284

[startup+162.301 s]
/proc/loadavg: 8.01 7.97 7.96 9/184 10037
/proc/meminfo: memFree=28649660/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=690364 CPUtime=648.27 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 662035 0 0 0 64676 151 0 0 25 0 4 0 502898466 706932736 126349 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 172591 126349 345 105 0 168095 0
[pid=10029/tid=10031] ppid=10027 vsize=690364 CPUtime=162.28 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 51527 0 0 0 16204 24 0 0 25 0 4 0 502898467 706932736 126349 33554432000 4194304 4623224 140735830576256 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=690364 CPUtime=162.28 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 69055 0 0 0 16196 32 0 0 25 0 4 0 502898467 706932736 126349 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=690364 CPUtime=162.27 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 480785 0 0 0 16143 84 0 0 25 0 4 0 502898467 706932736 126349 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.27
Current children cumulated vsize (KiB) 690364

[startup+222.3 s]
/proc/loadavg: 8.00 7.97 7.96 9/184 10039
/proc/meminfo: memFree=28488184/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=849228 CPUtime=887.95 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 1041003 0 0 0 88572 223 0 0 25 0 4 0 502898466 869609472 157009 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 212307 157009 345 105 0 207811 0
[pid=10029/tid=10031] ppid=10027 vsize=849228 CPUtime=222.27 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 70569 0 0 0 22195 32 0 0 25 0 4 0 502898467 869609472 157009 33554432000 4194304 4623224 140735830576256 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=849228 CPUtime=222.27 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 80638 0 0 0 22190 37 0 0 25 0 4 0 502898467 869609472 157009 33554432000 4194304 4623224 140735830576256 18446744073709551615 254261642346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=849360 CPUtime=222.28 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 813197 0 0 0 22089 139 0 0 25 0 4 0 502898467 869744640 157009 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.95
Current children cumulated vsize (KiB) 849228

[startup+282.301 s]

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

[pid=10029] ppid=10027 vsize=1789192 CPUtime=2805.35 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 3732456 0 0 0 279818 717 0 0 25 0 4 0 502898466 1832132608 349401 33554432000 4194304 4623224 140735830576256 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 447298 349401 345 105 0 442802 0
[pid=10029/tid=10031] ppid=10027 vsize=1789192 CPUtime=702.28 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 166758 0 0 0 70142 86 0 0 25 0 4 0 502898467 1832132608 349401 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=1789192 CPUtime=702.29 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 219730 0 0 0 70163 66 0 0 25 0 4 0 502898467 1832132608 349401 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=1789192 CPUtime=702.27 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 3168041 0 0 0 69693 534 0 0 25 0 4 0 502898467 1832132608 349401 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 1789192

[startup+762.306 s]
/proc/loadavg: 8.13 8.07 8.00 9/184 10056
/proc/meminfo: memFree=27245984/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=1843084 CPUtime=3045.03 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 4046675 0 0 0 303726 777 0 0 25 0 4 0 502898466 1887318016 374625 33554432000 4194304 4623224 140735830576256 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 460771 374625 354 105 0 456275 0
[pid=10029/tid=10031] ppid=10027 vsize=1843084 CPUtime=762.29 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 170940 0 0 0 76138 91 0 0 25 0 4 0 502898467 1887318016 374625 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=1843084 CPUtime=762.29 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 223059 0 0 0 76162 67 0 0 25 0 4 0 502898467 1887318016 374625 33554432000 4194304 4623224 140735830576256 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=1843084 CPUtime=762.28 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 3439704 0 0 0 75646 582 0 0 25 0 4 0 502898467 1887318016 374625 33554432000 4194304 4623224 140735830576256 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 1843084

[startup+822.301 s]
/proc/loadavg: 8.11 8.07 8.00 9/184 10058
/proc/meminfo: memFree=27142800/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=1854436 CPUtime=3284.7 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 4335335 0 0 0 327639 831 0 0 25 0 4 0 502898466 1898942464 390062 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 463609 390062 356 105 0 459113 0
[pid=10029/tid=10031] ppid=10027 vsize=1854436 CPUtime=822.28 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 173713 0 0 0 82131 97 0 0 25 0 4 0 502898467 1898942464 390062 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=1854436 CPUtime=822.29 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 228216 0 0 0 82159 70 0 0 25 0 4 0 502898467 1898942464 390062 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=1854436 CPUtime=822.27 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 3715961 0 0 0 81601 626 0 0 25 0 4 0 502898467 1898942464 390062 33554432000 4194304 4623224 140735830576256 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 1854436

[startup+882.301 s]
/proc/loadavg: 8.10 8.07 8.00 9/184 10060
/proc/meminfo: memFree=27068992/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=1865260 CPUtime=3524.37 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 4622424 0 0 0 351549 888 0 0 25 0 4 0 502898466 1910026240 402155 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 466315 402155 345 105 0 461819 0
[pid=10029/tid=10031] ppid=10027 vsize=1865260 CPUtime=882.29 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 176410 0 0 0 88128 101 0 0 25 0 4 0 502898467 1910026240 402155 33554432000 4194304 4623224 140735830576256 18446744073709551615 4377158 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=1865260 CPUtime=882.29 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 231220 0 0 0 88157 72 0 0 25 0 4 0 502898467 1910026240 402155 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=1865260 CPUtime=882.27 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 3992948 0 0 0 87552 675 0 0 25 0 4 0 502898467 1910026240 402155 33554432000 4194304 4623224 140735830576256 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 1865260

[startup+942.3 s]
/proc/loadavg: 8.09 8.07 8.00 9/184 10061
/proc/meminfo: memFree=26984528/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=1940696 CPUtime=3764.05 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 4901357 0 0 0 375461 944 0 0 25 0 4 0 502898466 1987272704 416935 33554432000 4194304 4623224 140735830576256 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 485174 416935 347 105 0 480678 0
[pid=10029/tid=10031] ppid=10027 vsize=1940696 CPUtime=942.28 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 178607 0 0 0 94123 105 0 0 25 0 4 0 502898467 1987272704 416935 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=1940696 CPUtime=942.29 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 233958 0 0 0 94155 74 0 0 25 0 4 0 502898467 1987272704 416935 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=1940696 CPUtime=942.26 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 4261402 0 0 0 93503 723 0 0 25 0 4 0 502898467 1987272704 416935 33554432000 4194304 4623224 140735830576256 18446744073709551615 4577476 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 1940696

[startup+1002.3 s]
/proc/loadavg: 8.09 8.07 8.00 9/184 10063
/proc/meminfo: memFree=26896456/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=2146228 CPUtime=4003.72 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 5066587 0 0 0 399395 977 0 0 25 0 4 0 502898466 2197737472 432381 33554432000 4194304 4623224 140735830576256 18446744073709551615 4517544 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 536557 432381 348 105 0 532061 0
[pid=10029/tid=10031] ppid=10027 vsize=2146228 CPUtime=1002.29 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 181180 0 0 0 100120 109 0 0 25 0 4 0 502898467 2197737472 432381 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=2146228 CPUtime=1002.29 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 236509 0 0 0 100153 76 0 0 25 0 4 0 502898467 2197737472 432381 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=2146228 CPUtime=1002.27 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 4378124 0 0 0 99482 745 0 0 25 0 4 0 502898467 2197737472 432381 33554432000 4194304 4623224 140735830576256 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 2146228

[startup+1062.3 s]
/proc/loadavg: 7.80 8.00 7.98 9/184 10095
/proc/meminfo: memFree=27487344/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=2229192 CPUtime=4243.41 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 5384144 0 0 0 423305 1036 0 0 25 0 4 0 502898466 2282692608 444999 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 557298 444999 345 105 0 552802 0
[pid=10029/tid=10031] ppid=10027 vsize=2229192 CPUtime=1062.28 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 183529 0 0 0 106117 111 0 0 25 0 4 0 502898467 2282692608 444999 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=2229192 CPUtime=1062.3 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 239726 0 0 0 106152 78 0 0 25 0 4 0 502898467 2282692608 444999 33554432000 4194304 4623224 140735830576256 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=2229192 CPUtime=1062.27 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 4650154 0 0 0 105433 794 0 0 25 0 4 0 502898467 2282692608 444999 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376735 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 2229192

[startup+1122.3 s]
/proc/loadavg: 7.98 8.01 7.99 9/184 10097
/proc/meminfo: memFree=27224056/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=2272700 CPUtime=4483.06 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 5676344 0 0 0 447212 1094 0 0 25 0 4 0 502898466 2327244800 458365 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 568175 458365 359 105 0 563679 0
[pid=10029/tid=10031] ppid=10027 vsize=2272700 CPUtime=1122.29 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 194492 0 0 0 112113 116 0 0 25 0 4 0 502898467 2327244800 458365 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=2272700 CPUtime=1122.27 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 242243 0 0 0 112147 80 0 0 25 0 4 0 502898467 2327244800 458365 33554432000 4194304 4623224 140735830576256 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=2272700 CPUtime=1122.27 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 4924236 0 0 0 111383 844 0 0 25 0 4 0 502898467 2327244800 458365 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 2272700

[startup+1182.3 s]
/proc/loadavg: 8.04 8.02 7.99 9/184 10099
/proc/meminfo: memFree=26696924/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=2346288 CPUtime=4722.74 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 5948762 0 0 0 471127 1147 0 0 25 0 4 0 502898466 2402598912 474959 33554432000 4194304 4623224 140735830576256 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 586572 474959 353 105 0 582076 0
[pid=10029/tid=10031] ppid=10027 vsize=2346288 CPUtime=1182.28 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 196884 0 0 0 118108 120 0 0 25 0 4 0 502898467 2402598912 474959 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=2346288 CPUtime=1182.28 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 249401 0 0 0 118145 83 0 0 25 0 4 0 502898467 2402598912 474959 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=2346288 CPUtime=1182.27 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 5183815 0 0 0 117338 889 0 0 25 0 4 0 502898467 2402598912 474959 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 2346288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.03 8.02 7.99 9/184 10099
/proc/meminfo: memFree=26077036/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=2349456 CPUtime=4800.25 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 6032848 0 0 0 478863 1162 0 0 25 0 4 0 502898466 2405842944 479049 33554432000 4194304 4623224 140735830576256 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 587364 479049 354 105 0 582868 0
[pid=10029/tid=10031] ppid=10027 vsize=2349456 CPUtime=1201.69 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 197513 0 0 0 120048 121 0 0 25 0 4 0 502898467 2405842944 479049 33554432000 4194304 4623224 140735830576256 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=2349456 CPUtime=1201.68 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 250285 0 0 0 120085 83 0 0 25 0 4 0 502898467 2405842944 479049 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=2349456 CPUtime=1201.68 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 5263822 0 0 0 119266 902 0 0 25 0 4 0 502898467 2405842944 479049 33554432000 4194304 4623224 140735830576256 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2349456

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

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

[startup+1201.7 s]
/proc/loadavg: 8.03 8.02 7.99 9/184 10099
/proc/meminfo: memFree=26077036/32951124 swapFree=67111348/67111528
[pid=10029] ppid=10027 vsize=2349456 CPUtime=4800.25 cores=1,3,5,7
/proc/10029/stat : 10029 (SArTagnan) R 10027 10029 9954 0 -1 4202496 6032848 0 0 0 478863 1162 0 0 25 0 4 0 502898466 2405842944 479049 33554432000 4194304 4623224 140735830576256 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10029/statm: 587364 479049 354 105 0 582868 0
[pid=10029/tid=10031] ppid=10027 vsize=2349456 CPUtime=1201.69 cores=1,3,5,7
/proc/10029/task/10031/stat : 10031 (SArTagnan) R 10027 10029 9954 0 -1 4202560 197513 0 0 0 120048 121 0 0 25 0 4 0 502898467 2405842944 479049 33554432000 4194304 4623224 140735830576256 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10029/tid=10032] ppid=10027 vsize=2349456 CPUtime=1201.68 cores=1,3,5,7
/proc/10029/task/10032/stat : 10032 (SArTagnan) R 10027 10029 9954 0 -1 4202560 250285 0 0 0 120085 83 0 0 25 0 4 0 502898467 2405842944 479049 33554432000 4194304 4623224 140735830576256 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10029/tid=10033] ppid=10027 vsize=2349456 CPUtime=1201.68 cores=1,3,5,7
/proc/10029/task/10033/stat : 10033 (SArTagnan) R 10027 10029 9954 0 -1 4202560 5263822 0 0 0 119266 902 0 0 25 0 4 0 502898467 2405842944 479049 33554432000 4194304 4623224 140735830576256 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2349456

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.8
CPU time (s): 4800.37
CPU user time (s): 4788.66
CPU system time (s): 11.7092
CPU usage (%): 399.432
Max. virtual memory (cumulated for all children) (KiB): 2376000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.66
system time used= 11.7092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6032849
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= 2055
involuntary context switches= 28138

runsolver used 1.77573 second user time and 4.78827 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 21:20:31
IDJOB=3264644
IDBENCH=84761
IDSOLVER=1656
FILE ID=node140/3264644-1304104831
RUNJOBID= node140-1304104680-9973
PBS_JOBID= 13170652
Free space on /tmp= 72664 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l2.used-as.sat04-894.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264644-1304104831/watcher-3264644-1304104831 -o /tmp/evaluation-result-3264644-1304104831/solver-3264644-1304104831 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3264644-1304104831.cnf -threads=4

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

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
RANDOM SEED=117472828

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29346916 kB
Buffers:       1008020 kB
Cached:        1648900 kB
SwapCached:        180 kB
Active:         659424 kB
Inactive:      2455296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29346916 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:      457064 kB
Mapped:          15376 kB
Slab:           426328 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   654772 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= 72588 MiB
End job on node140 at 2011-04-29 21:40:35