Trace number 3386190

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 3901.03 1300.16

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-13-s.cnf
MD5SUMd90571b4b69632567da9d3ebfd25979e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark200.647
Satisfiable
(Un)Satisfiability was proved
Number of variables234673
Number of clauses1071339
Sum of the clauses size2453820
Maximum clause length10
Minimum clause length1
Number of clauses of size 117679
Number of clauses of size 2856659
Number of clauses of size 3153061
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 9.65 10.07 10.08 4/415 10607
/proc/meminfo: memFree=24112120/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=27696 CPUtime=0 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 2502 0 0 0 0 0 0 0 23 0 1 0 669240092 28360704 2441 33554432000 4194304 4625164 140735316535472 18446744073709551615 4305886 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10607/statm: 6924 2455 291 106 0 2427 0

[startup+0.0455801 s]
/proc/loadavg: 9.65 10.07 10.08 4/415 10607
/proc/meminfo: memFree=24112120/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=66736 CPUtime=0.03 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 6124 0 0 0 3 0 0 0 23 0 1 0 669240092 68337664 5419 33554432000 4194304 4625164 140735316535472 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10607/statm: 16684 5419 296 106 0 12187 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 66736

[startup+0.100584 s]
/proc/loadavg: 9.65 10.07 10.08 4/415 10607
/proc/meminfo: memFree=24112120/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=71576 CPUtime=0.09 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 9033 0 0 0 8 1 0 0 23 0 1 0 669240092 73293824 6375 33554432000 4194304 4625164 140735316535472 18446744073709551615 4284588 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10607/statm: 17894 6375 296 106 0 13397 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71576

[startup+0.300547 s]
/proc/loadavg: 9.65 10.07 10.08 4/415 10607
/proc/meminfo: memFree=24112120/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=90508 CPUtime=0.29 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 17182 0 0 0 27 2 0 0 25 0 1 0 669240092 92680192 10895 33554432000 4194304 4625164 140735316535472 18446744073709551615 4204064 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10607/statm: 22627 10895 299 106 0 18130 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90508

[startup+0.700415 s]
/proc/loadavg: 9.65 10.07 10.08 4/415 10607
/proc/meminfo: memFree=24112120/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=448448 CPUtime=1.11 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 50281 0 0 0 101 10 0 0 25 0 4 0 669240092 459210752 43993 33554432000 4194304 4625164 140735316535472 18446744073709551615 210204690615 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10607/statm: 112112 43993 331 106 0 107615 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 448448

[startup+1.50025 s]
/proc/loadavg: 9.65 10.07 10.08 11/425 10620
/proc/meminfo: memFree=23694540/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=450480 CPUtime=3.49 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 55934 0 0 0 338 11 0 0 25 0 4 0 669240092 461291520 46512 33554432000 4194304 4625164 140735316535472 18446744073709551615 210204314626 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 112620 46512 336 106 0 108123 0
[pid=10607/tid=10615] ppid=10605 vsize=450480 CPUtime=1 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 2577 0 0 0 100 0 0 0 25 0 4 0 669240139 461291520 46512 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=450480 CPUtime=1 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 2500 0 0 0 100 0 0 0 25 0 4 0 669240139 461291520 46512 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=450480 CPUtime=0.57 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 2685 0 0 0 57 0 0 0 25 0 4 0 669240139 461291520 46512 33554432000 4194304 4625164 140735316535472 18446744073709551615 210204752366 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 450480

[startup+3.10099 s]
/proc/loadavg: 9.65 10.07 10.08 11/425 10620
/proc/meminfo: memFree=23669368/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=450480 CPUtime=8.28 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 60412 0 0 0 816 12 0 0 25 0 4 0 669240092 461291520 46959 33554432000 4194304 4625164 140735316535472 18446744073709551615 4390626 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 112620 46959 336 106 0 108123 0
[pid=10607/tid=10615] ppid=10605 vsize=450480 CPUtime=2.6 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 2700 0 0 0 260 0 0 0 25 0 4 0 669240139 461291520 46959 33554432000 4194304 4625164 140735316535472 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=450480 CPUtime=2.1 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 4186 0 0 0 210 0 0 0 25 0 4 0 669240139 461291520 46959 33554432000 4194304 4625164 140735316535472 18446744073709551615 4317294 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=450480 CPUtime=1.39 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 5075 0 0 0 139 0 0 0 25 0 4 0 669240139 461291520 46959 33554432000 4194304 4625164 140735316535472 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 450480

[startup+6.30046 s]
/proc/loadavg: 9.76 10.08 10.08 11/425 10620
/proc/meminfo: memFree=23652628/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=466912 CPUtime=17.83 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 76450 0 0 0 1769 14 0 0 25 0 4 0 669240092 478117888 51431 33554432000 4194304 4625164 140735316535472 18446744073709551615 4390609 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 116728 51431 351 106 0 112231 0
[pid=10607/tid=10615] ppid=10605 vsize=466912 CPUtime=5.8 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 2724 0 0 0 580 0 0 0 25 0 4 0 669240139 478117888 51431 33554432000 4194304 4625164 140735316535472 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=466912 CPUtime=3.69 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 8295 0 0 0 369 0 0 0 25 0 4 0 669240139 478117888 51431 33554432000 4194304 4625164 140735316535472 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=466912 CPUtime=2.99 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 10423 0 0 0 298 1 0 0 25 0 4 0 669240139 478117888 51431 33554432000 4194304 4625164 140735316535472 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.83
Current children cumulated vsize (KiB) 466912

[startup+12.7004 s]
/proc/loadavg: 9.78 10.08 10.08 11/425 10620
/proc/meminfo: memFree=23621544/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=487536 CPUtime=36.94 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 106395 0 0 0 3676 18 0 0 25 0 4 0 669240092 499236864 58468 33554432000 4194304 4625164 140735316535472 18446744073709551615 4390609 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 121884 58468 336 106 0 117387 0
[pid=10607/tid=10615] ppid=10605 vsize=487536 CPUtime=11.8 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 4603 0 0 0 1180 0 0 0 25 0 4 0 669240139 499236864 58468 33554432000 4194304 4625164 140735316535472 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=487536 CPUtime=7.37 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 13510 0 0 0 736 1 0 0 25 0 4 0 669240139 499236864 58468 33554432000 4194304 4625164 140735316535472 18446744073709551615 4317294 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=487536 CPUtime=6.1 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 19113 0 0 0 608 2 0 0 25 0 4 0 669240139 499236864 58468 33554432000 4194304 4625164 140735316535472 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 36.94
Current children cumulated vsize (KiB) 487536

[startup+25.5003 s]
/proc/loadavg: 9.83 10.08 10.08 11/425 10620
/proc/meminfo: memFree=23516184/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=548248 CPUtime=75.11 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 191412 0 0 0 7479 32 0 0 25 0 4 0 669240092 561405952 81999 33554432000 4194304 4625164 140735316535472 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 137062 81999 405 106 0 132565 0
[pid=10607/tid=10615] ppid=10605 vsize=548248 CPUtime=20.45 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 8955 0 0 0 2043 2 0 0 25 0 4 0 669240139 561405952 81999 33554432000 4194304 4625164 140735316535472 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=548248 CPUtime=18.21 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 32090 0 0 0 1816 5 0 0 25 0 4 0 669240139 561405952 81999 33554432000 4194304 4625164 140735316535472 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=548248 CPUtime=15.16 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 45493 0 0 0 1510 6 0 0 25 0 4 0 669240139 561405952 81999 33554432000 4194304 4625164 140735316535472 18446744073709551615 4554480 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 75.11
Current children cumulated vsize (KiB) 548248

[startup+51.101 s]
/proc/loadavg: 9.95 10.09 10.08 11/425 10621
/proc/meminfo: memFree=23257720/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=804012 CPUtime=151.49 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 336164 0 0 0 15091 58 0 0 25 0 4 0 669240092 823308288 136205 33554432000 4194304 4625164 140735316535472 18446744073709551615 4390609 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 201003 136206 349 106 0 196506 0
[pid=10607/tid=10615] ppid=10605 vsize=804012 CPUtime=36.97 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 15595 0 0 0 3692 5 0 0 25 0 4 0 669240139 823308288 136206 33554432000 4194304 4625164 140735316535472 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=804012 CPUtime=37.56 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 50192 0 0 0 3747 9 0 0 25 0 4 0 669240139 823308288 136206 33554432000 4194304 4625164 140735316535472 18446744073709551615 4351714 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=804012 CPUtime=37.49 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 72932 0 0 0 3738 11 0 0 25 0 4 0 669240139 823308288 136206 33554432000 4194304 4625164 140735316535472 18446744073709551615 4352262 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 151.49
Current children cumulated vsize (KiB) 804012

[startup+102.317 s]
/proc/loadavg: 9.98 10.07 10.08 11/425 10622
/proc/meminfo: memFree=22896740/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=1127320 CPUtime=305.4 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 584185 0 0 0 30443 97 0 0 25 0 4 0 669240092 1154375680 212550 33554432000 4194304 4625164 140735316535472 18446744073709551615 4278665 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 281830 212550 344 106 0 277333 0
[pid=10607/tid=10615] ppid=10605 vsize=1127320 CPUtime=66.12 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 32379 0 0 0 6604 8 0 0 25 0 4 0 669240139 1154375680 212550 33554432000 4194304 4625164 140735316535472 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=1127320 CPUtime=80.66 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 68180 0 0 0 8053 13 0 0 25 0 4 0 669240139 1154375680 212550 33554432000 4194304 4625164 140735316535472 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=1127320 CPUtime=83.04 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 189002 0 0 0 8274 30 0 0 25 0 4 0 669240139 1154375680 212550 33554432000 4194304 4625164 140735316535472 18446744073709551615 4291963 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 305.4
Current children cumulated vsize (KiB) 1127320

[startup+162.301 s]
/proc/loadavg: 10.09 10.09 10.08 11/425 10624
/proc/meminfo: memFree=22571940/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=1528740 CPUtime=493.42 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 832069 0 0 0 49196 146 0 0 25 0 4 0 669240092 1565429760 288053 33554432000 4194304 4625164 140735316535472 18446744073709551615 4390555 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 382185 288053 378 106 0 377688 0
[pid=10607/tid=10615] ppid=10605 vsize=1528740 CPUtime=121.92 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 54072 0 0 0 12177 15 0 0 25 0 4 0 669240139 1565429760 288053 33554432000 4194304 4625164 140735316535472 18446744073709551615 4352855 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=1528740 CPUtime=119.36 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 88438 0 0 0 11917 19 0 0 25 0 4 0 669240139 1565429760 288053 33554432000 4194304 4625164 140735316535472 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=1528740 CPUtime=131.05 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 281652 0 0 0 13060 45 0 0 25 0 4 0 669240139 1565429760 288053 33554432000 4194304 4625164 140735316535472 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 493.42
Current children cumulated vsize (KiB) 1528740

[startup+222.301 s]
/proc/loadavg: 10.07 10.08 10.08 11/425 10626
/proc/meminfo: memFree=22212684/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=1801224 CPUtime=679.63 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 1068271 0 0 0 67769 194 0 0 25 0 4 0 669240092 1844453376 369048 33554432000 4194304 4625164 140735316535472 18446744073709551615 4390864 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10607/statm: 450306 369048 344 106 0 445809 0
[pid=10607/tid=10615] ppid=10605 vsize=1801224 CPUtime=166.06 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 81668 0 0 0 16582 24 0 0 25 0 4 0 669240139 1844453376 369048 33554432000 4194304 4625164 140735316535472 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=1801224 CPUtime=168.77 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 110516 0 0 0 16853 24 0 0 25 0 4 0 669240139 1844453376 369048 33554432000 4194304 4625164 140735316535472 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=1801224 CPUtime=184 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 401941 0 0 0 18335 65 0 0 25 0 4 0 669240139 1844453376 369048 33554432000 4194304 4625164 140735316535472 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 679.63
Current children cumulated vsize (KiB) 1801224

[startup+282.301 s]

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

Current children cumulated CPU time (s) 2115.85
Current children cumulated vsize (KiB) 3198700

[startup+762.316 s]
/proc/loadavg: 10.11 10.11 10.09 11/425 10640
/proc/meminfo: memFree=20589712/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=3289276 CPUtime=2295.08 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 2311706 0 0 0 229105 403 0 0 25 0 4 0 669240092 3368218624 703757 33554432000 4194304 4625164 140735316535472 18446744073709551615 4336866 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10607/statm: 822319 703757 345 106 0 817822 0
[pid=10607/tid=10615] ppid=10605 vsize=3289276 CPUtime=615.63 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 110216 0 0 0 61530 33 0 0 25 0 4 0 669240139 3368218624 703757 33554432000 4194304 4625164 140735316535472 18446744073709551615 4479607 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=3289276 CPUtime=594.39 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 172675 0 0 0 59396 43 0 0 25 0 4 0 669240139 3368218624 703757 33554432000 4194304 4625164 140735316535472 18446744073709551615 4478057 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=3289276 CPUtime=549.65 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 930108 0 0 0 54817 148 0 0 25 0 4 0 669240139 3368218624 703757 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2295.08
Current children cumulated vsize (KiB) 3289276

[startup+822.301 s]
/proc/loadavg: 10.20 10.14 10.10 11/425 10642
/proc/meminfo: memFree=20497168/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=3354816 CPUtime=2474.23 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 2332670 0 0 0 247017 406 0 0 25 0 4 0 669240092 3435331584 724145 33554432000 4194304 4625164 140735316535472 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10607/statm: 838704 724145 347 106 0 834207 0
[pid=10607/tid=10615] ppid=10605 vsize=3354816 CPUtime=645.61 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 110216 0 0 0 64528 33 0 0 25 0 4 0 669240139 3435331584 724145 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=3354816 CPUtime=625.28 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 172675 0 0 0 62485 43 0 0 25 0 4 0 669240139 3435331584 724145 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=3354816 CPUtime=608.83 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 930108 0 0 0 60735 148 0 0 25 0 4 0 669240139 3435331584 724145 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2474.23
Current children cumulated vsize (KiB) 3354816

[startup+882.301 s]
/proc/loadavg: 10.15 10.14 10.10 11/425 10643
/proc/meminfo: memFree=20474060/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=3354816 CPUtime=2653.41 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 2333618 0 0 0 264934 407 0 0 25 0 4 0 669240092 3435331584 725076 33554432000 4194304 4625164 140735316535472 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10607/statm: 838704 725076 347 106 0 834207 0
[pid=10607/tid=10615] ppid=10605 vsize=3354816 CPUtime=675.61 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 110216 0 0 0 67528 33 0 0 25 0 4 0 669240139 3435331584 725076 33554432000 4194304 4625164 140735316535472 18446744073709551615 4478002 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=3354816 CPUtime=655.29 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 172675 0 0 0 65486 43 0 0 25 0 4 0 669240139 3435331584 725076 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=3354816 CPUtime=668 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 930108 0 0 0 66652 148 0 0 25 0 4 0 669240139 3435331584 725076 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477934 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2653.41
Current children cumulated vsize (KiB) 3354816

[startup+942.301 s]
/proc/loadavg: 10.21 10.16 10.10 11/425 10645
/proc/meminfo: memFree=20427028/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=3375892 CPUtime=2832.6 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 2352477 0 0 0 282849 411 0 0 25 0 4 0 669240092 3456913408 733381 33554432000 4194304 4625164 140735316535472 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10607/statm: 843973 733381 347 106 0 839476 0
[pid=10607/tid=10615] ppid=10605 vsize=3375892 CPUtime=719.41 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 110216 0 0 0 71908 33 0 0 25 0 4 0 669240139 3456913408 733381 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477972 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=3375892 CPUtime=687.82 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 172675 0 0 0 68739 43 0 0 25 0 4 0 669240139 3456913408 733381 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=3375892 CPUtime=715.08 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 948051 0 0 0 71356 152 0 0 25 0 4 0 669240139 3456913408 733381 33554432000 4194304 4625164 140735316535472 18446744073709551615 4552287 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2832.6
Current children cumulated vsize (KiB) 3375892

[startup+1002.3 s]
/proc/loadavg: 10.22 10.17 10.10 11/425 10646
/proc/meminfo: memFree=20421168/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=3375892 CPUtime=3011.78 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 2355220 0 0 0 300766 412 0 0 25 0 4 0 669240092 3456913408 731495 33554432000 4194304 4625164 140735316535472 18446744073709551615 4512326 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10607/statm: 843973 731495 347 106 0 839476 0
[pid=10607/tid=10615] ppid=10605 vsize=3375892 CPUtime=778.58 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 112241 0 0 0 77825 33 0 0 25 0 4 0 669240139 3456913408 731495 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=3375892 CPUtime=717.83 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 172675 0 0 0 71740 43 0 0 25 0 4 0 669240139 3456913408 731495 33554432000 4194304 4625164 140735316535472 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=3375892 CPUtime=775.08 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 948075 0 0 0 77356 152 0 0 25 0 4 0 669240139 3456913408 731495 33554432000 4194304 4625164 140735316535472 18446744073709551615 4334261 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3011.78
Current children cumulated vsize (KiB) 3375892

[startup+1062.3 s]
/proc/loadavg: 10.19 10.17 10.10 11/425 10648
/proc/meminfo: memFree=20316216/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=3418032 CPUtime=3190.96 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 2401502 0 0 0 318678 418 0 0 25 0 4 0 669240092 3500064768 750827 33554432000 4194304 4625164 140735316535472 18446744073709551615 4390900 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 854508 750827 347 106 0 850011 0
[pid=10607/tid=10615] ppid=10605 vsize=3418032 CPUtime=818.68 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 130496 0 0 0 81832 36 0 0 25 0 4 0 669240139 3500064768 750827 33554432000 4194304 4625164 140735316535472 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=3418032 CPUtime=765.46 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 193179 0 0 0 76500 46 0 0 25 0 4 0 669240139 3500064768 750827 33554432000 4194304 4625164 140735316535472 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=3418032 CPUtime=826.19 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 954480 0 0 0 82466 153 0 0 25 0 4 0 669240139 3500064768 750827 33554432000 4194304 4625164 140735316535472 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3190.96
Current children cumulated vsize (KiB) 3418032

[startup+1122.3 s]
/proc/loadavg: 10.12 10.15 10.10 11/425 10650
/proc/meminfo: memFree=20269068/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=3418032 CPUtime=3370.14 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 2422498 0 0 0 336592 422 0 0 25 0 4 0 669240092 3500064768 752526 33554432000 4194304 4625164 140735316535472 18446744073709551615 4278661 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 854508 752526 347 106 0 850011 0
[pid=10607/tid=10615] ppid=10605 vsize=3418032 CPUtime=848.76 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 130590 0 0 0 84840 36 0 0 25 0 4 0 669240139 3500064768 752526 33554432000 4194304 4625164 140735316535472 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=3418032 CPUtime=795.38 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 193259 0 0 0 79492 46 0 0 25 0 4 0 669240139 3500064768 752526 33554432000 4194304 4625164 140735316535472 18446744073709551615 4317344 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=3418032 CPUtime=886.19 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 973800 0 0 0 88463 156 0 0 25 0 4 0 669240139 3500064768 752526 33554432000 4194304 4625164 140735316535472 18446744073709551615 4288780 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3370.14
Current children cumulated vsize (KiB) 3418032

[startup+1182.3 s]
/proc/loadavg: 10.21 10.16 10.10 11/425 10651
/proc/meminfo: memFree=20207652/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=3418032 CPUtime=3549.34 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 2425606 0 0 0 354510 424 0 0 25 0 4 0 669240092 3500064768 755312 33554432000 4194304 4625164 140735316535472 18446744073709551615 4390435 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 854508 755312 347 106 0 850011 0
[pid=10607/tid=10615] ppid=10605 vsize=3418032 CPUtime=878.97 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 130887 0 0 0 87861 36 0 0 25 0 4 0 669240139 3500064768 755312 33554432000 4194304 4625164 140735316535472 18446744073709551615 4467206 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=3418032 CPUtime=825.17 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 193396 0 0 0 82471 46 0 0 25 0 4 0 669240139 3500064768 755312 33554432000 4194304 4625164 140735316535472 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=3418032 CPUtime=946.19 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 974209 0 0 0 94463 156 0 0 25 0 4 0 669240139 3500064768 755312 33554432000 4194304 4625164 140735316535472 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3549.34
Current children cumulated vsize (KiB) 3418032

[startup+1242.3 s]
/proc/loadavg: 10.08 10.13 10.09 11/425 10653
/proc/meminfo: memFree=20162468/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=3445756 CPUtime=3728.52 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 2445602 0 0 0 372424 428 0 0 25 0 4 0 669240092 3528454144 761012 33554432000 4194304 4625164 140735316535472 18446744073709551615 4512026 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 861439 761012 347 106 0 856942 0
[pid=10607/tid=10615] ppid=10605 vsize=3445756 CPUtime=909.07 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 146703 0 0 0 90868 39 0 0 25 0 4 0 669240139 3528454144 761012 33554432000 4194304 4625164 140735316535472 18446744073709551615 4467472 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=3445756 CPUtime=855.07 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 193730 0 0 0 85461 46 0 0 25 0 4 0 669240139 3528454144 761012 33554432000 4194304 4625164 140735316535472 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=3445756 CPUtime=1006.18 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 974803 0 0 0 100462 156 0 0 25 0 4 0 669240139 3528454144 761012 33554432000 4194304 4625164 140735316535472 18446744073709551615 4334248 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3728.52
Current children cumulated vsize (KiB) 3445756



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.09 10.12 10.09 11/425 10654
/proc/meminfo: memFree=20076008/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=3512716 CPUtime=3900.86 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4202496 2467201 0 0 0 389654 432 0 0 25 0 4 0 669240092 3597021184 773432 33554432000 4194304 4625164 140735316535472 18446744073709551615 4509133 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10607/statm: 878179 773432 347 106 0 873682 0
[pid=10607/tid=10615] ppid=10605 vsize=3512716 CPUtime=937.89 cores=0,2,4,6
/proc/10607/task/10615/stat : 10615 (SArTagnan) R 10605 10607 10575 0 -1 4202560 148314 0 0 0 93750 39 0 0 25 0 4 0 669240139 3597021184 773432 33554432000 4194304 4625164 140735316535472 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10616] ppid=10605 vsize=3512716 CPUtime=883.96 cores=0,2,4,6
/proc/10607/task/10616/stat : 10616 (SArTagnan) R 10605 10607 10575 0 -1 4202560 194857 0 0 0 88350 46 0 0 25 0 4 0 669240139 3597021184 773432 33554432000 4194304 4625164 140735316535472 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10607/tid=10617] ppid=10605 vsize=3512716 CPUtime=1063.91 cores=0,2,4,6
/proc/10607/task/10617/stat : 10617 (SArTagnan) R 10605 10607 10575 0 -1 4202560 975295 0 0 0 106234 157 0 0 25 0 4 0 669240139 3597021184 773432 33554432000 4194304 4625164 140735316535472 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3900.86
Current children cumulated vsize (KiB) 3512716

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

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

[startup+1300.12 s]
/proc/loadavg: 10.09 10.12 10.09 8/423 10655
/proc/meminfo: memFree=22346472/32951124 swapFree=63649240/67111528
[pid=10607] ppid=10605 vsize=0 CPUtime=3900.99 cores=0,2,4,6
/proc/10607/stat : 10607 (SArTagnan) R 10605 10607 10575 0 -1 4203524 2467201 0 0 0 389657 442 0 0 25 0 1 0 669240092 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10607/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3900.99
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.16
CPU time (s): 3901.03
CPU user time (s): 3896.57
CPU system time (s): 4.45332
CPU usage (%): 300.043
Max. virtual memory (cumulated for all children) (KiB): 3512716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3896.57
system time used= 4.45332
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2467201
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= 8406
involuntary context switches= 32837

runsolver used 4.87926 second user time and 12.881 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-16 22:06:56
IDJOB=3386190
IDBENCH=20353
IDSOLVER=1871
FILE ID=node130/3386190-1305576415
RUNJOBID= node130-1305576415-10593
PBS_JOBID= 13350203
Free space on /tmp= 73320 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-13-s.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386190-1305576415/watcher-3386190-1305576415 -o /tmp/evaluation-result-3386190-1305576415/solver-3386190-1305576415 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386190-1305576415.cnf -threads=4

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

MD5SUM BENCH= d90571b4b69632567da9d3ebfd25979e
RANDOM SEED=1083618989

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24112400 kB
Buffers:        309772 kB
Cached:        4347844 kB
SwapCached:      10240 kB
Active:        4502156 kB
Inactive:      4030664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24112400 kB
SwapTotal:    67111528 kB
SwapFree:     63649240 kB
Dirty:           39784 kB
Writeback:          16 kB
AnonPages:     3873260 kB
Mapped:          22560 kB
Slab:           191900 kB
PageTables:      45256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110446496 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= 73316 MiB
End job on node130 at 2011-05-16 22:28:38