Trace number 3455302

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0UNSAT 98.1581 48.954

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 benchmark15.2657
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.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.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.11/0.12	c Pseudo Boolean Optimization
0.11/0.12	c ManyCore solver with 2 solvers running in parallel
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.12	c Expensive reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.12	c No reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-3455302-1307192325.opb
0.11/0.12	c reading problem ... 
0.11/0.14	c ... done. Wall clock time 0.02s.
0.11/0.14	c #vars     31
0.11/0.14	c #constraints  9
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.89/0.42	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.48/0.69	c cleaning 4251 clauses out of 8501 with flag 11001/11001
3.05/1.07	c cleaning 5620 clauses out of 11249 with flag 18000/18000
4.51/1.61	c cleaning 6815 clauses out of 13629 with flag 26000/26000
5.75/2.22	c cleaning 7907 clauses out of 15814 with flag 35000/35000
7.94/3.33	c cleaning 8953 clauses out of 17907 with flag 45000/45000
10.12/4.42	c cleaning 9478 clauses out of 18956 with flag 55002/55002
11.86/5.41	c cleaning 9739 clauses out of 19477 with flag 65001/65001
13.63/6.29	c cleaning 9868 clauses out of 19737 with flag 75000/75000
15.61/7.26	c cleaning 9934 clauses out of 19869 with flag 85000/85000
17.58/8.25	c cleaning 9961 clauses out of 19936 with flag 95001/95001
19.56/9.25	c cleaning 9986 clauses out of 19974 with flag 105000/105000
21.53/10.30	c cleaning 9992 clauses out of 19988 with flag 115000/115000
23.30/11.19	c cleaning 9999 clauses out of 19998 with flag 125002/125002
25.48/12.25	c cleaning 9997 clauses out of 19997 with flag 135000/135000
27.26/13.14	c cleaning 9999 clauses out of 20000 with flag 145000/145000
28.61/13.86	c cleaning 9998 clauses out of 20001 with flag 155000/155000
30.38/14.77	c cleaning 10002 clauses out of 20004 with flag 165001/165001
30.59/14.80	c cleaning 0 clauses out of 5001 with flag 0/5001
32.73/15.77	c cleaning 9999 clauses out of 20001 with flag 175000/175000
34.34/16.54	c cleaning 10000 clauses out of 20002 with flag 185000/185000
36.28/17.58	c cleaning 9995 clauses out of 20002 with flag 195000/195000
38.24/18.55	c cleaning 10000 clauses out of 20007 with flag 205000/205000
40.20/19.59	c cleaning 10004 clauses out of 20009 with flag 215002/215002
42.16/20.58	c cleaning 9999 clauses out of 20003 with flag 225000/225000
44.13/21.50	c cleaning 10000 clauses out of 20004 with flag 235000/235000
45.70/22.34	c cleaning 10001 clauses out of 20005 with flag 245001/245001
47.08/23.11	c cleaning 9999 clauses out of 20004 with flag 255001/255001
49.02/24.09	c cleaning 9999 clauses out of 20004 with flag 265000/265000
50.79/24.94	c cleaning 10000 clauses out of 20005 with flag 275000/275000
52.57/25.84	c cleaning 10001 clauses out of 20005 with flag 285000/285000
54.13/26.66	c cleaning 10000 clauses out of 20004 with flag 295000/295000
55.70/27.51	c cleaning 10002 clauses out of 20004 with flag 305000/305000
57.46/28.35	c cleaning 10000 clauses out of 20002 with flag 315000/315000
59.23/29.22	c cleaning 9999 clauses out of 20002 with flag 325000/325000
60.79/30.06	c cleaning 10001 clauses out of 20003 with flag 335000/335000
62.55/30.93	c cleaning 10001 clauses out of 20004 with flag 345002/345002
64.11/31.74	c cleaning 9996 clauses out of 20002 with flag 355001/355001
65.48/32.48	c cleaning 10001 clauses out of 20006 with flag 365001/365001
67.25/33.31	c cleaning 9999 clauses out of 20006 with flag 375002/375002
68.84/34.14	c cleaning 9999 clauses out of 20005 with flag 385000/385000
70.37/34.97	c cleaning 10003 clauses out of 20008 with flag 395002/395002
71.93/35.79	c cleaning 9998 clauses out of 20004 with flag 405001/405001
74.09/36.84	c cleaning 9997 clauses out of 20005 with flag 415000/415000
75.85/37.72	c cleaning 10002 clauses out of 20009 with flag 425001/425001
77.23/38.51	c cleaning 10000 clauses out of 20006 with flag 435000/435000
78.58/39.19	c cleaning 10004 clauses out of 20008 with flag 445002/445002
80.34/40.05	c cleaning 10000 clauses out of 20002 with flag 455000/455000
81.89/40.82	c cleaning 10001 clauses out of 20003 with flag 465001/465001
83.25/41.59	c cleaning 10002 clauses out of 20004 with flag 475003/475003
84.82/42.33	c cleaning 9996 clauses out of 19999 with flag 485000/485000
86.54/43.10	c cleaning 9996 clauses out of 20003 with flag 495000/495000
88.09/43.89	c cleaning 9999 clauses out of 20007 with flag 505001/505001
90.13/44.73	c cleaning 10001 clauses out of 20008 with flag 515001/515001
91.64/45.43	c cleaning 10001 clauses out of 20006 with flag 525000/525000
93.11/46.14	c cleaning 10003 clauses out of 20005 with flag 535000/535000
94.64/46.92	c cleaning 9997 clauses out of 20002 with flag 545001/545001
96.00/47.66	c cleaning 10000 clauses out of 20005 with flag 555001/555001
97.17/48.31	c cleaning 10000 clauses out of 20004 with flag 565001/565001
97.97/48.65	c  And the winner is Resolution
98.10/48.90	c starts		: 152
98.10/48.90	c conflicts		: 570450
98.10/48.90	c decisions		: 572363
98.10/48.90	c propagations		: 4140805
98.10/48.90	c inspects		: 778659598
98.10/48.90	c shortcuts		: 0
98.10/48.90	c learnt literals	: 10
98.10/48.90	c learnt binary clauses	: 57
98.10/48.90	c learnt ternary clauses	: 264
98.10/48.90	c learnt constraints	: 570439
98.10/48.90	c ignored constraints	: 0
98.10/48.90	c root simplifications	: 0
98.10/48.90	c removed literals (reason simplification)	: 5314403
98.10/48.90	c reason swapping (by a shorter reason)	: 0
98.10/48.90	c Calls to reduceDB	: 58
98.10/48.90	c number of reductions to clauses (during analyze)	: 0
98.10/48.90	c number of learned constraints concerned by reduction	: 0
98.10/48.90	c number of learning phase by resolution	: 0
98.10/48.90	c number of learning phase by cutting planes	: 0
98.10/48.90	c speed (assignments/second)	: 84916.94522486311
98.10/48.90	c non guided choices	13
98.10/48.91	c learnt constraints type 
98.10/48.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 57
98.10/48.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15388
98.10/48.91	c constraints type 
98.10/48.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
98.10/48.91	c constraints type 
98.10/48.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
98.10/48.91	s UNSATISFIABLE
98.10/48.91	c Total wall clock time (in seconds): 48.797

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455302-1307192325/watcher-3455302-1307192325 -o /tmp/evaluation-result-3455302-1307192325/solver-3455302-1307192325 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455302-1307192325.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: 2.31 3.40 3.65 4/525 9690
/proc/meminfo: memFree=22821440/32951124 swapFree=64303760/67111528
[pid=9690] ppid=9686 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/9690/stat : 9690 (java) R 9686 9690 4512 0 -1 4202496 774 0 0 0 0 0 0 0 18 0 1 0 811648395 23580672 517 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233505335061 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9690/statm: 5757 529 397 9 0 124 0
[pid=9690/tid=9692] ppid=9686 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9692/stat : 9692 (java) R 9686 9690 4512 0 -1 4202560 4969 0 1 0 0 0 0 0 17 0 2 0 811648396 10694979584 5786 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0245441 s]
/proc/loadavg: 2.31 3.40 3.65 4/525 9690
/proc/meminfo: memFree=22821440/32951124 swapFree=64303760/67111528
[pid=9690] ppid=9686 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/9690/stat : 9690 (java) S 9686 9690 4512 0 -1 4202496 8756 0 1 0 0 1 0 0 18 0 2 0 811648395 10694979584 8457 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 2611079 8476 917 9 0 2602235 0
[pid=9690/tid=9692] ppid=9686 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9692/stat : 9692 (java) R 9686 9690 4512 0 -1 4202560 7674 0 1 0 0 0 0 0 17 0 2 0 811648396 10694979584 8491 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.104581 s]
/proc/loadavg: 2.31 3.40 3.65 4/525 9690
/proc/meminfo: memFree=22821440/32951124 swapFree=64303760/67111528
[pid=9690] ppid=9686 vsize=10539564 CPUtime=0.11 cores=1,3,5,7
/proc/9690/stat : 9690 (java) S 9686 9690 4512 0 -1 4202496 13011 0 1 0 9 2 0 0 18 0 18 0 811648395 10792513536 12707 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 2634891 12707 2093 9 0 2625625 0
[pid=9690/tid=9692] ppid=9686 vsize=10539564 CPUtime=0.08 cores=1,3,5,7
/proc/9690/task/9692/stat : 9692 (java) R 9686 9690 4512 0 -1 4202560 11097 0 1 0 7 1 0 0 18 0 18 0 811648396 10792513536 12708 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522124235 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539564

[startup+0.300459 s]
/proc/loadavg: 2.31 3.40 3.65 4/525 9690
/proc/meminfo: memFree=22821440/32951124 swapFree=64303760/67111528
[pid=9690] ppid=9686 vsize=10548696 CPUtime=0.61 cores=1,3,5,7
/proc/9690/stat : 9690 (java) S 9686 9690 4512 0 -1 4202496 17266 0 1 0 59 2 0 0 18 0 22 0 811648395 10801864704 15666 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 2637174 15666 2208 9 0 2627908 0
[pid=9690/tid=9692] ppid=9686 vsize=10548696 CPUtime=0.11 cores=1,3,5,7
/proc/9690/task/9692/stat : 9692 (java) S 9686 9690 4512 0 -1 4202560 11469 0 1 0 10 1 0 0 19 0 22 0 811648396 10801864704 15666 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 10548696

[startup+0.704392 s]
/proc/loadavg: 2.31 3.40 3.65 4/525 9690
/proc/meminfo: memFree=22821440/32951124 swapFree=64303760/67111528
[pid=9690] ppid=9686 vsize=10561516 CPUtime=1.86 cores=1,3,5,7
/proc/9690/stat : 9690 (java) S 9686 9690 4512 0 -1 4202496 29406 0 1 0 182 4 0 0 18 0 22 0 811648395 10814992384 25367 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 2640379 25367 2242 9 0 2631113 0
[pid=9690/tid=9692] ppid=9686 vsize=10561516 CPUtime=0.11 cores=1,3,5,7
/proc/9690/task/9692/stat : 9692 (java) S 9686 9690 4512 0 -1 4202560 11469 0 1 0 10 1 0 0 15 0 22 0 811648396 10814992384 25367 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10561516

[startup+1.50125 s]
/proc/loadavg: 2.31 3.40 3.65 11/569 9734
/proc/meminfo: memFree=22463976/32951124 swapFree=64303760/67111528
[pid=9690] ppid=9686 vsize=10563256 CPUtime=4.27 cores=1,3,5,7
/proc/9690/stat : 9690 (java) S 9686 9690 4512 0 -1 4202496 87513 0 1 0 414 13 0 0 18 0 22 0 811648395 10816774144 78818 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 2640814 78823 2251 9 0 2631548 0
[pid=9690/tid=9692] ppid=9686 vsize=10563256 CPUtime=0.11 cores=1,3,5,7
/proc/9690/task/9692/stat : 9692 (java) S 9686 9690 4512 0 -1 4202560 11469 0 1 0 10 1 0 0 15 0 22 0 811648396 10816774144 78825 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9703] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9703/stat : 9703 (java) S 9686 9690 4512 0 -1 4202560 152 0 0 0 0 0 0 0 16 0 22 0 811648398 10816774144 78828 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9704] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9704/stat : 9704 (java) S 9686 9690 4512 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 78832 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9705] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9705/stat : 9705 (java) S 9686 9690 4512 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 78835 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9706] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9706/stat : 9706 (java) S 9686 9690 4512 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 78838 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9707] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9707/stat : 9707 (java) S 9686 9690 4512 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 22 0 811648398 10816774144 78841 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9708] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9708/stat : 9708 (java) S 9686 9690 4512 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 78844 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9709] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9709/stat : 9709 (java) S 9686 9690 4512 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 78846 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9710] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9710/stat : 9710 (java) S 9686 9690 4512 0 -1 4202560 40 0 0 0 0 0 0 0 16 0 22 0 811648398 10816774144 78850 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9712] ppid=9686 vsize=10563256 CPUtime=0.03 cores=1,3,5,7
/proc/9690/task/9712/stat : 9712 (java) S 9686 9690 4512 0 -1 4202560 642 0 0 0 3 0 0 0 15 0 22 0 811648399 10816774144 78854 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 0 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9715] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9715/stat : 9715 (java) S 9686 9690 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811648399 10816774144 78856 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9716] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9716/stat : 9716 (java) S 9686 9690 4512 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 811648399 10816774144 78859 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9717] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9717/stat : 9717 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811648401 10816774144 78863 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9718] ppid=9686 vsize=10563256 CPUtime=0.75 cores=1,3,5,7
/proc/9690/task/9718/stat : 9718 (java) S 9686 9690 4512 0 -1 4202560 8340 0 0 0 74 1 0 0 18 0 22 0 811648401 10816774144 78866 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9721] ppid=9686 vsize=10563256 CPUtime=0.94 cores=1,3,5,7
/proc/9690/task/9721/stat : 9721 (java) S 9686 9690 4512 0 -1 4202560 7653 0 0 0 94 0 0 0 18 0 22 0 811648401 10816774144 78869 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9722] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9722/stat : 9722 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 811648401 10816774144 78872 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9723] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9723/stat : 9723 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811648401 10816774144 78875 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9727] ppid=9686 vsize=10563256 CPUtime=1.29 cores=1,3,5,7
/proc/9690/task/9727/stat : 9727 (java) R 9686 9690 4512 0 -1 4202560 254 0 0 0 129 0 0 0 20 0 22 0 811648409 10816774144 78878 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 46912505512605 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9690/tid=9728] ppid=9686 vsize=10563256 CPUtime=1.09 cores=1,3,5,7
/proc/9690/task/9728/stat : 9728 (java) R 9686 9690 4512 0 -1 4202560 57447 0 0 0 100 9 0 0 23 0 22 0 811648409 10816774144 78881 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 46912505662064 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9690/tid=9729] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9729/stat : 9729 (java) S 9686 9690 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811648409 10816774144 78884 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9730] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9730/stat : 9730 (java) S 9686 9690 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811648409 10816774144 78887 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 10563256

[startup+3.10099 s]
/proc/loadavg: 2.31 3.40 3.65 6/569 9734
/proc/meminfo: memFree=22165696/32951124 swapFree=64303760/67111528
[pid=9690] ppid=9686 vsize=10563256 CPUtime=7.5 cores=1,3,5,7
/proc/9690/stat : 9690 (java) S 9686 9690 4512 0 -1 4202496 163841 0 1 0 726 24 0 0 18 0 22 0 811648395 10816774144 155143 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 2640814 155149 2258 9 0 2631548 0
[pid=9690/tid=9692] ppid=9686 vsize=10563256 CPUtime=0.11 cores=1,3,5,7
/proc/9690/task/9692/stat : 9692 (java) S 9686 9690 4512 0 -1 4202560 11469 0 1 0 10 1 0 0 15 0 22 0 811648396 10816774144 155152 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9703] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9703/stat : 9703 (java) S 9686 9690 4512 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 155154 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9704] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9704/stat : 9704 (java) S 9686 9690 4512 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 155157 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9705] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9705/stat : 9705 (java) S 9686 9690 4512 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 155160 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9706] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9706/stat : 9706 (java) S 9686 9690 4512 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 155164 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9707] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9707/stat : 9707 (java) S 9686 9690 4512 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 155167 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9708] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9708/stat : 9708 (java) S 9686 9690 4512 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 155170 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9709] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9709/stat : 9709 (java) S 9686 9690 4512 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 22 0 811648398 10816774144 155173 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9710] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9710/stat : 9710 (java) S 9686 9690 4512 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 155176 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9712] ppid=9686 vsize=10563256 CPUtime=0.07 cores=1,3,5,7
/proc/9690/task/9712/stat : 9712 (java) S 9686 9690 4512 0 -1 4202560 1067 0 0 0 7 0 0 0 15 0 22 0 811648399 10816774144 155179 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 0 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9715] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9715/stat : 9715 (java) S 9686 9690 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811648399 10816774144 155183 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9716] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9716/stat : 9716 (java) S 9686 9690 4512 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 811648399 10816774144 155186 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9717] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9717/stat : 9717 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811648401 10816774144 155189 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9718] ppid=9686 vsize=10563256 CPUtime=0.8 cores=1,3,5,7
/proc/9690/task/9718/stat : 9718 (java) S 9686 9690 4512 0 -1 4202560 8354 0 0 0 79 1 0 0 15 0 22 0 811648401 10816774144 155192 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9721] ppid=9686 vsize=10563256 CPUtime=0.94 cores=1,3,5,7
/proc/9690/task/9721/stat : 9721 (java) S 9686 9690 4512 0 -1 4202560 7654 0 0 0 94 0 0 0 15 0 22 0 811648401 10816774144 155195 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9722] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9722/stat : 9722 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 811648401 10816774144 155197 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9723] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9723/stat : 9723 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811648401 10816774144 155200 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9727] ppid=9686 vsize=10563256 CPUtime=2.84 cores=1,3,5,7
/proc/9690/task/9727/stat : 9727 (java) R 9686 9690 4512 0 -1 4202560 254 0 0 0 284 0 0 0 25 0 22 0 811648409 10816774144 155204 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 46912505627951 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9690/tid=9728] ppid=9686 vsize=10563256 CPUtime=2.64 cores=1,3,5,7
/proc/9690/task/9728/stat : 9728 (java) R 9686 9690 4512 0 -1 4202560 133026 0 0 0 245 19 0 0 25 0 22 0 811648409 10816774144 155207 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 46912505715894 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9690/tid=9729] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9729/stat : 9729 (java) S 9686 9690 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811648409 10816774144 155210 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9730] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9730/stat : 9730 (java) S 9686 9690 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811648409 10816774144 155212 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 10563256

[startup+6.30142 s]
/proc/loadavg: 2.45 3.41 3.65 6/569 9734
/proc/meminfo: memFree=21730956/32951124 swapFree=64303760/67111528
[pid=9690] ppid=9686 vsize=10563256 CPUtime=13.84 cores=1,3,5,7
/proc/9690/stat : 9690 (java) S 9686 9690 4512 0 -1 4202496 204216 0 1 0 1356 28 0 0 18 0 22 0 811648395 10816774144 195512 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 2640814 195512 2258 9 0 2631548 0
[pid=9690/tid=9692] ppid=9686 vsize=10563256 CPUtime=0.11 cores=1,3,5,7
/proc/9690/task/9692/stat : 9692 (java) S 9686 9690 4512 0 -1 4202560 11469 0 1 0 10 1 0 0 15 0 22 0 811648396 10816774144 195512 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9703] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9703/stat : 9703 (java) S 9686 9690 4512 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 195512 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9704] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9704/stat : 9704 (java) S 9686 9690 4512 0 -1 4202560 180 0 0 0 0 0 0 0 16 0 22 0 811648398 10816774144 195512 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9705] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9705/stat : 9705 (java) S 9686 9690 4512 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 195512 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9706] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9706/stat : 9706 (java) S 9686 9690 4512 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 195512 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9707] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9707/stat : 9707 (java) S 9686 9690 4512 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 22 0 811648398 10816774144 195512 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9708] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9708/stat : 9708 (java) S 9686 9690 4512 0 -1 4202560 190 0 0 0 0 0 0 0 16 0 22 0 811648398 10816774144 195512 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9709] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9709/stat : 9709 (java) R 9686 9690 4512 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 22 0 811648398 10816774144 195512 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9690/tid=9710] ppid=9686 vsize=10563256 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9710/stat : 9710 (java) S 9686 9690 4512 0 -1 4202560 109 0 0 0 0 0 0 0 16 0 22 0 811648398 10816774144 195512 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0

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

/proc/9690/task/9709/stat : 9709 (java) S 9686 9690 4512 0 -1 4202560 30 0 0 0 4 0 0 0 16 0 22 0 811648398 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9710] ppid=9686 vsize=10566660 CPUtime=0.04 cores=1,3,5,7
/proc/9690/task/9710/stat : 9710 (java) S 9686 9690 4512 0 -1 4202560 110 0 0 0 4 0 0 0 15 0 22 0 811648398 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9712] ppid=9686 vsize=10566660 CPUtime=1.9 cores=1,3,5,7
/proc/9690/task/9712/stat : 9712 (java) S 9686 9690 4512 0 -1 4202560 5348 0 0 0 189 1 0 0 16 0 22 0 811648399 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 0 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9715] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9715/stat : 9715 (java) S 9686 9690 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811648399 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9716] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9716/stat : 9716 (java) S 9686 9690 4512 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 811648399 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9717] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9717/stat : 9717 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811648401 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9718] ppid=9686 vsize=10566660 CPUtime=0.85 cores=1,3,5,7
/proc/9690/task/9718/stat : 9718 (java) S 9686 9690 4512 0 -1 4202560 8355 0 0 0 84 1 0 0 15 0 22 0 811648401 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9721] ppid=9686 vsize=10566660 CPUtime=2.2 cores=1,3,5,7
/proc/9690/task/9721/stat : 9721 (java) S 9686 9690 4512 0 -1 4202560 9384 0 0 0 219 1 0 0 15 0 22 0 811648401 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9722] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9722/stat : 9722 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 811648401 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9723] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9723/stat : 9723 (java) S 9686 9690 4512 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811648401 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9727] ppid=9686 vsize=10566660 CPUtime=44.04 cores=1,3,5,7
/proc/9690/task/9727/stat : 9727 (java) R 9686 9690 4512 0 -1 4202560 302 0 0 0 4404 0 0 0 25 0 22 0 811648409 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 46912505551535 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9690/tid=9728] ppid=9686 vsize=10566660 CPUtime=43.86 cores=1,3,5,7
/proc/9690/task/9728/stat : 9728 (java) R 9686 9690 4512 0 -1 4202560 172295 0 0 0 4363 23 0 0 25 0 22 0 811648409 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 46912505658003 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9690/tid=9729] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9729/stat : 9729 (java) S 9686 9690 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811648409 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9730] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9730/stat : 9730 (java) S 9686 9690 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811648409 10820259840 199948 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 93.44
Current children cumulated vsize (KiB) 10566660

[startup+47.901 s]
/proc/loadavg: 3.34 3.52 3.68 6/569 9735
/proc/meminfo: memFree=21604264/32951124 swapFree=64303760/67111528
[pid=9690] ppid=9686 vsize=10566660 CPUtime=96.57 cores=1,3,5,7
/proc/9690/stat : 9690 (java) S 9686 9690 4512 0 -1 4202496 209489 0 1 0 9627 30 0 0 18 0 22 0 811648395 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 2641665 199950 2258 9 0 2632399 0
[pid=9690/tid=9692] ppid=9686 vsize=10566660 CPUtime=0.11 cores=1,3,5,7
/proc/9690/task/9692/stat : 9692 (java) S 9686 9690 4512 0 -1 4202560 11469 0 1 0 10 1 0 0 15 0 22 0 811648396 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9703] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9703/stat : 9703 (java) S 9686 9690 4512 0 -1 4202560 201 0 0 0 5 0 0 0 16 0 22 0 811648398 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9704] ppid=9686 vsize=10566660 CPUtime=0.06 cores=1,3,5,7
/proc/9690/task/9704/stat : 9704 (java) S 9686 9690 4512 0 -1 4202560 187 0 0 0 6 0 0 0 16 0 22 0 811648398 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9705] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9705/stat : 9705 (java) S 9686 9690 4512 0 -1 4202560 118 0 0 0 5 0 0 0 15 0 22 0 811648398 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9706] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9706/stat : 9706 (java) S 9686 9690 4512 0 -1 4202560 200 0 0 0 5 0 0 0 15 0 22 0 811648398 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9707] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9707/stat : 9707 (java) S 9686 9690 4512 0 -1 4202560 127 0 0 0 5 0 0 0 16 0 22 0 811648398 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9708] ppid=9686 vsize=10566660 CPUtime=0.03 cores=1,3,5,7
/proc/9690/task/9708/stat : 9708 (java) S 9686 9690 4512 0 -1 4202560 197 0 0 0 3 0 0 0 15 0 22 0 811648398 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9709] ppid=9686 vsize=10566660 CPUtime=0.04 cores=1,3,5,7
/proc/9690/task/9709/stat : 9709 (java) S 9686 9690 4512 0 -1 4202560 32 0 0 0 4 0 0 0 15 0 22 0 811648398 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9710] ppid=9686 vsize=10566660 CPUtime=0.04 cores=1,3,5,7
/proc/9690/task/9710/stat : 9710 (java) S 9686 9690 4512 0 -1 4202560 110 0 0 0 4 0 0 0 16 0 22 0 811648398 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9712] ppid=9686 vsize=10566660 CPUtime=1.98 cores=1,3,5,7
/proc/9690/task/9712/stat : 9712 (java) S 9686 9690 4512 0 -1 4202560 5348 0 0 0 197 1 0 0 16 0 22 0 811648399 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 0 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9715] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9715/stat : 9715 (java) S 9686 9690 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811648399 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9716] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9716/stat : 9716 (java) S 9686 9690 4512 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 811648399 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9717] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9717/stat : 9717 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811648401 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9718] ppid=9686 vsize=10566660 CPUtime=0.85 cores=1,3,5,7
/proc/9690/task/9718/stat : 9718 (java) S 9686 9690 4512 0 -1 4202560 8355 0 0 0 84 1 0 0 15 0 22 0 811648401 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9721] ppid=9686 vsize=10566660 CPUtime=2.2 cores=1,3,5,7
/proc/9690/task/9721/stat : 9721 (java) S 9686 9690 4512 0 -1 4202560 9384 0 0 0 219 1 0 0 15 0 22 0 811648401 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9722] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9722/stat : 9722 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 811648401 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9723] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9723/stat : 9723 (java) S 9686 9690 4512 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811648401 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9727] ppid=9686 vsize=10566660 CPUtime=45.55 cores=1,3,5,7
/proc/9690/task/9727/stat : 9727 (java) R 9686 9690 4512 0 -1 4202560 304 0 0 0 4555 0 0 0 25 0 22 0 811648409 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 46912505551488 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9690/tid=9728] ppid=9686 vsize=10566660 CPUtime=45.37 cores=1,3,5,7
/proc/9690/task/9728/stat : 9728 (java) R 9686 9690 4512 0 -1 4202560 172295 0 0 0 4514 23 0 0 25 0 22 0 811648409 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 46912506078240 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9690/tid=9729] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9729/stat : 9729 (java) S 9686 9690 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811648409 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9730] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9730/stat : 9730 (java) S 9686 9690 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811648409 10820259840 199950 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 96.57
Current children cumulated vsize (KiB) 10566660

[startup+48.7008 s]
/proc/loadavg: 3.34 3.52 3.68 6/569 9735
/proc/meminfo: memFree=21603396/32951124 swapFree=64303760/67111528
[pid=9690] ppid=9686 vsize=10566660 CPUtime=98.1 cores=1,3,5,7
/proc/9690/stat : 9690 (java) S 9686 9690 4512 0 -1 4202496 209580 0 1 0 9780 30 0 0 18 0 19 0 811648395 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 2641665 200040 2260 9 0 2632399 0
[pid=9690/tid=9692] ppid=9686 vsize=10566660 CPUtime=0.11 cores=1,3,5,7
/proc/9690/task/9692/stat : 9692 (java) S 9686 9690 4512 0 -1 4202560 11469 0 1 0 10 1 0 0 15 0 19 0 811648396 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9703] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9703/stat : 9703 (java) S 9686 9690 4512 0 -1 4202560 201 0 0 0 5 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9704] ppid=9686 vsize=10566660 CPUtime=0.06 cores=1,3,5,7
/proc/9690/task/9704/stat : 9704 (java) S 9686 9690 4512 0 -1 4202560 187 0 0 0 6 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9705] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9705/stat : 9705 (java) S 9686 9690 4512 0 -1 4202560 118 0 0 0 5 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9706] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9706/stat : 9706 (java) S 9686 9690 4512 0 -1 4202560 200 0 0 0 5 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9707] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9707/stat : 9707 (java) S 9686 9690 4512 0 -1 4202560 127 0 0 0 5 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9708] ppid=9686 vsize=10566660 CPUtime=0.03 cores=1,3,5,7
/proc/9690/task/9708/stat : 9708 (java) S 9686 9690 4512 0 -1 4202560 197 0 0 0 3 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9709] ppid=9686 vsize=10566660 CPUtime=0.04 cores=1,3,5,7
/proc/9690/task/9709/stat : 9709 (java) S 9686 9690 4512 0 -1 4202560 32 0 0 0 4 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9710] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9710/stat : 9710 (java) S 9686 9690 4512 0 -1 4202560 110 0 0 0 5 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9712] ppid=9686 vsize=10566660 CPUtime=2.02 cores=1,3,5,7
/proc/9690/task/9712/stat : 9712 (java) S 9686 9690 4512 0 -1 4202560 5436 0 0 0 201 1 0 0 16 0 19 0 811648399 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 0 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9715] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9715/stat : 9715 (java) S 9686 9690 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811648399 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9716] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9716/stat : 9716 (java) S 9686 9690 4512 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 811648399 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9717] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9717/stat : 9717 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 811648401 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9718] ppid=9686 vsize=10566660 CPUtime=0.85 cores=1,3,5,7
/proc/9690/task/9718/stat : 9718 (java) S 9686 9690 4512 0 -1 4202560 8355 0 0 0 84 1 0 0 15 0 19 0 811648401 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9721] ppid=9686 vsize=10566660 CPUtime=2.25 cores=1,3,5,7
/proc/9690/task/9721/stat : 9721 (java) S 9686 9690 4512 0 -1 4202560 9386 0 0 0 224 1 0 0 16 0 19 0 811648401 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9722] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9722/stat : 9722 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 811648401 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9723] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9723/stat : 9723 (java) S 9686 9690 4512 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 811648401 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9729] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9729/stat : 9729 (java) S 9686 9690 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 811648409 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.1
Current children cumulated vsize (KiB) 10566660

[startup+48.9008 s]
/proc/loadavg: 3.34 3.52 3.68 6/569 9735
/proc/meminfo: memFree=21603396/32951124 swapFree=64303760/67111528
[pid=9690] ppid=9686 vsize=10566660 CPUtime=98.1 cores=1,3,5,7
/proc/9690/stat : 9690 (java) S 9686 9690 4512 0 -1 4202496 209580 0 1 0 9780 30 0 0 18 0 19 0 811648395 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 2641665 200040 2260 9 0 2632399 0
[pid=9690/tid=9692] ppid=9686 vsize=10566660 CPUtime=0.11 cores=1,3,5,7
/proc/9690/task/9692/stat : 9692 (java) S 9686 9690 4512 0 -1 4202560 11469 0 1 0 10 1 0 0 15 0 19 0 811648396 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9703] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9703/stat : 9703 (java) S 9686 9690 4512 0 -1 4202560 201 0 0 0 5 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9704] ppid=9686 vsize=10566660 CPUtime=0.06 cores=1,3,5,7
/proc/9690/task/9704/stat : 9704 (java) S 9686 9690 4512 0 -1 4202560 187 0 0 0 6 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9705] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9705/stat : 9705 (java) S 9686 9690 4512 0 -1 4202560 118 0 0 0 5 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9706] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9706/stat : 9706 (java) S 9686 9690 4512 0 -1 4202560 200 0 0 0 5 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9707] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9707/stat : 9707 (java) S 9686 9690 4512 0 -1 4202560 127 0 0 0 5 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9708] ppid=9686 vsize=10566660 CPUtime=0.03 cores=1,3,5,7
/proc/9690/task/9708/stat : 9708 (java) S 9686 9690 4512 0 -1 4202560 197 0 0 0 3 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9709] ppid=9686 vsize=10566660 CPUtime=0.04 cores=1,3,5,7
/proc/9690/task/9709/stat : 9709 (java) S 9686 9690 4512 0 -1 4202560 32 0 0 0 4 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9710] ppid=9686 vsize=10566660 CPUtime=0.05 cores=1,3,5,7
/proc/9690/task/9710/stat : 9710 (java) S 9686 9690 4512 0 -1 4202560 110 0 0 0 5 0 0 0 15 0 19 0 811648398 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9712] ppid=9686 vsize=10566660 CPUtime=2.02 cores=1,3,5,7
/proc/9690/task/9712/stat : 9712 (java) S 9686 9690 4512 0 -1 4202560 5436 0 0 0 201 1 0 0 16 0 19 0 811648399 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 0 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9715] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9715/stat : 9715 (java) S 9686 9690 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811648399 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9716] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9716/stat : 9716 (java) S 9686 9690 4512 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 811648399 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9717] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9717/stat : 9717 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 811648401 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9718] ppid=9686 vsize=10566660 CPUtime=0.85 cores=1,3,5,7
/proc/9690/task/9718/stat : 9718 (java) S 9686 9690 4512 0 -1 4202560 8355 0 0 0 84 1 0 0 15 0 19 0 811648401 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=9690/tid=9721] ppid=9686 vsize=10566660 CPUtime=2.25 cores=1,3,5,7
/proc/9690/task/9721/stat : 9721 (java) S 9686 9690 4512 0 -1 4202560 9386 0 0 0 224 1 0 0 16 0 19 0 811648401 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=9690/tid=9722] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9722/stat : 9722 (java) S 9686 9690 4512 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 811648401 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=9690/tid=9723] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9723/stat : 9723 (java) S 9686 9690 4512 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 811648401 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=9690/tid=9729] ppid=9686 vsize=10566660 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9729/stat : 9729 (java) S 9686 9690 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 811648409 10820259840 200040 33554432000 1073741824 1073778376 140735983083776 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.1
Current children cumulated vsize (KiB) 10566660

Child status: 20
Real time (s): 48.954
CPU time (s): 98.1581
CPU user time (s): 97.8191
CPU system time (s): 0.338948
CPU usage (%): 200.511
Max. virtual memory (cumulated for all children) (KiB): 10568100

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

runsolver used 0.282956 second user time and 0.643902 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-04 14:58:45
IDJOB=3455302
IDBENCH=2901
IDSOLVER=1950
FILE ID=node145/3455302-1307192325
RUNJOBID= node145-1307192325-9672
PBS_JOBID= 13508838
Free space on /tmp= 73992 MiB

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

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=1862719772

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22821760 kB
Buffers:        273188 kB
Cached:         602316 kB
SwapCached:        944 kB
Active:        9376988 kB
Inactive:       482524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22821760 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:             880 kB
Writeback:           0 kB
AnonPages:     8982928 kB
Mapped:          34032 kB
Slab:           135224 kB
PageTables:      65624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153205884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73988 MiB
End job on node145 at 2011-06-04 14:59:34