Trace number 3386337

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) 4082.09 1300.08

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3386337-1305579840/watcher-3386337-1305579840 -o /tmp/evaluation-result-3386337-1305579840/solver-3386337-1305579840 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386337-1305579840.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: 10.24 10.23 10.04 7/392 4016
/proc/meminfo: memFree=20028544/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=32192 CPUtime=0 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 2045 0 0 0 0 0 0 0 24 0 1 0 669581987 32964608 1984 33554432000 4194304 4625164 140733375754000 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4016/statm: 8048 1984 295 106 0 3551 0

[startup+0.082596 s]
/proc/loadavg: 10.24 10.23 10.04 7/392 4016
/proc/meminfo: memFree=20028544/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=40524 CPUtime=0.07 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 6779 0 0 0 7 0 0 0 24 0 1 0 669581987 41496576 4140 33554432000 4194304 4625164 140733375754000 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4016/statm: 10131 4140 296 106 0 5634 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 40524

[startup+0.100591 s]
/proc/loadavg: 10.24 10.23 10.04 7/392 4016
/proc/meminfo: memFree=20028544/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=41936 CPUtime=0.09 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 7716 0 0 0 9 0 0 0 24 0 1 0 669581987 42942464 4628 33554432000 4194304 4625164 140733375754000 18446744073709551615 4361058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4016/statm: 10484 4630 296 106 0 5987 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41936

[startup+0.300522 s]
/proc/loadavg: 10.24 10.23 10.04 7/392 4016
/proc/meminfo: memFree=20028544/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=254392 CPUtime=0.61 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 21507 0 0 0 59 2 0 0 25 0 4 0 669581987 260497408 16083 33554432000 4194304 4625164 140733375754000 18446744073709551615 4276102 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 63598 16083 335 106 0 59101 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 254392

[startup+0.70045 s]
/proc/loadavg: 10.24 10.23 10.04 7/392 4016
/proc/meminfo: memFree=20028544/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=258504 CPUtime=1.82 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 23622 0 0 0 179 3 0 0 25 0 4 0 669581987 264708096 17403 33554432000 4194304 4625164 140733375754000 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 64626 17403 342 106 0 60129 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 258504

[startup+1.50031 s]
/proc/loadavg: 10.24 10.23 10.04 11/396 4020
/proc/meminfo: memFree=19939228/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=259848 CPUtime=4.2 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 26638 0 0 0 417 3 0 0 25 0 4 0 669581987 266084352 18719 33554432000 4194304 4625164 140733375754000 18446744073709551615 4512021 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 64962 18719 342 106 0 60465 0
[pid=4016/tid=4018] ppid=4014 vsize=259848 CPUtime=0.63 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 1564 0 0 0 63 0 0 0 25 0 4 0 669582001 266084352 18719 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=259848 CPUtime=1.35 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 1663 0 0 0 135 0 0 0 25 0 4 0 669582001 266084352 18719 33554432000 4194304 4625164 140733375754000 18446744073709551615 4335146 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=259848 CPUtime=1.35 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 4999 0 0 0 135 0 0 0 25 0 4 0 669582001 266084352 18719 33554432000 4194304 4625164 140733375754000 18446744073709551615 4573837 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 259848

[startup+3.10101 s]
/proc/loadavg: 10.24 10.23 10.04 11/396 4020
/proc/meminfo: memFree=19924968/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=384780 CPUtime=8.98 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 75626 0 0 0 887 11 0 0 18 0 4 0 669581987 394014720 39601 33554432000 4194304 4625164 140733375754000 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4016/statm: 96195 39603 343 106 0 91698 0
[pid=4016/tid=4018] ppid=4014 vsize=384780 CPUtime=1.62 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 11950 0 0 0 160 2 0 0 25 0 4 0 669582001 394014720 39603 33554432000 4194304 4625164 140733375754000 18446744073709551615 4328194 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=384780 CPUtime=2.86 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 11512 0 0 0 285 1 0 0 18 0 4 0 669582001 394014720 39607 33554432000 4194304 4625164 140733375754000 18446744073709551615 4480463 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=384780 CPUtime=2.72 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 9463 0 0 0 272 0 0 0 25 0 4 0 669582001 394014720 39608 33554432000 4194304 4625164 140733375754000 18446744073709551615 4339220 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 384780

[startup+6.30044 s]
/proc/loadavg: 10.22 10.23 10.04 11/396 4020
/proc/meminfo: memFree=19457368/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=723092 CPUtime=18.49 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 228234 0 0 0 1818 31 0 0 23 0 4 0 669581987 740446208 117530 33554432000 4194304 4625164 140733375754000 18446744073709551615 228122372358 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 180773 117530 359 106 0 176276 0
[pid=4016/tid=4018] ppid=4014 vsize=723092 CPUtime=4.66 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 40432 0 0 0 460 6 0 0 23 0 4 0 669582001 740446208 117530 33554432000 4194304 4625164 140733375754000 18446744073709551615 228122381274 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=723092 CPUtime=5.03 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 41879 0 0 0 498 5 0 0 20 0 4 0 669582001 740446208 117530 33554432000 4194304 4625164 140733375754000 18446744073709551615 4469228 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=723092 CPUtime=3.9 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 35532 0 0 0 386 4 0 0 25 0 4 0 669582001 740446208 117530 33554432000 4194304 4625164 140733375754000 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.49
Current children cumulated vsize (KiB) 723092

[startup+12.7003 s]
/proc/loadavg: 10.28 10.24 10.05 8/390 4024
/proc/meminfo: memFree=20844300/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=758064 CPUtime=40.78 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 244185 0 0 0 4044 34 0 0 25 0 4 0 669581987 776257536 125802 33554432000 4194304 4625164 140733375754000 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 189516 125802 360 106 0 185019 0
[pid=4016/tid=4018] ppid=4014 vsize=758064 CPUtime=11.05 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 41104 0 0 0 1099 6 0 0 25 0 4 0 669582001 776257536 125802 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=758064 CPUtime=9.83 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 41987 0 0 0 978 5 0 0 25 0 4 0 669582001 776257536 125802 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=758064 CPUtime=8.67 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 41528 0 0 0 862 5 0 0 25 0 4 0 669582001 776257536 125802 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40.78
Current children cumulated vsize (KiB) 758064

[startup+25.501 s]
/proc/loadavg: 10.10 10.20 10.04 13/396 4082
/proc/meminfo: memFree=20654488/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=811932 CPUtime=91.81 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 277386 0 0 0 9140 41 0 0 25 0 4 0 669581987 831418368 134019 33554432000 4194304 4625164 140733375754000 18446744073709551615 4512315 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 202983 134019 358 106 0 198486 0
[pid=4016/tid=4018] ppid=4014 vsize=811932 CPUtime=23.85 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 41506 0 0 0 2378 7 0 0 25 0 4 0 669582001 831418368 134019 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=811932 CPUtime=22.63 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 42500 0 0 0 2258 5 0 0 25 0 4 0 669582001 831418368 134019 33554432000 4194304 4625164 140733375754000 18446744073709551615 4345252 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=811932 CPUtime=21.47 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 72051 0 0 0 2137 10 0 0 25 0 4 0 669582001 831418368 134019 33554432000 4194304 4625164 140733375754000 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 91.81
Current children cumulated vsize (KiB) 811932

[startup+51.1004 s]
/proc/loadavg: 10.40 10.26 10.06 12/397 4084
/proc/meminfo: memFree=20425764/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=837780 CPUtime=193.84 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 476792 0 0 0 19311 73 0 0 25 0 4 0 669581987 857886720 142300 33554432000 4194304 4625164 140733375754000 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 209445 142300 358 106 0 204948 0
[pid=4016/tid=4018] ppid=4014 vsize=837780 CPUtime=49.41 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 41854 0 0 0 4934 7 0 0 25 0 4 0 669582001 857886720 142300 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=837780 CPUtime=48.22 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 43131 0 0 0 4817 5 0 0 25 0 4 0 669582001 857886720 142300 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=837780 CPUtime=47.07 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 256539 0 0 0 4668 39 0 0 25 0 4 0 669582001 857886720 142300 33554432000 4194304 4625164 140733375754000 18446744073709551615 4334248 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 193.84
Current children cumulated vsize (KiB) 837780

[startup+102.315 s]
/proc/loadavg: 10.74 10.37 10.11 13/397 4086
/proc/meminfo: memFree=20282668/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=912288 CPUtime=397.87 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 730229 0 0 0 39671 116 0 0 25 0 4 0 669581987 934182912 159808 33554432000 4194304 4625164 140733375754000 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 228072 159808 358 106 0 223575 0
[pid=4016/tid=4018] ppid=4014 vsize=912288 CPUtime=100.5 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 43003 0 0 0 10041 9 0 0 25 0 4 0 669582001 934182912 159808 33554432000 4194304 4625164 140733375754000 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=912288 CPUtime=99.43 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 50250 0 0 0 9933 10 0 0 25 0 4 0 669582001 934182912 159808 33554432000 4194304 4625164 140733375754000 18446744073709551615 4464903 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=912288 CPUtime=98.28 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 499251 0 0 0 9754 74 0 0 25 0 4 0 669582001 934182912 159808 33554432000 4194304 4625164 140733375754000 18446744073709551615 4557107 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 397.87
Current children cumulated vsize (KiB) 912288

[startup+162.3 s]
/proc/loadavg: 10.42 10.35 10.11 12/396 4117
/proc/meminfo: memFree=20442484/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=941372 CPUtime=615.14 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 857468 0 0 0 61376 138 0 0 25 0 4 0 669581987 963964928 167289 33554432000 4194304 4625164 140733375754000 18446744073709551615 228122369377 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 235343 167289 358 106 0 230846 0
[pid=4016/tid=4018] ppid=4014 vsize=941372 CPUtime=156.81 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 43618 0 0 0 15670 11 0 0 25 0 4 0 669582001 963964928 167289 33554432000 4194304 4625164 140733375754000 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=941372 CPUtime=155.66 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 64481 0 0 0 15554 12 0 0 25 0 4 0 669582001 963964928 167289 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=941372 CPUtime=143.8 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 611483 0 0 0 14288 92 0 0 25 0 4 0 669582001 963964928 167289 33554432000 4194304 4625164 140733375754000 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 615.14
Current children cumulated vsize (KiB) 941372

[startup+222.3 s]
/proc/loadavg: 10.28 10.31 10.11 12/396 4119
/proc/meminfo: memFree=20366060/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=964440 CPUtime=794.36 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 1156436 0 0 0 79253 183 0 0 25 0 4 0 669581987 987586560 176819 33554432000 4194304 4625164 140733375754000 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 241110 176819 358 106 0 236613 0
[pid=4016/tid=4018] ppid=4014 vsize=964440 CPUtime=186.69 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 55950 0 0 0 18657 12 0 0 25 0 4 0 669582001 987586560 176819 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=964440 CPUtime=185.76 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 64953 0 0 0 18564 12 0 0 25 0 4 0 669582001 987586560 176819 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=964440 CPUtime=203.81 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 897235 0 0 0 20246 135 0 0 25 0 4 0 669582001 987586560 176819 33554432000 4194304 4625164 140733375754000 18446744073709551615 4335599 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 794.36
Current children cumulated vsize (KiB) 964440

[startup+282.301 s]

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

[pid=4016] ppid=4014 vsize=1289616 CPUtime=2232.18 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 3049389 0 0 0 222748 470 0 0 25 0 4 0 669581987 1320566784 253447 33554432000 4194304 4625164 140733375754000 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 322404 253447 353 106 0 317907 0
[pid=4016/tid=4018] ppid=4014 vsize=1289616 CPUtime=563.62 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 63899 0 0 0 56345 17 0 0 25 0 4 0 669582001 1320566784 253447 33554432000 4194304 4625164 140733375754000 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=1289616 CPUtime=508.13 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 93738 0 0 0 50793 20 0 0 25 0 4 0 669582001 1320566784 253447 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=1289616 CPUtime=523.45 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 2731148 0 0 0 51941 404 0 0 25 0 4 0 669582001 1320566784 253447 33554432000 4194304 4625164 140733375754000 18446744073709551615 4340066 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2232.18
Current children cumulated vsize (KiB) 1289616

[startup+762.315 s]
/proc/loadavg: 10.08 10.15 10.09 11/396 4193
/proc/meminfo: memFree=19824928/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=1361524 CPUtime=2411.45 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 3161637 0 0 0 240660 485 0 0 25 0 4 0 669581987 1394200576 263516 33554432000 4194304 4625164 140733375754000 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 340381 263516 353 106 0 335884 0
[pid=4016/tid=4018] ppid=4014 vsize=1361524 CPUtime=610.33 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 65017 0 0 0 61016 17 0 0 25 0 4 0 669582001 1394200576 263516 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=1361524 CPUtime=551.54 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 94030 0 0 0 55134 20 0 0 25 0 4 0 669582001 1394200576 263516 33554432000 4194304 4625164 140733375754000 18446744073709551615 4462556 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=1361524 CPUtime=553.36 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 2841325 0 0 0 54917 419 0 0 25 0 4 0 669582001 1394200576 263516 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2411.45
Current children cumulated vsize (KiB) 1361524

[startup+822.3 s]
/proc/loadavg: 10.20 10.16 10.10 11/396 4195
/proc/meminfo: memFree=19717376/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=1426124 CPUtime=2608.73 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 3212087 0 0 0 260377 496 0 0 25 0 4 0 669581987 1460350976 275951 33554432000 4194304 4625164 140733375754000 18446744073709551615 4512190 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4016/statm: 356531 275951 353 106 0 352034 0
[pid=4016/tid=4018] ppid=4014 vsize=1426124 CPUtime=657.63 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 83888 0 0 0 65743 20 0 0 25 0 4 0 669582001 1460350976 275951 33554432000 4194304 4625164 140733375754000 18446744073709551615 4352562 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=1426124 CPUtime=611.53 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 98786 0 0 0 61129 24 0 0 25 0 4 0 669582001 1460350976 275951 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=1426124 CPUtime=609.04 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 2867622 0 0 0 60481 423 0 0 25 0 4 0 669582001 1460350976 275951 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2608.73
Current children cumulated vsize (KiB) 1426124

[startup+882.3 s]
/proc/loadavg: 10.20 10.16 10.10 11/396 4196
/proc/meminfo: memFree=19598908/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=1468876 CPUtime=2817.95 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 3224485 0 0 0 281296 499 0 0 25 0 4 0 669581987 1504129024 288347 33554432000 4194304 4625164 140733375754000 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4016/statm: 367219 288347 353 106 0 362722 0
[pid=4016/tid=4018] ppid=4014 vsize=1468876 CPUtime=716.85 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 84550 0 0 0 71665 20 0 0 25 0 4 0 669582001 1504129024 288347 33554432000 4194304 4625164 140733375754000 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=1468876 CPUtime=671.53 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 99104 0 0 0 67129 24 0 0 25 0 4 0 669582001 1504129024 288347 33554432000 4194304 4625164 140733375754000 18446744073709551615 4288548 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=1468876 CPUtime=669.04 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 2878494 0 0 0 66479 425 0 0 25 0 4 0 669582001 1504129024 288347 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2817.95
Current children cumulated vsize (KiB) 1468876

[startup+942.301 s]
/proc/loadavg: 10.19 10.16 10.10 11/396 4198
/proc/meminfo: memFree=19444576/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=1518156 CPUtime=3013.51 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 3251566 0 0 0 300846 505 0 0 25 0 4 0 669581987 1554591744 301776 33554432000 4194304 4625164 140733375754000 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 379539 301776 353 106 0 375042 0
[pid=4016/tid=4018] ppid=4014 vsize=1518156 CPUtime=767.78 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 87661 0 0 0 76756 22 0 0 25 0 4 0 669582001 1554591744 301776 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=1518156 CPUtime=731.54 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 101108 0 0 0 73129 25 0 0 25 0 4 0 669582001 1554591744 301776 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=1518156 CPUtime=723.65 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 2889357 0 0 0 71938 427 0 0 25 0 4 0 669582001 1554591744 301776 33554432000 4194304 4625164 140733375754000 18446744073709551615 4547368 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3013.51
Current children cumulated vsize (KiB) 1518156

[startup+1002.3 s]
/proc/loadavg: 10.17 10.16 10.09 11/396 4200
/proc/meminfo: memFree=19373612/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=1522512 CPUtime=3192.73 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 3487042 0 0 0 318734 539 0 0 25 0 4 0 669581987 1559052288 306712 33554432000 4194304 4625164 140733375754000 18446744073709551615 4512887 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 380628 306712 353 106 0 376131 0
[pid=4016/tid=4018] ppid=4014 vsize=1522512 CPUtime=797.7 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 87800 0 0 0 79748 22 0 0 25 0 4 0 669582001 1559052288 306712 33554432000 4194304 4625164 140733375754000 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=1522512 CPUtime=791.53 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 102970 0 0 0 79128 25 0 0 25 0 4 0 669582001 1559052288 306712 33554432000 4194304 4625164 140733375754000 18446744073709551615 4462626 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=1522512 CPUtime=758.75 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 3121749 0 0 0 75415 460 0 0 25 0 4 0 669582001 1559052288 306712 33554432000 4194304 4625164 140733375754000 18446744073709551615 4579373 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3192.73
Current children cumulated vsize (KiB) 1522512

[startup+1062.3 s]
/proc/loadavg: 10.19 10.17 10.10 11/396 4201
/proc/meminfo: memFree=19299036/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=1541424 CPUtime=3371.96 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 3734100 0 0 0 336620 576 0 0 25 0 4 0 669581987 1578418176 318101 33554432000 4194304 4625164 140733375754000 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4016/statm: 385356 318101 353 106 0 380859 0
[pid=4016/tid=4018] ppid=4014 vsize=1541424 CPUtime=827.89 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 87898 0 0 0 82767 22 0 0 25 0 4 0 669582001 1578418176 318101 33554432000 4194304 4625164 140733375754000 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=1541424 CPUtime=842.93 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 103424 0 0 0 84268 25 0 0 25 0 4 0 669582001 1578418176 318101 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=1541424 CPUtime=797.15 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 3367278 0 0 0 79219 496 0 0 25 0 4 0 669582001 1578418176 318101 33554432000 4194304 4625164 140733375754000 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3371.96
Current children cumulated vsize (KiB) 1541424

[startup+1122.3 s]
/proc/loadavg: 10.17 10.17 10.10 12/396 4203
/proc/meminfo: memFree=19214180/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=1606960 CPUtime=3551.16 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 3941407 0 0 0 354511 605 0 0 25 0 4 0 669581987 1645527040 329646 33554432000 4194304 4625164 140733375754000 18446744073709551615 4512102 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4016/statm: 401740 329646 348 106 0 397243 0
[pid=4016/tid=4018] ppid=4014 vsize=1606960 CPUtime=858 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 90866 0 0 0 85776 24 0 0 25 0 4 0 669582001 1645527040 329646 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=1606960 CPUtime=873.91 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 104998 0 0 0 87365 26 0 0 25 0 4 0 669582001 1645527040 329646 33554432000 4194304 4625164 140733375754000 18446744073709551615 4352481 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=1606960 CPUtime=856.53 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 3567762 0 0 0 85130 523 0 0 25 0 4 0 669582001 1645527040 329646 33554432000 4194304 4625164 140733375754000 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3551.16
Current children cumulated vsize (KiB) 1606960

[startup+1182.3 s]
/proc/loadavg: 10.16 10.16 10.10 11/396 4204
/proc/meminfo: memFree=19147916/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=1606960 CPUtime=3730.39 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 4215601 0 0 0 372396 643 0 0 25 0 4 0 669581987 1645527040 337326 33554432000 4194304 4625164 140733375754000 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4016/statm: 401740 337326 347 106 0 397243 0
[pid=4016/tid=4018] ppid=4014 vsize=1606960 CPUtime=913.61 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 91303 0 0 0 91337 24 0 0 25 0 4 0 669582001 1645527040 337326 33554432000 4194304 4625164 140733375754000 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=1606960 CPUtime=903.71 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 108545 0 0 0 90344 27 0 0 25 0 4 0 669582001 1645527040 337326 33554432000 4194304 4625164 140733375754000 18446744073709551615 4317294 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=1606960 CPUtime=890.37 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 3836105 0 0 0 88477 560 0 0 25 0 4 0 669582001 1645527040 337326 33554432000 4194304 4625164 140733375754000 18446744073709551615 4579584 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3730.39
Current children cumulated vsize (KiB) 1606960

[startup+1242.3 s]
/proc/loadavg: 10.15 10.16 10.10 12/396 4206
/proc/meminfo: memFree=19093056/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=1658816 CPUtime=3909.61 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 4458696 0 0 0 390284 677 0 0 25 0 4 0 669581987 1698627584 344430 33554432000 4194304 4625164 140733375754000 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4016/statm: 414704 344430 347 106 0 410207 0
[pid=4016/tid=4018] ppid=4014 vsize=1658816 CPUtime=972.85 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 91721 0 0 0 97261 24 0 0 25 0 4 0 669582001 1698627584 344430 33554432000 4194304 4625164 140733375754000 18446744073709551615 4465246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=1658816 CPUtime=933.81 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 109126 0 0 0 93354 27 0 0 25 0 4 0 669582001 1698627584 344430 33554432000 4194304 4625164 140733375754000 18446744073709551615 4352920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=1658816 CPUtime=920.26 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 4051031 0 0 0 91436 590 0 0 25 0 4 0 669582001 1698627584 344430 33554432000 4194304 4625164 140733375754000 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3909.61
Current children cumulated vsize (KiB) 1658816



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.14 10.16 10.09 12/396 4207
/proc/meminfo: memFree=19030888/32951124 swapFree=49826708/67111528
[pid=4016] ppid=4014 vsize=1658816 CPUtime=4081.99 cores=0,2,4,6
/proc/4016/stat : 4016 (SArTagnan) R 4014 4016 3578 0 -1 4202496 4666632 0 0 0 407491 708 0 0 25 0 4 0 669581987 1698627584 351447 33554432000 4194304 4625164 140733375754000 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4016/statm: 414704 351447 349 106 0 410207 0
[pid=4016/tid=4018] ppid=4014 vsize=1658816 CPUtime=1029.82 cores=0,2,4,6
/proc/4016/task/4018/stat : 4018 (SArTagnan) R 4014 4016 3578 0 -1 4202560 92998 0 0 0 102958 24 0 0 25 0 4 0 669582001 1698627584 351447 33554432000 4194304 4625164 140733375754000 18446744073709551615 4352831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4016/tid=4019] ppid=4014 vsize=1658816 CPUtime=962.63 cores=0,2,4,6
/proc/4016/task/4019/stat : 4019 (SArTagnan) R 4014 4016 3578 0 -1 4202560 110183 0 0 0 96235 28 0 0 25 0 4 0 669582001 1698627584 351447 33554432000 4194304 4625164 140733375754000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4016/tid=4020] ppid=4014 vsize=1658816 CPUtime=949.16 cores=0,2,4,6
/proc/4016/task/4020/stat : 4020 (SArTagnan) R 4014 4016 3578 0 -1 4202560 4255408 0 0 0 94296 620 0 0 25 0 4 0 669582001 1698627584 351447 33554432000 4194304 4625164 140733375754000 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4081.99
Current children cumulated vsize (KiB) 1658816

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 4082.09
CPU user time (s): 4074.94
CPU system time (s): 7.14891
CPU usage (%): 313.987
Max. virtual memory (cumulated for all children) (KiB): 1658816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4074.94
system time used= 7.14891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4666632
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= 7181
involuntary context switches= 33728

runsolver used 4.65129 second user time and 11.9232 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 23:04:00
IDJOB=3386337
IDBENCH=82467
IDSOLVER=1871
FILE ID=node138/3386337-1305579840
RUNJOBID= node138-1305576905-3600
PBS_JOBID= 13350210
Free space on /tmp= 73388 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386337-1305579840/watcher-3386337-1305579840 -o /tmp/evaluation-result-3386337-1305579840/solver-3386337-1305579840 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386337-1305579840.cnf -threads=4

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=328458522

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20028576 kB
Buffers:          1264 kB
Cached:          90648 kB
SwapCached:      67604 kB
Active:        2729476 kB
Inactive:      9963800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20028576 kB
SwapTotal:    67111528 kB
SwapFree:     49826708 kB
Dirty:           43140 kB
Writeback:           0 kB
AnonPages:    12540868 kB
Mapped:          11684 kB
Slab:            75012 kB
PageTables:      87840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 97575952 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= 73436 MiB
End job on node138 at 2011-05-16 23:25:42