Trace number 3687395

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 176.84 175.957

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
MD5SUMfac1b7391a53ae9861d9e311ddf65af2
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 benchmark0.001998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables220
Total number of constraints42
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687395-1337871915.opb
0.11/0.10	c reading problem ... 
0.11/0.12	c ... done. Wall clock time 0.022s.
0.11/0.12	c declared #vars     220
0.11/0.12	c #constraints  42
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.12	c 42 constraints processed.
0.61/0.42	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.05/0.88	c cleaning 4248 clauses out of 8501 with flag 11001/11001
1.87/1.61	c cleaning 5626 clauses out of 11254 with flag 18002/18002
2.69/2.41	c cleaning 6811 clauses out of 13627 with flag 26001/26001
3.72/3.40	c cleaning 7906 clauses out of 15815 with flag 35000/35000
4.93/4.64	c cleaning 8950 clauses out of 17909 with flag 45000/45000
6.53/6.20	c cleaning 9978 clauses out of 19961 with flag 56002/56002
7.83/7.58	c cleaning 10989 clauses out of 21981 with flag 68000/68000
9.54/9.29	c cleaning 12000 clauses out of 23999 with flag 81007/81007
11.65/11.30	c cleaning 12986 clauses out of 25993 with flag 95001/95001
13.46/13.17	c cleaning 14000 clauses out of 28007 with flag 110001/110001
15.58/15.24	c cleaning 14999 clauses out of 30006 with flag 126000/126000
18.31/17.90	c cleaning 15999 clauses out of 32007 with flag 143000/143000
21.63/21.20	c cleaning 17002 clauses out of 34009 with flag 161001/161001
25.05/24.61	c cleaning 17996 clauses out of 36006 with flag 180000/180000
28.67/28.27	c cleaning 19001 clauses out of 38010 with flag 200000/200000
32.29/31.88	c cleaning 19999 clauses out of 40010 with flag 221001/221001
36.81/36.33	c cleaning 21003 clauses out of 42011 with flag 243001/243001
41.31/40.86	c cleaning 21998 clauses out of 44009 with flag 266002/266002
46.55/46.08	c cleaning 22999 clauses out of 46009 with flag 290000/290000
52.16/51.67	c cleaning 24001 clauses out of 48010 with flag 315000/315000
58.49/57.98	c cleaning 25002 clauses out of 50010 with flag 341001/341001
64.91/64.37	c cleaning 26001 clauses out of 52010 with flag 368003/368003
71.71/71.13	c cleaning 27000 clauses out of 54006 with flag 396000/396000
79.85/79.22	c cleaning 27998 clauses out of 56006 with flag 425000/425000
87.57/86.98	c cleaning 29000 clauses out of 58009 with flag 455001/455001
95.91/95.26	c cleaning 29996 clauses out of 60008 with flag 486000/486000
104.03/103.35	c cleaning 31001 clauses out of 62012 with flag 518000/518000
114.15/113.42	c cleaning 32002 clauses out of 64011 with flag 551000/551000
122.89/122.15	c cleaning 33005 clauses out of 66010 with flag 585001/585001
134.31/133.57	c cleaning 33999 clauses out of 68004 with flag 620000/620000
146.33/145.59	c cleaning 35001 clauses out of 70005 with flag 656000/656000
158.06/157.26	c cleaning 36001 clauses out of 72004 with flag 693000/693000
170.06/169.30	c cleaning 36998 clauses out of 74003 with flag 731000/731000
176.84/175.91	c starts		: 170
176.84/175.91	c conflicts		: 757541
176.84/175.91	c decisions		: 882964
176.84/175.91	c propagations		: 10142941
176.84/175.91	c inspects		: 3081436577
176.84/175.91	c shortcuts		: 0
176.84/175.91	c learnt literals	: 6
176.84/175.91	c learnt binary clauses	: 5
176.84/175.91	c learnt ternary clauses	: 5
176.84/175.91	c learnt constraints	: 757534
176.84/175.91	c ignored constraints	: 0
176.84/175.91	c root simplifications	: 0
176.84/175.91	c removed literals (reason simplification)	: 0
176.84/175.91	c reason swapping (by a shorter reason)	: 0
176.84/175.91	c Calls to reduceDB	: 34
176.84/175.91	c number of reductions to clauses (during analyze)	: 0
176.84/175.91	c number of learned constraints concerned by reduction	: 0
176.84/175.91	c number of learning phase by resolution	: 0
176.84/175.91	c number of learning phase by cutting planes	: 0
176.84/175.91	c speed (assignments/second)	: 57698.863991899474
176.84/175.91	c non guided choices	129
176.84/175.94	c learnt constraints type 
176.84/175.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
176.84/175.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63534
176.84/175.94	c constraints type 
176.84/175.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
176.84/175.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
176.84/175.94	c 42 constraints processed.
176.84/175.94	s UNSATISFIABLE
176.84/175.94	c Total wall clock time (in seconds): 175.842

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-3687395-1337871915/watcher-3687395-1337871915 -o /tmp/evaluation-result-3687395-1337871915/solver-3687395-1337871915 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687395-1337871915.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: 0.37 0.08 0.03 3/193 25151
/proc/meminfo: memFree=27841320/32873844 swapFree=7364/7364
[pid=25151] ppid=25149 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (java) R 25149 25151 24862 0 -1 4202496 1068 0 0 0 0 0 0 0 20 0 1 0 253315848 23793664 796 33554432000 1073741824 1073778376 140737206519440 140737206508504 140499002214032 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 5809 817 611 9 0 128 0

[startup+0.0565621 s]
/proc/loadavg: 0.37 0.08 0.03 3/193 25151
/proc/meminfo: memFree=27841320/32873844 swapFree=7364/7364
[pid=25151] ppid=25149 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 24862 0 -1 4202496 3206 0 1 0 4 0 0 0 20 0 18 0 253315848 9787813888 4414 33554432000 1073741824 1073778376 140737206519440 140737206510576 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 2389603 4414 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100298 s]
/proc/loadavg: 0.37 0.08 0.03 3/193 25151
/proc/meminfo: memFree=27841320/32873844 swapFree=7364/7364
[pid=25151] ppid=25149 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 24862 0 -1 4202496 4432 0 1 0 10 1 0 0 20 0 18 0 253315848 9787813888 6108 33554432000 1073741824 1073778376 140737206519440 140737206510576 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 2389603 6108 2138 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300254 s]
/proc/loadavg: 0.37 0.08 0.03 3/193 25151
/proc/meminfo: memFree=27841320/32873844 swapFree=7364/7364
[pid=25151] ppid=25149 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 24862 0 -1 4202496 5877 0 1 0 44 1 0 0 20 0 19 0 253315848 9855975424 6821 33554432000 1073741824 1073778376 140737206519440 140737206510576 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 2406244 6821 2205 9 0 2396937 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9624976

[startup+0.700225 s]
/proc/loadavg: 0.37 0.08 0.03 3/193 25151
/proc/meminfo: memFree=27841320/32873844 swapFree=7364/7364
[pid=25151] ppid=25149 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 24862 0 -1 4202496 6495 0 1 0 92 2 0 0 20 0 19 0 253315848 9855975424 8983 33554432000 1073741824 1073778376 140737206519440 140737206510576 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 2406244 8983 2249 9 0 2396937 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 0.37 0.08 0.03 3/212 25170
/proc/meminfo: memFree=27731076/32873844 swapFree=7364/7364
[pid=25151] ppid=25149 vsize=9624976 CPUtime=1.77 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 24862 0 -1 4202496 6519 0 1 0 175 2 0 0 20 0 19 0 253315848 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140737206510576 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 2406244 10025 2253 9 0 2396937 0
[pid=25151/tid=25153] ppid=25149 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) R 25149 25151 24862 0 -1 4202560 2446 0 1 0 145 0 0 0 20 0 19 0 253315849 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498995999008 140498866421312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498985060520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498838436136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498837383592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498836331048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498835278504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498834225960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498833173416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498832120872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 24862 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498819922024 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498818868344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498817815688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498816764432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 24862 0 -1 4202560 1208 0 0 0 14 0 0 0 20 0 19 0 253315853 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498815711800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 24862 0 -1 4202560 1607 0 0 0 11 0 0 0 20 0 19 0 253315853 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498814659256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498813606904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498812554568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25170] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25170/stat : 25170 (java) S 25149 25151 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315861 9855975424 10025 33554432000 1073741824 1073778376 140737206519440 140498811499304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 0.37 0.08 0.03 3/212 25170
/proc/meminfo: memFree=27058836/32873844 swapFree=7364/7364
[pid=25151] ppid=25149 vsize=9624976 CPUtime=3.42 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 24862 0 -1 4202496 6888 0 1 0 340 2 0 0 20 0 19 0 253315848 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140737206510576 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 2406244 10589 2267 9 0 2396937 0
[pid=25151/tid=25153] ppid=25149 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) R 25149 25151 24862 0 -1 4202560 2450 0 1 0 302 0 0 0 20 0 19 0 253315849 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498995998968 140498866421647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498985060520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498838436136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498837383592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 24862 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498836331048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498835278504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498834225960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498833173416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498832120872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 24862 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 253315851 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498819922024 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498818868344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498817815688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498816764432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 24862 0 -1 4202560 1556 0 0 0 18 0 0 0 20 0 19 0 253315853 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498815711800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 24862 0 -1 4202560 1608 0 0 0 11 0 0 0 20 0 19 0 253315853 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498814659256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498813606904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498812554568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25170] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25170/stat : 25170 (java) S 25149 25151 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315861 9855975424 10589 33554432000 1073741824 1073778376 140737206519440 140498811499304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 0.50 0.11 0.04 3/192 25179
/proc/meminfo: memFree=29095180/32873844 swapFree=7364/7364
[pid=25151] ppid=25149 vsize=9624976 CPUtime=6.63 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 24862 0 -1 4202496 6898 0 1 0 661 2 0 0 20 0 19 0 253315848 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140737206510576 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 2406244 11004 2267 9 0 2396937 0
[pid=25151/tid=25153] ppid=25149 vsize=9624976 CPUtime=6.17 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) R 25149 25151 24862 0 -1 4202560 2454 0 1 0 617 0 0 0 20 0 19 0 253315849 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498995999128 140498866467644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498985060520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498838436136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498837383592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 24862 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498836331048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498835278504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498834225960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498833173416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315850 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498832120872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 24862 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 253315851 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498819922024 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498818868344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498817815688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498816764432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 24862 0 -1 4202560 1556 0 0 0 18 0 0 0 20 0 19 0 253315853 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498815711800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 24862 0 -1 4202560 1608 0 0 0 11 0 0 0 20 0 19 0 253315853 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498814659256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498813606904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498812554568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25170] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25170/stat : 25170 (java) S 25149 25151 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315861 9855975424 11004 33554432000 1073741824 1073778376 140737206519440 140498811499304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 24862 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498832120872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 24862 0 -1 4202560 50 0 0 0 54 0 0 0 20 0 19 0 253315851 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498819922024 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498818868344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498817815688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498816764432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 24862 0 -1 4202560 1556 0 0 0 19 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498815711800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 24862 0 -1 4202560 1608 0 0 0 11 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498814659256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498813606904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 24862 0 -1 4202560 11 0 0 0 2 1 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498812554568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25170] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25170/stat : 25170 (java) S 25149 25151 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315861 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498811499304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 175.2
Current children cumulated vsize (KiB) 9624976

[startup+175.101 s]
/proc/loadavg: 1.96 0.96 0.37 3/213 25228
/proc/meminfo: memFree=29044236/32873844 swapFree=7364/7364
[pid=25151] ppid=25149 vsize=9624976 CPUtime=176 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 24862 0 -1 4202496 7171 0 1 0 17594 6 0 0 20 0 19 0 253315848 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140737206510576 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 2406244 16840 2267 9 0 2396937 0
[pid=25151/tid=25153] ppid=25149 vsize=9624976 CPUtime=173.81 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) R 25149 25151 24862 0 -1 4202560 2485 0 1 0 17379 2 0 0 20 0 19 0 253315849 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498995997288 140498866468121 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 24862 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498985060520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 24862 0 -1 4202560 53 0 0 0 10 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498838436136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 24862 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498837383592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 24862 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498836331048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 24862 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498835278504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 24862 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498834225960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 24862 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498833173416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 24862 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498832120872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 24862 0 -1 4202560 50 0 0 0 54 0 0 0 20 0 19 0 253315851 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498819922024 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498818868344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498817815688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498816764432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 24862 0 -1 4202560 1557 0 0 0 19 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498815711800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 24862 0 -1 4202560 1608 0 0 0 11 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498814659256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498813606904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 24862 0 -1 4202560 11 0 0 0 2 1 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498812554568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25170] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25170/stat : 25170 (java) S 25149 25151 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315861 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498811499304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 176
Current children cumulated vsize (KiB) 9624976

[startup+175.501 s]
/proc/loadavg: 1.96 0.96 0.37 3/213 25228
/proc/meminfo: memFree=29044236/32873844 swapFree=7364/7364
[pid=25151] ppid=25149 vsize=9624976 CPUtime=176.41 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 24862 0 -1 4202496 7171 0 1 0 17634 7 0 0 20 0 19 0 253315848 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140737206510576 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 2406244 16840 2267 9 0 2396937 0
[pid=25151/tid=25153] ppid=25149 vsize=9624976 CPUtime=174.21 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) R 25149 25151 24862 0 -1 4202560 2485 0 1 0 17419 2 0 0 20 0 19 0 253315849 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498995999224 140498866467575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 24862 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498985060520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 24862 0 -1 4202560 53 0 0 0 10 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498838436136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 24862 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498837383592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 24862 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498836331048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 24862 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498835278504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 24862 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498834225960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 24862 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498833173416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 24862 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 19 0 253315850 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498832120872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 24862 0 -1 4202560 50 0 0 0 54 0 0 0 20 0 19 0 253315851 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498819922024 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498818868344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498817815688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498816764432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 24862 0 -1 4202560 1557 0 0 0 19 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498815711800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 24862 0 -1 4202560 1608 0 0 0 11 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498814659256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498813606904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 24862 0 -1 4202560 11 0 0 0 2 1 0 0 20 0 19 0 253315853 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498812554568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25170] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25170/stat : 25170 (java) S 25149 25151 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315861 9855975424 16840 33554432000 1073741824 1073778376 140737206519440 140498811499304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 176.41
Current children cumulated vsize (KiB) 9624976

[startup+175.901 s]
/proc/loadavg: 1.96 0.96 0.37 3/213 25228
/proc/meminfo: memFree=29044236/32873844 swapFree=7364/7364
[pid=25151] ppid=25149 vsize=9624976 CPUtime=176.84 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 24862 0 -1 4202496 7245 0 1 0 17677 7 0 0 20 0 19 0 253315848 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140737206510576 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 2406244 16885 2267 9 0 2396937 0
[pid=25151/tid=25153] ppid=25149 vsize=9624976 CPUtime=174.61 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) R 25149 25151 24862 0 -1 4202560 2485 0 1 0 17459 2 0 0 20 0 19 0 253315849 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498995999224 140498866466375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 24862 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 253315850 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498985060520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 24862 0 -1 4202560 53 0 0 0 10 0 0 0 20 0 19 0 253315850 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498838436136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 24862 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 253315850 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498837383592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 24862 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 253315850 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498836331048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 24862 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 253315850 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498835278504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 24862 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 253315850 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498834225960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 24862 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 253315850 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498833173416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 24862 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 19 0 253315850 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498832120872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 24862 0 -1 4202560 50 0 0 0 54 0 0 0 20 0 19 0 253315851 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498819922024 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498818868344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315851 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498817815688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498816764432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 24862 0 -1 4202560 1631 0 0 0 21 0 0 0 20 0 19 0 253315853 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498815711800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 24862 0 -1 4202560 1608 0 0 0 11 0 0 0 20 0 19 0 253315853 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498814659256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315853 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498813606904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 24862 0 -1 4202560 11 0 0 0 2 1 0 0 20 0 19 0 253315853 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498812554568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25170] ppid=25149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25170/stat : 25170 (java) S 25149 25151 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315861 9855975424 16885 33554432000 1073741824 1073778376 140737206519440 140498811499304 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 176.84
Current children cumulated vsize (KiB) 9624976

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25151 and gives
#  childrusage.ru_utime.tv_sec=176
#  childrusage.ru_utime.tv_usec=365188
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=172973
# CPU time returned by wait4() is 176.538
# while last known CPU time is 176.84
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 175.957
CPU time (s): 176.84
CPU user time (s): 176.77
CPU system time (s): 0.07
CPU usage (%): 100.502
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.365
system time used= 0.172973
maximum resident set size= 68320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7476
page faults= 1
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4828
involuntary context switches= 2187

runsolver used 0.792879 second user time and 1.80672 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 17:05:15
IDJOB=3687395
IDBENCH=1414
IDSOLVER=2269
FILE ID=node145/3687395-1337871915
RUNJOBID= node145-1337871881-24878
PBS_JOBID= 14620059
Free space on /tmp= 71568 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687395-1337871915/watcher-3687395-1337871915 -o /tmp/evaluation-result-3687395-1337871915/solver-3687395-1337871915 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687395-1337871915.opb

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

MD5SUM BENCH= fac1b7391a53ae9861d9e311ddf65af2
RANDOM SEED=453843160

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27841320 kB
Buffers:          202584 kB
Cached:          2760768 kB
SwapCached:            0 kB
Active:          1796024 kB
Inactive:        2453700 kB
Active(anon):    1289068 kB
Inactive(anon):        0 kB
Active(file):     506956 kB
Inactive(file):  2453700 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             89828 kB
Writeback:             0 kB
AnonPages:       1259272 kB
Mapped:            22392 kB
Shmem:               200 kB
Slab:             630948 kB
SReclaimable:      72640 kB
SUnreclaim:       558308 kB
KernelStack:        1568 kB
PageTables:         6564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2768112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1218560 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= 71656 MiB
End job on node145 at 2012-05-24 17:08:11