Trace number 3438756

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.6 5010.23

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x40.cnf
MD5SUM65a5698edfd6f3a12089595d81c196e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3360
Number of clauses661080
Sum of the clauses size2634240
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25040
Number of clauses of size 30
Number of clauses of size 4656040
Number of clauses of size 50
Number of clauses of size over 50

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-3438756-1306922982/watcher-3438756-1306922982 -o /tmp/evaluation-result-3438756-1306922982/solver-3438756-1306922982 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438756-1306922982.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: 7.36 7.91 7.96 1/430 22011
/proc/meminfo: memFree=25128908/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=35784 CPUtime=0 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 1211 0 0 0 0 0 0 0 25 0 1 0 784713837 36642816 842 33554432000 4194304 4625164 140734242879504 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22011/statm: 8946 845 296 106 0 4449 0

[startup+0.0530231 s]
/proc/loadavg: 7.36 7.91 7.96 1/430 22011
/proc/meminfo: memFree=25128908/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=42948 CPUtime=0.04 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 5458 0 0 0 4 0 0 0 25 0 1 0 784713837 43978752 2782 33554432000 4194304 4625164 140734242879504 18446744073709551615 270338044613 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22011/statm: 10737 2782 296 106 0 6240 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 42948

[startup+0.101004 s]
/proc/loadavg: 7.36 7.91 7.96 1/430 22011
/proc/meminfo: memFree=25128908/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=50312 CPUtime=0.09 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 9667 0 0 0 8 1 0 0 25 0 1 0 784713837 51519488 4789 33554432000 4194304 4625164 140734242879504 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22011/statm: 12578 4793 296 106 0 8081 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50312

[startup+0.300961 s]
/proc/loadavg: 7.36 7.91 7.96 1/430 22011
/proc/meminfo: memFree=25128908/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=79264 CPUtime=0.29 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 26916 0 0 0 27 2 0 0 25 0 1 0 784713837 81166336 13092 33554432000 4194304 4625164 140734242879504 18446744073709551615 270338383616 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22011/statm: 19816 13093 296 106 0 15319 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79264

[startup+0.700845 s]
/proc/loadavg: 7.36 7.91 7.96 1/430 22011
/proc/meminfo: memFree=25128908/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=706096 CPUtime=2.06 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 110147 0 0 0 192 14 0 0 25 0 8 0 784713837 723042304 87119 33554432000 4194304 4625164 140734242879504 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 176524 87119 356 106 0 172027 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 706096

[startup+1.50069 s]
/proc/loadavg: 7.36 7.91 7.96 9/438 22019
/proc/meminfo: memFree=24766276/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=796956 CPUtime=8.44 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 141716 0 0 0 826 18 0 0 25 0 8 0 784713837 816082944 96014 33554432000 4194304 4625164 140734242879504 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 199239 96014 345 106 0 194742 0
[pid=22011/tid=22013] ppid=22009 vsize=796956 CPUtime=0.99 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 3230 0 0 0 99 0 0 0 19 0 8 0 784713886 816082944 96014 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=796956 CPUtime=0.99 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 7639 0 0 0 98 1 0 0 19 0 8 0 784713886 816082944 96014 33554432000 4194304 4625164 140734242879504 18446744073709551615 4339680 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=796956 CPUtime=0.94 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 24403 0 0 0 92 2 0 0 25 0 8 0 784713886 816082944 96014 33554432000 4194304 4625164 140734242879504 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=796956 CPUtime=0.99 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 3229 0 0 0 99 0 0 0 18 0 8 0 784713887 816082944 96014 33554432000 4194304 4625164 140734242879504 18446744073709551615 4339660 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=796956 CPUtime=0.99 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 7976 0 0 0 98 1 0 0 19 0 8 0 784713887 816082944 96014 33554432000 4194304 4625164 140734242879504 18446744073709551615 4332101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=796956 CPUtime=0.97 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 7575 0 0 0 97 0 0 0 25 0 8 0 784713887 816082944 96014 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=796956 CPUtime=0.99 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 3277 0 0 0 99 0 0 0 19 0 8 0 784713887 816082944 96014 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 796956

[startup+3.10037 s]
/proc/loadavg: 7.36 7.91 7.96 9/438 22019
/proc/meminfo: memFree=24723260/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=822392 CPUtime=21.21 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 207969 0 0 0 2094 27 0 0 25 0 8 0 784713837 842129408 109709 33554432000 4194304 4625164 140734242879504 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 205598 109709 345 106 0 201101 0
[pid=22011/tid=22013] ppid=22009 vsize=822392 CPUtime=2.59 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 8218 0 0 0 258 1 0 0 22 0 8 0 784713886 842129408 109709 33554432000 4194304 4625164 140734242879504 18446744073709551615 4464370 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=822392 CPUtime=2.59 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 8332 0 0 0 258 1 0 0 22 0 8 0 784713886 842129408 109709 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=822392 CPUtime=2.53 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 72876 0 0 0 245 8 0 0 25 0 8 0 784713886 842129408 109709 33554432000 4194304 4625164 140734242879504 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=822392 CPUtime=2.59 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 8127 0 0 0 258 1 0 0 21 0 8 0 784713887 842129408 109709 33554432000 4194304 4625164 140734242879504 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=822392 CPUtime=2.59 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 8860 0 0 0 258 1 0 0 22 0 8 0 784713887 842129408 109709 33554432000 4194304 4625164 140734242879504 18446744073709551615 4348867 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=822392 CPUtime=2.58 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 8550 0 0 0 257 1 0 0 25 0 8 0 784713887 842129408 109709 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=822392 CPUtime=2.59 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 8161 0 0 0 258 1 0 0 22 0 8 0 784713887 842129408 109709 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 21.21
Current children cumulated vsize (KiB) 822392

[startup+6.30074 s]
/proc/loadavg: 7.41 7.91 7.96 9/438 22019
/proc/meminfo: memFree=24626424/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=822392 CPUtime=46.77 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 293789 0 0 0 4637 40 0 0 25 0 8 0 784713837 842129408 130758 33554432000 4194304 4625164 140734242879504 18446744073709551615 4392987 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 205598 130758 345 106 0 201101 0
[pid=22011/tid=22013] ppid=22009 vsize=822392 CPUtime=5.8 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 9154 0 0 0 578 2 0 0 25 0 8 0 784713886 842129408 130758 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=822392 CPUtime=5.8 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 9536 0 0 0 578 2 0 0 25 0 8 0 784713886 842129408 130758 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=822392 CPUtime=5.68 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 151348 0 0 0 551 17 0 0 25 0 8 0 784713886 842129408 130758 33554432000 4194304 4625164 140734242879504 18446744073709551615 4334439 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=822392 CPUtime=5.79 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 9274 0 0 0 578 1 0 0 25 0 8 0 784713887 842129408 130758 33554432000 4194304 4625164 140734242879504 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=822392 CPUtime=5.79 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 10194 0 0 0 577 2 0 0 25 0 8 0 784713887 842129408 130758 33554432000 4194304 4625164 140734242879504 18446744073709551615 4348949 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=822392 CPUtime=5.77 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 9942 0 0 0 576 1 0 0 25 0 8 0 784713887 842129408 130758 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=822392 CPUtime=5.79 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 9002 0 0 0 578 1 0 0 25 0 8 0 784713887 842129408 130758 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.77
Current children cumulated vsize (KiB) 822392

[startup+12.7005 s]
/proc/loadavg: 7.46 7.91 7.96 9/438 22019
/proc/meminfo: memFree=24487716/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=877048 CPUtime=97.87 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 486406 0 0 0 9719 68 0 0 25 0 8 0 784713837 898097152 162990 33554432000 4194304 4625164 140734242879504 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 219262 162990 345 106 0 214765 0
[pid=22011/tid=22013] ppid=22009 vsize=877048 CPUtime=12.19 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 17564 0 0 0 1216 3 0 0 25 0 8 0 784713886 898097152 162990 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=877048 CPUtime=12.19 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 11130 0 0 0 1217 2 0 0 25 0 8 0 784713886 898097152 162990 33554432000 4194304 4625164 140734242879504 18446744073709551615 4462912 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=877048 CPUtime=11.98 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 307585 0 0 0 1160 38 0 0 25 0 8 0 784713886 898097152 162990 33554432000 4194304 4625164 140734242879504 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=877048 CPUtime=12.2 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 17248 0 0 0 1217 3 0 0 25 0 8 0 784713887 898097152 162990 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=877048 CPUtime=12.19 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 18488 0 0 0 1216 3 0 0 25 0 8 0 784713887 898097152 162990 33554432000 4194304 4625164 140734242879504 18446744073709551615 4349248 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=877048 CPUtime=12.18 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 18464 0 0 0 1215 3 0 0 25 0 8 0 784713887 898097152 162990 33554432000 4194304 4625164 140734242879504 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=877048 CPUtime=12.19 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 10205 0 0 0 1217 2 0 0 25 0 8 0 784713887 898097152 162990 33554432000 4194304 4625164 140734242879504 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 97.87
Current children cumulated vsize (KiB) 877048

[startup+25.5009 s]
/proc/loadavg: 7.58 7.92 7.96 9/438 22019
/proc/meminfo: memFree=24273296/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=1194092 CPUtime=200.07 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 835122 0 0 0 19892 115 0 0 25 0 8 0 784713837 1222750208 217097 33554432000 4194304 4625164 140734242879504 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 298523 217098 347 106 0 294026 0
[pid=22011/tid=22013] ppid=22009 vsize=1194092 CPUtime=24.99 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 19562 0 0 0 2495 4 0 0 25 0 8 0 784713886 1222750208 217098 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=1194092 CPUtime=24.99 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 19885 0 0 0 2496 3 0 0 25 0 8 0 784713886 1222750208 217098 33554432000 4194304 4625164 140734242879504 18446744073709551615 4464550 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=1194092 CPUtime=24.59 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 617439 0 0 0 2381 78 0 0 25 0 8 0 784713886 1222750208 217098 33554432000 4194304 4625164 140734242879504 18446744073709551615 270338081165 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=1194092 CPUtime=24.99 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 19795 0 0 0 2496 3 0 0 25 0 8 0 784713887 1222750208 217098 33554432000 4194304 4625164 140734242879504 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=1194092 CPUtime=24.99 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 21204 0 0 0 2495 4 0 0 25 0 8 0 784713887 1222750208 217098 33554432000 4194304 4625164 140734242879504 18446744073709551615 4349047 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=1194092 CPUtime=24.97 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 31537 0 0 0 2492 5 0 0 25 0 8 0 784713887 1222750208 217098 33554432000 4194304 4625164 140734242879504 18446744073709551615 4352589 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=1194092 CPUtime=24.99 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 19116 0 0 0 2496 3 0 0 25 0 8 0 784713887 1222750208 217098 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.07
Current children cumulated vsize (KiB) 1194092

[startup+51.1009 s]
/proc/loadavg: 7.80 7.94 7.96 9/438 22020
/proc/meminfo: memFree=23895732/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=1580944 CPUtime=404.48 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 1565703 0 0 0 40232 216 0 0 25 0 8 0 784713837 1618886656 308003 33554432000 4194304 4625164 140734242879504 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 395236 308003 348 106 0 390739 0
[pid=22011/tid=22013] ppid=22009 vsize=1580944 CPUtime=50.59 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 33129 0 0 0 5053 6 0 0 25 0 8 0 784713886 1618886656 308003 33554432000 4194304 4625164 140734242879504 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=1580944 CPUtime=50.59 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 34260 0 0 0 5054 5 0 0 25 0 8 0 784713886 1618886656 308003 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=1580944 CPUtime=49.81 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 1264353 0 0 0 4817 164 0 0 25 0 8 0 784713886 1618886656 308004 33554432000 4194304 4625164 140734242879504 18446744073709551615 4547270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=1580944 CPUtime=50.59 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 33102 0 0 0 5054 5 0 0 25 0 8 0 784713887 1618886656 308004 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=1580944 CPUtime=50.59 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 35437 0 0 0 5052 7 0 0 25 0 8 0 784713887 1618886656 308004 33554432000 4194304 4625164 140734242879504 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=1580944 CPUtime=50.57 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 37134 0 0 0 5050 7 0 0 25 0 8 0 784713887 1618886656 308004 33554432000 4194304 4625164 140734242879504 18446744073709551615 4288690 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=1580944 CPUtime=50.58 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 32402 0 0 0 5053 5 0 0 25 0 8 0 784713887 1618886656 308004 33554432000 4194304 4625164 140734242879504 18446744073709551615 4339639 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 404.48

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

[pid=22011/tid=22015] ppid=22009 vsize=8028908 CPUtime=4593.01 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 31973597 0 0 0 453750 5551 0 0 25 0 8 0 784713886 8221601792 1763221 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=8028908 CPUtime=4661.99 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 258721 0 0 0 466139 60 0 0 25 0 8 0 784713887 8221601792 1763221 33554432000 4194304 4625164 140734242879504 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=8028908 CPUtime=4661.99 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 101741 0 0 0 466176 23 0 0 25 0 8 0 784713887 8221601792 1763221 33554432000 4194304 4625164 140734242879504 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=8028908 CPUtime=4660.65 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 127142 0 0 0 466029 36 0 0 25 0 8 0 784713887 8221601792 1763221 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=8028908 CPUtime=4660.54 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 338585 0 0 0 465992 62 0 0 25 0 8 0 784713887 8221601792 1763221 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37224.5
Current children cumulated vsize (KiB) 8028908

[startup+4722.32 s]
/proc/loadavg: 8.15 8.12 8.04 9/438 22159
/proc/meminfo: memFree=18041020/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=8094444 CPUtime=37703.8 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 34463705 0 0 0 3764276 6100 0 0 25 0 8 0 784713837 8288710656 1768633 33554432000 4194304 4625164 140734242879504 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 2023611 1768633 388 106 0 2019114 0
[pid=22011/tid=22013] ppid=22009 vsize=8094444 CPUtime=4722.01 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 323355 0 0 0 472132 69 0 0 25 0 8 0 784713886 8288710656 1768633 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=8094444 CPUtime=4721.87 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 76552 0 0 0 472168 19 0 0 25 0 8 0 784713886 8288710656 1768633 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=8094444 CPUtime=4652.14 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 32310793 0 0 0 459598 5616 0 0 25 0 8 0 784713886 8288710656 1768633 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=8094444 CPUtime=4722.01 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 258737 0 0 0 472141 60 0 0 25 0 8 0 784713887 8288710656 1768633 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=8094444 CPUtime=4722.01 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 101772 0 0 0 472178 23 0 0 25 0 8 0 784713887 8288710656 1768633 33554432000 4194304 4625164 140734242879504 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=8094444 CPUtime=4720.67 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 127165 0 0 0 472031 36 0 0 25 0 8 0 784713887 8288710656 1768633 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=8094444 CPUtime=4720.54 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 338608 0 0 0 471992 62 0 0 25 0 8 0 784713887 8288710656 1768633 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37703.8
Current children cumulated vsize (KiB) 8094444

[startup+4782.3 s]
/proc/loadavg: 8.05 8.10 8.03 9/438 22161
/proc/meminfo: memFree=18018780/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=8135448 CPUtime=38182.8 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 34710483 0 0 0 3812124 6151 0 0 25 0 8 0 784713837 8330698752 1774096 33554432000 4194304 4625164 140734242879504 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 2033862 1774096 378 106 0 2029365 0
[pid=22011/tid=22013] ppid=22009 vsize=8135448 CPUtime=4782 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 333627 0 0 0 478130 70 0 0 25 0 8 0 784713886 8330698752 1774096 33554432000 4194304 4625164 140734242879504 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=8135448 CPUtime=4781.86 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 76590 0 0 0 478167 19 0 0 25 0 8 0 784713886 8330698752 1774096 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=8135448 CPUtime=4711.22 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 32546972 0 0 0 465457 5665 0 0 25 0 8 0 784713886 8330698752 1774096 33554432000 4194304 4625164 140734242879504 18446744073709551615 4548692 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=8135448 CPUtime=4781.99 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 258752 0 0 0 478139 60 0 0 25 0 8 0 784713887 8330698752 1774096 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=8135448 CPUtime=4782 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 101815 0 0 0 478177 23 0 0 25 0 8 0 784713887 8330698752 1774096 33554432000 4194304 4625164 140734242879504 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=8135448 CPUtime=4780.65 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 127191 0 0 0 478029 36 0 0 25 0 8 0 784713887 8330698752 1774096 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=8135448 CPUtime=4780.52 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 338637 0 0 0 477990 62 0 0 25 0 8 0 784713887 8330698752 1774096 33554432000 4194304 4625164 140734242879504 18446744073709551615 4488068 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38182.8
Current children cumulated vsize (KiB) 8135448

[startup+4842.3 s]
/proc/loadavg: 8.02 8.08 8.02 9/438 22163
/proc/meminfo: memFree=17990348/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=8135448 CPUtime=38661.8 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 34957600 0 0 0 3859980 6204 0 0 25 0 8 0 784713837 8330698752 1781217 33554432000 4194304 4625164 140734242879504 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 2033862 1781217 390 106 0 2029365 0
[pid=22011/tid=22013] ppid=22009 vsize=8135448 CPUtime=4842 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 333645 0 0 0 484130 70 0 0 25 0 8 0 784713886 8330698752 1781217 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=8135448 CPUtime=4841.85 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 76623 0 0 0 484166 19 0 0 25 0 8 0 784713886 8330698752 1781217 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=8135448 CPUtime=4770.32 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 32793541 0 0 0 471314 5718 0 0 25 0 8 0 784713886 8330698752 1781217 33554432000 4194304 4625164 140734242879504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=8135448 CPUtime=4841.99 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 258909 0 0 0 484139 60 0 0 25 0 8 0 784713887 8330698752 1781217 33554432000 4194304 4625164 140734242879504 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=8135448 CPUtime=4842 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 101860 0 0 0 484177 23 0 0 25 0 8 0 784713887 8330698752 1781217 33554432000 4194304 4625164 140734242879504 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=8135448 CPUtime=4840.66 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 127221 0 0 0 484030 36 0 0 25 0 8 0 784713887 8330698752 1781217 33554432000 4194304 4625164 140734242879504 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=8135448 CPUtime=4840.51 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 338667 0 0 0 483989 62 0 0 25 0 8 0 784713887 8330698752 1781217 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38661.8
Current children cumulated vsize (KiB) 8135448

[startup+4902.3 s]
/proc/loadavg: 8.00 8.06 8.02 9/438 22164
/proc/meminfo: memFree=17969604/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=8135448 CPUtime=39141 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 35189803 0 0 0 3907842 6254 0 0 25 0 8 0 784713837 8330698752 1786475 33554432000 4194304 4625164 140734242879504 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 2033862 1786475 382 106 0 2029365 0
[pid=22011/tid=22013] ppid=22009 vsize=8135448 CPUtime=4902 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 333662 0 0 0 490130 70 0 0 25 0 8 0 784713886 8330698752 1786475 33554432000 4194304 4625164 140734242879504 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=8135448 CPUtime=4901.86 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 76643 0 0 0 490167 19 0 0 25 0 8 0 784713886 8330698752 1786475 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=8135448 CPUtime=4829.44 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 33025402 0 0 0 477177 5767 0 0 25 0 8 0 784713886 8330698752 1786475 33554432000 4194304 4625164 140734242879504 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=8135448 CPUtime=4902 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 258927 0 0 0 490140 60 0 0 25 0 8 0 784713887 8330698752 1786475 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=8135448 CPUtime=4902 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 101904 0 0 0 490177 23 0 0 25 0 8 0 784713887 8330698752 1786475 33554432000 4194304 4625164 140734242879504 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=8135448 CPUtime=4900.66 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 127238 0 0 0 490030 36 0 0 25 0 8 0 784713887 8330698752 1786475 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=8135448 CPUtime=4900.49 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 338683 0 0 0 489987 62 0 0 25 0 8 0 784713887 8330698752 1786475 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39141
Current children cumulated vsize (KiB) 8135448

[startup+4962.3 s]
/proc/loadavg: 8.05 8.06 8.02 9/438 22166
/proc/meminfo: memFree=17962004/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=8135448 CPUtime=39620.1 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 35413408 0 0 0 3955706 6301 0 0 25 0 8 0 784713837 8330698752 1788134 33554432000 4194304 4625164 140734242879504 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 2033862 1788134 348 106 0 2029365 0
[pid=22011/tid=22013] ppid=22009 vsize=8135448 CPUtime=4962 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 333684 0 0 0 496130 70 0 0 25 0 8 0 784713886 8330698752 1788134 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=8135448 CPUtime=4961.86 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 76671 0 0 0 496167 19 0 0 25 0 8 0 784713886 8330698752 1788134 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=8135448 CPUtime=4888.54 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 33248654 0 0 0 483040 5814 0 0 25 0 8 0 784713886 8330698752 1788134 33554432000 4194304 4625164 140734242879504 18446744073709551615 4552300 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=8135448 CPUtime=4962 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 258944 0 0 0 496140 60 0 0 25 0 8 0 784713887 8330698752 1788134 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=8135448 CPUtime=4962 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 101930 0 0 0 496177 23 0 0 25 0 8 0 784713887 8330698752 1788134 33554432000 4194304 4625164 140734242879504 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=8135448 CPUtime=4960.66 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 127269 0 0 0 496030 36 0 0 25 0 8 0 784713887 8330698752 1788134 33554432000 4194304 4625164 140734242879504 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=8135448 CPUtime=4960.48 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 338699 0 0 0 495986 62 0 0 25 0 8 0 784713887 8330698752 1788134 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39620.1
Current children cumulated vsize (KiB) 8135448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009.9 s]
/proc/loadavg: 8.08 8.06 8.02 9/438 22167
/proc/meminfo: memFree=17948836/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=8200984 CPUtime=40000.3 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) R 22009 22011 21985 0 -1 4202496 35600178 0 0 0 3993688 6338 0 0 25 0 8 0 784713837 8397807616 1791524 33554432000 4194304 4625164 140734242879504 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 2050246 1791524 348 106 0 2045749 0
[pid=22011/tid=22013] ppid=22009 vsize=8200984 CPUtime=5009.62 cores=0-7
/proc/22011/task/22013/stat : 22013 (SArTagnan) R 22009 22011 21985 0 -1 4202560 333700 0 0 0 500892 70 0 0 25 0 8 0 784713886 8397807616 1791524 33554432000 4194304 4625164 140734242879504 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22011/tid=22014] ppid=22009 vsize=8200984 CPUtime=5009.48 cores=0-7
/proc/22011/task/22014/stat : 22014 (SArTagnan) R 22009 22011 21985 0 -1 4202560 76702 0 0 0 500929 19 0 0 25 0 8 0 784713886 8397807616 1791524 33554432000 4194304 4625164 140734242879504 18446744073709551615 4330810 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=8200984 CPUtime=4935.43 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4202560 33435124 0 0 0 487693 5850 0 0 25 0 8 0 784713886 8397807616 1791524 33554432000 4194304 4625164 140734242879504 18446744073709551615 4579356 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22011/tid=22016] ppid=22009 vsize=8200984 CPUtime=5009.62 cores=0-7
/proc/22011/task/22016/stat : 22016 (SArTagnan) R 22009 22011 21985 0 -1 4202560 258959 0 0 0 500902 60 0 0 25 0 8 0 784713887 8397807616 1791524 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22011/tid=22017] ppid=22009 vsize=8200984 CPUtime=5009.62 cores=0-7
/proc/22011/task/22017/stat : 22017 (SArTagnan) R 22009 22011 21985 0 -1 4202560 101965 0 0 0 500939 23 0 0 25 0 8 0 784713887 8397807616 1791524 33554432000 4194304 4625164 140734242879504 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22011/tid=22018] ppid=22009 vsize=8200984 CPUtime=5008.28 cores=0-7
/proc/22011/task/22018/stat : 22018 (SArTagnan) R 22009 22011 21985 0 -1 4202560 127289 0 0 0 500792 36 0 0 25 0 8 0 784713887 8397807616 1791524 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22011/tid=22019] ppid=22009 vsize=8200984 CPUtime=5008.09 cores=0-7
/proc/22011/task/22019/stat : 22019 (SArTagnan) R 22009 22011 21985 0 -1 4202560 338717 0 0 0 500747 62 0 0 25 0 8 0 784713887 8397807616 1791524 33554432000 4194304 4625164 140734242879504 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 8200984

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

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

[startup+5010.2 s]
/proc/loadavg: 8.08 8.06 8.02 9/438 22167
/proc/meminfo: memFree=17948836/32951124 swapFree=50923800/67111528
[pid=22011] ppid=22009 vsize=0 CPUtime=40000.6 cores=0-7
/proc/22011/stat : 22011 (SArTagnan) Z 22009 22011 21985 0 -1 4203548 35600550 0 0 0 3993695 6365 0 0 25 0 2 0 784713837 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22011/statm: 0 0 0 0 0 0 0
[pid=22011/tid=22015] ppid=22009 vsize=0 CPUtime=4935.71 cores=0-7
/proc/22011/task/22015/stat : 22015 (SArTagnan) R 22009 22011 21985 0 -1 4203588 33435496 0 0 0 487693 5878 0 0 25 0 2 0 784713886 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.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.23
CPU time (s): 40000.6
CPU user time (s): 39937
CPU system time (s): 63.6823
CPU usage (%): 798.38
Max. virtual memory (cumulated for all children) (KiB): 8200984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39937
system time used= 63.6823
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35600550
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= 1984
involuntary context switches= 182220

runsolver used 18.9431 second user time and 55.1446 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-01 12:09:42
IDJOB=3438756
IDBENCH=83166
IDSOLVER=1936
FILE ID=node143/3438756-1306922982
RUNJOBID= node143-1306922982-21999
PBS_JOBID= 13488554
Free space on /tmp= 73864 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x40.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438756-1306922982/watcher-3438756-1306922982 -o /tmp/evaluation-result-3438756-1306922982/solver-3438756-1306922982 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438756-1306922982.cnf -threads=8

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

MD5SUM BENCH= 65a5698edfd6f3a12089595d81c196e3
RANDOM SEED=1724767608

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25129188 kB
Buffers:        160340 kB
Cached:         178900 kB
SwapCached:       9140 kB
Active:        7319048 kB
Inactive:       229048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25129188 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:           16308 kB
Writeback:           4 kB
AnonPages:     7206012 kB
Mapped:          20976 kB
Slab:           122308 kB
PageTables:      79712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115658832 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= 73864 MiB
End job on node143 at 2011-06-01 13:33:14