Trace number 3386108

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) 3890.27 1300.09

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v2640c305320gyes10.cnf
MD5SUMe4e4b653016e98f210aa8da2214e783a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3386108-1305578590/watcher-3386108-1305578590 -o /tmp/evaluation-result-3386108-1305578590/solver-3386108-1305578590 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386108-1305578590.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: 9.62 10.00 8.15 4/342 5896
/proc/meminfo: memFree=16846884/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=26272 CPUtime=0 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 717 0 0 0 0 0 0 0 21 0 1 0 669457242 26902528 524 33554432000 4194304 4625164 140736901440736 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5896/statm: 6568 524 296 106 0 2071 0

[startup+0.020123 s]
/proc/loadavg: 9.62 10.00 8.15 4/342 5896
/proc/meminfo: memFree=16846884/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=26784 CPUtime=0.01 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 1118 0 0 0 1 0 0 0 21 0 1 0 669457242 27426816 668 33554432000 4194304 4625164 140736901440736 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5896/statm: 6696 669 296 106 0 2199 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 26784

[startup+0.101095 s]
/proc/loadavg: 9.62 10.00 8.15 4/342 5896
/proc/meminfo: memFree=16846884/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=207260 CPUtime=0.12 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 6797 0 0 0 12 0 0 0 23 0 4 0 669457242 212234240 4469 33554432000 4194304 4625164 140736901440736 18446744073709551615 4503631 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5896/statm: 51815 4469 332 106 0 47318 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 207260

[startup+0.301042 s]
/proc/loadavg: 9.62 10.00 8.15 4/342 5896
/proc/meminfo: memFree=16846884/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=211104 CPUtime=0.73 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 9476 0 0 0 72 1 0 0 23 0 4 0 669457242 216170496 7125 33554432000 4194304 4625164 140736901440736 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5896/statm: 52776 7125 342 106 0 48279 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 211104

[startup+0.700969 s]
/proc/loadavg: 9.62 10.00 8.15 4/342 5896
/proc/meminfo: memFree=16846884/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=282396 CPUtime=1.91 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 11914 0 0 0 190 1 0 0 25 0 4 0 669457242 289173504 8790 33554432000 4194304 4625164 140736901440736 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5896/statm: 70599 8790 342 106 0 66102 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 282396

[startup+1.50082 s]
/proc/loadavg: 9.62 10.00 8.15 11/352 5909
/proc/meminfo: memFree=16776508/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=292792 CPUtime=4.31 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 16915 0 0 0 428 3 0 0 25 0 4 0 669457242 299819008 12788 33554432000 4194304 4625164 140736901440736 18446744073709551615 4360194 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5896/statm: 73198 12788 342 106 0 68701 0
[pid=5896/tid=5898] ppid=5894 vsize=292792 CPUtime=0.23 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 834 0 0 0 23 0 0 0 25 0 4 0 669457249 299819008 12788 33554432000 4194304 4625164 140736901440736 18446744073709551615 4469816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=292792 CPUtime=1.2 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 3606 0 0 0 120 0 0 0 25 0 4 0 669457249 299819008 12788 33554432000 4194304 4625164 140736901440736 18446744073709551615 4467186 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=292792 CPUtime=1.39 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 1842 0 0 0 139 0 0 0 19 0 4 0 669457249 299819008 12788 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 292792

[startup+3.10053 s]
/proc/loadavg: 9.62 10.00 8.15 11/352 5909
/proc/meminfo: memFree=16735712/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=300900 CPUtime=9.08 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 25407 0 0 0 904 4 0 0 25 0 4 0 669457242 308121600 17214 33554432000 4194304 4625164 140736901440736 18446744073709551615 4528688 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5896/statm: 75225 17214 343 106 0 70728 0
[pid=5896/tid=5898] ppid=5894 vsize=300900 CPUtime=0.73 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 1991 0 0 0 73 0 0 0 25 0 4 0 669457249 308121600 17214 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=300900 CPUtime=2.81 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 6217 0 0 0 280 1 0 0 25 0 4 0 669457249 308121600 17214 33554432000 4194304 4625164 140736901440736 18446744073709551615 4288765 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=300900 CPUtime=2.47 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 4203 0 0 0 247 0 0 0 21 0 4 0 669457249 308121600 17214 33554432000 4194304 4625164 140736901440736 18446744073709551615 4288556 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.08
Current children cumulated vsize (KiB) 300900

[startup+6.30095 s]
/proc/loadavg: 9.65 10.00 8.16 11/352 5910
/proc/meminfo: memFree=16672156/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=321520 CPUtime=18.65 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 39284 0 0 0 1857 8 0 0 25 0 4 0 669457242 329236480 27210 33554432000 4194304 4625164 140736901440736 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5896/statm: 80380 27210 346 106 0 75883 0
[pid=5896/tid=5898] ppid=5894 vsize=321520 CPUtime=2.32 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 3900 0 0 0 232 0 0 0 25 0 4 0 669457249 329236480 27211 33554432000 4194304 4625164 140736901440736 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=321520 CPUtime=6.01 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 11939 0 0 0 597 4 0 0 25 0 4 0 669457249 329236480 27211 33554432000 4194304 4625164 140736901440736 18446744073709551615 246516495393 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=321520 CPUtime=4.04 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 6778 0 0 0 403 1 0 0 25 0 4 0 669457249 329236480 27211 33554432000 4194304 4625164 140736901440736 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.65
Current children cumulated vsize (KiB) 321520

[startup+12.7008 s]
/proc/loadavg: 9.75 10.02 8.18 11/352 5910
/proc/meminfo: memFree=16583640/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=339004 CPUtime=37.76 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 65345 0 0 0 3760 16 0 0 25 0 4 0 669457242 347140096 38294 33554432000 4194304 4625164 140736901440736 18446744073709551615 4338071 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5896/statm: 84751 38294 350 106 0 80254 0
[pid=5896/tid=5898] ppid=5894 vsize=339004 CPUtime=5.66 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 6028 0 0 0 565 1 0 0 25 0 4 0 669457249 347140096 38294 33554432000 4194304 4625164 140736901440736 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=339004 CPUtime=11.89 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 19596 0 0 0 1181 8 0 0 25 0 4 0 669457249 347140096 38294 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=339004 CPUtime=9.8 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 17885 0 0 0 977 3 0 0 25 0 4 0 669457249 347140096 38294 33554432000 4194304 4625164 140736901440736 18446744073709551615 4579504 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37.76
Current children cumulated vsize (KiB) 339004

[startup+25.5005 s]
/proc/loadavg: 9.88 10.03 8.21 11/352 5910
/proc/meminfo: memFree=16447984/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=424396 CPUtime=75.9 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 101644 0 0 0 7564 26 0 0 25 0 4 0 669457242 434581504 55329 33554432000 4194304 4625164 140736901440736 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5896/statm: 106099 55329 343 106 0 101602 0
[pid=5896/tid=5898] ppid=5894 vsize=424396 CPUtime=15.42 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 10356 0 0 0 1540 2 0 0 22 0 4 0 669457249 434581504 55329 33554432000 4194304 4625164 140736901440736 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=424396 CPUtime=20.85 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 25597 0 0 0 2073 12 0 0 25 0 4 0 669457249 434581504 55329 33554432000 4194304 4625164 140736901440736 18446744073709551615 4339600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=424396 CPUtime=20.52 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 27019 0 0 0 2047 5 0 0 25 0 4 0 669457249 434581504 55329 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 75.9
Current children cumulated vsize (KiB) 424396

[startup+51.1008 s]
/proc/loadavg: 9.98 10.04 8.26 11/352 5911
/proc/meminfo: memFree=16224264/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=484360 CPUtime=152.39 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 162205 0 0 0 15197 42 0 0 25 0 4 0 669457242 495984640 88499 33554432000 4194304 4625164 140736901440736 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5896/statm: 121090 88500 468 106 0 116593 0
[pid=5896/tid=5898] ppid=5894 vsize=484360 CPUtime=39.47 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 17338 0 0 0 3941 6 0 0 25 0 4 0 669457249 495984640 88500 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=484360 CPUtime=34.61 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 36475 0 0 0 3442 19 0 0 18 0 4 0 669457249 495984640 88500 33554432000 4194304 4625164 140736901440736 18446744073709551615 246516495393 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=484360 CPUtime=43.26 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 32978 0 0 0 4320 6 0 0 25 0 4 0 669457249 495984640 88500 33554432000 4194304 4625164 140736901440736 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 152.39
Current children cumulated vsize (KiB) 484360

[startup+102.313 s]
/proc/loadavg: 10.21 10.10 8.37 12/352 5912
/proc/meminfo: memFree=15816788/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=876604 CPUtime=305.43 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 269574 0 0 0 30476 67 0 0 25 0 4 0 669457242 897642496 141123 33554432000 4194304 4625164 140736901440736 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5896/statm: 219151 141123 476 106 0 214654 0
[pid=5896/tid=5898] ppid=5894 vsize=876604 CPUtime=88.31 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 28570 0 0 0 8818 13 0 0 25 0 4 0 669457249 897642496 141123 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=876604 CPUtime=62.79 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 47029 0 0 0 6254 25 0 0 25 0 4 0 669457249 897642496 141123 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=876604 CPUtime=91.26 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 42618 0 0 0 9118 8 0 0 25 0 4 0 669457249 897642496 141123 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 305.43
Current children cumulated vsize (KiB) 876604

[startup+162.301 s]
/proc/loadavg: 10.22 10.12 8.49 11/352 5914
/proc/meminfo: memFree=15429396/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=1065112 CPUtime=484.65 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 385463 0 0 0 48364 101 0 0 25 0 4 0 669457242 1090674688 192402 33554432000 4194304 4625164 140736901440736 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5896/statm: 266278 192402 402 106 0 261781 0
[pid=5896/tid=5898] ppid=5894 vsize=1065112 CPUtime=136.61 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 44508 0 0 0 13639 22 0 0 25 0 4 0 669457249 1090674688 192402 33554432000 4194304 4625164 140736901440736 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=1065112 CPUtime=97.76 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 63726 0 0 0 9739 37 0 0 25 0 4 0 669457249 1090674688 192402 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=1065112 CPUtime=148.2 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 52681 0 0 0 14810 10 0 0 25 0 4 0 669457249 1090674688 192402 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 484.65
Current children cumulated vsize (KiB) 1065112

[startup+222.301 s]
/proc/loadavg: 10.34 10.17 8.60 11/352 5915
/proc/meminfo: memFree=15115408/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=1165432 CPUtime=663.95 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 422189 0 0 0 66271 124 0 0 25 0 4 0 669457242 1193402368 227402 33554432000 4194304 4625164 140736901440736 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 291358 227402 362 106 0 286861 0
[pid=5896/tid=5898] ppid=5894 vsize=1165432 CPUtime=176.19 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 50157 0 0 0 17590 29 0 0 25 0 4 0 669457249 1193402368 227402 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=1165432 CPUtime=134.75 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 73101 0 0 0 13428 47 0 0 25 0 4 0 669457249 1193402368 227402 33554432000 4194304 4625164 140736901440736 18446744073709551615 4316897 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=1165432 CPUtime=205.88 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 61786 0 0 0 20575 13 0 0 25 0 4 0 669457249 1193402368 227402 33554432000 4194304 4625164 140736901440736 18446744073709551615 4334473 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 663.95
Current children cumulated vsize (KiB) 1165432

[startup+282.301 s]

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

[pid=5896] ppid=5894 vsize=2003824 CPUtime=2098.5 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 1673315 0 0 0 209482 368 0 0 25 0 4 0 669457242 2051915776 399664 33554432000 4194304 4625164 140736901440736 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 500956 399664 352 106 0 496459 0
[pid=5896/tid=5898] ppid=5894 vsize=2003824 CPUtime=596.75 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 77740 0 0 0 59629 46 0 0 25 0 4 0 669457249 2051915776 399664 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2003824 CPUtime=409.97 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 109988 0 0 0 40916 81 0 0 25 0 4 0 669457249 2051915776 399664 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2003824 CPUtime=628.5 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 917262 0 0 0 62693 157 0 0 25 0 4 0 669457249 2051915776 399664 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2098.5
Current children cumulated vsize (KiB) 2003824

[startup+762.313 s]
/proc/loadavg: 10.22 10.22 9.31 11/352 5930
/proc/meminfo: memFree=13716980/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=2003824 CPUtime=2277.87 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 1884594 0 0 0 227383 404 0 0 25 0 4 0 669457242 2051915776 408299 33554432000 4194304 4625164 140736901440736 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 500956 408299 352 106 0 496459 0
[pid=5896/tid=5898] ppid=5894 vsize=2003824 CPUtime=656.76 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 77998 0 0 0 65630 46 0 0 25 0 4 0 669457249 2051915776 408299 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2003824 CPUtime=439.98 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 110119 0 0 0 43917 81 0 0 25 0 4 0 669457249 2051915776 408299 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2003824 CPUtime=658.5 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 1103869 0 0 0 65662 188 0 0 25 0 4 0 669457249 2051915776 408299 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2277.87
Current children cumulated vsize (KiB) 2003824

[startup+822.3 s]
/proc/loadavg: 10.25 10.22 9.37 11/352 5931
/proc/meminfo: memFree=13641696/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=2069360 CPUtime=2457.18 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 2107968 0 0 0 245274 444 0 0 25 0 4 0 669457242 2119024640 416758 33554432000 4194304 4625164 140736901440736 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 517340 416758 352 106 0 512843 0
[pid=5896/tid=5898] ppid=5894 vsize=2069360 CPUtime=716.75 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 78135 0 0 0 71629 46 0 0 25 0 4 0 669457249 2119024640 416758 33554432000 4194304 4625164 140736901440736 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2069360 CPUtime=482.16 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 110196 0 0 0 48135 81 0 0 25 0 4 0 669457249 2119024640 416758 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2069360 CPUtime=688.34 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 1301395 0 0 0 68613 221 0 0 25 0 4 0 669457249 2119024640 416758 33554432000 4194304 4625164 140736901440736 18446744073709551615 4288672 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2457.18
Current children cumulated vsize (KiB) 2069360

[startup+882.3 s]
/proc/loadavg: 10.38 10.26 9.43 11/352 5933
/proc/meminfo: memFree=13566284/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=2069360 CPUtime=2636.51 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 2406069 0 0 0 263152 499 0 0 25 0 4 0 669457242 2119024640 426217 33554432000 4194304 4625164 140736901440736 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 517340 426217 352 106 0 512843 0
[pid=5896/tid=5898] ppid=5894 vsize=2069360 CPUtime=776.75 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 78393 0 0 0 77629 46 0 0 25 0 4 0 669457249 2119024640 426217 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2069360 CPUtime=527.35 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 110346 0 0 0 52654 81 0 0 25 0 4 0 669457249 2119024640 426217 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2069360 CPUtime=732.69 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 1576270 0 0 0 72997 272 0 0 25 0 4 0 669457249 2119024640 426217 33554432000 4194304 4625164 140736901440736 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2636.51
Current children cumulated vsize (KiB) 2069360

[startup+942.3 s]
/proc/loadavg: 10.25 10.24 9.47 11/352 5935
/proc/meminfo: memFree=13495956/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=2069360 CPUtime=2815.85 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 2623886 0 0 0 281047 538 0 0 25 0 4 0 669457242 2119024640 432793 33554432000 4194304 4625164 140736901440736 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 517340 432793 352 106 0 512843 0
[pid=5896/tid=5898] ppid=5894 vsize=2069360 CPUtime=836.75 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 78623 0 0 0 83629 46 0 0 25 0 4 0 669457249 2119024640 432793 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2069360 CPUtime=587.35 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 110467 0 0 0 58654 81 0 0 25 0 4 0 669457249 2119024640 432793 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2069360 CPUtime=762.35 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 1771881 0 0 0 75928 307 0 0 25 0 4 0 669457249 2119024640 432793 33554432000 4194304 4625164 140736901440736 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2815.85
Current children cumulated vsize (KiB) 2069360

[startup+1002.3 s]
/proc/loadavg: 10.40 10.27 9.53 11/352 5936
/proc/meminfo: memFree=13422020/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=2134896 CPUtime=2995.35 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 2822239 0 0 0 298962 573 0 0 25 0 4 0 669457242 2186133504 439949 33554432000 4194304 4625164 140736901440736 18446744073709551615 4393097 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 533724 439949 352 106 0 529227 0
[pid=5896/tid=5898] ppid=5894 vsize=2134896 CPUtime=896.75 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 78760 0 0 0 89629 46 0 0 25 0 4 0 669457249 2186133504 439950 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2134896 CPUtime=647.35 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 110587 0 0 0 64654 81 0 0 25 0 4 0 669457249 2186133504 439950 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2134896 CPUtime=792.04 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 1958486 0 0 0 78865 339 0 0 25 0 4 0 669457249 2186133504 439950 33554432000 4194304 4625164 140736901440736 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2995.35
Current children cumulated vsize (KiB) 2134896

[startup+1062.3 s]
/proc/loadavg: 10.25 10.25 9.57 11/352 5938
/proc/meminfo: memFree=13354044/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=2134896 CPUtime=3178.53 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 3025900 0 0 0 317246 607 0 0 25 0 4 0 669457242 2186133504 445990 33554432000 4194304 4625164 140736901440736 18446744073709551615 4512475 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 533724 445990 352 106 0 529227 0
[pid=5896/tid=5898] ppid=5894 vsize=2134896 CPUtime=956.75 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 78914 0 0 0 95629 46 0 0 25 0 4 0 669457249 2186133504 445990 33554432000 4194304 4625164 140736901440736 18446744073709551615 4330968 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2134896 CPUtime=707.35 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 110680 0 0 0 70654 81 0 0 25 0 4 0 669457249 2186133504 445990 33554432000 4194304 4625164 140736901440736 18446744073709551615 4330825 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2134896 CPUtime=821.72 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 2140799 0 0 0 81804 368 0 0 25 0 4 0 669457249 2186133504 445990 33554432000 4194304 4625164 140736901440736 18446744073709551615 246516531534 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3178.53
Current children cumulated vsize (KiB) 2134896

[startup+1122.3 s]
/proc/loadavg: 10.30 10.26 9.61 11/352 5948
/proc/meminfo: memFree=13203584/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=2456300 CPUtime=3357.83 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 3403543 0 0 0 335117 666 0 0 25 0 4 0 669457242 2515251200 472863 33554432000 4194304 4625164 140736901440736 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 614075 472863 352 106 0 609578 0
[pid=5896/tid=5898] ppid=5894 vsize=2456300 CPUtime=1016.76 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 79090 0 0 0 101629 47 0 0 25 0 4 0 669457249 2515251200 472863 33554432000 4194304 4625164 140736901440736 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2456300 CPUtime=767.35 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 110759 0 0 0 76654 81 0 0 25 0 4 0 669457249 2515251200 472863 33554432000 4194304 4625164 140736901440736 18446744073709551615 4330776 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2456300 CPUtime=851.33 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 2316886 0 0 0 84733 400 0 0 25 0 4 0 669457249 2515251200 472863 33554432000 4194304 4625164 140736901440736 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3357.83
Current children cumulated vsize (KiB) 2456300

[startup+1182.3 s]
/proc/loadavg: 10.20 10.24 9.64 11/352 5950
/proc/meminfo: memFree=13125604/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=2456300 CPUtime=3537.16 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 3618924 0 0 0 353010 706 0 0 25 0 4 0 669457242 2515251200 480617 33554432000 4194304 4625164 140736901440736 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 614075 480617 352 106 0 609578 0
[pid=5896/tid=5898] ppid=5894 vsize=2456300 CPUtime=1076.76 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 79242 0 0 0 107629 47 0 0 25 0 4 0 669457249 2515251200 480617 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2456300 CPUtime=827.35 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 110824 0 0 0 82654 81 0 0 25 0 4 0 669457249 2515251200 480617 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2456300 CPUtime=880.96 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 2510362 0 0 0 87662 434 0 0 25 0 4 0 669457249 2515251200 480617 33554432000 4194304 4625164 140736901440736 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3537.16
Current children cumulated vsize (KiB) 2456300

[startup+1242.3 s]
/proc/loadavg: 10.16 10.22 9.67 11/352 5952
/proc/meminfo: memFree=12961020/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=2489560 CPUtime=3717.69 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 3844607 0 0 0 371026 743 0 0 25 0 4 0 669457242 2549309440 489825 33554432000 4194304 4625164 140736901440736 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 622390 489825 352 106 0 617893 0
[pid=5896/tid=5898] ppid=5894 vsize=2489560 CPUtime=1136.76 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 79389 0 0 0 113629 47 0 0 25 0 4 0 669457249 2549309440 489825 33554432000 4194304 4625164 140736901440736 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2489560 CPUtime=887.36 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 110898 0 0 0 88655 81 0 0 25 0 4 0 669457249 2549309440 489825 33554432000 4194304 4625164 140736901440736 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2489560 CPUtime=910.66 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 2696443 0 0 0 90601 465 0 0 25 0 4 0 669457249 2549309440 489825 33554432000 4194304 4625164 140736901440736 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3717.69
Current children cumulated vsize (KiB) 2489560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.48 10.29 9.73 11/352 5956
/proc/meminfo: memFree=12897304/32951124 swapFree=54450792/67111528
[pid=5896] ppid=5894 vsize=2555096 CPUtime=3890.17 cores=1,3,5,7
/proc/5896/stat : 5896 (SArTagnan) R 5894 5896 5768 0 -1 4202496 4049187 0 0 0 388238 779 0 0 25 0 4 0 669457242 2616418304 495262 33554432000 4194304 4625164 140736901440736 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5896/statm: 638774 495262 352 106 0 634277 0
[pid=5896/tid=5898] ppid=5894 vsize=2555096 CPUtime=1194.47 cores=1,3,5,7
/proc/5896/task/5898/stat : 5898 (SArTagnan) R 5894 5896 5768 0 -1 4202560 79545 0 0 0 119400 47 0 0 25 0 4 0 669457249 2616418304 495262 33554432000 4194304 4625164 140736901440736 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5896/tid=5899] ppid=5894 vsize=2555096 CPUtime=945.07 cores=1,3,5,7
/proc/5896/task/5899/stat : 5899 (SArTagnan) R 5894 5896 5768 0 -1 4202560 110999 0 0 0 94426 81 0 0 25 0 4 0 669457249 2616418304 495262 33554432000 4194304 4625164 140736901440736 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5896/tid=5900] ppid=5894 vsize=2555096 CPUtime=939.16 cores=1,3,5,7
/proc/5896/task/5900/stat : 5900 (SArTagnan) R 5894 5896 5768 0 -1 4202560 2879657 0 0 0 93421 495 0 0 25 0 4 0 669457249 2616418304 495262 33554432000 4194304 4625164 140736901440736 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3890.17
Current children cumulated vsize (KiB) 2555096

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.09
CPU time (s): 3890.27
CPU user time (s): 3882.41
CPU system time (s): 7.8648
CPU usage (%): 299.23
Max. virtual memory (cumulated for all children) (KiB): 3097356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3882.41
system time used= 7.8648
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4049187
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= 4886
involuntary context switches= 31920

runsolver used 3.98039 second user time and 10.4854 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-16 22:43:10
IDJOB=3386108
IDBENCH=71425
IDSOLVER=1871
FILE ID=node134/3386108-1305578590
RUNJOBID= node134-1305577288-5787
PBS_JOBID= 13350221
Free space on /tmp= 73576 MiB

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

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

MD5SUM BENCH= e4e4b653016e98f210aa8da2214e783a
RANDOM SEED=1429592824

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16847280 kB
Buffers:        165084 kB
Cached:         690128 kB
SwapCached:      16428 kB
Active:        4774540 kB
Inactive:     11090904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16847280 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:            4312 kB
Writeback:          20 kB
AnonPages:    15001848 kB
Mapped:          15852 kB
Slab:            97928 kB
PageTables:      76952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 72726464 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= 73572 MiB
End job on node134 at 2011-05-16 23:04:53