Trace number 3689428

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
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 640.79 323.799

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-99.opb
MD5SUMa0ef64dc4a665e7cf00a752d7a124006
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 benchmark28.0957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7903
Total number of constraints176726
Number of constraints which are clauses158806
Number of constraints which are cardinality constraints (but not clauses)574
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint1
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689428-1337882149.opb
0.09/0.12	c reading problem ... 
2.74/1.70	c ... done. Wall clock time 1.581s.
2.74/1.70	c declared #vars     7903
2.74/1.70	c #constraints  174293
2.74/1.70	c constraints type 
2.74/1.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118580
2.74/1.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 563
2.74/1.70	c ignored satisfied constraints => 2732
2.74/1.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37632
2.74/1.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 172
2.74/1.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
2.74/1.70	c 177025 constraints processed.
2.74/1.70	c constraints type 
2.74/1.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37632
2.74/1.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 118580
2.74/1.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 563
2.74/1.70	c ignored satisfied constraints => 2732
2.74/1.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
2.74/1.70	c org.sat4j.pb.constraints.pb.UnitClausePB => 172
2.74/1.70	c 177025 constraints processed.
7.39/3.45	c cleaning 2485 clauses out of 4988 with flag 5000/5000
10.63/4.88	c cleaning 0 clauses out of 5000 with flag 0/5000
11.23/5.14	c cleaning 4205 clauses out of 8498 with flag 11000/11000
14.62/6.83	c cleaning 5605 clauses out of 11289 with flag 18000/18000
18.72/8.85	c cleaning 6805 clauses out of 13685 with flag 26002/26002
23.29/11.12	c cleaning 7929 clauses out of 15878 with flag 35000/35000
27.97/13.51	c cleaning 0 clauses out of 11000 with flag 0/11000
28.24/13.76	c cleaning 8967 clauses out of 17939 with flag 45003/45003
33.85/16.69	c cleaning 9974 clauses out of 19969 with flag 56002/56002
39.51/19.58	c cleaning 10972 clauses out of 21989 with flag 68001/68001
46.16/22.92	c cleaning 11982 clauses out of 24012 with flag 81001/81001
55.02/27.45	c cleaning 12998 clauses out of 26029 with flag 95000/95000
64.50/32.22	c cleaning 13998 clauses out of 28033 with flag 110002/110002
73.55/36.80	c cleaning 15000 clauses out of 30035 with flag 126002/126002
83.79/42.07	c cleaning 15998 clauses out of 32033 with flag 143000/143000
95.01/47.77	c cleaning 17010 clauses out of 34036 with flag 161001/161001
97.37/49.01	c cleaning 0 clauses out of 18000 with flag 0/18000
109.21/55.10	c cleaning 18005 clauses out of 36025 with flag 180000/180000
122.04/61.59	c cleaning 18973 clauses out of 38020 with flag 200000/200000
135.07/68.14	c cleaning 20011 clauses out of 40048 with flag 221001/221001
149.21/75.35	c cleaning 21000 clauses out of 42036 with flag 243000/243000
161.84/81.71	c cleaning 22003 clauses out of 44027 with flag 266001/266001
176.47/89.18	c cleaning 22995 clauses out of 46026 with flag 290003/290003
192.10/97.05	c cleaning 24001 clauses out of 48028 with flag 315000/315000
208.23/105.20	c cleaning 24976 clauses out of 50025 with flag 341000/341000
229.47/115.97	c cleaning 25969 clauses out of 52048 with flag 368000/368000
249.94/126.23	c cleaning 27030 clauses out of 54079 with flag 396002/396002
270.58/136.69	c cleaning 28009 clauses out of 56045 with flag 425000/425000
290.06/146.58	c cleaning 28995 clauses out of 58035 with flag 455000/455000
313.45/158.37	c cleaning 30011 clauses out of 60040 with flag 486000/486000
334.65/169.08	c cleaning 30989 clauses out of 62027 with flag 518000/518000
357.25/180.49	c cleaning 31990 clauses out of 64038 with flag 551000/551000
384.90/194.45	c cleaning 32989 clauses out of 66048 with flag 585000/585000
398.69/201.46	c cleaning 0 clauses out of 26001 with flag 0/26001
411.68/208.07	c cleaning 34000 clauses out of 68058 with flag 620001/620001
438.10/221.37	c cleaning 35018 clauses out of 70047 with flag 656001/656001
465.75/235.35	c cleaning 35979 clauses out of 72024 with flag 693000/693000
496.35/250.80	c cleaning 36955 clauses out of 74045 with flag 731000/731000
528.38/266.88	c cleaning 38005 clauses out of 76091 with flag 770002/770002
557.57/281.54	c cleaning 39002 clauses out of 78083 with flag 810002/810002
585.25/295.50	c cleaning 40015 clauses out of 80061 with flag 851001/851001
606.87/306.40	c cleaning 40950 clauses out of 82025 with flag 893000/893000
628.69/317.40	c cleaning 41999 clauses out of 84065 with flag 936004/936004
640.69/323.58	c  And the winner is solver0
640.18/323.76	c starts		: 152
640.18/323.76	c conflicts		: 956750
640.18/323.76	c decisions		: 2825244
640.18/323.76	c propagations		: 293374901
640.18/323.76	c inspects		: 3273577178
640.18/323.76	c shortcuts		: 0
640.18/323.76	c learnt literals	: 159
640.18/323.76	c learnt binary clauses	: 646
640.18/323.76	c learnt ternary clauses	: 3018
640.18/323.76	c learnt constraints	: 956590
640.18/323.76	c ignored constraints	: 0
640.18/323.76	c root simplifications	: 0
640.18/323.76	c removed literals (reason simplification)	: 34873148
640.18/323.76	c reason swapping (by a shorter reason)	: 0
640.18/323.76	c Calls to reduceDB	: 39
640.18/323.76	c number of reductions to clauses (during analyze)	: 0
640.18/323.76	c number of learned constraints concerned by reduction	: 0
640.18/323.76	c number of learning phase by resolution	: 0
640.18/323.76	c number of learning phase by cutting planes	: 0
640.18/323.76	c speed (assignments/second)	: 910991.8394977007
640.18/323.76	c non guided choices	126745
640.18/323.78	c learnt constraints type 
640.18/323.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 646
640.18/323.78	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62147
640.18/323.78	c constraints type 
640.18/323.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118580
640.18/323.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 563
640.18/323.78	c ignored satisfied constraints => 2732
640.18/323.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37632
640.18/323.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 172
640.18/323.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
640.18/323.78	c 177025 constraints processed.
640.18/323.78	c constraints type 
640.18/323.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37632
640.18/323.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 118580
640.18/323.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 563
640.18/323.78	c ignored satisfied constraints => 2732
640.18/323.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
640.18/323.78	c org.sat4j.pb.constraints.pb.UnitClausePB => 172
640.18/323.78	c 177025 constraints processed.
640.18/323.78	s UNSATISFIABLE
640.18/323.78	c Total wall clock time (in seconds): 323.659

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689428-1337882149/watcher-3689428-1337882149 -o /tmp/evaluation-result-3689428-1337882149/solver-3689428-1337882149 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689428-1337882149.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.72 3.69 3.72 4/197 27936
/proc/meminfo: memFree=25413056/32873844 swapFree=6080/6080
[pid=27936] ppid=27934 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27936/stat : 27936 (java) D 27934 27936 24394 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254339486 9515008 182 33554432000 1073741824 1073778376 140733503950720 140733503941752 248790204085 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/27936/statm: 2323 182 140 9 0 71 0

[startup+0.046078 s]
/proc/loadavg: 3.72 3.69 3.72 4/197 27936
/proc/meminfo: memFree=25413056/32873844 swapFree=6080/6080
[pid=27936] ppid=27934 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/27936/stat : 27936 (java) S 27934 27936 24394 0 -1 4202496 3013 0 1 0 1 1 0 0 20 0 13 0 254339486 9446973440 3710 33554432000 1073741824 1073778376 140735036876144 140735036867280 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27936/statm: 2306390 3710 1692 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.10024 s]
/proc/loadavg: 3.72 3.69 3.72 4/197 27936
/proc/meminfo: memFree=25413056/32873844 swapFree=6080/6080
[pid=27936] ppid=27934 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27936/stat : 27936 (java) S 27934 27936 24394 0 -1 4202496 4286 0 1 0 8 1 0 0 20 0 18 0 254339486 9787813888 5481 33554432000 1073741824 1073778376 140735036876144 140735036867280 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27936/statm: 2389603 5482 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300215 s]
/proc/loadavg: 3.72 3.69 3.72 4/197 27936
/proc/meminfo: memFree=25413056/32873844 swapFree=6080/6080
[pid=27936] ppid=27934 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/27936/stat : 27936 (java) S 27934 27936 24394 0 -1 4202496 5320 0 1 0 44 1 0 0 20 0 18 0 254339486 9787813888 8299 33554432000 1073741824 1073778376 140735036876144 140735036867280 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27936/statm: 2389603 8300 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.70022 s]
/proc/loadavg: 3.72 3.69 3.72 4/197 27936
/proc/meminfo: memFree=25413056/32873844 swapFree=6080/6080
[pid=27936] ppid=27934 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/27936/stat : 27936 (java) S 27934 27936 24394 0 -1 4202496 10776 0 1 0 128 5 0 0 20 0 18 0 254339486 9787813888 43345 33554432000 1073741824 1073778376 140735036876144 140735036867280 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27936/statm: 2389603 43345 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 3.72 3.69 3.72 4/215 27954
/proc/meminfo: memFree=25229636/32873844 swapFree=6080/6080
[pid=27936] ppid=27934 vsize=9558412 CPUtime=2.53 cores=0,2,4,6
/proc/27936/stat : 27936 (java) S 27934 27936 24394 0 -1 4202496 11966 0 1 0 241 12 0 0 20 0 18 0 254339486 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140735036867280 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27936/statm: 2389603 86185 2247 9 0 2380296 0
[pid=27936/tid=27938] ppid=27934 vsize=9558412 CPUtime=1.37 cores=0,2,4,6
/proc/27936/task/27938/stat : 27938 (java) R 27934 27936 24394 0 -1 4202560 2569 0 1 0 132 5 0 0 20 0 18 0 254339487 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378652556568 140378592710472 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27939] ppid=27934 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27936/task/27939/stat : 27939 (java) S 27934 27936 24394 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 254339488 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378591288360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27940] ppid=27934 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27936/task/27940/stat : 27940 (java) S 27934 27936 24394 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 254339488 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378495466408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27941] ppid=27934 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27936/task/27941/stat : 27941 (java) S 27934 27936 24394 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 254339488 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378494413608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27942] ppid=27934 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27936/task/27942/stat : 27942 (java) S 27934 27936 24394 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 254339488 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378493360808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27943] ppid=27934 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27936/task/27943/stat : 27943 (java) S 27934 27936 24394 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 254339488 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378492308008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27944] ppid=27934 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27936/task/27944/stat : 27944 (java) S 27934 27936 24394 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 254339488 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378491255208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27945] ppid=27934 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/27936/task/27945/stat : 27945 (java) S 27934 27936 24394 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 254339488 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378490202408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27946] ppid=27934 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27936/task/27946/stat : 27946 (java) S 27934 27936 24394 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 254339488 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378489149608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27947] ppid=27934 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27947/stat : 27947 (java) S 27934 27936 24394 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254339489 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378476739560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27948] ppid=27934 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27948/stat : 27948 (java) S 27934 27936 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254339490 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378475685624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27949] ppid=27934 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27949/stat : 27949 (java) S 27934 27936 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254339490 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378474632712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27950] ppid=27934 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27950/stat : 27950 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339492 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378473581200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27951] ppid=27934 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/27936/task/27951/stat : 27951 (java) S 27934 27936 24394 0 -1 4202560 3852 0 0 0 40 0 0 0 20 0 18 0 254339492 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378472528312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27952] ppid=27934 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/27936/task/27952/stat : 27952 (java) S 27934 27936 24394 0 -1 4202560 4035 0 0 0 40 0 0 0 20 0 18 0 254339492 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378471475512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27953] ppid=27934 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27953/stat : 27953 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339492 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378470422904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27954] ppid=27934 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27954/stat : 27954 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339492 9787813888 86185 33554432000 1073741824 1073778376 140735036876144 140378469370312 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9558412

[startup+3.10083 s]
/proc/loadavg: 3.72 3.69 3.72 11/219 27958
/proc/meminfo: memFree=25041068/32873844 swapFree=6080/6080
[pid=27936] ppid=27934 vsize=9824668 CPUtime=6.7 cores=0,2,4,6
/proc/27936/stat : 27936 (java) S 27934 27936 24394 0 -1 4202496 15398 0 1 0 651 19 0 0 20 0 22 0 254339486 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140735036867280 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27936/statm: 2456167 125089 2269 9 0 2446860 0
[pid=27936/tid=27938] ppid=27934 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/27936/task/27938/stat : 27938 (java) S 27934 27936 24394 0 -1 4202560 2581 0 1 0 152 6 0 0 20 0 22 0 254339487 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378652558328 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27939] ppid=27934 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27936/task/27939/stat : 27939 (java) S 27934 27936 24394 0 -1 4202560 55 0 0 0 4 2 0 0 20 0 22 0 254339488 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378591288360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27940] ppid=27934 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27936/task/27940/stat : 27940 (java) S 27934 27936 24394 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 254339488 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378495466408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27941] ppid=27934 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27936/task/27941/stat : 27941 (java) S 27934 27936 24394 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 254339488 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378494413608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27942] ppid=27934 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/27936/task/27942/stat : 27942 (java) S 27934 27936 24394 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 22 0 254339488 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378493360808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27943] ppid=27934 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27936/task/27943/stat : 27943 (java) S 27934 27936 24394 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 22 0 254339488 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378492308008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27944] ppid=27934 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27936/task/27944/stat : 27944 (java) S 27934 27936 24394 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 254339488 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378491255208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27945] ppid=27934 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27936/task/27945/stat : 27945 (java) S 27934 27936 24394 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 22 0 254339488 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378490202408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27946] ppid=27934 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27936/task/27946/stat : 27946 (java) S 27934 27936 24394 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 254339488 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378489149608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27947] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27947/stat : 27947 (java) S 27934 27936 24394 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 254339489 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378476739560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27948] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27948/stat : 27948 (java) S 27934 27936 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254339490 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378475685624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27949] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27949/stat : 27949 (java) S 27934 27936 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254339490 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378474632712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27950] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27950/stat : 27950 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339492 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378473581200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27951] ppid=27934 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/27936/task/27951/stat : 27951 (java) S 27934 27936 24394 0 -1 4202560 5557 0 0 0 84 1 0 0 20 0 22 0 254339492 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378472528312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27952] ppid=27934 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/27936/task/27952/stat : 27952 (java) S 27934 27936 24394 0 -1 4202560 5456 0 0 0 104 0 0 0 20 0 22 0 254339492 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378471475512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27953] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27953/stat : 27953 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339492 10060460032 125089 33554432000 1073741824 1073778376 140735036876144 140378470422904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27954] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27954/stat : 27954 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339492 10060460032 125601 33554432000 1073741824 1073778376 140735036876144 140378469370312 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27955] ppid=27934 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/27936/task/27955/stat : 27955 (java) R 27934 27936 24394 0 -1 4202560 27 0 0 0 133 0 0 0 20 0 22 0 254339657 10060460032 125601 33554432000 1073741824 1073778376 140735036876144 140378468316344 140378593071169 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27956] ppid=27934 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/27936/task/27956/stat : 27956 (java) R 27934 27936 24394 0 -1 4202560 125 0 0 0 132 0 0 0 20 0 22 0 254339657 10060460032 125601 33554432000 1073741824 1073778376 140735036876144 140378467263352 140378592821548 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27957] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27957/stat : 27957 (java) S 27934 27936 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254339658 10060460032 125601 33554432000 1073741824 1073778376 140735036876144 140378466211240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27958] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27958/stat : 27958 (java) S 27934 27936 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254339658 10060460032 125601 33554432000 1073741824 1073778376 140735036876144 140378465158440 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.82 3.71 3.73 5/219 27958
/proc/meminfo: memFree=24603012/32873844 swapFree=6080/6080
[pid=27936] ppid=27934 vsize=9824668 CPUtime=13.63 cores=0,2,4,6
/proc/27936/stat : 27936 (java) S 27934 27936 24394 0 -1 4202496 23225 0 1 0 1333 30 0 0 20 0 22 0 254339486 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140735036867280 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27936/statm: 2456167 204242 2283 9 0 2446860 0
[pid=27936/tid=27938] ppid=27934 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/27936/task/27938/stat : 27938 (java) S 27934 27936 24394 0 -1 4202560 2582 0 1 0 152 6 0 0 20 0 22 0 254339487 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378652558328 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27939] ppid=27934 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/27936/task/27939/stat : 27939 (java) S 27934 27936 24394 0 -1 4202560 67 0 0 0 7 3 0 0 20 0 22 0 254339488 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378591288360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27940] ppid=27934 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/27936/task/27940/stat : 27940 (java) S 27934 27936 24394 0 -1 4202560 37 0 0 0 7 2 0 0 20 0 22 0 254339488 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378495466408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27941] ppid=27934 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/27936/task/27941/stat : 27941 (java) S 27934 27936 24394 0 -1 4202560 35 0 0 0 7 2 0 0 20 0 22 0 254339488 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378494413608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27942] ppid=27934 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/27936/task/27942/stat : 27942 (java) S 27934 27936 24394 0 -1 4202560 42 0 0 0 7 2 0 0 20 0 22 0 254339488 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378493360808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27943] ppid=27934 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27936/task/27943/stat : 27943 (java) S 27934 27936 24394 0 -1 4202560 61 0 0 0 9 3 0 0 20 0 22 0 254339488 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378492308008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27944] ppid=27934 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/27936/task/27944/stat : 27944 (java) S 27934 27936 24394 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 254339488 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378491255208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27945] ppid=27934 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/27936/task/27945/stat : 27945 (java) S 27934 27936 24394 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 22 0 254339488 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378490202408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27946] ppid=27934 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27936/task/27946/stat : 27946 (java) S 27934 27936 24394 0 -1 4202560 47 0 0 0 9 3 0 0 20 0 22 0 254339488 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378489149608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27947] ppid=27934 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/27936/task/27947/stat : 27947 (java) S 27934 27936 24394 0 -1 4202560 506 0 0 0 37 0 0 0 20 0 22 0 254339489 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378476739560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27948] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27948/stat : 27948 (java) S 27934 27936 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254339490 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378475685624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27949] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27949/stat : 27949 (java) S 27934 27936 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254339490 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378474632712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27950] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27950/stat : 27950 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339492 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378473581200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27951] ppid=27934 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/27936/task/27951/stat : 27951 (java) S 27934 27936 24394 0 -1 4202560 10695 0 0 0 132 2 0 0 20 0 22 0 254339492 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378472528312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27952] ppid=27934 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/27936/task/27952/stat : 27952 (java) S 27934 27936 24394 0 -1 4202560 7153 0 0 0 128 2 0 0 20 0 22 0 254339492 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378471475512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27953] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27953/stat : 27953 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339492 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378470422904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27954] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27954/stat : 27954 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339492 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378469370312 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27955] ppid=27934 vsize=9824668 CPUtime=4.04 cores=0,2,4,6
/proc/27936/task/27955/stat : 27955 (java) R 27934 27936 24394 0 -1 4202560 29 0 0 0 404 0 0 0 20 0 22 0 254339657 10060460032 204242 33554432000 1073741824 1073778376 140735036876144 140378468316360 140378593086981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

Current children cumulated CPU time (s) 638.47
Current children cumulated vsize (KiB) 9824668

[startup+323.201 s]
/proc/loadavg: 3.74 3.78 3.75 11/220 28047
/proc/meminfo: memFree=23875100/32873844 swapFree=6080/6080
[pid=27936] ppid=27934 vsize=9824668 CPUtime=640.08 cores=0,2,4,6
/proc/27936/stat : 27936 (java) S 27934 27936 24394 0 -1 4202496 29557 0 1 0 63922 86 0 0 20 0 22 0 254339486 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140735036867280 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27936/statm: 2456167 674377 2285 9 0 2446860 0
[pid=27936/tid=27938] ppid=27934 vsize=9824668 CPUtime=1.59 cores=0,2,4,6
/proc/27936/task/27938/stat : 27938 (java) S 27934 27936 24394 0 -1 4202560 2595 0 1 0 153 6 0 0 20 0 22 0 254339487 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378652558328 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27939] ppid=27934 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/27936/task/27939/stat : 27939 (java) S 27934 27936 24394 0 -1 4202560 141 0 0 0 55 4 0 0 20 0 22 0 254339488 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378591288360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27940] ppid=27934 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/27936/task/27940/stat : 27940 (java) S 27934 27936 24394 0 -1 4202560 125 0 0 0 54 4 0 0 20 0 22 0 254339488 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378495466408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27941] ppid=27934 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/27936/task/27941/stat : 27941 (java) S 27934 27936 24394 0 -1 4202560 144 0 0 0 60 4 0 0 20 0 22 0 254339488 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378494413608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27942] ppid=27934 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/27936/task/27942/stat : 27942 (java) S 27934 27936 24394 0 -1 4202560 121 0 0 0 53 4 0 0 20 0 22 0 254339488 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378493360808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27943] ppid=27934 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/27936/task/27943/stat : 27943 (java) S 27934 27936 24394 0 -1 4202560 132 0 0 0 60 4 0 0 20 0 22 0 254339488 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378492308008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27944] ppid=27934 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/27936/task/27944/stat : 27944 (java) S 27934 27936 24394 0 -1 4202560 113 0 0 0 55 3 0 0 20 0 22 0 254339488 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378491255208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27945] ppid=27934 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/27936/task/27945/stat : 27945 (java) S 27934 27936 24394 0 -1 4202560 124 0 0 0 51 2 0 0 20 0 22 0 254339488 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378490202408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27946] ppid=27934 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/27936/task/27946/stat : 27946 (java) S 27934 27936 24394 0 -1 4202560 123 0 0 0 55 5 0 0 20 0 22 0 254339488 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378489149608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27947] ppid=27934 vsize=9824668 CPUtime=9.79 cores=0,2,4,6
/proc/27936/task/27947/stat : 27947 (java) S 27934 27936 24394 0 -1 4202560 4746 0 0 0 972 7 0 0 20 0 22 0 254339489 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378476739560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27948] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27948/stat : 27948 (java) S 27934 27936 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254339490 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378475685624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27949] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27949/stat : 27949 (java) S 27934 27936 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254339490 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378474632712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27950] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27950/stat : 27950 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339492 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378473581200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27951] ppid=27934 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/27936/task/27951/stat : 27951 (java) S 27934 27936 24394 0 -1 4202560 10697 0 0 0 140 2 0 0 20 0 22 0 254339492 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378472528312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27952] ppid=27934 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/27936/task/27952/stat : 27952 (java) S 27934 27936 24394 0 -1 4202560 7534 0 0 0 167 2 0 0 20 0 22 0 254339492 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378471475512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27953] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27953/stat : 27953 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339492 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378470422904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27954] ppid=27934 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/27936/task/27954/stat : 27954 (java) S 27934 27936 24394 0 -1 4202560 19 0 0 0 4 5 0 0 20 0 22 0 254339492 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378469370312 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27955] ppid=27934 vsize=9824668 CPUtime=309.5 cores=0,2,4,6
/proc/27936/task/27955/stat : 27955 (java) R 27934 27936 24394 0 -1 4202560 65 0 0 0 30946 4 0 0 20 0 22 0 254339657 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378468314488 140378593147902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27956] ppid=27934 vsize=9824668 CPUtime=309.53 cores=0,2,4,6
/proc/27936/task/27956/stat : 27956 (java) R 27934 27936 24394 0 -1 4202560 1690 0 0 0 30911 42 0 0 20 0 22 0 254339657 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378467262376 140378593259658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27957] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27957/stat : 27957 (java) S 27934 27936 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254339658 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378466211240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27958] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27958/stat : 27958 (java) S 27934 27936 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254339658 10060460032 674377 33554432000 1073741824 1073778376 140735036876144 140378465158440 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 640.08
Current children cumulated vsize (KiB) 9824668

[startup+323.601 s]
/proc/loadavg: 3.74 3.78 3.75 5/220 28047
/proc/meminfo: memFree=23879192/32873844 swapFree=6080/6080
[pid=27936] ppid=27934 vsize=9824668 CPUtime=640.08 cores=0,2,4,6
/proc/27936/stat : 27936 (java) S 27934 27936 24394 0 -1 4202496 29559 0 1 0 63918 90 0 0 20 0 20 0 254339486 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140735036867280 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27936/statm: 2456167 674372 2286 9 0 2446860 0
[pid=27936/tid=27938] ppid=27934 vsize=9824668 CPUtime=1.59 cores=0,2,4,6
/proc/27936/task/27938/stat : 27938 (java) S 27934 27936 24394 0 -1 4202560 2595 0 1 0 153 6 0 0 20 0 20 0 254339487 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378652558328 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27939] ppid=27934 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/27936/task/27939/stat : 27939 (java) S 27934 27936 24394 0 -1 4202560 141 0 0 0 55 4 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378591288360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27940] ppid=27934 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/27936/task/27940/stat : 27940 (java) S 27934 27936 24394 0 -1 4202560 125 0 0 0 54 4 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378495466408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27941] ppid=27934 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/27936/task/27941/stat : 27941 (java) S 27934 27936 24394 0 -1 4202560 144 0 0 0 60 4 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378494413608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27942] ppid=27934 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/27936/task/27942/stat : 27942 (java) S 27934 27936 24394 0 -1 4202560 121 0 0 0 53 4 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378493360808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27943] ppid=27934 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/27936/task/27943/stat : 27943 (java) S 27934 27936 24394 0 -1 4202560 132 0 0 0 60 4 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378492308008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27944] ppid=27934 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/27936/task/27944/stat : 27944 (java) S 27934 27936 24394 0 -1 4202560 113 0 0 0 55 3 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378491255208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27945] ppid=27934 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/27936/task/27945/stat : 27945 (java) S 27934 27936 24394 0 -1 4202560 124 0 0 0 51 2 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378490202408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27946] ppid=27934 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/27936/task/27946/stat : 27946 (java) S 27934 27936 24394 0 -1 4202560 123 0 0 0 55 5 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378489149608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27947] ppid=27934 vsize=9824668 CPUtime=9.79 cores=0,2,4,6
/proc/27936/task/27947/stat : 27947 (java) S 27934 27936 24394 0 -1 4202560 4746 0 0 0 972 7 0 0 20 0 20 0 254339489 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378476739560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27948] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27948/stat : 27948 (java) S 27934 27936 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254339490 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378475685624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27949] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27949/stat : 27949 (java) S 27934 27936 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254339490 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378474632712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27950] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27950/stat : 27950 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254339492 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378473581200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27951] ppid=27934 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/27936/task/27951/stat : 27951 (java) S 27934 27936 24394 0 -1 4202560 10697 0 0 0 140 2 0 0 20 0 20 0 254339492 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378472528312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27952] ppid=27934 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/27936/task/27952/stat : 27952 (java) S 27934 27936 24394 0 -1 4202560 7534 0 0 0 167 2 0 0 20 0 20 0 254339492 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378471475512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27953] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27953/stat : 27953 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254339492 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378470422904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27954] ppid=27934 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/27936/task/27954/stat : 27954 (java) S 27934 27936 24394 0 -1 4202560 19 0 0 0 4 5 0 0 20 0 20 0 254339492 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378469370312 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27956] ppid=27934 vsize=9824668 CPUtime=309.93 cores=0,2,4,6
/proc/27936/task/27956/stat : 27956 (java) R 27934 27936 24394 0 -1 4202560 1690 0 0 0 30951 42 0 0 20 0 20 0 254339657 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378467262376 140378593222588 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27957] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27957/stat : 27957 (java) S 27934 27936 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254339658 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378466211240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 640.08
Current children cumulated vsize (KiB) 9824668

[startup+323.701 s]
/proc/loadavg: 3.74 3.78 3.75 5/220 28047
/proc/meminfo: memFree=23879192/32873844 swapFree=6080/6080
[pid=27936] ppid=27934 vsize=9824668 CPUtime=640.18 cores=0,2,4,6
/proc/27936/stat : 27936 (java) S 27934 27936 24394 0 -1 4202496 29559 0 1 0 63928 90 0 0 20 0 20 0 254339486 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140735036867280 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27936/statm: 2456167 674372 2286 9 0 2446860 0
[pid=27936/tid=27938] ppid=27934 vsize=9824668 CPUtime=1.59 cores=0,2,4,6
/proc/27936/task/27938/stat : 27938 (java) S 27934 27936 24394 0 -1 4202560 2595 0 1 0 153 6 0 0 20 0 20 0 254339487 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378652558328 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27939] ppid=27934 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/27936/task/27939/stat : 27939 (java) S 27934 27936 24394 0 -1 4202560 141 0 0 0 55 4 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378591288360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27940] ppid=27934 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/27936/task/27940/stat : 27940 (java) S 27934 27936 24394 0 -1 4202560 125 0 0 0 54 4 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378495466408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27941] ppid=27934 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/27936/task/27941/stat : 27941 (java) S 27934 27936 24394 0 -1 4202560 144 0 0 0 60 4 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378494413608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27942] ppid=27934 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/27936/task/27942/stat : 27942 (java) S 27934 27936 24394 0 -1 4202560 121 0 0 0 53 4 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378493360808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27943] ppid=27934 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/27936/task/27943/stat : 27943 (java) S 27934 27936 24394 0 -1 4202560 132 0 0 0 60 4 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378492308008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27944] ppid=27934 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/27936/task/27944/stat : 27944 (java) S 27934 27936 24394 0 -1 4202560 113 0 0 0 55 3 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378491255208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27945] ppid=27934 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/27936/task/27945/stat : 27945 (java) S 27934 27936 24394 0 -1 4202560 124 0 0 0 51 2 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378490202408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27946] ppid=27934 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/27936/task/27946/stat : 27946 (java) S 27934 27936 24394 0 -1 4202560 123 0 0 0 55 5 0 0 20 0 20 0 254339488 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378489149608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27947] ppid=27934 vsize=9824668 CPUtime=9.79 cores=0,2,4,6
/proc/27936/task/27947/stat : 27947 (java) S 27934 27936 24394 0 -1 4202560 4746 0 0 0 972 7 0 0 20 0 20 0 254339489 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378476739560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27948] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27948/stat : 27948 (java) S 27934 27936 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254339490 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378475685624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27949] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27949/stat : 27949 (java) S 27934 27936 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254339490 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378474632712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27950] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27950/stat : 27950 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254339492 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378473581200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27936/tid=27951] ppid=27934 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/27936/task/27951/stat : 27951 (java) S 27934 27936 24394 0 -1 4202560 10697 0 0 0 140 2 0 0 20 0 20 0 254339492 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378472528312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27936/tid=27952] ppid=27934 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/27936/task/27952/stat : 27952 (java) S 27934 27936 24394 0 -1 4202560 7534 0 0 0 167 2 0 0 20 0 20 0 254339492 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378471475512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27953] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27953/stat : 27953 (java) S 27934 27936 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254339492 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378470422904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27954] ppid=27934 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/27936/task/27954/stat : 27954 (java) S 27934 27936 24394 0 -1 4202560 19 0 0 0 4 5 0 0 20 0 20 0 254339492 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378469370312 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27936/tid=27956] ppid=27934 vsize=9824668 CPUtime=310.03 cores=0,2,4,6
/proc/27936/task/27956/stat : 27956 (java) R 27934 27936 24394 0 -1 4202560 1690 0 0 0 30961 42 0 0 20 0 20 0 254339657 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378467262376 140378593222478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27936/tid=27957] ppid=27934 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27936/task/27957/stat : 27957 (java) S 27934 27936 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254339658 10060460032 674372 33554432000 1073741824 1073778376 140735036876144 140378466211240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 640.18
Current children cumulated vsize (KiB) 9824668

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27936 and gives
#  childrusage.ru_utime.tv_sec=638
#  childrusage.ru_utime.tv_usec=444941
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=153824
# CPU time returned by wait4() is 639.599
# while last known CPU time is 640.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 323.799
CPU time (s): 640.79
CPU user time (s): 639.93
CPU system time (s): 0.86
CPU usage (%): 197.897
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 638.445
system time used= 1.15382
maximum resident set size= 2915020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29565
page faults= 1
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10676
involuntary context switches= 13134

runsolver used 1.2818 second user time and 2.70459 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 19:55:49
IDJOB=3689428
IDBENCH=89738
IDSOLVER=2268
FILE ID=node139/3689428-1337882149
RUNJOBID= node139-1337871881-24410
PBS_JOBID= 14620065
Free space on /tmp= 71676 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-99.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689428-1337882149/watcher-3689428-1337882149 -o /tmp/evaluation-result-3689428-1337882149/solver-3689428-1337882149 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689428-1337882149.opb

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

MD5SUM BENCH= a0ef64dc4a665e7cf00a752d7a124006
RANDOM SEED=564549888

node139.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25413436 kB
Buffers:          224772 kB
Cached:          2783776 kB
SwapCached:            0 kB
Active:          4114324 kB
Inactive:        2521204 kB
Active(anon):    3618620 kB
Inactive(anon):    11120 kB
Active(file):     495704 kB
Inactive(file):  2510084 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7600 kB
Writeback:             0 kB
AnonPages:       3659772 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             653320 kB
SReclaimable:      95640 kB
SUnreclaim:       557680 kB
KernelStack:        1616 kB
PageTables:        11400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3907804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3590144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71640 MiB
End job on node139 at 2012-05-24 20:01:13