Trace number 3458001

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
Sat4j Resolution 2.3.0? (TO) 1800.2 1796.99

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_15.opb
MD5SUM3a49e9ca428303ad7abadc0455252e53
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.219966
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.02/0.11	c Pseudo Boolean Optimization
0.02/0.11	c --- Begin Solver configuration ---
0.02/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.02/0.11	c Learn all clauses as in MiniSAT
0.02/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.11	c Expensive reason simplification
0.02/0.11	c Armin Biere (Picosat) restarts strategy
0.02/0.11	c Glucose learned constraints deletion strategy
0.02/0.11	c timeout=2147483s
0.02/0.11	c DB Simplification allowed=false
0.02/0.11	c --- End Solver configuration ---
0.02/0.11	c solving HOME/instance-3458001-1307164421.opb
0.02/0.11	c reading problem ... 
1.34/0.66	c ... done. Wall clock time 0.547s.
1.34/0.66	c #vars     16722
1.34/0.66	c #constraints  32947
1.34/0.66	c constraints type 
1.34/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15722
1.34/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.34/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.34/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15722
7.73/6.56	c cleaning 2507 clauses out of 5013 with flag 5013/5013
15.63/14.39	c cleaning 4247 clauses out of 8494 with flag 11001/11001
26.04/24.73	c cleaning 5642 clauses out of 11283 with flag 18037/18037
48.06/46.78	c cleaning 6803 clauses out of 13606 with flag 26002/26002
70.89/69.57	c cleaning 7904 clauses out of 15808 with flag 35007/35007
111.61/110.21	c cleaning 9005 clauses out of 18010 with flag 45113/45113
151.72/150.34	c cleaning 9946 clauses out of 19892 with flag 56000/56000
195.95/194.53	c cleaning 11015 clauses out of 22029 with flag 68083/68083
257.96/256.57	c cleaning 11966 clauses out of 23931 with flag 81000/81000
300.18/298.73	c cleaning 12982 clauses out of 25966 with flag 95001/95001
369.79/368.32	c cleaning 13992 clauses out of 27983 with flag 110000/110000
449.13/447.67	c cleaning 15006 clauses out of 30012 with flag 126021/126021
512.17/510.67	c cleaning 16116 clauses out of 32232 with flag 143247/143247
589.70/588.13	c cleaning 16939 clauses out of 33878 with flag 161009/161009
673.04/671.43	c cleaning 17966 clauses out of 35931 with flag 180001/180001
757.51/755.85	c cleaning 18999 clauses out of 37997 with flag 200033/200033
795.24/793.56	c cleaning 19981 clauses out of 39966 with flag 221001/221001
843.43/841.63	c cleaning 20997 clauses out of 41998 with flag 243014/243014
893.75/891.94	c cleaning 21992 clauses out of 43988 with flag 266001/266001
942.52/940.67	c cleaning 23001 clauses out of 46006 with flag 290011/290011
982.05/980.13	c cleaning 23997 clauses out of 47997 with flag 315003/315003
1012.18/1010.25	c cleaning 25006 clauses out of 50016 with flag 341019/341019
1053.46/1051.40	c cleaning 25997 clauses out of 51997 with flag 368006/368006
1085.30/1083.30	c cleaning 26995 clauses out of 53994 with flag 396000/396000
1133.07/1130.93	c cleaning 28003 clauses out of 56009 with flag 425010/425010
1190.11/1188.01	c cleaning 28999 clauses out of 58002 with flag 455006/455006
1231.36/1229.12	c cleaning 30001 clauses out of 60006 with flag 486009/486009
1283.06/1280.71	c cleaning 31005 clauses out of 62013 with flag 518017/518017
1338.66/1336.20	c cleaning 31996 clauses out of 63995 with flag 551004/551004
1380.87/1378.35	c cleaning 32503 clauses out of 65009 with flag 584014/584014
1461.14/1458.51	c cleaning 32758 clauses out of 65527 with flag 617035/617035
1508.40/1505.76	c cleaning 32871 clauses out of 65745 with flag 650011/650011
1549.29/1546.55	c cleaning 32933 clauses out of 65869 with flag 683006/683006
1608.75/1605.94	c cleaning 32968 clauses out of 65940 with flag 716010/716010
1652.73/1649.80	c cleaning 32979 clauses out of 65962 with flag 749000/749000
1694.51/1691.58	c cleaning 32997 clauses out of 65998 with flag 782015/782015
1741.37/1738.32	c cleaning 32991 clauses out of 65986 with flag 815000/815000
1800.06/1796.92	c starts		: 171
1800.06/1796.92	c conflicts		: 842791
1800.06/1796.92	c decisions		: 3419987
1800.06/1796.92	c propagations		: 38590720
1800.06/1796.92	c inspects		: 2725635157
1800.06/1796.92	c shortcuts		: 0
1800.06/1796.92	c learnt literals	: 0
1800.06/1796.92	c learnt binary clauses	: 0
1800.06/1796.92	c learnt ternary clauses	: 37
1800.06/1796.92	c learnt constraints	: 842791
1800.06/1796.92	c ignored constraints	: 0
1800.06/1796.92	c root simplifications	: 0
1800.06/1796.92	c removed literals (reason simplification)	: 6394389
1800.06/1796.92	c reason swapping (by a shorter reason)	: 0
1800.06/1796.92	c Calls to reduceDB	: 37
1800.06/1796.92	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.92	c number of learned constraints concerned by reduction	: 0
1800.06/1796.92	c number of learning phase by resolution	: 0
1800.06/1796.92	c number of learning phase by cutting planes	: 0
1800.06/1796.92	c speed (assignments/second)	: 21483.843994239163
1800.06/1796.92	c non guided choices	16183
1800.06/1796.95	c learnt constraints type 
1800.06/1796.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60788
1800.06/1796.95	c constraints type 
1800.06/1796.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15722
1800.06/1796.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.06/1796.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.06/1796.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15722
1800.06/1796.95	s UNKNOWN
1800.06/1796.95	c Total wall clock time (in seconds): 1796.839

Verifier Data

ERROR: no interpretation 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-3458001-1307164421/watcher-3458001-1307164421 -o /tmp/evaluation-result-3458001-1307164421/solver-3458001-1307164421 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458001-1307164421.opb 

running on 4 cores: 0,2,4,6

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.92 2.02 2.00 5/526 4550
/proc/meminfo: memFree=22946288/32951124 swapFree=64303760/67111528
[pid=4550] ppid=4548 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/4550/stat : 4550 (java) S 4548 4550 4512 0 -1 4202496 1322 0 0 0 0 0 0 0 18 0 2 0 808857965 36646912 1024 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4550/statm: 8955 1025 789 9 0 386 0
[pid=4550/tid=4551] ppid=4548 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4551/stat : 4551 (java) R 4548 4550 4512 0 -1 4202560 8123 0 1 0 0 0 0 0 19 0 2 0 808857966 13850947584 8938 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0285389 s]
/proc/loadavg: 1.92 2.02 2.00 5/526 4550
/proc/meminfo: memFree=22946288/32951124 swapFree=64303760/67111528
[pid=4550] ppid=4548 vsize=13536868 CPUtime=0.02 cores=0,2,4,6
/proc/4550/stat : 4550 (java) S 4548 4550 4512 0 -1 4202496 12924 0 1 0 1 1 0 0 18 0 10 0 808857965 13861752832 12623 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4550/statm: 3384217 12630 1330 9 0 3374965 0
[pid=4550/tid=4551] ppid=4548 vsize=13536868 CPUtime=0.01 cores=0,2,4,6
/proc/4550/task/4551/stat : 4551 (java) R 4548 4550 4512 0 -1 4202560 11817 0 1 0 1 0 0 0 22 0 10 0 808857966 13861752832 12637 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 46912504009831 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13536868

[startup+0.116473 s]
/proc/loadavg: 1.92 2.02 2.00 5/526 4550
/proc/meminfo: memFree=22946288/32951124 swapFree=64303760/67111528
[pid=4550] ppid=4548 vsize=13621828 CPUtime=0.12 cores=0,2,4,6
/proc/4550/stat : 4550 (java) S 4548 4550 4512 0 -1 4202496 15807 0 1 0 11 1 0 0 18 0 18 0 808857965 13948751872 15476 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4550/statm: 3405457 15476 2134 9 0 3396191 0
[pid=4550/tid=4551] ppid=4548 vsize=13621828 CPUtime=0.1 cores=0,2,4,6
/proc/4550/task/4551/stat : 4551 (java) R 4548 4550 4512 0 -1 4202560 13805 0 1 0 9 1 0 0 22 0 18 0 808857966 13948751872 15476 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13621828

[startup+0.300432 s]
/proc/loadavg: 1.92 2.02 2.00 5/526 4550
/proc/meminfo: memFree=22946288/32951124 swapFree=64303760/67111528
[pid=4550] ppid=4548 vsize=13622892 CPUtime=0.46 cores=0,2,4,6
/proc/4550/stat : 4550 (java) S 4548 4550 4512 0 -1 4202496 18169 0 1 0 44 2 0 0 18 0 18 0 808857965 13949841408 17767 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4550/statm: 3405723 17767 2218 9 0 3396457 0
[pid=4550/tid=4551] ppid=4548 vsize=13622892 CPUtime=0.28 cores=0,2,4,6
/proc/4550/task/4551/stat : 4551 (java) R 4548 4550 4512 0 -1 4202560 15464 0 1 0 27 1 0 0 22 0 18 0 808857966 13949841408 17767 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 46912505217057 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13622892

[startup+0.700362 s]
/proc/loadavg: 1.92 2.02 2.00 5/526 4550
/proc/meminfo: memFree=22946288/32951124 swapFree=64303760/67111528
[pid=4550] ppid=4548 vsize=13631856 CPUtime=1.55 cores=0,2,4,6
/proc/4550/stat : 4550 (java) S 4548 4550 4512 0 -1 4202496 60095 0 1 0 148 7 0 0 18 0 19 0 808857965 13959020544 57844 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4550/statm: 3407964 57844 2232 9 0 3398698 0
[pid=4550/tid=4551] ppid=4548 vsize=13631856 CPUtime=0.68 cores=0,2,4,6
/proc/4550/task/4551/stat : 4551 (java) R 4548 4550 4512 0 -1 4202560 50865 0 1 0 63 5 0 0 19 0 19 0 808857966 13959020544 57844 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 46912505216091 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 13631856

[startup+1.50131 s]
/proc/loadavg: 1.92 2.02 2.00 4/563 4587
/proc/meminfo: memFree=22632732/32951124 swapFree=64303760/67111528
[pid=4550] ppid=4548 vsize=13631856 CPUtime=2.64 cores=0,2,4,6
/proc/4550/stat : 4550 (java) S 4548 4550 4512 0 -1 4202496 60619 0 1 0 257 7 0 0 18 0 19 0 808857965 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4550/statm: 3407964 58367 2239 9 0 3398698 0
[pid=4550/tid=4551] ppid=4548 vsize=13631856 CPUtime=1.46 cores=0,2,4,6
/proc/4550/task/4551/stat : 4551 (java) R 4548 4550 4512 0 -1 4202560 51255 0 1 0 141 5 0 0 20 0 19 0 808857966 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 46912506048392 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4550/tid=4563] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4563/stat : 4563 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 808857968 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4564] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4564/stat : 4564 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4565] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4565/stat : 4565 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4566] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4566/stat : 4566 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4567] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4567/stat : 4567 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4568] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4568/stat : 4568 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4569] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4569/stat : 4569 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4570] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4570/stat : 4570 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 808857968 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4573] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4573/stat : 4573 (java) S 4548 4550 4512 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 808857969 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4574] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4574/stat : 4574 (java) S 4548 4550 4512 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 808857969 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4575] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4575/stat : 4575 (java) S 4548 4550 4512 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 808857969 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4581] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4581/stat : 4581 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 808857971 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4582] ppid=4548 vsize=13631856 CPUtime=0.61 cores=0,2,4,6
/proc/4550/task/4582/stat : 4582 (java) S 4548 4550 4512 0 -1 4202560 3425 0 0 0 61 0 0 0 17 0 19 0 808857971 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4583] ppid=4548 vsize=13631856 CPUtime=0.54 cores=0,2,4,6
/proc/4550/task/4583/stat : 4583 (java) S 4548 4550 4512 0 -1 4202560 4778 0 0 0 54 0 0 0 15 0 19 0 808857971 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=4550/tid=4584] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4584/stat : 4584 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857971 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4585] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4585/stat : 4585 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808857971 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4587] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4587/stat : 4587 (java) S 4548 4550 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808858033 13959020544 58367 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 13631856

[startup+3.10098 s]
/proc/loadavg: 1.92 2.02 2.00 5/563 4587
/proc/meminfo: memFree=22624052/32951124 swapFree=64303760/67111528
[pid=4550] ppid=4548 vsize=13631856 CPUtime=4.27 cores=0,2,4,6
/proc/4550/stat : 4550 (java) S 4548 4550 4512 0 -1 4202496 61072 0 1 0 420 7 0 0 18 0 19 0 808857965 13959020544 58819 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4550/statm: 3407964 58819 2242 9 0 3398698 0
[pid=4550/tid=4551] ppid=4548 vsize=13631856 CPUtime=3.07 cores=0,2,4,6
/proc/4550/task/4551/stat : 4551 (java) R 4548 4550 4512 0 -1 4202560 51700 0 1 0 301 6 0 0 25 0 19 0 808857966 13959020544 58819 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 46912506090657 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4550/tid=4563] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4563/stat : 4563 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 808857968 13959020544 58820 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4564] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4564/stat : 4564 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58820 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4565] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4565/stat : 4565 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4566] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4566/stat : 4566 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4567] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4567/stat : 4567 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4568] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4568/stat : 4568 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4569] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4569/stat : 4569 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4570] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4570/stat : 4570 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 808857968 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4573] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4573/stat : 4573 (java) S 4548 4550 4512 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 808857969 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4574] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4574/stat : 4574 (java) S 4548 4550 4512 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 808857969 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4575] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4575/stat : 4575 (java) S 4548 4550 4512 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 808857969 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4581] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4581/stat : 4581 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 808857971 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4582] ppid=4548 vsize=13631856 CPUtime=0.63 cores=0,2,4,6
/proc/4550/task/4582/stat : 4582 (java) S 4548 4550 4512 0 -1 4202560 3433 0 0 0 63 0 0 0 15 0 19 0 808857971 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4583] ppid=4548 vsize=13631856 CPUtime=0.55 cores=0,2,4,6
/proc/4550/task/4583/stat : 4583 (java) S 4548 4550 4512 0 -1 4202560 4778 0 0 0 55 0 0 0 15 0 19 0 808857971 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=4550/tid=4584] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4584/stat : 4584 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857971 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4585] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4585/stat : 4585 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808857971 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4587] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4587/stat : 4587 (java) S 4548 4550 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808858033 13959020544 58821 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 13631856

[startup+6.30144 s]
/proc/loadavg: 1.93 2.02 2.00 5/563 4587
/proc/meminfo: memFree=22585224/32951124 swapFree=64303760/67111528
[pid=4550] ppid=4548 vsize=13631856 CPUtime=7.53 cores=0,2,4,6
/proc/4550/stat : 4550 (java) S 4548 4550 4512 0 -1 4202496 65397 0 1 0 745 8 0 0 18 0 19 0 808857965 13959020544 63142 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4550/statm: 3407964 63142 2242 9 0 3398698 0
[pid=4550/tid=4551] ppid=4548 vsize=13631856 CPUtime=6.27 cores=0,2,4,6
/proc/4550/task/4551/stat : 4551 (java) R 4548 4550 4512 0 -1 4202560 56017 0 1 0 620 7 0 0 20 0 19 0 808857966 13959020544 63142 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 46912506147126 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4550/tid=4563] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4563/stat : 4563 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 808857968 13959020544 63142 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4564] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4564/stat : 4564 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 63142 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4565] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4565/stat : 4565 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 63142 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4566] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4566/stat : 4566 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 63142 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4567] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4567/stat : 4567 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 63142 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4568] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4568/stat : 4568 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 63142 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4569] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4569/stat : 4569 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857968 13959020544 63142 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4570] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4570/stat : 4570 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 808857968 13959020544 63142 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4573] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4573/stat : 4573 (java) S 4548 4550 4512 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 808857969 13959020544 63142 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4574] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4574/stat : 4574 (java) S 4548 4550 4512 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 808857969 13959020544 63143 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4575] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4575/stat : 4575 (java) S 4548 4550 4512 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 808857969 13959020544 63143 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4581] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4581/stat : 4581 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 808857971 13959020544 63143 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4582] ppid=4548 vsize=13631856 CPUtime=0.69 cores=0,2,4,6
/proc/4550/task/4582/stat : 4582 (java) S 4548 4550 4512 0 -1 4202560 3441 0 0 0 69 0 0 0 15 0 19 0 808857971 13959020544 63143 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4583] ppid=4548 vsize=13631856 CPUtime=0.55 cores=0,2,4,6
/proc/4550/task/4583/stat : 4583 (java) S 4548 4550 4512 0 -1 4202560 4778 0 0 0 55 0 0 0 15 0 19 0 808857971 13959020544 63143 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0

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

[pid=4550/tid=4568] ppid=4548 vsize=13631856 CPUtime=0.35 cores=0,2,4,6
/proc/4550/task/4568/stat : 4568 (java) S 4548 4550 4512 0 -1 4202560 8293 0 0 0 35 0 0 0 15 0 19 0 808857968 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4569] ppid=4548 vsize=13631856 CPUtime=0.28 cores=0,2,4,6
/proc/4550/task/4569/stat : 4569 (java) S 4548 4550 4512 0 -1 4202560 9530 0 0 0 27 1 0 0 16 0 19 0 808857968 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4570] ppid=4548 vsize=13631856 CPUtime=0.36 cores=0,2,4,6
/proc/4550/task/4570/stat : 4570 (java) S 4548 4550 4512 0 -1 4202560 7371 0 0 0 35 1 0 0 16 0 19 0 808857968 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=4550/tid=4573] ppid=4548 vsize=13631856 CPUtime=3.14 cores=0,2,4,6
/proc/4550/task/4573/stat : 4573 (java) S 4548 4550 4512 0 -1 4202560 42160 0 0 0 309 5 0 0 15 0 19 0 808857969 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=4550/tid=4574] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4574/stat : 4574 (java) S 4548 4550 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808857969 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4575] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4575/stat : 4575 (java) S 4548 4550 4512 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 808857969 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4581] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4581/stat : 4581 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 808857971 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4582] ppid=4548 vsize=13631856 CPUtime=0.79 cores=0,2,4,6
/proc/4550/task/4582/stat : 4582 (java) S 4548 4550 4512 0 -1 4202560 3459 0 0 0 79 0 0 0 15 0 19 0 808857971 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4583] ppid=4548 vsize=13631856 CPUtime=0.57 cores=0,2,4,6
/proc/4550/task/4583/stat : 4583 (java) S 4548 4550 4512 0 -1 4202560 4785 0 0 0 57 0 0 0 15 0 19 0 808857971 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=4550/tid=4584] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4584/stat : 4584 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857971 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4585] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4585/stat : 4585 (java) S 4548 4550 4512 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 808857971 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4587] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4587/stat : 4587 (java) S 4548 4550 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808858033 13959020544 167615 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1665.31
Current children cumulated vsize (KiB) 13631856

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 5/563 4636
/proc/meminfo: memFree=22132472/32951124 swapFree=64303760/67111528
[pid=4550] ppid=4548 vsize=13631856 CPUtime=1725.37 cores=0,2,4,6
/proc/4550/stat : 4550 (java) S 4548 4550 4512 0 -1 4202496 170112 0 1 0 172512 25 0 0 18 0 19 0 808857965 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4550/statm: 3407964 167617 2268 9 0 3398698 0
[pid=4550/tid=4551] ppid=4548 vsize=13631856 CPUtime=1718.33 cores=0,2,4,6
/proc/4550/task/4551/stat : 4551 (java) R 4548 4550 4512 0 -1 4202560 56324 0 1 0 171825 8 0 0 25 0 19 0 808857966 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 46912506147338 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4550/tid=4563] ppid=4548 vsize=13631856 CPUtime=0.3 cores=0,2,4,6
/proc/4550/task/4563/stat : 4563 (java) S 4548 4550 4512 0 -1 4202560 11124 0 0 0 28 2 0 0 16 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4564] ppid=4548 vsize=13631856 CPUtime=0.14 cores=0,2,4,6
/proc/4550/task/4564/stat : 4564 (java) S 4548 4550 4512 0 -1 4202560 1453 0 0 0 14 0 0 0 16 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4565] ppid=4548 vsize=13631856 CPUtime=0.32 cores=0,2,4,6
/proc/4550/task/4565/stat : 4565 (java) S 4548 4550 4512 0 -1 4202560 11696 0 0 0 31 1 0 0 16 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4566] ppid=4548 vsize=13631856 CPUtime=0.33 cores=0,2,4,6
/proc/4550/task/4566/stat : 4566 (java) S 4548 4550 4512 0 -1 4202560 8929 0 0 0 32 1 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4567] ppid=4548 vsize=13631856 CPUtime=0.21 cores=0,2,4,6
/proc/4550/task/4567/stat : 4567 (java) S 4548 4550 4512 0 -1 4202560 3735 0 0 0 21 0 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4568] ppid=4548 vsize=13631856 CPUtime=0.35 cores=0,2,4,6
/proc/4550/task/4568/stat : 4568 (java) S 4548 4550 4512 0 -1 4202560 8293 0 0 0 35 0 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4569] ppid=4548 vsize=13631856 CPUtime=0.28 cores=0,2,4,6
/proc/4550/task/4569/stat : 4569 (java) S 4548 4550 4512 0 -1 4202560 9530 0 0 0 27 1 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=4550/tid=4570] ppid=4548 vsize=13631856 CPUtime=0.36 cores=0,2,4,6
/proc/4550/task/4570/stat : 4570 (java) S 4548 4550 4512 0 -1 4202560 7371 0 0 0 35 1 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=4550/tid=4573] ppid=4548 vsize=13631856 CPUtime=3.27 cores=0,2,4,6
/proc/4550/task/4573/stat : 4573 (java) S 4548 4550 4512 0 -1 4202560 42162 0 0 0 322 5 0 0 15 0 19 0 808857969 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=4550/tid=4574] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4574/stat : 4574 (java) S 4548 4550 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808857969 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4575] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4575/stat : 4575 (java) S 4548 4550 4512 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 808857969 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4581] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4581/stat : 4581 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4582] ppid=4548 vsize=13631856 CPUtime=0.79 cores=0,2,4,6
/proc/4550/task/4582/stat : 4582 (java) S 4548 4550 4512 0 -1 4202560 3459 0 0 0 79 0 0 0 15 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4583] ppid=4548 vsize=13631856 CPUtime=0.57 cores=0,2,4,6
/proc/4550/task/4583/stat : 4583 (java) S 4548 4550 4512 0 -1 4202560 4785 0 0 0 57 0 0 0 15 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=4550/tid=4584] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4584/stat : 4584 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4585] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4585/stat : 4585 (java) S 4548 4550 4512 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4587] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4587/stat : 4587 (java) S 4548 4550 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808858033 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1725.37
Current children cumulated vsize (KiB) 13631856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/563 4637
/proc/meminfo: memFree=22131076/32951124 swapFree=64303760/67111528
[pid=4550] ppid=4548 vsize=13631856 CPUtime=1785.45 cores=0,2,4,6
/proc/4550/stat : 4550 (java) S 4548 4550 4512 0 -1 4202496 170117 0 1 0 178520 25 0 0 18 0 19 0 808857965 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4550/statm: 3407964 167617 2268 9 0 3398698 0
[pid=4550/tid=4551] ppid=4548 vsize=13631856 CPUtime=1778.2 cores=0,2,4,6
/proc/4550/task/4551/stat : 4551 (java) R 4548 4550 4512 0 -1 4202560 56325 0 1 0 177812 8 0 0 25 0 19 0 808857966 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 46912505699966 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4550/tid=4563] ppid=4548 vsize=13631856 CPUtime=0.3 cores=0,2,4,6
/proc/4550/task/4563/stat : 4563 (java) S 4548 4550 4512 0 -1 4202560 11124 0 0 0 28 2 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4564] ppid=4548 vsize=13631856 CPUtime=0.17 cores=0,2,4,6
/proc/4550/task/4564/stat : 4564 (java) S 4548 4550 4512 0 -1 4202560 1453 0 0 0 17 0 0 0 16 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4565] ppid=4548 vsize=13631856 CPUtime=0.32 cores=0,2,4,6
/proc/4550/task/4565/stat : 4565 (java) S 4548 4550 4512 0 -1 4202560 11696 0 0 0 31 1 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4566] ppid=4548 vsize=13631856 CPUtime=0.33 cores=0,2,4,6
/proc/4550/task/4566/stat : 4566 (java) S 4548 4550 4512 0 -1 4202560 8929 0 0 0 32 1 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4567] ppid=4548 vsize=13631856 CPUtime=0.21 cores=0,2,4,6
/proc/4550/task/4567/stat : 4567 (java) S 4548 4550 4512 0 -1 4202560 3735 0 0 0 21 0 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4568] ppid=4548 vsize=13631856 CPUtime=0.38 cores=0,2,4,6
/proc/4550/task/4568/stat : 4568 (java) S 4548 4550 4512 0 -1 4202560 8293 0 0 0 38 0 0 0 16 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4569] ppid=4548 vsize=13631856 CPUtime=0.31 cores=0,2,4,6
/proc/4550/task/4569/stat : 4569 (java) S 4548 4550 4512 0 -1 4202560 9530 0 0 0 30 1 0 0 16 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=4550/tid=4570] ppid=4548 vsize=13631856 CPUtime=0.39 cores=0,2,4,6
/proc/4550/task/4570/stat : 4570 (java) S 4548 4550 4512 0 -1 4202560 7371 0 0 0 38 1 0 0 16 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4573] ppid=4548 vsize=13631856 CPUtime=3.37 cores=0,2,4,6
/proc/4550/task/4573/stat : 4573 (java) S 4548 4550 4512 0 -1 4202560 42164 0 0 0 332 5 0 0 15 0 19 0 808857969 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=4550/tid=4574] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4574/stat : 4574 (java) S 4548 4550 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808857969 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4575] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4575/stat : 4575 (java) S 4548 4550 4512 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 808857969 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4581] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4581/stat : 4581 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4582] ppid=4548 vsize=13631856 CPUtime=0.79 cores=0,2,4,6
/proc/4550/task/4582/stat : 4582 (java) S 4548 4550 4512 0 -1 4202560 3459 0 0 0 79 0 0 0 15 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4583] ppid=4548 vsize=13631856 CPUtime=0.57 cores=0,2,4,6
/proc/4550/task/4583/stat : 4583 (java) S 4548 4550 4512 0 -1 4202560 4785 0 0 0 57 0 0 0 15 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=4550/tid=4584] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4584/stat : 4584 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4585] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4585/stat : 4585 (java) S 4548 4550 4512 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4587] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4587/stat : 4587 (java) S 4548 4550 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808858033 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1785.45
Current children cumulated vsize (KiB) 13631856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/563 4638
/proc/meminfo: memFree=22131192/32951124 swapFree=64303760/67111528
[pid=4550] ppid=4548 vsize=13631856 CPUtime=1800.06 cores=0,2,4,6
/proc/4550/stat : 4550 (java) S 4548 4550 4512 0 -1 4202496 170119 0 1 0 179980 26 0 0 18 0 19 0 808857965 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4550/statm: 3407964 167617 2268 9 0 3398698 0
[pid=4550/tid=4551] ppid=4548 vsize=13631856 CPUtime=1792.83 cores=0,2,4,6
/proc/4550/task/4551/stat : 4551 (java) R 4548 4550 4512 0 -1 4202560 56325 0 1 0 179274 9 0 0 25 0 19 0 808857966 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 46912506076717 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4550/tid=4563] ppid=4548 vsize=13631856 CPUtime=0.3 cores=0,2,4,6
/proc/4550/task/4563/stat : 4563 (java) S 4548 4550 4512 0 -1 4202560 11124 0 0 0 28 2 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4564] ppid=4548 vsize=13631856 CPUtime=0.17 cores=0,2,4,6
/proc/4550/task/4564/stat : 4564 (java) S 4548 4550 4512 0 -1 4202560 1453 0 0 0 17 0 0 0 16 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4565] ppid=4548 vsize=13631856 CPUtime=0.32 cores=0,2,4,6
/proc/4550/task/4565/stat : 4565 (java) S 4548 4550 4512 0 -1 4202560 11696 0 0 0 31 1 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4566] ppid=4548 vsize=13631856 CPUtime=0.33 cores=0,2,4,6
/proc/4550/task/4566/stat : 4566 (java) S 4548 4550 4512 0 -1 4202560 8929 0 0 0 32 1 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4567] ppid=4548 vsize=13631856 CPUtime=0.21 cores=0,2,4,6
/proc/4550/task/4567/stat : 4567 (java) S 4548 4550 4512 0 -1 4202560 3735 0 0 0 21 0 0 0 15 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4568] ppid=4548 vsize=13631856 CPUtime=0.38 cores=0,2,4,6
/proc/4550/task/4568/stat : 4568 (java) S 4548 4550 4512 0 -1 4202560 8293 0 0 0 38 0 0 0 16 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4569] ppid=4548 vsize=13631856 CPUtime=0.31 cores=0,2,4,6
/proc/4550/task/4569/stat : 4569 (java) S 4548 4550 4512 0 -1 4202560 9530 0 0 0 30 1 0 0 16 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=4550/tid=4570] ppid=4548 vsize=13631856 CPUtime=0.39 cores=0,2,4,6
/proc/4550/task/4570/stat : 4570 (java) S 4548 4550 4512 0 -1 4202560 7371 0 0 0 38 1 0 0 16 0 19 0 808857968 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4573] ppid=4548 vsize=13631856 CPUtime=3.37 cores=0,2,4,6
/proc/4550/task/4573/stat : 4573 (java) S 4548 4550 4512 0 -1 4202560 42164 0 0 0 332 5 0 0 15 0 19 0 808857969 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 0 0 16800975 18446604446841705408 0 0 -1 0 0 0 0
[pid=4550/tid=4574] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4574/stat : 4574 (java) S 4548 4550 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808857969 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4575] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4575/stat : 4575 (java) S 4548 4550 4512 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 808857969 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 6 0 0 0
[pid=4550/tid=4581] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4581/stat : 4581 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522121137 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4582] ppid=4548 vsize=13631856 CPUtime=0.79 cores=0,2,4,6
/proc/4550/task/4582/stat : 4582 (java) S 4548 4550 4512 0 -1 4202560 3459 0 0 0 79 0 0 0 15 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4583] ppid=4548 vsize=13631856 CPUtime=0.57 cores=0,2,4,6
/proc/4550/task/4583/stat : 4583 (java) S 4548 4550 4512 0 -1 4202560 4785 0 0 0 57 0 0 0 15 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 4 0 0 0
[pid=4550/tid=4584] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4584/stat : 4584 (java) S 4548 4550 4512 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522113433 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4585] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4585/stat : 4585 (java) S 4548 4550 4512 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 808857971 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
[pid=4550/tid=4587] ppid=4548 vsize=13631856 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4587/stat : 4587 (java) S 4548 4550 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808858033 13959020544 167617 33554432000 1073741824 1073778376 140737334158080 18446744073709551615 233522114048 0 4 0 16800975 18446604446841705408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13631856

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): 1796.99
CPU time (s): 1800.2
CPU user time (s): 1799.9
CPU system time (s): 0.300954
CPU usage (%): 100.179
Max. virtual memory (cumulated for all children) (KiB): 13631856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170168
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37799
involuntary context switches= 7233

runsolver used 10.1615 second user time and 21.3937 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-04 07:13:41
IDJOB=3458001
IDBENCH=48326
IDSOLVER=1952
FILE ID=node145/3458001-1307164421
RUNJOBID= node145-1307164421-4530
PBS_JOBID= 13508838
Free space on /tmp= 73988 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_3_15.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458001-1307164421/watcher-3458001-1307164421 -o /tmp/evaluation-result-3458001-1307164421/solver-3458001-1307164421 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458001-1307164421.opb

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

MD5SUM BENCH= 3a49e9ca428303ad7abadc0455252e53
RANDOM SEED=316770816

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22951528 kB
Buffers:        261448 kB
Cached:         474124 kB
SwapCached:        944 kB
Active:        9357116 kB
Inactive:       370788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22951528 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:            1212 kB
Writeback:           0 kB
AnonPages:     8990892 kB
Mapped:          36856 kB
Slab:           134692 kB
PageTables:      66192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157663308 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= 73988 MiB
End job on node145 at 2011-06-04 07:43:40