Trace number 3734768

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0UNSAT 89.1405 44.2577

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_2.opb
MD5SUM1d7dd5c267917b6fb58d303c57bfa918
Bench CategoryOPT-SMALLINT (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 benchmark5.99509
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2424
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3734768-1338692614.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.019s.
0.09/0.14	c #vars     31
0.09/0.14	c #constraints  9
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1.96/0.62	c cleaning 2500 clauses out of 5000 with flag 5000/5000
2.71/0.86	c cleaning 4251 clauses out of 8501 with flag 11001/11001
3.76/1.18	c cleaning 5620 clauses out of 11249 with flag 18000/18000
4.75/1.67	c cleaning 6815 clauses out of 13629 with flag 26000/26000
5.98/2.22	c cleaning 7907 clauses out of 15814 with flag 35000/35000
7.75/3.19	c cleaning 8953 clauses out of 17907 with flag 45000/45000
9.72/4.16	c cleaning 9478 clauses out of 18956 with flag 55002/55002
11.51/5.03	c cleaning 9739 clauses out of 19477 with flag 65001/65001
13.08/5.83	c cleaning 9868 clauses out of 19737 with flag 75000/75000
14.66/6.69	c cleaning 9934 clauses out of 19869 with flag 85000/85000
16.42/7.58	c cleaning 9961 clauses out of 19936 with flag 95001/95001
18.20/8.46	c cleaning 9986 clauses out of 19974 with flag 105000/105000
19.97/9.40	c cleaning 9992 clauses out of 19988 with flag 115000/115000
21.74/10.20	c cleaning 9999 clauses out of 19998 with flag 125002/125002
23.52/11.15	c cleaning 9997 clauses out of 19997 with flag 135000/135000
25.09/11.94	c cleaning 9999 clauses out of 20000 with flag 145000/145000
26.46/12.60	c cleaning 9998 clauses out of 20001 with flag 155000/155000
28.03/13.41	c cleaning 10002 clauses out of 20004 with flag 165001/165001
28.81/13.88	c cleaning 0 clauses out of 5001 with flag 0/5001
30.23/14.35	c cleaning 9999 clauses out of 20001 with flag 175000/175000
31.74/15.04	c cleaning 10000 clauses out of 20002 with flag 185000/185000
33.51/15.98	c cleaning 9995 clauses out of 20002 with flag 195000/195000
35.28/16.84	c cleaning 10000 clauses out of 20007 with flag 205000/205000
37.05/17.77	c cleaning 10004 clauses out of 20009 with flag 215002/215002
38.82/18.65	c cleaning 9999 clauses out of 20003 with flag 225000/225000
40.38/19.47	c cleaning 10000 clauses out of 20004 with flag 235000/235000
41.96/20.23	c cleaning 10001 clauses out of 20005 with flag 245001/245001
43.34/20.92	c cleaning 9999 clauses out of 20004 with flag 255001/255001
45.10/21.80	c cleaning 9999 clauses out of 20004 with flag 265000/265000
46.48/22.57	c cleaning 10000 clauses out of 20005 with flag 275000/275000
48.06/23.36	c cleaning 10001 clauses out of 20005 with flag 285000/285000
49.43/24.10	c cleaning 10000 clauses out of 20004 with flag 295000/295000
50.99/24.85	c cleaning 10002 clauses out of 20004 with flag 305000/305000
52.55/25.61	c cleaning 10000 clauses out of 20002 with flag 315000/315000
53.93/26.39	c cleaning 9999 clauses out of 20002 with flag 325000/325000
55.49/27.14	c cleaning 10001 clauses out of 20003 with flag 335000/335000
57.05/27.92	c cleaning 10001 clauses out of 20004 with flag 345002/345002
58.43/28.65	c cleaning 9996 clauses out of 20002 with flag 355001/355001
59.79/29.32	c cleaning 10001 clauses out of 20006 with flag 365001/365001
61.16/30.06	c cleaning 9999 clauses out of 20006 with flag 375002/375002
62.53/30.80	c cleaning 9999 clauses out of 20005 with flag 385000/385000
64.09/31.54	c cleaning 10003 clauses out of 20008 with flag 395002/395002
65.46/32.27	c cleaning 9998 clauses out of 20004 with flag 405001/405001
67.22/33.20	c cleaning 9997 clauses out of 20005 with flag 415000/415000
68.79/33.99	c cleaning 10002 clauses out of 20009 with flag 425001/425001
70.15/34.69	c cleaning 10000 clauses out of 20006 with flag 435000/435000
71.52/35.31	c cleaning 10004 clauses out of 20008 with flag 445002/445002
72.89/36.07	c cleaning 10000 clauses out of 20002 with flag 455000/455000
74.24/36.77	c cleaning 10001 clauses out of 20003 with flag 465001/465001
75.62/37.46	c cleaning 10002 clauses out of 20004 with flag 475003/475003
76.98/38.13	c cleaning 9996 clauses out of 19999 with flag 485000/485000
78.46/38.84	c cleaning 9996 clauses out of 20003 with flag 495000/495000
80.07/39.55	c cleaning 9999 clauses out of 20007 with flag 505001/505001
81.92/40.31	c cleaning 10001 clauses out of 20008 with flag 515001/515001
83.20/40.95	c cleaning 10001 clauses out of 20006 with flag 525000/525000
84.48/41.60	c cleaning 10003 clauses out of 20005 with flag 535000/535000
86.04/42.30	c cleaning 9997 clauses out of 20002 with flag 545001/545001
87.23/42.98	c cleaning 10000 clauses out of 20005 with flag 555001/555001
88.38/43.57	c cleaning 10000 clauses out of 20004 with flag 565001/565001
88.99/43.89	c  And the winner is Resolution
88.99/44.23	c starts		: 152
88.99/44.23	c conflicts		: 570450
88.99/44.23	c decisions		: 572363
88.99/44.23	c propagations		: 4140805
88.99/44.23	c inspects		: 778659598
88.99/44.23	c shortcuts		: 0
88.99/44.23	c learnt literals	: 10
88.99/44.23	c learnt binary clauses	: 57
88.99/44.23	c learnt ternary clauses	: 264
88.99/44.23	c learnt constraints	: 570439
88.99/44.23	c ignored constraints	: 0
88.99/44.23	c root simplifications	: 0
88.99/44.23	c removed literals (reason simplification)	: 5314403
88.99/44.23	c reason swapping (by a shorter reason)	: 0
88.99/44.23	c Calls to reduceDB	: 58
88.99/44.23	c number of reductions to clauses (during analyze)	: 0
88.99/44.23	c number of learned constraints concerned by reduction	: 0
88.99/44.23	c number of learning phase by resolution	: 0
88.99/44.23	c number of learning phase by cutting planes	: 0
88.99/44.23	c speed (assignments/second)	: 93900.06349494308
88.99/44.23	c non guided choices	13
88.99/44.25	c learnt constraints type 
88.99/44.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 57
88.99/44.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15388
88.99/44.25	c constraints type 
88.99/44.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
88.99/44.25	c constraints type 
88.99/44.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
88.99/44.25	s UNSATISFIABLE
88.99/44.25	c Total wall clock time (in seconds): 44.13

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-3734768-1338692614/watcher-3734768-1338692614 -o /tmp/evaluation-result-3734768-1338692614/solver-3734768-1338692614 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3734768-1338692614.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: 3.33 3.31 3.41 4/197 5789
/proc/meminfo: memFree=28900872/32873648 swapFree=7116/7116
[pid=5789] ppid=5787 vsize=9300 CPUtime=0 cores=1,3,5,7
/proc/5789/stat : 5789 (java) R 5787 5789 621 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 335386915 9523200 184 33554432000 1073741824 1073778376 140736625248976 140736625240200 260190137783 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5789/statm: 2 1 0 0 0 2 0

[startup+0.016156 s]
/proc/loadavg: 3.33 3.31 3.41 4/197 5789
/proc/meminfo: memFree=28900872/32873648 swapFree=7116/7116
[pid=5789] ppid=5787 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/5789/stat : 5789 (java) S 5787 5789 621 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 335386915 103964672 1054 33554432000 1073741824 1073778376 140736323554832 140736323545968 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5789/statm: 25382 1056 808 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100184 s]
/proc/loadavg: 3.33 3.31 3.41 4/197 5789
/proc/meminfo: memFree=28900872/32873648 swapFree=7116/7116
[pid=5789] ppid=5787 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/5789/stat : 5789 (java) S 5787 5789 621 0 -1 4202496 5265 0 1 0 8 1 0 0 20 0 18 0 335386915 11864465408 13604 33554432000 1073741824 1073778376 140736323554832 140736323545968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5789/statm: 2896598 13604 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300174 s]
/proc/loadavg: 3.33 3.31 3.41 4/197 5789
/proc/meminfo: memFree=28900872/32873648 swapFree=7116/7116
[pid=5789] ppid=5787 vsize=11852648 CPUtime=0.76 cores=1,3,5,7
/proc/5789/stat : 5789 (java) S 5787 5789 621 0 -1 4202496 9274 0 1 0 73 3 0 0 20 0 22 0 335386915 12137111552 18420 33554432000 1073741824 1073778376 140736323554832 140736323545968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5789/statm: 2963162 18420 2219 9 0 2953849 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 11852648

[startup+0.700195 s]
/proc/loadavg: 3.33 3.31 3.41 4/197 5789
/proc/meminfo: memFree=28900872/32873648 swapFree=7116/7116
[pid=5789] ppid=5787 vsize=11852648 CPUtime=2.32 cores=1,3,5,7
/proc/5789/stat : 5789 (java) S 5787 5789 621 0 -1 4202496 22726 0 1 0 226 6 0 0 20 0 22 0 335386915 12137111552 42442 33554432000 1073741824 1073778376 140736323554832 140736323545968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5789/statm: 2963162 42442 2271 9 0 2953849 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 11852648

[startup+1.5008 s]
/proc/loadavg: 3.33 3.31 3.41 7/219 5811
/proc/meminfo: memFree=28702948/32873648 swapFree=7116/7116
[pid=5789] ppid=5787 vsize=11852648 CPUtime=4.55 cores=1,3,5,7
/proc/5789/stat : 5789 (java) S 5787 5789 621 0 -1 4202496 22910 0 1 0 447 8 0 0 20 0 22 0 335386915 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140736323545968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5789/statm: 2963162 85459 2273 9 0 2953849 0
[pid=5789/tid=5791] ppid=5787 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/5789/task/5791/stat : 5791 (java) S 5787 5789 621 0 -1 4202560 3365 0 1 0 9 1 0 0 20 0 22 0 335386916 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140236771693720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 621 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140236726446504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140236725393960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140236724340904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140236723288360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140236604566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140236603513896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140236602460840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140236601408296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 621 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 335386919 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140236589209960 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335386919 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140235983807864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335386919 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140235982754696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335386922 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140235981703440 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 621 0 -1 4202560 9972 0 0 0 86 2 0 0 20 0 22 0 335386922 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140235980651320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 621 0 -1 4202560 8070 0 0 0 83 2 0 0 20 0 22 0 335386922 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140235979598776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335386922 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140235978545912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335386922 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140235977493576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5808] ppid=5787 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/5789/task/5808/stat : 5808 (java) R 5787 5789 621 0 -1 4202560 40 0 0 0 129 0 0 0 20 0 22 0 335386929 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140235976438080 140236605076212 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5809] ppid=5787 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/5789/task/5809/stat : 5809 (java) R 5787 5789 621 0 -1 4202560 189 0 0 0 126 3 0 0 20 0 22 0 335386929 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140235975383880 140236605175598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5810] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5810/stat : 5810 (java) S 5787 5789 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335386929 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140235974333224 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5811] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5811/stat : 5811 (java) S 5787 5789 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335386929 12137111552 85459 33554432000 1073741824 1073778376 140736323554832 140235973280680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 11852648

[startup+3.10072 s]
/proc/loadavg: 3.38 3.32 3.41 5/219 5811
/proc/meminfo: memFree=28467988/32873648 swapFree=7116/7116
[pid=5789] ppid=5787 vsize=11852648 CPUtime=7.75 cores=1,3,5,7
/proc/5789/stat : 5789 (java) S 5787 5789 621 0 -1 4202496 23102 0 1 0 763 12 0 0 20 0 22 0 335386915 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140736323545968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5789/statm: 2963162 172519 2280 9 0 2953849 0
[pid=5789/tid=5791] ppid=5787 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/5789/task/5791/stat : 5791 (java) S 5787 5789 621 0 -1 4202560 3365 0 1 0 9 1 0 0 20 0 22 0 335386916 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140236771693720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 621 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140236726446504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140236725393960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140236724340904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140236723288360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140236604566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140236603513896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140236602460840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140236601408296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 621 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 22 0 335386919 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140236589209960 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335386919 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140235983807864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335386919 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140235982754696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335386922 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140235981703440 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 621 0 -1 4202560 9980 0 0 0 90 2 0 0 20 0 22 0 335386922 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140235980651320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 621 0 -1 4202560 8070 0 0 0 83 2 0 0 20 0 22 0 335386922 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140235979598776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335386922 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140235978545912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335386922 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140235977493576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5808] ppid=5787 vsize=11852648 CPUtime=2.84 cores=1,3,5,7
/proc/5789/task/5808/stat : 5808 (java) R 5787 5789 621 0 -1 4202560 40 0 0 0 284 0 0 0 20 0 22 0 335386929 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140235976438080 140236605084690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5809] ppid=5787 vsize=11852648 CPUtime=2.84 cores=1,3,5,7
/proc/5789/task/5809/stat : 5809 (java) R 5787 5789 621 0 -1 4202560 359 0 0 0 277 7 0 0 20 0 22 0 335386929 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140235975385504 140236605174754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5810] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5810/stat : 5810 (java) S 5787 5789 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335386929 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140235974333224 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5811] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5811/stat : 5811 (java) S 5787 5789 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335386929 12137111552 172519 33554432000 1073741824 1073778376 140736323554832 140235973280680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 11852648

[startup+6.30071 s]
/proc/loadavg: 3.38 3.32 3.41 5/219 5811
/proc/meminfo: memFree=28133204/32873648 swapFree=7116/7116
[pid=5789] ppid=5787 vsize=11852648 CPUtime=14.05 cores=1,3,5,7
/proc/5789/stat : 5789 (java) S 5787 5789 621 0 -1 4202496 23162 0 1 0 1391 14 0 0 20 0 22 0 335386915 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140736323545968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5789/statm: 2963162 193347 2280 9 0 2953849 0
[pid=5789/tid=5791] ppid=5787 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/5789/task/5791/stat : 5791 (java) S 5787 5789 621 0 -1 4202560 3365 0 1 0 9 1 0 0 20 0 22 0 335386916 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140236771693720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 621 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140236726446504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140236725393960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140236724340904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140236723288360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140236604566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140236603513896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140236602460840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335386918 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140236601408296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 621 0 -1 4202560 33 0 0 0 16 0 0 0 20 0 22 0 335386919 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140236589209960 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335386919 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140235983807864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335386919 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140235982754696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335386922 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140235981703440 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 621 0 -1 4202560 9980 0 0 0 90 2 0 0 20 0 22 0 335386922 12137111552 193347 33554432000 1073741824 1073778376 140736323554832 140235980651320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=5789/tid=5801] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335386919 12137111552 196594 33554432000 1073741824 1073778376 140736323554832 140235983807864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335386919 12137111552 196594 33554432000 1073741824 1073778376 140736323554832 140235982754696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335386922 12137111552 196594 33554432000 1073741824 1073778376 140736323554832 140235981703440 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 621 0 -1 4202560 9985 0 0 0 120 2 0 0 20 0 22 0 335386922 12137111552 196594 33554432000 1073741824 1073778376 140736323554832 140235980651320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 621 0 -1 4202560 12513 0 0 0 200 2 0 0 20 0 22 0 335386922 12137111552 196594 33554432000 1073741824 1073778376 140736323554832 140235979598776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335386922 12137111552 196594 33554432000 1073741824 1073778376 140736323554832 140235978545912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335386922 12137111552 196594 33554432000 1073741824 1073778376 140736323554832 140235977493576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5808] ppid=5787 vsize=11852648 CPUtime=40.66 cores=1,3,5,7
/proc/5789/task/5808/stat : 5808 (java) R 5787 5789 621 0 -1 4202560 84 0 0 0 4066 0 0 0 20 0 22 0 335386929 12137111552 196594 33554432000 1073741824 1073778376 140736323554832 140235976438216 140236605071117 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5809] ppid=5787 vsize=11852648 CPUtime=40.72 cores=1,3,5,7
/proc/5789/task/5809/stat : 5809 (java) R 5787 5789 621 0 -1 4202560 406 0 0 0 4064 8 0 0 20 0 22 0 335386929 12137111552 196594 33554432000 1073741824 1073778376 140736323554832 140235975383880 140236605047184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5810] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5810/stat : 5810 (java) S 5787 5789 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335386929 12137111552 196594 33554432000 1073741824 1073778376 140736323554832 140235974333224 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5811] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5811/stat : 5811 (java) S 5787 5789 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335386929 12137111552 196594 33554432000 1073741824 1073778376 140736323554832 140235973280680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 87.58
Current children cumulated vsize (KiB) 11852648

[startup+43.9008 s]
/proc/loadavg: 3.68 3.41 3.43 4/217 5812
/proc/meminfo: memFree=28110064/32873648 swapFree=7116/7116
[pid=5789] ppid=5787 vsize=11852648 CPUtime=89.08 cores=1,3,5,7
/proc/5789/stat : 5789 (java) S 5787 5789 621 0 -1 4202496 27737 0 1 0 8889 19 0 0 20 0 20 0 335386915 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140736323545968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5789/statm: 2963162 196587 2282 9 0 2953849 0
[pid=5789/tid=5791] ppid=5787 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/5789/task/5791/stat : 5791 (java) S 5787 5789 621 0 -1 4202560 3369 0 1 0 9 2 0 0 20 0 20 0 335386916 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140236771693720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 621 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 20 0 335386918 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140236726446504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 621 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 20 0 335386918 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140236725393960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 621 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 20 0 335386918 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140236724340904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 621 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 20 0 335386918 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140236723288360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 621 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 20 0 335386918 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140236604566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 621 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 20 0 335386918 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140236603513896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 621 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 20 0 335386918 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140236602460840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 621 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 20 0 335386918 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140236601408296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=11852648 CPUtime=1.92 cores=1,3,5,7
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 621 0 -1 4202560 57 0 0 0 192 0 0 0 20 0 20 0 335386919 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140236589209960 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335386919 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140235983807864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 335386919 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140235982754696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335386922 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140235981703440 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 621 0 -1 4202560 9985 0 0 0 121 2 0 0 20 0 20 0 335386922 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140235980651320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 621 0 -1 4202560 12515 0 0 0 203 2 0 0 20 0 20 0 335386922 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140235979598776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335386922 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140235978545912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335386922 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140235977493576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5809] ppid=5787 vsize=11852648 CPUtime=41.47 cores=1,3,5,7
/proc/5789/task/5809/stat : 5809 (java) R 5787 5789 621 0 -1 4202560 406 0 0 0 4139 8 0 0 20 0 20 0 335386929 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140235975383768 140236605047279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5810] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5810/stat : 5810 (java) S 5787 5789 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 335386929 12137111552 196587 33554432000 1073741824 1073778376 140736323554832 140235974333224 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 89.08
Current children cumulated vsize (KiB) 11852648

[startup+44.101 s]
/proc/loadavg: 3.68 3.41 3.43 4/217 5812
/proc/meminfo: memFree=28110064/32873648 swapFree=7116/7116
[pid=5789] ppid=5787 vsize=11852648 CPUtime=88.99 cores=1,3,5,7
/proc/5789/stat : 5789 (java) S 5787 5789 621 0 -1 4202496 27737 0 1 0 8880 19 0 0 20 0 19 0 335386915 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140736323545968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5789/statm: 2963162 196581 2282 9 0 2953849 0
[pid=5789/tid=5791] ppid=5787 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/5789/task/5791/stat : 5791 (java) S 5787 5789 621 0 -1 4202560 3369 0 1 0 9 2 0 0 20 0 19 0 335386916 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236771693720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 621 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236726446504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 621 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236725393960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 621 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236724340904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 621 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236723288360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 621 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236604566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 621 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236603513896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 621 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236602460840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 621 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236601408296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=11852648 CPUtime=1.92 cores=1,3,5,7
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 621 0 -1 4202560 57 0 0 0 192 0 0 0 20 0 19 0 335386919 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236589209960 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335386919 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235983807864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 335386919 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235982754696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335386922 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235981703440 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 621 0 -1 4202560 9985 0 0 0 121 2 0 0 20 0 19 0 335386922 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235980651320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 621 0 -1 4202560 12515 0 0 0 203 2 0 0 20 0 19 0 335386922 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235979598776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335386922 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235978545912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335386922 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235977493576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5810] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5810/stat : 5810 (java) S 5787 5789 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335386929 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235974333224 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 88.99
Current children cumulated vsize (KiB) 11852648

[startup+44.2006 s]
/proc/loadavg: 3.68 3.41 3.43 4/217 5812
/proc/meminfo: memFree=28110064/32873648 swapFree=7116/7116
[pid=5789] ppid=5787 vsize=11852648 CPUtime=88.99 cores=1,3,5,7
/proc/5789/stat : 5789 (java) S 5787 5789 621 0 -1 4202496 27737 0 1 0 8880 19 0 0 20 0 19 0 335386915 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140736323545968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5789/statm: 2963162 196581 2282 9 0 2953849 0
[pid=5789/tid=5791] ppid=5787 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/5789/task/5791/stat : 5791 (java) S 5787 5789 621 0 -1 4202560 3369 0 1 0 9 2 0 0 20 0 19 0 335386916 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236771693720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5792] ppid=5787 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/5789/task/5792/stat : 5792 (java) S 5787 5789 621 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236726446504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5793] ppid=5787 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/5789/task/5793/stat : 5793 (java) S 5787 5789 621 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236725393960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5794] ppid=5787 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/5789/task/5794/stat : 5794 (java) S 5787 5789 621 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236724340904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5795] ppid=5787 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/5789/task/5795/stat : 5795 (java) S 5787 5789 621 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236723288360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5796] ppid=5787 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/5789/task/5796/stat : 5796 (java) S 5787 5789 621 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236604566440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5797] ppid=5787 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/5789/task/5797/stat : 5797 (java) S 5787 5789 621 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236603513896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5798] ppid=5787 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/5789/task/5798/stat : 5798 (java) S 5787 5789 621 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236602460840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5799] ppid=5787 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/5789/task/5799/stat : 5799 (java) S 5787 5789 621 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 19 0 335386918 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236601408296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5800] ppid=5787 vsize=11852648 CPUtime=1.92 cores=1,3,5,7
/proc/5789/task/5800/stat : 5800 (java) S 5787 5789 621 0 -1 4202560 57 0 0 0 192 0 0 0 20 0 19 0 335386919 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140236589209960 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5801] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5801/stat : 5801 (java) S 5787 5789 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335386919 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235983807864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5802] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5802/stat : 5802 (java) S 5787 5789 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 335386919 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235982754696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5803] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5803/stat : 5803 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335386922 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235981703440 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5789/tid=5804] ppid=5787 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/5789/task/5804/stat : 5804 (java) S 5787 5789 621 0 -1 4202560 9985 0 0 0 121 2 0 0 20 0 19 0 335386922 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235980651320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5805] ppid=5787 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/5789/task/5805/stat : 5805 (java) S 5787 5789 621 0 -1 4202560 12515 0 0 0 203 2 0 0 20 0 19 0 335386922 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235979598776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5789/tid=5806] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5806/stat : 5806 (java) S 5787 5789 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335386922 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235978545912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5789/tid=5807] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5807/stat : 5807 (java) S 5787 5789 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335386922 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235977493576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5789/tid=5810] ppid=5787 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5789/task/5810/stat : 5810 (java) S 5787 5789 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335386929 12137111552 196581 33554432000 1073741824 1073778376 140736323554832 140235974333224 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 88.99
Current children cumulated vsize (KiB) 11852648

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0899963
#  lost CPU user time (s): 0.0899963
#  lost CPU system time (s): 0

Real time (s): 44.2577
CPU time (s): 89.1405
CPU user time (s): 88.8495
CPU system time (s): 0.290955
CPU usage (%): 201.413
Max. virtual memory (cumulated for all children) (KiB): 11854288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.7595
system time used= 0.290955
maximum resident set size= 787000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27750
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2978
involuntary context switches= 2414

runsolver used 0.089986 second user time and 0.240963 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 05:03:34
IDJOB=3734768
IDBENCH=2901
IDSOLVER=2328
FILE ID=node123/3734768-1338692614
RUNJOBID= node123-1338678620-641
PBS_JOBID= 14636690
Free space on /tmp= 71304 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734768-1338692614/watcher-3734768-1338692614 -o /tmp/evaluation-result-3734768-1338692614/solver-3734768-1338692614 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3734768-1338692614.opb

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=202966430

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28901136 kB
Buffers:          494564 kB
Cached:          2204848 kB
SwapCached:         2268 kB
Active:          1205044 kB
Inactive:        1875948 kB
Active(anon):     376388 kB
Inactive(anon):     5504 kB
Active(file):     828656 kB
Inactive(file):  1870444 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:        388272 kB
Mapped:            18492 kB
Shmem:                 0 kB
Slab:             748780 kB
SReclaimable:     192940 kB
SUnreclaim:       555840 kB
KernelStack:        1632 kB
PageTables:         4968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10458456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node123 at 2012-06-03 05:04:19