Trace number 3386187

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) 4800.18 1205.37

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

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-3386187-1305583340/watcher-3386187-1305583340 -o /tmp/evaluation-result-3386187-1305583340/solver-3386187-1305583340 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386187-1305583340.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: 8.05 7.92 5.93 5/503 21034
/proc/meminfo: memFree=28126992/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=25052 CPUtime=0.01 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 1372 0 0 0 1 0 0 0 25 0 1 0 669932718 25653248 988 33554432000 4194304 4625164 140735106191392 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21034/statm: 6263 988 296 106 0 1766 0

[startup+0.0395841 s]
/proc/loadavg: 8.05 7.92 5.93 5/503 21034
/proc/meminfo: memFree=28126992/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=28920 CPUtime=0.03 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 3288 0 0 0 3 0 0 0 25 0 1 0 669932718 29614080 1958 33554432000 4194304 4625164 140735106191392 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21034/statm: 7230 1959 296 106 0 2733 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28920

[startup+0.100576 s]
/proc/loadavg: 8.05 7.92 5.93 5/503 21034
/proc/meminfo: memFree=28126992/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=161044 CPUtime=0.12 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 12640 0 0 0 11 1 0 0 25 0 4 0 669932718 164909056 8776 33554432000 4194304 4625164 140735106191392 18446744073709551615 4390879 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 39546 8780 327 106 0 35049 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 161044

[startup+0.300543 s]
/proc/loadavg: 8.05 7.92 5.93 5/503 21034
/proc/meminfo: memFree=28126992/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=233004 CPUtime=0.92 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 18572 0 0 0 90 2 0 0 25 0 4 0 669932718 238596096 11672 33554432000 4194304 4625164 140735106191392 18446744073709551615 251813937621 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 58251 11691 339 106 0 53754 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 233004

[startup+0.700477 s]
/proc/loadavg: 8.05 7.92 5.93 5/503 21034
/proc/meminfo: memFree=28126992/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=230768 CPUtime=2.51 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 25375 0 0 0 249 2 0 0 25 0 4 0 669932718 236306432 12222 33554432000 4194304 4625164 140735106191392 18446744073709551615 4509273 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 57692 12222 339 106 0 53195 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 230768

[startup+1.50034 s]
/proc/loadavg: 8.05 7.92 5.94 9/507 21038
/proc/meminfo: memFree=28070824/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=232932 CPUtime=5.69 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 38428 0 0 0 565 4 0 0 25 0 4 0 669932718 238522368 13567 33554432000 4194304 4625164 140735106191392 18446744073709551615 4512869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 58233 13567 339 106 0 53736 0
[pid=21034/tid=21036] ppid=21032 vsize=232932 CPUtime=1.4 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 2806 0 0 0 140 0 0 0 25 0 4 0 669932727 238522368 13567 33554432000 4194304 4625164 140735106191392 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=232932 CPUtime=1.4 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 1667 0 0 0 140 0 0 0 25 0 4 0 669932727 238522368 13567 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=232932 CPUtime=1.39 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 21802 0 0 0 136 3 0 0 25 0 4 0 669932727 238522368 13567 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 232932

[startup+3.10107 s]
/proc/loadavg: 8.05 7.92 5.94 9/507 21038
/proc/meminfo: memFree=28059788/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=238012 CPUtime=12.09 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 63390 0 0 0 1201 8 0 0 25 0 4 0 669932718 243724288 16139 33554432000 4194304 4625164 140735106191392 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 59503 16139 340 106 0 55006 0
[pid=21034/tid=21036] ppid=21032 vsize=238012 CPUtime=3 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 3015 0 0 0 300 0 0 0 25 0 4 0 669932727 243724288 16140 33554432000 4194304 4625164 140735106191392 18446744073709551615 4464266 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=238012 CPUtime=3 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 3047 0 0 0 300 0 0 0 25 0 4 0 669932727 243724288 16140 33554432000 4194304 4625164 140735106191392 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=238012 CPUtime=2.96 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 45081 0 0 0 291 5 0 0 25 0 4 0 669932727 243724288 16140 33554432000 4194304 4625164 140735106191392 18446744073709551615 4288708 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 238012

[startup+6.30054 s]
/proc/loadavg: 8.05 7.92 5.96 9/507 21038
/proc/meminfo: memFree=28028196/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=308976 CPUtime=24.82 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 117831 0 0 0 2468 14 0 0 25 0 4 0 669932718 316391424 20692 33554432000 4194304 4625164 140735106191392 18446744073709551615 4512017 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 77244 20692 340 106 0 72747 0
[pid=21034/tid=21036] ppid=21032 vsize=308976 CPUtime=6.2 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 5276 0 0 0 620 0 0 0 25 0 4 0 669932727 316391424 20692 33554432000 4194304 4625164 140735106191392 18446744073709551615 4288805 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=308976 CPUtime=6.2 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 4132 0 0 0 620 0 0 0 25 0 4 0 669932727 316391424 20692 33554432000 4194304 4625164 140735106191392 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=308976 CPUtime=6.11 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 96027 0 0 0 599 12 0 0 25 0 4 0 669932727 316391424 20692 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 308976

[startup+12.7005 s]
/proc/loadavg: 8.04 7.92 5.97 9/507 21038
/proc/meminfo: memFree=27978400/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=320452 CPUtime=50.32 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 214826 0 0 0 5004 28 0 0 25 0 4 0 669932718 328142848 28037 33554432000 4194304 4625164 140735106191392 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 80113 28037 347 106 0 75616 0
[pid=21034/tid=21036] ppid=21032 vsize=320452 CPUtime=12.6 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 6579 0 0 0 1259 1 0 0 25 0 4 0 669932727 328142848 28037 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=320452 CPUtime=12.6 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 7407 0 0 0 1258 2 0 0 25 0 4 0 669932727 328142848 28037 33554432000 4194304 4625164 140735106191392 18446744073709551615 4288719 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=320452 CPUtime=12.4 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 182626 0 0 0 1218 22 0 0 25 0 4 0 669932727 328142848 28037 33554432000 4194304 4625164 140735106191392 18446744073709551615 4547291 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 320452

[startup+25.5003 s]
/proc/loadavg: 8.11 7.94 5.99 9/507 21038
/proc/meminfo: memFree=27916272/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=332228 CPUtime=101.3 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 320514 0 0 0 10086 44 0 0 25 0 4 0 669932718 340201472 39165 33554432000 4194304 4625164 140735106191392 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 83057 39165 347 106 0 78560 0
[pid=21034/tid=21036] ppid=21032 vsize=332228 CPUtime=25.4 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 16203 0 0 0 2537 3 0 0 25 0 4 0 669932727 340201472 39165 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=332228 CPUtime=25.4 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 13806 0 0 0 2536 4 0 0 25 0 4 0 669932727 340201472 39165 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=332228 CPUtime=24.99 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 269069 0 0 0 2465 34 0 0 25 0 4 0 669932727 340201472 39165 33554432000 4194304 4625164 140735106191392 18446744073709551615 4334488 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 332228

[startup+51.101 s]
/proc/loadavg: 8.17 7.97 6.07 9/507 21039
/proc/meminfo: memFree=27811616/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=361348 CPUtime=203.27 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 654018 0 0 0 20232 95 0 0 25 0 4 0 669932718 370020352 55763 33554432000 4194304 4625164 140735106191392 18446744073709551615 4512092 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 90337 55763 360 106 0 85840 0
[pid=21034/tid=21036] ppid=21032 vsize=361348 CPUtime=50.99 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 19759 0 0 0 5095 4 0 0 25 0 4 0 669932727 370020352 55763 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=361348 CPUtime=50.99 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 22652 0 0 0 5091 8 0 0 25 0 4 0 669932727 370020352 55763 33554432000 4194304 4625164 140735106191392 18446744073709551615 4352200 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=361348 CPUtime=50.17 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 583247 0 0 0 4940 77 0 0 25 0 4 0 669932727 370020352 55763 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.27
Current children cumulated vsize (KiB) 361348

[startup+102.318 s]
/proc/loadavg: 8.18 8.01 6.18 9/507 21040
/proc/meminfo: memFree=27567312/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=501228 CPUtime=407.28 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 1323027 0 0 0 40541 187 0 0 25 0 4 0 669932718 513257472 86974 33554432000 4194304 4625164 140735106191392 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 125307 86974 371 106 0 120810 0
[pid=21034/tid=21036] ppid=21032 vsize=501228 CPUtime=102.21 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 32046 0 0 0 10212 9 0 0 25 0 4 0 669932727 513257472 86974 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=501228 CPUtime=102.2 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 32552 0 0 0 10209 11 0 0 25 0 4 0 669932727 513257472 86974 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=501228 CPUtime=100.54 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 1206013 0 0 0 9897 157 0 0 25 0 4 0 669932727 513257472 86974 33554432000 4194304 4625164 140735106191392 18446744073709551615 4334503 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.28
Current children cumulated vsize (KiB) 501228

[startup+162.3 s]
/proc/loadavg: 8.27 8.06 6.31 9/507 21045
/proc/meminfo: memFree=27372320/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=714232 CPUtime=645.41 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 1473478 0 0 0 64327 214 0 0 25 0 4 0 669932718 731373568 113734 33554432000 4194304 4625164 140735106191392 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 178558 113734 378 106 0 174061 0
[pid=21034/tid=21036] ppid=21032 vsize=714232 CPUtime=161.52 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 47187 0 0 0 16136 16 0 0 25 0 4 0 669932727 731373568 113734 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=714232 CPUtime=162.17 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 48624 0 0 0 16202 15 0 0 25 0 4 0 669932727 731373568 113734 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=714232 CPUtime=159.56 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 1304395 0 0 0 15786 170 0 0 25 0 4 0 669932727 731373568 113734 33554432000 4194304 4625164 140735106191392 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 645.41
Current children cumulated vsize (KiB) 714232

[startup+222.3 s]
/proc/loadavg: 8.10 8.05 6.41 9/507 21046
/proc/meminfo: memFree=27148708/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=815508 CPUtime=884.39 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 2016523 0 0 0 88145 294 0 0 25 0 4 0 669932718 835080192 151153 33554432000 4194304 4625164 140735106191392 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 203877 151153 703 106 0 199380 0
[pid=21034/tid=21036] ppid=21032 vsize=815508 CPUtime=221.53 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 51396 0 0 0 22133 20 0 0 25 0 4 0 669932727 835080192 151153 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=815508 CPUtime=222.14 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 67583 0 0 0 22195 19 0 0 25 0 4 0 669932727 835080192 151153 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=815508 CPUtime=218.56 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 1789036 0 0 0 21620 236 0 0 25 0 4 0 669932727 835080192 151153 33554432000 4194304 4625164 140735106191392 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 884.39
Current children cumulated vsize (KiB) 815508

[startup+282.301 s]

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

[pid=21034] ppid=21032 vsize=1064136 CPUtime=2796.42 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 5220112 0 0 0 278891 751 0 0 25 0 4 0 669932718 1089675264 214449 33554432000 4194304 4625164 140735106191392 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 266034 214449 347 106 0 261537 0
[pid=21034/tid=21036] ppid=21032 vsize=1064136 CPUtime=701.52 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 97927 0 0 0 70124 28 0 0 25 0 4 0 669932727 1089675264 214449 33554432000 4194304 4625164 140735106191392 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1064136 CPUtime=702.01 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 76081 0 0 0 70174 27 0 0 25 0 4 0 669932727 1089675264 214449 33554432000 4194304 4625164 140735106191392 18446744073709551615 4345332 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1064136 CPUtime=690.72 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 4870000 0 0 0 68406 666 0 0 25 0 4 0 669932727 1089675264 214449 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2796.42
Current children cumulated vsize (KiB) 1064136

[startup+762.319 s]
/proc/loadavg: 8.21 8.15 7.16 9/507 21061
/proc/meminfo: memFree=26421548/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=1134624 CPUtime=3035.48 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 5902690 0 0 0 302703 845 0 0 25 0 4 0 669932718 1161854976 221102 33554432000 4194304 4625164 140735106191392 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 283656 221102 347 106 0 279159 0
[pid=21034/tid=21036] ppid=21032 vsize=1134624 CPUtime=761.54 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 100436 0 0 0 76124 30 0 0 25 0 4 0 669932727 1161854976 221102 33554432000 4194304 4625164 140735106191392 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1134624 CPUtime=762.01 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 76496 0 0 0 76173 28 0 0 25 0 4 0 669932727 1161854976 221102 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1134624 CPUtime=749.75 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 5547286 0 0 0 74218 757 0 0 25 0 4 0 669932727 1161854976 221102 33554432000 4194304 4625164 140735106191392 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3035.48
Current children cumulated vsize (KiB) 1134624

[startup+822.3 s]
/proc/loadavg: 8.21 8.15 7.22 9/507 21062
/proc/meminfo: memFree=26309184/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=1237008 CPUtime=3274.42 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 6670084 0 0 0 326486 956 0 0 25 0 4 0 669932718 1266696192 232228 33554432000 4194304 4625164 140735106191392 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 309252 232228 347 106 0 304755 0
[pid=21034/tid=21036] ppid=21032 vsize=1237008 CPUtime=821.51 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 103114 0 0 0 82119 32 0 0 25 0 4 0 669932727 1266696192 232228 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1237008 CPUtime=821.97 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 96636 0 0 0 82167 30 0 0 25 0 4 0 669932727 1266696192 232228 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1237008 CPUtime=808.75 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 6253937 0 0 0 80017 858 0 0 25 0 4 0 669932727 1266696192 232228 33554432000 4194304 4625164 140735106191392 18446744073709551615 4339655 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3274.42
Current children cumulated vsize (KiB) 1237008

[startup+882.3 s]
/proc/loadavg: 8.20 8.15 7.28 9/507 21064
/proc/meminfo: memFree=26182684/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=1351552 CPUtime=3513.42 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 7368733 0 0 0 350288 1054 0 0 25 0 4 0 669932718 1383989248 246505 33554432000 4194304 4625164 140735106191392 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 337888 246505 522 106 0 333391 0
[pid=21034/tid=21036] ppid=21032 vsize=1351552 CPUtime=881.52 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 105668 0 0 0 88117 35 0 0 25 0 4 0 669932727 1383989248 246505 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1351552 CPUtime=881.96 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 97150 0 0 0 88165 31 0 0 25 0 4 0 669932727 1383989248 246505 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1351552 CPUtime=867.77 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 6947353 0 0 0 85824 953 0 0 25 0 4 0 669932727 1383989248 246505 33554432000 4194304 4625164 140735106191392 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3513.42
Current children cumulated vsize (KiB) 1351552

[startup+942.3 s]
/proc/loadavg: 8.19 8.15 7.33 10/507 21066
/proc/meminfo: memFree=26136036/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=1351552 CPUtime=3752.42 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 7982238 0 0 0 374104 1138 0 0 25 0 4 0 669932718 1383989248 252585 33554432000 4194304 4625164 140735106191392 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 337888 252585 522 106 0 333391 0
[pid=21034/tid=21036] ppid=21032 vsize=1351552 CPUtime=941.51 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 108364 0 0 0 94114 37 0 0 25 0 4 0 669932727 1383989248 252585 33554432000 4194304 4625164 140735106191392 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1351552 CPUtime=941.93 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 97457 0 0 0 94162 31 0 0 25 0 4 0 669932727 1383989248 252585 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1351552 CPUtime=926.79 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 7556286 0 0 0 91646 1033 0 0 25 0 4 0 669932727 1383989248 252585 33554432000 4194304 4625164 140735106191392 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3752.42
Current children cumulated vsize (KiB) 1351552

[startup+1002.3 s]
/proc/loadavg: 8.17 8.15 7.38 9/507 21067
/proc/meminfo: memFree=26071888/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=1351552 CPUtime=3991.42 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 8503942 0 0 0 397933 1209 0 0 25 0 4 0 669932718 1383989248 261327 33554432000 4194304 4625164 140735106191392 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 337888 261327 522 106 0 333391 0
[pid=21034/tid=21036] ppid=21032 vsize=1351552 CPUtime=1001.51 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 110889 0 0 0 100112 39 0 0 25 0 4 0 669932727 1383989248 261327 33554432000 4194304 4625164 140735106191392 18446744073709551615 4352562 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1351552 CPUtime=1001.92 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 98349 0 0 0 100160 32 0 0 25 0 4 0 669932727 1383989248 261327 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1351552 CPUtime=985.81 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 8070136 0 0 0 97480 1101 0 0 25 0 4 0 669932727 1383989248 261327 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3991.42
Current children cumulated vsize (KiB) 1351552

[startup+1062.3 s]
/proc/loadavg: 8.16 8.15 7.43 9/507 21069
/proc/meminfo: memFree=26005776/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=1351552 CPUtime=4230.43 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 9244008 0 0 0 421727 1316 0 0 25 0 4 0 669932718 1383989248 270214 33554432000 4194304 4625164 140735106191392 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 337888 270214 523 106 0 333391 0
[pid=21034/tid=21036] ppid=21032 vsize=1351552 CPUtime=1061.51 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 111335 0 0 0 106112 39 0 0 25 0 4 0 669932727 1383989248 270214 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1351552 CPUtime=1061.91 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 102898 0 0 0 106153 38 0 0 25 0 4 0 669932727 1383989248 270214 33554432000 4194304 4625164 140735106191392 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1351552 CPUtime=1044.83 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 8802395 0 0 0 103282 1201 0 0 25 0 4 0 669932727 1383989248 270214 33554432000 4194304 4625164 140735106191392 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4230.43
Current children cumulated vsize (KiB) 1351552

[startup+1122.3 s]
/proc/loadavg: 8.15 8.15 7.47 9/507 21070
/proc/meminfo: memFree=25929488/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=1417088 CPUtime=4469.43 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 9828403 0 0 0 445550 1393 0 0 25 0 4 0 669932718 1451098112 277415 33554432000 4194304 4625164 140735106191392 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 354272 277415 522 106 0 349775 0
[pid=21034/tid=21036] ppid=21032 vsize=1417088 CPUtime=1121.51 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 111963 0 0 0 112112 39 0 0 25 0 4 0 669932727 1451098112 277415 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1417088 CPUtime=1121.89 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 105547 0 0 0 112150 39 0 0 25 0 4 0 669932727 1451098112 277415 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1417088 CPUtime=1103.84 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 9381335 0 0 0 109108 1276 0 0 25 0 4 0 669932727 1451098112 277415 33554432000 4194304 4625164 140735106191392 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4469.43
Current children cumulated vsize (KiB) 1417088

[startup+1182.3 s]
/proc/loadavg: 8.13 8.15 7.51 10/507 21072
/proc/meminfo: memFree=25882836/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=1417088 CPUtime=4708.44 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 10538410 0 0 0 469355 1489 0 0 25 0 4 0 669932718 1451098112 283943 33554432000 4194304 4625164 140735106191392 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 354272 283943 522 106 0 349775 0
[pid=21034/tid=21036] ppid=21032 vsize=1417088 CPUtime=1181.51 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 112806 0 0 0 118112 39 0 0 25 0 4 0 669932727 1451098112 283943 33554432000 4194304 4625164 140735106191392 18446744073709551615 4352126 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1417088 CPUtime=1181.88 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 109699 0 0 0 118145 43 0 0 25 0 4 0 669932727 1451098112 283943 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1417088 CPUtime=1162.88 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 10084769 0 0 0 114920 1368 0 0 25 0 4 0 669932727 1451098112 283943 33554432000 4194304 4625164 140735106191392 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4708.44
Current children cumulated vsize (KiB) 1417088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.3 s]
/proc/loadavg: 7.98 8.12 7.52 5/502 21074
/proc/meminfo: memFree=27002828/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=1472972 CPUtime=4800.1 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 10841048 0 0 0 478479 1531 0 0 25 0 4 0 669932718 1508323328 287372 33554432000 4194304 4625164 140735106191392 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 368243 287372 522 106 0 363746 0
[pid=21034/tid=21036] ppid=21032 vsize=1472972 CPUtime=1204.53 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 143253 0 0 0 120410 43 0 0 25 0 4 0 669932727 1508323328 287372 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1472972 CPUtime=1204.88 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 109797 0 0 0 120445 43 0 0 25 0 4 0 669932727 1508323328 287372 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1472972 CPUtime=1185.49 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 10356331 0 0 0 117143 1406 0 0 25 0 4 0 669932727 1508323328 287372 33554432000 4194304 4625164 140735106191392 18446744073709551615 4335584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1472972

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

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

[startup+1205.3 s]
/proc/loadavg: 7.98 8.12 7.52 5/502 21074
/proc/meminfo: memFree=27002828/32950928 swapFree=41934280/67111528
[pid=21034] ppid=21032 vsize=1472972 CPUtime=4800.1 cores=0,2,4,6
/proc/21034/stat : 21034 (SArTagnan) R 21032 21034 20859 0 -1 4202496 10841048 0 0 0 478479 1531 0 0 25 0 4 0 669932718 1508323328 287372 33554432000 4194304 4625164 140735106191392 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21034/statm: 368243 287372 522 106 0 363746 0
[pid=21034/tid=21036] ppid=21032 vsize=1472972 CPUtime=1204.53 cores=0,2,4,6
/proc/21034/task/21036/stat : 21036 (SArTagnan) R 21032 21034 20859 0 -1 4202560 143253 0 0 0 120410 43 0 0 25 0 4 0 669932727 1508323328 287372 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1472972 CPUtime=1204.88 cores=0,2,4,6
/proc/21034/task/21037/stat : 21037 (SArTagnan) R 21032 21034 20859 0 -1 4202560 109797 0 0 0 120445 43 0 0 25 0 4 0 669932727 1508323328 287372 33554432000 4194304 4625164 140735106191392 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1472972 CPUtime=1185.49 cores=0,2,4,6
/proc/21034/task/21038/stat : 21038 (SArTagnan) R 21032 21034 20859 0 -1 4202560 10356331 0 0 0 117143 1406 0 0 25 0 4 0 669932727 1508323328 287372 33554432000 4194304 4625164 140735106191392 18446744073709551615 4335584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1472972

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.37
CPU time (s): 4800.18
CPU user time (s): 4784.82
CPU system time (s): 15.3647
CPU usage (%): 398.231
Max. virtual memory (cumulated for all children) (KiB): 1584156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4784.82
system time used= 15.3647
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10841048
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= 1830
involuntary context switches= 19962

runsolver used 5.67914 second user time and 14.0639 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-17 00:02:20
IDJOB=3386187
IDBENCH=85965
IDSOLVER=1871
FILE ID=node126/3386187-1305583340
RUNJOBID= node126-1305582131-20877
PBS_JOBID= 13350296
Free space on /tmp= 73152 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386187-1305583340/watcher-3386187-1305583340 -o /tmp/evaluation-result-3386187-1305583340/solver-3386187-1305583340 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386187-1305583340.cnf -threads=4

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=1810874815

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28127148 kB
Buffers:        229020 kB
Cached:        2502140 kB
SwapCached:      49648 kB
Active:        1937728 kB
Inactive:      2602964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28127148 kB
SwapTotal:    67111528 kB
SwapFree:     41934280 kB
Dirty:            4324 kB
Writeback:         108 kB
AnonPages:     1772968 kB
Mapped:          20108 kB
Slab:           122744 kB
PageTables:      92196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 145641640 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= 73152 MiB
End job on node126 at 2011-05-17 00:22:28