Trace number 3455442

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 551.277 277.547

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12026_5-unsat.opb
MD5SUMdb859a15c3accfca5f41bc17f134e06b
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 benchmark46.07
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32912
Total number of constraints109848
Number of constraints which are clauses109308
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints540
Minimum length of a constraint1
Maximum length of a constraint66
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 428
Number of bits of the biggest sum of numbers9
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	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-3455442-1307196979.opb
0.10/0.11	c reading problem ... 
2.03/1.13	c ... done. Wall clock time 1.023s.
2.03/1.13	c #vars     32912
2.03/1.13	c #constraints  96630
2.03/1.13	c constraints type 
2.03/1.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12210
2.03/1.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78405
2.03/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 540
2.03/1.13	c constraints type 
2.03/1.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78405
2.03/1.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12210
2.03/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
9.52/4.20	c cleaning 2500 clauses out of 5001 with flag 5002/5002
15.37/7.19	c cleaning 4236 clauses out of 8498 with flag 11000/11000
22.30/10.62	c cleaning 5618 clauses out of 11261 with flag 18000/18000
30.42/14.72	c cleaning 6814 clauses out of 13641 with flag 26000/26000
39.32/19.20	c cleaning 7899 clauses out of 15827 with flag 35001/35001
50.01/24.61	c cleaning 8952 clauses out of 17926 with flag 45000/45000
61.69/30.55	c cleaning 9983 clauses out of 19974 with flag 56000/56000
75.20/37.40	c cleaning 10994 clauses out of 21991 with flag 68000/68000
90.63/45.12	c cleaning 11991 clauses out of 23998 with flag 81001/81001
94.05/46.98	c cleaning 0 clauses out of 5000 with flag 0/5000
107.83/53.89	c cleaning 12997 clauses out of 26007 with flag 95001/95001
127.71/63.77	c cleaning 14001 clauses out of 28010 with flag 110001/110001
149.08/74.54	c cleaning 15001 clauses out of 30008 with flag 126000/126000
170.71/85.44	c cleaning 16003 clauses out of 32008 with flag 143001/143001
194.75/97.51	c cleaning 16994 clauses out of 34004 with flag 161000/161000
219.98/110.20	c cleaning 18000 clauses out of 36011 with flag 180001/180001
247.33/124.06	c cleaning 18995 clauses out of 38010 with flag 200000/200000
277.17/139.06	c cleaning 20005 clauses out of 40017 with flag 221002/221002
309.98/155.56	c cleaning 20998 clauses out of 42011 with flag 243002/243002
343.20/172.26	c cleaning 21995 clauses out of 44012 with flag 266001/266001
379.88/190.78	c cleaning 22999 clauses out of 46020 with flag 290004/290004
387.04/194.41	c cleaning 0 clauses out of 11000 with flag 0/11000
418.25/210.16	c cleaning 24002 clauses out of 48018 with flag 315002/315002
456.79/229.53	c cleaning 24990 clauses out of 50012 with flag 341000/341000
500.23/251.47	c cleaning 26005 clauses out of 52023 with flag 368001/368001
542.20/272.56	c cleaning 27000 clauses out of 54018 with flag 396003/396003
550.92/277.01	c  And the winner is Resolution
551.11/277.38	c starts		: 136
551.11/277.38	c conflicts		: 401948
551.11/277.38	c decisions		: 491617
551.11/277.38	c propagations		: 499742976
551.11/277.38	c inspects		: 1822808841
551.11/277.38	c shortcuts		: 0
551.11/277.38	c learnt literals	: 20
551.11/277.38	c learnt binary clauses	: 121
551.11/277.38	c learnt ternary clauses	: 679
551.11/277.38	c learnt constraints	: 401927
551.11/277.38	c ignored constraints	: 0
551.11/277.38	c root simplifications	: 0
551.11/277.38	c removed literals (reason simplification)	: 10140429
551.11/277.38	c reason swapping (by a shorter reason)	: 0
551.11/277.38	c Calls to reduceDB	: 24
551.11/277.38	c number of reductions to clauses (during analyze)	: 0
551.11/277.38	c number of learned constraints concerned by reduction	: 0
551.11/277.38	c number of learning phase by resolution	: 0
551.11/277.38	c number of learning phase by cutting planes	: 0
551.11/277.38	c speed (assignments/second)	: 1809024.3475113122
551.11/277.38	c non guided choices	115
551.11/277.39	c learnt constraints type 
551.11/277.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 121
551.11/277.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32834
551.11/277.39	c constraints type 
551.11/277.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12210
551.11/277.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78405
551.11/277.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 540
551.11/277.39	c constraints type 
551.11/277.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78405
551.11/277.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12210
551.11/277.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
551.11/277.39	s UNSATISFIABLE
551.11/277.39	c Total wall clock time (in seconds): 277.288

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-3455442-1307196979/watcher-3455442-1307196979 -o /tmp/evaluation-result-3455442-1307196979/solver-3455442-1307196979 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455442-1307196979.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: 1.59 2.07 2.82 2/476 19422
/proc/meminfo: memFree=29959972/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19422/stat : 19422 (java) S 19420 19422 19372 0 -1 4202496 3952 0 1 0 0 0 0 0 24 0 2 0 831297756 10694979584 3654 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 2611079 3667 917 9 0 2602235 0
[pid=19422/tid=19428] ppid=19420 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19428/stat : 19428 (java) R 19420 19422 19372 0 -1 4202560 6679 0 1 0 0 0 0 0 25 0 2 0 831297756 10694979584 7495 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248089392187 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.035263 s]
/proc/loadavg: 1.59 2.07 2.82 2/476 19422
/proc/meminfo: memFree=29959972/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/19422/stat : 19422 (java) S 19420 19422 19372 0 -1 4202496 11059 0 1 0 1 1 0 0 24 0 11 0 831297756 10716594176 10758 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 2616356 10759 1629 9 0 2607104 0
[pid=19422/tid=19428] ppid=19420 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/19422/task/19428/stat : 19428 (java) R 19420 19422 19372 0 -1 4202560 9935 0 1 0 1 1 0 0 25 0 11 0 831297756 10716594176 10759 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101524939 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.100253 s]
/proc/loadavg: 1.59 2.07 2.82 2/476 19422
/proc/meminfo: memFree=29959972/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=10540260 CPUtime=0.1 cores=1,3,5,7
/proc/19422/stat : 19422 (java) S 19420 19422 19372 0 -1 4202496 13151 0 1 0 9 1 0 0 24 0 18 0 831297756 10793226240 12816 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 2635065 12816 2092 9 0 2625799 0
[pid=19422/tid=19428] ppid=19420 vsize=10540260 CPUtime=0.08 cores=1,3,5,7
/proc/19422/task/19428/stat : 19428 (java) R 19420 19422 19372 0 -1 4202560 11191 0 1 0 7 1 0 0 25 0 18 0 831297756 10793226240 12816 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912496218976 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) 10540260

[startup+0.30022 s]
/proc/loadavg: 1.59 2.07 2.82 2/476 19422
/proc/meminfo: memFree=29959972/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=10542964 CPUtime=0.49 cores=1,3,5,7
/proc/19422/stat : 19422 (java) S 19420 19422 19372 0 -1 4202496 16935 0 1 0 47 2 0 0 24 0 18 0 831297756 10795995136 16304 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 2635741 16305 2200 9 0 2626475 0
[pid=19422/tid=19428] ppid=19420 vsize=10542964 CPUtime=0.28 cores=1,3,5,7
/proc/19422/task/19428/stat : 19428 (java) R 19420 19422 19372 0 -1 4202560 13492 0 1 0 27 1 0 0 25 0 18 0 831297756 10795995136 16306 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542964

[startup+0.70115 s]
/proc/loadavg: 1.59 2.07 2.82 2/476 19422
/proc/meminfo: memFree=29959972/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=10548396 CPUtime=1.27 cores=1,3,5,7
/proc/19422/stat : 19422 (java) S 19420 19422 19372 0 -1 4202496 49992 0 1 0 120 7 0 0 24 0 18 0 831297756 10801557504 47014 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 2637099 47017 2221 9 0 2627833 0
[pid=19422/tid=19428] ppid=19420 vsize=10548396 CPUtime=0.68 cores=1,3,5,7
/proc/19422/task/19428/stat : 19428 (java) R 19420 19422 19372 0 -1 4202560 42568 0 1 0 62 6 0 0 25 0 18 0 831297756 10801557504 47018 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10548396

[startup+1.50101 s]
/proc/loadavg: 1.59 2.07 2.82 8/503 19449
/proc/meminfo: memFree=29506856/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=10557280 CPUtime=3.52 cores=1,3,5,7
/proc/19422/stat : 19422 (java) S 19420 19422 19372 0 -1 4202496 97889 0 1 0 339 13 0 0 24 0 22 0 831297756 10810654720 92141 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 2639320 92143 2237 9 0 2630054 0
[pid=19422/tid=19428] ppid=19420 vsize=10557280 CPUtime=1.12 cores=1,3,5,7
/proc/19422/task/19428/stat : 19428 (java) S 19420 19422 19372 0 -1 4202560 77500 0 1 0 102 10 0 0 25 0 22 0 831297756 10810654720 92146 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19430] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19430/stat : 19430 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 92150 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19431] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19431/stat : 19431 (java) S 19420 19422 19372 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 92154 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19432] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19432/stat : 19432 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 92158 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19433] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19433/stat : 19433 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 92162 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19434] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19434/stat : 19434 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 92165 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19435] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19435/stat : 19435 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 92168 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19436] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19436/stat : 19436 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 92172 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19437] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19437/stat : 19437 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 92174 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19438] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19438/stat : 19438 (java) S 19420 19422 19372 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 831297759 10810654720 92176 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19439] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19439/stat : 19439 (java) S 19420 19422 19372 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831297759 10810654720 92176 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19440] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19440/stat : 19440 (java) S 19420 19422 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297759 10810654720 92177 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19441] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19441/stat : 19441 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297762 10810654720 92177 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19442] ppid=19420 vsize=10557280 CPUtime=0.81 cores=1,3,5,7
/proc/19422/task/19442/stat : 19442 (java) R 19420 19422 19372 0 -1 4202560 6600 0 0 0 80 1 0 0 23 0 22 0 831297762 10810654720 92177 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 47563583341831 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19422/tid=19443] ppid=19420 vsize=10557280 CPUtime=0.85 cores=1,3,5,7
/proc/19422/task/19443/stat : 19443 (java) S 19420 19422 19372 0 -1 4202560 5928 0 0 0 85 0 0 0 24 0 22 0 831297762 10810654720 92177 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19444] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19444/stat : 19444 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297762 10810654720 92178 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19445] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19445/stat : 19445 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831297762 10810654720 92178 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 10557280

[startup+3.10073 s]
/proc/loadavg: 1.59 2.07 2.82 6/503 19498
/proc/meminfo: memFree=29373940/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=10557280 CPUtime=7.2 cores=1,3,5,7
/proc/19422/stat : 19422 (java) S 19420 19422 19372 0 -1 4202496 262615 0 1 0 690 30 0 0 24 0 22 0 831297756 10810654720 256471 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 2639320 256475 2239 9 0 2630054 0
[pid=19422/tid=19428] ppid=19420 vsize=10557280 CPUtime=1.12 cores=1,3,5,7
/proc/19422/task/19428/stat : 19428 (java) S 19420 19422 19372 0 -1 4202560 77500 0 1 0 102 10 0 0 15 0 22 0 831297756 10810654720 256479 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19430] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19430/stat : 19430 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 256484 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19431] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19431/stat : 19431 (java) S 19420 19422 19372 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 256489 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19432] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19432/stat : 19432 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 256493 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19433] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19433/stat : 19433 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 256497 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19434] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19434/stat : 19434 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 256500 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19435] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19435/stat : 19435 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 256504 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19436] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19436/stat : 19436 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 256506 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19437] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19437/stat : 19437 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297758 10810654720 256508 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19438] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19438/stat : 19438 (java) S 19420 19422 19372 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831297759 10810654720 256508 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19439] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19439/stat : 19439 (java) S 19420 19422 19372 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831297759 10810654720 256509 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19440] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19440/stat : 19440 (java) S 19420 19422 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297759 10810654720 256510 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19441] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19441/stat : 19441 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297762 10810654720 256511 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19442] ppid=19420 vsize=10557280 CPUtime=1.04 cores=1,3,5,7
/proc/19422/task/19442/stat : 19442 (java) S 19420 19422 19372 0 -1 4202560 6813 0 0 0 103 1 0 0 17 0 22 0 831297762 10810654720 256512 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19443] ppid=19420 vsize=10557280 CPUtime=1.1 cores=1,3,5,7
/proc/19422/task/19443/stat : 19443 (java) S 19420 19422 19372 0 -1 4202560 5959 0 0 0 110 0 0 0 15 0 22 0 831297762 10810654720 256513 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19444] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19444/stat : 19444 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297762 10810654720 256514 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19445] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19445/stat : 19445 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831297762 10810654720 256516 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19450] ppid=19420 vsize=10557280 CPUtime=1.96 cores=1,3,5,7
/proc/19422/task/19450/stat : 19450 (java) R 19420 19422 19372 0 -1 4202560 708 0 0 0 196 0 0 0 25 0 22 0 831297869 10810654720 256521 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912505121069 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19422/tid=19451] ppid=19420 vsize=10557280 CPUtime=1.95 cores=1,3,5,7
/proc/19422/task/19451/stat : 19451 (java) R 19420 19422 19372 0 -1 4202560 170520 0 0 0 177 18 0 0 25 0 22 0 831297869 10810654720 256525 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912506130839 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19422/tid=19452] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19452/stat : 19452 (java) S 19420 19422 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297879 10810654720 256529 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19453] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19453/stat : 19453 (java) S 19420 19422 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297879 10810654720 256533 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 10557280

[startup+6.30116 s]
/proc/loadavg: 1.86 2.12 2.83 5/507 19502
/proc/meminfo: memFree=27127772/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=10557280 CPUtime=13.77 cores=1,3,5,7
/proc/19422/stat : 19422 (java) S 19420 19422 19372 0 -1 4202496 419650 0 1 0 1330 47 0 0 24 0 22 0 831297756 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 2639320 413480 2266 9 0 2630054 0
[pid=19422/tid=19428] ppid=19420 vsize=10557280 CPUtime=1.12 cores=1,3,5,7
/proc/19422/task/19428/stat : 19428 (java) S 19420 19422 19372 0 -1 4202560 77500 0 1 0 102 10 0 0 15 0 22 0 831297756 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19430] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19430/stat : 19430 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831297758 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19431] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19431/stat : 19431 (java) S 19420 19422 19372 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831297758 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19432] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19432/stat : 19432 (java) S 19420 19422 19372 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831297758 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19433] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19433/stat : 19433 (java) S 19420 19422 19372 0 -1 4202560 283 0 0 0 0 0 0 0 18 0 22 0 831297758 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19434] ppid=19420 vsize=10557280 CPUtime=0.01 cores=1,3,5,7
/proc/19422/task/19434/stat : 19434 (java) S 19420 19422 19372 0 -1 4202560 1002 0 0 0 1 0 0 0 18 0 22 0 831297758 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19435] ppid=19420 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/19422/task/19435/stat : 19435 (java) S 19420 19422 19372 0 -1 4202560 2269 0 0 0 3 0 0 0 18 0 22 0 831297758 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19436] ppid=19420 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/19422/task/19436/stat : 19436 (java) S 19420 19422 19372 0 -1 4202560 2427 0 0 0 3 0 0 0 18 0 22 0 831297758 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19437] ppid=19420 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/19422/task/19437/stat : 19437 (java) S 19420 19422 19372 0 -1 4202560 1864 0 0 0 3 0 0 0 18 0 22 0 831297758 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19438] ppid=19420 vsize=10557280 CPUtime=0.09 cores=1,3,5,7
/proc/19422/task/19438/stat : 19438 (java) S 19420 19422 19372 0 -1 4202560 7833 0 0 0 9 0 0 0 16 0 22 0 831297759 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19439] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19439/stat : 19439 (java) S 19420 19422 19372 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831297759 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19440] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19440/stat : 19440 (java) S 19420 19422 19372 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831297759 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19441] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19441/stat : 19441 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297762 10810654720 413480 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0

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

[pid=19422/tid=19445] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19445/stat : 19445 (java) S 19420 19422 19372 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831297762 10810654720 906007 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19450] ppid=19420 vsize=10557280 CPUtime=265.17 cores=1,3,5,7
/proc/19422/task/19450/stat : 19450 (java) R 19420 19422 19372 0 -1 4202560 989 0 0 0 26517 0 0 0 25 0 22 0 831297869 10810654720 906007 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912506289721 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19422/tid=19451] ppid=19420 vsize=10557280 CPUtime=265.18 cores=1,3,5,7
/proc/19422/task/19451/stat : 19451 (java) R 19420 19422 19372 0 -1 4202560 766969 0 0 0 26435 83 0 0 25 0 22 0 831297869 10810654720 906007 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912506264205 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19422/tid=19452] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19452/stat : 19452 (java) S 19420 19422 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297879 10810654720 906007 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19453] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19453/stat : 19453 (java) S 19420 19422 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297879 10810654720 906007 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 541
Current children cumulated vsize (KiB) 10557280

[startup+275.101 s]
/proc/loadavg: 4.02 3.23 3.11 5/507 19509
/proc/meminfo: memFree=22599876/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=10557280 CPUtime=547.12 cores=1,3,5,7
/proc/19422/stat : 19422 (java) S 19420 19422 19372 0 -1 4202496 916265 0 1 0 54610 102 0 0 24 0 22 0 831297756 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 2639320 907920 2267 9 0 2630054 0
[pid=19422/tid=19428] ppid=19420 vsize=10557280 CPUtime=1.12 cores=1,3,5,7
/proc/19422/task/19428/stat : 19428 (java) S 19420 19422 19372 0 -1 4202560 77508 0 1 0 102 10 0 0 15 0 22 0 831297756 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19430] ppid=19420 vsize=10557280 CPUtime=0.17 cores=1,3,5,7
/proc/19422/task/19430/stat : 19430 (java) S 19420 19422 19372 0 -1 4202560 1888 0 0 0 17 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19431] ppid=19420 vsize=10557280 CPUtime=0.14 cores=1,3,5,7
/proc/19422/task/19431/stat : 19431 (java) S 19420 19422 19372 0 -1 4202560 2196 0 0 0 14 0 0 0 15 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19432] ppid=19420 vsize=10557280 CPUtime=0.19 cores=1,3,5,7
/proc/19422/task/19432/stat : 19432 (java) S 19420 19422 19372 0 -1 4202560 2018 0 0 0 19 0 0 0 15 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19433] ppid=19420 vsize=10557280 CPUtime=0.2 cores=1,3,5,7
/proc/19422/task/19433/stat : 19433 (java) S 19420 19422 19372 0 -1 4202560 1185 0 0 0 20 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19434] ppid=19420 vsize=10557280 CPUtime=0.2 cores=1,3,5,7
/proc/19422/task/19434/stat : 19434 (java) S 19420 19422 19372 0 -1 4202560 3079 0 0 0 20 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19435] ppid=19420 vsize=10557280 CPUtime=0.21 cores=1,3,5,7
/proc/19422/task/19435/stat : 19435 (java) S 19420 19422 19372 0 -1 4202560 4733 0 0 0 21 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19436] ppid=19420 vsize=10557280 CPUtime=0.25 cores=1,3,5,7
/proc/19422/task/19436/stat : 19436 (java) S 19420 19422 19372 0 -1 4202560 4389 0 0 0 25 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19437] ppid=19420 vsize=10557280 CPUtime=0.2 cores=1,3,5,7
/proc/19422/task/19437/stat : 19437 (java) S 19420 19422 19372 0 -1 4202560 3810 0 0 0 20 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19438] ppid=19420 vsize=10557280 CPUtime=5.37 cores=1,3,5,7
/proc/19422/task/19438/stat : 19438 (java) S 19420 19422 19372 0 -1 4202560 30326 0 0 0 535 2 0 0 15 0 22 0 831297759 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19439] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19439/stat : 19439 (java) S 19420 19422 19372 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831297759 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19440] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19440/stat : 19440 (java) S 19420 19422 19372 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831297759 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19441] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19441/stat : 19441 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297762 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19442] ppid=19420 vsize=10557280 CPUtime=1.42 cores=1,3,5,7
/proc/19422/task/19442/stat : 19442 (java) S 19420 19422 19372 0 -1 4202560 10033 0 0 0 141 1 0 0 16 0 22 0 831297762 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19443] ppid=19420 vsize=10557280 CPUtime=1.39 cores=1,3,5,7
/proc/19422/task/19443/stat : 19443 (java) S 19420 19422 19372 0 -1 4202560 5968 0 0 0 139 0 0 0 15 0 22 0 831297762 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19444] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19444/stat : 19444 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297762 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19445] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19445/stat : 19445 (java) S 19420 19422 19372 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831297762 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19450] ppid=19420 vsize=10557280 CPUtime=268.06 cores=1,3,5,7
/proc/19422/task/19450/stat : 19450 (java) R 19420 19422 19372 0 -1 4202560 989 0 0 0 26806 0 0 0 25 0 22 0 831297869 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912506186863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19422/tid=19451] ppid=19420 vsize=10557280 CPUtime=268.06 cores=1,3,5,7
/proc/19422/task/19451/stat : 19451 (java) R 19420 19422 19372 0 -1 4202560 766969 0 0 0 26723 83 0 0 25 0 22 0 831297869 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912506265239 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19422/tid=19452] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19452/stat : 19452 (java) S 19420 19422 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297879 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19453] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19453/stat : 19453 (java) S 19420 19422 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297879 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 547.12
Current children cumulated vsize (KiB) 10557280

[startup+276.701 s]
/proc/loadavg: 4.02 3.23 3.11 5/507 19509
/proc/meminfo: memFree=22599876/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=10557280 CPUtime=550.32 cores=1,3,5,7
/proc/19422/stat : 19422 (java) S 19420 19422 19372 0 -1 4202496 916265 0 1 0 54930 102 0 0 24 0 22 0 831297756 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 2639320 907920 2267 9 0 2630054 0
[pid=19422/tid=19428] ppid=19420 vsize=10557280 CPUtime=1.12 cores=1,3,5,7
/proc/19422/task/19428/stat : 19428 (java) S 19420 19422 19372 0 -1 4202560 77508 0 1 0 102 10 0 0 15 0 22 0 831297756 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19430] ppid=19420 vsize=10557280 CPUtime=0.17 cores=1,3,5,7
/proc/19422/task/19430/stat : 19430 (java) S 19420 19422 19372 0 -1 4202560 1888 0 0 0 17 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19431] ppid=19420 vsize=10557280 CPUtime=0.14 cores=1,3,5,7
/proc/19422/task/19431/stat : 19431 (java) S 19420 19422 19372 0 -1 4202560 2196 0 0 0 14 0 0 0 15 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19432] ppid=19420 vsize=10557280 CPUtime=0.19 cores=1,3,5,7
/proc/19422/task/19432/stat : 19432 (java) S 19420 19422 19372 0 -1 4202560 2018 0 0 0 19 0 0 0 15 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19433] ppid=19420 vsize=10557280 CPUtime=0.2 cores=1,3,5,7
/proc/19422/task/19433/stat : 19433 (java) S 19420 19422 19372 0 -1 4202560 1185 0 0 0 20 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19434] ppid=19420 vsize=10557280 CPUtime=0.2 cores=1,3,5,7
/proc/19422/task/19434/stat : 19434 (java) S 19420 19422 19372 0 -1 4202560 3079 0 0 0 20 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19435] ppid=19420 vsize=10557280 CPUtime=0.21 cores=1,3,5,7
/proc/19422/task/19435/stat : 19435 (java) S 19420 19422 19372 0 -1 4202560 4733 0 0 0 21 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19436] ppid=19420 vsize=10557280 CPUtime=0.25 cores=1,3,5,7
/proc/19422/task/19436/stat : 19436 (java) S 19420 19422 19372 0 -1 4202560 4389 0 0 0 25 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19437] ppid=19420 vsize=10557280 CPUtime=0.2 cores=1,3,5,7
/proc/19422/task/19437/stat : 19437 (java) S 19420 19422 19372 0 -1 4202560 3810 0 0 0 20 0 0 0 16 0 22 0 831297758 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19438] ppid=19420 vsize=10557280 CPUtime=5.37 cores=1,3,5,7
/proc/19422/task/19438/stat : 19438 (java) S 19420 19422 19372 0 -1 4202560 30326 0 0 0 535 2 0 0 15 0 22 0 831297759 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19439] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19439/stat : 19439 (java) S 19420 19422 19372 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831297759 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19440] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19440/stat : 19440 (java) S 19420 19422 19372 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831297759 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19441] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19441/stat : 19441 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297762 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19442] ppid=19420 vsize=10557280 CPUtime=1.42 cores=1,3,5,7
/proc/19422/task/19442/stat : 19442 (java) S 19420 19422 19372 0 -1 4202560 10033 0 0 0 141 1 0 0 16 0 22 0 831297762 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19443] ppid=19420 vsize=10557280 CPUtime=1.39 cores=1,3,5,7
/proc/19422/task/19443/stat : 19443 (java) S 19420 19422 19372 0 -1 4202560 5968 0 0 0 139 0 0 0 15 0 22 0 831297762 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19444] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19444/stat : 19444 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297762 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19445] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19445/stat : 19445 (java) S 19420 19422 19372 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831297762 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19450] ppid=19420 vsize=10557280 CPUtime=269.66 cores=1,3,5,7
/proc/19422/task/19450/stat : 19450 (java) R 19420 19422 19372 0 -1 4202560 989 0 0 0 26966 0 0 0 25 0 22 0 831297869 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912505864677 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19422/tid=19451] ppid=19420 vsize=10557280 CPUtime=269.67 cores=1,3,5,7
/proc/19422/task/19451/stat : 19451 (java) R 19420 19422 19372 0 -1 4202560 766969 0 0 0 26884 83 0 0 25 0 22 0 831297869 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912506264356 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19422/tid=19452] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19452/stat : 19452 (java) S 19420 19422 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297879 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19453] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19453/stat : 19453 (java) S 19420 19422 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297879 10810654720 907920 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 550.32
Current children cumulated vsize (KiB) 10557280

[startup+277.101 s]
/proc/loadavg: 4.02 3.23 3.11 4/505 19509
/proc/meminfo: memFree=22599892/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=10557280 CPUtime=551.06 cores=1,3,5,7
/proc/19422/stat : 19422 (java) S 19420 19422 19372 0 -1 4202496 916266 0 1 0 55004 102 0 0 24 0 20 0 831297756 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 2639320 907921 2268 9 0 2630054 0
[pid=19422/tid=19428] ppid=19420 vsize=10557280 CPUtime=1.12 cores=1,3,5,7
/proc/19422/task/19428/stat : 19428 (java) S 19420 19422 19372 0 -1 4202560 77508 0 1 0 102 10 0 0 15 0 20 0 831297756 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19430] ppid=19420 vsize=10557280 CPUtime=0.17 cores=1,3,5,7
/proc/19422/task/19430/stat : 19430 (java) S 19420 19422 19372 0 -1 4202560 1888 0 0 0 17 0 0 0 16 0 20 0 831297758 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19431] ppid=19420 vsize=10557280 CPUtime=0.14 cores=1,3,5,7
/proc/19422/task/19431/stat : 19431 (java) S 19420 19422 19372 0 -1 4202560 2196 0 0 0 14 0 0 0 15 0 20 0 831297758 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19432] ppid=19420 vsize=10557280 CPUtime=0.19 cores=1,3,5,7
/proc/19422/task/19432/stat : 19432 (java) S 19420 19422 19372 0 -1 4202560 2018 0 0 0 19 0 0 0 15 0 20 0 831297758 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19433] ppid=19420 vsize=10557280 CPUtime=0.2 cores=1,3,5,7
/proc/19422/task/19433/stat : 19433 (java) S 19420 19422 19372 0 -1 4202560 1185 0 0 0 20 0 0 0 16 0 20 0 831297758 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19434] ppid=19420 vsize=10557280 CPUtime=0.2 cores=1,3,5,7
/proc/19422/task/19434/stat : 19434 (java) S 19420 19422 19372 0 -1 4202560 3079 0 0 0 20 0 0 0 16 0 20 0 831297758 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19435] ppid=19420 vsize=10557280 CPUtime=0.21 cores=1,3,5,7
/proc/19422/task/19435/stat : 19435 (java) S 19420 19422 19372 0 -1 4202560 4733 0 0 0 21 0 0 0 16 0 20 0 831297758 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19436] ppid=19420 vsize=10557280 CPUtime=0.25 cores=1,3,5,7
/proc/19422/task/19436/stat : 19436 (java) S 19420 19422 19372 0 -1 4202560 4389 0 0 0 25 0 0 0 16 0 20 0 831297758 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19437] ppid=19420 vsize=10557280 CPUtime=0.2 cores=1,3,5,7
/proc/19422/task/19437/stat : 19437 (java) S 19420 19422 19372 0 -1 4202560 3810 0 0 0 20 0 0 0 16 0 20 0 831297758 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19438] ppid=19420 vsize=10557280 CPUtime=5.37 cores=1,3,5,7
/proc/19422/task/19438/stat : 19438 (java) S 19420 19422 19372 0 -1 4202560 30326 0 0 0 535 2 0 0 15 0 20 0 831297759 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 0 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19439] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19439/stat : 19439 (java) S 19420 19422 19372 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 831297759 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19440] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19440/stat : 19440 (java) S 19420 19422 19372 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 831297759 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19441] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19441/stat : 19441 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831297762 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101521841 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19442] ppid=19420 vsize=10557280 CPUtime=1.42 cores=1,3,5,7
/proc/19422/task/19442/stat : 19442 (java) S 19420 19422 19372 0 -1 4202560 10033 0 0 0 141 1 0 0 16 0 20 0 831297762 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 7 0 0 0
[pid=19422/tid=19443] ppid=19420 vsize=10557280 CPUtime=1.4 cores=1,3,5,7
/proc/19422/task/19443/stat : 19443 (java) S 19420 19422 19372 0 -1 4202560 5968 0 0 0 140 0 0 0 15 0 20 0 831297762 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 1 0 0 0
[pid=19422/tid=19444] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19444/stat : 19444 (java) S 19420 19422 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831297762 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514137 0 4 0 16800975 18446604468044407936 0 0 -1 3 0 0 0
[pid=19422/tid=19445] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19445/stat : 19445 (java) S 19420 19422 19372 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 20 0 831297762 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
[pid=19422/tid=19451] ppid=19420 vsize=10557280 CPUtime=270.08 cores=1,3,5,7
/proc/19422/task/19451/stat : 19451 (java) R 19420 19422 19372 0 -1 4202560 766969 0 0 0 26925 83 0 0 25 0 20 0 831297869 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 46912506257023 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19422/tid=19453] ppid=19420 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/19422/task/19453/stat : 19453 (java) S 19420 19422 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 831297879 10810654720 907921 33554432000 1073741824 1073778376 140734811132208 18446744073709551615 248101514752 0 4 0 16800975 18446604468044407936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 551.06
Current children cumulated vsize (KiB) 10557280

[startup+277.501 s]
/proc/loadavg: 4.02 3.23 3.11 4/505 19509
/proc/meminfo: memFree=22599892/32950928 swapFree=45617076/67111528
[pid=19422] ppid=19420 vsize=0 CPUtime=551.22 cores=1,3,5,7
/proc/19422/stat : 19422 (java) R 19420 19422 19372 0 -1 4203524 916277 0 1 0 55011 111 0 0 18 0 1 0 831297756 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19422/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 551.22
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 277.547
CPU time (s): 551.277
CPU user time (s): 550.118
CPU system time (s): 1.15882
CPU usage (%): 198.625
Max. virtual memory (cumulated for all children) (KiB): 10557280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 550.118
system time used= 1.15882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 916277
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= 7837
involuntary context switches= 7039

runsolver used 1.3118 second user time and 3.07253 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-04 16:16:20
IDJOB=3455442
IDBENCH=74273
IDSOLVER=1950
FILE ID=node123/3455442-1307196979
RUNJOBID= node123-1307196979-19391
PBS_JOBID= 13508908
Free space on /tmp= 73856 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12026_5-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455442-1307196979/watcher-3455442-1307196979 -o /tmp/evaluation-result-3455442-1307196979/solver-3455442-1307196979 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455442-1307196979.opb

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

MD5SUM BENCH= db859a15c3accfca5f41bc17f134e06b
RANDOM SEED=577396549

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.75
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.838
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.838
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.74
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.838
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.80
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.838
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.838
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:      29960376 kB
Buffers:        316292 kB
Cached:         406632 kB
SwapCached:       9456 kB
Active:        2360512 kB
Inactive:       345788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29960376 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:            5088 kB
Writeback:           0 kB
AnonPages:     1981132 kB
Mapped:          28300 kB
Slab:           135420 kB
PageTables:      78380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143692872 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= 73852 MiB
End job on node123 at 2011-06-04 16:20:57