Trace number 3689409

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotUNSAT 369.36 367.166

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-101.opb
MD5SUMa3ed9477da365050d631dd031519efe8
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 benchmark79.04
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689409-1337890118.opb
0.08/0.12	c reading problem ... 
1.97/1.42	c ... done. Wall clock time 1.302s.
1.97/1.42	c declared #vars     7936
1.97/1.42	c #constraints  177125
1.97/1.42	c constraints type 
1.97/1.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
1.97/1.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1.97/1.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
1.97/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
1.97/1.42	c 177125 constraints processed.
3.67/2.65	c cleaning 2491 clauses out of 5001 with flag 5001/5001
5.02/3.89	c cleaning 4247 clauses out of 8510 with flag 11001/11001
6.22/5.07	c cleaning 5622 clauses out of 11263 with flag 18001/18001
7.53/6.52	c cleaning 6805 clauses out of 13642 with flag 26002/26002
9.38/8.17	c cleaning 7886 clauses out of 15839 with flag 35004/35004
11.49/10.26	c cleaning 8897 clauses out of 17949 with flag 45000/45000
13.70/12.50	c cleaning 9979 clauses out of 20055 with flag 56003/56003
16.90/15.67	c cleaning 11019 clauses out of 22073 with flag 68000/68000
20.01/18.76	c cleaning 12019 clauses out of 24055 with flag 81001/81001
23.32/22.00	c cleaning 12993 clauses out of 26036 with flag 95001/95001
26.66/25.33	c cleaning 14002 clauses out of 28044 with flag 110002/110002
29.87/28.53	c cleaning 15015 clauses out of 30040 with flag 126000/126000
34.49/33.19	c cleaning 16003 clauses out of 32022 with flag 143000/143000
39.02/37.64	c cleaning 17000 clauses out of 34018 with flag 161000/161000
43.24/41.80	c cleaning 17999 clauses out of 36017 with flag 180002/180002
47.35/45.94	c cleaning 18994 clauses out of 38017 with flag 200002/200002
51.27/49.83	c cleaning 20003 clauses out of 40022 with flag 221001/221001
54.28/52.89	c cleaning 20918 clauses out of 42018 with flag 243000/243000
58.19/56.72	c cleaning 22029 clauses out of 44101 with flag 266001/266001
62.80/61.36	c cleaning 22982 clauses out of 46071 with flag 290000/290000
67.92/66.44	c cleaning 24038 clauses out of 48091 with flag 315002/315002
71.62/70.19	c cleaning 25018 clauses out of 50051 with flag 341000/341000
75.24/73.74	c cleaning 25926 clauses out of 52033 with flag 368000/368000
80.96/79.41	c cleaning 27035 clauses out of 54108 with flag 396001/396001
86.99/85.46	c cleaning 28002 clauses out of 56072 with flag 425000/425000
94.21/92.61	c cleaning 29028 clauses out of 58072 with flag 455002/455002
100.72/99.15	c cleaning 29962 clauses out of 60046 with flag 486004/486004
110.33/108.72	c cleaning 30996 clauses out of 62081 with flag 518001/518001
118.66/117.02	c cleaning 31977 clauses out of 64085 with flag 551001/551001
123.38/121.76	c cleaning 33015 clauses out of 66107 with flag 585000/585000
135.10/133.46	c cleaning 34038 clauses out of 68092 with flag 620000/620000
146.61/144.98	c cleaning 35003 clauses out of 70057 with flag 656003/656003
153.76/152.00	c cleaning 35790 clauses out of 72051 with flag 693000/693000
161.89/160.16	c cleaning 37069 clauses out of 74262 with flag 731001/731001
175.90/174.15	c cleaning 38057 clauses out of 76193 with flag 770001/770001
190.61/188.82	c cleaning 39056 clauses out of 78136 with flag 810001/810001
207.02/205.21	c cleaning 40027 clauses out of 80079 with flag 851000/851000
218.17/216.35	c cleaning 41012 clauses out of 82052 with flag 893000/893000
228.00/226.11	c cleaning 41999 clauses out of 84040 with flag 936000/936000
239.52/237.60	c cleaning 42985 clauses out of 86041 with flag 980000/980000
248.77/246.83	c cleaning 44015 clauses out of 88056 with flag 1025000/1025000
263.07/261.11	c cleaning 45006 clauses out of 90041 with flag 1071000/1071000
275.11/273.13	c cleaning 45934 clauses out of 92035 with flag 1118000/1118000
284.75/282.76	c cleaning 46936 clauses out of 94101 with flag 1166000/1166000
299.38/297.36	c cleaning 48024 clauses out of 96166 with flag 1215001/1215001
319.10/317.03	c cleaning 48986 clauses out of 98141 with flag 1265000/1265000
338.23/336.11	c cleaning 50063 clauses out of 100159 with flag 1316004/1316004
351.69/349.58	c cleaning 51041 clauses out of 102092 with flag 1368000/1368000
363.22/361.04	c cleaning 51934 clauses out of 104050 with flag 1421001/1421001
369.36/367.13	c starts		: 206
369.36/367.13	c conflicts		: 1454119
369.36/367.13	c decisions		: 5517217
369.36/367.13	c propagations		: 443056959
369.36/367.13	c inspects		: 4778508377
369.36/367.13	c shortcuts		: 0
369.36/367.13	c learnt literals	: 21
369.36/367.13	c learnt binary clauses	: 208
369.36/367.13	c learnt ternary clauses	: 943
369.36/367.13	c learnt constraints	: 1454097
369.36/367.13	c ignored constraints	: 0
369.36/367.13	c root simplifications	: 0
369.36/367.13	c removed literals (reason simplification)	: 0
369.36/367.13	c reason swapping (by a shorter reason)	: 0
369.36/367.13	c Calls to reduceDB	: 49
369.36/367.13	c number of reductions to clauses (during analyze)	: 0
369.36/367.13	c number of learned constraints concerned by reduction	: 0
369.36/367.13	c number of learning phase by resolution	: 0
369.36/367.13	c number of learning phase by cutting planes	: 0
369.36/367.13	c speed (assignments/second)	: 1211653.7877772702
369.36/367.13	c non guided choices	168070
369.36/367.16	c learnt constraints type 
369.36/367.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 208
369.36/367.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85014
369.36/367.16	c constraints type 
369.36/367.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
369.36/367.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
369.36/367.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
369.36/367.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
369.36/367.16	c 177125 constraints processed.
369.36/367.16	s UNSATISFIABLE
369.36/367.16	c Total wall clock time (in seconds): 367.036

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-3689409-1337890118/watcher-3689409-1337890118 -o /tmp/evaluation-result-3689409-1337890118/solver-3689409-1337890118 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689409-1337890118.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.10 2.16 3.05 3/173 23422
/proc/meminfo: memFree=29830484/32873844 swapFree=7384/7384
[pid=23422] ppid=23420 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23422/stat : 23422 (java) R 23420 23422 18255 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 255137249 9515008 176 33554432000 1073741824 1073778376 140736581277120 140736581259848 239873115024 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23422/statm: 2323 176 133 9 0 71 0

[startup+0.0266489 s]
/proc/loadavg: 1.10 2.16 3.05 3/173 23422
/proc/meminfo: memFree=29830484/32873844 swapFree=7384/7384
[pid=23422] ppid=23420 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/23422/stat : 23422 (java) S 23420 23422 18255 0 -1 4202496 2155 0 1 0 0 0 0 0 20 0 10 0 255137249 9231130624 2347 33554432000 1073741824 1073778376 140735938895952 140735938887088 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23422/statm: 2253694 2348 1023 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100236 s]
/proc/loadavg: 1.10 2.16 3.05 3/173 23422
/proc/meminfo: memFree=29830484/32873844 swapFree=7384/7384
[pid=23422] ppid=23420 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/23422/stat : 23422 (java) S 23420 23422 18255 0 -1 4202496 4173 0 1 0 7 1 0 0 20 0 18 0 255137249 9787813888 5373 33554432000 1073741824 1073778376 140735938895952 140735938887088 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23422/statm: 2389603 5374 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300214 s]
/proc/loadavg: 1.10 2.16 3.05 3/173 23422
/proc/meminfo: memFree=29830484/32873844 swapFree=7384/7384
[pid=23422] ppid=23420 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/23422/stat : 23422 (java) S 23420 23422 18255 0 -1 4202496 5464 0 1 0 42 2 0 0 20 0 18 0 255137249 9787813888 8200 33554432000 1073741824 1073778376 140735938895952 140735938887088 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23422/statm: 2389603 8200 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700226 s]
/proc/loadavg: 1.10 2.16 3.05 3/173 23422
/proc/meminfo: memFree=29830484/32873844 swapFree=7384/7384
[pid=23422] ppid=23420 vsize=9558412 CPUtime=1.15 cores=0,2,4,6
/proc/23422/stat : 23422 (java) S 23420 23422 18255 0 -1 4202496 6844 0 1 0 110 5 0 0 20 0 18 0 255137249 9787813888 40266 33554432000 1073741824 1073778376 140735938895952 140735938887088 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23422/statm: 2389603 40266 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 1.10 2.16 3.05 5/191 23440
/proc/meminfo: memFree=29615044/32873844 swapFree=7384/7384
[pid=23422] ppid=23420 vsize=9624976 CPUtime=2.21 cores=0,2,4,6
/proc/23422/stat : 23422 (java) S 23420 23422 18255 0 -1 4202496 8976 0 1 0 212 9 0 0 20 0 19 0 255137249 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140735938887088 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23422/statm: 2406244 79116 2258 9 0 2396937 0
[pid=23422/tid=23424] ppid=23420 vsize=9624976 CPUtime=1.4 cores=0,2,4,6
/proc/23422/task/23424/stat : 23424 (java) R 23420 23422 18255 0 -1 4202560 2584 0 1 0 134 6 0 0 20 0 19 0 255137250 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543910359824 140543761942478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23425] ppid=23420 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23422/task/23425/stat : 23425 (java) S 23420 23422 18255 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 255137251 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543882811688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23426] ppid=23420 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23422/task/23426/stat : 23426 (java) S 23420 23422 18255 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 255137251 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543881758888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23427] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23427/stat : 23427 (java) S 23420 23422 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255137251 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543880706600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23428] ppid=23420 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23422/task/23428/stat : 23428 (java) S 23420 23422 18255 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255137251 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543750875560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23429] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23429/stat : 23429 (java) S 23420 23422 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255137251 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543749823272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23430] ppid=23420 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23422/task/23430/stat : 23430 (java) S 23420 23422 18255 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 255137251 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543748770472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23422/tid=23431] ppid=23420 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23422/task/23431/stat : 23431 (java) S 23420 23422 18255 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 255137251 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543747718184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23432] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23432/stat : 23432 (java) S 23420 23422 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255137251 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543746665384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23433] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23433/stat : 23433 (java) S 23420 23422 18255 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 255137252 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543264151784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23434] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23434/stat : 23434 (java) S 23420 23422 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543263097848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23435] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23435/stat : 23435 (java) S 23420 23422 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543262045448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23436] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23436/stat : 23436 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137255 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543260993936 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23437] ppid=23420 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/23422/task/23437/stat : 23437 (java) R 23420 23422 18255 0 -1 4202560 1493 0 0 0 28 0 0 0 20 0 19 0 255137256 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543259941560 140543916203276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23438] ppid=23420 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/23422/task/23438/stat : 23438 (java) R 23420 23422 18255 0 -1 4202560 3436 0 0 0 30 0 0 0 20 0 19 0 255137256 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543258888760 140543916814071 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23439] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23439/stat : 23439 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137256 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543257836664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23440] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23440/stat : 23440 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137256 9855975424 79116 33554432000 1073741824 1073778376 140735938895952 140543256784072 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9624976

[startup+3.1006 s]
/proc/loadavg: 1.10 2.16 3.05 3/192 23441
/proc/meminfo: memFree=29410368/32873844 swapFree=7384/7384
[pid=23422] ppid=23420 vsize=9624976 CPUtime=4.28 cores=0,2,4,6
/proc/23422/stat : 23422 (java) S 23420 23422 18255 0 -1 4202496 10528 0 1 0 416 12 0 0 20 0 19 0 255137249 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140735938887088 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23422/statm: 2406244 89128 2278 9 0 2396937 0
[pid=23422/tid=23424] ppid=23420 vsize=9624976 CPUtime=2.9 cores=0,2,4,6
/proc/23422/task/23424/stat : 23424 (java) R 23420 23422 18255 0 -1 4202560 2586 0 1 0 284 6 0 0 20 0 19 0 255137250 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543910359328 140543762622845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23425] ppid=23420 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23422/task/23425/stat : 23425 (java) S 23420 23422 18255 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 255137251 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543882811688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23426] ppid=23420 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23422/task/23426/stat : 23426 (java) S 23420 23422 18255 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 255137251 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543881758888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23427] ppid=23420 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23422/task/23427/stat : 23427 (java) S 23420 23422 18255 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255137251 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543880706600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23422/tid=23428] ppid=23420 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23422/task/23428/stat : 23428 (java) S 23420 23422 18255 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255137251 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543750875560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23429] ppid=23420 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23422/task/23429/stat : 23429 (java) S 23420 23422 18255 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 255137251 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543749823272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23430] ppid=23420 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23422/task/23430/stat : 23430 (java) S 23420 23422 18255 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 255137251 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543748770472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23431] ppid=23420 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23422/task/23431/stat : 23431 (java) S 23420 23422 18255 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 255137251 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543747718184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23432] ppid=23420 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23422/task/23432/stat : 23432 (java) S 23420 23422 18255 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 255137251 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543746665384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23433] ppid=23420 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23422/task/23433/stat : 23433 (java) S 23420 23422 18255 0 -1 4202560 227 0 0 0 5 0 0 0 20 0 19 0 255137252 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543264151784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23434] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23434/stat : 23434 (java) S 23420 23422 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543263097848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23435] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23435/stat : 23435 (java) S 23420 23422 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543262045448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23436] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23436/stat : 23436 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137255 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543260993936 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23437] ppid=23420 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/23422/task/23437/stat : 23437 (java) S 23420 23422 18255 0 -1 4202560 2677 0 0 0 48 0 0 0 20 0 19 0 255137256 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543259941560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23438] ppid=23420 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/23422/task/23438/stat : 23438 (java) S 23420 23422 18255 0 -1 4202560 3729 0 0 0 50 0 0 0 20 0 19 0 255137256 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543258888760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23439] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23439/stat : 23439 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137256 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543257836664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23440] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23440/stat : 23440 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137256 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543256784072 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23441] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23441/stat : 23441 (java) S 23420 23422 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255137396 9855975424 89128 33554432000 1073741824 1073778376 140735938895952 140543255729064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9624976

[startup+6.30072 s]
/proc/loadavg: 1.17 2.16 3.05 3/192 23441
/proc/meminfo: memFree=29179164/32873844 swapFree=7384/7384
[pid=23422] ppid=23420 vsize=9624976 CPUtime=7.53 cores=0,2,4,6
/proc/23422/stat : 23422 (java) S 23420 23422 18255 0 -1 4202496 10544 0 1 0 741 12 0 0 20 0 19 0 255137249 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140735938887088 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23422/statm: 2406244 90162 2278 9 0 2396937 0
[pid=23422/tid=23424] ppid=23420 vsize=9624976 CPUtime=6 cores=0,2,4,6
/proc/23422/task/23424/stat : 23424 (java) R 23420 23422 18255 0 -1 4202560 2589 0 1 0 594 6 0 0 20 0 19 0 255137250 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543910359496 140543762642554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23425] ppid=23420 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23422/task/23425/stat : 23425 (java) S 23420 23422 18255 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 255137251 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543882811688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23426] ppid=23420 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23422/task/23426/stat : 23426 (java) S 23420 23422 18255 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 255137251 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543881758888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23422/tid=23427] ppid=23420 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23422/task/23427/stat : 23427 (java) S 23420 23422 18255 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255137251 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543880706600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23422/tid=23428] ppid=23420 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23422/task/23428/stat : 23428 (java) S 23420 23422 18255 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255137251 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543750875560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23429] ppid=23420 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23422/task/23429/stat : 23429 (java) S 23420 23422 18255 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 255137251 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543749823272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23430] ppid=23420 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23422/task/23430/stat : 23430 (java) S 23420 23422 18255 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 255137251 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543748770472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23431] ppid=23420 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23422/task/23431/stat : 23431 (java) S 23420 23422 18255 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 255137251 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543747718184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23432] ppid=23420 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23422/task/23432/stat : 23432 (java) S 23420 23422 18255 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 255137251 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543746665384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23433] ppid=23420 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/23422/task/23433/stat : 23433 (java) S 23420 23422 18255 0 -1 4202560 228 0 0 0 14 0 0 0 20 0 19 0 255137252 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543264151784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23434] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23434/stat : 23434 (java) S 23420 23422 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543263097848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23435] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23435/stat : 23435 (java) S 23420 23422 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543262045448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23436] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23436/stat : 23436 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137255 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543260993936 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23437] ppid=23420 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/23422/task/23437/stat : 23437 (java) S 23420 23422 18255 0 -1 4202560 2678 0 0 0 50 0 0 0 20 0 19 0 255137256 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543259941560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23438] ppid=23420 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23422/task/23438/stat : 23438 (java) S 23420 23422 18255 0 -1 4202560 3729 0 0 0 52 0 0 0 20 0 19 0 255137256 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543258888760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23439] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23439/stat : 23439 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137256 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543257836664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23440] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23440/stat : 23440 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137256 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543256784072 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23441] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23441/stat : 23441 (java) S 23420 23422 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255137396 9855975424 90162 33554432000 1073741824 1073778376 140735938895952 140543255729064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 1.39 2.19 3.05 6/212 23468
/proc/meminfo: memFree=26950132/32873844 swapFree=7384/7384

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

/proc/23422/task/23432/stat : 23432 (java) S 23420 23422 18255 0 -1 4202560 65 0 0 0 20 1 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543746665384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23433] ppid=23420 vsize=9624976 CPUtime=3.28 cores=0,2,4,6
/proc/23422/task/23433/stat : 23433 (java) S 23420 23422 18255 0 -1 4202560 255 0 0 0 328 0 0 0 20 0 19 0 255137252 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543264151784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23434] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23434/stat : 23434 (java) S 23420 23422 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543263097848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23435] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23435/stat : 23435 (java) S 23420 23422 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543262045448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23436] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23436/stat : 23436 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137255 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543260993936 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23437] ppid=23420 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/23422/task/23437/stat : 23437 (java) S 23420 23422 18255 0 -1 4202560 2766 0 0 0 54 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543259941560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23438] ppid=23420 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/23422/task/23438/stat : 23438 (java) S 23420 23422 18255 0 -1 4202560 3729 0 0 0 53 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543258888760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23439] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23439/stat : 23439 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543257836664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23440] ppid=23420 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/23422/task/23440/stat : 23440 (java) S 23420 23422 18255 0 -1 4202560 21 0 0 0 3 5 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543256784072 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23441] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23441/stat : 23441 (java) S 23420 23422 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255137396 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543255729064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 366.95
Current children cumulated vsize (KiB) 9624976

[startup+366.301 s]
/proc/loadavg: 2.08 2.07 2.71 3/213 23474
/proc/meminfo: memFree=25513024/32873844 swapFree=7384/7384
[pid=23422] ppid=23420 vsize=9624976 CPUtime=368.55 cores=0,2,4,6
/proc/23422/stat : 23422 (java) S 23420 23422 18255 0 -1 4202496 11153 0 1 0 36834 21 0 0 20 0 19 0 255137249 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140735938887088 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23422/statm: 2406244 101975 2278 9 0 2396937 0
[pid=23422/tid=23424] ppid=23420 vsize=9624976 CPUtime=361.41 cores=0,2,4,6
/proc/23422/task/23424/stat : 23424 (java) R 23420 23422 18255 0 -1 4202560 2637 0 1 0 36130 11 0 0 20 0 19 0 255137250 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543910359328 140543762635000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23425] ppid=23420 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/23422/task/23425/stat : 23425 (java) S 23420 23422 18255 0 -1 4202560 63 0 0 0 21 0 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543882811688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23426] ppid=23420 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/23422/task/23426/stat : 23426 (java) S 23420 23422 18255 0 -1 4202560 38 0 0 0 17 0 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543881758888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23422/tid=23427] ppid=23420 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23422/task/23427/stat : 23427 (java) S 23420 23422 18255 0 -1 4202560 137 0 0 0 22 2 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543880706600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23428] ppid=23420 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/23422/task/23428/stat : 23428 (java) S 23420 23422 18255 0 -1 4202560 53 0 0 0 17 2 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543750875560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23429] ppid=23420 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/23422/task/23429/stat : 23429 (java) S 23420 23422 18255 0 -1 4202560 74 0 0 0 20 0 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543749823272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23430] ppid=23420 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/23422/task/23430/stat : 23430 (java) S 23420 23422 18255 0 -1 4202560 70 0 0 0 20 1 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543748770472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23431] ppid=23420 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/23422/task/23431/stat : 23431 (java) S 23420 23422 18255 0 -1 4202560 60 0 0 0 21 2 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543747718184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23422/tid=23432] ppid=23420 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/23422/task/23432/stat : 23432 (java) S 23420 23422 18255 0 -1 4202560 65 0 0 0 20 1 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543746665384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23433] ppid=23420 vsize=9624976 CPUtime=3.28 cores=0,2,4,6
/proc/23422/task/23433/stat : 23433 (java) S 23420 23422 18255 0 -1 4202560 255 0 0 0 328 0 0 0 20 0 19 0 255137252 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543264151784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23434] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23434/stat : 23434 (java) S 23420 23422 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543263097848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23435] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23435/stat : 23435 (java) S 23420 23422 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543262045448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23436] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23436/stat : 23436 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137255 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543260993936 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23437] ppid=23420 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/23422/task/23437/stat : 23437 (java) S 23420 23422 18255 0 -1 4202560 2766 0 0 0 54 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543259941560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23438] ppid=23420 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/23422/task/23438/stat : 23438 (java) S 23420 23422 18255 0 -1 4202560 3729 0 0 0 53 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543258888760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23439] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23439/stat : 23439 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543257836664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23440] ppid=23420 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/23422/task/23440/stat : 23440 (java) S 23420 23422 18255 0 -1 4202560 21 0 0 0 3 5 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543256784072 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23441] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23441/stat : 23441 (java) S 23420 23422 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255137396 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543255729064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 368.55
Current children cumulated vsize (KiB) 9624976

[startup+366.701 s]
/proc/loadavg: 2.08 2.07 2.71 3/213 23474
/proc/meminfo: memFree=25513024/32873844 swapFree=7384/7384
[pid=23422] ppid=23420 vsize=9624976 CPUtime=368.96 cores=0,2,4,6
/proc/23422/stat : 23422 (java) S 23420 23422 18255 0 -1 4202496 11153 0 1 0 36874 22 0 0 20 0 19 0 255137249 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140735938887088 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23422/statm: 2406244 101975 2278 9 0 2396937 0
[pid=23422/tid=23424] ppid=23420 vsize=9624976 CPUtime=361.82 cores=0,2,4,6
/proc/23422/task/23424/stat : 23424 (java) R 23420 23422 18255 0 -1 4202560 2637 0 1 0 36171 11 0 0 20 0 19 0 255137250 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543910359328 140543762622845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23425] ppid=23420 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/23422/task/23425/stat : 23425 (java) S 23420 23422 18255 0 -1 4202560 63 0 0 0 21 0 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543882811688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23426] ppid=23420 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/23422/task/23426/stat : 23426 (java) S 23420 23422 18255 0 -1 4202560 38 0 0 0 17 0 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543881758888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23422/tid=23427] ppid=23420 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23422/task/23427/stat : 23427 (java) S 23420 23422 18255 0 -1 4202560 137 0 0 0 22 2 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543880706600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23428] ppid=23420 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/23422/task/23428/stat : 23428 (java) S 23420 23422 18255 0 -1 4202560 53 0 0 0 17 2 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543750875560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23429] ppid=23420 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/23422/task/23429/stat : 23429 (java) S 23420 23422 18255 0 -1 4202560 74 0 0 0 20 0 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543749823272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23430] ppid=23420 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/23422/task/23430/stat : 23430 (java) S 23420 23422 18255 0 -1 4202560 70 0 0 0 20 1 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543748770472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23431] ppid=23420 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/23422/task/23431/stat : 23431 (java) S 23420 23422 18255 0 -1 4202560 60 0 0 0 21 2 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543747718184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23422/tid=23432] ppid=23420 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/23422/task/23432/stat : 23432 (java) S 23420 23422 18255 0 -1 4202560 65 0 0 0 20 1 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543746665384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23433] ppid=23420 vsize=9624976 CPUtime=3.28 cores=0,2,4,6
/proc/23422/task/23433/stat : 23433 (java) S 23420 23422 18255 0 -1 4202560 255 0 0 0 328 0 0 0 20 0 19 0 255137252 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543264151784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23434] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23434/stat : 23434 (java) S 23420 23422 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543263097848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23435] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23435/stat : 23435 (java) S 23420 23422 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543262045448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23436] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23436/stat : 23436 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137255 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543260993936 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23437] ppid=23420 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/23422/task/23437/stat : 23437 (java) S 23420 23422 18255 0 -1 4202560 2766 0 0 0 54 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543259941560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23438] ppid=23420 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/23422/task/23438/stat : 23438 (java) S 23420 23422 18255 0 -1 4202560 3729 0 0 0 53 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543258888760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23439] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23439/stat : 23439 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543257836664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23440] ppid=23420 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/23422/task/23440/stat : 23440 (java) S 23420 23422 18255 0 -1 4202560 21 0 0 0 3 5 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543256784072 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23441] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23441/stat : 23441 (java) S 23420 23422 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255137396 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543255729064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 368.96
Current children cumulated vsize (KiB) 9624976

[startup+367.101 s]
/proc/loadavg: 2.08 2.07 2.71 3/213 23474
/proc/meminfo: memFree=25513024/32873844 swapFree=7384/7384
[pid=23422] ppid=23420 vsize=9624976 CPUtime=369.36 cores=0,2,4,6
/proc/23422/stat : 23422 (java) S 23420 23422 18255 0 -1 4202496 11153 0 1 0 36914 22 0 0 20 0 19 0 255137249 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140735938887088 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23422/statm: 2406244 101975 2278 9 0 2396937 0
[pid=23422/tid=23424] ppid=23420 vsize=9624976 CPUtime=362.21 cores=0,2,4,6
/proc/23422/task/23424/stat : 23424 (java) R 23420 23422 18255 0 -1 4202560 2637 0 1 0 36210 11 0 0 20 0 19 0 255137250 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543910359328 140543762578152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23425] ppid=23420 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/23422/task/23425/stat : 23425 (java) S 23420 23422 18255 0 -1 4202560 63 0 0 0 21 0 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543882811688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23426] ppid=23420 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/23422/task/23426/stat : 23426 (java) S 23420 23422 18255 0 -1 4202560 38 0 0 0 17 0 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543881758888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23422/tid=23427] ppid=23420 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23422/task/23427/stat : 23427 (java) S 23420 23422 18255 0 -1 4202560 137 0 0 0 22 2 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543880706600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23428] ppid=23420 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/23422/task/23428/stat : 23428 (java) S 23420 23422 18255 0 -1 4202560 53 0 0 0 17 2 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543750875560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23429] ppid=23420 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/23422/task/23429/stat : 23429 (java) S 23420 23422 18255 0 -1 4202560 74 0 0 0 20 0 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543749823272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23430] ppid=23420 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/23422/task/23430/stat : 23430 (java) S 23420 23422 18255 0 -1 4202560 70 0 0 0 20 1 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543748770472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23431] ppid=23420 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/23422/task/23431/stat : 23431 (java) S 23420 23422 18255 0 -1 4202560 60 0 0 0 21 2 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543747718184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23422/tid=23432] ppid=23420 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/23422/task/23432/stat : 23432 (java) S 23420 23422 18255 0 -1 4202560 65 0 0 0 20 1 0 0 20 0 19 0 255137251 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543746665384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23433] ppid=23420 vsize=9624976 CPUtime=3.28 cores=0,2,4,6
/proc/23422/task/23433/stat : 23433 (java) S 23420 23422 18255 0 -1 4202560 255 0 0 0 328 0 0 0 20 0 19 0 255137252 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543264151784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23434] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23434/stat : 23434 (java) S 23420 23422 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543263097848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23435] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23435/stat : 23435 (java) S 23420 23422 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255137253 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543262045448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23436] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23436/stat : 23436 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137255 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543260993936 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23437] ppid=23420 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/23422/task/23437/stat : 23437 (java) S 23420 23422 18255 0 -1 4202560 2766 0 0 0 54 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543259941560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23422/tid=23438] ppid=23420 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/23422/task/23438/stat : 23438 (java) S 23420 23422 18255 0 -1 4202560 3729 0 0 0 53 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543258888760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23439] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23439/stat : 23439 (java) S 23420 23422 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543257836664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23422/tid=23440] ppid=23420 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/23422/task/23440/stat : 23440 (java) S 23420 23422 18255 0 -1 4202560 21 0 0 0 3 5 0 0 20 0 19 0 255137256 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543256784072 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23422/tid=23441] ppid=23420 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23422/task/23441/stat : 23441 (java) S 23420 23422 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255137396 9855975424 101975 33554432000 1073741824 1073778376 140735938895952 140543255729064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 369.36
Current children cumulated vsize (KiB) 9624976

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23422 and gives
#  childrusage.ru_utime.tv_sec=368
#  childrusage.ru_utime.tv_usec=257016
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=381941
# CPU time returned by wait4() is 368.639
# while last known CPU time is 369.36
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 367.166
CPU time (s): 369.36
CPU user time (s): 369.14
CPU system time (s): 0.22
CPU usage (%): 100.598
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 368.257
system time used= 0.381941
maximum resident set size= 407976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11175
page faults= 1
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9468
involuntary context switches= 8391

runsolver used 0.553915 second user time and 1.45678 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 22:08:38
IDJOB=3689409
IDBENCH=89675
IDSOLVER=2269
FILE ID=node136/3689409-1337890118
RUNJOBID= node136-1337890118-23404
PBS_JOBID= 14620068
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-101.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689409-1337890118/watcher-3689409-1337890118 -o /tmp/evaluation-result-3689409-1337890118/solver-3689409-1337890118 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689409-1337890118.opb

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

MD5SUM BENCH= a3ed9477da365050d631dd031519efe8
RANDOM SEED=151878613

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29831864 kB
Buffers:          292428 kB
Cached:          1952256 kB
SwapCached:        24460 kB
Active:           613592 kB
Inactive:        1663716 kB
Active(anon):       7608 kB
Inactive(anon):    25096 kB
Active(file):     605984 kB
Inactive(file):  1638620 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             15912 kB
Writeback:             0 kB
AnonPages:         12308 kB
Mapped:             8916 kB
Shmem:                 0 kB
Slab:             626620 kB
SReclaimable:      68664 kB
SUnreclaim:       557956 kB
KernelStack:        1376 kB
PageTables:         3888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71368 MiB
End job on node136 at 2012-05-24 22:14:45