Trace number 3385963

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g4.cnf
MD5SUM04c9f68df814bad18919ca17a3e0867a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.342947
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3385963-1305578086/watcher-3385963-1305578086 -o /tmp/evaluation-result-3385963-1305578086/solver-3385963-1305578086 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385963-1305578086.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: 10.81 11.15 11.16 8/394 6168
/proc/meminfo: memFree=17506348/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=20328 CPUtime=0 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 663 0 0 0 0 0 0 0 25 0 1 0 669406436 20815872 488 33554432000 4194304 4625164 140735146268032 18446744073709551615 271550537472 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6168/statm: 5082 489 296 106 0 585 0

[startup+0.128998 s]
/proc/loadavg: 10.81 11.15 11.16 8/394 6168
/proc/meminfo: memFree=17506348/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=121776 CPUtime=0.23 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 2146 0 0 0 23 0 0 0 25 0 4 0 669406436 124698624 1590 33554432000 4194304 4625164 140735146268032 18446744073709551615 47991007442860 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6168/statm: 30444 1590 323 106 0 25947 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 121776

[startup+0.200985 s]
/proc/loadavg: 10.81 11.15 11.16 8/394 6168
/proc/meminfo: memFree=17506348/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=253904 CPUtime=0.37 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 2622 0 0 0 37 0 0 0 25 0 4 0 669406436 259997696 2066 33554432000 4194304 4625164 140735146268032 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6168/statm: 63476 2066 332 106 0 58979 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 253904

[startup+1.04783 s]
/proc/loadavg: 10.81 11.15 11.16 8/394 6168
/proc/meminfo: memFree=17506348/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=260076 CPUtime=2.4 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 7720 0 0 0 240 0 0 0 18 0 4 0 669406436 266317824 5805 33554432000 4194304 4625164 140735146268032 18446744073709551615 4513472 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6168/statm: 65019 5805 345 106 0 60522 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 260076

[startup+1.10082 s]
/proc/loadavg: 10.81 11.15 11.16 8/394 6168
/proc/meminfo: memFree=17506348/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=260076 CPUtime=2.51 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 7746 0 0 0 251 0 0 0 18 0 4 0 669406436 266317824 5831 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511963 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6168/statm: 65019 5831 345 106 0 60522 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 260076

[startup+1.50075 s]
/proc/loadavg: 10.81 11.15 11.16 8/394 6168
/proc/meminfo: memFree=17506348/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=264176 CPUtime=3.5 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 9355 0 0 0 350 0 0 0 19 0 4 0 669406436 270516224 7440 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6168/statm: 66044 7440 348 106 0 61547 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 264176

[startup+3.10046 s]
/proc/loadavg: 10.83 11.15 11.16 12/398 6172
/proc/meminfo: memFree=17434848/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=271540 CPUtime=6.99 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 12717 0 0 0 698 1 0 0 21 0 4 0 669406436 278056960 9120 33554432000 4194304 4625164 140735146268032 18446744073709551615 4512057 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6168/statm: 67885 9120 346 106 0 63388 0
[pid=6168/tid=6170] ppid=6166 vsize=271540 CPUtime=2.53 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 2993 0 0 0 253 0 0 0 22 0 4 0 669406438 278056960 9120 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=271540 CPUtime=1.41 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 1932 0 0 0 141 0 0 0 25 0 4 0 669406438 278056960 9120 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=271540 CPUtime=1.08 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 1143 0 0 0 108 0 0 0 25 0 4 0 669406438 278056960 9120 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 271540

[startup+6.31488 s]
/proc/loadavg: 10.83 11.15 11.16 12/398 6172
/proc/meminfo: memFree=17397408/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=279800 CPUtime=14.82 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 24184 0 0 0 1480 2 0 0 24 0 4 0 669406436 286515200 13415 33554432000 4194304 4625164 140735146268032 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6168/statm: 69950 13415 346 106 0 65453 0
[pid=6168/tid=6170] ppid=6166 vsize=279800 CPUtime=4.05 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 4614 0 0 0 405 0 0 0 25 0 4 0 669406438 286515200 13415 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=279800 CPUtime=4.59 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 4987 0 0 0 459 0 0 0 25 0 4 0 669406438 286515200 13415 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=279800 CPUtime=2.8 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 7009 0 0 0 280 0 0 0 25 0 4 0 669406438 286515200 13415 33554432000 4194304 4625164 140735146268032 18446744073709551615 4334268 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 14.82
Current children cumulated vsize (KiB) 279800

[startup+12.7007 s]
/proc/loadavg: 10.84 11.15 11.16 12/398 6172
/proc/meminfo: memFree=17338016/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=291724 CPUtime=30.61 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 44921 0 0 0 3055 6 0 0 25 0 4 0 669406436 298725376 19515 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6168/statm: 72931 19515 346 106 0 68434 0
[pid=6168/tid=6170] ppid=6166 vsize=291724 CPUtime=7.13 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 7324 0 0 0 713 0 0 0 25 0 4 0 669406438 298725376 19515 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=291724 CPUtime=10.97 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 8479 0 0 0 1096 1 0 0 25 0 4 0 669406438 298725376 19515 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=291724 CPUtime=5.9 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 19226 0 0 0 588 2 0 0 25 0 4 0 669406438 298725376 19515 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 30.61
Current children cumulated vsize (KiB) 291724

[startup+25.5004 s]
/proc/loadavg: 10.95 11.16 11.16 12/398 6173
/proc/meminfo: memFree=17229788/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=300972 CPUtime=60.18 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 100063 0 0 0 6002 16 0 0 25 0 4 0 669406436 308195328 27497 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511963 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6168/statm: 75243 27497 351 106 0 70746 0
[pid=6168/tid=6170] ppid=6166 vsize=300972 CPUtime=15.63 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 11504 0 0 0 1561 2 0 0 25 0 4 0 669406438 308195328 27497 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=300972 CPUtime=17.4 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 13036 0 0 0 1737 3 0 0 25 0 4 0 669406438 308195328 27497 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=300972 CPUtime=12.3 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 64857 0 0 0 1221 9 0 0 25 0 4 0 669406438 308195328 27497 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351786 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.18
Current children cumulated vsize (KiB) 300972

[startup+51.1007 s]
/proc/loadavg: 11.04 11.16 11.16 13/398 6173
/proc/meminfo: memFree=17064772/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=337320 CPUtime=136.65 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 239507 0 0 0 13626 39 0 0 25 0 4 0 669406436 345415680 40930 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6168/statm: 84330 40930 351 106 0 79833 0
[pid=6168/tid=6170] ppid=6166 vsize=337320 CPUtime=37.34 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 20146 0 0 0 3730 4 0 0 25 0 4 0 669406438 345415680 40930 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=337320 CPUtime=35.44 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 19827 0 0 0 3540 4 0 0 25 0 4 0 669406438 345415680 40930 33554432000 4194304 4625164 140735146268032 18446744073709551615 4353004 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=337320 CPUtime=27.02 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 188278 0 0 0 2675 27 0 0 25 0 4 0 669406438 345415680 40930 33554432000 4194304 4625164 140735146268032 18446744073709551615 4334248 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 136.65
Current children cumulated vsize (KiB) 337320

[startup+102.3 s]
/proc/loadavg: 11.24 11.18 11.17 12/398 6175
/proc/meminfo: memFree=16764192/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=490848 CPUtime=289.58 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 501087 0 0 0 28880 78 0 0 25 0 4 0 669406436 502628352 76633 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6168/statm: 122712 76633 713 106 0 118215 0
[pid=6168/tid=6170] ppid=6166 vsize=490848 CPUtime=77.12 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 31523 0 0 0 7704 8 0 0 25 0 4 0 669406438 502628352 76633 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=490848 CPUtime=81.04 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 28449 0 0 0 8097 7 0 0 25 0 4 0 669406438 502628352 76634 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=490848 CPUtime=56.02 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 401647 0 0 0 5545 57 0 0 25 0 4 0 669406438 502628352 76645 33554432000 4194304 4625164 140735146268032 18446744073709551615 271550234832 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 289.58
Current children cumulated vsize (KiB) 490848

[startup+162.301 s]
/proc/loadavg: 11.29 11.19 11.18 12/398 6176
/proc/meminfo: memFree=16501676/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=580060 CPUtime=470.94 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 724350 0 0 0 46977 117 0 0 25 0 4 0 669406436 593981440 108337 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511938 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6168/statm: 145015 108337 357 106 0 140518 0
[pid=6168/tid=6170] ppid=6166 vsize=580060 CPUtime=119.51 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 42588 0 0 0 11939 12 0 0 25 0 4 0 669406438 593981440 108337 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=580060 CPUtime=128.19 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 41282 0 0 0 12807 12 0 0 25 0 4 0 669406438 593981440 108337 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=580060 CPUtime=98.59 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 556103 0 0 0 9780 79 0 0 25 0 4 0 669406438 593981440 108337 33554432000 4194304 4625164 140735146268032 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 470.94
Current children cumulated vsize (KiB) 580060

[startup+222.301 s]
/proc/loadavg: 11.21 11.19 11.17 12/398 6178
/proc/meminfo: memFree=16318516/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=641648 CPUtime=650.17 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 771969 0 0 0 64892 125 0 0 25 0 4 0 669406436 657047552 125590 33554432000 4194304 4625164 140735146268032 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6168/statm: 160412 125590 453 106 0 155915 0
[pid=6168/tid=6170] ppid=6166 vsize=641648 CPUtime=150.12 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 45183 0 0 0 14999 13 0 0 25 0 4 0 669406438 657047552 125590 33554432000 4194304 4625164 140735146268032 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=641648 CPUtime=157.58 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 41549 0 0 0 15746 12 0 0 25 0 4 0 669406438 657047552 125590 33554432000 4194304 4625164 140735146268032 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=641648 CPUtime=158.59 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 568672 0 0 0 15778 81 0 0 25 0 4 0 669406438 657047552 125590 33554432000 4194304 4625164 140735146268032 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 650.17
Current children cumulated vsize (KiB) 641648

[startup+282.301 s]
/proc/loadavg: 11.45 11.24 11.19 12/398 6179
/proc/meminfo: memFree=16140936/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=690824 CPUtime=829.45 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 915155 0 0 0 82800 145 0 0 25 0 4 0 669406436 707403776 138243 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511906 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6168/statm: 172706 138243 533 106 0 168209 0
[pid=6168/tid=6170] ppid=6166 vsize=690824 CPUtime=180.14 cores=1,3,5,7

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

[pid=6168] ppid=6166 vsize=1781356 CPUtime=2084.08 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 3368922 0 0 0 207910 498 0 0 25 0 4 0 669406436 1824108544 328732 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6168/statm: 445339 328732 446 106 0 440842 0
[pid=6168/tid=6170] ppid=6166 vsize=1781356 CPUtime=507.26 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 87799 0 0 0 50704 22 0 0 25 0 4 0 669406438 1824108544 328732 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=1781356 CPUtime=454.95 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 62512 0 0 0 45474 21 0 0 25 0 4 0 669406438 1824108544 328732 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=1781356 CPUtime=598.4 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 2643788 0 0 0 59463 377 0 0 25 0 4 0 669406438 1824108544 328732 33554432000 4194304 4625164 140735146268032 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2084.08
Current children cumulated vsize (KiB) 1781356

[startup+762.301 s]
/proc/loadavg: 11.14 11.26 11.21 12/398 6192
/proc/meminfo: memFree=14665604/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=1850060 CPUtime=2238.77 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 3776075 0 0 0 223315 562 0 0 25 0 4 0 669406436 1894461440 336721 33554432000 4194304 4625164 140735146268032 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6168/statm: 462515 336721 346 106 0 458018 0
[pid=6168/tid=6170] ppid=6166 vsize=1850060 CPUtime=549.84 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 89867 0 0 0 54961 23 0 0 25 0 4 0 669406438 1894461440 336721 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=1850060 CPUtime=500.88 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 62983 0 0 0 50066 22 0 0 25 0 4 0 669406438 1894461440 336721 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=1850060 CPUtime=634.6 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 3038213 0 0 0 63022 438 0 0 25 0 4 0 669406438 1894461440 336721 33554432000 4194304 4625164 140735146268032 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2238.77
Current children cumulated vsize (KiB) 1850060

[startup+822.301 s]
/proc/loadavg: 11.17 11.25 11.21 12/398 6194
/proc/meminfo: memFree=14606448/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=1855076 CPUtime=2367.16 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 4147144 0 0 0 236103 613 0 0 25 0 4 0 669406436 1899597824 342146 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6168/statm: 463769 342146 346 106 0 459272 0
[pid=6168/tid=6170] ppid=6166 vsize=1855076 CPUtime=583.91 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 91934 0 0 0 58367 24 0 0 25 0 4 0 669406438 1899597824 342146 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=1855076 CPUtime=535.43 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 63376 0 0 0 53521 22 0 0 25 0 4 0 669406438 1899597824 342146 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=1855076 CPUtime=664.16 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 3399775 0 0 0 65931 485 0 0 25 0 4 0 669406438 1899597824 342146 33554432000 4194304 4625164 140735146268032 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2367.16
Current children cumulated vsize (KiB) 1855076

[startup+882.301 s]
/proc/loadavg: 11.21 11.25 11.21 12/398 6195
/proc/meminfo: memFree=14527328/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=1859168 CPUtime=2501.48 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 4728645 0 0 0 249455 693 0 0 25 0 4 0 669406436 1903788032 348799 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6168/statm: 464792 348799 347 106 0 460295 0
[pid=6168/tid=6170] ppid=6166 vsize=1859168 CPUtime=613.84 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 93753 0 0 0 61359 25 0 0 25 0 4 0 669406438 1903788032 348799 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=1859168 CPUtime=565.32 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 65510 0 0 0 56509 23 0 0 25 0 4 0 669406438 1903788032 348799 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=1859168 CPUtime=708.63 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 3968508 0 0 0 70301 562 0 0 25 0 4 0 669406438 1903788032 348799 33554432000 4194304 4625164 140735146268032 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2501.48
Current children cumulated vsize (KiB) 1859168

[startup+942.301 s]
/proc/loadavg: 11.25 11.25 11.20 12/398 6197
/proc/meminfo: memFree=14473124/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=1863656 CPUtime=2650.74 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 5456811 0 0 0 264280 794 0 0 25 0 4 0 669406436 1908383744 355492 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6168/statm: 465914 355492 350 106 0 461417 0
[pid=6168/tid=6170] ppid=6166 vsize=1863656 CPUtime=643.84 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 95312 0 0 0 64358 26 0 0 25 0 4 0 669406438 1908383744 355492 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=1863656 CPUtime=595.32 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 66092 0 0 0 59509 23 0 0 25 0 4 0 669406438 1908383744 355492 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352895 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=1863656 CPUtime=767.87 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 4684088 0 0 0 76128 659 0 0 25 0 4 0 669406438 1908383744 355492 33554432000 4194304 4625164 140735146268032 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2650.74
Current children cumulated vsize (KiB) 1863656

[startup+1002.3 s]
/proc/loadavg: 11.22 11.23 11.20 12/398 6199
/proc/meminfo: memFree=14403300/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=1914992 CPUtime=2780.36 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 5978315 0 0 0 277168 868 0 0 25 0 4 0 669406436 1960951808 363780 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6168/statm: 478748 363780 351 106 0 474251 0
[pid=6168/tid=6170] ppid=6166 vsize=1914992 CPUtime=673.89 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 122680 0 0 0 67360 29 0 0 25 0 4 0 669406438 1960951808 363780 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=1914992 CPUtime=625.41 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 66561 0 0 0 62518 23 0 0 25 0 4 0 669406438 1960951808 363780 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=1914992 CPUtime=807.57 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 5170465 0 0 0 80031 726 0 0 25 0 4 0 669406438 1960951808 363780 33554432000 4194304 4625164 140735146268032 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2780.36
Current children cumulated vsize (KiB) 1914992

[startup+1062.32 s]
/proc/loadavg: 11.37 11.26 11.21 12/398 6200
/proc/meminfo: memFree=14359388/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=1919084 CPUtime=2905.72 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 6367613 0 0 0 289652 920 0 0 25 0 4 0 669406436 1965142016 368919 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6168/statm: 479771 368919 349 106 0 475274 0
[pid=6168/tid=6170] ppid=6166 vsize=1919084 CPUtime=703.83 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 124484 0 0 0 70353 30 0 0 25 0 4 0 669406438 1965142016 368919 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=1919084 CPUtime=655.5 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 66791 0 0 0 65526 24 0 0 25 0 4 0 669406438 1965142016 368919 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=1919084 CPUtime=843.15 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 5549893 0 0 0 83539 776 0 0 25 0 4 0 669406438 1965142016 368919 33554432000 4194304 4625164 140735146268032 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2905.72
Current children cumulated vsize (KiB) 1919084

[startup+1122.3 s]
/proc/loadavg: 11.34 11.26 11.21 12/398 6202
/proc/meminfo: memFree=14300596/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=1923440 CPUtime=3055.03 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 6930947 0 0 0 304506 997 0 0 25 0 4 0 669406436 1969602560 373179 33554432000 4194304 4625164 140735146268032 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6168/statm: 480860 373179 348 106 0 476363 0
[pid=6168/tid=6170] ppid=6166 vsize=1923440 CPUtime=733.8 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 125765 0 0 0 73349 31 0 0 25 0 4 0 669406438 1969602560 373179 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=1923440 CPUtime=685.51 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 66946 0 0 0 68527 24 0 0 25 0 4 0 669406438 1969602560 373179 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=1923440 CPUtime=897.19 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 6101153 0 0 0 88869 850 0 0 25 0 4 0 669406438 1969602560 373179 33554432000 4194304 4625164 140735146268032 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3055.03
Current children cumulated vsize (KiB) 1923440

[startup+1182.3 s]
/proc/loadavg: 11.36 11.27 11.21 12/398 6203
/proc/meminfo: memFree=14161960/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=1994652 CPUtime=3203.64 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 7296037 0 0 0 319312 1052 0 0 25 0 4 0 669406436 2042523648 379110 33554432000 4194304 4625164 140735146268032 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6168/statm: 498663 379110 351 106 0 494166 0
[pid=6168/tid=6170] ppid=6166 vsize=1994652 CPUtime=775.05 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 127862 0 0 0 77473 32 0 0 25 0 4 0 669406438 2042523648 379110 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=1994652 CPUtime=715.51 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 68008 0 0 0 71526 25 0 0 25 0 4 0 669406438 2042523648 379110 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=1994652 CPUtime=929.66 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 6445612 0 0 0 92067 899 0 0 25 0 4 0 669406438 2042523648 379110 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3203.64
Current children cumulated vsize (KiB) 1994652

[startup+1242.3 s]
/proc/loadavg: 11.24 11.25 11.20 12/398 6205
/proc/meminfo: memFree=14065596/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=1965204 CPUtime=3353.63 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 7608947 0 0 0 334266 1097 0 0 25 0 4 0 669406436 2012368896 389270 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6168/statm: 491301 389270 346 106 0 486804 0
[pid=6168/tid=6170] ppid=6166 vsize=1965204 CPUtime=805.16 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 128475 0 0 0 80484 32 0 0 25 0 4 0 669406438 2012368896 389270 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=1965204 CPUtime=745.49 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 68979 0 0 0 74524 25 0 0 25 0 4 0 669406438 2012368896 389270 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=1965204 CPUtime=959.56 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 6734998 0 0 0 95018 938 0 0 25 0 4 0 669406438 2012368896 389270 33554432000 4194304 4625164 140735146268032 18446744073709551615 4328128 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3353.63
Current children cumulated vsize (KiB) 1965204



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 11.25 11.25 11.20 8/393 6208
/proc/meminfo: memFree=15937404/32951124 swapFree=67056796/67111528
[pid=6168] ppid=6166 vsize=2040240 CPUtime=3503.69 cores=1,3,5,7
/proc/6168/stat : 6168 (SArTagnan) R 6166 6168 5970 0 -1 4202496 7949969 0 0 0 349229 1140 0 0 25 0 4 0 669406436 2089205760 398900 33554432000 4194304 4625164 140735146268032 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6168/statm: 510060 398900 354 106 0 505563 0
[pid=6168/tid=6170] ppid=6166 vsize=2040240 CPUtime=843.25 cores=1,3,5,7
/proc/6168/task/6170/stat : 6170 (SArTagnan) R 6166 6168 5970 0 -1 4202560 129398 0 0 0 84293 32 0 0 25 0 4 0 669406438 2089205760 398903 33554432000 4194304 4625164 140735146268032 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6168/tid=6171] ppid=6166 vsize=2040240 CPUtime=801.43 cores=1,3,5,7
/proc/6168/task/6171/stat : 6171 (SArTagnan) R 6166 6168 5970 0 -1 4202560 69717 0 0 0 80117 26 0 0 25 0 4 0 669406438 2089205760 398903 33554432000 4194304 4625164 140735146268032 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6168/tid=6172] ppid=6166 vsize=2040240 CPUtime=986.72 cores=1,3,5,7
/proc/6168/task/6172/stat : 6172 (SArTagnan) R 6166 6168 5970 0 -1 4202560 7067239 0 0 0 97692 980 0 0 25 0 4 0 669406438 2089205760 398903 33554432000 4194304 4625164 140735146268032 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3503.69
Current children cumulated vsize (KiB) 2040240

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): 3503.79
CPU user time (s): 3492.33
CPU system time (s): 11.4653
CPU usage (%): 269.505
Max. virtual memory (cumulated for all children) (KiB): 2182576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3492.33
system time used= 11.4653
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7949972
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= 4224
involuntary context switches= 45426

runsolver used 4.44632 second user time and 12.1202 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 22:34:46
IDJOB=3385963
IDBENCH=71271
IDSOLVER=1871
FILE ID=node133/3385963-1305578086
RUNJOBID= node133-1305576779-5989
PBS_JOBID= 13350209
Free space on /tmp= 73396 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g4.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385963-1305578086/watcher-3385963-1305578086 -o /tmp/evaluation-result-3385963-1305578086/solver-3385963-1305578086 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385963-1305578086.cnf -threads=4

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

MD5SUM BENCH= 04c9f68df814bad18919ca17a3e0867a
RANDOM SEED=1226934591

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:      17506504 kB
Buffers:        326316 kB
Cached:        4514460 kB
SwapCached:       7668 kB
Active:       11821368 kB
Inactive:      3311500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17506504 kB
SwapTotal:    67111528 kB
SwapFree:     67056796 kB
Dirty:            5076 kB
Writeback:           0 kB
AnonPages:    10290040 kB
Mapped:          31996 kB
Slab:           201488 kB
PageTables:      44800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 85025648 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73388 MiB
End job on node133 at 2011-05-16 22:56:28