Trace number 3453606

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0UNSAT 106.87 54.8132

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_4_15.opb
MD5SUM73ea1f0ac6b3717abb48868130805223
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.860868
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2932
Sum of products size (including duplicates)5864
Number of different products1466
Sum of products size2932

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453606-1307195817.opb
0.10/0.11	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.212s.
0.48/0.33	c #vars     1566
0.48/0.33	c #constraints  3085
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1466
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1466
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1466
2.76/1.00	c cleaning 2491 clauses out of 5001 with flag 5001/5001
3.79/1.38	c cleaning 4249 clauses out of 8509 with flag 11000/11000
4.88/1.86	c cleaning 5626 clauses out of 11262 with flag 18002/18002
6.08/2.47	c cleaning 6808 clauses out of 13634 with flag 26000/26000
7.49/3.18	c cleaning 7914 clauses out of 15831 with flag 35005/35005
9.89/4.32	c cleaning 8962 clauses out of 17926 with flag 45014/45014
11.64/5.23	c cleaning 9462 clauses out of 18950 with flag 55000/55000
13.40/6.12	c cleaning 9734 clauses out of 19489 with flag 65001/65001
15.35/7.11	c cleaning 9864 clauses out of 19754 with flag 75000/75000
17.11/8.07	c cleaning 9936 clauses out of 19890 with flag 85000/85000
18.87/8.99	c cleaning 9967 clauses out of 19954 with flag 95000/95000
20.86/9.91	c cleaning 9982 clauses out of 19987 with flag 105000/105000
22.58/10.85	c cleaning 9999 clauses out of 20006 with flag 115001/115001
24.54/11.86	c cleaning 9999 clauses out of 20007 with flag 125001/125001
26.48/12.83	c cleaning 9986 clauses out of 20007 with flag 135000/135000
28.24/13.74	c cleaning 9994 clauses out of 20021 with flag 145000/145000
30.18/14.71	c cleaning 10004 clauses out of 20027 with flag 155000/155000
31.73/15.60	c cleaning 9998 clauses out of 20023 with flag 165000/165000
33.71/16.51	c cleaning 10001 clauses out of 20025 with flag 175000/175000
35.23/17.34	c cleaning 9999 clauses out of 20024 with flag 185000/185000
36.96/18.27	c cleaning 10000 clauses out of 20026 with flag 195001/195001
38.52/19.05	c cleaning 10005 clauses out of 20026 with flag 205001/205001
40.10/19.89	c cleaning 9997 clauses out of 20020 with flag 215000/215000
41.82/20.74	c cleaning 10003 clauses out of 20023 with flag 225000/225000
43.36/21.58	c cleaning 10005 clauses out of 20020 with flag 235000/235000
45.11/22.41	c cleaning 9996 clauses out of 20015 with flag 245000/245000
46.66/23.27	c cleaning 9995 clauses out of 20019 with flag 255000/255000
48.43/24.12	c cleaning 10004 clauses out of 20025 with flag 265001/265001
50.14/25.05	c cleaning 9999 clauses out of 20020 with flag 275000/275000
51.69/25.89	c cleaning 10008 clauses out of 20022 with flag 285001/285001
53.43/26.73	c cleaning 9994 clauses out of 20013 with flag 295000/295000
55.00/27.57	c cleaning 10002 clauses out of 20020 with flag 305001/305001
56.69/28.41	c cleaning 9996 clauses out of 20018 with flag 315001/315001
58.23/29.22	c cleaning 9998 clauses out of 20022 with flag 325001/325001
59.77/30.09	c cleaning 10000 clauses out of 20024 with flag 335001/335001
61.51/30.94	c cleaning 10002 clauses out of 20023 with flag 345000/345000
63.03/31.78	c cleaning 10004 clauses out of 20022 with flag 355001/355001
64.77/32.63	c cleaning 9997 clauses out of 20017 with flag 365000/365000
66.10/33.40	c cleaning 9999 clauses out of 20021 with flag 375001/375001
67.84/34.24	c cleaning 9998 clauses out of 20022 with flag 385001/385001
69.78/35.21	c cleaning 10010 clauses out of 20024 with flag 395001/395001
71.49/36.13	c cleaning 9996 clauses out of 20013 with flag 405000/405000
73.03/36.99	c cleaning 9996 clauses out of 20017 with flag 415000/415000
74.76/37.83	c cleaning 9999 clauses out of 20022 with flag 425001/425001
76.46/38.73	c cleaning 9998 clauses out of 20022 with flag 435000/435000
78.01/39.56	c cleaning 10000 clauses out of 20024 with flag 445000/445000
79.72/40.44	c cleaning 10001 clauses out of 20024 with flag 455000/455000
81.25/41.23	c cleaning 10005 clauses out of 20023 with flag 465000/465000
82.74/42.06	c cleaning 9996 clauses out of 20018 with flag 475000/475000
84.50/42.92	c cleaning 9999 clauses out of 20022 with flag 485000/485000
86.00/43.76	c cleaning 10003 clauses out of 20023 with flag 495000/495000
87.33/44.49	c cleaning 9999 clauses out of 20020 with flag 505000/505000
89.22/45.44	c cleaning 10002 clauses out of 20021 with flag 515000/515000
90.96/46.30	c cleaning 9998 clauses out of 20020 with flag 525001/525001
92.48/47.18	c cleaning 10000 clauses out of 20022 with flag 535001/535001
94.00/47.99	c cleaning 9997 clauses out of 20021 with flag 545000/545000
95.89/48.92	c cleaning 10001 clauses out of 20025 with flag 555001/555001
97.41/49.74	c cleaning 10002 clauses out of 20026 with flag 565003/565003
98.95/50.54	c cleaning 9997 clauses out of 20021 with flag 575000/575000
100.44/51.38	c cleaning 9995 clauses out of 20024 with flag 585000/585000
102.33/52.39	c cleaning 10003 clauses out of 20030 with flag 595001/595001
104.04/53.29	c cleaning 10009 clauses out of 20027 with flag 605001/605001
105.76/54.18	c cleaning 10000 clauses out of 20018 with flag 615001/615001
106.67/54.67	c  And the winner is CuttingPlanes
106.82/54.77	c starts		: 13
106.82/54.77	c conflicts		: 2302
106.82/54.77	c decisions		: 5534
106.82/54.77	c propagations		: 483319
106.82/54.77	c inspects		: 19710648
106.82/54.77	c shortcuts		: 0
106.82/54.77	c learnt literals	: 0
106.82/54.77	c learnt binary clauses	: 0
106.82/54.77	c learnt ternary clauses	: 0
106.82/54.77	c learnt constraints	: 2301
106.82/54.77	c ignored constraints	: 0
106.82/54.77	c root simplifications	: 0
106.82/54.77	c removed literals (reason simplification)	: 0
106.82/54.77	c reason swapping (by a shorter reason)	: 0
106.82/54.77	c Calls to reduceDB	: 0
106.82/54.77	c number of reductions to clauses (during analyze)	: 0
106.82/54.77	c number of learned constraints concerned by reduction	: 0
106.82/54.77	c number of learning phase by resolution	: 0
106.82/54.77	c number of learning phase by cutting planes	: 0
106.82/54.77	c speed (assignments/second)	: 8877.523281229911
106.82/54.77	c non guided choices	1484
106.82/54.77	c learnt constraints type 
106.82/54.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
106.82/54.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2300
106.82/54.77	c constraints type 
106.82/54.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
106.82/54.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
106.82/54.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
106.82/54.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1466
106.82/54.77	c constraints type 
106.82/54.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
106.82/54.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1466
106.82/54.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
106.82/54.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1466
106.82/54.77	s UNSATISFIABLE
106.82/54.77	c Total wall clock time (in seconds): 54.659

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-3453606-1307195817/watcher-3453606-1307195817 -o /tmp/evaluation-result-3453606-1307195817/solver-3453606-1307195817 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453606-1307195817.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.56 3.13 3.27 3/414 11353
/proc/meminfo: memFree=26006352/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/11353/stat : 11353 (java) S 11349 11353 11316 0 -1 4202496 1368 0 1 0 0 0 0 0 17 0 2 0 287191132 37810176 1072 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 9231 1072 832 9 0 387 0
[pid=11353/tid=11355] ppid=11349 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11355/stat : 11355 (java) R 11349 11353 11316 0 -1 4202560 2927 0 1 0 0 0 0 0 17 0 2 0 287191133 10694979584 3744 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218880259131 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.071578 s]
/proc/loadavg: 2.56 3.13 3.27 3/414 11353
/proc/meminfo: memFree=26006352/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/11353/stat : 11353 (java) S 11349 11353 11316 0 -1 4202496 11781 0 1 0 4 1 0 0 17 0 18 0 287191132 10724302848 11479 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 2618238 11479 1742 9 0 2608972 0
[pid=11353/tid=11355] ppid=11349 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/11353/task/11355/stat : 11355 (java) R 11349 11353 11316 0 -1 4202560 10607 0 1 0 4 1 0 0 18 0 18 0 287191133 10724302848 11479 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892391883 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.100577 s]
/proc/loadavg: 2.56 3.13 3.27 3/414 11353
/proc/meminfo: memFree=26006352/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=10540348 CPUtime=0.1 cores=1,3,5,7
/proc/11353/stat : 11353 (java) S 11349 11353 11316 0 -1 4202496 13019 0 1 0 9 1 0 0 17 0 18 0 287191132 10793316352 12717 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 2635087 12717 2092 9 0 2625821 0
[pid=11353/tid=11355] ppid=11349 vsize=10540348 CPUtime=0.08 cores=1,3,5,7
/proc/11353/task/11355/stat : 11355 (java) R 11349 11353 11316 0 -1 4202560 11101 0 1 0 7 1 0 0 18 0 18 0 287191133 10793316352 12717 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 47599675107347 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540348

[startup+0.30059 s]
/proc/loadavg: 2.56 3.13 3.27 3/414 11353
/proc/meminfo: memFree=26006352/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=10542044 CPUtime=0.48 cores=1,3,5,7
/proc/11353/stat : 11353 (java) S 11349 11353 11316 0 -1 4202496 16301 0 1 0 46 2 0 0 17 0 18 0 287191132 10795053056 15680 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 2635511 15680 2212 9 0 2626245 0
[pid=11353/tid=11355] ppid=11349 vsize=10542044 CPUtime=0.28 cores=1,3,5,7
/proc/11353/task/11355/stat : 11355 (java) R 11349 11353 11316 0 -1 4202560 12880 0 1 0 27 1 0 0 18 0 18 0 287191133 10795053056 15681 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542044

[startup+0.700394 s]
/proc/loadavg: 2.56 3.13 3.27 3/414 11353
/proc/meminfo: memFree=26006352/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=10556784 CPUtime=1.96 cores=1,3,5,7
/proc/11353/stat : 11353 (java) S 11349 11353 11316 0 -1 4202496 31324 0 1 0 192 4 0 0 17 0 22 0 287191132 10810146816 27310 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 2639196 27337 2233 9 0 2629930 0
[pid=11353/tid=11355] ppid=11349 vsize=10556784 CPUtime=0.31 cores=1,3,5,7
/proc/11353/task/11355/stat : 11355 (java) S 11349 11353 11316 0 -1 4202560 13476 0 1 0 30 1 0 0 19 0 22 0 287191133 10810146816 27349 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 10556784

[startup+1.50131 s]
/proc/loadavg: 2.56 3.13 3.27 7/455 11397
/proc/meminfo: memFree=25691084/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=10558168 CPUtime=4.24 cores=1,3,5,7
/proc/11353/stat : 11353 (java) S 11349 11353 11316 0 -1 4202496 66652 0 1 0 416 8 0 0 17 0 22 0 287191132 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 2639542 61406 2266 9 0 2630276 0
[pid=11353/tid=11355] ppid=11349 vsize=10558168 CPUtime=0.31 cores=1,3,5,7
/proc/11353/task/11355/stat : 11355 (java) S 11349 11353 11316 0 -1 4202560 13476 0 1 0 30 1 0 0 15 0 22 0 287191133 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11358] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11358/stat : 11358 (java) S 11349 11353 11316 0 -1 4202560 462 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11360] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11360/stat : 11360 (java) S 11349 11353 11316 0 -1 4202560 155 0 0 0 0 0 0 0 16 0 22 0 287191135 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11361] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11361/stat : 11361 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11363] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11363/stat : 11363 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11365] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11365/stat : 11365 (java) S 11349 11353 11316 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11367] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11367/stat : 11367 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11369] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11369/stat : 11369 (java) S 11349 11353 11316 0 -1 4202560 585 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11371] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11371/stat : 11371 (java) S 11349 11353 11316 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11375] ppid=11349 vsize=10558168 CPUtime=0.04 cores=1,3,5,7
/proc/11353/task/11375/stat : 11375 (java) S 11349 11353 11316 0 -1 4202560 1372 0 0 0 4 0 0 0 16 0 22 0 287191136 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 0 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11376] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11376/stat : 11376 (java) S 11349 11353 11316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 287191136 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11378] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11378/stat : 11378 (java) S 11349 11353 11316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 287191136 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11382] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11382/stat : 11382 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 287191138 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892388785 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11383] ppid=11349 vsize=10558168 CPUtime=0.82 cores=1,3,5,7
/proc/11353/task/11383/stat : 11383 (java) S 11349 11353 11316 0 -1 4202560 7226 0 0 0 82 0 0 0 15 0 22 0 287191138 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11386] ppid=11349 vsize=10558168 CPUtime=0.79 cores=1,3,5,7
/proc/11353/task/11386/stat : 11386 (java) S 11349 11353 11316 0 -1 4202560 6233 0 0 0 79 0 0 0 15 0 22 0 287191138 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11387] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11387/stat : 11387 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 287191138 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11389] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11389/stat : 11389 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287191139 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11390] ppid=11349 vsize=10558168 CPUtime=1.11 cores=1,3,5,7
/proc/11353/task/11390/stat : 11390 (java) R 11349 11353 11316 0 -1 4202560 538 0 0 0 111 0 0 0 23 0 22 0 287191165 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 46912505669183 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11353/tid=11391] ppid=11349 vsize=10558168 CPUtime=1.11 cores=1,3,5,7
/proc/11353/task/11391/stat : 11391 (java) R 11349 11353 11316 0 -1 4202560 35123 0 0 0 107 4 0 0 18 0 22 0 287191165 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 46912505797803 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11353/tid=11392] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11392/stat : 11392 (java) S 11349 11353 11316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 287191166 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11393] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11393/stat : 11393 (java) S 11349 11353 11316 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 287191166 10811564032 61406 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 10558168

[startup+3.10103 s]
/proc/loadavg: 2.76 3.16 3.27 7/458 11446
/proc/meminfo: memFree=25604200/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=10558168 CPUtime=7.49 cores=1,3,5,7
/proc/11353/stat : 11353 (java) S 11349 11353 11316 0 -1 4202496 102713 0 1 0 737 12 0 0 17 0 22 0 287191132 10811564032 97463 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 2639542 97463 2266 9 0 2630276 0
[pid=11353/tid=11355] ppid=11349 vsize=10558168 CPUtime=0.31 cores=1,3,5,7
/proc/11353/task/11355/stat : 11355 (java) S 11349 11353 11316 0 -1 4202560 13476 0 1 0 30 1 0 0 15 0 22 0 287191133 10811564032 97463 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11358] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11358/stat : 11358 (java) S 11349 11353 11316 0 -1 4202560 466 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 97463 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11360] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11360/stat : 11360 (java) S 11349 11353 11316 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 97463 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11361] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11361/stat : 11361 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 97463 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11363] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11363/stat : 11363 (java) S 11349 11353 11316 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 97463 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11365] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11365/stat : 11365 (java) S 11349 11353 11316 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 97463 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11367] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11367/stat : 11367 (java) S 11349 11353 11316 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 22 0 287191135 10811564032 97463 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11369] ppid=11349 vsize=10558168 CPUtime=0.01 cores=1,3,5,7
/proc/11353/task/11369/stat : 11369 (java) S 11349 11353 11316 0 -1 4202560 624 0 0 0 1 0 0 0 15 0 22 0 287191135 10811564032 97463 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11371] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11371/stat : 11371 (java) S 11349 11353 11316 0 -1 4202560 258 0 0 0 0 0 0 0 16 0 22 0 287191135 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11375] ppid=11349 vsize=10558168 CPUtime=0.09 cores=1,3,5,7
/proc/11353/task/11375/stat : 11375 (java) S 11349 11353 11316 0 -1 4202560 1850 0 0 0 9 0 0 0 16 0 22 0 287191136 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 0 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11376] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11376/stat : 11376 (java) S 11349 11353 11316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 287191136 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11378] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11378/stat : 11378 (java) S 11349 11353 11316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 287191136 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11382] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11382/stat : 11382 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 287191138 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892388785 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11383] ppid=11349 vsize=10558168 CPUtime=0.87 cores=1,3,5,7
/proc/11353/task/11383/stat : 11383 (java) S 11349 11353 11316 0 -1 4202560 7236 0 0 0 87 0 0 0 15 0 22 0 287191138 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11386] ppid=11349 vsize=10558168 CPUtime=0.84 cores=1,3,5,7
/proc/11353/task/11386/stat : 11386 (java) S 11349 11353 11316 0 -1 4202560 6239 0 0 0 84 0 0 0 15 0 22 0 287191138 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11387] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11387/stat : 11387 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 287191138 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11389] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11389/stat : 11389 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 287191139 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11390] ppid=11349 vsize=10558168 CPUtime=2.64 cores=1,3,5,7
/proc/11353/task/11390/stat : 11390 (java) R 11349 11353 11316 0 -1 4202560 793 0 0 0 264 0 0 0 25 0 22 0 287191165 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 46912506224229 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11353/tid=11391] ppid=11349 vsize=10558168 CPUtime=2.65 cores=1,3,5,7
/proc/11353/task/11391/stat : 11391 (java) R 11349 11353 11316 0 -1 4202560 70140 0 0 0 257 8 0 0 20 0 22 0 287191165 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 46912505570090 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11353/tid=11392] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11392/stat : 11392 (java) S 11349 11353 11316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 287191166 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11393] ppid=11349 vsize=10558168 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11393/stat : 11393 (java) S 11349 11353 11316 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 287191166 10811564032 97464 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 10558168

[startup+6.30147 s]
/proc/loadavg: 2.76 3.16 3.27 5/458 11446
/proc/meminfo: memFree=24776864/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=10555364 CPUtime=13.75 cores=1,3,5,7
/proc/11353/stat : 11353 (java) S 11349 11353 11316 0 -1 4202496 179712 0 1 0 1355 20 0 0 17 0 22 0 287191132 10808692736 173660 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 2638841 173660 2266 9 0 2629575 0
[pid=11353/tid=11355] ppid=11349 vsize=10555364 CPUtime=0.31 cores=1,3,5,7
/proc/11353/task/11355/stat : 11355 (java) S 11349 11353 11316 0 -1 4202560 13476 0 1 0 30 1 0 0 15 0 22 0 287191133 10808692736 173660 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11358] ppid=11349 vsize=10555364 CPUtime=0.01 cores=1,3,5,7
/proc/11353/task/11358/stat : 11358 (java) S 11349 11353 11316 0 -1 4202560 466 0 0 0 1 0 0 0 15 0 22 0 287191135 10808692736 173660 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11360] ppid=11349 vsize=10555364 CPUtime=0.01 cores=1,3,5,7
/proc/11353/task/11360/stat : 11360 (java) S 11349 11353 11316 0 -1 4202560 335 0 0 0 1 0 0 0 16 0 22 0 287191135 10808692736 173660 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11361] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11361/stat : 11361 (java) S 11349 11353 11316 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 287191135 10808692736 173660 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11363] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11363/stat : 11363 (java) S 11349 11353 11316 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 287191135 10808692736 173660 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11365] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11365/stat : 11365 (java) S 11349 11353 11316 0 -1 4202560 331 0 0 0 0 0 0 0 15 0 22 0 287191135 10808692736 173660 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11367] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11367/stat : 11367 (java) S 11349 11353 11316 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 22 0 287191135 10808692736 173660 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11369] ppid=11349 vsize=10555364 CPUtime=0.01 cores=1,3,5,7
/proc/11353/task/11369/stat : 11369 (java) S 11349 11353 11316 0 -1 4202560 842 0 0 0 1 0 0 0 15 0 22 0 287191135 10808692736 173660 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11371] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11371/stat : 11371 (java) S 11349 11353 11316 0 -1 4202560 383 0 0 0 0 0 0 0 15 0 22 0 287191135 10808692736 173660 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0

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

[pid=11353/tid=11389] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11389/stat : 11389 (java) S 11349 11353 11316 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 287191139 10808692736 223244 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11390] ppid=11349 vsize=10555364 CPUtime=48.27 cores=1,3,5,7
/proc/11353/task/11390/stat : 11390 (java) R 11349 11353 11316 0 -1 4202560 1150 0 0 0 4827 0 0 0 25 0 22 0 287191165 10808692736 223244 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 46912505728805 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11353/tid=11391] ppid=11349 vsize=10555364 CPUtime=48.28 cores=1,3,5,7
/proc/11353/task/11391/stat : 11391 (java) R 11349 11353 11316 0 -1 4202560 182360 0 0 0 4808 20 0 0 25 0 22 0 287191165 10808692736 223244 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 46912505797831 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11353/tid=11392] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11392/stat : 11392 (java) S 11349 11353 11316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 287191166 10808692736 223244 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11393] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11393/stat : 11393 (java) S 11349 11353 11316 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 287191166 10808692736 223244 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 103.06
Current children cumulated vsize (KiB) 10555364

[startup+53.5012 s]
/proc/loadavg: 3.33 3.26 3.30 5/458 11447
/proc/meminfo: memFree=23573488/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=10555364 CPUtime=104.56 cores=1,3,5,7
/proc/11353/stat : 11353 (java) S 11349 11353 11316 0 -1 4202496 229646 0 1 0 10428 28 0 0 17 0 22 0 287191132 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 2638841 223531 2267 9 0 2629575 0
[pid=11353/tid=11355] ppid=11349 vsize=10555364 CPUtime=0.31 cores=1,3,5,7
/proc/11353/task/11355/stat : 11355 (java) S 11349 11353 11316 0 -1 4202560 13476 0 1 0 30 1 0 0 15 0 22 0 287191133 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11358] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11358/stat : 11358 (java) S 11349 11353 11316 0 -1 4202560 479 0 0 0 6 0 0 0 15 0 22 0 287191135 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11360] ppid=11349 vsize=10555364 CPUtime=0.08 cores=1,3,5,7
/proc/11353/task/11360/stat : 11360 (java) S 11349 11353 11316 0 -1 4202560 361 0 0 0 8 0 0 0 16 0 22 0 287191135 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11361] ppid=11349 vsize=10555364 CPUtime=0.05 cores=1,3,5,7
/proc/11353/task/11361/stat : 11361 (java) S 11349 11353 11316 0 -1 4202560 31 0 0 0 5 0 0 0 15 0 22 0 287191135 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11363] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11363/stat : 11363 (java) S 11349 11353 11316 0 -1 4202560 81 0 0 0 6 0 0 0 15 0 22 0 287191135 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11365] ppid=11349 vsize=10555364 CPUtime=0.05 cores=1,3,5,7
/proc/11353/task/11365/stat : 11365 (java) S 11349 11353 11316 0 -1 4202560 333 0 0 0 5 0 0 0 15 0 22 0 287191135 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11367] ppid=11349 vsize=10555364 CPUtime=0.05 cores=1,3,5,7
/proc/11353/task/11367/stat : 11367 (java) S 11349 11353 11316 0 -1 4202560 127 0 0 0 5 0 0 0 15 0 22 0 287191135 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11369] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11369/stat : 11369 (java) S 11349 11353 11316 0 -1 4202560 843 0 0 0 6 0 0 0 15 0 22 0 287191135 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11371] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11371/stat : 11371 (java) S 11349 11353 11316 0 -1 4202560 387 0 0 0 6 0 0 0 15 0 22 0 287191135 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11375] ppid=11349 vsize=10555364 CPUtime=3.99 cores=1,3,5,7
/proc/11353/task/11375/stat : 11375 (java) S 11349 11353 11316 0 -1 4202560 15376 0 0 0 397 2 0 0 16 0 22 0 287191136 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 0 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11376] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11376/stat : 11376 (java) S 11349 11353 11316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 287191136 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11378] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11378/stat : 11378 (java) S 11349 11353 11316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 287191136 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11382] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11382/stat : 11382 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 287191138 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892388785 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11383] ppid=11349 vsize=10555364 CPUtime=0.91 cores=1,3,5,7
/proc/11353/task/11383/stat : 11383 (java) S 11349 11353 11316 0 -1 4202560 7242 0 0 0 91 0 0 0 15 0 22 0 287191138 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11386] ppid=11349 vsize=10555364 CPUtime=0.84 cores=1,3,5,7
/proc/11353/task/11386/stat : 11386 (java) S 11349 11353 11316 0 -1 4202560 6239 0 0 0 84 0 0 0 15 0 22 0 287191138 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11387] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11387/stat : 11387 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 287191138 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11389] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11389/stat : 11389 (java) S 11349 11353 11316 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 287191139 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11390] ppid=11349 vsize=10555364 CPUtime=48.96 cores=1,3,5,7
/proc/11353/task/11390/stat : 11390 (java) R 11349 11353 11316 0 -1 4202560 1151 0 0 0 4896 0 0 0 25 0 22 0 287191165 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 46912505599798 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11353/tid=11391] ppid=11349 vsize=10555364 CPUtime=48.97 cores=1,3,5,7
/proc/11353/task/11391/stat : 11391 (java) R 11349 11353 11316 0 -1 4202560 182360 0 0 0 4877 20 0 0 25 0 22 0 287191165 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 46912505569969 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11353/tid=11392] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11392/stat : 11392 (java) S 11349 11353 11316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 287191166 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11393] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11393/stat : 11393 (java) S 11349 11353 11316 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 287191166 10808692736 223531 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 104.56
Current children cumulated vsize (KiB) 10555364

[startup+54.301 s]
/proc/loadavg: 3.33 3.26 3.30 5/458 11447
/proc/meminfo: memFree=23572372/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=10555364 CPUtime=106.07 cores=1,3,5,7
/proc/11353/stat : 11353 (java) S 11349 11353 11316 0 -1 4202496 229924 0 1 0 10579 28 0 0 17 0 22 0 287191132 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 2638841 223808 2267 9 0 2629575 0
[pid=11353/tid=11355] ppid=11349 vsize=10555364 CPUtime=0.31 cores=1,3,5,7
/proc/11353/task/11355/stat : 11355 (java) S 11349 11353 11316 0 -1 4202560 13476 0 1 0 30 1 0 0 15 0 22 0 287191133 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11358] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11358/stat : 11358 (java) S 11349 11353 11316 0 -1 4202560 479 0 0 0 6 0 0 0 15 0 22 0 287191135 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11360] ppid=11349 vsize=10555364 CPUtime=0.08 cores=1,3,5,7
/proc/11353/task/11360/stat : 11360 (java) S 11349 11353 11316 0 -1 4202560 361 0 0 0 8 0 0 0 15 0 22 0 287191135 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11361] ppid=11349 vsize=10555364 CPUtime=0.05 cores=1,3,5,7
/proc/11353/task/11361/stat : 11361 (java) S 11349 11353 11316 0 -1 4202560 31 0 0 0 5 0 0 0 15 0 22 0 287191135 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11363] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11363/stat : 11363 (java) S 11349 11353 11316 0 -1 4202560 81 0 0 0 6 0 0 0 15 0 22 0 287191135 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11365] ppid=11349 vsize=10555364 CPUtime=0.05 cores=1,3,5,7
/proc/11353/task/11365/stat : 11365 (java) S 11349 11353 11316 0 -1 4202560 333 0 0 0 5 0 0 0 16 0 22 0 287191135 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11367] ppid=11349 vsize=10555364 CPUtime=0.05 cores=1,3,5,7
/proc/11353/task/11367/stat : 11367 (java) S 11349 11353 11316 0 -1 4202560 127 0 0 0 5 0 0 0 16 0 22 0 287191135 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11369] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11369/stat : 11369 (java) S 11349 11353 11316 0 -1 4202560 843 0 0 0 6 0 0 0 15 0 22 0 287191135 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11371] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11371/stat : 11371 (java) S 11349 11353 11316 0 -1 4202560 399 0 0 0 6 0 0 0 15 0 22 0 287191135 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11375] ppid=11349 vsize=10555364 CPUtime=4.08 cores=1,3,5,7
/proc/11353/task/11375/stat : 11375 (java) S 11349 11353 11316 0 -1 4202560 15641 0 0 0 406 2 0 0 16 0 22 0 287191136 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 0 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11376] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11376/stat : 11376 (java) S 11349 11353 11316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 287191136 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11378] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11378/stat : 11378 (java) S 11349 11353 11316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 287191136 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11382] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11382/stat : 11382 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 287191138 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892388785 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11383] ppid=11349 vsize=10555364 CPUtime=0.91 cores=1,3,5,7
/proc/11353/task/11383/stat : 11383 (java) S 11349 11353 11316 0 -1 4202560 7242 0 0 0 91 0 0 0 15 0 22 0 287191138 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11386] ppid=11349 vsize=10555364 CPUtime=0.84 cores=1,3,5,7
/proc/11353/task/11386/stat : 11386 (java) S 11349 11353 11316 0 -1 4202560 6239 0 0 0 84 0 0 0 15 0 22 0 287191138 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11387] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11387/stat : 11387 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 287191138 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11389] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11389/stat : 11389 (java) S 11349 11353 11316 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 287191139 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11390] ppid=11349 vsize=10555364 CPUtime=49.67 cores=1,3,5,7
/proc/11353/task/11390/stat : 11390 (java) R 11349 11353 11316 0 -1 4202560 1152 0 0 0 4967 0 0 0 25 0 22 0 287191165 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 46912505670027 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11353/tid=11391] ppid=11349 vsize=10555364 CPUtime=49.68 cores=1,3,5,7
/proc/11353/task/11391/stat : 11391 (java) R 11349 11353 11316 0 -1 4202560 182360 0 0 0 4948 20 0 0 25 0 22 0 287191165 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 46912505766158 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11353/tid=11392] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11392/stat : 11392 (java) S 11349 11353 11316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 287191166 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11393] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11393/stat : 11393 (java) S 11349 11353 11316 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 287191166 10808692736 223808 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 106.07
Current children cumulated vsize (KiB) 10555364

[startup+54.701 s]
/proc/loadavg: 3.33 3.26 3.30 5/458 11447
/proc/meminfo: memFree=23572372/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=10555364 CPUtime=106.82 cores=1,3,5,7
/proc/11353/stat : 11353 (java) S 11349 11353 11316 0 -1 4202496 229926 0 1 0 10654 28 0 0 17 0 19 0 287191132 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 2638841 223810 2269 9 0 2629575 0
[pid=11353/tid=11355] ppid=11349 vsize=10555364 CPUtime=0.31 cores=1,3,5,7
/proc/11353/task/11355/stat : 11355 (java) S 11349 11353 11316 0 -1 4202560 13476 0 1 0 30 1 0 0 15 0 19 0 287191133 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11358] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11358/stat : 11358 (java) S 11349 11353 11316 0 -1 4202560 479 0 0 0 6 0 0 0 15 0 19 0 287191135 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11360] ppid=11349 vsize=10555364 CPUtime=0.08 cores=1,3,5,7
/proc/11353/task/11360/stat : 11360 (java) S 11349 11353 11316 0 -1 4202560 361 0 0 0 8 0 0 0 15 0 19 0 287191135 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11361] ppid=11349 vsize=10555364 CPUtime=0.05 cores=1,3,5,7
/proc/11353/task/11361/stat : 11361 (java) S 11349 11353 11316 0 -1 4202560 31 0 0 0 5 0 0 0 15 0 19 0 287191135 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11363] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11363/stat : 11363 (java) S 11349 11353 11316 0 -1 4202560 81 0 0 0 6 0 0 0 15 0 19 0 287191135 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11365] ppid=11349 vsize=10555364 CPUtime=0.05 cores=1,3,5,7
/proc/11353/task/11365/stat : 11365 (java) S 11349 11353 11316 0 -1 4202560 333 0 0 0 5 0 0 0 16 0 19 0 287191135 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11367] ppid=11349 vsize=10555364 CPUtime=0.05 cores=1,3,5,7
/proc/11353/task/11367/stat : 11367 (java) S 11349 11353 11316 0 -1 4202560 127 0 0 0 5 0 0 0 16 0 19 0 287191135 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11369] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11369/stat : 11369 (java) S 11349 11353 11316 0 -1 4202560 843 0 0 0 6 0 0 0 15 0 19 0 287191135 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11371] ppid=11349 vsize=10555364 CPUtime=0.06 cores=1,3,5,7
/proc/11353/task/11371/stat : 11371 (java) S 11349 11353 11316 0 -1 4202560 399 0 0 0 6 0 0 0 15 0 19 0 287191135 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11375] ppid=11349 vsize=10555364 CPUtime=4.08 cores=1,3,5,7
/proc/11353/task/11375/stat : 11375 (java) S 11349 11353 11316 0 -1 4202560 15641 0 0 0 406 2 0 0 16 0 19 0 287191136 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 0 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11376] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11376/stat : 11376 (java) S 11349 11353 11316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 287191136 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11378] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11378/stat : 11378 (java) S 11349 11353 11316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 287191136 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11382] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11382/stat : 11382 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 287191138 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892388785 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11383] ppid=11349 vsize=10555364 CPUtime=0.91 cores=1,3,5,7
/proc/11353/task/11383/stat : 11383 (java) S 11349 11353 11316 0 -1 4202560 7242 0 0 0 91 0 0 0 15 0 19 0 287191138 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 7 0 0 0
[pid=11353/tid=11386] ppid=11349 vsize=10555364 CPUtime=0.84 cores=1,3,5,7
/proc/11353/task/11386/stat : 11386 (java) S 11349 11353 11316 0 -1 4202560 6239 0 0 0 84 0 0 0 15 0 19 0 287191138 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 5 0 0 0
[pid=11353/tid=11387] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11387/stat : 11387 (java) S 11349 11353 11316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287191138 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381081 0 4 0 16800975 18446604470157332928 0 0 -1 3 0 0 0
[pid=11353/tid=11389] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11389/stat : 11389 (java) S 11349 11353 11316 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 287191139 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
[pid=11353/tid=11392] ppid=11349 vsize=10555364 CPUtime=0 cores=1,3,5,7
/proc/11353/task/11392/stat : 11392 (java) S 11349 11353 11316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 287191166 10808692736 223810 33554432000 1073741824 1073778376 140736610948768 18446744073709551615 218892381696 0 4 0 16800975 18446604470157332928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 106.82
Current children cumulated vsize (KiB) 10555364

[startup+54.801 s]
/proc/loadavg: 3.33 3.26 3.30 5/458 11447
/proc/meminfo: memFree=23572372/32950928 swapFree=52006644/67111528
[pid=11353] ppid=11349 vsize=0 CPUtime=106.85 cores=1,3,5,7
/proc/11353/stat : 11353 (java) Z 11349 11353 11316 0 -1 4203548 229930 0 1 0 10654 31 0 0 15 0 2 0 287191132 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11353/statm: 0 0 0 0 0 0 0
[pid=11353/tid=11392] ppid=11349 vsize=0 CPUtime=0.02 cores=1,3,5,7
/proc/11353/task/11392/stat : 11392 (java) R 11349 11353 11316 0 -1 4203588 7 0 0 0 0 2 0 0 18 0 2 0 287191166 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 106.85
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 54.8132
CPU time (s): 106.87
CPU user time (s): 106.544
CPU system time (s): 0.32595
CPU usage (%): 194.971
Max. virtual memory (cumulated for all children) (KiB): 10558168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.544
system time used= 0.32595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229930
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= 3885
involuntary context switches= 1977

runsolver used 0.218966 second user time and 0.553915 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-04 15:56:57
IDJOB=3453606
IDBENCH=48315
IDSOLVER=1950
FILE ID=node112/3453606-1307195817
RUNJOBID= node112-1307195817-11335
PBS_JOBID= 13508879
Free space on /tmp= 73912 MiB

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

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

MD5SUM BENCH= 73ea1f0ac6b3717abb48868130805223
RANDOM SEED=1778156789

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26006788 kB
Buffers:        338520 kB
Cached:        5642320 kB
SwapCached:      31280 kB
Active:         938740 kB
Inactive:      5722256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26006788 kB
SwapTotal:    67111528 kB
SwapFree:     52006644 kB
Dirty:             828 kB
Writeback:           0 kB
AnonPages:      657076 kB
Mapped:          11400 kB
Slab:           155872 kB
PageTables:      59512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 98617320 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= 73912 MiB
End job on node112 at 2011-06-04 15:57:52