Trace number 3710160

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.45 1780.64

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-410184650-max.opb
MD5SUM8dbba4128860c0dcf60d2ae6d42e2446
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20501
Total number of constraints60601
Number of constraints which are clauses60600
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376818271167362115627974489459407595858486846194981300150535267275
Number of bits of the biggest sum of numbers301
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.29	c See www.sat4j.org for details.
0.03/0.29	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.29	c version 2.3.2.v20120418
0.03/0.29	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.29	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.29	c java.vm.version	19.1-b02
0.03/0.29	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.29	c sun.arch.data.model	64
0.03/0.29	c java.version		1.6.0_24
0.03/0.29	c os.name		Linux
0.03/0.29	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.29	c os.arch		amd64
0.03/0.29	c Free memory 		501472288
0.03/0.29	c Max memory 		7480803328
0.03/0.29	c Total memory 		504102912
0.03/0.29	c Number of processors 	8
0.09/0.34	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.34	c configuring ORDERS
0.09/0.35	c --- Begin Solver configuration ---
0.09/0.35	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.35	c Learn all clauses as in MiniSAT
0.09/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.35	c Expensive reason simplification
0.09/0.35	c Armin Biere (Picosat) restarts strategy
0.09/0.35	c Glucose learned constraints deletion strategy
0.09/0.35	c timeout=2147483s
0.09/0.35	c DB Simplification allowed=true
0.09/0.35	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.35	c --- End Solver configuration ---
0.09/0.35	c solving HOME/instance-3710160-1338156758.opb
0.09/0.35	c reading problem ... 
1.33/1.01	c ... done. Wall clock time 0.66s.
1.33/1.01	c declared #vars     20501
1.33/1.01	c #constraints  60602
1.33/1.01	c constraints type 
1.33/1.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20200
1.33/1.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40400
1.33/1.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.33/1.01	c 60602 constraints processed.
194.53/192.85	c cleaning 2492 clauses out of 5001 with flag 5001/5001
390.42/388.33	c cleaning 4254 clauses out of 8511 with flag 11003/11003
549.25/546.12	c cleaning 5625 clauses out of 11256 with flag 18002/18002
795.95/789.64	c cleaning 6810 clauses out of 13629 with flag 26000/26000
1800.02/1780.61	c starts		: 55
1800.02/1780.61	c conflicts		: 31699
1800.02/1780.61	c decisions		: 65068
1800.02/1780.61	c propagations		: 9424492
1800.02/1780.61	c inspects		: 61804170
1800.02/1780.61	c shortcuts		: 0
1800.02/1780.61	c learnt literals	: 0
1800.02/1780.61	c learnt binary clauses	: 4
1800.02/1780.61	c learnt ternary clauses	: 5
1800.02/1780.61	c learnt constraints	: 31699
1800.02/1780.61	c ignored constraints	: 0
1800.02/1780.61	c root simplifications	: 55
1800.02/1780.61	c removed literals (reason simplification)	: 195202944
1800.02/1780.61	c reason swapping (by a shorter reason)	: 0
1800.02/1780.61	c Calls to reduceDB	: 4
1800.02/1780.61	c number of reductions to clauses (during analyze)	: 0
1800.02/1780.61	c number of learned constraints concerned by reduction	: 0
1800.02/1780.61	c number of learning phase by resolution	: 0
1800.02/1780.61	c number of learning phase by cutting planes	: 0
1800.02/1780.61	c speed (assignments/second)	: 5295.919198775889
1800.02/1780.61	c non guided choices	14665
1800.02/1780.62	c learnt constraints type 
1800.02/1780.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.02/1780.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12514
1800.02/1780.62	c constraints type 
1800.02/1780.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20200
1800.02/1780.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40400
1800.02/1780.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1780.62	c 60602 constraints processed.
1800.02/1780.62	s UNKNOWN
1800.02/1780.62	c Total wall clock time (in seconds): 1780.267

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710160-1338156758/watcher-3710160-1338156758 -o /tmp/evaluation-result-3710160-1338156758/solver-3710160-1338156758 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710160-1338156758.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.18 1.75 1.91 3/173 13013
/proc/meminfo: memFree=31170396/32873844 swapFree=7372/7372
[pid=13013] ppid=13011 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/13013/stat : 13013 (java) D 13011 13013 12979 0 -1 4202496 81 0 1 0 0 0 0 0 20 0 1 0 281801907 278528 33 33554432000 1073741824 1073778376 140735465017392 140735465014568 251022896423 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/13013/statm: 68 33 25 9 0 25 0

[startup+0.053361 s]
/proc/loadavg: 1.18 1.75 1.91 3/173 13013
/proc/meminfo: memFree=31170396/32873844 swapFree=7372/7372
[pid=13013] ppid=13011 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13013/stat : 13013 (java) R 13011 13013 12979 0 -1 4202496 911 0 6 0 0 0 0 0 20 0 1 0 281801907 23793664 643 33554432000 1073741824 1073778376 140735137072576 140735137062568 251022850625 0 0 4096 0 0 0 0 17 7 0 0 2 0 0
/proc/13013/statm: 5809 643 476 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100264 s]
/proc/loadavg: 1.18 1.75 1.91 3/173 13013
/proc/meminfo: memFree=31170396/32873844 swapFree=7372/7372
[pid=13013] ppid=13011 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13013/stat : 13013 (java) D 13011 13013 12979 0 -1 4202496 1060 0 19 0 0 0 0 0 20 0 1 0 281801907 23793664 805 33554432000 1073741824 1073778376 140735137072576 140735137062568 140049114952464 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 6 0 0
/proc/13013/statm: 5809 805 599 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.30029 s]
/proc/loadavg: 1.18 1.75 1.91 3/173 13013
/proc/meminfo: memFree=31170396/32873844 swapFree=7372/7372
[pid=13013] ppid=13011 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/13013/stat : 13013 (java) S 13011 13013 12979 0 -1 4202496 3738 0 30 0 7 2 0 0 20 0 18 0 281801907 9787842560 4974 33554432000 1073741824 1073778376 140735137072576 140735137063712 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/13013/statm: 2389610 4988 1984 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.700255 s]
/proc/loadavg: 1.18 1.75 1.91 3/173 13013
/proc/meminfo: memFree=31170396/32873844 swapFree=7372/7372
[pid=13013] ppid=13011 vsize=9558440 CPUtime=0.87 cores=1,3,5,7
/proc/13013/stat : 13013 (java) S 13011 13013 12979 0 -1 4202496 7695 0 31 0 82 5 0 0 20 0 18 0 281801907 9787842560 21868 33554432000 1073741824 1073778376 140735137072576 140735137063712 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/13013/statm: 2389610 21868 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 9558440

[startup+1.50071 s]
/proc/loadavg: 1.18 1.75 1.91 6/211 13058
/proc/meminfo: memFree=30935968/32873844 swapFree=7372/7372
[pid=13013] ppid=13011 vsize=9625004 CPUtime=2.39 cores=1,3,5,7
/proc/13013/stat : 13013 (java) S 13011 13013 12979 0 -1 4202496 9009 0 31 0 228 11 0 0 20 0 19 0 281801907 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140735137063712 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/13013/statm: 2406251 46631 2274 9 0 2396937 0
[pid=13013/tid=13015] ppid=13011 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/13013/task/13015/stat : 13015 (java) R 13011 13013 12979 0 -1 4202560 2545 0 7 0 114 4 0 0 20 0 19 0 281801918 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140049109306560 140048968793616 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0
[pid=13013/tid=13016] ppid=13011 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/13013/task/13016/stat : 13016 (java) S 13011 13013 12979 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281801921 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140049087408552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13017] ppid=13011 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13013/task/13017/stat : 13017 (java) S 13011 13013 12979 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 281801921 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048884296232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13018] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13018/stat : 13018 (java) S 13011 13013 12979 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281801921 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048883243176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13019] ppid=13011 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13013/task/13019/stat : 13019 (java) S 13011 13013 12979 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 281801921 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048882190632 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13020] ppid=13011 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/13013/task/13020/stat : 13020 (java) S 13011 13013 12979 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281801921 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048881138600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13021] ppid=13011 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/13013/task/13021/stat : 13021 (java) S 13011 13013 12979 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 281801921 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048880086056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13022] ppid=13011 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/13013/task/13022/stat : 13022 (java) S 13011 13013 12979 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281801921 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048879033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13023] ppid=13011 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/13013/task/13023/stat : 13023 (java) S 13011 13013 12979 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 281801921 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048877980456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13024] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13024/stat : 13024 (java) S 13011 13013 12979 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 281801924 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048865782120 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13025] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13025/stat : 13025 (java) S 13011 13013 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048864728440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13026] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13026/stat : 13026 (java) S 13011 13013 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048863675272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13027] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13027/stat : 13027 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048862624016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13028] ppid=13011 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/13013/task/13028/stat : 13028 (java) S 13011 13013 12979 0 -1 4202560 2532 0 0 0 45 2 0 0 20 0 19 0 281801931 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048861571896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13029] ppid=13011 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/13013/task/13029/stat : 13029 (java) S 13011 13013 12979 0 -1 4202560 2609 0 1 0 47 0 0 0 20 0 19 0 281801931 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048860519352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13030] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13030/stat : 13030 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048859466488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13031] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13031/stat : 13031 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 46631 33554432000 1073741824 1073778376 140735137072576 140048858414152 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625004

[startup+3.10081 s]
/proc/loadavg: 1.18 1.75 1.91 3/212 13059
/proc/meminfo: memFree=30544852/32873844 swapFree=7372/7372
[pid=13013] ppid=13011 vsize=9625004 CPUtime=4.25 cores=1,3,5,7
/proc/13013/stat : 13013 (java) S 13011 13013 12979 0 -1 4202496 10011 0 31 0 405 20 0 0 20 0 19 0 281801907 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140735137063712 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/13013/statm: 2406251 105644 2275 9 0 2396937 0
[pid=13013/tid=13015] ppid=13011 vsize=9625004 CPUtime=2.73 cores=1,3,5,7
/proc/13013/task/13015/stat : 13015 (java) R 13011 13013 12979 0 -1 4202560 2644 0 7 0 264 9 0 0 20 0 19 0 281801918 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140049109307384 140048968986192 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0
[pid=13013/tid=13016] ppid=13011 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13013/task/13016/stat : 13016 (java) S 13011 13013 12979 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 281801921 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140049087408552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13017] ppid=13011 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/13013/task/13017/stat : 13017 (java) S 13011 13013 12979 0 -1 4202560 17 0 0 0 3 2 0 0 20 0 19 0 281801921 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048884296232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13018] ppid=13011 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13013/task/13018/stat : 13018 (java) S 13011 13013 12979 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 281801921 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048883243176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13019] ppid=13011 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13013/task/13019/stat : 13019 (java) S 13011 13013 12979 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 281801921 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048882190632 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13020] ppid=13011 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/13013/task/13020/stat : 13020 (java) S 13011 13013 12979 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 19 0 281801921 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048881138600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13021] ppid=13011 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/13013/task/13021/stat : 13021 (java) S 13011 13013 12979 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 19 0 281801921 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048880086056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13022] ppid=13011 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/13013/task/13022/stat : 13022 (java) S 13011 13013 12979 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 281801921 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048879033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13023] ppid=13011 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/13013/task/13023/stat : 13023 (java) S 13011 13013 12979 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 281801921 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048877980456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13024] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13024/stat : 13024 (java) S 13011 13013 12979 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 19 0 281801924 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048865782120 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13025] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13025/stat : 13025 (java) S 13011 13013 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048864728440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13026] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13026/stat : 13026 (java) S 13011 13013 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048863675272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13027] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13027/stat : 13027 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048862624016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13028] ppid=13011 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/13013/task/13028/stat : 13028 (java) S 13011 13013 12979 0 -1 4202560 2959 0 0 0 58 2 0 0 20 0 19 0 281801931 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048861571896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13029] ppid=13011 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/13013/task/13029/stat : 13029 (java) S 13011 13013 12979 0 -1 4202560 2892 0 1 0 49 0 0 0 20 0 19 0 281801931 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048860519352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13030] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13030/stat : 13030 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048859466488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13031] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13031/stat : 13031 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048858414152 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13059] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13059/stat : 13059 (java) S 13011 13013 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281802011 9856004096 105644 33554432000 1073741824 1073778376 140735137072576 140048857297960 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625004

[startup+6.30076 s]
/proc/loadavg: 1.25 1.75 1.91 9/213 13060
/proc/meminfo: memFree=30154300/32873844 swapFree=7372/7372
[pid=13013] ppid=13011 vsize=9625004 CPUtime=7.65 cores=1,3,5,7
/proc/13013/stat : 13013 (java) S 13011 13013 12979 0 -1 4202496 10466 0 31 0 735 30 0 0 20 0 19 0 281801907 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140735137063712 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/13013/statm: 2406251 151979 2275 9 0 2396937 0
[pid=13013/tid=13015] ppid=13011 vsize=9625004 CPUtime=5.87 cores=1,3,5,7
/proc/13013/task/13015/stat : 13015 (java) R 13011 13013 12979 0 -1 4202560 2718 0 7 0 576 11 0 0 20 0 19 0 281801918 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140049109307880 140048968986063 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0
[pid=13013/tid=13016] ppid=13011 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/13013/task/13016/stat : 13016 (java) S 13011 13013 12979 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 19 0 281801921 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140049087408552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13017] ppid=13011 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/13013/task/13017/stat : 13017 (java) S 13011 13013 12979 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 19 0 281801921 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048884296232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13018] ppid=13011 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/13013/task/13018/stat : 13018 (java) S 13011 13013 12979 0 -1 4202560 21 0 0 0 4 2 0 0 20 0 19 0 281801921 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048883243176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13019] ppid=13011 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/13013/task/13019/stat : 13019 (java) S 13011 13013 12979 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 281801921 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048882190632 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13020] ppid=13011 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/13013/task/13020/stat : 13020 (java) S 13011 13013 12979 0 -1 4202560 31 0 0 0 3 3 0 0 20 0 19 0 281801921 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048881138600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13021] ppid=13011 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/13013/task/13021/stat : 13021 (java) S 13011 13013 12979 0 -1 4202560 32 0 0 0 4 3 0 0 20 0 19 0 281801921 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048880086056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13022] ppid=13011 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/13013/task/13022/stat : 13022 (java) S 13011 13013 12979 0 -1 4202560 35 0 0 0 4 3 0 0 20 0 19 0 281801921 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048879033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13023] ppid=13011 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/13013/task/13023/stat : 13023 (java) S 13011 13013 12979 0 -1 4202560 41 0 0 0 6 3 0 0 20 0 19 0 281801921 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048877980456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13024] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13024/stat : 13024 (java) S 13011 13013 12979 0 -1 4202560 452 0 0 0 0 0 0 0 20 0 19 0 281801924 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048865782120 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13025] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13025/stat : 13025 (java) S 13011 13013 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048864728440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13026] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13026/stat : 13026 (java) S 13011 13013 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048863675272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13027] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13027/stat : 13027 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048862624016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13028] ppid=13011 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/13013/task/13028/stat : 13028 (java) S 13011 13013 12979 0 -1 4202560 2959 0 0 0 59 2 0 0 20 0 19 0 281801931 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048861571896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13029] ppid=13011 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/13013/task/13029/stat : 13029 (java) S 13011 13013 12979 0 -1 4202560 2938 0 1 0 53 0 0 0 20 0 19 0 281801931 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048860519352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13030] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13030/stat : 13030 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048859466488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13031] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13031/stat : 13031 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048858414152 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13059] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13059/stat : 13059 (java) S 13011 13013 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281802011 9856004096 151979 33554432000 1073741824 1073778376 140735137072576 140048857297960 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 1.31 1.75 1.91 7/213 13060
/proc/meminfo: memFree=27859660/32873844 swapFree=7372/7372

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

[pid=13013/tid=13021] ppid=13011 vsize=9625004 CPUtime=2.93 cores=1,3,5,7
/proc/13013/task/13021/stat : 13021 (java) S 13011 13013 12979 0 -1 4202560 85 0 0 0 286 7 0 0 20 0 19 0 281801921 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048880086056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13022] ppid=13011 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/13013/task/13022/stat : 13022 (java) S 13011 13013 12979 0 -1 4202560 129 0 0 0 291 11 0 0 20 0 19 0 281801921 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048879033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13023] ppid=13011 vsize=9625004 CPUtime=2.91 cores=1,3,5,7
/proc/13013/task/13023/stat : 13023 (java) S 13011 13013 12979 0 -1 4202560 91 0 0 0 283 8 0 0 20 0 19 0 281801921 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048877980456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13024] ppid=13011 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/13013/task/13024/stat : 13024 (java) S 13011 13013 12979 0 -1 4202560 2667 0 0 0 47 11 0 0 20 0 19 0 281801924 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048865782120 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13025] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13025/stat : 13025 (java) S 13011 13013 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048864728440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13026] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13026/stat : 13026 (java) S 13011 13013 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048863675272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13027] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13027/stat : 13027 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048862624016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13028] ppid=13011 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/13013/task/13028/stat : 13028 (java) S 13011 13013 12979 0 -1 4202560 2974 0 0 0 65 2 0 0 20 0 19 0 281801931 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048861571896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13029] ppid=13011 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/13013/task/13029/stat : 13029 (java) S 13011 13013 12979 0 -1 4202560 3352 0 1 0 61 0 0 0 20 0 19 0 281801931 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048860519352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13030] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13030/stat : 13030 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048859466488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13031] ppid=13011 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/13013/task/13031/stat : 13031 (java) S 13011 13013 12979 0 -1 4202560 93 0 0 0 23 24 0 0 20 0 19 0 281801931 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048858414152 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13059] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13059/stat : 13059 (java) S 13011 13013 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281802011 9856004096 594406 33554432000 1073741824 1073778376 140735137072576 140048857297960 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1619.3
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/214 13075
/proc/meminfo: memFree=26344360/32873844 swapFree=7372/7372
[pid=13013] ppid=13011 vsize=9625004 CPUtime=1680.19 cores=1,3,5,7
/proc/13013/stat : 13013 (java) S 13011 13013 12979 0 -1 4202496 16082 0 31 0 167862 157 0 0 20 0 19 0 281801907 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140735137063712 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/13013/statm: 2406251 593749 2290 9 0 2396937 0
[pid=13013/tid=13015] ppid=13011 vsize=9625004 CPUtime=1652.84 cores=1,3,5,7
/proc/13013/task/13015/stat : 13015 (java) R 13011 13013 12979 0 -1 4202560 5077 0 7 0 165210 74 0 0 20 0 19 0 281801918 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140049109306576 140048968984360 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0
[pid=13013/tid=13016] ppid=13011 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/13013/task/13016/stat : 13016 (java) S 13011 13013 12979 0 -1 4202560 97 0 0 0 296 10 0 0 20 0 19 0 281801921 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140049087408552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13017] ppid=13011 vsize=9625004 CPUtime=3.2 cores=1,3,5,7
/proc/13013/task/13017/stat : 13017 (java) S 13011 13013 12979 0 -1 4202560 82 0 0 0 311 9 0 0 20 0 19 0 281801921 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048884296232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13018] ppid=13011 vsize=9625004 CPUtime=3.16 cores=1,3,5,7
/proc/13013/task/13018/stat : 13018 (java) S 13011 13013 12979 0 -1 4202560 79 0 0 0 307 9 0 0 20 0 19 0 281801921 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048883243176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13019] ppid=13011 vsize=9625004 CPUtime=3.13 cores=1,3,5,7
/proc/13013/task/13019/stat : 13019 (java) S 13011 13013 12979 0 -1 4202560 72 0 0 0 307 6 0 0 20 0 19 0 281801921 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048882190632 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13020] ppid=13011 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/13013/task/13020/stat : 13020 (java) S 13011 13013 12979 0 -1 4202560 115 0 0 0 315 10 0 0 20 0 19 0 281801921 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048881138600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13021] ppid=13011 vsize=9625004 CPUtime=3.11 cores=1,3,5,7
/proc/13013/task/13021/stat : 13021 (java) S 13011 13013 12979 0 -1 4202560 85 0 0 0 304 7 0 0 20 0 19 0 281801921 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048880086056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13022] ppid=13011 vsize=9625004 CPUtime=3.16 cores=1,3,5,7
/proc/13013/task/13022/stat : 13022 (java) S 13011 13013 12979 0 -1 4202560 129 0 0 0 305 11 0 0 20 0 19 0 281801921 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048879033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13023] ppid=13011 vsize=9625004 CPUtime=3.07 cores=1,3,5,7
/proc/13013/task/13023/stat : 13023 (java) S 13011 13013 12979 0 -1 4202560 91 0 0 0 298 9 0 0 20 0 19 0 281801921 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048877980456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13024] ppid=13011 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/13013/task/13024/stat : 13024 (java) S 13011 13013 12979 0 -1 4202560 2669 0 0 0 48 12 0 0 20 0 19 0 281801924 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048865782120 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13025] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13025/stat : 13025 (java) S 13011 13013 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048864728440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13026] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13026/stat : 13026 (java) S 13011 13013 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048863675272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13027] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13027/stat : 13027 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048862624016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13028] ppid=13011 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/13013/task/13028/stat : 13028 (java) S 13011 13013 12979 0 -1 4202560 2974 0 0 0 65 2 0 0 20 0 19 0 281801931 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048861571896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13029] ppid=13011 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/13013/task/13029/stat : 13029 (java) S 13011 13013 12979 0 -1 4202560 3352 0 1 0 61 0 0 0 20 0 19 0 281801931 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048860519352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13030] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13030/stat : 13030 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048859466488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13031] ppid=13011 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/13013/task/13031/stat : 13031 (java) S 13011 13013 12979 0 -1 4202560 95 0 0 0 23 25 0 0 20 0 19 0 281801931 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048858414152 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13059] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13059/stat : 13059 (java) S 13011 13013 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281802011 9856004096 593749 33554432000 1073741824 1073778376 140735137072576 140048857297960 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1680.19
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/213 13076
/proc/meminfo: memFree=26348012/32873844 swapFree=7372/7372
[pid=13013] ppid=13011 vsize=9625004 CPUtime=1741.02 cores=1,3,5,7
/proc/13013/stat : 13013 (java) S 13011 13013 12979 0 -1 4202496 16150 0 31 0 173943 159 0 0 20 0 19 0 281801907 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140735137063712 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/13013/statm: 2406251 592931 2290 9 0 2396937 0
[pid=13013/tid=13015] ppid=13011 vsize=9625004 CPUtime=1712.43 cores=1,3,5,7
/proc/13013/task/13015/stat : 13015 (java) R 13011 13013 12979 0 -1 4202560 5137 0 7 0 171168 75 0 0 20 0 19 0 281801918 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140049109306576 140048968840582 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0
[pid=13013/tid=13016] ppid=13011 vsize=9625004 CPUtime=3.2 cores=1,3,5,7
/proc/13013/task/13016/stat : 13016 (java) S 13011 13013 12979 0 -1 4202560 97 0 0 0 310 10 0 0 20 0 19 0 281801921 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140049087408552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13017] ppid=13011 vsize=9625004 CPUtime=3.34 cores=1,3,5,7
/proc/13013/task/13017/stat : 13017 (java) S 13011 13013 12979 0 -1 4202560 82 0 0 0 325 9 0 0 20 0 19 0 281801921 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048884296232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13018] ppid=13011 vsize=9625004 CPUtime=3.32 cores=1,3,5,7
/proc/13013/task/13018/stat : 13018 (java) S 13011 13013 12979 0 -1 4202560 79 0 0 0 323 9 0 0 20 0 19 0 281801921 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048883243176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13019] ppid=13011 vsize=9625004 CPUtime=3.3 cores=1,3,5,7
/proc/13013/task/13019/stat : 13019 (java) S 13011 13013 12979 0 -1 4202560 72 0 0 0 324 6 0 0 20 0 19 0 281801921 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048882190632 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13020] ppid=13011 vsize=9625004 CPUtime=3.4 cores=1,3,5,7
/proc/13013/task/13020/stat : 13020 (java) S 13011 13013 12979 0 -1 4202560 115 0 0 0 330 10 0 0 20 0 19 0 281801921 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048881138600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13021] ppid=13011 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/13013/task/13021/stat : 13021 (java) S 13011 13013 12979 0 -1 4202560 85 0 0 0 318 7 0 0 20 0 19 0 281801921 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048880086056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13022] ppid=13011 vsize=9625004 CPUtime=3.33 cores=1,3,5,7
/proc/13013/task/13022/stat : 13022 (java) S 13011 13013 12979 0 -1 4202560 129 0 0 0 322 11 0 0 20 0 19 0 281801921 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048879033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13023] ppid=13011 vsize=9625004 CPUtime=3.21 cores=1,3,5,7
/proc/13013/task/13023/stat : 13023 (java) S 13011 13013 12979 0 -1 4202560 91 0 0 0 312 9 0 0 20 0 19 0 281801921 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048877980456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13024] ppid=13011 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/13013/task/13024/stat : 13024 (java) S 13011 13013 12979 0 -1 4202560 2673 0 0 0 49 12 0 0 20 0 19 0 281801924 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048865782120 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13025] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13025/stat : 13025 (java) S 13011 13013 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048864728440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13026] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13026/stat : 13026 (java) S 13011 13013 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048863675272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13027] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13027/stat : 13027 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048862624016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13028] ppid=13011 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/13013/task/13028/stat : 13028 (java) S 13011 13013 12979 0 -1 4202560 2974 0 0 0 65 2 0 0 20 0 19 0 281801931 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048861571896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13029] ppid=13011 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/13013/task/13029/stat : 13029 (java) S 13011 13013 12979 0 -1 4202560 3352 0 1 0 61 0 0 0 20 0 19 0 281801931 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048860519352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13030] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13030/stat : 13030 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048859466488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13031] ppid=13011 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/13013/task/13031/stat : 13031 (java) S 13011 13013 12979 0 -1 4202560 99 0 0 0 24 26 0 0 20 0 19 0 281801931 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048858414152 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13059] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13059/stat : 13059 (java) S 13011 13013 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281802011 9856004096 592931 33554432000 1073741824 1073778376 140735137072576 140048857297960 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1741.02
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/213 13076
/proc/meminfo: memFree=26351180/32873844 swapFree=7372/7372
[pid=13013] ppid=13011 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/13013/stat : 13013 (java) S 13011 13013 12979 0 -1 4202496 16222 0 31 0 179841 161 0 0 20 0 19 0 281801907 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140735137063712 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/13013/statm: 2406251 592017 2290 9 0 2396937 0
[pid=13013/tid=13015] ppid=13011 vsize=9625004 CPUtime=1770.35 cores=1,3,5,7
/proc/13013/task/13015/stat : 13015 (java) R 13011 13013 12979 0 -1 4202560 5201 0 7 0 176959 76 0 0 20 0 19 0 281801918 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140049109306712 140048968840528 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0
[pid=13013/tid=13016] ppid=13011 vsize=9625004 CPUtime=3.33 cores=1,3,5,7
/proc/13013/task/13016/stat : 13016 (java) S 13011 13013 12979 0 -1 4202560 97 0 0 0 323 10 0 0 20 0 19 0 281801921 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140049087408552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13017] ppid=13011 vsize=9625004 CPUtime=3.47 cores=1,3,5,7
/proc/13013/task/13017/stat : 13017 (java) S 13011 13013 12979 0 -1 4202560 82 0 0 0 338 9 0 0 20 0 19 0 281801921 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048884296232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13018] ppid=13011 vsize=9625004 CPUtime=3.45 cores=1,3,5,7
/proc/13013/task/13018/stat : 13018 (java) S 13011 13013 12979 0 -1 4202560 79 0 0 0 336 9 0 0 20 0 19 0 281801921 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048883243176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13019] ppid=13011 vsize=9625004 CPUtime=3.45 cores=1,3,5,7
/proc/13013/task/13019/stat : 13019 (java) S 13011 13013 12979 0 -1 4202560 72 0 0 0 338 7 0 0 20 0 19 0 281801921 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048882190632 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13020] ppid=13011 vsize=9625004 CPUtime=3.52 cores=1,3,5,7
/proc/13013/task/13020/stat : 13020 (java) S 13011 13013 12979 0 -1 4202560 115 0 0 0 342 10 0 0 20 0 19 0 281801921 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048881138600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13021] ppid=13011 vsize=9625004 CPUtime=3.38 cores=1,3,5,7
/proc/13013/task/13021/stat : 13021 (java) S 13011 13013 12979 0 -1 4202560 85 0 0 0 331 7 0 0 20 0 19 0 281801921 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048880086056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13022] ppid=13011 vsize=9625004 CPUtime=3.46 cores=1,3,5,7
/proc/13013/task/13022/stat : 13022 (java) S 13011 13013 12979 0 -1 4202560 129 0 0 0 334 12 0 0 20 0 19 0 281801921 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048879033000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13013/tid=13023] ppid=13011 vsize=9625004 CPUtime=3.35 cores=1,3,5,7
/proc/13013/task/13023/stat : 13023 (java) S 13011 13013 12979 0 -1 4202560 91 0 0 0 326 9 0 0 20 0 19 0 281801921 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048877980456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13024] ppid=13011 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/13013/task/13024/stat : 13024 (java) S 13011 13013 12979 0 -1 4202560 2677 0 0 0 50 12 0 0 20 0 19 0 281801924 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048865782120 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13025] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13025/stat : 13025 (java) S 13011 13013 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048864728440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13026] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13026/stat : 13026 (java) S 13011 13013 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281801926 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048863675272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13027] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13027/stat : 13027 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048862624016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13013/tid=13028] ppid=13011 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/13013/task/13028/stat : 13028 (java) S 13011 13013 12979 0 -1 4202560 2974 0 0 0 65 2 0 0 20 0 19 0 281801931 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048861571896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13029] ppid=13011 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/13013/task/13029/stat : 13029 (java) S 13011 13013 12979 0 -1 4202560 3352 0 1 0 61 0 0 0 20 0 19 0 281801931 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048860519352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13030] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13030/stat : 13030 (java) S 13011 13013 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801931 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048859466488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13013/tid=13031] ppid=13011 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/13013/task/13031/stat : 13031 (java) S 13011 13013 12979 0 -1 4202560 103 0 0 0 25 26 0 0 20 0 19 0 281801931 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048858414152 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13013/tid=13059] ppid=13011 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/13013/task/13059/stat : 13059 (java) S 13011 13013 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281802011 9856004096 592017 33554432000 1073741824 1073778376 140735137072576 140048857297960 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1780.64
CPU time (s): 1800.45
CPU user time (s): 1798.42
CPU system time (s): 2.03469
CPU usage (%): 101.113
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 2.03469
maximum resident set size= 2812776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16255
page faults= 31
swaps= 0
block input operations= 28736
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82719
involuntary context switches= 107157

runsolver used 6.08108 second user time and 14.8917 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 00:12:38
IDJOB=3710160
IDBENCH=2987
IDSOLVER=2289
FILE ID=node118/3710160-1338156758
RUNJOBID= node118-1338156758-12996
PBS_JOBID= 14624527
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=200-sizeP=101-sizeQ=200-410184650-max.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710160-1338156758/watcher-3710160-1338156758 -o /tmp/evaluation-result-3710160-1338156758/solver-3710160-1338156758 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710160-1338156758.opb

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

MD5SUM BENCH= 8dbba4128860c0dcf60d2ae6d42e2446
RANDOM SEED=938988869

node118.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31171420 kB
Buffers:          368340 kB
Cached:           482984 kB
SwapCached:            0 kB
Active:           492384 kB
Inactive:         374696 kB
Active(anon):       5736 kB
Inactive(anon):    11324 kB
Active(file):     486648 kB
Inactive(file):   363372 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:         19968 kB
Mapped:            10892 kB
Shmem:               200 kB
Slab:             695184 kB
SReclaimable:     136488 kB
SUnreclaim:       558696 kB
KernelStack:        1384 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node118 at 2012-05-28 00:42:21