Trace number 3438511

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) 40000.4 5009.56

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g9.cnf
MD5SUMaa71b1c0a084106bad56c0f4d6c26bee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.11583
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 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-3438511-1306919540/watcher-3438511-1306919540 -o /tmp/evaluation-result-3438511-1306919540/solver-3438511-1306919540 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438511-1306919540.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: 1.84 1.99 1.99 1/429 3858
/proc/meminfo: memFree=21283880/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=20160 CPUtime=0 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 764 0 0 0 0 0 0 0 25 0 1 0 803551869 20643840 526 33554432000 4194304 4625164 140733557891776 18446744073709551615 255377301248 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3858/statm: 5040 527 296 106 0 543 0
[pid=3858/tid=3859] ppid=3856 vsize=97672 CPUtime=0 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 803551870 100016128 1519 33554432000 4194304 4625164 140733557891776 18446744073709551615 47135367940012 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=97672 CPUtime=0 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803551870 100016128 1519 33554432000 4194304 4625164 140733557891776 18446744073709551615 255377357809 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=97672 CPUtime=0 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803551870 100016128 1519 33554432000 4194304 4625164 140733557891776 18446744073709551615 255377357809 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=97672 CPUtime=0 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803551870 100016128 1519 33554432000 4194304 4625164 140733557891776 18446744073709551615 255389099062 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=97672 CPUtime=0 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803551870 100016128 1519 33554432000 4194304 4625164 140733557891776 18446744073709551615 47135367940018 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=97672 CPUtime=0 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803551870 100016128 1519 33554432000 4194304 4625164 140733557891776 18446744073709551615 47135367940018 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=97672 CPUtime=0 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803551870 100016128 1519 33554432000 4194304 4625164 140733557891776 18446744073709551615 47135367940018 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.088382 s]
/proc/loadavg: 1.84 1.99 1.99 1/429 3858
/proc/meminfo: memFree=21283880/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=97672 CPUtime=0.42 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) D 3856 3858 3832 0 -1 4202496 1922 0 0 0 42 0 0 0 25 0 8 0 803551869 100016128 1550 33554432000 4194304 4625164 140733557891776 18446744073709551615 255376962245 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 24418 1550 322 106 0 19921 0
[pid=3858/tid=3859] ppid=3856 vsize=97672 CPUtime=0.04 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 8 0 803551870 100016128 1550 33554432000 4194304 4625164 140733557891776 18446744073709551615 255393285147 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=97672 CPUtime=0.02 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 8 0 803551870 100016128 1550 33554432000 4194304 4625164 140733557891776 18446744073709551615 47135367940018 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=97672 CPUtime=0 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 8 0 803551870 100016128 1550 33554432000 4194304 4625164 140733557891776 18446744073709551615 255377344602 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=97672 CPUtime=0.07 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 6 0 0 0 7 0 0 0 25 0 8 0 803551870 100016128 1550 33554432000 4194304 4625164 140733557891776 18446744073709551615 4333968 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=97672 CPUtime=0.07 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) D 3856 3858 3832 0 -1 4202560 5 0 0 0 7 0 0 0 25 0 8 0 803551870 100016128 1550 33554432000 4194304 4625164 140733557891776 18446744073709551615 4348576 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=97672 CPUtime=0.05 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 4 0 0 0 5 0 0 0 25 0 8 0 803551870 100016128 1550 33554432000 4194304 4625164 140733557891776 18446744073709551615 4333968 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=97672 CPUtime=0.07 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 5 0 0 0 7 0 0 0 25 0 8 0 803551870 100016128 1550 33554432000 4194304 4625164 140733557891776 18446744073709551615 4333968 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 97672

[startup+0.100354 s]
/proc/loadavg: 1.84 1.99 1.99 1/429 3858
/proc/meminfo: memFree=21283880/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=295728 CPUtime=0.47 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 2485 0 0 0 47 0 0 0 25 0 8 0 803551869 302825472 2110 33554432000 4194304 4625164 140733557891776 18446744073709551615 4396709 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 73932 2110 346 106 0 69435 0
[pid=3858/tid=3859] ppid=3856 vsize=361264 CPUtime=0.04 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 3 0 0 0 4 0 0 0 25 0 8 0 803551870 369934336 2319 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=361264 CPUtime=0.03 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) D 3856 3858 3832 0 -1 4202560 111 0 0 0 3 0 0 0 18 0 8 0 803551870 369934336 2319 33554432000 4194304 4625164 140733557891776 18446744073709551615 255377344695 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=361264 CPUtime=0.01 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 56 0 0 0 1 0 0 0 25 0 8 0 803551870 369934336 2319 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=361264 CPUtime=0.07 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 10 0 0 0 7 0 0 0 25 0 8 0 803551870 369934336 2319 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=361264 CPUtime=0.08 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) D 3856 3858 3832 0 -1 4202560 113 0 0 0 8 0 0 0 18 0 8 0 803551870 369934336 2319 33554432000 4194304 4625164 140733557891776 18446744073709551615 255376962245 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=361264 CPUtime=0.05 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 27 0 0 0 5 0 0 0 25 0 8 0 803551870 369934336 2319 33554432000 4194304 4625164 140733557891776 18446744073709551615 255377344695 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=361264 CPUtime=0.07 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) S 3856 3858 3832 0 -1 4202560 13 0 0 0 7 0 0 0 18 0 8 0 803551870 369934336 2319 33554432000 4194304 4625164 140733557891776 18446744073709551615 255377406446 0 0 4096 2 18446604447113380224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 295728

[startup+1.00216 s]
/proc/loadavg: 1.84 1.99 1.99 1/429 3858
/proc/meminfo: memFree=21283880/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=444408 CPUtime=7.67 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 17526 0 0 0 765 2 0 0 19 0 8 0 803551869 455073792 13485 33554432000 4194304 4625164 140733557891776 18446744073709551615 4511963 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 111102 13485 352 106 0 106605 0
[pid=3858/tid=3859] ppid=3856 vsize=444408 CPUtime=0.87 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1761 0 0 0 87 0 0 0 25 0 8 0 803551870 455073792 13485 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=444408 CPUtime=0.95 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1892 0 0 0 95 0 0 0 19 0 8 0 803551870 455073792 13485 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=444408 CPUtime=0.92 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 2531 0 0 0 92 0 0 0 25 0 8 0 803551870 455073792 13485 33554432000 4194304 4625164 140733557891776 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=444408 CPUtime=0.98 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1754 0 0 0 98 0 0 0 19 0 8 0 803551870 455073792 13485 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=444408 CPUtime=1 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1212 0 0 0 100 0 0 0 19 0 8 0 803551870 455073792 13485 33554432000 4194304 4625164 140733557891776 18446744073709551615 4349320 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=444408 CPUtime=0.91 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1064 0 0 0 91 0 0 0 25 0 8 0 803551870 455073792 13485 33554432000 4194304 4625164 140733557891776 18446744073709551615 255393285147 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=444408 CPUtime=0.98 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1636 0 0 0 98 0 0 0 19 0 8 0 803551870 455073792 13485 33554432000 4194304 4625164 140733557891776 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 444408

[startup+1.12115 s]
/proc/loadavg: 1.84 1.99 1.99 1/429 3858
/proc/meminfo: memFree=21283880/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=448812 CPUtime=8.47 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 19042 0 0 0 845 2 0 0 19 0 8 0 803551869 459583488 14169 33554432000 4194304 4625164 140733557891776 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 112203 14169 352 106 0 107706 0
[pid=3858/tid=3859] ppid=3856 vsize=448812 CPUtime=0.97 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1805 0 0 0 97 0 0 0 25 0 8 0 803551870 459583488 14170 33554432000 4194304 4625164 140733557891776 18446744073709551615 4352170 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=448812 CPUtime=1.05 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1923 0 0 0 105 0 0 0 19 0 8 0 803551870 459583488 14170 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=448812 CPUtime=1.02 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 2562 0 0 0 102 0 0 0 25 0 8 0 803551870 459583488 14170 33554432000 4194304 4625164 140733557891776 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=448812 CPUtime=1.08 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1774 0 0 0 108 0 0 0 19 0 8 0 803551870 459583488 14170 33554432000 4194304 4625164 140733557891776 18446744073709551615 4467406 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=448812 CPUtime=1.1 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1212 0 0 0 110 0 0 0 19 0 8 0 803551870 459583488 14170 33554432000 4194304 4625164 140733557891776 18446744073709551615 4318673 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=448812 CPUtime=1.01 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1531 0 0 0 101 0 0 0 25 0 8 0 803551870 459583488 14170 33554432000 4194304 4625164 140733557891776 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=448812 CPUtime=1.08 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1662 0 0 0 108 0 0 0 19 0 8 0 803551870 459583488 14170 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 448812

[startup+1.50109 s]
/proc/loadavg: 1.84 1.99 1.99 1/429 3858
/proc/meminfo: memFree=21283880/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=452660 CPUtime=11.52 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 22707 0 0 0 1149 3 0 0 19 0 8 0 803551869 463523840 16474 33554432000 4194304 4625164 140733557891776 18446744073709551615 4518211 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 113165 16474 354 106 0 108668 0
[pid=3858/tid=3859] ppid=3856 vsize=452660 CPUtime=1.35 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 2106 0 0 0 135 0 0 0 25 0 8 0 803551870 463523840 16474 33554432000 4194304 4625164 140733557891776 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=452660 CPUtime=1.43 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 2646 0 0 0 143 0 0 0 19 0 8 0 803551870 463523840 16474 33554432000 4194304 4625164 140733557891776 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=452660 CPUtime=1.4 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 3368 0 0 0 140 0 0 0 25 0 8 0 803551870 463523840 16474 33554432000 4194304 4625164 140733557891776 18446744073709551615 4334454 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=452660 CPUtime=1.46 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 2081 0 0 0 146 0 0 0 19 0 8 0 803551870 463523840 16474 33554432000 4194304 4625164 140733557891776 18446744073709551615 255376959955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=452660 CPUtime=1.48 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1407 0 0 0 148 0 0 0 19 0 8 0 803551870 463523840 16474 33554432000 4194304 4625164 140733557891776 18446744073709551615 4348870 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=452660 CPUtime=1.39 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 1646 0 0 0 139 0 0 0 25 0 8 0 803551870 463523840 16474 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=452660 CPUtime=1.46 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 2603 0 0 0 146 0 0 0 19 0 8 0 803551870 463523840 16474 33554432000 4194304 4625164 140733557891776 18446744073709551615 4352843 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (KiB) 452660

[startup+3.10079 s]
/proc/loadavg: 1.84 1.99 1.99 10/437 3866
/proc/meminfo: memFree=21203356/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=465344 CPUtime=24.28 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 36337 0 0 0 2423 5 0 0 18 0 8 0 803551869 476512256 21643 33554432000 4194304 4625164 140733557891776 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 116336 21643 353 106 0 111839 0
[pid=3858/tid=3859] ppid=3856 vsize=465344 CPUtime=2.95 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 3317 0 0 0 295 0 0 0 25 0 8 0 803551870 476512256 21643 33554432000 4194304 4625164 140733557891776 18446744073709551615 4339865 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=465344 CPUtime=3.03 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 3768 0 0 0 303 0 0 0 25 0 8 0 803551870 476512256 21643 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=465344 CPUtime=3 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 7733 0 0 0 300 0 0 0 25 0 8 0 803551870 476512256 21643 33554432000 4194304 4625164 140733557891776 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=465344 CPUtime=3.06 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 3169 0 0 0 306 0 0 0 25 0 8 0 803551870 476512256 21643 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=465344 CPUtime=3.04 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 2272 0 0 0 304 0 0 0 25 0 8 0 803551870 476512256 21643 33554432000 4194304 4625164 140733557891776 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=465344 CPUtime=2.99 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 2862 0 0 0 299 0 0 0 25 0 8 0 803551870 476512256 21643 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351989 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=465344 CPUtime=3.06 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 2896 0 0 0 306 0 0 0 25 0 8 0 803551870 476512256 21643 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 465344

[startup+6.3012 s]
/proc/loadavg: 2.33 2.09 2.02 9/437 3866
/proc/meminfo: memFree=21168540/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=484552 CPUtime=49.83 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 75656 0 0 0 4971 12 0 0 25 0 8 0 803551869 496181248 29873 33554432000 4194304 4625164 140733557891776 18446744073709551615 4512740 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 121138 29873 353 106 0 116641 0
[pid=3858/tid=3859] ppid=3856 vsize=484552 CPUtime=6.14 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 5387 0 0 0 614 0 0 0 25 0 8 0 803551870 496181248 29873 33554432000 4194304 4625164 140733557891776 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=484552 CPUtime=6.23 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 4117 0 0 0 623 0 0 0 25 0 8 0 803551870 496181248 29873 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=484552 CPUtime=6.2 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 34984 0 0 0 615 5 0 0 25 0 8 0 803551870 496181248 29873 33554432000 4194304 4625164 140733557891776 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=484552 CPUtime=6.26 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 4634 0 0 0 626 0 0 0 25 0 8 0 803551870 496181248 29874 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=484552 CPUtime=6.19 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 3637 0 0 0 619 0 0 0 25 0 8 0 803551870 496181248 29874 33554432000 4194304 4625164 140733557891776 18446744073709551615 4349210 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=484552 CPUtime=6.19 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 4430 0 0 0 618 1 0 0 25 0 8 0 803551870 496181248 29874 33554432000 4194304 4625164 140733557891776 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=484552 CPUtime=6.26 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 4581 0 0 0 626 0 0 0 25 0 8 0 803551870 496181248 29874 33554432000 4194304 4625164 140733557891776 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 5 0 0 0

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

[pid=3858/tid=3861] ppid=3856 vsize=3567548 CPUtime=4630.23 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 33593272 0 0 0 457756 5267 0 0 25 0 8 0 803551870 3653169152 678866 33554432000 4194304 4625164 140733557891776 18446744073709551615 4547244 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=3567548 CPUtime=4662.22 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 192712 0 0 0 466179 43 0 0 25 0 8 0 803551870 3653169152 678866 33554432000 4194304 4625164 140733557891776 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=3567548 CPUtime=4661.48 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 72126 0 0 0 466122 26 0 0 25 0 8 0 803551870 3653169152 678866 33554432000 4194304 4625164 140733557891776 18446744073709551615 4349029 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=3567548 CPUtime=4638.56 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 54172 0 0 0 463822 34 0 0 25 0 8 0 803551870 3653169152 678866 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=3567548 CPUtime=4660.49 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 81050 0 0 0 466026 23 0 0 25 0 8 0 803551870 3653169152 678866 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37228.4
Current children cumulated vsize (KiB) 3567548

[startup+4722.3 s]
/proc/loadavg: 8.16 8.15 8.10 9/437 4004
/proc/meminfo: memFree=18567320/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=3567548 CPUtime=37707.5 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 36248243 0 0 0 3764964 5787 0 0 25 0 8 0 803551869 3653169152 677830 33554432000 4194304 4625164 140733557891776 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 891887 677830 355 106 0 887390 0
[pid=3858/tid=3859] ppid=3856 vsize=3567548 CPUtime=4710.99 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 205955 0 0 0 471061 38 0 0 25 0 8 0 803551870 3653169152 677830 33554432000 4194304 4625164 140733557891776 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=3567548 CPUtime=4722.19 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 104571 0 0 0 472193 26 0 0 25 0 8 0 803551870 3653169152 677830 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=3567548 CPUtime=4689.35 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 34110580 0 0 0 463590 5345 0 0 25 0 8 0 803551870 3653169152 677830 33554432000 4194304 4625164 140733557891776 18446744073709551615 4547335 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=3567548 CPUtime=4722.23 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 192858 0 0 0 472179 44 0 0 25 0 8 0 803551870 3653169152 677830 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=3567548 CPUtime=4721.48 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 72198 0 0 0 472122 26 0 0 25 0 8 0 803551870 3653169152 677830 33554432000 4194304 4625164 140733557891776 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=3567548 CPUtime=4698.55 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 54463 0 0 0 469821 34 0 0 25 0 8 0 803551870 3653169152 677830 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=3567548 CPUtime=4720.49 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 81249 0 0 0 472026 23 0 0 25 0 8 0 803551870 3653169152 677830 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37707.5
Current children cumulated vsize (KiB) 3567548

[startup+4782.3 s]
/proc/loadavg: 8.10 8.14 8.09 9/437 4006
/proc/meminfo: memFree=18557920/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=3567548 CPUtime=38186.7 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 36589247 0 0 0 3812834 5836 0 0 25 0 8 0 803551869 3653169152 680350 33554432000 4194304 4625164 140733557891776 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 891887 680350 353 106 0 887390 0
[pid=3858/tid=3859] ppid=3856 vsize=3567548 CPUtime=4771 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 206231 0 0 0 477062 38 0 0 25 0 8 0 803551870 3653169152 680350 33554432000 4194304 4625164 140733557891776 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=3567548 CPUtime=4782.2 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 104707 0 0 0 478194 26 0 0 25 0 8 0 803551870 3653169152 680350 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=3567548 CPUtime=4748.49 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 34449402 0 0 0 469456 5393 0 0 25 0 8 0 803551870 3653169152 680350 33554432000 4194304 4625164 140733557891776 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=3567548 CPUtime=4782.25 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 193049 0 0 0 478181 44 0 0 25 0 8 0 803551870 3653169152 680350 33554432000 4194304 4625164 140733557891776 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=3567548 CPUtime=4781.5 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 72251 0 0 0 478124 26 0 0 25 0 8 0 803551870 3653169152 680350 33554432000 4194304 4625164 140733557891776 18446744073709551615 4348832 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=3567548 CPUtime=4758.55 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 54508 0 0 0 475821 34 0 0 25 0 8 0 803551870 3653169152 680350 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=3567548 CPUtime=4780.51 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 81402 0 0 0 478028 23 0 0 25 0 8 0 803551870 3653169152 680350 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38186.7
Current children cumulated vsize (KiB) 3567548

[startup+4842.3 s]
/proc/loadavg: 8.13 8.14 8.09 9/437 4007
/proc/meminfo: memFree=18535692/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=3567548 CPUtime=38665.8 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 36940261 0 0 0 3860687 5888 0 0 25 0 8 0 803551869 3653169152 681592 33554432000 4194304 4625164 140733557891776 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 891887 681592 352 106 0 887390 0
[pid=3858/tid=3859] ppid=3856 vsize=3567548 CPUtime=4831 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 206369 0 0 0 483061 39 0 0 25 0 8 0 803551870 3653169152 681592 33554432000 4194304 4625164 140733557891776 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=3567548 CPUtime=4842.19 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 104765 0 0 0 484193 26 0 0 25 0 8 0 803551870 3653169152 681592 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=3567548 CPUtime=4807.61 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 34799085 0 0 0 475317 5444 0 0 25 0 8 0 803551870 3653169152 681592 33554432000 4194304 4625164 140733557891776 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=3567548 CPUtime=4842.23 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 193350 0 0 0 484179 44 0 0 25 0 8 0 803551870 3653169152 681592 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=3567548 CPUtime=4841.48 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 72291 0 0 0 484122 26 0 0 25 0 8 0 803551870 3653169152 681592 33554432000 4194304 4625164 140733557891776 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=3567548 CPUtime=4818.51 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 54528 0 0 0 481817 34 0 0 25 0 8 0 803551870 3653169152 681592 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=3567548 CPUtime=4840.49 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 81514 0 0 0 484026 23 0 0 25 0 8 0 803551870 3653169152 681592 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38665.8
Current children cumulated vsize (KiB) 3567548

[startup+4902.32 s]
/proc/loadavg: 8.08 8.13 8.09 9/437 4009
/proc/meminfo: memFree=18466768/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=3665856 CPUtime=39144.9 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 37385812 0 0 0 3908539 5956 0 0 25 0 8 0 803551869 3753836544 702890 33554432000 4194304 4625164 140733557891776 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 916464 702890 444 106 0 911967 0
[pid=3858/tid=3859] ppid=3856 vsize=3665856 CPUtime=4891.01 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 206782 0 0 0 489062 39 0 0 25 0 8 0 803551870 3753836544 702890 33554432000 4194304 4625164 140733557891776 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=3665856 CPUtime=4902.2 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 105223 0 0 0 490194 26 0 0 25 0 8 0 803551870 3753836544 702890 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=3665856 CPUtime=4867.28 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 35216298 0 0 0 481222 5506 0 0 25 0 8 0 803551870 3753836544 702890 33554432000 4194304 4625164 140733557891776 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=3665856 CPUtime=4902.24 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 193761 0 0 0 490180 44 0 0 25 0 8 0 803551870 3753836544 702890 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=3665856 CPUtime=4901.5 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 72552 0 0 0 490123 27 0 0 25 0 8 0 803551870 3753836544 702890 33554432000 4194304 4625164 140733557891776 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=3665856 CPUtime=4878.52 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 54820 0 0 0 487817 35 0 0 25 0 8 0 803551870 3753836544 702890 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=3665856 CPUtime=4899.95 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 81885 0 0 0 489971 24 0 0 25 0 8 0 803551870 3753836544 702890 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39144.9
Current children cumulated vsize (KiB) 3665856

[startup+4962.3 s]
/proc/loadavg: 8.16 8.14 8.09 9/437 4010
/proc/meminfo: memFree=18440576/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=3727440 CPUtime=39623.9 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 37852206 0 0 0 3956366 6029 0 0 25 0 8 0 803551869 3816898560 709431 33554432000 4194304 4625164 140733557891776 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 931860 709433 427 106 0 927363 0
[pid=3858/tid=3859] ppid=3856 vsize=3727440 CPUtime=4951 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 206835 0 0 0 495061 39 0 0 25 0 8 0 803551870 3816898560 709433 33554432000 4194304 4625164 140733557891776 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=3727440 CPUtime=4962.18 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 105484 0 0 0 496192 26 0 0 25 0 8 0 803551870 3816898560 709434 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=3727440 CPUtime=4927.26 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 35591658 0 0 0 487162 5564 0 0 25 0 8 0 803551870 3816898560 709434 33554432000 4194304 4625164 140733557891776 18446744073709551615 4579396 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=3727440 CPUtime=4962.22 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 194497 0 0 0 496178 44 0 0 25 0 8 0 803551870 3816898560 709434 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=3727440 CPUtime=4961.49 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 72635 0 0 0 496122 27 0 0 25 0 8 0 803551870 3816898560 709434 33554432000 4194304 4625164 140733557891776 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=3727440 CPUtime=4938.49 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 54820 0 0 0 493814 35 0 0 25 0 8 0 803551870 3816898560 709434 33554432000 4194304 4625164 140733557891776 18446744073709551615 4345250 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=3727440 CPUtime=4959.07 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 107795 0 0 0 495880 27 0 0 25 0 8 0 803551870 3816898560 709434 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39623.9
Current children cumulated vsize (KiB) 3727440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009.4 s]
/proc/loadavg: 8.25 8.17 8.10 9/437 4012
/proc/meminfo: memFree=18447664/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=3727440 CPUtime=40000.1 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) R 3856 3858 3832 0 -1 4202496 38281209 0 0 0 3993920 6093 0 0 25 0 8 0 803551869 3816898560 707390 33554432000 4194304 4625164 140733557891776 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 931860 707390 352 106 0 927363 0
[pid=3858/tid=3859] ppid=3856 vsize=3727440 CPUtime=4998.11 cores=0-7
/proc/3858/task/3859/stat : 3859 (SArTagnan) R 3856 3858 3832 0 -1 4202560 206942 0 0 0 499772 39 0 0 25 0 8 0 803551870 3816898560 707390 33554432000 4194304 4625164 140733557891776 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3858/tid=3860] ppid=3856 vsize=3727440 CPUtime=5009.3 cores=0-7
/proc/3858/task/3860/stat : 3860 (SArTagnan) R 3856 3858 3832 0 -1 4202560 105515 0 0 0 500904 26 0 0 25 0 8 0 803551870 3816898560 707390 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3858/tid=3861] ppid=3856 vsize=3727440 CPUtime=4974.38 cores=0-7
/proc/3858/task/3861/stat : 3861 (SArTagnan) R 3856 3858 3832 0 -1 4202560 36002811 0 0 0 491813 5625 0 0 25 0 8 0 803551870 3816898560 707390 33554432000 4194304 4625164 140733557891776 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3858/tid=3862] ppid=3856 vsize=3727440 CPUtime=5009.34 cores=0-7
/proc/3858/task/3862/stat : 3862 (SArTagnan) R 3856 3858 3832 0 -1 4202560 194644 0 0 0 500890 44 0 0 25 0 8 0 803551870 3816898560 707390 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3858/tid=3863] ppid=3856 vsize=3727440 CPUtime=5008.6 cores=0-7
/proc/3858/task/3863/stat : 3863 (SArTagnan) R 3856 3858 3832 0 -1 4202560 72715 0 0 0 500833 27 0 0 25 0 8 0 803551870 3816898560 707390 33554432000 4194304 4625164 140733557891776 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3858/tid=3864] ppid=3856 vsize=3727440 CPUtime=4985.61 cores=0-7
/proc/3858/task/3864/stat : 3864 (SArTagnan) R 3856 3858 3832 0 -1 4202560 54820 0 0 0 498525 36 0 0 25 0 8 0 803551870 3816898560 707390 33554432000 4194304 4625164 140733557891776 18446744073709551615 255376968605 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=3727440 CPUtime=5005.48 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4202560 107931 0 0 0 500521 27 0 0 25 0 8 0 803551870 3816898560 707390 33554432000 4194304 4625164 140733557891776 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 3727440

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

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

[startup+5009.52 s]
/proc/loadavg: 8.25 8.17 8.10 9/437 4012
/proc/meminfo: memFree=18447664/32951124 swapFree=60787360/67111528
[pid=3858] ppid=3856 vsize=0 CPUtime=40000.3 cores=0-7
/proc/3858/stat : 3858 (SArTagnan) Z 3856 3858 3832 0 -1 4203548 38281209 0 0 0 3993929 6103 0 0 25 0 2 0 803551869 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3858/statm: 0 0 0 0 0 0 0
[pid=3858/tid=3865] ppid=3856 vsize=0 CPUtime=5005.59 cores=0-7
/proc/3858/task/3865/stat : 3865 (SArTagnan) R 3856 3858 3832 0 -1 4203588 107931 0 0 0 500522 37 0 0 25 0 2 0 803551870 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) 40000.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5009.56
CPU time (s): 40000.4
CPU user time (s): 39939.3
CPU system time (s): 61.0757
CPU usage (%): 798.48
Max. virtual memory (cumulated for all children) (KiB): 3839480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39939.3
system time used= 61.0757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38281209
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= 33745
involuntary context switches= 345235

runsolver used 19.995 second user time and 52.931 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-01 11:12:20
IDJOB=3438511
IDBENCH=71444
IDSOLVER=1936
FILE ID=node135/3438511-1306919540
RUNJOBID= node135-1306919540-3846
PBS_JOBID= 13488531
Free space on /tmp= 73808 MiB

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

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

MD5SUM BENCH= aa71b1c0a084106bad56c0f4d6c26bee
RANDOM SEED=563978153

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21284276 kB
Buffers:        118512 kB
Cached:         190136 kB
SwapCached:       6168 kB
Active:       11229204 kB
Inactive:       177756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21284276 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:             828 kB
Writeback:           0 kB
AnonPages:    11098292 kB
Mapped:          24768 kB
Slab:           125056 kB
PageTables:      65452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124370664 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73808 MiB
End job on node135 at 2011-06-01 12:35:51