Trace number 3709872

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.4 1778.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-101-100.opb
MD5SUM0b4d976a66cd69333fd390f8a9139e21
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.18997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10100
Total number of constraints201
Number of constraints which are clauses101
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint101
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 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709872-1338151107.opb
0.09/0.12	c reading problem ... 
0.54/0.32	c ... done. Wall clock time 0.199s.
0.54/0.32	c declared #vars     10100
0.54/0.32	c #constraints  201
0.54/0.32	c constraints type 
0.54/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 101
0.54/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.54/0.32	c 201 constraints processed.
17.26/16.43	c cleaning 2529 clauses out of 5062 with flag 5062/5062
37.98/36.89	c cleaning 4279 clauses out of 8566 with flag 11095/11095
72.40/71.04	c cleaning 5597 clauses out of 11193 with flag 18001/18001
110.55/108.40	c cleaning 6797 clauses out of 13599 with flag 26004/26004
169.92/166.91	c cleaning 7897 clauses out of 15798 with flag 35000/35000
233.71/229.97	c cleaning 8950 clauses out of 17901 with flag 45000/45000
299.83/295.22	c cleaning 9976 clauses out of 19953 with flag 56002/56002
383.75/378.10	c cleaning 11002 clauses out of 22005 with flag 68030/68030
479.61/472.94	c cleaning 11988 clauses out of 23978 with flag 81005/81005
571.52/563.63	c cleaning 12989 clauses out of 25985 with flag 95000/95000
691.39/682.22	c cleaning 13996 clauses out of 27997 with flag 110001/110001
807.05/796.56	c cleaning 15031 clauses out of 30062 with flag 126062/126062
905.35/893.57	c cleaning 15982 clauses out of 31971 with flag 143002/143002
1143.94/1130.26	c cleaning 17053 clauses out of 34106 with flag 161119/161119
1306.30/1290.90	c cleaning 17964 clauses out of 35934 with flag 180000/180000
1464.76/1447.23	c cleaning 18988 clauses out of 37975 with flag 200005/200005
1649.07/1629.54	c cleaning 20022 clauses out of 40045 with flag 221063/221063
1800.08/1778.81	c starts		: 120
1800.08/1778.81	c conflicts		: 239770
1800.08/1778.81	c decisions		: 424790
1800.08/1778.81	c propagations		: 30859848
1800.08/1778.81	c inspects		: 699776190
1800.08/1778.81	c shortcuts		: 0
1800.08/1778.81	c learnt literals	: 0
1800.08/1778.81	c learnt binary clauses	: 0
1800.08/1778.81	c learnt ternary clauses	: 0
1800.08/1778.81	c learnt constraints	: 239770
1800.08/1778.81	c ignored constraints	: 0
1800.08/1778.81	c root simplifications	: 120
1800.08/1778.81	c removed literals (reason simplification)	: 4804065
1800.08/1778.81	c reason swapping (by a shorter reason)	: 0
1800.08/1778.81	c Calls to reduceDB	: 17
1800.08/1778.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1778.81	c number of learned constraints concerned by reduction	: 0
1800.08/1778.81	c number of learning phase by resolution	: 0
1800.08/1778.81	c number of learning phase by cutting planes	: 0
1800.08/1778.81	c speed (assignments/second)	: 17351.85931767385
1800.08/1778.81	c non guided choices	4951
1800.08/1778.83	c learnt constraints type 
1800.08/1778.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38730
1800.08/1778.83	c constraints type 
1800.08/1778.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 101
1800.08/1778.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1800.08/1778.83	c 201 constraints processed.
1800.08/1778.83	s UNKNOWN
1800.08/1778.83	c Total wall clock time (in seconds): 1778.708

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-3709872-1338151107/watcher-3709872-1338151107 -o /tmp/evaluation-result-3709872-1338151107/solver-3709872-1338151107 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709872-1338151107.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: 2.00 2.01 2.00 3/194 22300
/proc/meminfo: memFree=30252660/32873648 swapFree=7112/7112
[pid=22300] ppid=22298 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22300/stat : 22300 (java) D 22298 22300 21838 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 281236574 9515008 185 33554432000 1073741824 1073778376 140736542647408 140736542638632 242167213495 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/22300/statm: 2323 185 142 9 0 71 0

[startup+0.011717 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 22300
/proc/meminfo: memFree=30252660/32873648 swapFree=7112/7112
[pid=22300] ppid=22298 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/22300/stat : 22300 (java) S 22298 22300 21838 0 -1 4202496 1239 0 0 0 0 0 0 0 20 0 2 0 281236574 98635776 947 33554432000 1073741824 1073778376 140735163768928 140735163760064 242170757181 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22300/statm: 24081 958 727 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96324

[startup+0.100212 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 22300
/proc/meminfo: memFree=30252660/32873648 swapFree=7112/7112
[pid=22300] ppid=22298 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/22300/stat : 22300 (java) S 22298 22300 21838 0 -1 4202496 4335 0 1 0 8 1 0 0 20 0 18 0 281236574 9787842560 5031 33554432000 1073741824 1073778376 140735163768928 140735163760064 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22300/statm: 2389610 5031 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300168 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 22300
/proc/meminfo: memFree=30252660/32873648 swapFree=7112/7112
[pid=22300] ppid=22298 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/22300/stat : 22300 (java) S 22298 22300 21838 0 -1 4202496 7285 0 1 0 52 2 0 0 20 0 18 0 281236574 9787842560 10962 33554432000 1073741824 1073778376 140735163768928 140735163760064 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22300/statm: 2389610 10962 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700127 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 22300
/proc/meminfo: memFree=30252660/32873648 swapFree=7112/7112
[pid=22300] ppid=22298 vsize=9625004 CPUtime=1.31 cores=0,2,4,6
/proc/22300/stat : 22300 (java) S 22298 22300 21838 0 -1 4202496 8124 0 1 0 128 3 0 0 20 0 19 0 281236574 9856004096 14642 33554432000 1073741824 1073778376 140735163768928 140735163760064 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22300/statm: 2406251 14642 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 22319
/proc/meminfo: memFree=30196272/32873648 swapFree=7112/7112
[pid=22300] ppid=22298 vsize=9625004 CPUtime=2.11 cores=0,2,4,6
/proc/22300/stat : 22300 (java) S 22298 22300 21838 0 -1 4202496 8132 0 1 0 208 3 0 0 20 0 19 0 281236574 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140735163760064 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22300/statm: 2406251 17715 2248 9 0 2396937 0
[pid=22300/tid=22302] ppid=22298 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/22300/task/22302/stat : 22302 (java) R 22298 22300 21838 0 -1 4202560 2611 0 1 0 144 2 0 0 20 0 19 0 281236575 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246513285704 140246453630701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22303] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22303/stat : 22303 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246357326376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22304] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22304/stat : 22304 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246356273576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22305] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22305/stat : 22305 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246355220776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22306] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22306/stat : 22306 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246354167976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22307] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22307/stat : 22307 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246353116200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22308] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22308/stat : 22308 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246352063400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22309] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22309/stat : 22309 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246351010600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22310] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22310/stat : 22310 (java) S 22298 22300 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246349957800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22311] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22311/stat : 22311 (java) S 22298 22300 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281236577 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246337546728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22312] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22312/stat : 22312 (java) S 22298 22300 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246336492792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22313] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22313/stat : 22313 (java) S 22298 22300 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246335439880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22314] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22314/stat : 22314 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246334388368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22315] ppid=22298 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/22300/task/22315/stat : 22315 (java) S 22298 22300 21838 0 -1 4202560 2235 0 0 0 30 0 0 0 20 0 19 0 281236580 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246333336504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22316] ppid=22298 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/22300/task/22316/stat : 22316 (java) S 22298 22300 21838 0 -1 4202560 2086 0 0 0 31 0 0 0 20 0 19 0 281236580 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246332283704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22317] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22317/stat : 22317 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246331231096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22318] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22318/stat : 22318 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246330178504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22319] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22319/stat : 22319 (java) S 22298 22300 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281236608 9856004096 17715 33554432000 1073741824 1073778376 140735163768928 140246329124008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625004

[startup+3.10068 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 22319
/proc/meminfo: memFree=30181432/32873648 swapFree=7112/7112
[pid=22300] ppid=22298 vsize=9625004 CPUtime=3.75 cores=0,2,4,6
/proc/22300/stat : 22300 (java) S 22298 22300 21838 0 -1 4202496 8154 0 1 0 372 3 0 0 20 0 19 0 281236574 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140735163760064 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22300/statm: 2406251 23357 2251 9 0 2396937 0
[pid=22300/tid=22302] ppid=22298 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/22300/task/22302/stat : 22302 (java) R 22298 22300 21838 0 -1 4202560 2623 0 1 0 304 2 0 0 20 0 19 0 281236575 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246513285344 140246453630590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22303] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22303/stat : 22303 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246357326376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22304] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22304/stat : 22304 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246356273576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22305] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22305/stat : 22305 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246355220776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22306] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22306/stat : 22306 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246354167976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22307] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22307/stat : 22307 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246353116200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22308] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22308/stat : 22308 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246352063400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22309] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22309/stat : 22309 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246351010600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22310] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22310/stat : 22310 (java) S 22298 22300 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246349957800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22311] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22311/stat : 22311 (java) S 22298 22300 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281236577 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246337546728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22312] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22312/stat : 22312 (java) S 22298 22300 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246336492792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22313] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22313/stat : 22313 (java) S 22298 22300 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246335439880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22314] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22314/stat : 22314 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246334388368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22315] ppid=22298 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/22300/task/22315/stat : 22315 (java) S 22298 22300 21838 0 -1 4202560 2245 0 0 0 34 0 0 0 20 0 19 0 281236580 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246333336504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22316] ppid=22298 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/22300/task/22316/stat : 22316 (java) S 22298 22300 21838 0 -1 4202560 2086 0 0 0 31 0 0 0 20 0 19 0 281236580 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246332283704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22317] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22317/stat : 22317 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246331231096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22318] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22318/stat : 22318 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246330178504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22319] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22319/stat : 22319 (java) S 22298 22300 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281236608 9856004096 23357 33554432000 1073741824 1073778376 140735163768928 140246329124008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 22319
/proc/meminfo: memFree=30142152/32873648 swapFree=7112/7112
[pid=22300] ppid=22298 vsize=9625004 CPUtime=6.98 cores=0,2,4,6
/proc/22300/stat : 22300 (java) S 22298 22300 21838 0 -1 4202496 8178 0 1 0 694 4 0 0 20 0 19 0 281236574 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140735163760064 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22300/statm: 2406251 33041 2251 9 0 2396937 0
[pid=22300/tid=22302] ppid=22298 vsize=9625004 CPUtime=6.26 cores=0,2,4,6
/proc/22300/task/22302/stat : 22302 (java) R 22298 22300 21838 0 -1 4202560 2645 0 1 0 623 3 0 0 20 0 19 0 281236575 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246513285616 140246453614941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22303] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22303/stat : 22303 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246357326376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22304] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22304/stat : 22304 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246356273576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22305] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22305/stat : 22305 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246355220776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22306] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22306/stat : 22306 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246354167976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22307] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22307/stat : 22307 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246353116200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22308] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22308/stat : 22308 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246352063400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22309] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22309/stat : 22309 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246351010600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22310] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22310/stat : 22310 (java) S 22298 22300 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281236576 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246349957800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22311] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22311/stat : 22311 (java) S 22298 22300 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281236577 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246337546728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22312] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22312/stat : 22312 (java) S 22298 22300 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246336492792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22313] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22313/stat : 22313 (java) S 22298 22300 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246335439880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22314] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22314/stat : 22314 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246334388368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22315] ppid=22298 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/22300/task/22315/stat : 22315 (java) S 22298 22300 21838 0 -1 4202560 2245 0 0 0 34 0 0 0 20 0 19 0 281236580 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246333336504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22316] ppid=22298 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22300/task/22316/stat : 22316 (java) S 22298 22300 21838 0 -1 4202560 2088 0 0 0 33 0 0 0 20 0 19 0 281236580 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246332283704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22317] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22317/stat : 22317 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246331231096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22318] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22318/stat : 22318 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246330178504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22319] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22319/stat : 22319 (java) S 22298 22300 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281236608 9856004096 33041 33554432000 1073741824 1073778376 140735163768928 140246329124008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=22300/tid=22308] ppid=22298 vsize=9625004 CPUtime=3.17 cores=0,2,4,6
/proc/22300/task/22308/stat : 22308 (java) S 22298 22300 21838 0 -1 4202560 1223 0 0 0 298 19 0 0 20 0 19 0 281236576 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246352063400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22309] ppid=22298 vsize=9625004 CPUtime=3.28 cores=0,2,4,6
/proc/22300/task/22309/stat : 22309 (java) S 22298 22300 21838 0 -1 4202560 2761 0 0 0 310 18 0 0 20 0 19 0 281236576 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246351010600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22310] ppid=22298 vsize=9625004 CPUtime=3.27 cores=0,2,4,6
/proc/22300/task/22310/stat : 22310 (java) S 22298 22300 21838 0 -1 4202560 2460 0 0 0 307 20 0 0 20 0 19 0 281236576 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246349957800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22311] ppid=22298 vsize=9625004 CPUtime=2.45 cores=0,2,4,6
/proc/22300/task/22311/stat : 22311 (java) S 22298 22300 21838 0 -1 4202560 1878 0 0 0 240 5 0 0 20 0 19 0 281236577 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246337546728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22312] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22312/stat : 22312 (java) S 22298 22300 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246336492792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22313] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22313/stat : 22313 (java) S 22298 22300 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246335439880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22314] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22314/stat : 22314 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246334388368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22315] ppid=22298 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/22300/task/22315/stat : 22315 (java) S 22298 22300 21838 0 -1 4202560 2258 0 0 0 37 0 0 0 20 0 19 0 281236580 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246333336504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22316] ppid=22298 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/22300/task/22316/stat : 22316 (java) S 22298 22300 21838 0 -1 4202560 2743 0 0 0 43 0 0 0 20 0 19 0 281236580 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246332283704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22317] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22317/stat : 22317 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246331231096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22318] ppid=22298 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/22300/task/22318/stat : 22318 (java) S 22298 22300 21838 0 -1 4202560 93 0 0 0 32 32 0 0 20 0 19 0 281236580 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246330178504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22319] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22319/stat : 22319 (java) S 22298 22300 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281236608 9856004096 344800 33554432000 1073741824 1073778376 140735163768928 140246329124008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1621.67
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22416
/proc/meminfo: memFree=28632820/32873648 swapFree=7112/7112
[pid=22300] ppid=22298 vsize=9625004 CPUtime=1682.25 cores=0,2,4,6
/proc/22300/stat : 22300 (java) S 22298 22300 21838 0 -1 4202496 26894 0 1 0 168031 194 0 0 20 0 19 0 281236574 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140735163760064 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22300/statm: 2406251 344629 2276 9 0 2396937 0
[pid=22300/tid=22302] ppid=22298 vsize=9625004 CPUtime=1651.91 cores=0,2,4,6
/proc/22300/task/22302/stat : 22302 (java) R 22298 22300 21838 0 -1 4202560 3116 0 1 0 165159 32 0 0 20 0 19 0 281236575 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246513286528 140246453614981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22303] ppid=22298 vsize=9625004 CPUtime=3.34 cores=0,2,4,6
/proc/22300/task/22303/stat : 22303 (java) S 22298 22300 21838 0 -1 4202560 2718 0 0 0 319 15 0 0 20 0 19 0 281236576 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246357326376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22304] ppid=22298 vsize=9625004 CPUtime=3.15 cores=0,2,4,6
/proc/22300/task/22304/stat : 22304 (java) S 22298 22300 21838 0 -1 4202560 1889 0 0 0 300 15 0 0 20 0 19 0 281236576 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246356273576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22305] ppid=22298 vsize=9625004 CPUtime=3.18 cores=0,2,4,6
/proc/22300/task/22305/stat : 22305 (java) S 22298 22300 21838 0 -1 4202560 1523 0 0 0 298 20 0 0 20 0 19 0 281236576 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246355220776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22306] ppid=22298 vsize=9625004 CPUtime=3.34 cores=0,2,4,6
/proc/22300/task/22306/stat : 22306 (java) S 22298 22300 21838 0 -1 4202560 1701 0 0 0 313 21 0 0 20 0 19 0 281236576 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246354167976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22307] ppid=22298 vsize=9625004 CPUtime=3.31 cores=0,2,4,6
/proc/22300/task/22307/stat : 22307 (java) S 22298 22300 21838 0 -1 4202560 1335 0 0 0 313 18 0 0 20 0 19 0 281236576 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246353116200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22308] ppid=22298 vsize=9625004 CPUtime=3.25 cores=0,2,4,6
/proc/22300/task/22308/stat : 22308 (java) S 22298 22300 21838 0 -1 4202560 1223 0 0 0 306 19 0 0 20 0 19 0 281236576 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246352063400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22309] ppid=22298 vsize=9625004 CPUtime=3.35 cores=0,2,4,6
/proc/22300/task/22309/stat : 22309 (java) S 22298 22300 21838 0 -1 4202560 2761 0 0 0 317 18 0 0 20 0 19 0 281236576 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246351010600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22310] ppid=22298 vsize=9625004 CPUtime=3.38 cores=0,2,4,6
/proc/22300/task/22310/stat : 22310 (java) S 22298 22300 21838 0 -1 4202560 2460 0 0 0 317 21 0 0 20 0 19 0 281236576 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246349957800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22311] ppid=22298 vsize=9625004 CPUtime=2.54 cores=0,2,4,6
/proc/22300/task/22311/stat : 22311 (java) S 22298 22300 21838 0 -1 4202560 1885 0 0 0 249 5 0 0 20 0 19 0 281236577 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246337546728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22312] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22312/stat : 22312 (java) S 22298 22300 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246336492792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22313] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22313/stat : 22313 (java) S 22298 22300 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246335439880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22314] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22314/stat : 22314 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246334388368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22315] ppid=22298 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/22300/task/22315/stat : 22315 (java) S 22298 22300 21838 0 -1 4202560 2258 0 0 0 37 0 0 0 20 0 19 0 281236580 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246333336504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22316] ppid=22298 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/22300/task/22316/stat : 22316 (java) S 22298 22300 21838 0 -1 4202560 2743 0 0 0 43 0 0 0 20 0 19 0 281236580 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246332283704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22317] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22317/stat : 22317 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246331231096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22318] ppid=22298 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/22300/task/22318/stat : 22318 (java) S 22298 22300 21838 0 -1 4202560 97 0 0 0 33 34 0 0 20 0 19 0 281236580 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246330178504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22319] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22319/stat : 22319 (java) S 22298 22300 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281236608 9856004096 344629 33554432000 1073741824 1073778376 140735163768928 140246329124008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1682.25
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 22416
/proc/meminfo: memFree=28621832/32873648 swapFree=7112/7112
[pid=22300] ppid=22298 vsize=9625004 CPUtime=1742.8 cores=0,2,4,6
/proc/22300/stat : 22300 (java) S 22298 22300 21838 0 -1 4202496 26914 0 1 0 174084 196 0 0 20 0 19 0 281236574 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140735163760064 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22300/statm: 2406251 342967 2276 9 0 2396937 0
[pid=22300/tid=22302] ppid=22298 vsize=9625004 CPUtime=1711.7 cores=0,2,4,6
/proc/22300/task/22302/stat : 22302 (java) R 22298 22300 21838 0 -1 4202560 3127 0 1 0 171137 33 0 0 20 0 19 0 281236575 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246513286528 140246453615059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22303] ppid=22298 vsize=9625004 CPUtime=3.44 cores=0,2,4,6
/proc/22300/task/22303/stat : 22303 (java) S 22298 22300 21838 0 -1 4202560 2718 0 0 0 329 15 0 0 20 0 19 0 281236576 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246357326376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22304] ppid=22298 vsize=9625004 CPUtime=3.24 cores=0,2,4,6
/proc/22300/task/22304/stat : 22304 (java) S 22298 22300 21838 0 -1 4202560 1891 0 0 0 309 15 0 0 20 0 19 0 281236576 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246356273576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22305] ppid=22298 vsize=9625004 CPUtime=3.27 cores=0,2,4,6
/proc/22300/task/22305/stat : 22305 (java) S 22298 22300 21838 0 -1 4202560 1523 0 0 0 307 20 0 0 20 0 19 0 281236576 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246355220776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22306] ppid=22298 vsize=9625004 CPUtime=3.42 cores=0,2,4,6
/proc/22300/task/22306/stat : 22306 (java) S 22298 22300 21838 0 -1 4202560 1701 0 0 0 321 21 0 0 20 0 19 0 281236576 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246354167976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22307] ppid=22298 vsize=9625004 CPUtime=3.41 cores=0,2,4,6
/proc/22300/task/22307/stat : 22307 (java) S 22298 22300 21838 0 -1 4202560 1338 0 0 0 323 18 0 0 20 0 19 0 281236576 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246353116200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22308] ppid=22298 vsize=9625004 CPUtime=3.31 cores=0,2,4,6
/proc/22300/task/22308/stat : 22308 (java) S 22298 22300 21838 0 -1 4202560 1223 0 0 0 312 19 0 0 20 0 19 0 281236576 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246352063400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22309] ppid=22298 vsize=9625004 CPUtime=3.47 cores=0,2,4,6
/proc/22300/task/22309/stat : 22309 (java) S 22298 22300 21838 0 -1 4202560 2761 0 0 0 329 18 0 0 20 0 19 0 281236576 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246351010600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22310] ppid=22298 vsize=9625004 CPUtime=3.5 cores=0,2,4,6
/proc/22300/task/22310/stat : 22310 (java) S 22298 22300 21838 0 -1 4202560 2460 0 0 0 329 21 0 0 20 0 19 0 281236576 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246349957800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22311] ppid=22298 vsize=9625004 CPUtime=2.54 cores=0,2,4,6
/proc/22300/task/22311/stat : 22311 (java) S 22298 22300 21838 0 -1 4202560 1887 0 0 0 249 5 0 0 20 0 19 0 281236577 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246337546728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22312] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22312/stat : 22312 (java) S 22298 22300 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246336492792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22313] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22313/stat : 22313 (java) S 22298 22300 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246335439880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22314] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22314/stat : 22314 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246334388368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22315] ppid=22298 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/22300/task/22315/stat : 22315 (java) S 22298 22300 21838 0 -1 4202560 2258 0 0 0 37 0 0 0 20 0 19 0 281236580 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246333336504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22316] ppid=22298 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/22300/task/22316/stat : 22316 (java) S 22298 22300 21838 0 -1 4202560 2743 0 0 0 43 0 0 0 20 0 19 0 281236580 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246332283704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22317] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22317/stat : 22317 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246331231096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22318] ppid=22298 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/22300/task/22318/stat : 22318 (java) S 22298 22300 21838 0 -1 4202560 99 0 0 0 34 35 0 0 20 0 19 0 281236580 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246330178504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22319] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22319/stat : 22319 (java) S 22298 22300 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281236608 9856004096 342967 33554432000 1073741824 1073778376 140735163768928 140246329124008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1742.8
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.8 s]
/proc/loadavg: 2.09 2.03 2.00 3/213 22416
/proc/meminfo: memFree=28575100/32873648 swapFree=7112/7112
[pid=22300] ppid=22298 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/22300/stat : 22300 (java) S 22298 22300 21838 0 -1 4202496 26940 0 1 0 179810 198 0 0 20 0 19 0 281236574 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140735163760064 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22300/statm: 2406251 341977 2276 9 0 2396937 0
[pid=22300/tid=22302] ppid=22298 vsize=9625004 CPUtime=1767.88 cores=0,2,4,6
/proc/22300/task/22302/stat : 22302 (java) R 22298 22300 21838 0 -1 4202560 3141 0 1 0 176755 33 0 0 20 0 19 0 281236575 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246513286528 140246453630509 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22303] ppid=22298 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/22300/task/22303/stat : 22303 (java) S 22298 22300 21838 0 -1 4202560 2718 0 0 0 342 15 0 0 20 0 19 0 281236576 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246357326376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22304] ppid=22298 vsize=9625004 CPUtime=3.37 cores=0,2,4,6
/proc/22300/task/22304/stat : 22304 (java) S 22298 22300 21838 0 -1 4202560 1893 0 0 0 322 15 0 0 20 0 19 0 281236576 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246356273576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22305] ppid=22298 vsize=9625004 CPUtime=3.4 cores=0,2,4,6
/proc/22300/task/22305/stat : 22305 (java) S 22298 22300 21838 0 -1 4202560 1524 0 0 0 320 20 0 0 20 0 19 0 281236576 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246355220776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22306] ppid=22298 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/22300/task/22306/stat : 22306 (java) S 22298 22300 21838 0 -1 4202560 1701 0 0 0 336 21 0 0 20 0 19 0 281236576 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246354167976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22307] ppid=22298 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/22300/task/22307/stat : 22307 (java) S 22298 22300 21838 0 -1 4202560 1339 0 0 0 339 18 0 0 20 0 19 0 281236576 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246353116200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22308] ppid=22298 vsize=9625004 CPUtime=3.43 cores=0,2,4,6
/proc/22300/task/22308/stat : 22308 (java) S 22298 22300 21838 0 -1 4202560 1223 0 0 0 324 19 0 0 20 0 19 0 281236576 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246352063400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22309] ppid=22298 vsize=9625004 CPUtime=3.62 cores=0,2,4,6
/proc/22300/task/22309/stat : 22309 (java) S 22298 22300 21838 0 -1 4202560 2761 0 0 0 344 18 0 0 20 0 19 0 281236576 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246351010600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22310] ppid=22298 vsize=9625004 CPUtime=3.61 cores=0,2,4,6
/proc/22300/task/22310/stat : 22310 (java) S 22298 22300 21838 0 -1 4202560 2460 0 0 0 340 21 0 0 20 0 19 0 281236576 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246349957800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22311] ppid=22298 vsize=9625004 CPUtime=2.54 cores=0,2,4,6
/proc/22300/task/22311/stat : 22311 (java) S 22298 22300 21838 0 -1 4202560 1891 0 0 0 249 5 0 0 20 0 19 0 281236577 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246337546728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22312] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22312/stat : 22312 (java) S 22298 22300 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246336492792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22313] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22313/stat : 22313 (java) S 22298 22300 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281236578 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246335439880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22300/tid=22314] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22314/stat : 22314 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246334388368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22315] ppid=22298 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/22300/task/22315/stat : 22315 (java) S 22298 22300 21838 0 -1 4202560 2258 0 0 0 37 0 0 0 20 0 19 0 281236580 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246333336504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22316] ppid=22298 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/22300/task/22316/stat : 22316 (java) S 22298 22300 21838 0 -1 4202560 2743 0 0 0 43 0 0 0 20 0 19 0 281236580 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246332283704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22300/tid=22317] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22317/stat : 22317 (java) S 22298 22300 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281236580 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246331231096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22300/tid=22318] ppid=22298 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/22300/task/22318/stat : 22318 (java) S 22298 22300 21838 0 -1 4202560 103 0 0 0 36 36 0 0 20 0 19 0 281236580 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246330178504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22300/tid=22319] ppid=22298 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22300/task/22319/stat : 22319 (java) S 22298 22300 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281236608 9856004096 341977 33554432000 1073741824 1073778376 140735163768928 140246329124008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1778.85
CPU time (s): 1800.4
CPU user time (s): 1798.05
CPU system time (s): 2.35164
CPU usage (%): 101.212
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.05
system time used= 2.35164
maximum resident set size= 1400352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26980
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53157
involuntary context switches= 61810

runsolver used 5.81112 second user time and 15.9726 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 22:38:27
IDJOB=3709872
IDBENCH=2578
IDSOLVER=2289
FILE ID=node126/3709872-1338151107
RUNJOBID= node126-1338147557-21854
PBS_JOBID= 14624519
Free space on /tmp= 71356 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-101-100.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709872-1338151107/watcher-3709872-1338151107 -o /tmp/evaluation-result-3709872-1338151107/solver-3709872-1338151107 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709872-1338151107.opb

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

MD5SUM BENCH= 0b4d976a66cd69333fd390f8a9139e21
RANDOM SEED=74685586

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30253040 kB
Buffers:          311500 kB
Cached:           582432 kB
SwapCached:        17756 kB
Active:          1628404 kB
Inactive:         177984 kB
Active(anon):     893716 kB
Inactive(anon):    20452 kB
Active(file):     734688 kB
Inactive(file):   157532 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               808 kB
Writeback:             8 kB
AnonPages:        906132 kB
Mapped:            17940 kB
Shmem:                 0 kB
Slab:             668864 kB
SReclaimable:     113056 kB
SUnreclaim:       555808 kB
KernelStack:        1592 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1269396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    884736 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= 71356 MiB
End job on node126 at 2012-05-27 23:08:08