Trace number 3730807

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.15 900.857

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark133.03
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3730807-1338679597.opb
0.10/0.12	c reading problem ... 
1.69/1.28	c ... done. Wall clock time 1.161s.
1.69/1.28	c #vars     62704
1.69/1.28	c #constraints  187107
1.69/1.28	c constraints type 
1.69/1.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1.69/1.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1.69/1.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 504
1.69/1.28	c constraints type 
1.69/1.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
1.69/1.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
1.69/1.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
35.78/17.68	c cleaning 2494 clauses out of 4995 with flag 5005/5005
107.99/53.71	c cleaning 4244 clauses out of 8492 with flag 11000/11000
190.13/94.86	c cleaning 5621 clauses out of 11251 with flag 18003/18003
255.20/127.42	c cleaning 0 clauses out of 5000 with flag 0/5003
274.45/137.02	c cleaning 6809 clauses out of 13622 with flag 26000/26000
385.73/192.76	c cleaning 7901 clauses out of 15812 with flag 35000/35000
507.43/253.69	c cleaning 8951 clauses out of 17911 with flag 45000/45000
639.20/319.52	c cleaning 9971 clauses out of 19958 with flag 56000/56000
788.79/394.44	c cleaning 10994 clauses out of 21988 with flag 68002/68002
945.86/473.06	c cleaning 11985 clauses out of 23989 with flag 81000/81000
1125.14/562.78	c cleaning 13000 clauses out of 26005 with flag 95001/95001
1308.84/654.66	c cleaning 14000 clauses out of 28004 with flag 110001/110001
1484.95/742.83	c cleaning 14997 clauses out of 30002 with flag 126000/126000
1585.28/793.10	c cleaning 0 clauses out of 10997 with flag 0/11000
1708.02/854.67	c cleaning 16001 clauses out of 32006 with flag 143001/143001
1800.15/900.82	c starts		: 102
1800.15/900.82	c conflicts		: 148867
1800.15/900.82	c decisions		: 231705
1800.15/900.82	c propagations		: 1132258765
1800.15/900.82	c inspects		: 3275769486
1800.15/900.82	c shortcuts		: 0
1800.15/900.82	c learnt literals	: 28
1800.15/900.82	c learnt binary clauses	: 124
1800.15/900.82	c learnt ternary clauses	: 191
1800.15/900.82	c learnt constraints	: 148838
1800.15/900.82	c ignored constraints	: 0
1800.15/900.82	c root simplifications	: 0
1800.15/900.82	c removed literals (reason simplification)	: 18703822
1800.15/900.82	c reason swapping (by a shorter reason)	: 0
1800.15/900.82	c Calls to reduceDB	: 13
1800.15/900.82	c number of reductions to clauses (during analyze)	: 0
1800.15/900.82	c number of learned constraints concerned by reduction	: 0
1800.15/900.82	c number of learning phase by resolution	: 0
1800.15/900.82	c number of learning phase by cutting planes	: 0
1800.15/900.82	c speed (assignments/second)	: 1258719.9599347215
1800.15/900.82	c non guided choices	2208
1800.15/900.83	c learnt constraints type 
1800.15/900.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 124
1800.15/900.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21749
1800.15/900.83	c constraints type 
1800.15/900.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1800.15/900.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1800.15/900.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 504
1800.15/900.83	c constraints type 
1800.15/900.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
1800.15/900.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
1800.15/900.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
1800.15/900.83	s UNKNOWN
1800.15/900.83	c Total wall clock time (in seconds): 900.707

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-3730807-1338679597/watcher-3730807-1338679597 -o /tmp/evaluation-result-3730807-1338679597/solver-3730807-1338679597 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3730807-1338679597.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: 3.47 3.48 2.56 3/197 1569
/proc/meminfo: memFree=26240780/32873844 swapFree=7628/7628
[pid=1569] ppid=1567 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/1569/stat : 1569 (java) R 1567 1569 442 0 -1 4202496 861 0 0 0 0 0 0 0 20 0 1 0 334084061 23793664 590 33554432000 1073741824 1073778376 140733732521696 140733732510760 254741101121 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1569/statm: 5809 604 450 9 0 128 0

[startup+0.0821411 s]
/proc/loadavg: 3.47 3.48 2.56 3/197 1569
/proc/meminfo: memFree=26240780/32873844 swapFree=7628/7628
[pid=1569] ppid=1567 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/1569/stat : 1569 (java) S 1567 1569 442 0 -1 4202496 3959 0 1 0 5 1 0 0 20 0 18 0 334084061 11864465408 12833 33554432000 1073741824 1073778376 140733732521696 140733732512832 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1569/statm: 2896598 12833 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.100201 s]
/proc/loadavg: 3.47 3.48 2.56 3/197 1569
/proc/meminfo: memFree=26240780/32873844 swapFree=7628/7628
[pid=1569] ppid=1567 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/1569/stat : 1569 (java) S 1567 1569 442 0 -1 4202496 4728 0 1 0 8 2 0 0 20 0 18 0 334084061 11864465408 13594 33554432000 1073741824 1073778376 140733732521696 140733732512832 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1569/statm: 2896598 13594 2115 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300227 s]
/proc/loadavg: 3.47 3.48 2.56 3/197 1569
/proc/meminfo: memFree=26240780/32873844 swapFree=7628/7628
[pid=1569] ppid=1567 vsize=11586392 CPUtime=0.45 cores=0,2,4,6
/proc/1569/stat : 1569 (java) S 1567 1569 442 0 -1 4202496 5851 0 1 0 43 2 0 0 20 0 18 0 334084061 11864465408 16967 33554432000 1073741824 1073778376 140733732521696 140733732512832 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1569/statm: 2896598 16967 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700233 s]
/proc/loadavg: 3.47 3.48 2.56 3/197 1569
/proc/meminfo: memFree=26240780/32873844 swapFree=7628/7628
[pid=1569] ppid=1567 vsize=11586392 CPUtime=1.2 cores=0,2,4,6
/proc/1569/stat : 1569 (java) S 1567 1569 442 0 -1 4202496 9833 0 1 0 114 6 0 0 20 0 18 0 334084061 11864465408 55614 33554432000 1073741824 1073778376 140733732521696 140733732512832 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1569/statm: 2896598 55614 2237 9 0 2887285 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 11586392

[startup+1.50063 s]
/proc/loadavg: 3.47 3.48 2.56 4/215 1590
/proc/meminfo: memFree=25874956/32873844 swapFree=7628/7628
[pid=1569] ppid=1567 vsize=11852648 CPUtime=2.56 cores=0,2,4,6
/proc/1569/stat : 1569 (java) S 1567 1569 442 0 -1 4202496 10848 0 1 0 247 9 0 0 20 0 22 0 334084061 12137111552 131790 33554432000 1073741824 1073778376 140733732521696 140733732512832 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1569/statm: 2963162 131704 2261 9 0 2953849 0
[pid=1569/tid=1571] ppid=1567 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/1569/task/1571/stat : 1571 (java) S 1567 1569 442 0 -1 4202560 3082 0 1 0 118 8 0 0 20 0 22 0 334084062 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641928053912 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1572] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1572/stat : 1572 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641882807208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1573] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1573/stat : 1573 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641881754664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1574] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1574/stat : 1574 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641880701608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1575] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1575/stat : 1575 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641879649064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1576] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1576/stat : 1576 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641878596008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1577] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1577/stat : 1577 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641877543464 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1578] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1578/stat : 1578 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641876490408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1580] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1580/stat : 1580 (java) S 1567 1569 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641875437864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1581] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1581/stat : 1581 (java) S 1567 1569 442 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334084065 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641745279848 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1582] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1582/stat : 1582 (java) S 1567 1569 442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641744226168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1583] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1583/stat : 1583 (java) S 1567 1569 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641743173000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1584] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1584/stat : 1584 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641742121744 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1585] ppid=1567 vsize=11852648 CPUtime=0.42 cores=0,2,4,6
/proc/1569/task/1585/stat : 1585 (java) R 1567 1569 442 0 -1 4202560 2845 0 0 0 42 0 0 0 20 0 22 0 334084068 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641741060128 254750352503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1586] ppid=1567 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/1569/task/1586/stat : 1586 (java) R 1567 1569 442 0 -1 4202560 3619 0 0 0 42 1 0 0 20 0 22 0 334084068 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641740016056 139641934079431 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1587] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1587/stat : 1587 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641738963192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1590] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1590/stat : 1590 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 131704 33554432000 1073741824 1073778376 140733732521696 139641737910856 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 11852648

[startup+3.10086 s]
/proc/loadavg: 3.47 3.48 2.56 5/219 1594
/proc/meminfo: memFree=25578284/32873844 swapFree=7628/7628
[pid=1569] ppid=1567 vsize=11852648 CPUtime=6.38 cores=0,2,4,6
/proc/1569/stat : 1569 (java) S 1567 1569 442 0 -1 4202496 15605 0 1 0 622 16 0 0 20 0 22 0 334084061 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 140733732512832 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1569/statm: 2963162 207350 2263 9 0 2953849 0
[pid=1569/tid=1571] ppid=1567 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/1569/task/1571/stat : 1571 (java) S 1567 1569 442 0 -1 4202560 3082 0 1 0 118 8 0 0 20 0 22 0 334084062 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641928053912 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1572] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1572/stat : 1572 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641882807208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1573] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1573/stat : 1573 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641881754664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1574] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1574/stat : 1574 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641880701608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1575] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1575/stat : 1575 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641879649064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1576] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1576/stat : 1576 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641878596008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1577] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1577/stat : 1577 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641877543464 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1578] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1578/stat : 1578 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641876490408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1580] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1580/stat : 1580 (java) S 1567 1569 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641875437864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1581] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1581/stat : 1581 (java) S 1567 1569 442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334084065 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641745279848 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1582] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1582/stat : 1582 (java) S 1567 1569 442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641744226168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1583] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1583/stat : 1583 (java) S 1567 1569 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641743173000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1584] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1584/stat : 1584 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641742121744 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1585] ppid=1567 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/1569/task/1585/stat : 1585 (java) S 1567 1569 442 0 -1 4202560 3276 0 0 0 60 0 0 0 20 0 22 0 334084068 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641741068600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1586] ppid=1567 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/1569/task/1586/stat : 1586 (java) S 1567 1569 442 0 -1 4202560 7794 0 0 0 85 3 0 0 20 0 22 0 334084068 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641740016056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1587] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1587/stat : 1587 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641738963192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1590] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1590/stat : 1590 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641737910856 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1591] ppid=1567 vsize=11852648 CPUtime=1.79 cores=0,2,4,6
/proc/1569/task/1591/stat : 1591 (java) R 1567 1569 442 0 -1 4202560 31 0 0 0 179 0 0 0 20 0 22 0 334084190 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139641736854672 139641752373901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1592] ppid=1567 vsize=11852648 CPUtime=1.78 cores=0,2,4,6
/proc/1569/task/1592/stat : 1592 (java) R 1567 1569 442 0 -1 4202560 219 0 0 0 172 6 0 0 20 0 22 0 334084190 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139640593965736 139641752380908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1593] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1593/stat : 1593 (java) S 1567 1569 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084194 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139640592913704 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1594] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1594/stat : 1594 (java) S 1567 1569 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084194 12137111552 207350 33554432000 1073741824 1073778376 140733732521696 139640591861160 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 11852648

[startup+6.30081 s]
/proc/loadavg: 3.51 3.49 2.57 4/219 1594
/proc/meminfo: memFree=25044704/32873844 swapFree=7628/7628
[pid=1569] ppid=1567 vsize=11852648 CPUtime=12.97 cores=0,2,4,6
/proc/1569/stat : 1569 (java) S 1567 1569 442 0 -1 4202496 15985 0 1 0 1273 24 0 0 20 0 22 0 334084061 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 140733732512832 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1569/statm: 2963162 337314 2266 9 0 2953849 0
[pid=1569/tid=1571] ppid=1567 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/1569/task/1571/stat : 1571 (java) S 1567 1569 442 0 -1 4202560 3082 0 1 0 118 8 0 0 20 0 22 0 334084062 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641928053912 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1572] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1572/stat : 1572 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641882807208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1573] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1573/stat : 1573 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641881754664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1574] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1574/stat : 1574 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641880701608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1575] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1575/stat : 1575 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641879649064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1576] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1576/stat : 1576 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641878596008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1577] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1577/stat : 1577 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641877543464 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1578] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1578/stat : 1578 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641876490408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1580] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1580/stat : 1580 (java) S 1567 1569 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084064 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641875437864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1581] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1581/stat : 1581 (java) S 1567 1569 442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334084065 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641745279848 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1582] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1582/stat : 1582 (java) S 1567 1569 442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641744226168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1583] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1583/stat : 1583 (java) S 1567 1569 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641743173000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1584] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1584/stat : 1584 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641742121744 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1585] ppid=1567 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/1569/task/1585/stat : 1585 (java) S 1567 1569 442 0 -1 4202560 3339 0 0 0 67 0 0 0 20 0 22 0 334084068 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641741068600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1586] ppid=1567 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/1569/task/1586/stat : 1586 (java) S 1567 1569 442 0 -1 4202560 7851 0 0 0 99 3 0 0 20 0 22 0 334084068 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641740016056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1587] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1587/stat : 1587 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641738963192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1590] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1590/stat : 1590 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641737910856 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1591] ppid=1567 vsize=11852648 CPUtime=4.97 cores=0,2,4,6
/proc/1569/task/1591/stat : 1591 (java) R 1567 1569 442 0 -1 4202560 32 0 0 0 497 0 0 0 20 0 22 0 334084190 12137111552 337314 33554432000 1073741824 1073778376 140733732521696 139641736854648 139641752351891 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0

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

/proc/1569/statm: 2963162 918346 2290 9 0 2953849 0
[pid=1569/tid=1571] ppid=1567 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/1569/task/1571/stat : 1571 (java) S 1567 1569 442 0 -1 4202560 3091 0 1 0 121 9 0 0 20 0 22 0 334084062 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641928053912 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1572] ppid=1567 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/1569/task/1572/stat : 1572 (java) S 1567 1569 442 0 -1 4202560 93 0 0 0 57 5 0 0 20 0 22 0 334084064 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641882807208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1573] ppid=1567 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/1569/task/1573/stat : 1573 (java) S 1567 1569 442 0 -1 4202560 82 0 0 0 54 3 0 0 20 0 22 0 334084064 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641881754664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1574] ppid=1567 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/1569/task/1574/stat : 1574 (java) R 1567 1569 442 0 -1 4202560 87 0 0 0 56 4 0 0 20 0 22 0 334084064 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641880701704 254753682492 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1575] ppid=1567 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/1569/task/1575/stat : 1575 (java) S 1567 1569 442 0 -1 4202560 71 0 0 0 51 2 0 0 20 0 22 0 334084064 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641879649064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1576] ppid=1567 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/1569/task/1576/stat : 1576 (java) S 1567 1569 442 0 -1 4202560 105 0 0 0 66 5 0 0 20 0 22 0 334084064 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641878596008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1577] ppid=1567 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/1569/task/1577/stat : 1577 (java) S 1567 1569 442 0 -1 4202560 124 0 0 0 71 5 0 0 20 0 22 0 334084064 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641877543464 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1578] ppid=1567 vsize=11852648 CPUtime=0.7 cores=0,2,4,6
/proc/1569/task/1578/stat : 1578 (java) S 1567 1569 442 0 -1 4202560 105 0 0 0 66 4 0 0 20 0 22 0 334084064 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641876490408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1580] ppid=1567 vsize=11852648 CPUtime=0.49 cores=0,2,4,6
/proc/1569/task/1580/stat : 1580 (java) S 1567 1569 442 0 -1 4202560 62 0 0 0 46 3 0 0 20 0 22 0 334084064 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641875437832 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1581] ppid=1567 vsize=11852648 CPUtime=4.34 cores=0,2,4,6
/proc/1569/task/1581/stat : 1581 (java) S 1567 1569 442 0 -1 4202560 187 0 0 0 429 5 0 0 20 0 22 0 334084065 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641745278728 254753682492 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1582] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1582/stat : 1582 (java) S 1567 1569 442 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641744226168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1583] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1583/stat : 1583 (java) S 1567 1569 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641743173000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1584] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1584/stat : 1584 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641742121744 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1585] ppid=1567 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/1569/task/1585/stat : 1585 (java) S 1567 1569 442 0 -1 4202560 8415 0 0 0 107 2 0 0 20 0 22 0 334084068 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641741068600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1586] ppid=1567 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/1569/task/1586/stat : 1586 (java) S 1567 1569 442 0 -1 4202560 8814 0 0 0 119 3 0 0 20 0 22 0 334084068 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641740016056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1587] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1587/stat : 1587 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641738963192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1590] ppid=1567 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/1569/task/1590/stat : 1590 (java) S 1567 1569 442 0 -1 4202560 47 0 0 0 14 15 0 0 20 0 22 0 334084068 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641737910856 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1591] ppid=1567 vsize=11852648 CPUtime=813.07 cores=0,2,4,6
/proc/1569/task/1591/stat : 1591 (java) S 1567 1569 442 0 -1 4202560 53 0 0 0 81295 12 0 0 20 0 22 0 334084190 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139641736855512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1592] ppid=1567 vsize=11852648 CPUtime=812.96 cores=0,2,4,6
/proc/1569/task/1592/stat : 1592 (java) S 1567 1569 442 0 -1 4202560 1417 0 0 0 81236 60 0 0 20 0 22 0 334084190 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139640593964280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1593] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1593/stat : 1593 (java) S 1567 1569 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084194 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139640592913704 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1594] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1594/stat : 1594 (java) S 1567 1569 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084194 12137111552 918346 33554432000 1073741824 1073778376 140733732521696 139640591861160 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1643.4
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.00 3.98 3.44 5/219 1704
/proc/meminfo: memFree=19398372/32873844 swapFree=7628/7628
[pid=1569] ppid=1567 vsize=11852648 CPUtime=1763.08 cores=0,2,4,6
/proc/1569/stat : 1569 (java) S 1567 1569 442 0 -1 4202496 23964 0 1 0 176192 116 0 0 20 0 22 0 334084061 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 140733732512832 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1569/statm: 2963162 918357 2290 9 0 2953849 0
[pid=1569/tid=1571] ppid=1567 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/1569/task/1571/stat : 1571 (java) S 1567 1569 442 0 -1 4202560 3092 0 1 0 121 9 0 0 20 0 22 0 334084062 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641928053912 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1572] ppid=1567 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/1569/task/1572/stat : 1572 (java) S 1567 1569 442 0 -1 4202560 93 0 0 0 58 5 0 0 20 0 22 0 334084064 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641882807208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1573] ppid=1567 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/1569/task/1573/stat : 1573 (java) S 1567 1569 442 0 -1 4202560 82 0 0 0 56 3 0 0 20 0 22 0 334084064 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641881754664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1574] ppid=1567 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/1569/task/1574/stat : 1574 (java) S 1567 1569 442 0 -1 4202560 88 0 0 0 58 4 0 0 20 0 22 0 334084064 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641880701608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1575] ppid=1567 vsize=11852648 CPUtime=0.56 cores=0,2,4,6
/proc/1569/task/1575/stat : 1575 (java) S 1567 1569 442 0 -1 4202560 73 0 0 0 54 2 0 0 20 0 22 0 334084064 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641879649064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1576] ppid=1567 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/1569/task/1576/stat : 1576 (java) S 1567 1569 442 0 -1 4202560 107 0 0 0 68 5 0 0 20 0 22 0 334084064 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641878596008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1577] ppid=1567 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/1569/task/1577/stat : 1577 (java) S 1567 1569 442 0 -1 4202560 127 0 0 0 73 5 0 0 20 0 22 0 334084064 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641877543464 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1578] ppid=1567 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/1569/task/1578/stat : 1578 (java) S 1567 1569 442 0 -1 4202560 105 0 0 0 67 4 0 0 20 0 22 0 334084064 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641876490408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1580] ppid=1567 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/1569/task/1580/stat : 1580 (java) S 1567 1569 442 0 -1 4202560 65 0 0 0 49 3 0 0 20 0 22 0 334084064 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641875437864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1581] ppid=1567 vsize=11852648 CPUtime=4.7 cores=0,2,4,6
/proc/1569/task/1581/stat : 1581 (java) S 1567 1569 442 0 -1 4202560 189 0 0 0 465 5 0 0 20 0 22 0 334084065 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641745279848 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1582] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1582/stat : 1582 (java) S 1567 1569 442 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641744226168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1583] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1583/stat : 1583 (java) S 1567 1569 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641743173000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1584] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1584/stat : 1584 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641742121744 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1585] ppid=1567 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/1569/task/1585/stat : 1585 (java) S 1567 1569 442 0 -1 4202560 8415 0 0 0 107 2 0 0 20 0 22 0 334084068 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641741068600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1586] ppid=1567 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/1569/task/1586/stat : 1586 (java) S 1567 1569 442 0 -1 4202560 8814 0 0 0 119 3 0 0 20 0 22 0 334084068 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641740016056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1587] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1587/stat : 1587 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641738963192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1590] ppid=1567 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/1569/task/1590/stat : 1590 (java) S 1567 1569 442 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 334084068 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641737910856 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1591] ppid=1567 vsize=11852648 CPUtime=872.5 cores=0,2,4,6
/proc/1569/task/1591/stat : 1591 (java) R 1567 1569 442 0 -1 4202560 54 0 0 0 87237 13 0 0 20 0 22 0 334084190 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139641736856400 139641752489231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1592] ppid=1567 vsize=11852648 CPUtime=872.37 cores=0,2,4,6
/proc/1569/task/1592/stat : 1592 (java) R 1567 1569 442 0 -1 4202560 1419 0 0 0 87176 61 0 0 20 0 22 0 334084190 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139640593964176 139641752601891 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1593] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1593/stat : 1593 (java) S 1567 1569 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084194 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139640592913704 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1594] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1594/stat : 1594 (java) S 1567 1569 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084194 12137111552 918357 33554432000 1073741824 1073778376 140733732521696 139640591861160 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.08
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.801 s]
/proc/loadavg: 4.07 3.99 3.45 5/219 1704
/proc/meminfo: memFree=19398000/32873844 swapFree=7628/7628
[pid=1569] ppid=1567 vsize=11852648 CPUtime=1800.15 cores=0,2,4,6
/proc/1569/stat : 1569 (java) S 1567 1569 442 0 -1 4202496 23973 0 1 0 179899 116 0 0 20 0 22 0 334084061 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 140733732512832 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1569/statm: 2963162 918361 2290 9 0 2953849 0
[pid=1569/tid=1571] ppid=1567 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/1569/task/1571/stat : 1571 (java) S 1567 1569 442 0 -1 4202560 3092 0 1 0 121 9 0 0 20 0 22 0 334084062 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641928053912 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1572] ppid=1567 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/1569/task/1572/stat : 1572 (java) S 1567 1569 442 0 -1 4202560 93 0 0 0 59 5 0 0 20 0 22 0 334084064 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641882807208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1573] ppid=1567 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/1569/task/1573/stat : 1573 (java) S 1567 1569 442 0 -1 4202560 83 0 0 0 57 3 0 0 20 0 22 0 334084064 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641881754664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1574] ppid=1567 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/1569/task/1574/stat : 1574 (java) S 1567 1569 442 0 -1 4202560 88 0 0 0 59 4 0 0 20 0 22 0 334084064 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641880701608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1575] ppid=1567 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/1569/task/1575/stat : 1575 (java) S 1567 1569 442 0 -1 4202560 74 0 0 0 55 2 0 0 20 0 22 0 334084064 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641879649064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1576] ppid=1567 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/1569/task/1576/stat : 1576 (java) S 1567 1569 442 0 -1 4202560 109 0 0 0 71 5 0 0 20 0 22 0 334084064 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641878596008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1577] ppid=1567 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/1569/task/1577/stat : 1577 (java) S 1567 1569 442 0 -1 4202560 127 0 0 0 74 5 0 0 20 0 22 0 334084064 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641877543464 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1578] ppid=1567 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/1569/task/1578/stat : 1578 (java) S 1567 1569 442 0 -1 4202560 105 0 0 0 69 4 0 0 20 0 22 0 334084064 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641876490408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1580] ppid=1567 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/1569/task/1580/stat : 1580 (java) S 1567 1569 442 0 -1 4202560 65 0 0 0 51 3 0 0 20 0 22 0 334084064 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641875437864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1581] ppid=1567 vsize=11852648 CPUtime=4.7 cores=0,2,4,6
/proc/1569/task/1581/stat : 1581 (java) S 1567 1569 442 0 -1 4202560 191 0 0 0 465 5 0 0 20 0 22 0 334084065 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641745279848 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1582] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1582/stat : 1582 (java) S 1567 1569 442 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641744226168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1583] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1583/stat : 1583 (java) S 1567 1569 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084066 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641743173000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1584] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1584/stat : 1584 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641742121744 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1585] ppid=1567 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/1569/task/1585/stat : 1585 (java) S 1567 1569 442 0 -1 4202560 8415 0 0 0 107 2 0 0 20 0 22 0 334084068 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641741068600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1586] ppid=1567 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/1569/task/1586/stat : 1586 (java) S 1567 1569 442 0 -1 4202560 8814 0 0 0 119 3 0 0 20 0 22 0 334084068 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641740016056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1587] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1587/stat : 1587 (java) S 1567 1569 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084068 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641738963192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1569/tid=1590] ppid=1567 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/1569/task/1590/stat : 1590 (java) S 1567 1569 442 0 -1 4202560 53 0 0 0 15 16 0 0 20 0 22 0 334084068 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641737910856 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1591] ppid=1567 vsize=11852648 CPUtime=890.93 cores=0,2,4,6
/proc/1569/task/1591/stat : 1591 (java) R 1567 1569 442 0 -1 4202560 55 0 0 0 89080 13 0 0 20 0 22 0 334084190 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139641736855472 139641752380913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1569/tid=1592] ppid=1567 vsize=11852648 CPUtime=890.79 cores=0,2,4,6
/proc/1569/task/1592/stat : 1592 (java) R 1567 1569 442 0 -1 4202560 1419 0 0 0 89018 61 0 0 20 0 22 0 334084190 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139640593964160 139641752601582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1569/tid=1593] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1593/stat : 1593 (java) S 1567 1569 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084194 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139640592913704 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1569/tid=1594] ppid=1567 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1569/task/1594/stat : 1594 (java) S 1567 1569 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084194 12137111552 918361 33554432000 1073741824 1073778376 140733732521696 139640591861160 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1569 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=388211
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=571761
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.857
CPU time (s): 1800.15
CPU user time (s): 1798.99
CPU system time (s): 1.16
CPU usage (%): 199.826
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.39
system time used= 1.57176
maximum resident set size= 3675612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24008
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22616
involuntary context switches= 23421

runsolver used 5.19121 second user time and 6.12507 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 01:26:37
IDJOB=3730807
IDBENCH=1479
IDSOLVER=2328
FILE ID=node145/3730807-1338679597
RUNJOBID= node145-1338678626-461
PBS_JOBID= 14636668
Free space on /tmp= 70920 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730807-1338679597/watcher-3730807-1338679597 -o /tmp/evaluation-result-3730807-1338679597/solver-3730807-1338679597 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3730807-1338679597.opb

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=1451911882

node145.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		: 2667.149
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	: 5334.29
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		: 2667.149
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	: 5331.91
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		: 2667.149
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	: 5313.38
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		: 2667.149
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		: 2667.149
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	: 5331.91
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		: 2667.149
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		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26241424 kB
Buffers:          429496 kB
Cached:          4785856 kB
SwapCached:            0 kB
Active:          2152328 kB
Inactive:        3610648 kB
Active(anon):     538960 kB
Inactive(anon):    10928 kB
Active(file):    1613368 kB
Inactive(file):  3599720 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5888 kB
Writeback:             0 kB
AnonPages:        694016 kB
Mapped:            22380 kB
Shmem:               200 kB
Slab:             716612 kB
SReclaimable:     157516 kB
SUnreclaim:       559096 kB
KernelStack:        1808 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 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= 70920 MiB
End job on node145 at 2012-06-03 01:41:40