Trace number 3737888

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.0UNSAT 55.8855 28.0431

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
MD5SUM738ba96229fdd401b6476ba773d47634
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 benchmark0.742886
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.10/0.10	c version 2.3.1.v20110525
0.10/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.10	c java.vm.version	19.1-b02
0.10/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		1.6.0_24
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		9996466904
0.10/0.10	c Max memory 		10048897024
0.10/0.10	c Total memory 		10048897024
0.10/0.10	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@48e5855a
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@398020cc
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-3737888-1338724327.opb
0.10/0.12	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.206s.
0.48/0.33	c #vars     1564
0.48/0.33	c #constraints  3081
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1464
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1464
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
3.54/1.17	c cleaning 2501 clauses out of 5001 with flag 5001/5001
5.37/1.83	c cleaning 4250 clauses out of 8499 with flag 11000/11000
6.35/2.36	c cleaning 5621 clauses out of 11251 with flag 18002/18002
7.33/2.88	c cleaning 6804 clauses out of 13629 with flag 26001/26001
8.93/3.60	c cleaning 7908 clauses out of 15825 with flag 35001/35001
10.52/4.44	c cleaning 8943 clauses out of 17916 with flag 45000/45000
12.27/5.30	c cleaning 9477 clauses out of 18973 with flag 55000/55000
13.82/6.17	c cleaning 9739 clauses out of 19497 with flag 65001/65001
15.76/7.12	c cleaning 9879 clauses out of 19758 with flag 75001/75001
17.31/7.99	c cleaning 9932 clauses out of 19879 with flag 85001/85001
19.26/8.94	c cleaning 9959 clauses out of 19946 with flag 95000/95000
21.02/9.90	c cleaning 9987 clauses out of 19987 with flag 105000/105000
22.95/10.80	c cleaning 9986 clauses out of 20000 with flag 115000/115000
24.70/11.74	c cleaning 10002 clauses out of 20014 with flag 125000/125000
26.44/12.68	c cleaning 9996 clauses out of 20012 with flag 135000/135000
28.38/13.62	c cleaning 10001 clauses out of 20016 with flag 145000/145000
30.09/14.55	c cleaning 9996 clauses out of 20015 with flag 155000/155000
31.85/15.41	c cleaning 10003 clauses out of 20019 with flag 165000/165000
33.57/16.35	c cleaning 9999 clauses out of 20016 with flag 175000/175000
35.31/17.25	c cleaning 9994 clauses out of 20017 with flag 185000/185000
37.03/18.13	c cleaning 9996 clauses out of 20023 with flag 195000/195000
38.77/19.04	c cleaning 10001 clauses out of 20027 with flag 205000/205000
40.49/19.94	c cleaning 10000 clauses out of 20026 with flag 215000/215000
42.23/20.82	c cleaning 10000 clauses out of 20026 with flag 225000/225000
43.72/21.69	c cleaning 10006 clauses out of 20027 with flag 235001/235001
45.66/22.61	c cleaning 9997 clauses out of 20020 with flag 245000/245000
47.19/23.45	c cleaning 10001 clauses out of 20023 with flag 255000/255000
48.92/24.37	c cleaning 9999 clauses out of 20022 with flag 265000/265000
50.83/25.32	c cleaning 9998 clauses out of 20023 with flag 275000/275000
52.53/26.24	c cleaning 10003 clauses out of 20025 with flag 285000/285000
54.26/27.11	c cleaning 10000 clauses out of 20023 with flag 295001/295001
55.78/27.98	c  And the winner is CuttingPlanes
55.83/28.03	c starts		: 12
55.83/28.03	c conflicts		: 1842
55.83/28.03	c decisions		: 5203
55.83/28.03	c propagations		: 320981
55.83/28.03	c inspects		: 10148762
55.83/28.03	c shortcuts		: 0
55.83/28.03	c learnt literals	: 0
55.83/28.03	c learnt binary clauses	: 0
55.83/28.03	c learnt ternary clauses	: 0
55.83/28.03	c learnt constraints	: 1841
55.83/28.03	c ignored constraints	: 0
55.83/28.03	c root simplifications	: 0
55.83/28.03	c removed literals (reason simplification)	: 0
55.83/28.03	c reason swapping (by a shorter reason)	: 0
55.83/28.03	c Calls to reduceDB	: 0
55.83/28.03	c number of reductions to clauses (during analyze)	: 0
55.83/28.03	c number of learned constraints concerned by reduction	: 0
55.83/28.03	c number of learning phase by resolution	: 0
55.83/28.03	c number of learning phase by cutting planes	: 0
55.83/28.03	c speed (assignments/second)	: 11588.598454762077
55.83/28.03	c non guided choices	1481
55.83/28.03	c learnt constraints type 
55.83/28.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
55.83/28.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1840
55.83/28.03	c constraints type 
55.83/28.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
55.83/28.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
55.83/28.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
55.83/28.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1464
55.83/28.03	c constraints type 
55.83/28.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
55.83/28.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1464
55.83/28.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
55.83/28.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
55.83/28.03	s UNSATISFIABLE
55.83/28.03	c Total wall clock time (in seconds): 27.909

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-3737888-1338724327/watcher-3737888-1338724327 -o /tmp/evaluation-result-3737888-1338724327/solver-3737888-1338724327 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737888-1338724327.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.03 3.81 3.68 4/199 1312
/proc/meminfo: memFree=26804116/32873844 swapFree=7124/7124
[pid=1312] ppid=1310 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1312/stat : 1312 (java) R 1310 1312 30903 0 -1 4202496 453 0 0 0 0 0 0 0 20 0 1 0 338558126 9515008 182 33554432000 1073741824 1073778376 140737316715904 140737316698632 273905696437 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1312/statm: 2323 185 143 9 0 71 0

[startup+0.0270189 s]
/proc/loadavg: 4.03 3.81 3.68 4/199 1312
/proc/meminfo: memFree=26804116/32873844 swapFree=7124/7124
[pid=1312] ppid=1310 vsize=10510056 CPUtime=0.01 cores=1,3,5,7
/proc/1312/stat : 1312 (java) S 1310 1312 30903 0 -1 4202496 3570 0 1 0 0 1 0 0 20 0 2 0 338558126 10762297344 9893 33554432000 1073741824 1073778376 140737316715904 140737316707040 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1312/statm: 2627514 9909 942 9 0 2618623 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10510056

[startup+0.100214 s]
/proc/loadavg: 4.03 3.81 3.68 4/199 1312
/proc/meminfo: memFree=26804116/32873844 swapFree=7124/7124
[pid=1312] ppid=1310 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/1312/stat : 1312 (java) S 1310 1312 30903 0 -1 4202496 5731 0 1 0 8 2 0 0 20 0 18 0 338558126 11864465408 13560 33554432000 1073741824 1073778376 140737316715904 140737316707040 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1312/statm: 2896598 13560 2087 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.30027 s]
/proc/loadavg: 4.03 3.81 3.68 4/199 1312
/proc/meminfo: memFree=26804116/32873844 swapFree=7124/7124
[pid=1312] ppid=1310 vsize=11586392 CPUtime=0.48 cores=1,3,5,7
/proc/1312/stat : 1312 (java) S 1310 1312 30903 0 -1 4202496 7451 0 1 0 45 3 0 0 20 0 18 0 338558126 11864465408 16412 33554432000 1073741824 1073778376 140737316715904 140737316707040 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1312/statm: 2896598 16412 2236 9 0 2887285 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 11586392

[startup+0.700203 s]
/proc/loadavg: 4.03 3.81 3.68 4/199 1312
/proc/meminfo: memFree=26804116/32873844 swapFree=7124/7124
[pid=1312] ppid=1310 vsize=11852648 CPUtime=1.94 cores=1,3,5,7
/proc/1312/stat : 1312 (java) S 1310 1312 30903 0 -1 4202496 14229 0 1 0 190 4 0 0 20 0 22 0 338558126 12137111552 28472 33554432000 1073741824 1073778376 140737316715904 140737316707040 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1312/statm: 2963162 28472 2257 9 0 2953849 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 11852648

[startup+1.50089 s]
/proc/loadavg: 4.18 3.84 3.69 7/221 1334
/proc/meminfo: memFree=26619764/32873844 swapFree=7124/7124
[pid=1312] ppid=1310 vsize=11852648 CPUtime=4.72 cores=1,3,5,7
/proc/1312/stat : 1312 (java) S 1310 1312 30903 0 -1 4202496 25974 0 1 0 461 11 0 0 20 0 22 0 338558126 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140737316707040 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1312/statm: 2963162 75717 2290 9 0 2953849 0
[pid=1312/tid=1314] ppid=1310 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/1312/task/1314/stat : 1314 (java) S 1310 1312 30903 0 -1 4202560 3898 0 1 0 28 3 0 0 20 0 22 0 338558127 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194336171160 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1315] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1315/stat : 1315 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194311576616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1316] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1316/stat : 1316 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194310523816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1317] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1317/stat : 1317 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194171112232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1318] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1318/stat : 1318 (java) S 1310 1312 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194170059432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1319] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1319/stat : 1319 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194169006632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1320] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1320/stat : 1320 (java) S 1310 1312 30903 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194167953832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1321] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1321/stat : 1321 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194166901032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1322] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1322/stat : 1322 (java) S 1310 1312 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194165848232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1323] ppid=1310 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/1312/task/1323/stat : 1323 (java) S 1310 1312 30903 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 338558130 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194153651176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1324] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1324/stat : 1324 (java) S 1310 1312 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194152597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1325] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1325/stat : 1325 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194151544328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1326] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1326/stat : 1326 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194150492816 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1327] ppid=1310 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/1312/task/1327/stat : 1327 (java) S 1310 1312 30903 0 -1 4202560 13196 0 0 0 112 2 0 0 20 0 22 0 338558133 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194149439928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1328] ppid=1310 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/1312/task/1328/stat : 1328 (java) S 1310 1312 30903 0 -1 4202560 7431 0 0 0 90 1 0 0 20 0 22 0 338558133 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194148387128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1329] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1329/stat : 1329 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194147334520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1330] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1330/stat : 1330 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194146281928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1331] ppid=1310 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/1312/task/1331/stat : 1331 (java) R 1310 1312 30903 0 -1 4202560 29 0 0 0 111 0 0 0 20 0 22 0 338558159 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194145227928 140194192508638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1332] ppid=1310 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/1312/task/1332/stat : 1332 (java) R 1310 1312 30903 0 -1 4202560 157 0 0 0 107 4 0 0 20 0 22 0 338558159 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194144174600 140194192418225 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1333] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1333/stat : 1333 (java) S 1310 1312 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338558160 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194143122856 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1334] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1334/stat : 1334 (java) S 1310 1312 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338558160 12137111552 75717 33554432000 1073741824 1073778376 140737316715904 140194142070056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 11852648

[startup+3.10092 s]
/proc/loadavg: 4.18 3.84 3.69 5/221 1334
/proc/meminfo: memFree=26363144/32873844 swapFree=7124/7124
[pid=1312] ppid=1310 vsize=11852648 CPUtime=7.93 cores=1,3,5,7
/proc/1312/stat : 1312 (java) S 1310 1312 30903 0 -1 4202496 26074 0 1 0 779 14 0 0 20 0 22 0 338558126 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140737316707040 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1312/statm: 2963162 112600 2290 9 0 2953849 0
[pid=1312/tid=1314] ppid=1310 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/1312/task/1314/stat : 1314 (java) S 1310 1312 30903 0 -1 4202560 3899 0 1 0 28 3 0 0 20 0 22 0 338558127 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194336171160 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1315] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1315/stat : 1315 (java) S 1310 1312 30903 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194311576616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1316] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1316/stat : 1316 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194310523816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1317] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1317/stat : 1317 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194171112232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1318] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1318/stat : 1318 (java) S 1310 1312 30903 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194170059432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1319] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1319/stat : 1319 (java) S 1310 1312 30903 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194169006632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1320] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1320/stat : 1320 (java) S 1310 1312 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194167953832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1321] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1321/stat : 1321 (java) S 1310 1312 30903 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194166901032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1322] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1322/stat : 1322 (java) S 1310 1312 30903 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194165848232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1323] ppid=1310 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/1312/task/1323/stat : 1323 (java) S 1310 1312 30903 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 22 0 338558130 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194153651176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1324] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1324/stat : 1324 (java) S 1310 1312 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194152597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1325] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1325/stat : 1325 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194151544328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1326] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1326/stat : 1326 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194150492816 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1327] ppid=1310 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/1312/task/1327/stat : 1327 (java) S 1310 1312 30903 0 -1 4202560 13197 0 0 0 120 2 0 0 20 0 22 0 338558133 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194149439928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1328] ppid=1310 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/1312/task/1328/stat : 1328 (java) S 1310 1312 30903 0 -1 4202560 7432 0 0 0 93 1 0 0 20 0 22 0 338558133 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194148387128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1329] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1329/stat : 1329 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194147334520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1330] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1330/stat : 1330 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194146281928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1331] ppid=1310 vsize=11852648 CPUtime=2.59 cores=1,3,5,7
/proc/1312/task/1331/stat : 1331 (java) R 1310 1312 30903 0 -1 4202560 29 0 0 0 259 0 0 0 20 0 22 0 338558159 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194145227848 140194192729081 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1332] ppid=1310 vsize=11852648 CPUtime=2.6 cores=1,3,5,7
/proc/1312/task/1332/stat : 1332 (java) R 1310 1312 30903 0 -1 4202560 226 0 0 0 254 6 0 0 20 0 22 0 338558159 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194144172688 140194192890523 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1333] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1333/stat : 1333 (java) S 1310 1312 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338558160 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194143122856 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1334] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1334/stat : 1334 (java) S 1310 1312 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338558160 12137111552 112600 33554432000 1073741824 1073778376 140737316715904 140194142070056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 11852648

[startup+6.30091 s]
/proc/loadavg: 4.18 3.84 3.69 5/221 1334
/proc/meminfo: memFree=26255588/32873844 swapFree=7124/7124
[pid=1312] ppid=1310 vsize=11852648 CPUtime=14.15 cores=1,3,5,7
/proc/1312/stat : 1312 (java) S 1310 1312 30903 0 -1 4202496 26155 0 1 0 1399 16 0 0 20 0 22 0 338558126 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140737316707040 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1312/statm: 2963162 144379 2290 9 0 2953849 0
[pid=1312/tid=1314] ppid=1310 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/1312/task/1314/stat : 1314 (java) S 1310 1312 30903 0 -1 4202560 3899 0 1 0 28 3 0 0 20 0 22 0 338558127 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194336171160 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1315] ppid=1310 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/1312/task/1315/stat : 1315 (java) S 1310 1312 30903 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 338558129 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194311576616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1316] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1316/stat : 1316 (java) S 1310 1312 30903 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194310523816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1317] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1317/stat : 1317 (java) S 1310 1312 30903 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194171112232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1318] ppid=1310 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/1312/task/1318/stat : 1318 (java) S 1310 1312 30903 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 338558129 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194170059432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1319] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1319/stat : 1319 (java) S 1310 1312 30903 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194169006632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1320] ppid=1310 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/1312/task/1320/stat : 1320 (java) S 1310 1312 30903 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 338558129 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194167953832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1321] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1321/stat : 1321 (java) S 1310 1312 30903 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194166901032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1322] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1322/stat : 1322 (java) S 1310 1312 30903 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338558129 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194165848232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1323] ppid=1310 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/1312/task/1323/stat : 1323 (java) S 1310 1312 30903 0 -1 4202560 39 0 0 0 31 0 0 0 20 0 22 0 338558130 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194153651176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1324] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1324/stat : 1324 (java) S 1310 1312 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194152597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1325] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1325/stat : 1325 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194151544328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1326] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1326/stat : 1326 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194150492816 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1327] ppid=1310 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/1312/task/1327/stat : 1327 (java) S 1310 1312 30903 0 -1 4202560 13197 0 0 0 121 2 0 0 20 0 22 0 338558133 12137111552 144379 33554432000 1073741824 1073778376 140737316715904 140194149439928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/1312/task/1324/stat : 1324 (java) S 1310 1312 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 163885 33554432000 1073741824 1073778376 140737316715904 140194152597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1325] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1325/stat : 1325 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 163885 33554432000 1073741824 1073778376 140737316715904 140194151544328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1326] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1326/stat : 1326 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 163885 33554432000 1073741824 1073778376 140737316715904 140194150492816 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1327] ppid=1310 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/1312/task/1327/stat : 1327 (java) S 1310 1312 30903 0 -1 4202560 13197 0 0 0 121 2 0 0 20 0 22 0 338558133 12137111552 163885 33554432000 1073741824 1073778376 140737316715904 140194149439928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1328] ppid=1310 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/1312/task/1328/stat : 1328 (java) S 1310 1312 30903 0 -1 4202560 7432 0 0 0 93 1 0 0 20 0 22 0 338558133 12137111552 163885 33554432000 1073741824 1073778376 140737316715904 140194148387128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1329] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1329/stat : 1329 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 163885 33554432000 1073741824 1073778376 140737316715904 140194147334520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1330] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1330/stat : 1330 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 163885 33554432000 1073741824 1073778376 140737316715904 140194146281928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1331] ppid=1310 vsize=11852648 CPUtime=24.59 cores=1,3,5,7
/proc/1312/task/1331/stat : 1331 (java) R 1310 1312 30903 0 -1 4202560 44 0 0 0 2459 0 0 0 20 0 22 0 338558159 12137111552 163885 33554432000 1073741824 1073778376 140737316715904 140194145227728 140194192037826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1332] ppid=1310 vsize=11852648 CPUtime=24.59 cores=1,3,5,7
/proc/1312/task/1332/stat : 1332 (java) R 1310 1312 30903 0 -1 4202560 322 0 0 0 2451 8 0 0 20 0 22 0 338558159 12137111552 163885 33554432000 1073741824 1073778376 140737316715904 140194144174904 140194192477489 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1333] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1333/stat : 1333 (java) S 1310 1312 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338558160 12137111552 163885 33554432000 1073741824 1073778376 140737316715904 140194143122856 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1334] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1334/stat : 1334 (java) S 1310 1312 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338558160 12137111552 163885 33554432000 1073741824 1073778376 140737316715904 140194142070056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 54.26
Current children cumulated vsize (KiB) 11852648

[startup+27.5077 s]
/proc/loadavg: 4.12 3.85 3.70 5/221 1334
/proc/meminfo: memFree=25572064/32873844 swapFree=7124/7124
[pid=1312] ppid=1310 vsize=11852648 CPUtime=54.99 cores=1,3,5,7
/proc/1312/stat : 1312 (java) S 1310 1312 30903 0 -1 4202496 26268 0 1 0 5480 19 0 0 20 0 22 0 338558126 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140737316707040 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1312/statm: 2963162 164397 2290 9 0 2953849 0
[pid=1312/tid=1314] ppid=1310 vsize=11852648 CPUtime=0.32 cores=1,3,5,7
/proc/1312/task/1314/stat : 1314 (java) S 1310 1312 30903 0 -1 4202560 3903 0 1 0 29 3 0 0 20 0 22 0 338558127 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194336171160 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1315] ppid=1310 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/1312/task/1315/stat : 1315 (java) S 1310 1312 30903 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194311576616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1316] ppid=1310 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1312/task/1316/stat : 1316 (java) S 1310 1312 30903 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194310523816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1317] ppid=1310 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/1312/task/1317/stat : 1317 (java) S 1310 1312 30903 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194171112232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1318] ppid=1310 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/1312/task/1318/stat : 1318 (java) S 1310 1312 30903 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194170059432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1319] ppid=1310 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/1312/task/1319/stat : 1319 (java) S 1310 1312 30903 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194169006632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1320] ppid=1310 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/1312/task/1320/stat : 1320 (java) S 1310 1312 30903 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194167953832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1321] ppid=1310 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/1312/task/1321/stat : 1321 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194166901032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1322] ppid=1310 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/1312/task/1322/stat : 1322 (java) S 1310 1312 30903 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194165848232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1323] ppid=1310 vsize=11852648 CPUtime=2 cores=1,3,5,7
/proc/1312/task/1323/stat : 1323 (java) S 1310 1312 30903 0 -1 4202560 53 0 0 0 200 0 0 0 20 0 22 0 338558130 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194153651176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1324] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1324/stat : 1324 (java) S 1310 1312 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194152597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1325] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1325/stat : 1325 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194151544328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1326] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1326/stat : 1326 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194150492816 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1327] ppid=1310 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/1312/task/1327/stat : 1327 (java) S 1310 1312 30903 0 -1 4202560 13197 0 0 0 121 2 0 0 20 0 22 0 338558133 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194149439928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1328] ppid=1310 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/1312/task/1328/stat : 1328 (java) S 1310 1312 30903 0 -1 4202560 7432 0 0 0 93 1 0 0 20 0 22 0 338558133 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194148387128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1329] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1329/stat : 1329 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194147334520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1330] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1330/stat : 1330 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194146281928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1331] ppid=1310 vsize=11852648 CPUtime=24.9 cores=1,3,5,7
/proc/1312/task/1331/stat : 1331 (java) R 1310 1312 30903 0 -1 4202560 44 0 0 0 2490 0 0 0 20 0 22 0 338558159 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194145227728 140194192396335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1332] ppid=1310 vsize=11852648 CPUtime=24.91 cores=1,3,5,7
/proc/1312/task/1332/stat : 1332 (java) R 1310 1312 30903 0 -1 4202560 323 0 0 0 2483 8 0 0 20 0 22 0 338558159 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194144172688 140194192868009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1333] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1333/stat : 1333 (java) S 1310 1312 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338558160 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194143122856 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1334] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1334/stat : 1334 (java) S 1310 1312 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338558160 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194142070056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 54.99
Current children cumulated vsize (KiB) 11852648

[startup+27.9009 s]
/proc/loadavg: 4.12 3.85 3.70 5/221 1334
/proc/meminfo: memFree=25572064/32873844 swapFree=7124/7124
[pid=1312] ppid=1310 vsize=11852648 CPUtime=55.78 cores=1,3,5,7
/proc/1312/stat : 1312 (java) S 1310 1312 30903 0 -1 4202496 26268 0 1 0 5559 19 0 0 20 0 22 0 338558126 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140737316707040 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1312/statm: 2963162 164397 2290 9 0 2953849 0
[pid=1312/tid=1314] ppid=1310 vsize=11852648 CPUtime=0.32 cores=1,3,5,7
/proc/1312/task/1314/stat : 1314 (java) S 1310 1312 30903 0 -1 4202560 3903 0 1 0 29 3 0 0 20 0 22 0 338558127 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194336171160 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1315] ppid=1310 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/1312/task/1315/stat : 1315 (java) S 1310 1312 30903 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194311576616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1316] ppid=1310 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1312/task/1316/stat : 1316 (java) S 1310 1312 30903 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194310523816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1317] ppid=1310 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/1312/task/1317/stat : 1317 (java) S 1310 1312 30903 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194171112232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1318] ppid=1310 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/1312/task/1318/stat : 1318 (java) S 1310 1312 30903 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194170059432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1319] ppid=1310 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/1312/task/1319/stat : 1319 (java) S 1310 1312 30903 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194169006632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1320] ppid=1310 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/1312/task/1320/stat : 1320 (java) S 1310 1312 30903 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194167953832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1321] ppid=1310 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/1312/task/1321/stat : 1321 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194166901032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1322] ppid=1310 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/1312/task/1322/stat : 1322 (java) S 1310 1312 30903 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 338558129 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194165848232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1323] ppid=1310 vsize=11852648 CPUtime=2 cores=1,3,5,7
/proc/1312/task/1323/stat : 1323 (java) S 1310 1312 30903 0 -1 4202560 53 0 0 0 200 0 0 0 20 0 22 0 338558130 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194153651176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1324] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1324/stat : 1324 (java) S 1310 1312 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194152597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1325] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1325/stat : 1325 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338558130 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194151544328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1326] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1326/stat : 1326 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194150492816 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1327] ppid=1310 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/1312/task/1327/stat : 1327 (java) S 1310 1312 30903 0 -1 4202560 13197 0 0 0 121 2 0 0 20 0 22 0 338558133 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194149439928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1328] ppid=1310 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/1312/task/1328/stat : 1328 (java) S 1310 1312 30903 0 -1 4202560 7432 0 0 0 93 1 0 0 20 0 22 0 338558133 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194148387128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1329] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1329/stat : 1329 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194147334520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1330] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1330/stat : 1330 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338558133 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194146281928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1331] ppid=1310 vsize=11852648 CPUtime=25.3 cores=1,3,5,7
/proc/1312/task/1331/stat : 1331 (java) R 1310 1312 30903 0 -1 4202560 44 0 0 0 2530 0 0 0 20 0 22 0 338558159 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194145227728 140194192395744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1332] ppid=1310 vsize=11852648 CPUtime=25.3 cores=1,3,5,7
/proc/1312/task/1332/stat : 1332 (java) R 1310 1312 30903 0 -1 4202560 323 0 0 0 2522 8 0 0 20 0 22 0 338558159 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194144172688 140194192890447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1333] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1333/stat : 1333 (java) S 1310 1312 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338558160 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194143122856 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1334] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1334/stat : 1334 (java) S 1310 1312 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338558160 12137111552 164397 33554432000 1073741824 1073778376 140737316715904 140194142070056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 55.78
Current children cumulated vsize (KiB) 11852648

[startup+28.0008 s]
/proc/loadavg: 4.12 3.85 3.70 5/221 1334
/proc/meminfo: memFree=25572064/32873844 swapFree=7124/7124
[pid=1312] ppid=1310 vsize=11852648 CPUtime=55.83 cores=1,3,5,7
/proc/1312/stat : 1312 (java) S 1310 1312 30903 0 -1 4202496 26269 0 1 0 5563 20 0 0 20 0 19 0 338558126 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140737316707040 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1312/statm: 2963162 164386 2291 9 0 2953849 0
[pid=1312/tid=1314] ppid=1310 vsize=11852648 CPUtime=0.32 cores=1,3,5,7
/proc/1312/task/1314/stat : 1314 (java) S 1310 1312 30903 0 -1 4202560 3903 0 1 0 29 3 0 0 20 0 19 0 338558127 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194336171160 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1315] ppid=1310 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/1312/task/1315/stat : 1315 (java) S 1310 1312 30903 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 338558129 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194311576616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1316] ppid=1310 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/1312/task/1316/stat : 1316 (java) S 1310 1312 30903 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 338558129 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194310523816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1317] ppid=1310 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/1312/task/1317/stat : 1317 (java) S 1310 1312 30903 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 338558129 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194171112232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1318] ppid=1310 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/1312/task/1318/stat : 1318 (java) S 1310 1312 30903 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 338558129 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194170059432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1319] ppid=1310 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/1312/task/1319/stat : 1319 (java) S 1310 1312 30903 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 338558129 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194169006632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1320] ppid=1310 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/1312/task/1320/stat : 1320 (java) S 1310 1312 30903 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 338558129 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194167953832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1321] ppid=1310 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/1312/task/1321/stat : 1321 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 338558129 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194166901032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1322] ppid=1310 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/1312/task/1322/stat : 1322 (java) S 1310 1312 30903 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 338558129 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194165848232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1323] ppid=1310 vsize=11852648 CPUtime=2 cores=1,3,5,7
/proc/1312/task/1323/stat : 1323 (java) S 1310 1312 30903 0 -1 4202560 53 0 0 0 200 0 0 0 20 0 19 0 338558130 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194153651176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1324] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1324/stat : 1324 (java) S 1310 1312 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338558130 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194152597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1325] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1325/stat : 1325 (java) S 1310 1312 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338558130 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194151544328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1326] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1326/stat : 1326 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338558133 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194150492816 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1312/tid=1327] ppid=1310 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/1312/task/1327/stat : 1327 (java) S 1310 1312 30903 0 -1 4202560 13197 0 0 0 121 2 0 0 20 0 19 0 338558133 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194149439928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1312/tid=1328] ppid=1310 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/1312/task/1328/stat : 1328 (java) S 1310 1312 30903 0 -1 4202560 7432 0 0 0 93 1 0 0 20 0 19 0 338558133 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194148387128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1329] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1329/stat : 1329 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338558133 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194147334520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1312/tid=1330] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1330/stat : 1330 (java) S 1310 1312 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338558133 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194146281928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1312/tid=1334] ppid=1310 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1312/task/1334/stat : 1334 (java) S 1310 1312 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338558160 12137111552 164386 33554432000 1073741824 1073778376 140737316715904 140194142070056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 55.83
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 28.0431
CPU time (s): 55.8855
CPU user time (s): 55.5925
CPU system time (s): 0.292955
CPU usage (%): 199.285
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.5925
system time used= 0.292955
maximum resident set size= 657592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26274
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1821
involuntary context switches= 1370

runsolver used 0.122981 second user time and 0.267959 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 13:52:07
IDJOB=3737888
IDBENCH=48342
IDSOLVER=2328
FILE ID=node134/3737888-1338724327
RUNJOBID= node134-1338713778-30920
PBS_JOBID= 14636743
Free space on /tmp= 70360 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737888-1338724327/watcher-3737888-1338724327 -o /tmp/evaluation-result-3737888-1338724327/solver-3737888-1338724327 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737888-1338724327.opb

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

MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634
RANDOM SEED=1460697785

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26804124 kB
Buffers:          487848 kB
Cached:          3303392 kB
SwapCached:           76 kB
Active:          3112432 kB
Inactive:        2049920 kB
Active(anon):    1362328 kB
Inactive(anon):    10496 kB
Active(file):    1750104 kB
Inactive(file):  2039424 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:               136 kB
Writeback:             0 kB
AnonPages:       1443136 kB
Mapped:            19400 kB
Shmem:                96 kB
Slab:             761880 kB
SReclaimable:     202992 kB
SUnreclaim:       558888 kB
KernelStack:        1800 kB
PageTables:         6584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1388544 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= 70360 MiB
End job on node134 at 2012-06-03 13:52:36