Trace number 3438356

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)UNSAT 3090.75 387.348

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark182.547
Satisfiable
(Un)Satisfiability was proved
Number of variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

Solver Data

3089.93/387.29	
3089.93/387.29	s UNSATISFIABLE
3089.93/387.29	c createReplaced produced conflict

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3438356-1306915128/watcher-3438356-1306915128 -o /tmp/evaluation-result-3438356-1306915128/solver-3438356-1306915128 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438356-1306915128.cnf -threads=8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 1.02 1.26 1/470 9503
/proc/meminfo: memFree=8806480/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=21504 CPUtime=0 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 1196 0 0 0 0 0 0 0 24 0 1 0 783928141 22020096 793 33554432000 4194304 4625164 140736261679024 18446744073709551615 254261616384 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/9503/statm: 5409 794 296 106 0 912 0

[startup+0.032867 s]
/proc/loadavg: 0.93 1.02 1.26 1/470 9503
/proc/meminfo: memFree=8806480/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=25452 CPUtime=0.02 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 3324 0 0 0 2 0 0 0 24 0 1 0 783928141 26062848 1785 33554432000 4194304 4625164 140736261679024 18446744073709551615 4339865 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/9503/statm: 6363 1789 296 106 0 1866 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25452

[startup+0.100802 s]
/proc/loadavg: 0.93 1.02 1.26 1/470 9503
/proc/meminfo: memFree=8806480/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=122696 CPUtime=0.27 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 9312 0 0 0 26 1 0 0 18 0 8 0 783928141 125640704 6946 33554432000 4194304 4625164 140736261679024 18446744073709551615 47256638474162 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 30674 6946 307 106 0 26177 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 122696

[startup+0.536742 s]
/proc/loadavg: 0.93 1.02 1.26 1/470 9503
/proc/meminfo: memFree=8806480/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=537424 CPUtime=6.28 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 26694 0 0 0 624 4 0 0 18 0 8 0 783928141 550322176 14577 33554432000 4194304 4625164 140736261679024 18446744073709551615 4515712 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 134356 14577 353 106 0 129859 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 537424

[startup+1.00965 s]
/proc/loadavg: 0.93 1.02 1.26 1/470 9503
/proc/meminfo: memFree=8806480/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=537424 CPUtime=7.09 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 27689 0 0 0 704 5 0 0 18 0 8 0 783928141 550322176 15005 33554432000 4194304 4625164 140736261679024 18446744073709551615 4391821 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 134356 15005 353 106 0 129859 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 537424

[startup+1.50056 s]
/proc/loadavg: 0.93 1.02 1.26 1/470 9503
/proc/meminfo: memFree=8806480/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=545552 CPUtime=11.01 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 38108 0 0 0 1095 6 0 0 19 0 8 0 783928141 558645248 16885 33554432000 4194304 4625164 140736261679024 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 136388 16885 353 106 0 131891 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 545552

[startup+3.10128 s]
/proc/loadavg: 0.93 1.02 1.26 9/478 9511
/proc/meminfo: memFree=8725692/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=546732 CPUtime=23.78 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 58824 0 0 0 2368 10 0 0 23 0 8 0 783928141 559853568 20063 33554432000 4194304 4625164 140736261679024 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 136683 20063 353 106 0 132186 0
[pid=9503/tid=9505] ppid=9501 vsize=546732 CPUtime=3.03 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 2819 0 0 0 302 1 0 0 23 0 8 0 783928147 559853568 20063 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=546732 CPUtime=2.92 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 2704 0 0 0 292 0 0 0 24 0 8 0 783928147 559853568 20063 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=546732 CPUtime=2.9 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 30689 0 0 0 286 4 0 0 23 0 8 0 783928147 559853568 20065 33554432000 4194304 4625164 140736261679024 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=546732 CPUtime=2.82 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 2696 0 0 0 282 0 0 0 18 0 8 0 783928147 559853568 20065 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=546732 CPUtime=3.01 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 2654 0 0 0 301 0 0 0 25 0 8 0 783928147 559853568 20065 33554432000 4194304 4625164 140736261679024 18446744073709551615 4339554 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=546732 CPUtime=2.94 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 2691 0 0 0 294 0 0 0 24 0 8 0 783928147 559853568 20065 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=546732 CPUtime=3.02 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 2617 0 0 0 302 0 0 0 24 0 8 0 783928147 559853568 20065 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.78
Current children cumulated vsize (KiB) 546732

[startup+6.30071 s]
/proc/loadavg: 1.50 1.14 1.29 9/478 9511
/proc/meminfo: memFree=8699900/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=562420 CPUtime=49.33 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 97375 0 0 0 4916 17 0 0 25 0 8 0 783928141 575918080 26708 33554432000 4194304 4625164 140736261679024 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 140605 26708 356 106 0 136108 0
[pid=9503/tid=9505] ppid=9501 vsize=562420 CPUtime=6.22 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 5236 0 0 0 621 1 0 0 25 0 8 0 783928147 575918080 26708 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=562420 CPUtime=6.12 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 4348 0 0 0 612 0 0 0 25 0 8 0 783928147 575918080 26708 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=562420 CPUtime=6.1 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 56143 0 0 0 602 8 0 0 25 0 8 0 783928147 575918080 26708 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=562420 CPUtime=6.02 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 4865 0 0 0 602 0 0 0 25 0 8 0 783928147 575918080 26708 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352691 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=562420 CPUtime=6.22 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 4337 0 0 0 621 1 0 0 25 0 8 0 783928147 575918080 26708 33554432000 4194304 4625164 140736261679024 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=562420 CPUtime=6.1 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 4674 0 0 0 609 1 0 0 25 0 8 0 783928147 575918080 26708 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=562420 CPUtime=6.21 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 4596 0 0 0 621 0 0 0 25 0 8 0 783928147 575918080 26708 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.33
Current children cumulated vsize (KiB) 562420

[startup+12.7186 s]
/proc/loadavg: 2.02 1.25 1.33 9/478 9511
/proc/meminfo: memFree=8634008/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=585200 CPUtime=100.55 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 190286 0 0 0 10022 33 0 0 25 0 8 0 783928141 599244800 42945 33554432000 4194304 4625164 140736261679024 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 146300 42946 368 106 0 141803 0
[pid=9503/tid=9505] ppid=9501 vsize=585200 CPUtime=12.64 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 13772 0 0 0 1261 3 0 0 23 0 8 0 783928147 599244800 42946 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352208 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=585200 CPUtime=12.53 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 7647 0 0 0 1252 1 0 0 23 0 8 0 783928147 599244800 42946 33554432000 4194304 4625164 140736261679024 18446744073709551615 4291744 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=585200 CPUtime=12.5 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 108160 0 0 0 1235 15 0 0 25 0 8 0 783928147 599244800 42946 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=585200 CPUtime=12.43 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 12628 0 0 0 1241 2 0 0 25 0 8 0 783928147 599244800 42946 33554432000 4194304 4625164 140736261679024 18446744073709551615 4339639 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=585200 CPUtime=12.63 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 11989 0 0 0 1261 2 0 0 24 0 8 0 783928147 599244800 42946 33554432000 4194304 4625164 140736261679024 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=585200 CPUtime=12.41 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 12087 0 0 0 1239 2 0 0 25 0 8 0 783928147 599244800 42946 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=585200 CPUtime=12.63 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 8163 0 0 0 1262 1 0 0 25 0 8 0 783928147 599244800 42946 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.55
Current children cumulated vsize (KiB) 585200

[startup+25.5003 s]
/proc/loadavg: 3.34 1.58 1.44 9/478 9512
/proc/meminfo: memFree=8570272/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=613848 CPUtime=202.6 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 272212 0 0 0 20214 46 0 0 25 0 8 0 783928141 628580352 59427 33554432000 4194304 4625164 140736261679024 18446744073709551615 4512740 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 153462 59427 495 106 0 148965 0
[pid=9503/tid=9505] ppid=9501 vsize=613848 CPUtime=25.42 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 19388 0 0 0 2539 3 0 0 25 0 8 0 783928147 628580352 59427 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=613848 CPUtime=25.31 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 8141 0 0 0 2530 1 0 0 25 0 8 0 783928147 628580352 59427 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=613848 CPUtime=25.29 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 165109 0 0 0 2505 24 0 0 25 0 8 0 783928147 628580352 59427 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=613848 CPUtime=25.22 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 14646 0 0 0 2519 3 0 0 25 0 8 0 783928147 628580352 59427 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=613848 CPUtime=25.41 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 18911 0 0 0 2538 3 0 0 25 0 8 0 783928147 628580352 59427 33554432000 4194304 4625164 140736261679024 18446744073709551615 4349325 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=613848 CPUtime=25 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 18337 0 0 0 2497 3 0 0 25 0 8 0 783928147 628580352 59427 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=613848 CPUtime=25.41 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 8903 0 0 0 2539 2 0 0 25 0 8 0 783928147 628580352 59427 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.6
Current children cumulated vsize (KiB) 613848

[startup+51.1008 s]
/proc/loadavg: 5.00 2.11 1.61 9/478 9512
/proc/meminfo: memFree=8500628/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=631776 CPUtime=407.08 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 422146 0 0 0 40638 70 0 0 25 0 8 0 783928141 646938624 77194 33554432000 4194304 4625164 140736261679024 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 157944 77194 709 106 0 153447 0
[pid=9503/tid=9505] ppid=9501 vsize=631776 CPUtime=51.04 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 21100 0 0 0 5100 4 0 0 25 0 8 0 783928147 646938624 77196 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352170 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=631776 CPUtime=50.93 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 11870 0 0 0 5092 1 0 0 25 0 8 0 783928147 646938624 77196 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=631776 CPUtime=50.91 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 285765 0 0 0 5048 43 0 0 25 0 8 0 783928147 646938624 77196 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=631776 CPUtime=50.83 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 20777 0 0 0 5080 3 0 0 25 0 8 0 783928147 646938624 77196 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=631776 CPUtime=51.03 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 20413 0 0 0 5099 4 0 0 25 0 8 0 783928147 646938624 77196 33554432000 4194304 4625164 140736261679024 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=631776 CPUtime=50.21 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 28212 0 0 0 5016 5 0 0 25 0 8 0 783928147 646938624 77196 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=631776 CPUtime=51.03 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 12724 0 0 0 5100 3 0 0 25 0 8 0 783928147 646938624 77196 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.08
Current children cumulated vsize (KiB) 631776

[startup+102.301 s]
/proc/loadavg: 6.69 3.02 1.95 9/478 9514
/proc/meminfo: memFree=8364712/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=766272 CPUtime=815.79 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 694092 0 0 0 81463 116 0 0 25 0 8 0 783928141 784662528 111123 33554432000 4194304 4625164 140736261679024 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 191568 111123 477 106 0 187071 0
[pid=9503/tid=9505] ppid=9501 vsize=766272 CPUtime=102.22 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 33187 0 0 0 10215 7 0 0 25 0 8 0 783928147 784662528 111123 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351972 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=766272 CPUtime=102.11 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 13199 0 0 0 10209 2 0 0 25 0 8 0 783928147 784662528 111123 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=766272 CPUtime=102.09 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 502024 0 0 0 10133 76 0 0 25 0 8 0 783928147 784662528 111123 33554432000 4194304 4625164 140736261679024 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 2 0 0 0

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

/proc/loadavg: 8.10 5.92 3.41 9/478 9543
/proc/meminfo: memFree=7898528/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=1206752 CPUtime=2864.14 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 1540908 0 0 0 286156 258 0 0 25 0 8 0 783928141 1235714048 228712 33554432000 4194304 4625164 140736261679024 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 301688 228712 2175 106 0 297191 0
[pid=9503/tid=9505] ppid=9501 vsize=1206752 CPUtime=358.69 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 71597 0 0 0 35853 16 0 0 25 0 8 0 783928147 1235714048 228712 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=1206752 CPUtime=358.7 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 28866 0 0 0 35865 5 0 0 25 0 8 0 783928147 1235714048 228712 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=1206752 CPUtime=358.69 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 1144570 0 0 0 35694 175 0 0 25 0 8 0 783928147 1235714048 228712 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=1206752 CPUtime=358.63 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 75800 0 0 0 35848 15 0 0 25 0 8 0 783928147 1235714048 228712 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=1206752 CPUtime=358.79 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 65336 0 0 0 35866 13 0 0 25 0 8 0 783928147 1235714048 228712 33554432000 4194304 4625164 140736261679024 18446744073709551615 4349029 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=1206752 CPUtime=353.12 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 69537 0 0 0 35296 16 0 0 25 0 8 0 783928147 1235714048 228712 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=1206752 CPUtime=358.8 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 27730 0 0 0 35874 6 0 0 25 0 8 0 783928147 1235714048 228712 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2864.14
Current children cumulated vsize (KiB) 1206752

[startup+371.701 s]
/proc/loadavg: 8.16 6.04 3.49 9/478 9544
/proc/meminfo: memFree=7883524/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=1272288 CPUtime=2966.3 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 1559150 0 0 0 296368 262 0 0 25 0 8 0 783928141 1302822912 232479 33554432000 4194304 4625164 140736261679024 18446744073709551615 4512102 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 318072 232479 2175 106 0 313575 0
[pid=9503/tid=9505] ppid=9501 vsize=1272288 CPUtime=371.46 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 72039 0 0 0 37130 16 0 0 25 0 8 0 783928147 1302822912 232479 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=1272288 CPUtime=371.5 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 28907 0 0 0 37145 5 0 0 25 0 8 0 783928147 1302822912 232479 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352731 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=1272288 CPUtime=371.49 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 1159571 0 0 0 36972 177 0 0 25 0 8 0 783928147 1302822912 232479 33554432000 4194304 4625164 140736261679024 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=1272288 CPUtime=371.42 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 75899 0 0 0 37127 15 0 0 25 0 8 0 783928147 1302822912 232479 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=1272288 CPUtime=371.59 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 65336 0 0 0 37146 13 0 0 25 0 8 0 783928147 1302822912 232479 33554432000 4194304 4625164 140736261679024 18446744073709551615 4348867 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=1272288 CPUtime=365.71 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 69619 0 0 0 36555 16 0 0 25 0 8 0 783928147 1302822912 232479 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=1272288 CPUtime=371.6 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 27877 0 0 0 37154 6 0 0 25 0 8 0 783928147 1302822912 232479 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2966.3
Current children cumulated vsize (KiB) 1272288

[startup+378.101 s]
/proc/loadavg: 8.15 6.07 3.51 9/478 9544
/proc/meminfo: memFree=7881412/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=1272288 CPUtime=3017.38 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 1575794 0 0 0 301474 264 0 0 25 0 8 0 783928141 1302822912 232863 33554432000 4194304 4625164 140736261679024 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 318072 232863 2175 106 0 313575 0
[pid=9503/tid=9505] ppid=9501 vsize=1272288 CPUtime=377.86 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 72072 0 0 0 37770 16 0 0 25 0 8 0 783928147 1302822912 232863 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=1272288 CPUtime=377.9 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 28907 0 0 0 37785 5 0 0 25 0 8 0 783928147 1302822912 232863 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=1272288 CPUtime=377.88 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 1175499 0 0 0 37609 179 0 0 25 0 8 0 783928147 1302822912 232863 33554432000 4194304 4625164 140736261679024 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=1272288 CPUtime=377.82 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 75899 0 0 0 37767 15 0 0 25 0 8 0 783928147 1302822912 232863 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=1272288 CPUtime=377.99 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 65336 0 0 0 37786 13 0 0 25 0 8 0 783928147 1302822912 232863 33554432000 4194304 4625164 140736261679024 18446744073709551615 4349320 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=1272288 CPUtime=372 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 69619 0 0 0 37184 16 0 0 25 0 8 0 783928147 1302822912 232863 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=1272288 CPUtime=378 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 27969 0 0 0 37794 6 0 0 25 0 8 0 783928147 1302822912 232863 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3017.38
Current children cumulated vsize (KiB) 1272288

[startup+381.3 s]
/proc/loadavg: 8.14 6.10 3.54 9/478 9544
/proc/meminfo: memFree=7878804/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=1272288 CPUtime=3042.9 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 1580943 0 0 0 304025 265 0 0 25 0 8 0 783928141 1302822912 233498 33554432000 4194304 4625164 140736261679024 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 318072 233498 2175 106 0 313575 0
[pid=9503/tid=9505] ppid=9501 vsize=1272288 CPUtime=381.06 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 72072 0 0 0 38090 16 0 0 25 0 8 0 783928147 1302822912 233498 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=1272288 CPUtime=381.1 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 28907 0 0 0 38105 5 0 0 25 0 8 0 783928147 1302822912 233498 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=1272288 CPUtime=381.09 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 1179946 0 0 0 37929 180 0 0 25 0 8 0 783928147 1302822912 233498 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=1272288 CPUtime=381.01 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 76064 0 0 0 38086 15 0 0 25 0 8 0 783928147 1302822912 233498 33554432000 4194304 4625164 140736261679024 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=1272288 CPUtime=381.18 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 65336 0 0 0 38105 13 0 0 25 0 8 0 783928147 1302822912 233498 33554432000 4194304 4625164 140736261679024 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=1272288 CPUtime=375.15 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 69619 0 0 0 37499 16 0 0 25 0 8 0 783928147 1302822912 233498 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=1272288 CPUtime=381.2 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 27969 0 0 0 38114 6 0 0 25 0 8 0 783928147 1302822912 233498 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3042.9
Current children cumulated vsize (KiB) 1272288

[startup+384.518 s]
/proc/loadavg: 8.12 6.14 3.56 9/478 9544
/proc/meminfo: memFree=7868636/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=1337824 CPUtime=3068.55 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 1584741 0 0 0 306590 265 0 0 25 0 8 0 783928141 1369931776 236036 33554432000 4194304 4625164 140736261679024 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 334456 236036 2175 106 0 329959 0
[pid=9503/tid=9505] ppid=9501 vsize=1337824 CPUtime=384.27 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 72073 0 0 0 38411 16 0 0 25 0 8 0 783928147 1369931776 236036 33554432000 4194304 4625164 140736261679024 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=1337824 CPUtime=384.32 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 28907 0 0 0 38427 5 0 0 25 0 8 0 783928147 1369931776 236036 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=1337824 CPUtime=384.3 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 1181130 0 0 0 38250 180 0 0 25 0 8 0 783928147 1369931776 236036 33554432000 4194304 4625164 140736261679024 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=1337824 CPUtime=384.23 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 76064 0 0 0 38408 15 0 0 25 0 8 0 783928147 1369931776 236036 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=1337824 CPUtime=384.4 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 65336 0 0 0 38427 13 0 0 25 0 8 0 783928147 1369931776 236036 33554432000 4194304 4625164 140736261679024 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=1337824 CPUtime=378.3 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 69619 0 0 0 37814 16 0 0 25 0 8 0 783928147 1369931776 236036 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=1337824 CPUtime=384.42 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 27969 0 0 0 38436 6 0 0 25 0 8 0 783928147 1369931776 236036 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3068.55
Current children cumulated vsize (KiB) 1337824

[startup+386.101 s]
/proc/loadavg: 8.12 6.14 3.56 9/478 9544
/proc/meminfo: memFree=7867768/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=1337824 CPUtime=3081.19 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 1588221 0 0 0 307853 266 0 0 25 0 8 0 783928141 1369931776 236301 33554432000 4194304 4625164 140736261679024 18446744073709551615 4519332 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 334456 236301 2175 106 0 329959 0
[pid=9503/tid=9505] ppid=9501 vsize=1337824 CPUtime=385.85 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 72073 0 0 0 38569 16 0 0 25 0 8 0 783928147 1369931776 236301 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=1337824 CPUtime=385.9 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 28907 0 0 0 38585 5 0 0 25 0 8 0 783928147 1369931776 236301 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=1337824 CPUtime=385.88 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 1184327 0 0 0 38408 180 0 0 25 0 8 0 783928147 1369931776 236301 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=1337824 CPUtime=385.8 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 76064 0 0 0 38565 15 0 0 25 0 8 0 783928147 1369931776 236301 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=1337824 CPUtime=385.98 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 65336 0 0 0 38585 13 0 0 25 0 8 0 783928147 1369931776 236301 33554432000 4194304 4625164 140736261679024 18446744073709551615 4330132 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=1337824 CPUtime=379.87 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 69619 0 0 0 37971 16 0 0 25 0 8 0 783928147 1369931776 236301 33554432000 4194304 4625164 140736261679024 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=1337824 CPUtime=386 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 27973 0 0 0 38594 6 0 0 25 0 8 0 783928147 1369931776 236301 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3081.19
Current children cumulated vsize (KiB) 1337824

[startup+386.9 s]
/proc/loadavg: 8.12 6.14 3.56 9/478 9544
/proc/meminfo: memFree=7867148/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=1337824 CPUtime=3087.55 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) R 9501 9503 9477 0 -1 4202496 1588918 0 0 0 308489 266 0 0 25 0 8 0 783928141 1369931776 236484 33554432000 4194304 4625164 140736261679024 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 334456 236484 2164 106 0 329959 0
[pid=9503/tid=9505] ppid=9501 vsize=1337824 CPUtime=386.63 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4202560 72073 0 0 0 38647 16 0 0 25 0 8 0 783928147 1369931776 236484 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9503/tid=9506] ppid=9501 vsize=1337824 CPUtime=386.7 cores=0-7
/proc/9503/task/9506/stat : 9506 (SArTagnan) R 9501 9503 9477 0 -1 4202560 28907 0 0 0 38665 5 0 0 25 0 8 0 783928147 1369931776 236484 33554432000 4194304 4625164 140736261679024 18446744073709551615 4464377 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9503/tid=9507] ppid=9501 vsize=1337824 CPUtime=386.68 cores=0-7
/proc/9503/task/9507/stat : 9507 (SArTagnan) R 9501 9503 9477 0 -1 4202560 1184821 0 0 0 38488 180 0 0 25 0 8 0 783928147 1369931776 236484 33554432000 4194304 4625164 140736261679024 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9503/tid=9508] ppid=9501 vsize=1337824 CPUtime=386.6 cores=0-7
/proc/9503/task/9508/stat : 9508 (SArTagnan) R 9501 9503 9477 0 -1 4202560 76064 0 0 0 38645 15 0 0 25 0 8 0 783928147 1369931776 236484 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9503/tid=9509] ppid=9501 vsize=1337824 CPUtime=386.78 cores=0-7
/proc/9503/task/9509/stat : 9509 (SArTagnan) R 9501 9503 9477 0 -1 4202560 65336 0 0 0 38665 13 0 0 25 0 8 0 783928147 1369931776 236484 33554432000 4194304 4625164 140736261679024 18446744073709551615 4349047 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9503/tid=9510] ppid=9501 vsize=1337824 CPUtime=380.65 cores=0-7
/proc/9503/task/9510/stat : 9510 (SArTagnan) R 9501 9503 9477 0 -1 4202560 69619 0 0 0 38049 16 0 0 25 0 8 0 783928147 1369931776 236484 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9503/tid=9511] ppid=9501 vsize=1337824 CPUtime=386.8 cores=0-7
/proc/9503/task/9511/stat : 9511 (SArTagnan) R 9501 9503 9477 0 -1 4202560 27976 0 0 0 38674 6 0 0 25 0 8 0 783928147 1369931776 236484 33554432000 4194304 4625164 140736261679024 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3087.55
Current children cumulated vsize (KiB) 1337824

[startup+387.3 s]
/proc/loadavg: 8.12 6.14 3.56 9/478 9544
/proc/meminfo: memFree=7867148/32951124 swapFree=67057928/67111528
[pid=9503] ppid=9501 vsize=0 CPUtime=3090.69 cores=0-7
/proc/9503/stat : 9503 (SArTagnan) Z 9501 9503 9477 0 -1 4203548 1590654 0 0 0 308802 267 0 0 25 0 2 0 783928141 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9503/statm: 0 0 0 0 0 0 0
[pid=9503/tid=9505] ppid=9501 vsize=0 CPUtime=387.03 cores=0-7
/proc/9503/task/9505/stat : 9505 (SArTagnan) R 9501 9503 9477 0 -1 4203588 72073 0 0 0 38686 17 0 0 25 0 2 0 783928147 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3090.69
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 387.348
CPU time (s): 3090.75
CPU user time (s): 3088.03
CPU system time (s): 2.72159
CPU usage (%): 797.927
Max. virtual memory (cumulated for all children) (KiB): 1337824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3088.03
system time used= 2.72159
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1590654
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= 5504
involuntary context switches= 14557

runsolver used 1.74473 second user time and 4.34834 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-01 09:58:48
IDJOB=3438356
IDBENCH=71150
IDSOLVER=1936
FILE ID=node140/3438356-1306915128
RUNJOBID= node140-1306915128-9491
PBS_JOBID= 13488511
Free space on /tmp= 57764 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438356-1306915128/watcher-3438356-1306915128 -o /tmp/evaluation-result-3438356-1306915128/solver-3438356-1306915128 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438356-1306915128.cnf -threads=8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=194149978

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:       8806752 kB
Buffers:        232952 kB
Cached:       16345160 kB
SwapCached:       6932 kB
Active:       12187404 kB
Inactive:     11304720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8806752 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:            1952 kB
Writeback:           0 kB
AnonPages:     6913104 kB
Mapped:          37620 kB
Slab:           530680 kB
PageTables:      51832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141377912 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= 57764 MiB
End job on node140 at 2011-06-01 10:05:16