Trace number 3386103

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) 4752.14 1300.12

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes7.cnf
MD5SUM140eea74f7e66501965365160d02fa4d
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3386103-1305578491/watcher-3386103-1305578491 -o /tmp/evaluation-result-3386103-1305578491/solver-3386103-1305578491 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386103-1305578491.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: 9.06 9.10 9.09 7/400 9553
/proc/meminfo: memFree=18499448/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=24008 CPUtime=0 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 682 0 0 0 0 0 0 0 25 0 1 0 650264410 24584192 504 33554432000 4194304 4625164 140733501239856 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9553/statm: 6002 505 296 106 0 1505 0

[startup+0.0186981 s]
/proc/loadavg: 9.06 9.10 9.09 7/400 9553
/proc/meminfo: memFree=18499448/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=24772 CPUtime=0.01 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 1176 0 0 0 1 0 0 0 25 0 1 0 650264410 25366528 615 33554432000 4194304 4625164 140733501239856 18446744073709551615 4585971 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9553/statm: 6193 616 296 106 0 1696 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 24772

[startup+0.166639 s]
/proc/loadavg: 9.06 9.10 9.09 7/400 9553
/proc/meminfo: memFree=18499448/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=202316 CPUtime=0.37 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 6736 0 0 0 36 1 0 0 25 0 4 0 650264410 207171584 4879 33554432000 4194304 4625164 140733501239856 18446744073709551615 254261283875 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9553/statm: 50579 4879 345 106 0 46082 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 202316

[startup+0.300615 s]
/proc/loadavg: 9.06 9.10 9.09 7/400 9553
/proc/meminfo: memFree=18499448/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=203812 CPUtime=0.77 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 7302 0 0 0 76 1 0 0 25 0 4 0 650264410 208703488 5365 33554432000 4194304 4625164 140733501239856 18446744073709551615 4512740 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9553/statm: 50953 5365 345 106 0 46456 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 203812

[startup+0.700546 s]
/proc/loadavg: 9.06 9.10 9.09 7/400 9553
/proc/meminfo: memFree=18499448/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=210152 CPUtime=1.95 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 10679 0 0 0 194 1 0 0 25 0 4 0 650264410 215195648 8520 33554432000 4194304 4625164 140733501239856 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 52538 8521 345 106 0 48041 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 210152

[startup+1.5004 s]
/proc/loadavg: 9.06 9.10 9.09 11/404 9557
/proc/meminfo: memFree=18463216/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=217076 CPUtime=4.35 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 13289 0 0 0 433 2 0 0 25 0 4 0 650264410 222285824 11130 33554432000 4194304 4625164 140733501239856 18446744073709551615 254261314005 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9553/statm: 54269 11130 345 106 0 49772 0
[pid=9553/tid=9555] ppid=9551 vsize=217076 CPUtime=1.3 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 2065 0 0 0 130 0 0 0 25 0 4 0 650264416 222285824 11130 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351849 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=217076 CPUtime=0.96 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 2170 0 0 0 96 0 0 0 25 0 4 0 650264416 222285824 11130 33554432000 4194304 4625164 140733501239856 18446744073709551615 4462579 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=217076 CPUtime=1.29 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 1035 0 0 0 129 0 0 0 19 0 4 0 650264416 222285824 11130 33554432000 4194304 4625164 140733501239856 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 217076

[startup+3.10112 s]
/proc/loadavg: 9.06 9.10 9.09 10/404 9557
/proc/meminfo: memFree=18441516/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=222060 CPUtime=9.13 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 20015 0 0 0 910 3 0 0 25 0 4 0 650264410 227389440 16065 33554432000 4194304 4625164 140733501239856 18446744073709551615 4383105 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 55515 16065 346 106 0 51018 0
[pid=9553/tid=9555] ppid=9551 vsize=222060 CPUtime=2.7 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 3167 0 0 0 270 0 0 0 25 0 4 0 650264416 227389440 16065 33554432000 4194304 4625164 140733501239856 18446744073709551615 4288653 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=222060 CPUtime=2.57 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 4476 0 0 0 256 1 0 0 25 0 4 0 650264416 227389440 16065 33554432000 4194304 4625164 140733501239856 18446744073709551615 4462528 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=222060 CPUtime=2.4 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 3264 0 0 0 240 0 0 0 21 0 4 0 650264416 227389440 16065 33554432000 4194304 4625164 140733501239856 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 222060

[startup+6.30055 s]
/proc/loadavg: 9.06 9.09 9.09 10/404 9558
/proc/meminfo: memFree=18408860/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=302688 CPUtime=18.68 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 32028 0 0 0 1863 5 0 0 25 0 4 0 650264410 309952512 21936 33554432000 4194304 4625164 140733501239856 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 75672 21936 346 106 0 71175 0
[pid=9553/tid=9555] ppid=9551 vsize=302688 CPUtime=5.5 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 5025 0 0 0 550 0 0 0 20 0 4 0 650264416 309952512 21936 33554432000 4194304 4625164 140733501239856 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=302688 CPUtime=4.1 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 6890 0 0 0 409 1 0 0 25 0 4 0 650264416 309952512 21936 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=302688 CPUtime=4.97 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 7566 0 0 0 497 0 0 0 25 0 4 0 650264416 309952512 21936 33554432000 4194304 4625164 140733501239856 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18.68
Current children cumulated vsize (KiB) 302688

[startup+12.7004 s]
/proc/loadavg: 9.05 9.09 9.09 10/404 9558
/proc/meminfo: memFree=18361988/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=320064 CPUtime=37.79 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 45922 0 0 0 3771 8 0 0 25 0 4 0 650264410 327745536 30673 33554432000 4194304 4625164 140733501239856 18446744073709551615 4511986 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 80016 30673 346 106 0 75519 0
[pid=9553/tid=9555] ppid=9551 vsize=320064 CPUtime=8.89 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 8126 0 0 0 888 1 0 0 25 0 4 0 650264416 327745536 30673 33554432000 4194304 4625164 140733501239856 18446744073709551615 4288786 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=320064 CPUtime=7.2 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 10478 0 0 0 718 2 0 0 25 0 4 0 650264416 327745536 30673 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=320064 CPUtime=11.2 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 10547 0 0 0 1119 1 0 0 25 0 4 0 650264416 327745536 30673 33554432000 4194304 4625164 140733501239856 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37.79
Current children cumulated vsize (KiB) 320064

[startup+25.5011 s]
/proc/loadavg: 9.11 9.10 9.09 10/404 9558
/proc/meminfo: memFree=18264152/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=346452 CPUtime=75.91 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 125882 0 0 0 7569 22 0 0 25 0 4 0 650264410 354766848 46391 33554432000 4194304 4625164 140733501239856 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 86613 46391 346 106 0 82116 0
[pid=9553/tid=9555] ppid=9551 vsize=346452 CPUtime=18.11 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 13093 0 0 0 1807 4 0 0 20 0 4 0 650264416 354766848 46391 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=346452 CPUtime=15.29 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 17083 0 0 0 1524 5 0 0 19 0 4 0 650264416 354766848 46391 33554432000 4194304 4625164 140733501239856 18446744073709551615 4464333 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=346452 CPUtime=21.64 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 59736 0 0 0 2156 8 0 0 25 0 4 0 650264416 354766848 46391 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 75.91
Current children cumulated vsize (KiB) 346452

[startup+51.1006 s]
/proc/loadavg: 9.15 9.11 9.09 10/404 9559
/proc/meminfo: memFree=18060716/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=535456 CPUtime=154.44 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 291798 0 0 0 15391 53 0 0 25 0 4 0 650264410 548306944 86056 33554432000 4194304 4625164 140733501239856 18446744073709551615 4511973 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9553/statm: 133864 86056 421 106 0 129367 0
[pid=9553/tid=9555] ppid=9551 vsize=535456 CPUtime=37.21 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 22206 0 0 0 3713 8 0 0 25 0 4 0 650264416 548306944 86056 33554432000 4194304 4625164 140733501239856 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=535456 CPUtime=33.57 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 27500 0 0 0 3347 10 0 0 25 0 4 0 650264416 548306944 86056 33554432000 4194304 4625164 140733501239856 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=535456 CPUtime=42.09 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 161902 0 0 0 4186 23 0 0 25 0 4 0 650264416 548306944 86056 33554432000 4194304 4625164 140733501239856 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 154.44
Current children cumulated vsize (KiB) 535456

[startup+102.314 s]
/proc/loadavg: 9.13 9.11 9.09 10/404 9560
/proc/meminfo: memFree=17738064/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=789112 CPUtime=307.4 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 618247 0 0 0 30640 100 0 0 25 0 4 0 650264410 808050688 142824 33554432000 4194304 4625164 140733501239856 18446744073709551615 4393097 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9553/statm: 197278 142824 632 106 0 192781 0
[pid=9553/tid=9555] ppid=9551 vsize=789112 CPUtime=75.03 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 29686 0 0 0 7492 11 0 0 25 0 4 0 650264416 808050688 142824 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=789112 CPUtime=60.47 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 41585 0 0 0 6034 13 0 0 25 0 4 0 650264416 808050688 142824 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=789112 CPUtime=80.78 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 383724 0 0 0 8024 54 0 0 25 0 4 0 650264416 808050688 142824 33554432000 4194304 4625164 140733501239856 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 307.4
Current children cumulated vsize (KiB) 789112

[startup+162.301 s]
/proc/loadavg: 9.09 9.10 9.09 10/404 9562
/proc/meminfo: memFree=17440576/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=1051360 CPUtime=486.49 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 765416 0 0 0 48519 130 0 0 25 0 4 0 650264410 1076592640 192415 33554432000 4194304 4625164 140733501239856 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9553/statm: 262840 192415 557 106 0 258343 0
[pid=9553/tid=9555] ppid=9551 vsize=1051360 CPUtime=117.07 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 40298 0 0 0 11693 14 0 0 25 0 4 0 650264416 1076592640 192415 33554432000 4194304 4625164 140733501239856 18446744073709551615 4352089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1051360 CPUtime=107.78 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 59622 0 0 0 10758 20 0 0 25 0 4 0 650264416 1076592640 192415 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1051360 CPUtime=135.78 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 428786 0 0 0 13515 63 0 0 25 0 4 0 650264416 1076592640 192415 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 486.49
Current children cumulated vsize (KiB) 1051360

[startup+222.301 s]
/proc/loadavg: 9.12 9.11 9.09 10/404 9563
/proc/meminfo: memFree=17242412/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=1087520 CPUtime=665.73 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 801629 0 0 0 66433 140 0 0 25 0 4 0 650264410 1113620480 218737 33554432000 4194304 4625164 140733501239856 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9553/statm: 271880 218737 502 106 0 267383 0
[pid=9553/tid=9555] ppid=9551 vsize=1087520 CPUtime=170.66 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 41508 0 0 0 17051 15 0 0 25 0 4 0 650264416 1113620480 218737 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1087520 CPUtime=137.81 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 63682 0 0 0 13759 22 0 0 25 0 4 0 650264416 1113620480 218737 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1087520 CPUtime=172.17 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 436494 0 0 0 17152 65 0 0 25 0 4 0 650264416 1113620480 218737 33554432000 4194304 4625164 140733501239856 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 665.73
Current children cumulated vsize (KiB) 1087520

[startup+282.3 s]

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

[pid=9553] ppid=9551 vsize=1959628 CPUtime=2368.91 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 3571259 0 0 0 236312 579 0 0 25 0 4 0 650264410 2006659072 392240 33554432000 4194304 4625164 140733501239856 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 489907 392240 346 106 0 485410 0
[pid=9553/tid=9555] ppid=9551 vsize=1959628 CPUtime=614.73 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 68904 0 0 0 61445 28 0 0 25 0 4 0 650264416 2006659072 392240 33554432000 4194304 4625164 140733501239856 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1959628 CPUtime=560.76 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 118430 0 0 0 56024 52 0 0 25 0 4 0 650264416 2006659072 392240 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1959628 CPUtime=559.85 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 2826682 0 0 0 55571 414 0 0 25 0 4 0 650264416 2006659072 392240 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2368.91
Current children cumulated vsize (KiB) 1959628

[startup+762.315 s]
/proc/loadavg: 9.23 9.16 9.10 10/404 9609
/proc/meminfo: memFree=19469244/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=1983592 CPUtime=2608.2 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 4036035 0 0 0 260171 649 0 0 25 0 4 0 650264410 2031198208 403544 33554432000 4194304 4625164 140733501239856 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 495898 403544 346 106 0 491401 0
[pid=9553/tid=9555] ppid=9551 vsize=1983592 CPUtime=673.98 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 69400 0 0 0 67370 28 0 0 25 0 4 0 650264416 2031198208 403544 33554432000 4194304 4625164 140733501239856 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1983592 CPUtime=620.78 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 118592 0 0 0 62026 52 0 0 25 0 4 0 650264416 2031198208 403544 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1983592 CPUtime=619.85 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 3253210 0 0 0 61510 475 0 0 25 0 4 0 650264416 2031198208 403544 33554432000 4194304 4625164 140733501239856 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2608.2
Current children cumulated vsize (KiB) 1983592

[startup+822.3 s]
/proc/loadavg: 9.22 9.16 9.10 10/404 9610
/proc/meminfo: memFree=19353796/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=1983592 CPUtime=2847.38 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 4480869 0 0 0 284020 718 0 0 25 0 4 0 650264410 2031198208 415447 33554432000 4194304 4625164 140733501239856 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 495898 415447 346 106 0 491401 0
[pid=9553/tid=9555] ppid=9551 vsize=1983592 CPUtime=733.21 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 69789 0 0 0 73293 28 0 0 25 0 4 0 650264416 2031198208 415448 33554432000 4194304 4625164 140733501239856 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1983592 CPUtime=680.76 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 119005 0 0 0 68024 52 0 0 25 0 4 0 650264416 2031198208 415448 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1983592 CPUtime=679.83 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 3662330 0 0 0 67447 536 0 0 25 0 4 0 650264416 2031198208 415448 33554432000 4194304 4625164 140733501239856 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2847.38
Current children cumulated vsize (KiB) 1983592

[startup+882.301 s]
/proc/loadavg: 9.21 9.16 9.10 10/404 9612
/proc/meminfo: memFree=19237704/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=2008144 CPUtime=3086.6 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 4937561 0 0 0 307868 792 0 0 25 0 4 0 650264410 2056339456 437176 33554432000 4194304 4625164 140733501239856 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 502036 437176 346 106 0 497539 0
[pid=9553/tid=9555] ppid=9551 vsize=2008144 CPUtime=792.45 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 70235 0 0 0 79216 29 0 0 25 0 4 0 650264416 2056339456 437176 33554432000 4194304 4625164 140733501239856 18446744073709551615 4330590 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=2008144 CPUtime=740.77 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 125852 0 0 0 74022 55 0 0 25 0 4 0 650264416 2056339456 437176 33554432000 4194304 4625164 140733501239856 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=2008144 CPUtime=739.82 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 4077294 0 0 0 73382 600 0 0 25 0 4 0 650264416 2056339456 437176 33554432000 4194304 4625164 140733501239856 18446744073709551615 4352827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3086.6
Current children cumulated vsize (KiB) 2008144

[startup+942.301 s]
/proc/loadavg: 9.20 9.16 9.10 10/404 9614
/proc/meminfo: memFree=19029996/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=2423416 CPUtime=3325.8 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 5518492 0 0 0 331701 879 0 0 25 0 4 0 650264410 2481577984 481908 33554432000 4194304 4625164 140733501239856 18446744073709551615 4511982 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 605854 481908 348 106 0 601357 0
[pid=9553/tid=9555] ppid=9551 vsize=2423416 CPUtime=851.69 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 70593 0 0 0 85140 29 0 0 25 0 4 0 650264416 2481577984 481908 33554432000 4194304 4625164 140733501239856 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=2423416 CPUtime=800.75 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 132855 0 0 0 80017 58 0 0 25 0 4 0 650264416 2481577984 481908 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=2423416 CPUtime=799.79 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 4434933 0 0 0 79324 655 0 0 25 0 4 0 650264416 2481577984 481908 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3325.8
Current children cumulated vsize (KiB) 2423416

[startup+1002.3 s]
/proc/loadavg: 9.12 9.14 9.09 10/404 9615
/proc/meminfo: memFree=18926064/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=2604956 CPUtime=3565.02 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 5977635 0 0 0 355549 953 0 0 25 0 4 0 650264410 2667474944 501410 33554432000 4194304 4625164 140733501239856 18446744073709551615 4519388 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 651239 501410 346 106 0 646742 0
[pid=9553/tid=9555] ppid=9551 vsize=2604956 CPUtime=910.93 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 86890 0 0 0 91062 31 0 0 25 0 4 0 650264416 2667474944 501410 33554432000 4194304 4625164 140733501239856 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=2604956 CPUtime=860.75 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 139053 0 0 0 86013 62 0 0 25 0 4 0 650264416 2667474944 501410 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=2604956 CPUtime=859.77 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 4843136 0 0 0 85260 717 0 0 25 0 4 0 650264416 2667474944 501410 33554432000 4194304 4625164 140733501239856 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3565.02
Current children cumulated vsize (KiB) 2604956

[startup+1062.3 s]
/proc/loadavg: 9.14 9.14 9.09 10/404 9617
/proc/meminfo: memFree=18770664/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=2640956 CPUtime=3804.25 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 6254440 0 0 0 379422 1003 0 0 25 0 4 0 650264410 2704338944 524777 33554432000 4194304 4625164 140733501239856 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 660239 524777 346 106 0 655742 0
[pid=9553/tid=9555] ppid=9551 vsize=2640956 CPUtime=970.17 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 87315 0 0 0 96986 31 0 0 25 0 4 0 650264416 2704338944 524777 33554432000 4194304 4625164 140733501239856 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=2640956 CPUtime=920.75 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 149146 0 0 0 92004 71 0 0 25 0 4 0 650264416 2704338944 524777 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=2640956 CPUtime=919.75 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 5078963 0 0 0 91222 753 0 0 25 0 4 0 650264416 2704338944 524777 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3804.25
Current children cumulated vsize (KiB) 2640956

[startup+1122.3 s]
/proc/loadavg: 9.19 9.16 9.10 10/404 9618
/proc/meminfo: memFree=18684716/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=2640956 CPUtime=4043.47 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 6645038 0 0 0 403284 1063 0 0 25 0 4 0 650264410 2704338944 535661 33554432000 4194304 4625164 140733501239856 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 660239 535661 346 106 0 655742 0
[pid=9553/tid=9555] ppid=9551 vsize=2640956 CPUtime=1029.4 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 87663 0 0 0 102909 31 0 0 25 0 4 0 650264416 2704338944 535661 33554432000 4194304 4625164 140733501239856 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=2640956 CPUtime=980.75 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 149349 0 0 0 98004 71 0 0 25 0 4 0 650264416 2704338944 535661 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=2640956 CPUtime=979.74 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 5454055 0 0 0 97165 809 0 0 25 0 4 0 650264416 2704338944 535661 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4043.47
Current children cumulated vsize (KiB) 2640956

[startup+1182.3 s]
/proc/loadavg: 9.15 9.16 9.10 10/404 9629
/proc/meminfo: memFree=18598676/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=2640956 CPUtime=4282.69 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 7090420 0 0 0 427136 1133 0 0 25 0 4 0 650264410 2704338944 550763 33554432000 4194304 4625164 140733501239856 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 660239 550763 346 106 0 655742 0
[pid=9553/tid=9555] ppid=9551 vsize=2640956 CPUtime=1088.64 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 88027 0 0 0 108833 31 0 0 25 0 4 0 650264416 2704338944 550763 33554432000 4194304 4625164 140733501239856 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=2640956 CPUtime=1040.72 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 149482 0 0 0 104000 72 0 0 25 0 4 0 650264416 2704338944 550763 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=2640956 CPUtime=1039.74 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 5879448 0 0 0 103100 874 0 0 25 0 4 0 650264416 2704338944 550763 33554432000 4194304 4625164 140733501239856 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4282.69
Current children cumulated vsize (KiB) 2640956

[startup+1242.3 s]
/proc/loadavg: 9.10 9.14 9.09 10/404 9631
/proc/meminfo: memFree=18524572/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=2772324 CPUtime=4521.9 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 7496980 0 0 0 450991 1199 0 0 25 0 4 0 650264410 2838859776 565457 33554432000 4194304 4625164 140733501239856 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 693081 565457 346 106 0 688584 0
[pid=9553/tid=9555] ppid=9551 vsize=2772324 CPUtime=1147.87 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 88371 0 0 0 114756 31 0 0 25 0 4 0 650264416 2838859776 565457 33554432000 4194304 4625164 140733501239856 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=2772324 CPUtime=1100.73 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 153238 0 0 0 109995 78 0 0 25 0 4 0 650264416 2838859776 565457 33554432000 4194304 4625164 140733501239856 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=2772324 CPUtime=1099.72 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 6271515 0 0 0 109040 932 0 0 25 0 4 0 650264416 2838859776 565457 33554432000 4194304 4625164 140733501239856 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4521.9
Current children cumulated vsize (KiB) 2772324



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.07 9.13 9.09 10/404 9632
/proc/meminfo: memFree=18398068/32951124 swapFree=67057896/67111528
[pid=9553] ppid=9551 vsize=2772324 CPUtime=4752.01 cores=0,2,4,6
/proc/9553/stat : 9553 (SArTagnan) R 9551 9553 9320 0 -1 4202496 7907922 0 0 0 473934 1267 0 0 25 0 4 0 650264410 2838859776 583115 33554432000 4194304 4625164 140733501239856 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9553/statm: 693081 583115 346 106 0 688584 0
[pid=9553/tid=9555] ppid=9551 vsize=2772324 CPUtime=1204.85 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (SArTagnan) R 9551 9553 9320 0 -1 4202560 88707 0 0 0 120454 31 0 0 25 0 4 0 650264416 2838859776 583116 33554432000 4194304 4625164 140733501239856 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=2772324 CPUtime=1158.44 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (SArTagnan) R 9551 9553 9320 0 -1 4202560 159744 0 0 0 115756 88 0 0 25 0 4 0 650264416 2838859776 583116 33554432000 4194304 4625164 140733501239856 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=2772324 CPUtime=1157.42 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (SArTagnan) R 9551 9553 9320 0 -1 4202560 6668377 0 0 0 114755 987 0 0 25 0 4 0 650264416 2838859776 583116 33554432000 4194304 4625164 140733501239856 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4752.01
Current children cumulated vsize (KiB) 2772324

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.12
CPU time (s): 4752.14
CPU user time (s): 4739.37
CPU system time (s): 12.7701
CPU usage (%): 365.516
Max. virtual memory (cumulated for all children) (KiB): 3046040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4739.37
system time used= 12.7701
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7907923
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= 5222
involuntary context switches= 25952

runsolver used 4.6173 second user time and 11.9572 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-16 22:41:31
IDJOB=3386103
IDBENCH=71367
IDSOLVER=1871
FILE ID=node140/3386103-1305578491
RUNJOBID= node140-1305577067-9338
PBS_JOBID= 13350214
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= 140eea74f7e66501965365160d02fa4d
RANDOM SEED=1953401969

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      18499480 kB
Buffers:        334244 kB
Cached:        4953016 kB
SwapCached:       8088 kB
Active:       10679020 kB
Inactive:      3431892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18499480 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            3144 kB
Writeback:           0 kB
AnonPages:     8820524 kB
Mapped:          31308 kB
Slab:           227180 kB
PageTables:      47588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 105619984 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= 73424 MiB
End job on node140 at 2011-05-16 23:03:13