Trace number 3262532

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.09 1201.66

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_462.cnf
MD5SUM4975f32607352c0a4d9db1abea12627a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.62714
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses28738
Sum of the clauses size129678
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326363
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52298

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-3262532-1304095045/watcher-3262532-1304095045 -o /tmp/evaluation-result-3262532-1304095045/solver-3262532-1304095045 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3262532-1304095045.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.14 8.08 7.97 5/180 21478
/proc/meminfo: memFree=30222020/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=19804 CPUtime=0 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 675 0 0 0 0 0 0 0 25 0 1 0 599735059 20279296 576 33554432000 4194304 4623224 140734628503264 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21478/statm: 4951 578 297 105 0 455 0

[startup+0.020893 s]
/proc/loadavg: 8.14 8.08 7.97 5/180 21478
/proc/meminfo: memFree=30222020/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=56284 CPUtime=0.01 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 2768 0 0 0 1 0 0 0 25 0 4 0 599735059 57634816 2046 33554432000 4194304 4623224 140734628503264 18446744073709551615 47470285711282 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 14071 2046 302 105 0 9575 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 56284

[startup+0.131839 s]
/proc/loadavg: 8.14 8.08 7.97 5/180 21478
/proc/meminfo: memFree=30222020/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=192772 CPUtime=0.45 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 5584 0 0 0 45 0 0 0 25 0 4 0 599735059 197398528 3116 33554432000 4194304 4623224 140734628503264 18446744073709551615 260020051881 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 48193 3116 337 105 0 43697 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 192772

[startup+0.300809 s]
/proc/loadavg: 8.14 8.08 7.97 5/180 21478
/proc/meminfo: memFree=30222020/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=192936 CPUtime=1.12 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 7398 0 0 0 112 0 0 0 25 0 4 0 599735059 197566464 3484 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510177 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 48234 3484 337 105 0 43738 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 192936

[startup+0.700737 s]
/proc/loadavg: 8.14 8.08 7.97 5/180 21478
/proc/meminfo: memFree=30222020/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=195688 CPUtime=2.72 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 12644 0 0 0 271 1 0 0 25 0 4 0 599735059 200384512 4411 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510110 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 48922 4411 337 105 0 44426 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 195688

[startup+1.50059 s]
/proc/loadavg: 8.13 8.08 7.97 9/184 21482
/proc/meminfo: memFree=30200680/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=198456 CPUtime=5.92 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 18841 0 0 0 590 2 0 0 25 0 4 0 599735059 203218944 6042 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 49614 6042 341 105 0 45118 0
[pid=21478/tid=21480] ppid=21476 vsize=198456 CPUtime=1.47 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 2272 0 0 0 147 0 0 0 25 0 4 0 599735061 203218944 6042 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=198456 CPUtime=1.47 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 1503 0 0 0 147 0 0 0 25 0 4 0 599735061 203218944 6042 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=198456 CPUtime=1.46 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 11493 0 0 0 145 1 0 0 25 0 4 0 599735061 203218944 6042 33554432000 4194304 4623224 140734628503264 18446744073709551615 260020063159 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 198456

[startup+3.1003 s]
/proc/loadavg: 8.13 8.08 7.97 9/184 21482
/proc/meminfo: memFree=30191044/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=203660 CPUtime=12.31 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 33632 0 0 0 1227 4 0 0 25 0 4 0 599735059 208547840 8843 33554432000 4194304 4623224 140734628503264 18446744073709551615 4415920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 50915 8843 342 105 0 46419 0
[pid=21478/tid=21480] ppid=21476 vsize=203660 CPUtime=3.07 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 3917 0 0 0 307 0 0 0 25 0 4 0 599735061 208547840 8843 33554432000 4194304 4623224 140734628503264 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=203660 CPUtime=3.07 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 2663 0 0 0 307 0 0 0 25 0 4 0 599735061 208547840 8843 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=203660 CPUtime=3.06 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 23126 0 0 0 303 3 0 0 25 0 4 0 599735061 208547840 8843 33554432000 4194304 4623224 140734628503264 18446744073709551615 4550495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 203660

[startup+6.3007 s]
/proc/loadavg: 8.12 8.08 7.97 9/184 21482
/proc/meminfo: memFree=30169656/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=214996 CPUtime=25.09 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 56184 0 0 0 2502 7 0 0 25 0 4 0 599735059 220155904 13618 33554432000 4194304 4623224 140734628503264 18446744073709551615 4415920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 53749 13618 343 105 0 49253 0
[pid=21478/tid=21480] ppid=21476 vsize=214996 CPUtime=6.26 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 5904 0 0 0 626 0 0 0 25 0 4 0 599735061 220155904 13618 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376846 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=214996 CPUtime=6.27 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 4041 0 0 0 627 0 0 0 25 0 4 0 599735061 220155904 13618 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=214996 CPUtime=6.24 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 41781 0 0 0 619 5 0 0 25 0 4 0 599735061 220155904 13618 33554432000 4194304 4623224 140734628503264 18446744073709551615 4365056 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 214996

[startup+12.7005 s]
/proc/loadavg: 8.11 8.08 7.97 9/184 21482
/proc/meminfo: memFree=30130736/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=232424 CPUtime=50.66 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 102790 0 0 0 5052 14 0 0 25 0 4 0 599735059 238002176 20144 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 58106 20144 342 105 0 53610 0
[pid=21478/tid=21480] ppid=21476 vsize=232424 CPUtime=12.66 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 9268 0 0 0 1265 1 0 0 25 0 4 0 599735061 238002176 20144 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=232424 CPUtime=12.66 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 6579 0 0 0 1266 0 0 0 25 0 4 0 599735061 238002176 20144 33554432000 4194304 4623224 140734628503264 18446744073709551615 4366346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=232424 CPUtime=12.6 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 81260 0 0 0 1250 10 0 0 25 0 4 0 599735061 238002176 20144 33554432000 4194304 4623224 140734628503264 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 232424

[startup+25.5012 s]
/proc/loadavg: 8.09 8.08 7.97 9/184 21482
/proc/meminfo: memFree=30075184/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=249820 CPUtime=101.79 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 192410 0 0 0 10149 30 0 0 25 0 4 0 599735059 255815680 33956 33554432000 4194304 4623224 140734628503264 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 62455 33956 355 105 0 57959 0
[pid=21478/tid=21480] ppid=21476 vsize=249820 CPUtime=25.47 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 15663 0 0 0 2544 3 0 0 25 0 4 0 599735061 255815680 33956 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=249820 CPUtime=25.46 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 10739 0 0 0 2545 1 0 0 25 0 4 0 599735061 255815680 33956 33554432000 4194304 4623224 140734628503264 18446744073709551615 4377724 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=249820 CPUtime=25.33 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 159054 0 0 0 2509 24 0 0 25 0 4 0 599735061 255815680 33956 33554432000 4194304 4623224 140734628503264 18446744073709551615 4545395 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 249820

[startup+51.1004 s]
/proc/loadavg: 8.11 8.08 7.98 9/184 21483
/proc/meminfo: memFree=30010028/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=343596 CPUtime=204.05 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 375778 0 0 0 20344 61 0 0 25 0 4 0 599735059 351842304 51689 33554432000 4194304 4623224 140734628503264 18446744073709551615 4517719 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 85899 51689 888 105 0 81403 0
[pid=21478/tid=21480] ppid=21476 vsize=343596 CPUtime=51.07 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 23229 0 0 0 5103 4 0 0 25 0 4 0 599735061 351842304 51689 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=343596 CPUtime=51.06 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 21125 0 0 0 5104 2 0 0 25 0 4 0 599735061 351842304 51689 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=343596 CPUtime=50.79 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 321783 0 0 0 5027 52 0 0 25 0 4 0 599735061 351842304 51689 33554432000 4194304 4623224 140734628503264 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 343596

[startup+102.307 s]
/proc/loadavg: 8.34 8.13 8.00 10/185 21487
/proc/meminfo: memFree=29840824/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=414756 CPUtime=408.59 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 485225 0 0 0 40780 79 0 0 25 0 4 0 599735059 424710144 73181 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510978 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 103689 73181 419 105 0 99193 0
[pid=21478/tid=21480] ppid=21476 vsize=414756 CPUtime=102.27 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 35984 0 0 0 10221 6 0 0 25 0 4 0 599735061 424710144 73181 33554432000 4194304 4623224 140734628503264 18446744073709551615 4463380 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=414756 CPUtime=102.27 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 24252 0 0 0 10223 4 0 0 25 0 4 0 599735061 424710144 73181 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=414756 CPUtime=101.72 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 410851 0 0 0 10106 66 0 0 25 0 4 0 599735061 424710144 73181 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 414756

[startup+162.301 s]
/proc/loadavg: 8.28 8.15 8.01 9/184 21489
/proc/meminfo: memFree=29733948/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=635004 CPUtime=648.25 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 702604 0 0 0 64710 115 0 0 25 0 4 0 599735059 650244096 98744 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 158751 98744 885 105 0 154255 0
[pid=21478/tid=21480] ppid=21476 vsize=635004 CPUtime=162.27 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 49981 0 0 0 16218 9 0 0 25 0 4 0 599735061 650244096 98744 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376735 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=635004 CPUtime=162.26 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 34802 0 0 0 16221 5 0 0 25 0 4 0 599735061 650244096 98744 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=635004 CPUtime=161.39 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 590715 0 0 0 16043 96 0 0 25 0 4 0 599735061 650244096 98744 33554432000 4194304 4623224 140734628503264 18446744073709551615 4366866 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.25
Current children cumulated vsize (KiB) 635004

[startup+222.301 s]
/proc/loadavg: 8.22 8.15 8.02 9/184 21491
/proc/meminfo: memFree=29613096/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=672152 CPUtime=887.92 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 977547 0 0 0 88630 162 0 0 25 0 4 0 599735059 688283648 118871 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 168038 118871 1696 105 0 163542 0
[pid=21478/tid=21480] ppid=21476 vsize=672152 CPUtime=222.27 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 51362 0 0 0 22217 10 0 0 25 0 4 0 599735061 688283648 118871 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=672152 CPUtime=222.26 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 36159 0 0 0 22220 6 0 0 25 0 4 0 599735061 688283648 118871 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=672152 CPUtime=221.06 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 846958 0 0 0 21968 138 0 0 25 0 4 0 599735061 688283648 118871 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.92
Current children cumulated vsize (KiB) 672152

[startup+282.301 s]

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

[pid=21478] ppid=21476 vsize=1120652 CPUtime=2565.69 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 3280048 0 0 0 256044 525 0 0 25 0 4 0 599735059 1147547648 213224 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 280163 213224 471 105 0 275667 0
[pid=21478/tid=21480] ppid=21476 vsize=1120652 CPUtime=642.29 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 113641 0 0 0 64208 21 0 0 25 0 4 0 599735061 1147547648 213224 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=1120652 CPUtime=642.27 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 76521 0 0 0 64213 14 0 0 25 0 4 0 599735061 1147547648 213224 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=1120652 CPUtime=638.79 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 2942999 0 0 0 63418 461 0 0 25 0 4 0 599735061 1147547648 213224 33554432000 4194304 4623224 140734628503264 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.69
Current children cumulated vsize (KiB) 1120652

[startup+702.3 s]
/proc/loadavg: 8.14 8.08 8.01 9/184 21503
/proc/meminfo: memFree=28895928/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=1120652 CPUtime=2805.35 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 3623034 0 0 0 279958 577 0 0 25 0 4 0 599735059 1147547648 219732 33554432000 4194304 4623224 140734628503264 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 280163 219732 460 105 0 275667 0
[pid=21478/tid=21480] ppid=21476 vsize=1120652 CPUtime=702.29 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 116122 0 0 0 70207 22 0 0 25 0 4 0 599735061 1147547648 219732 33554432000 4194304 4623224 140734628503264 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=1120652 CPUtime=702.26 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 77205 0 0 0 70212 14 0 0 25 0 4 0 599735061 1147547648 219732 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=1120652 CPUtime=698.46 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 3268334 0 0 0 69337 509 0 0 25 0 4 0 599735061 1147547648 219732 33554432000 4194304 4623224 140734628503264 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 1120652

[startup+762.306 s]
/proc/loadavg: 8.16 8.09 8.02 9/184 21505
/proc/meminfo: memFree=28804228/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=1243512 CPUtime=3045.05 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 4031102 0 0 0 303866 639 0 0 25 0 4 0 599735059 1273356288 236298 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 310878 236298 471 105 0 306382 0
[pid=21478/tid=21480] ppid=21476 vsize=1243512 CPUtime=762.3 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 118136 0 0 0 76207 23 0 0 25 0 4 0 599735061 1273356288 236298 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=1243512 CPUtime=762.27 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 85875 0 0 0 76211 16 0 0 25 0 4 0 599735061 1273356288 236298 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=1243512 CPUtime=758.14 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 3657340 0 0 0 75247 567 0 0 25 0 4 0 599735061 1273356288 236298 33554432000 4194304 4623224 140734628503264 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 1243512

[startup+822.3 s]
/proc/loadavg: 7.54 7.97 7.98 5/175 21525
/proc/meminfo: memFree=29925964/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=1243512 CPUtime=3284.7 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 4516707 0 0 0 327758 712 0 0 25 0 4 0 599735059 1273356288 239112 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510108 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 310878 239112 358 105 0 306382 0
[pid=21478/tid=21480] ppid=21476 vsize=1243512 CPUtime=822.29 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 118576 0 0 0 82206 23 0 0 25 0 4 0 599735061 1273356288 239112 33554432000 4194304 4623224 140734628503264 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=1243512 CPUtime=822.26 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 86308 0 0 0 82210 16 0 0 25 0 4 0 599735061 1273356288 239112 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=1243512 CPUtime=817.82 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 4115964 0 0 0 81147 635 0 0 25 0 4 0 599735061 1273356288 239112 33554432000 4194304 4623224 140734628503264 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 1243512

[startup+882.3 s]
/proc/loadavg: 5.35 7.26 7.73 5/175 21526
/proc/meminfo: memFree=29893076/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=1243512 CPUtime=3524.4 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 4851165 0 0 0 351669 771 0 0 25 0 4 0 599735059 1273356288 247622 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 310878 247622 367 105 0 306382 0
[pid=21478/tid=21480] ppid=21476 vsize=1243512 CPUtime=882.29 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 120471 0 0 0 88205 24 0 0 25 0 4 0 599735061 1273356288 247622 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=1243512 CPUtime=882.26 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 87258 0 0 0 88209 17 0 0 25 0 4 0 599735061 1273356288 247622 33554432000 4194304 4623224 140734628503264 18446744073709551615 4465904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=1243512 CPUtime=877.51 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 4418507 0 0 0 87065 686 0 0 25 0 4 0 599735061 1273356288 247622 33554432000 4194304 4623224 140734628503264 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 1243512

[startup+942.3 s]
/proc/loadavg: 4.50 6.66 7.49 5/175 21528
/proc/meminfo: memFree=29867832/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=1336952 CPUtime=3764.1 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 5061962 0 0 0 375605 805 0 0 25 0 4 0 599735059 1369038848 253725 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 334238 253725 350 105 0 329742 0
[pid=21478/tid=21480] ppid=21476 vsize=1336952 CPUtime=942.3 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 121138 0 0 0 94205 25 0 0 25 0 4 0 599735061 1369038848 253725 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=1336952 CPUtime=942.27 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 88335 0 0 0 94209 18 0 0 25 0 4 0 599735061 1369038848 253725 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=1336952 CPUtime=937.19 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 4590319 0 0 0 93008 711 0 0 25 0 4 0 599735061 1369038848 253725 33554432000 4194304 4623224 140734628503264 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 1336952

[startup+1002.3 s]
/proc/loadavg: 4.18 6.18 7.27 5/175 21529
/proc/meminfo: memFree=29824716/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=1395696 CPUtime=4003.8 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 5443644 0 0 0 399515 865 0 0 25 0 4 0 599735059 1429192704 264438 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 348924 264438 364 105 0 344428 0
[pid=21478/tid=21480] ppid=21476 vsize=1395696 CPUtime=1002.3 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 128654 0 0 0 100204 26 0 0 25 0 4 0 599735061 1429192704 264438 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=1395696 CPUtime=1002.26 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 88949 0 0 0 100208 18 0 0 25 0 4 0 599735061 1429192704 264438 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=1395696 CPUtime=996.89 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 4962107 0 0 0 98919 770 0 0 25 0 4 0 599735061 1429192704 264438 33554432000 4194304 4623224 140734628503264 18446744073709551615 260020063194 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 1395696

[startup+1062.3 s]
/proc/loadavg: 4.06 5.78 7.06 5/175 21531
/proc/meminfo: memFree=29782852/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=1395696 CPUtime=4243.5 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 5972242 0 0 0 423406 944 0 0 25 0 4 0 599735059 1429192704 274296 33554432000 4194304 4623224 140734628503264 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 348924 274296 438 105 0 344428 0
[pid=21478/tid=21480] ppid=21476 vsize=1395696 CPUtime=1062.3 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 132050 0 0 0 106203 27 0 0 25 0 4 0 599735061 1429192704 274296 33554432000 4194304 4623224 140734628503264 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=1395696 CPUtime=1062.26 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 89428 0 0 0 106208 18 0 0 25 0 4 0 599735061 1429192704 274296 33554432000 4194304 4623224 140734628503264 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=1395696 CPUtime=1056.59 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 5464265 0 0 0 104815 844 0 0 25 0 4 0 599735061 1429192704 274296 33554432000 4194304 4623224 140734628503264 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.5
Current children cumulated vsize (KiB) 1395696

[startup+1122.3 s]
/proc/loadavg: 4.07 5.47 6.88 5/175 21533
/proc/meminfo: memFree=29769376/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=1417764 CPUtime=4483.2 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 6427582 0 0 0 447304 1016 0 0 25 0 4 0 599735059 1451790336 279251 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 354441 279251 416 105 0 349945 0
[pid=21478/tid=21480] ppid=21476 vsize=1417764 CPUtime=1122.3 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 132481 0 0 0 112203 27 0 0 25 0 4 0 599735061 1451790336 279251 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=1417764 CPUtime=1122.26 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 90445 0 0 0 112207 19 0 0 25 0 4 0 599735061 1451790336 279251 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=1417764 CPUtime=1116.28 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 5897821 0 0 0 110718 910 0 0 25 0 4 0 599735061 1451790336 279251 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.2
Current children cumulated vsize (KiB) 1417764

[startup+1182.3 s]
/proc/loadavg: 4.07 5.21 6.70 5/175 21534
/proc/meminfo: memFree=29752444/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=1417764 CPUtime=4722.9 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 6857722 0 0 0 471204 1086 0 0 25 0 4 0 599735059 1451790336 282443 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 354441 282443 377 105 0 349945 0
[pid=21478/tid=21480] ppid=21476 vsize=1417764 CPUtime=1182.3 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 132859 0 0 0 118203 27 0 0 25 0 4 0 599735061 1451790336 282443 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=1417764 CPUtime=1182.27 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 90772 0 0 0 118207 20 0 0 25 0 4 0 599735061 1451790336 282443 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=1417764 CPUtime=1175.98 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 6291555 0 0 0 116625 973 0 0 25 0 4 0 599735061 1451790336 282443 33554432000 4194304 4623224 140734628503264 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.9
Current children cumulated vsize (KiB) 1417764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.05 5.13 6.64 5/175 21535
/proc/meminfo: memFree=29720800/32951124 swapFree=67111464/67111528
[pid=21478] ppid=21476 vsize=1506104 CPUtime=4800.02 cores=1,3,5,7
/proc/21478/stat : 21478 (SArTagnan) R 21476 21478 20765 0 -1 4202496 6984544 0 0 0 478896 1106 0 0 25 0 4 0 599735059 1542250496 290448 33554432000 4194304 4623224 140734628503264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21478/statm: 376526 290448 345 105 0 372030 0
[pid=21478/tid=21480] ppid=21476 vsize=1506104 CPUtime=1201.61 cores=1,3,5,7
/proc/21478/task/21480/stat : 21480 (SArTagnan) R 21476 21478 20765 0 -1 4202560 174523 0 0 0 120128 33 0 0 25 0 4 0 599735061 1542250496 290448 33554432000 4194304 4623224 140734628503264 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21478/tid=21481] ppid=21476 vsize=1506104 CPUtime=1201.57 cores=1,3,5,7
/proc/21478/task/21481/stat : 21481 (SArTagnan) R 21476 21478 20765 0 -1 4202560 90847 0 0 0 120137 20 0 0 25 0 4 0 599735061 1542250496 290448 33554432000 4194304 4623224 140734628503264 18446744073709551615 4376646 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21478/tid=21482] ppid=21476 vsize=1506104 CPUtime=1195.18 cores=1,3,5,7
/proc/21478/task/21482/stat : 21482 (SArTagnan) R 21476 21478 20765 0 -1 4202560 6365035 0 0 0 118534 984 0 0 25 0 4 0 599735061 1542250496 290448 33554432000 4194304 4623224 140734628503264 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 1506104

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): 1201.66
CPU time (s): 4800.09
CPU user time (s): 4788.99
CPU system time (s): 11.1083
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 1506104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.99
system time used= 11.1083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6984544
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= 1015
involuntary context switches= 33072

runsolver used 1.83172 second user time and 4.6033 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 18:37:25
IDJOB=3262532
IDBENCH=83318
IDSOLVER=1656
FILE ID=node110/3262532-1304095045
RUNJOBID= node110-1304094529-21382
PBS_JOBID= 13170568
Free space on /tmp= 72840 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_462.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262532-1304095045/watcher-3262532-1304095045 -o /tmp/evaluation-result-3262532-1304095045/solver-3262532-1304095045 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3262532-1304095045.cnf -threads=4

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

MD5SUM BENCH= 4975f32607352c0a4d9db1abea12627a
RANDOM SEED=904997871

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30222300 kB
Buffers:        901952 kB
Cached:         694964 kB
SwapCached:         64 kB
Active:         782056 kB
Inactive:      1541176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30222300 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:      725992 kB
Mapped:          15376 kB
Slab:           341696 kB
PageTables:       6268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1018644 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= 72840 MiB
End job on node110 at 2011-04-29 18:57:28