Trace number 3687457

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 1477.19 1474.43

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark112.93
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
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 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.10	c Pseudo Boolean Optimization by upper bound
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c No reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3687457-1337871929.opb
0.09/0.10	c reading problem ... 
1.94/1.39	c ... done. Wall clock time 1.285s.
1.94/1.39	c declared #vars     81558
1.94/1.39	c #constraints  240469
1.94/1.39	c constraints type 
1.94/1.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
1.94/1.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.94/1.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
1.94/1.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
1.94/1.39	c 240469 constraints processed.
8.64/7.40	c cleaning 2493 clauses out of 5000 with flag 5000/5000
15.65/14.27	c cleaning 4247 clauses out of 8507 with flag 11000/11000
24.05/22.67	c cleaning 5622 clauses out of 11260 with flag 18000/18000
37.80/36.37	c cleaning 6810 clauses out of 13637 with flag 26000/26000
50.75/49.26	c cleaning 7903 clauses out of 15826 with flag 35000/35000
67.09/65.55	c cleaning 8955 clauses out of 17924 with flag 45001/45001
85.21/83.65	c cleaning 9980 clauses out of 19969 with flag 56001/56001
103.94/102.36	c cleaning 10977 clauses out of 21987 with flag 68000/68000
123.55/121.94	c cleaning 12002 clauses out of 24012 with flag 81002/81002
143.47/141.90	c cleaning 12985 clauses out of 26009 with flag 95001/95001
171.20/169.53	c cleaning 14001 clauses out of 28024 with flag 110001/110001
195.61/193.92	c cleaning 14998 clauses out of 30022 with flag 126000/126000
224.74/223.00	c cleaning 15992 clauses out of 32024 with flag 143000/143000
252.55/250.86	c cleaning 17001 clauses out of 34033 with flag 161001/161001
280.87/279.17	c cleaning 18004 clauses out of 36031 with flag 180000/180000
314.99/313.27	c cleaning 18997 clauses out of 38027 with flag 200000/200000
351.84/350.09	c cleaning 19998 clauses out of 40033 with flag 221003/221003
381.06/379.26	c cleaning 20998 clauses out of 42034 with flag 243002/243002
417.77/415.99	c cleaning 21998 clauses out of 44034 with flag 266000/266000
454.70/452.85	c cleaning 23009 clauses out of 46036 with flag 290000/290000
489.54/487.63	c cleaning 23995 clauses out of 48028 with flag 315001/315001
528.18/526.22	c cleaning 25002 clauses out of 50032 with flag 341000/341000
567.64/565.70	c cleaning 26003 clauses out of 52032 with flag 368002/368002
600.07/598.04	c cleaning 27009 clauses out of 54027 with flag 396000/396000
644.21/642.11	c cleaning 28002 clauses out of 56018 with flag 425000/425000
691.14/689.08	c cleaning 28994 clauses out of 58017 with flag 455001/455001
727.89/725.76	c cleaning 29995 clauses out of 60023 with flag 486001/486001
780.01/777.88	c cleaning 30986 clauses out of 62029 with flag 518002/518002
824.37/822.12	c cleaning 32002 clauses out of 64042 with flag 551002/551002
866.02/863.72	c cleaning 32987 clauses out of 66038 with flag 585000/585000
912.07/909.78	c cleaning 34016 clauses out of 68052 with flag 620001/620001
963.83/961.42	c cleaning 35008 clauses out of 70035 with flag 656001/656001
1013.36/1010.96	c cleaning 35996 clauses out of 72028 with flag 693002/693002
1070.98/1068.54	c cleaning 37003 clauses out of 74030 with flag 731000/731000
1128.52/1126.06	c cleaning 38009 clauses out of 76028 with flag 770001/770001
1183.56/1181.06	c cleaning 38985 clauses out of 78016 with flag 810000/810000
1242.71/1240.19	c cleaning 40003 clauses out of 80033 with flag 851002/851002
1301.05/1298.50	c cleaning 41000 clauses out of 82029 with flag 893001/893001
1370.59/1367.96	c cleaning 41990 clauses out of 84028 with flag 936000/936000
1430.74/1428.10	c cleaning 43012 clauses out of 86036 with flag 980000/980000
1477.08/1474.40	c starts		: 185
1477.08/1474.40	c conflicts		: 1010274
1477.08/1474.40	c decisions		: 1722613
1477.08/1474.40	c propagations		: 3964408601
1477.08/1474.40	c inspects		: 10836832216
1477.08/1474.40	c shortcuts		: 0
1477.08/1474.40	c learnt literals	: 13
1477.08/1474.40	c learnt binary clauses	: 235
1477.08/1474.40	c learnt ternary clauses	: 545
1477.08/1474.40	c learnt constraints	: 1010260
1477.08/1474.40	c ignored constraints	: 0
1477.08/1474.40	c root simplifications	: 0
1477.08/1474.40	c removed literals (reason simplification)	: 0
1477.08/1474.40	c reason swapping (by a shorter reason)	: 0
1477.08/1474.40	c Calls to reduceDB	: 40
1477.08/1474.40	c number of reductions to clauses (during analyze)	: 0
1477.08/1474.40	c number of learned constraints concerned by reduction	: 0
1477.08/1474.40	c number of learning phase by resolution	: 0
1477.08/1474.40	c number of learning phase by cutting planes	: 0
1477.08/1474.40	c speed (assignments/second)	: 2691433.3127626916
1477.08/1474.40	c non guided choices	1028
1477.19/1474.42	c learnt constraints type 
1477.19/1474.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 235
1477.19/1474.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73058
1477.19/1474.42	c constraints type 
1477.19/1474.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
1477.19/1474.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1477.19/1474.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
1477.19/1474.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
1477.19/1474.42	c 240469 constraints processed.
1477.19/1474.42	s UNSATISFIABLE
1477.19/1474.42	c Total wall clock time (in seconds): 1474.318

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-3687457-1337871929/watcher-3687457-1337871929 -o /tmp/evaluation-result-3687457-1337871929/solver-3687457-1337871929 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687457-1337871929.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.63 0.16 0.05 3/173 23749
/proc/meminfo: memFree=29738336/32873648 swapFree=6844/6844
[pid=23749] ppid=23747 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23749/stat : 23749 (java) D 23747 23749 23338 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 253318819 9515008 185 33554432000 1073741824 1073778376 140734119625552 140734119616776 259112201655 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/23749/statm: 2323 185 142 9 0 71 0

[startup+0.0393161 s]
/proc/loadavg: 0.63 0.16 0.05 3/173 23749
/proc/meminfo: memFree=29738336/32873648 swapFree=6844/6844
[pid=23749] ppid=23747 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/23749/stat : 23749 (java) S 23747 23749 23338 0 -1 4202496 3013 0 1 0 2 0 0 0 20 0 13 0 253318819 9446973440 3710 33554432000 1073741824 1073778376 140735443095744 140735443086880 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23749/statm: 2306390 3710 1692 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.10031 s]
/proc/loadavg: 0.63 0.16 0.05 3/173 23749
/proc/meminfo: memFree=29738336/32873648 swapFree=6844/6844
[pid=23749] ppid=23747 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23749/stat : 23749 (java) S 23747 23749 23338 0 -1 4202496 4383 0 1 0 8 1 0 0 20 0 18 0 253318819 9787813888 6087 33554432000 1073741824 1073778376 140735443095744 140735443086880 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23749/statm: 2389603 6087 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30018 s]
/proc/loadavg: 0.63 0.16 0.05 3/173 23749
/proc/meminfo: memFree=29738336/32873648 swapFree=6844/6844
[pid=23749] ppid=23747 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/23749/stat : 23749 (java) S 23747 23749 23338 0 -1 4202496 5710 0 1 0 49 1 0 0 20 0 18 0 253318819 9787813888 9321 33554432000 1073741824 1073778376 140735443095744 140735443086880 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23749/statm: 2389603 9321 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700282 s]
/proc/loadavg: 0.63 0.16 0.05 3/173 23749
/proc/meminfo: memFree=29738336/32873648 swapFree=6844/6844
[pid=23749] ppid=23747 vsize=9558412 CPUtime=1.23 cores=1,3,5,7
/proc/23749/stat : 23749 (java) S 23747 23749 23338 0 -1 4202496 9029 0 1 0 118 5 0 0 20 0 18 0 253318819 9787813888 42694 33554432000 1073741824 1073778376 140735443095744 140735443086880 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23749/statm: 2389603 42694 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558412

[startup+1.50062 s]
/proc/loadavg: 0.63 0.16 0.05 3/191 23767
/proc/meminfo: memFree=29555924/32873648 swapFree=6844/6844
[pid=23749] ppid=23747 vsize=9624976 CPUtime=2.35 cores=1,3,5,7
/proc/23749/stat : 23749 (java) S 23747 23749 23338 0 -1 4202496 10747 0 1 0 226 9 0 0 20 0 19 0 253318819 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 140735443086880 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23749/statm: 2406244 66789 2259 9 0 2396937 0
[pid=23749/tid=23751] ppid=23747 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/23749/task/23751/stat : 23751 (java) R 23747 23749 23338 0 -1 4202560 2552 0 1 0 136 5 0 0 20 0 19 0 253318820 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902695440680 139902536720071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23752] ppid=23747 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23749/task/23752/stat : 23752 (java) S 23747 23749 23338 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 253318821 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902656940456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23753] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23753/stat : 23753 (java) S 23747 23749 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902655887912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23754] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23754/stat : 23754 (java) S 23747 23749 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902536640680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23755] ppid=23747 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23749/task/23755/stat : 23755 (java) S 23747 23749 23338 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253318821 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902535588136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23756] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23756/stat : 23756 (java) S 23747 23749 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902534536104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23757] ppid=23747 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23749/task/23757/stat : 23757 (java) S 23747 23749 23338 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 253318821 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902533483560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23758] ppid=23747 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23749/task/23758/stat : 23758 (java) S 23747 23749 23338 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 253318821 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902532430504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23759] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23759/stat : 23759 (java) S 23747 23749 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902531377960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23760] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23760/stat : 23760 (java) S 23747 23749 23338 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902049048936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23761] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23761/stat : 23761 (java) S 23747 23749 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902047995256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23762] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23762/stat : 23762 (java) S 23747 23749 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902046942088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23763] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23763/stat : 23763 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902045890832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23764] ppid=23747 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/23749/task/23764/stat : 23764 (java) R 23747 23749 23338 0 -1 4202560 3066 0 0 0 38 0 0 0 20 0 19 0 253318824 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902044815960 139902698314673 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23765] ppid=23747 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/23749/task/23765/stat : 23765 (java) R 23747 23749 23338 0 -1 4202560 3790 0 0 0 32 0 0 0 20 0 19 0 253318824 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902043786168 139902702424443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23766] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23766/stat : 23766 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 66789 33554432000 1073741824 1073778376 140735443095744 139902042733304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23767] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23767/stat : 23767 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 66790 33554432000 1073741824 1073778376 140735443095744 139902041680968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9624976

[startup+3.10157 s]
/proc/loadavg: 0.63 0.16 0.05 3/192 23768
/proc/meminfo: memFree=29478768/32873648 swapFree=6844/6844
[pid=23749] ppid=23747 vsize=9624976 CPUtime=4.28 cores=1,3,5,7
/proc/23749/stat : 23749 (java) S 23747 23749 23338 0 -1 4202496 12832 0 1 0 418 10 0 0 20 0 19 0 253318819 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 140735443086880 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23749/statm: 2406244 66794 2263 9 0 2396937 0
[pid=23749/tid=23751] ppid=23747 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/23749/task/23751/stat : 23751 (java) R 23747 23749 23338 0 -1 4202560 2553 0 1 0 296 5 0 0 20 0 19 0 253318820 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902695447080 139902537449791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23752] ppid=23747 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23749/task/23752/stat : 23752 (java) S 23747 23749 23338 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 253318821 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902656940456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23753] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23753/stat : 23753 (java) S 23747 23749 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902655887912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23754] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23754/stat : 23754 (java) S 23747 23749 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902536640680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23755] ppid=23747 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23749/task/23755/stat : 23755 (java) S 23747 23749 23338 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253318821 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902535588136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23756] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23756/stat : 23756 (java) S 23747 23749 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902534536104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23757] ppid=23747 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23749/task/23757/stat : 23757 (java) S 23747 23749 23338 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 253318821 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902533483560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23758] ppid=23747 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23749/task/23758/stat : 23758 (java) S 23747 23749 23338 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 253318821 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902532430504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23759] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23759/stat : 23759 (java) S 23747 23749 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902531377960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23760] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23760/stat : 23760 (java) S 23747 23749 23338 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902049048936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23761] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23761/stat : 23761 (java) S 23747 23749 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902047995256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23762] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23762/stat : 23762 (java) S 23747 23749 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902046942088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23763] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23763/stat : 23763 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902045890832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23764] ppid=23747 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/23749/task/23764/stat : 23764 (java) S 23747 23749 23338 0 -1 4202560 5021 0 0 0 60 0 0 0 20 0 19 0 253318824 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902044838712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23765] ppid=23747 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/23749/task/23765/stat : 23765 (java) S 23747 23749 23338 0 -1 4202560 3918 0 0 0 43 0 0 0 20 0 19 0 253318824 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902043786168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23766] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23766/stat : 23766 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902042733304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23767] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23767/stat : 23767 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902041680968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23768] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23768/stat : 23768 (java) S 23747 23749 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318962 9855975424 66794 33554432000 1073741824 1073778376 140735443095744 139902040626216 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9624976

[startup+6.30155 s]
/proc/loadavg: 0.74 0.19 0.06 3/192 23768
/proc/meminfo: memFree=29478344/32873648 swapFree=6844/6844
[pid=23749] ppid=23747 vsize=9624976 CPUtime=7.51 cores=1,3,5,7
/proc/23749/stat : 23749 (java) S 23747 23749 23338 0 -1 4202496 13119 0 1 0 741 10 0 0 20 0 19 0 253318819 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 140735443086880 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23749/statm: 2406244 66946 2269 9 0 2396937 0
[pid=23749/tid=23751] ppid=23747 vsize=9624976 CPUtime=6.21 cores=1,3,5,7
/proc/23749/task/23751/stat : 23751 (java) R 23747 23749 23338 0 -1 4202560 2556 0 1 0 616 5 0 0 20 0 19 0 253318820 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902695447096 139902537399201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23752] ppid=23747 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23749/task/23752/stat : 23752 (java) S 23747 23749 23338 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 253318821 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902656940456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23753] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23753/stat : 23753 (java) S 23747 23749 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902655887912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23754] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23754/stat : 23754 (java) S 23747 23749 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902536640680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23755] ppid=23747 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23749/task/23755/stat : 23755 (java) S 23747 23749 23338 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253318821 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902535588136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23756] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23756/stat : 23756 (java) S 23747 23749 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902534536104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23757] ppid=23747 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23749/task/23757/stat : 23757 (java) S 23747 23749 23338 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 253318821 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902533483560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23758] ppid=23747 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23749/task/23758/stat : 23758 (java) S 23747 23749 23338 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 253318821 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902532430504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23759] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23759/stat : 23759 (java) S 23747 23749 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318821 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902531377960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23760] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23760/stat : 23760 (java) S 23747 23749 23338 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902049048936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23761] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23761/stat : 23761 (java) S 23747 23749 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902047995256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23762] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23762/stat : 23762 (java) S 23747 23749 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902046942088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23763] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23763/stat : 23763 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902045890832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23764] ppid=23747 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23749/task/23764/stat : 23764 (java) S 23747 23749 23338 0 -1 4202560 5305 0 0 0 62 1 0 0 20 0 19 0 253318824 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902044838712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23765] ppid=23747 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/23749/task/23765/stat : 23765 (java) S 23747 23749 23338 0 -1 4202560 3918 0 0 0 43 0 0 0 20 0 19 0 253318824 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902043786168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23766] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23766/stat : 23766 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902042733304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23767] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23767/stat : 23767 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902041680968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23768] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23768/stat : 23768 (java) S 23747 23749 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318962 9855975424 66946 33554432000 1073741824 1073778376 140735443095744 139902040626216 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 0.84 0.22 0.07 3/192 23768
/proc/meminfo: memFree=29420808/32873648 swapFree=6844/6844

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

/proc/23749/task/23759/stat : 23759 (java) S 23747 23749 23338 0 -1 4202560 50 0 0 0 15 2 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902531377960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23760] ppid=23747 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/23749/task/23760/stat : 23760 (java) S 23747 23749 23338 0 -1 4202560 200 0 0 0 408 2 0 0 20 0 19 0 253318822 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902049048936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23761] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23761/stat : 23761 (java) S 23747 23749 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902047995256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23762] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23762/stat : 23762 (java) S 23747 23749 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902046942088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23763] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23763/stat : 23763 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902045890832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23764] ppid=23747 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/23749/task/23764/stat : 23764 (java) S 23747 23749 23338 0 -1 4202560 5846 0 0 0 73 2 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902044838712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23765] ppid=23747 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23749/task/23765/stat : 23765 (java) S 23747 23749 23338 0 -1 4202560 3946 0 0 0 50 0 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902043786168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23766] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23766/stat : 23766 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902042733304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23767] ppid=23747 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/23749/task/23767/stat : 23767 (java) S 23747 23749 23338 0 -1 4202560 85 0 0 0 27 35 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902041680968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23768] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23768/stat : 23768 (java) S 23747 23749 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318962 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902040626216 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1476.28
Current children cumulated vsize (KiB) 9624976

[startup+1473.9 s]
/proc/loadavg: 2.00 2.00 1.59 3/214 23832
/proc/meminfo: memFree=29278140/32873648 swapFree=6844/6844
[pid=23749] ppid=23747 vsize=9624976 CPUtime=1476.69 cores=1,3,5,7
/proc/23749/stat : 23749 (java) S 23747 23749 23338 0 -1 4202496 14225 0 1 0 147619 50 0 0 20 0 19 0 253318819 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 140735443086880 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23749/statm: 2406244 86023 2281 9 0 2396937 0
[pid=23749/tid=23751] ppid=23747 vsize=9624976 CPUtime=1465.54 cores=1,3,5,7
/proc/23749/task/23751/stat : 23751 (java) R 23747 23749 23338 0 -1 4202560 2597 0 1 0 146528 26 0 0 20 0 19 0 253318820 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902695448848 139902537449796 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23752] ppid=23747 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/23749/task/23752/stat : 23752 (java) S 23747 23749 23338 0 -1 4202560 29 0 0 0 22 1 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902656940456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23753] ppid=23747 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23749/task/23753/stat : 23753 (java) S 23747 23749 23338 0 -1 4202560 34 0 0 0 19 2 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902655887912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23754] ppid=23747 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/23749/task/23754/stat : 23754 (java) S 23747 23749 23338 0 -1 4202560 18 0 0 0 15 0 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902536640680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23755] ppid=23747 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23749/task/23755/stat : 23755 (java) S 23747 23749 23338 0 -1 4202560 44 0 0 0 19 2 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902535588136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23756] ppid=23747 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/23749/task/23756/stat : 23756 (java) S 23747 23749 23338 0 -1 4202560 33 0 0 0 19 0 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902534536104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23757] ppid=23747 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/23749/task/23757/stat : 23757 (java) S 23747 23749 23338 0 -1 4202560 83 0 0 0 16 0 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902533483560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23758] ppid=23747 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/23749/task/23758/stat : 23758 (java) S 23747 23749 23338 0 -1 4202560 79 0 0 0 20 0 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902532430504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23759] ppid=23747 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/23749/task/23759/stat : 23759 (java) S 23747 23749 23338 0 -1 4202560 50 0 0 0 15 2 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902531377960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23760] ppid=23747 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/23749/task/23760/stat : 23760 (java) S 23747 23749 23338 0 -1 4202560 200 0 0 0 408 2 0 0 20 0 19 0 253318822 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902049048936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23761] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23761/stat : 23761 (java) S 23747 23749 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902047995256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23762] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23762/stat : 23762 (java) S 23747 23749 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902046942088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23763] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23763/stat : 23763 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902045890832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23764] ppid=23747 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/23749/task/23764/stat : 23764 (java) S 23747 23749 23338 0 -1 4202560 5846 0 0 0 73 2 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902044838712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23765] ppid=23747 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23749/task/23765/stat : 23765 (java) S 23747 23749 23338 0 -1 4202560 3946 0 0 0 50 0 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902043786168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23766] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23766/stat : 23766 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902042733304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23767] ppid=23747 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/23749/task/23767/stat : 23767 (java) S 23747 23749 23338 0 -1 4202560 85 0 0 0 27 35 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902041680968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23768] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23768/stat : 23768 (java) S 23747 23749 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318962 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902040626216 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1476.69
Current children cumulated vsize (KiB) 9624976

[startup+1474.3 s]
/proc/loadavg: 2.00 2.00 1.59 3/214 23832
/proc/meminfo: memFree=29278140/32873648 swapFree=6844/6844
[pid=23749] ppid=23747 vsize=9624976 CPUtime=1477.08 cores=1,3,5,7
/proc/23749/stat : 23749 (java) S 23747 23749 23338 0 -1 4202496 14225 0 1 0 147658 50 0 0 20 0 19 0 253318819 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 140735443086880 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23749/statm: 2406244 86023 2281 9 0 2396937 0
[pid=23749/tid=23751] ppid=23747 vsize=9624976 CPUtime=1465.93 cores=1,3,5,7
/proc/23749/task/23751/stat : 23751 (java) R 23747 23749 23338 0 -1 4202560 2597 0 1 0 146567 26 0 0 20 0 19 0 253318820 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902695448848 139902537438522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23752] ppid=23747 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/23749/task/23752/stat : 23752 (java) S 23747 23749 23338 0 -1 4202560 29 0 0 0 22 1 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902656940456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23753] ppid=23747 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23749/task/23753/stat : 23753 (java) S 23747 23749 23338 0 -1 4202560 34 0 0 0 19 2 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902655887912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23754] ppid=23747 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/23749/task/23754/stat : 23754 (java) S 23747 23749 23338 0 -1 4202560 18 0 0 0 15 0 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902536640680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23755] ppid=23747 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23749/task/23755/stat : 23755 (java) S 23747 23749 23338 0 -1 4202560 44 0 0 0 19 2 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902535588136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23756] ppid=23747 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/23749/task/23756/stat : 23756 (java) S 23747 23749 23338 0 -1 4202560 33 0 0 0 19 0 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902534536104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23757] ppid=23747 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/23749/task/23757/stat : 23757 (java) S 23747 23749 23338 0 -1 4202560 83 0 0 0 16 0 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902533483560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23758] ppid=23747 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/23749/task/23758/stat : 23758 (java) S 23747 23749 23338 0 -1 4202560 79 0 0 0 20 0 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902532430504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23759] ppid=23747 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/23749/task/23759/stat : 23759 (java) S 23747 23749 23338 0 -1 4202560 50 0 0 0 15 2 0 0 20 0 19 0 253318821 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902531377960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23760] ppid=23747 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/23749/task/23760/stat : 23760 (java) S 23747 23749 23338 0 -1 4202560 200 0 0 0 408 2 0 0 20 0 19 0 253318822 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902049048936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23761] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23761/stat : 23761 (java) S 23747 23749 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902047995256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23762] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23762/stat : 23762 (java) S 23747 23749 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318822 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902046942088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23763] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23763/stat : 23763 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902045890832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23764] ppid=23747 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/23749/task/23764/stat : 23764 (java) S 23747 23749 23338 0 -1 4202560 5846 0 0 0 73 2 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902044838712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23765] ppid=23747 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23749/task/23765/stat : 23765 (java) S 23747 23749 23338 0 -1 4202560 3946 0 0 0 50 0 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902043786168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23766] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23766/stat : 23766 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902042733304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23767] ppid=23747 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/23749/task/23767/stat : 23767 (java) S 23747 23749 23338 0 -1 4202560 85 0 0 0 27 35 0 0 20 0 19 0 253318824 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902041680968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23768] ppid=23747 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23768/stat : 23768 (java) S 23747 23749 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318962 9855975424 86023 33554432000 1073741824 1073778376 140735443095744 139902040626216 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1477.08
Current children cumulated vsize (KiB) 9624976

[startup+1474.4 s]
/proc/loadavg: 2.00 2.00 1.59 3/214 23832
/proc/meminfo: memFree=29278140/32873648 swapFree=6844/6844
[pid=23749] ppid=23747 vsize=9691540 CPUtime=1477.19 cores=1,3,5,7
/proc/23749/stat : 23749 (java) S 23747 23749 23338 0 -1 4202496 14239 0 1 0 147669 50 0 0 20 0 20 0 253318819 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 140735443086880 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23749/statm: 2422885 86034 2281 9 0 2413578 0
[pid=23749/tid=23751] ppid=23747 vsize=9691540 CPUtime=1466.03 cores=1,3,5,7
/proc/23749/task/23751/stat : 23751 (java) S 23747 23749 23338 0 -1 4202560 2600 0 1 0 146577 26 0 0 20 0 20 0 253318820 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902695449304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23752] ppid=23747 vsize=9691540 CPUtime=0.23 cores=1,3,5,7
/proc/23749/task/23752/stat : 23752 (java) S 23747 23749 23338 0 -1 4202560 29 0 0 0 22 1 0 0 20 0 20 0 253318821 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902656940456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23753] ppid=23747 vsize=9691540 CPUtime=0.21 cores=1,3,5,7
/proc/23749/task/23753/stat : 23753 (java) S 23747 23749 23338 0 -1 4202560 34 0 0 0 19 2 0 0 20 0 20 0 253318821 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902655887912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23754] ppid=23747 vsize=9691540 CPUtime=0.15 cores=1,3,5,7
/proc/23749/task/23754/stat : 23754 (java) S 23747 23749 23338 0 -1 4202560 18 0 0 0 15 0 0 0 20 0 20 0 253318821 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902536640680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23755] ppid=23747 vsize=9691540 CPUtime=0.21 cores=1,3,5,7
/proc/23749/task/23755/stat : 23755 (java) S 23747 23749 23338 0 -1 4202560 44 0 0 0 19 2 0 0 20 0 20 0 253318821 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902535588136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23756] ppid=23747 vsize=9691540 CPUtime=0.19 cores=1,3,5,7
/proc/23749/task/23756/stat : 23756 (java) S 23747 23749 23338 0 -1 4202560 33 0 0 0 19 0 0 0 20 0 20 0 253318821 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902534536104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23757] ppid=23747 vsize=9691540 CPUtime=0.16 cores=1,3,5,7
/proc/23749/task/23757/stat : 23757 (java) S 23747 23749 23338 0 -1 4202560 83 0 0 0 16 0 0 0 20 0 20 0 253318821 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902533483560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23749/tid=23758] ppid=23747 vsize=9691540 CPUtime=0.2 cores=1,3,5,7
/proc/23749/task/23758/stat : 23758 (java) S 23747 23749 23338 0 -1 4202560 79 0 0 0 20 0 0 0 20 0 20 0 253318821 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902532430504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23749/tid=23759] ppid=23747 vsize=9691540 CPUtime=0.17 cores=1,3,5,7
/proc/23749/task/23759/stat : 23759 (java) S 23747 23749 23338 0 -1 4202560 50 0 0 0 15 2 0 0 20 0 20 0 253318821 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902531377960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23760] ppid=23747 vsize=9691540 CPUtime=4.1 cores=1,3,5,7
/proc/23749/task/23760/stat : 23760 (java) S 23747 23749 23338 0 -1 4202560 200 0 0 0 408 2 0 0 20 0 20 0 253318822 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902049048936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23761] ppid=23747 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23761/stat : 23761 (java) S 23747 23749 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253318822 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902047995256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23762] ppid=23747 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23762/stat : 23762 (java) S 23747 23749 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 253318822 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902046942088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23763] ppid=23747 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23763/stat : 23763 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253318824 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902045890832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23764] ppid=23747 vsize=9691540 CPUtime=0.75 cores=1,3,5,7
/proc/23749/task/23764/stat : 23764 (java) S 23747 23749 23338 0 -1 4202560 5848 0 0 0 73 2 0 0 20 0 20 0 253318824 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902044838712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23749/tid=23765] ppid=23747 vsize=9691540 CPUtime=0.5 cores=1,3,5,7
/proc/23749/task/23765/stat : 23765 (java) S 23747 23749 23338 0 -1 4202560 3946 0 0 0 50 0 0 0 20 0 20 0 253318824 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902043786168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23766] ppid=23747 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23766/stat : 23766 (java) S 23747 23749 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253318824 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902042733304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23767] ppid=23747 vsize=9691540 CPUtime=0.62 cores=1,3,5,7
/proc/23749/task/23767/stat : 23767 (java) S 23747 23749 23338 0 -1 4202560 85 0 0 0 27 35 0 0 20 0 20 0 253318824 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902041680968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23749/tid=23768] ppid=23747 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/23749/task/23768/stat : 23768 (java) S 23747 23749 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253318962 9924136960 86034 33554432000 1073741824 1073778376 140735443095744 139902040626216 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1477.19
Current children cumulated vsize (KiB) 9691540

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23749 and gives
#  childrusage.ru_utime.tv_sec=1472
#  childrusage.ru_utime.tv_usec=970074
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=859869
# CPU time returned by wait4() is 1473.83
# while last known CPU time is 1477.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1474.43
CPU time (s): 1477.19
CPU user time (s): 1476.69
CPU system time (s): 0.5
CPU usage (%): 100.187
Max. virtual memory (cumulated for all children) (KiB): 9691540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1472.97
system time used= 0.859869
maximum resident set size= 344144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14242
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32335
involuntary context switches= 4251

runsolver used 5.74113 second user time and 15.6646 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-24 17:05:30
IDJOB=3687457
IDBENCH=1475
IDSOLVER=2269
FILE ID=node124/3687457-1337871929
RUNJOBID= node124-1337871881-23355
PBS_JOBID= 14620080
Free space on /tmp= 71580 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687457-1337871929/watcher-3687457-1337871929 -o /tmp/evaluation-result-3687457-1337871929/solver-3687457-1337871929 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687457-1337871929.opb

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

MD5SUM BENCH= 14c93c93dc53353f81a889ada18ba601
RANDOM SEED=2137734220

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29738716 kB
Buffers:          218128 kB
Cached:          2128012 kB
SwapCached:            0 kB
Active:           584416 kB
Inactive:        1774896 kB
Active(anon):      15848 kB
Inactive(anon):        0 kB
Active(file):     568568 kB
Inactive(file):  1774896 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             97104 kB
Writeback:             0 kB
AnonPages:         20120 kB
Mapped:            14144 kB
Shmem:               200 kB
Slab:             637392 kB
SReclaimable:      81320 kB
SUnreclaim:       556072 kB
KernelStack:        1408 kB
PageTables:         3900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node124 at 2012-05-24 17:30:04