Trace number 3385842

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.45 1204.8

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p30-s67876261.cnf
MD5SUMed0227339111fb337104188c725538d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24481
Satisfiable
(Un)Satisfiability was proved
Number of variables1634
Number of clauses212885
Sum of the clauses size427324
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2212845
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 3.49 4.33 5.86 2/444 31104
/proc/meminfo: memFree=18699080/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=24676 CPUtime=0.01 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 1145 0 0 0 1 0 0 0 23 0 1 0 748604649 25268224 623 33554432000 4194304 4625164 140735883559920 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31104/statm: 6169 623 296 106 0 1672 0

[startup+0.0928601 s]
/proc/loadavg: 3.49 4.33 5.86 2/444 31104
/proc/meminfo: memFree=18699080/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=265664 CPUtime=0.18 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 5748 0 0 0 18 0 0 0 24 0 4 0 748604649 272039936 4023 33554432000 4194304 4625164 140735883559920 18446744073709551615 4281151 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 66416 4023 339 106 0 61919 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 265664

[startup+0.100857 s]
/proc/loadavg: 3.49 4.33 5.86 2/444 31104
/proc/meminfo: memFree=18699080/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=265824 CPUtime=0.21 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 5833 0 0 0 21 0 0 0 24 0 4 0 748604649 272203776 4108 33554432000 4194304 4625164 140735883559920 18446744073709551615 4499479 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 66456 4108 339 106 0 61959 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 265824

[startup+0.300826 s]
/proc/loadavg: 3.49 4.33 5.86 2/444 31104
/proc/meminfo: memFree=18699080/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=267320 CPUtime=1 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 9232 0 0 0 100 0 0 0 25 0 4 0 748604649 273735680 7244 33554432000 4194304 4625164 140735883559920 18446744073709551615 4512326 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 66830 7244 342 106 0 62333 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 267320

[startup+0.700756 s]
/proc/loadavg: 3.49 4.33 5.86 2/444 31104
/proc/meminfo: memFree=18699080/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=273232 CPUtime=2.61 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 12846 0 0 0 259 2 0 0 25 0 4 0 748604649 279789568 10100 33554432000 4194304 4625164 140735883559920 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 68308 10102 343 106 0 63811 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 273232

[startup+1.50062 s]
/proc/loadavg: 3.49 4.33 5.86 9/454 31117
/proc/meminfo: memFree=18593848/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=280784 CPUtime=5.79 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 19112 0 0 0 577 2 0 0 25 0 4 0 748604649 287522816 14942 33554432000 4194304 4625164 140735883559920 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 70196 14942 350 106 0 65699 0
[pid=31104/tid=31112] ppid=31102 vsize=280784 CPUtime=1.43 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 3098 0 0 0 143 0 0 0 25 0 4 0 748604654 287522816 14942 33554432000 4194304 4625164 140735883559920 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=280784 CPUtime=1.42 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 4476 0 0 0 142 0 0 0 25 0 4 0 748604654 287522816 14942 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=280784 CPUtime=1.42 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 2385 0 0 0 142 0 0 0 25 0 4 0 748604654 287522816 14942 33554432000 4194304 4625164 140735883559920 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 280784

[startup+3.10034 s]
/proc/loadavg: 3.85 4.39 5.88 9/454 31117
/proc/meminfo: memFree=18543008/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=291188 CPUtime=12.18 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 31460 0 0 0 1213 5 0 0 25 0 4 0 748604649 298176512 21824 33554432000 4194304 4625164 140735883559920 18446744073709551615 4511798 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 72797 21824 370 106 0 68300 0
[pid=31104/tid=31112] ppid=31102 vsize=291188 CPUtime=3.03 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 5700 0 0 0 302 1 0 0 25 0 4 0 748604654 298176512 21824 33554432000 4194304 4625164 140735883559920 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=291188 CPUtime=3.03 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 8060 0 0 0 302 1 0 0 25 0 4 0 748604654 298176512 21824 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=291188 CPUtime=3 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 6505 0 0 0 300 0 0 0 25 0 4 0 748604654 298176512 21824 33554432000 4194304 4625164 140735883559920 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 291188

[startup+6.30078 s]
/proc/loadavg: 3.85 4.39 5.88 9/454 31117
/proc/meminfo: memFree=18442208/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=306324 CPUtime=24.93 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 43431 0 0 0 2484 9 0 0 25 0 4 0 748604649 313675776 29899 33554432000 4194304 4625164 140735883559920 18446744073709551615 215988252036 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 76581 29899 343 106 0 72084 0
[pid=31104/tid=31112] ppid=31102 vsize=306324 CPUtime=6.23 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 11275 0 0 0 621 2 0 0 25 0 4 0 748604654 313675776 29899 33554432000 4194304 4625164 140735883559920 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=306324 CPUtime=6.23 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 11609 0 0 0 621 2 0 0 25 0 4 0 748604654 313675776 29899 33554432000 4194304 4625164 140735883559920 18446744073709551615 4462569 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=306324 CPUtime=6.15 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 8073 0 0 0 615 0 0 0 25 0 4 0 748604654 313675776 29899 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 306324

[startup+12.7007 s]
/proc/loadavg: 4.49 4.51 5.90 9/454 31118
/proc/meminfo: memFree=18310084/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=330828 CPUtime=50.43 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 64025 0 0 0 5030 13 0 0 25 0 4 0 748604649 338767872 44283 33554432000 4194304 4625164 140735883559920 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 82707 44283 343 106 0 78210 0
[pid=31104/tid=31112] ppid=31102 vsize=330828 CPUtime=12.63 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 19723 0 0 0 1258 5 0 0 25 0 4 0 748604654 338767872 44283 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=330828 CPUtime=12.62 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 18147 0 0 0 1259 3 0 0 25 0 4 0 748604654 338767872 44283 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=330828 CPUtime=12.46 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 10988 0 0 0 1245 1 0 0 25 0 4 0 748604654 338767872 44283 33554432000 4194304 4625164 140735883559920 18446744073709551615 4552402 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 330828

[startup+25.5004 s]
/proc/loadavg: 5.11 4.64 5.93 9/454 31118
/proc/meminfo: memFree=18157940/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=366812 CPUtime=101.44 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 132608 0 0 0 10114 30 0 0 25 0 4 0 748604649 375615488 62921 33554432000 4194304 4625164 140735883559920 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 91703 62921 343 106 0 87206 0
[pid=31104/tid=31112] ppid=31102 vsize=366812 CPUtime=25.43 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 29238 0 0 0 2534 9 0 0 25 0 4 0 748604654 375615488 62921 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=366812 CPUtime=25.42 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 27237 0 0 0 2535 7 0 0 25 0 4 0 748604654 375615488 62921 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=366812 CPUtime=25.06 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 55998 0 0 0 2498 8 0 0 25 0 4 0 748604654 375615488 62921 33554432000 4194304 4625164 140735883559920 18446744073709551615 4334491 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 366812

[startup+51.1009 s]
/proc/loadavg: 6.10 4.91 5.98 9/454 31119
/proc/meminfo: memFree=17788764/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=606056 CPUtime=203.48 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 414182 0 0 0 20270 78 0 0 25 0 4 0 748604649 620601344 108665 33554432000 4194304 4625164 140735883559920 18446744073709551615 4512326 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 151514 108665 374 106 0 147017 0
[pid=31104/tid=31112] ppid=31102 vsize=606056 CPUtime=51.03 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 42750 0 0 0 5088 15 0 0 25 0 4 0 748604654 620601344 108665 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=606056 CPUtime=51.03 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 41342 0 0 0 5089 14 0 0 25 0 4 0 748604654 620601344 108665 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=606056 CPUtime=50.3 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 254175 0 0 0 4995 35 0 0 25 0 4 0 748604654 620601344 108665 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.48
Current children cumulated vsize (KiB) 606056

[startup+102.317 s]
/proc/loadavg: 7.44 5.48 6.11 9/454 31120
/proc/meminfo: memFree=17249956/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=914432 CPUtime=407.58 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 885868 0 0 0 40602 156 0 0 25 0 4 0 748604649 936378368 167544 33554432000 4194304 4625164 140735883559920 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 228608 167544 354 106 0 224111 0
[pid=31104/tid=31112] ppid=31102 vsize=914432 CPUtime=102.24 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 62576 0 0 0 10199 25 0 0 25 0 4 0 748604654 936378368 167544 33554432000 4194304 4625164 140735883559920 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=914432 CPUtime=102.24 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 57352 0 0 0 10203 21 0 0 25 0 4 0 748604654 936378368 167544 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=914432 CPUtime=100.76 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 606148 0 0 0 9991 85 0 0 25 0 4 0 748604654 936378368 167544 33554432000 4194304 4625164 140735883559920 18446744073709551615 4552324 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.58
Current children cumulated vsize (KiB) 914432

[startup+162.3 s]
/proc/loadavg: 7.83 5.92 6.22 9/454 31122
/proc/meminfo: memFree=16647040/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=1176648 CPUtime=646.63 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 1548463 0 0 0 64397 266 0 0 25 0 4 0 748604649 1204887552 238514 33554432000 4194304 4625164 140735883559920 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 294162 238514 563 106 0 289665 0
[pid=31104/tid=31112] ppid=31102 vsize=1176648 CPUtime=162.22 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 83694 0 0 0 16188 34 0 0 25 0 4 0 748604654 1204887552 238514 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=1176648 CPUtime=162.22 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 84182 0 0 0 16189 33 0 0 25 0 4 0 748604654 1204887552 238514 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=1176648 CPUtime=159.86 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 1138118 0 0 0 15822 164 0 0 25 0 4 0 748604654 1204887552 238514 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.63
Current children cumulated vsize (KiB) 1176648

[startup+222.301 s]
/proc/loadavg: 7.99 6.34 6.35 9/454 31123
/proc/meminfo: memFree=16271912/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=1549780 CPUtime=885.72 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 2310192 0 0 0 88174 398 0 0 25 0 4 0 748604649 1586974720 297027 33554432000 4194304 4625164 140735883559920 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 387445 297027 527 106 0 382948 0
[pid=31104/tid=31112] ppid=31102 vsize=1549780 CPUtime=222.22 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 96461 0 0 0 22178 44 0 0 25 0 4 0 748604654 1586974720 297027 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=1549780 CPUtime=222.22 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 111614 0 0 0 22176 46 0 0 25 0 4 0 748604654 1586974720 297027 33554432000 4194304 4625164 140735883559920 18446744073709551615 4328128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=1549780 CPUtime=218.97 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 1758764 0 0 0 21637 260 0 0 25 0 4 0 748604654 1586974720 297027 33554432000 4194304 4625164 140735883559920 18446744073709551615 4579520 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 885.72
Current children cumulated vsize (KiB) 1549780

[startup+282.301 s]

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

[pid=31104] ppid=31102 vsize=2052744 CPUtime=2798.4 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 7126614 0 0 0 278598 1242 0 0 25 0 4 0 748604649 2102009856 418279 33554432000 4194304 4625164 140735883559920 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 513186 418279 527 106 0 508689 0
[pid=31104/tid=31112] ppid=31102 vsize=2052744 CPUtime=702.22 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 98917 0 0 0 70177 45 0 0 25 0 4 0 748604654 2102009856 418279 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=2052744 CPUtime=702.23 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 151389 0 0 0 70162 61 0 0 25 0 4 0 748604654 2102009856 418279 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=2052744 CPUtime=691.61 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 6343509 0 0 0 68105 1056 0 0 25 0 4 0 748604654 2102009856 418279 33554432000 4194304 4625164 140735883559920 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2798.4
Current children cumulated vsize (KiB) 2052744

[startup+762.318 s]
/proc/loadavg: 8.16 7.85 7.13 9/454 31138
/proc/meminfo: memFree=15292744/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=2052744 CPUtime=3037.53 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 7678416 0 0 0 302419 1334 0 0 25 0 4 0 748604649 2102009856 426491 33554432000 4194304 4625164 140735883559920 18446744073709551615 4393124 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 513186 426491 527 106 0 508689 0
[pid=31104/tid=31112] ppid=31102 vsize=2052744 CPUtime=762.24 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 99071 0 0 0 76179 45 0 0 25 0 4 0 748604654 2102009856 426491 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=2052744 CPUtime=762.25 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 151643 0 0 0 76163 62 0 0 25 0 4 0 748604654 2102009856 426491 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=2052744 CPUtime=750.69 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 6889783 0 0 0 73923 1146 0 0 25 0 4 0 748604654 2102009856 426491 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3037.53
Current children cumulated vsize (KiB) 2052744

[startup+822.301 s]
/proc/loadavg: 8.14 7.89 7.18 9/454 31139
/proc/meminfo: memFree=15144660/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=2118280 CPUtime=3276.55 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 8209535 0 0 0 326225 1430 0 0 25 0 4 0 748604649 2169118720 434542 33554432000 4194304 4625164 140735883559920 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 529570 434542 526 106 0 525073 0
[pid=31104/tid=31112] ppid=31102 vsize=2118280 CPUtime=822.22 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 99173 0 0 0 82177 45 0 0 25 0 4 0 748604654 2169118720 434542 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=2118280 CPUtime=822.23 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 151906 0 0 0 82161 62 0 0 25 0 4 0 748604654 2169118720 434542 33554432000 4194304 4625164 140735883559920 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=2118280 CPUtime=809.77 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 7416747 0 0 0 79735 1242 0 0 25 0 4 0 748604654 2169118720 434542 33554432000 4194304 4625164 140735883559920 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3276.55
Current children cumulated vsize (KiB) 2118280

[startup+882.301 s]
/proc/loadavg: 8.17 7.94 7.24 9/454 31141
/proc/meminfo: memFree=15073072/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=2118280 CPUtime=3515.63 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 8767142 0 0 0 350035 1528 0 0 25 0 4 0 748604649 2169118720 440797 33554432000 4194304 4625164 140735883559920 18446744073709551615 4280391 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 529570 440797 514 106 0 525073 0
[pid=31104/tid=31112] ppid=31102 vsize=2118280 CPUtime=882.23 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 99309 0 0 0 88177 46 0 0 25 0 4 0 748604654 2169118720 440797 33554432000 4194304 4625164 140735883559920 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=2118280 CPUtime=882.23 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 152300 0 0 0 88161 62 0 0 25 0 4 0 748604654 2169118720 440797 33554432000 4194304 4625164 140735883559920 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=2118280 CPUtime=868.83 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 7969469 0 0 0 85546 1337 0 0 25 0 4 0 748604654 2169118720 440797 33554432000 4194304 4625164 140735883559920 18446744073709551615 215988289863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3515.63
Current children cumulated vsize (KiB) 2118280

[startup+942.301 s]
/proc/loadavg: 8.13 7.96 7.29 9/454 31142
/proc/meminfo: memFree=14957972/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=2118280 CPUtime=3754.72 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 9344311 0 0 0 373849 1623 0 0 25 0 4 0 748604649 2169118720 449848 33554432000 4194304 4625164 140735883559920 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 529570 449848 514 106 0 525073 0
[pid=31104/tid=31112] ppid=31102 vsize=2118280 CPUtime=942.23 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 99452 0 0 0 94177 46 0 0 25 0 4 0 748604654 2169118720 449848 33554432000 4194304 4625164 140735883559920 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=2118280 CPUtime=942.24 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 152687 0 0 0 94161 63 0 0 25 0 4 0 748604654 2169118720 449848 33554432000 4194304 4625164 140735883559920 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=2118280 CPUtime=927.92 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 8541856 0 0 0 91362 1430 0 0 25 0 4 0 748604654 2169118720 449848 33554432000 4194304 4625164 140735883559920 18446744073709551615 4334723 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3754.72
Current children cumulated vsize (KiB) 2118280

[startup+1002.3 s]
/proc/loadavg: 8.15 8.00 7.35 9/454 31144
/proc/meminfo: memFree=14784344/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=2154904 CPUtime=3993.79 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 9890367 0 0 0 397662 1717 0 0 25 0 4 0 748604649 2206621696 458934 33554432000 4194304 4625164 140735883559920 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 538726 458934 514 106 0 534229 0
[pid=31104/tid=31112] ppid=31102 vsize=2154904 CPUtime=1002.24 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 119294 0 0 0 100175 49 0 0 25 0 4 0 748604654 2206621696 458934 33554432000 4194304 4625164 140735883559920 18446744073709551615 4330864 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=2154904 CPUtime=1002.24 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 152961 0 0 0 100161 63 0 0 25 0 4 0 748604654 2206621696 458934 33554432000 4194304 4625164 140735883559920 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=2154904 CPUtime=987 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 9063262 0 0 0 97180 1520 0 0 25 0 4 0 748604654 2206621696 458934 33554432000 4194304 4625164 140735883559920 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3993.79
Current children cumulated vsize (KiB) 2154904

[startup+1062.3 s]
/proc/loadavg: 8.11 8.01 7.39 9/454 31146
/proc/meminfo: memFree=14516716/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=2485120 CPUtime=4232.87 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 10556549 0 0 0 421455 1832 0 0 25 0 4 0 748604649 2544762880 487463 33554432000 4194304 4625164 140735883559920 18446744073709551615 4512054 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 621280 487463 514 106 0 616783 0
[pid=31104/tid=31112] ppid=31102 vsize=2485120 CPUtime=1062.24 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 119416 0 0 0 106175 49 0 0 25 0 4 0 748604654 2544762880 487463 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=2485120 CPUtime=1062.23 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 153230 0 0 0 106160 63 0 0 25 0 4 0 748604654 2544762880 487463 33554432000 4194304 4625164 140735883559920 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=2485120 CPUtime=1046.06 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 9539571 0 0 0 102998 1608 0 0 25 0 4 0 748604654 2544762880 487463 33554432000 4194304 4625164 140735883559920 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4232.87
Current children cumulated vsize (KiB) 2485120

[startup+1122.3 s]
/proc/loadavg: 8.17 8.05 7.44 9/454 31147
/proc/meminfo: memFree=14318280/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=2485120 CPUtime=4471.94 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 11095274 0 0 0 445269 1925 0 0 25 0 4 0 748604649 2544762880 492501 33554432000 4194304 4625164 140735883559920 18446744073709551615 4393051 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 621280 492501 472 106 0 616783 0
[pid=31104/tid=31112] ppid=31102 vsize=2485120 CPUtime=1122.24 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 119501 0 0 0 112175 49 0 0 25 0 4 0 748604654 2544762880 492501 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=2485120 CPUtime=1122.24 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 153646 0 0 0 112160 64 0 0 25 0 4 0 748604654 2544762880 492501 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=2485120 CPUtime=1105.14 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 10075415 0 0 0 108814 1700 0 0 25 0 4 0 748604654 2544762880 492501 33554432000 4194304 4625164 140735883559920 18446744073709551615 4546798 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4471.94
Current children cumulated vsize (KiB) 2485120

[startup+1182.3 s]
/proc/loadavg: 8.11 8.06 7.47 9/454 31149
/proc/meminfo: memFree=14195608/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=2582516 CPUtime=4711.04 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 11605635 0 0 0 469091 2013 0 0 25 0 4 0 748604649 2644496384 499746 33554432000 4194304 4625164 140735883559920 18446744073709551615 4393051 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 645629 499746 403 106 0 641132 0
[pid=31104/tid=31112] ppid=31102 vsize=2582516 CPUtime=1182.24 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 119580 0 0 0 118175 49 0 0 25 0 4 0 748604654 2644496384 499746 33554432000 4194304 4625164 140735883559920 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=2582516 CPUtime=1182.24 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 153889 0 0 0 118160 64 0 0 25 0 4 0 748604654 2644496384 499746 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=2582516 CPUtime=1164.23 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 10583435 0 0 0 114636 1787 0 0 25 0 4 0 748604654 2644496384 499746 33554432000 4194304 4625164 140735883559920 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4711.04
Current children cumulated vsize (KiB) 2582516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.7 s]
/proc/loadavg: 8.15 8.07 7.49 6/452 31150
/proc/meminfo: memFree=15229756/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=2599348 CPUtime=4800.33 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 11779223 0 0 0 477991 2042 0 0 25 0 4 0 748604649 2661732352 502249 33554432000 4194304 4625164 140735883559920 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 649837 502249 344 106 0 645340 0
[pid=31104/tid=31112] ppid=31102 vsize=2599348 CPUtime=1204.66 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 119613 0 0 0 120417 49 0 0 25 0 4 0 748604654 2661732352 502249 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=2599348 CPUtime=1204.65 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 153978 0 0 0 120401 64 0 0 25 0 4 0 748604654 2661732352 502249 33554432000 4194304 4625164 140735883559920 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=2599348 CPUtime=1186.28 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 10755272 0 0 0 116812 1816 0 0 25 0 4 0 748604654 2661732352 502249 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 2599348

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

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

[startup+1204.7 s]
/proc/loadavg: 8.15 8.07 7.49 6/452 31150
/proc/meminfo: memFree=15229756/32950940 swapFree=67111356/67111528
[pid=31104] ppid=31102 vsize=2599348 CPUtime=4800.33 cores=1,3,5,7
/proc/31104/stat : 31104 (SArTagnan) R 31102 31104 30199 0 -1 4202496 11779223 0 0 0 477991 2042 0 0 25 0 4 0 748604649 2661732352 502249 33554432000 4194304 4625164 140735883559920 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31104/statm: 649837 502249 344 106 0 645340 0
[pid=31104/tid=31112] ppid=31102 vsize=2599348 CPUtime=1204.66 cores=1,3,5,7
/proc/31104/task/31112/stat : 31112 (SArTagnan) R 31102 31104 30199 0 -1 4202560 119613 0 0 0 120417 49 0 0 25 0 4 0 748604654 2661732352 502249 33554432000 4194304 4625164 140735883559920 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31104/tid=31113] ppid=31102 vsize=2599348 CPUtime=1204.65 cores=1,3,5,7
/proc/31104/task/31113/stat : 31113 (SArTagnan) R 31102 31104 30199 0 -1 4202560 153978 0 0 0 120401 64 0 0 25 0 4 0 748604654 2661732352 502249 33554432000 4194304 4625164 140735883559920 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31104/tid=31114] ppid=31102 vsize=2599348 CPUtime=1186.28 cores=1,3,5,7
/proc/31104/task/31114/stat : 31114 (SArTagnan) R 31102 31104 30199 0 -1 4202560 10755272 0 0 0 116812 1816 0 0 25 0 4 0 748604654 2661732352 502249 33554432000 4194304 4625164 140735883559920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 2599348

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.8
CPU time (s): 4800.45
CPU user time (s): 4779.94
CPU system time (s): 20.5059
CPU usage (%): 398.442
Max. virtual memory (cumulated for all children) (KiB): 3145412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4779.94
system time used= 20.5059
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11779226
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= 3132
involuntary context switches= 18816

runsolver used 4.74628 second user time and 13.6189 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-17 00:08:59
IDJOB=3385842
IDBENCH=88222
IDSOLVER=1871
FILE ID=node117/3385842-1305583739
RUNJOBID= node117-1305583739-31091
PBS_JOBID= 13350218
Free space on /tmp= 73444 MiB

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

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=1674141465

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18699236 kB
Buffers:        340452 kB
Cached:        4763116 kB
SwapCached:          0 kB
Active:       10644892 kB
Inactive:      3244596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18699236 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            6744 kB
Writeback:           0 kB
AnonPages:     8786092 kB
Mapped:          34072 kB
Slab:           246576 kB
PageTables:      48968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 115496092 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= 73448 MiB
End job on node117 at 2011-05-17 00:29:06