Trace number 3709945

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 PB specific settings 2.3.2 snapshotUNSAT 554.01 552.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12048_4-unsat.opb
MD5SUMe20086c85095d65afe65e19d07ad3aeb
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 benchmark33.9148
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28798
Total number of constraints99736
Number of constraints which are clauses99264
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint1
Maximum length of a constraint69
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 397
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3709945-1338184271.opb
0.07/0.14	c reading problem ... 
1.24/0.88	c ... done. Wall clock time 0.739s.
1.24/0.88	c declared #vars     28798
1.24/0.88	c #constraints  83116
1.24/0.88	c constraints type 
1.24/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9107
1.24/0.88	c ignored satisfied constraints => 16620
1.24/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66402
1.24/0.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 7135
1.24/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
1.24/0.88	c 99736 constraints processed.
3.67/2.56	c cleaning 2494 clauses out of 5001 with flag 5001/5001
5.49/4.30	c cleaning 4245 clauses out of 8506 with flag 11000/11000
7.51/6.29	c cleaning 5621 clauses out of 11261 with flag 18000/18000
9.92/8.65	c cleaning 6817 clauses out of 13641 with flag 26001/26001
12.57/11.24	c cleaning 7906 clauses out of 15826 with flag 35003/35003
15.48/14.17	c cleaning 8952 clauses out of 17917 with flag 45000/45000
18.69/17.39	c cleaning 9977 clauses out of 19966 with flag 56001/56001
22.49/21.19	c cleaning 10984 clauses out of 21988 with flag 68000/68000
26.49/25.15	c cleaning 11998 clauses out of 24003 with flag 81000/81000
30.90/29.55	c cleaning 11187 clauses out of 22381 with flag 95000/95000
35.62/34.26	c cleaning 13095 clauses out of 26192 with flag 110000/110000
40.52/39.20	c cleaning 14548 clauses out of 29097 with flag 126000/126000
46.13/44.74	c cleaning 15768 clauses out of 31549 with flag 143000/143000
51.96/50.58	c cleaning 16882 clauses out of 33782 with flag 161001/161001
58.46/57.01	c cleaning 17943 clauses out of 35899 with flag 180000/180000
64.98/63.55	c cleaning 18969 clauses out of 37957 with flag 200001/200001
72.18/70.79	c cleaning 19979 clauses out of 39987 with flag 221000/221000
80.29/78.80	c cleaning 20999 clauses out of 42008 with flag 243000/243000
87.91/86.41	c cleaning 21991 clauses out of 44009 with flag 266000/266000
96.02/94.57	c cleaning 22996 clauses out of 46018 with flag 290000/290000
104.74/103.26	c cleaning 23994 clauses out of 48022 with flag 315000/315000
113.75/112.28	c cleaning 23895 clauses out of 47805 with flag 341002/341002
123.95/122.41	c cleaning 25452 clauses out of 50910 with flag 368002/368002
134.86/133.34	c cleaning 26724 clauses out of 53459 with flag 396003/396003
145.89/144.30	c cleaning 27853 clauses out of 55732 with flag 425000/425000
157.01/155.45	c cleaning 27555 clauses out of 55136 with flag 455001/455001
168.44/166.81	c cleaning 29287 clauses out of 58581 with flag 486001/486001
180.64/179.04	c cleaning 30625 clauses out of 61293 with flag 518000/518000
193.95/192.32	c cleaning 31810 clauses out of 63668 with flag 551000/551000
206.58/204.94	c cleaning 32914 clauses out of 65859 with flag 585001/585001
220.00/218.38	c cleaning 33906 clauses out of 67823 with flag 620001/620001
234.62/232.93	c cleaning 34944 clauses out of 69916 with flag 656000/656000
249.53/247.87	c cleaning 35975 clauses out of 71972 with flag 693000/693000
264.84/263.15	c cleaning 36983 clauses out of 73997 with flag 731000/731000
280.96/279.29	c cleaning 37987 clauses out of 75993 with flag 770002/770002
297.39/295.65	c cleaning 38980 clauses out of 78004 with flag 810000/810000
314.40/312.60	c cleaning 40004 clauses out of 80025 with flag 851001/851001
331.02/329.26	c cleaning 40995 clauses out of 82020 with flag 893000/893000
348.36/346.59	c cleaning 37061 clauses out of 74139 with flag 936003/936003
366.85/365.08	c cleaning 40528 clauses out of 81078 with flag 980003/980003
386.45/384.60	c cleaning 42762 clauses out of 85547 with flag 1025000/1025000
406.77/404.91	c cleaning 44384 clauses out of 88785 with flag 1071000/1071000
427.98/426.13	c cleaning 45699 clauses out of 91402 with flag 1118001/1118001
449.69/447.83	c cleaning 44697 clauses out of 89415 with flag 1166001/1166001
472.92/471.00	c cleaning 46851 clauses out of 93717 with flag 1215000/1215000
496.44/494.54	c cleaning 48425 clauses out of 96866 with flag 1265000/1265000
520.95/519.10	c cleaning 49713 clauses out of 99441 with flag 1316000/1316000
546.49/544.58	c cleaning 50849 clauses out of 101728 with flag 1368000/1368000
553.91/551.99	c starts		: 200
553.91/551.99	c conflicts		: 1384401
553.91/551.99	c decisions		: 1868970
553.91/551.99	c propagations		: 956228697
553.91/551.99	c inspects		: 4942016041
553.91/551.99	c shortcuts		: 0
553.91/551.99	c learnt literals	: 18
553.91/551.99	c learnt binary clauses	: 87
553.91/551.99	c learnt ternary clauses	: 1160
553.91/551.99	c learnt constraints	: 1384382
553.91/551.99	c ignored constraints	: 0
553.91/551.99	c root simplifications	: 217
553.91/551.99	c removed literals (reason simplification)	: 34695124
553.91/551.99	c reason swapping (by a shorter reason)	: 0
553.91/551.99	c Calls to reduceDB	: 48
553.91/551.99	c number of reductions to clauses (during analyze)	: 0
553.91/551.99	c number of learned constraints concerned by reduction	: 0
553.91/551.99	c number of learning phase by resolution	: 0
553.91/551.99	c number of learning phase by cutting planes	: 0
553.91/551.99	c speed (assignments/second)	: 1735328.9022858762
553.91/551.99	c non guided choices	13
554.01/552.00	c learnt constraints type 
554.01/552.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
554.01/552.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17108
554.01/552.00	c constraints type 
554.01/552.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9107
554.01/552.00	c ignored satisfied constraints => 16620
554.01/552.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66402
554.01/552.00	c org.sat4j.minisat.constraints.cnf.UnitClause => 7135
554.01/552.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
554.01/552.00	c 99736 constraints processed.
554.01/552.00	s UNSATISFIABLE
554.01/552.00	c Total wall clock time (in seconds): 551.864

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-3709945-1338184271/watcher-3709945-1338184271 -o /tmp/evaluation-result-3709945-1338184271/solver-3709945-1338184271 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709945-1338184271.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: 1.92 1.98 1.99 3/194 5692
/proc/meminfo: memFree=30965192/32873844 swapFree=7624/7624
[pid=5692] ppid=5690 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/5692/stat : 5692 (java) D 5690 5692 31312 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 284552688 9515008 183 33554432000 1073741824 1073778376 140736199976384 140736199967416 214369648309 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/5692/statm: 2323 183 140 9 0 71 0

[startup+0.010735 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 5692
/proc/meminfo: memFree=30965192/32873844 swapFree=7624/7624
[pid=5692] ppid=5690 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5690 5692 31312 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 2 0 284552688 24780800 866 33554432000 1073741824 1073778376 140736936153632 140736936144768 214373007421 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5692/statm: 6050 866 654 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24200

[startup+0.100216 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 5692
/proc/meminfo: memFree=30965192/32873844 swapFree=7624/7624
[pid=5692] ppid=5690 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5690 5692 31312 0 -1 4202496 3516 0 1 0 6 1 0 0 20 0 18 0 284552688 9787842560 4723 33554432000 1073741824 1073778376 140736936153632 140736936144768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5692/statm: 2389610 4730 1802 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300222 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 5692
/proc/meminfo: memFree=30965192/32873844 swapFree=7624/7624
[pid=5692] ppid=5690 vsize=9558440 CPUtime=0.42 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5690 5692 31312 0 -1 4202496 5296 0 1 0 40 2 0 0 20 0 18 0 284552688 9787842560 7822 33554432000 1073741824 1073778376 140736936153632 140736936144768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5692/statm: 2389610 7822 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558440

[startup+0.700238 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 5692
/proc/meminfo: memFree=30965192/32873844 swapFree=7624/7624
[pid=5692] ppid=5690 vsize=9558440 CPUtime=1.11 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5690 5692 31312 0 -1 4202496 7062 0 1 0 107 4 0 0 20 0 18 0 284552688 9787842560 38280 33554432000 1073741824 1073778376 140736936153632 140736936144768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5692/statm: 2389610 38280 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558440

[startup+1.50063 s]
/proc/loadavg: 1.92 1.98 1.99 5/213 5711
/proc/meminfo: memFree=30800220/32873844 swapFree=7624/7624
[pid=5692] ppid=5690 vsize=9625004 CPUtime=2.62 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5690 5692 31312 0 -1 4202496 12796 0 1 0 256 6 0 0 20 0 19 0 284552688 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140736936144768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5692/statm: 2406251 44215 2271 9 0 2396937 0
[pid=5692/tid=5694] ppid=5690 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/5692/task/5694/stat : 5694 (java) R 5690 5692 31312 0 -1 4202560 2577 0 1 0 141 3 0 0 20 0 19 0 284552689 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634436043128 140634292501859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5695] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5695/stat : 5695 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634414152232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5696] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5696/stat : 5696 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634413099432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5697] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5697/stat : 5697 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634412046632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5698] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5698/stat : 5698 (java) S 5690 5692 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634410993832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5699] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5699/stat : 5699 (java) S 5690 5692 31312 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634073590824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5700] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5700/stat : 5700 (java) S 5690 5692 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634072538024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5701] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5701/stat : 5701 (java) S 5690 5692 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634071485224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5702] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5702/stat : 5702 (java) S 5690 5692 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634070432424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5703] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5703/stat : 5703 (java) S 5690 5692 31312 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 284552692 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634058234344 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5704] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5704/stat : 5704 (java) S 5690 5692 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634057180408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5705] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5705/stat : 5705 (java) S 5690 5692 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634056127496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5706] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5706/stat : 5706 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634055075984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5707] ppid=5690 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/5692/task/5707/stat : 5707 (java) S 5690 5692 31312 0 -1 4202560 4983 0 0 0 54 1 0 0 20 0 19 0 284552695 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634054024120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5708] ppid=5690 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/5692/task/5708/stat : 5708 (java) S 5690 5692 31312 0 -1 4202560 3945 0 0 0 53 0 0 0 20 0 19 0 284552695 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634052971320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5709] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5709/stat : 5709 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634051918712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5710] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5710/stat : 5710 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634050866120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5711] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5711/stat : 5711 (java) S 5690 5692 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284552785 9856004096 44215 33554432000 1073741824 1073778376 140736936153632 140634049811624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 5711
/proc/meminfo: memFree=30796864/32873844 swapFree=7624/7624
[pid=5692] ppid=5690 vsize=9625004 CPUtime=4.34 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5690 5692 31312 0 -1 4202496 12864 0 1 0 427 7 0 0 20 0 19 0 284552688 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140736936144768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5692/statm: 2406251 50397 2289 9 0 2396937 0
[pid=5692/tid=5694] ppid=5690 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/5692/task/5694/stat : 5694 (java) R 5690 5692 31312 0 -1 4202560 2578 0 1 0 296 3 0 0 20 0 19 0 284552689 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634436051232 140634292501822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5695] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5695/stat : 5695 (java) S 5690 5692 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634414152232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5696] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5696/stat : 5696 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634413099432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5697] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5697/stat : 5697 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634412046632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5698] ppid=5690 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5692/task/5698/stat : 5698 (java) S 5690 5692 31312 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 284552691 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634410993832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5699] ppid=5690 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5692/task/5699/stat : 5699 (java) S 5690 5692 31312 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 284552691 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634073590824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5700] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5700/stat : 5700 (java) S 5690 5692 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634072538024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5701] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5701/stat : 5701 (java) S 5690 5692 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634071485224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5702] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5702/stat : 5702 (java) S 5690 5692 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634070432424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5703] ppid=5690 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/5692/task/5703/stat : 5703 (java) S 5690 5692 31312 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 19 0 284552692 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634058234344 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5704] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5704/stat : 5704 (java) S 5690 5692 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634057180408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5705] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5705/stat : 5705 (java) S 5690 5692 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634056127496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5706] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5706/stat : 5706 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634055075984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5707] ppid=5690 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/5692/task/5707/stat : 5707 (java) S 5690 5692 31312 0 -1 4202560 4985 0 0 0 59 1 0 0 20 0 19 0 284552695 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634054024120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5708] ppid=5690 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/5692/task/5708/stat : 5708 (java) S 5690 5692 31312 0 -1 4202560 3954 0 0 0 58 0 0 0 20 0 19 0 284552695 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634052971320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5709] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5709/stat : 5709 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634051918712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5710] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5710/stat : 5710 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634050866120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5711] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5711/stat : 5711 (java) S 5690 5692 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284552785 9856004096 50397 33554432000 1073741824 1073778376 140736936153632 140634049811624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 5711
/proc/meminfo: memFree=30767572/32873844 swapFree=7624/7624
[pid=5692] ppid=5690 vsize=9625004 CPUtime=7.62 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5690 5692 31312 0 -1 4202496 12884 0 1 0 754 8 0 0 20 0 19 0 284552688 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140736936144768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5692/statm: 2406251 51432 2289 9 0 2396937 0
[pid=5692/tid=5694] ppid=5690 vsize=9625004 CPUtime=6.15 cores=0,2,4,6
/proc/5692/task/5694/stat : 5694 (java) S 5690 5692 31312 0 -1 4202560 2580 0 1 0 612 3 0 0 20 0 19 0 284552689 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634436051352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5695] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5695/stat : 5695 (java) S 5690 5692 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634414152232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5696] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5696/stat : 5696 (java) S 5690 5692 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634413099432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5697] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5697/stat : 5697 (java) S 5690 5692 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634412046632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5698] ppid=5690 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5692/task/5698/stat : 5698 (java) S 5690 5692 31312 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 284552691 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634410993832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5699] ppid=5690 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5692/task/5699/stat : 5699 (java) S 5690 5692 31312 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 284552691 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634073590824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5700] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5700/stat : 5700 (java) S 5690 5692 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634072538024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5701] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5701/stat : 5701 (java) S 5690 5692 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634071485224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5702] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5702/stat : 5702 (java) S 5690 5692 31312 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 284552691 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634070432424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5703] ppid=5690 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/5692/task/5703/stat : 5703 (java) R 5690 5692 31312 0 -1 4202560 100 0 0 0 5 0 0 0 20 0 19 0 284552692 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634058233200 140634439321698 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5704] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5704/stat : 5704 (java) S 5690 5692 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634057180408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5705] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5705/stat : 5705 (java) S 5690 5692 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634056127496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5706] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5706/stat : 5706 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634055075984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5707] ppid=5690 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/5692/task/5707/stat : 5707 (java) S 5690 5692 31312 0 -1 4202560 4985 0 0 0 61 1 0 0 20 0 19 0 284552695 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634054024120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5708] ppid=5690 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/5692/task/5708/stat : 5708 (java) S 5690 5692 31312 0 -1 4202560 3956 0 0 0 61 0 0 0 20 0 19 0 284552695 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634052971000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5709] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5709/stat : 5709 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634051918712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5710] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5710/stat : 5710 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634050866120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5711] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5711/stat : 5711 (java) S 5690 5692 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284552785 9856004096 51432 33554432000 1073741824 1073778376 140736936153632 140634049811624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

/proc/5692/task/5702/stat : 5702 (java) S 5690 5692 31312 0 -1 4202560 21 0 0 0 13 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634070432424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5703] ppid=5690 vsize=9625004 CPUtime=1.89 cores=0,2,4,6
/proc/5692/task/5703/stat : 5703 (java) S 5690 5692 31312 0 -1 4202560 156 0 0 0 188 1 0 0 20 0 19 0 284552692 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634058234344 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5704] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5704/stat : 5704 (java) S 5690 5692 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634057180408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5705] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5705/stat : 5705 (java) S 5690 5692 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634056127496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5706] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5706/stat : 5706 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634055075984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5707] ppid=5690 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/5692/task/5707/stat : 5707 (java) S 5690 5692 31312 0 -1 4202560 4985 0 0 0 61 1 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634054024120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5708] ppid=5690 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/5692/task/5708/stat : 5708 (java) S 5690 5692 31312 0 -1 4202560 3961 0 0 0 66 0 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634052971320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5709] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5709/stat : 5709 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634051918712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5710] ppid=5690 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/5692/task/5710/stat : 5710 (java) S 5690 5692 31312 0 -1 4202560 33 0 0 0 6 7 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634050866120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5711] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5711/stat : 5711 (java) S 5690 5692 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284552785 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634049811624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 553.12
Current children cumulated vsize (KiB) 9625004

[startup+551.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 5716
/proc/meminfo: memFree=30713028/32873844 swapFree=7624/7624
[pid=5692] ppid=5690 vsize=9625004 CPUtime=553.51 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5690 5692 31312 0 -1 4202496 13259 0 1 0 55334 17 0 0 20 0 19 0 284552688 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140736936144768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5692/statm: 2406251 55777 2289 9 0 2396937 0
[pid=5692/tid=5694] ppid=5690 vsize=9625004 CPUtime=547.73 cores=0,2,4,6
/proc/5692/task/5694/stat : 5694 (java) R 5690 5692 31312 0 -1 4202560 2627 0 1 0 54761 12 0 0 20 0 19 0 284552689 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634436051232 140634292584525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5695] ppid=5690 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/5692/task/5695/stat : 5695 (java) S 5690 5692 31312 0 -1 4202560 28 0 0 0 13 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634414152232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5696] ppid=5690 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/5692/task/5696/stat : 5696 (java) S 5690 5692 31312 0 -1 4202560 24 0 0 0 10 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634413099432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5697] ppid=5690 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/5692/task/5697/stat : 5697 (java) S 5690 5692 31312 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634412046632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5698] ppid=5690 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/5692/task/5698/stat : 5698 (java) S 5690 5692 31312 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634410993832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5699] ppid=5690 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/5692/task/5699/stat : 5699 (java) S 5690 5692 31312 0 -1 4202560 130 0 0 0 11 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634073590824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5700] ppid=5690 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/5692/task/5700/stat : 5700 (java) S 5690 5692 31312 0 -1 4202560 25 0 0 0 15 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634072538024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5701] ppid=5690 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/5692/task/5701/stat : 5701 (java) S 5690 5692 31312 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634071485224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5702] ppid=5690 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/5692/task/5702/stat : 5702 (java) S 5690 5692 31312 0 -1 4202560 21 0 0 0 13 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634070432424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5703] ppid=5690 vsize=9625004 CPUtime=1.89 cores=0,2,4,6
/proc/5692/task/5703/stat : 5703 (java) S 5690 5692 31312 0 -1 4202560 156 0 0 0 188 1 0 0 20 0 19 0 284552692 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634058234344 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5704] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5704/stat : 5704 (java) S 5690 5692 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634057180408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5705] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5705/stat : 5705 (java) S 5690 5692 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634056127496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5706] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5706/stat : 5706 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634055075984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5707] ppid=5690 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/5692/task/5707/stat : 5707 (java) S 5690 5692 31312 0 -1 4202560 4985 0 0 0 61 1 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634054024120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5708] ppid=5690 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/5692/task/5708/stat : 5708 (java) S 5690 5692 31312 0 -1 4202560 3961 0 0 0 66 0 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634052971320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5709] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5709/stat : 5709 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634051918712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5710] ppid=5690 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/5692/task/5710/stat : 5710 (java) S 5690 5692 31312 0 -1 4202560 33 0 0 0 6 7 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634050866120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5711] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5711/stat : 5711 (java) S 5690 5692 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284552785 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634049811624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 553.51
Current children cumulated vsize (KiB) 9625004

[startup+551.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 5716
/proc/meminfo: memFree=30713028/32873844 swapFree=7624/7624
[pid=5692] ppid=5690 vsize=9625004 CPUtime=553.91 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5690 5692 31312 0 -1 4202496 13259 0 1 0 55374 17 0 0 20 0 19 0 284552688 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140736936144768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5692/statm: 2406251 55777 2289 9 0 2396937 0
[pid=5692/tid=5694] ppid=5690 vsize=9625004 CPUtime=548.12 cores=0,2,4,6
/proc/5692/task/5694/stat : 5694 (java) R 5690 5692 31312 0 -1 4202560 2627 0 1 0 54800 12 0 0 20 0 19 0 284552689 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634436051232 140634292240551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5695] ppid=5690 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/5692/task/5695/stat : 5695 (java) S 5690 5692 31312 0 -1 4202560 28 0 0 0 13 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634414152232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5696] ppid=5690 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/5692/task/5696/stat : 5696 (java) S 5690 5692 31312 0 -1 4202560 24 0 0 0 10 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634413099432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5697] ppid=5690 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/5692/task/5697/stat : 5697 (java) S 5690 5692 31312 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634412046632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5698] ppid=5690 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/5692/task/5698/stat : 5698 (java) S 5690 5692 31312 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634410993832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5699] ppid=5690 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/5692/task/5699/stat : 5699 (java) S 5690 5692 31312 0 -1 4202560 130 0 0 0 11 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634073590824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5700] ppid=5690 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/5692/task/5700/stat : 5700 (java) S 5690 5692 31312 0 -1 4202560 25 0 0 0 15 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634072538024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5701] ppid=5690 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/5692/task/5701/stat : 5701 (java) S 5690 5692 31312 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634071485224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5702] ppid=5690 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/5692/task/5702/stat : 5702 (java) S 5690 5692 31312 0 -1 4202560 21 0 0 0 13 0 0 0 20 0 19 0 284552691 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634070432424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5703] ppid=5690 vsize=9625004 CPUtime=1.89 cores=0,2,4,6
/proc/5692/task/5703/stat : 5703 (java) S 5690 5692 31312 0 -1 4202560 156 0 0 0 188 1 0 0 20 0 19 0 284552692 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634058234344 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5704] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5704/stat : 5704 (java) S 5690 5692 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634057180408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5705] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5705/stat : 5705 (java) S 5690 5692 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284552693 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634056127496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5706] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5706/stat : 5706 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634055075984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5707] ppid=5690 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/5692/task/5707/stat : 5707 (java) S 5690 5692 31312 0 -1 4202560 4985 0 0 0 61 1 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634054024120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5708] ppid=5690 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/5692/task/5708/stat : 5708 (java) S 5690 5692 31312 0 -1 4202560 3961 0 0 0 66 0 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634052971320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5709] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5709/stat : 5709 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634051918712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5710] ppid=5690 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/5692/task/5710/stat : 5710 (java) S 5690 5692 31312 0 -1 4202560 33 0 0 0 6 7 0 0 20 0 19 0 284552695 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634050866120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5711] ppid=5690 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5711/stat : 5711 (java) S 5690 5692 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284552785 9856004096 55777 33554432000 1073741824 1073778376 140736936153632 140634049811624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 553.91
Current children cumulated vsize (KiB) 9625004

[startup+552.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 5716
/proc/meminfo: memFree=30713028/32873844 swapFree=7624/7624
[pid=5692] ppid=5690 vsize=9691568 CPUtime=554.01 cores=0,2,4,6
/proc/5692/stat : 5692 (java) S 5690 5692 31312 0 -1 4202496 13272 0 1 0 55384 17 0 0 20 0 20 0 284552688 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140736936144768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5692/statm: 2422892 55788 2289 9 0 2413578 0
[pid=5692/tid=5694] ppid=5690 vsize=9691568 CPUtime=548.22 cores=0,2,4,6
/proc/5692/task/5694/stat : 5694 (java) S 5690 5692 31312 0 -1 4202560 2630 0 1 0 54810 12 0 0 20 0 20 0 284552689 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634436051576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5695] ppid=5690 vsize=9691568 CPUtime=0.13 cores=0,2,4,6
/proc/5692/task/5695/stat : 5695 (java) S 5690 5692 31312 0 -1 4202560 28 0 0 0 13 0 0 0 20 0 20 0 284552691 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634414152232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5696] ppid=5690 vsize=9691568 CPUtime=0.1 cores=0,2,4,6
/proc/5692/task/5696/stat : 5696 (java) S 5690 5692 31312 0 -1 4202560 24 0 0 0 10 0 0 0 20 0 20 0 284552691 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634413099432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5697] ppid=5690 vsize=9691568 CPUtime=0.1 cores=0,2,4,6
/proc/5692/task/5697/stat : 5697 (java) S 5690 5692 31312 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 20 0 284552691 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634412046632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5698] ppid=5690 vsize=9691568 CPUtime=0.15 cores=0,2,4,6
/proc/5692/task/5698/stat : 5698 (java) S 5690 5692 31312 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 20 0 284552691 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634410993832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5699] ppid=5690 vsize=9691568 CPUtime=0.11 cores=0,2,4,6
/proc/5692/task/5699/stat : 5699 (java) S 5690 5692 31312 0 -1 4202560 130 0 0 0 11 0 0 0 20 0 20 0 284552691 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634073590824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5700] ppid=5690 vsize=9691568 CPUtime=0.15 cores=0,2,4,6
/proc/5692/task/5700/stat : 5700 (java) S 5690 5692 31312 0 -1 4202560 25 0 0 0 15 0 0 0 20 0 20 0 284552691 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634072538024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5692/tid=5701] ppid=5690 vsize=9691568 CPUtime=0.11 cores=0,2,4,6
/proc/5692/task/5701/stat : 5701 (java) S 5690 5692 31312 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 20 0 284552691 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634071485224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5702] ppid=5690 vsize=9691568 CPUtime=0.13 cores=0,2,4,6
/proc/5692/task/5702/stat : 5702 (java) S 5690 5692 31312 0 -1 4202560 21 0 0 0 13 0 0 0 20 0 20 0 284552691 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634070432424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5692/tid=5703] ppid=5690 vsize=9691568 CPUtime=1.89 cores=0,2,4,6
/proc/5692/task/5703/stat : 5703 (java) S 5690 5692 31312 0 -1 4202560 156 0 0 0 188 1 0 0 20 0 20 0 284552692 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634058234344 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5704] ppid=5690 vsize=9691568 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5704/stat : 5704 (java) S 5690 5692 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 284552693 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634057180408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5705] ppid=5690 vsize=9691568 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5705/stat : 5705 (java) S 5690 5692 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 284552693 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634056127496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5706] ppid=5690 vsize=9691568 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5706/stat : 5706 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 284552695 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634055075984 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5707] ppid=5690 vsize=9691568 CPUtime=0.62 cores=0,2,4,6
/proc/5692/task/5707/stat : 5707 (java) S 5690 5692 31312 0 -1 4202560 4985 0 0 0 61 1 0 0 20 0 20 0 284552695 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634054024120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5692/tid=5708] ppid=5690 vsize=9691568 CPUtime=0.67 cores=0,2,4,6
/proc/5692/task/5708/stat : 5708 (java) R 5690 5692 31312 0 -1 4202560 3962 0 0 0 67 0 0 0 20 0 20 0 284552695 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634052971320 140634440140846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5709] ppid=5690 vsize=9691568 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5709/stat : 5709 (java) S 5690 5692 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 284552695 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634051918712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5710] ppid=5690 vsize=9691568 CPUtime=0.13 cores=0,2,4,6
/proc/5692/task/5710/stat : 5710 (java) S 5690 5692 31312 0 -1 4202560 33 0 0 0 6 7 0 0 20 0 20 0 284552695 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634050866120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5692/tid=5711] ppid=5690 vsize=9691568 CPUtime=0 cores=0,2,4,6
/proc/5692/task/5711/stat : 5711 (java) S 5690 5692 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 284552785 9924165632 55788 33554432000 1073741824 1073778376 140736936153632 140634049811624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 554.01
Current children cumulated vsize (KiB) 9691568

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5692 and gives
#  childrusage.ru_utime.tv_sec=552
#  childrusage.ru_utime.tv_usec=428018
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=342947
# CPU time returned by wait4() is 552.771
# while last known CPU time is 554.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 552.01
CPU time (s): 554.01
CPU user time (s): 553.84
CPU system time (s): 0.17
CPU usage (%): 100.362
Max. virtual memory (cumulated for all children) (KiB): 9691568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 552.428
system time used= 0.342947
maximum resident set size= 223156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13276
page faults= 1
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13179
involuntary context switches= 8941

runsolver used 1.17682 second user time and 2.77458 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 07:51:11
IDJOB=3709945
IDBENCH=73869
IDSOLVER=2289
FILE ID=node130/3709945-1338184271
RUNJOBID= node130-1338158197-31328
PBS_JOBID= 14624537
Free space on /tmp= 71464 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12048_4-unsat.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709945-1338184271/watcher-3709945-1338184271 -o /tmp/evaluation-result-3709945-1338184271/solver-3709945-1338184271 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709945-1338184271.opb

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

MD5SUM BENCH= e20086c85095d65afe65e19d07ad3aeb
RANDOM SEED=1612693970

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30965836 kB
Buffers:          329116 kB
Cached:           506652 kB
SwapCached:         4508 kB
Active:           936052 kB
Inactive:         133708 kB
Active(anon):     223700 kB
Inactive(anon):     9016 kB
Active(file):     712352 kB
Inactive(file):   124692 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:              3356 kB
Writeback:             0 kB
AnonPages:        236868 kB
Mapped:            19852 kB
Shmem:                 8 kB
Slab:             694924 kB
SReclaimable:     136520 kB
SUnreclaim:       558404 kB
KernelStack:        1576 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     828584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71464 MiB
End job on node130 at 2012-05-28 08:00:23