Trace number 3687425

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 Snapshot? (TO) 1800.08 1796.25

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
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 benchmark369.578
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687425-1337871922.opb
0.09/0.11	c reading problem ... 
3.79/2.75	c ... done. Wall clock time 2.631s.
3.79/2.75	c declared #vars     168111
3.79/2.75	c #constraints  487525
3.79/2.75	c constraints type 
3.79/2.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155142
3.79/2.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
3.79/2.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 313584
3.79/2.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18798
3.79/2.75	c 487525 constraints processed.
12.31/10.74	c cleaning 2487 clauses out of 4998 with flag 5000/5000
20.05/18.21	c cleaning 4253 clauses out of 8510 with flag 11000/11000
28.49/26.60	c cleaning 5621 clauses out of 11256 with flag 18000/18000
38.56/36.66	c cleaning 6811 clauses out of 13634 with flag 26000/26000
49.74/47.78	c cleaning 7882 clauses out of 15822 with flag 35000/35000
70.17/68.20	c cleaning 8955 clauses out of 17940 with flag 45000/45000
81.71/79.63	c cleaning 9973 clauses out of 19986 with flag 56001/56001
97.96/95.88	c cleaning 10964 clauses out of 22014 with flag 68002/68002
114.70/112.52	c cleaning 12018 clauses out of 24046 with flag 81000/81000
129.04/126.82	c cleaning 12992 clauses out of 26027 with flag 95000/95000
157.40/155.11	c cleaning 13998 clauses out of 28036 with flag 110001/110001
182.24/179.90	c cleaning 14996 clauses out of 30037 with flag 126000/126000
216.09/213.77	c cleaning 16005 clauses out of 32042 with flag 143001/143001
251.33/248.95	c cleaning 16986 clauses out of 34037 with flag 161001/161001
273.07/270.60	c cleaning 17986 clauses out of 36048 with flag 180001/180001
311.00/308.52	c cleaning 18992 clauses out of 38060 with flag 200000/200000
348.64/346.16	c cleaning 20008 clauses out of 40069 with flag 221001/221001
392.29/389.73	c cleaning 21017 clauses out of 42059 with flag 243000/243000
422.64/420.01	c cleaning 21981 clauses out of 44040 with flag 266000/266000
454.78/452.13	c cleaning 22997 clauses out of 46060 with flag 290002/290002
522.92/520.26	c cleaning 24008 clauses out of 48061 with flag 315000/315000
561.56/558.81	c cleaning 25005 clauses out of 50056 with flag 341003/341003
606.70/603.98	c cleaning 25995 clauses out of 52049 with flag 368001/368001
648.13/645.32	c cleaning 27005 clauses out of 54053 with flag 396000/396000
701.07/698.25	c cleaning 28001 clauses out of 56053 with flag 425005/425005
761.05/758.17	c cleaning 28998 clauses out of 58047 with flag 455000/455000
803.82/800.90	c cleaning 30013 clauses out of 60048 with flag 486000/486000
854.45/851.42	c cleaning 30996 clauses out of 62035 with flag 518000/518000
910.99/907.92	c cleaning 32003 clauses out of 64039 with flag 551000/551000
970.56/967.41	c cleaning 32992 clauses out of 66037 with flag 585001/585001
1042.84/1039.61	c cleaning 34004 clauses out of 68043 with flag 620000/620000
1135.51/1132.21	c cleaning 35000 clauses out of 70039 with flag 656000/656000
1220.20/1216.83	c cleaning 35985 clauses out of 72037 with flag 693000/693000
1314.16/1310.75	c cleaning 37022 clauses out of 74051 with flag 731000/731000
1396.82/1393.31	c cleaning 37999 clauses out of 76028 with flag 770000/770000
1490.99/1487.42	c cleaning 38995 clauses out of 78028 with flag 810000/810000
1597.96/1594.39	c cleaning 39999 clauses out of 80032 with flag 851000/851000
1723.86/1720.15	c cleaning 41011 clauses out of 82032 with flag 893000/893000
1800.08/1796.21	c starts		: 153
1800.08/1796.21	c conflicts		: 925904
1800.08/1796.21	c decisions		: 2497327
1800.08/1796.21	c propagations		: 4589953898
1800.08/1796.21	c inspects		: 10416268591
1800.08/1796.21	c shortcuts		: 0
1800.08/1796.21	c learnt literals	: 26
1800.08/1796.21	c learnt binary clauses	: 323
1800.08/1796.21	c learnt ternary clauses	: 620
1800.08/1796.21	c learnt constraints	: 925878
1800.08/1796.21	c ignored constraints	: 0
1800.08/1796.21	c root simplifications	: 0
1800.08/1796.21	c removed literals (reason simplification)	: 0
1800.08/1796.21	c reason swapping (by a shorter reason)	: 0
1800.08/1796.21	c Calls to reduceDB	: 38
1800.08/1796.21	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.21	c number of learned constraints concerned by reduction	: 0
1800.08/1796.21	c number of learning phase by resolution	: 0
1800.08/1796.21	c number of learning phase by cutting planes	: 0
1800.08/1796.22	c speed (assignments/second)	: 2559344.8770777457
1800.08/1796.22	c non guided choices	33068
1800.08/1796.24	c learnt constraints type 
1800.08/1796.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 323
1800.08/1796.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73613
1800.08/1796.24	c constraints type 
1800.08/1796.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155142
1800.08/1796.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.08/1796.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 313584
1800.08/1796.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18798
1800.08/1796.24	c 487525 constraints processed.
1800.08/1796.24	s UNKNOWN
1800.08/1796.24	c Total wall clock time (in seconds): 1796.126

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-3687425-1337871922/watcher-3687425-1337871922 -o /tmp/evaluation-result-3687425-1337871922/solver-3687425-1337871922 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687425-1337871922.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.56 0.13 0.04 2/196 23379
/proc/meminfo: memFree=28450488/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23379/stat : 23379 (java) R 23377 23379 23031 0 -1 4202496 452 0 0 0 0 0 0 0 20 0 1 0 253317082 9515008 182 33554432000 1073741824 1073778376 140733403397040 140733403379768 215124665271 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23379/statm: 2323 184 142 9 0 71 0

[startup+0.0426561 s]
/proc/loadavg: 0.56 0.13 0.04 2/196 23379
/proc/meminfo: memFree=28450488/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/23379/stat : 23379 (java) S 23377 23379 23031 0 -1 4202496 3023 0 1 0 3 0 0 0 20 0 13 0 253317082 9446973440 3721 33554432000 1073741824 1073778376 140733403397040 140733403388176 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23379/statm: 2306390 3721 1696 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100251 s]
/proc/loadavg: 0.56 0.13 0.04 2/196 23379
/proc/meminfo: memFree=28450488/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/23379/stat : 23379 (java) S 23377 23379 23031 0 -1 4202496 4272 0 1 0 9 0 0 0 20 0 18 0 253317082 9787813888 5465 33554432000 1073741824 1073778376 140733403397040 140733403388176 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23379/statm: 2389603 5465 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300192 s]
/proc/loadavg: 0.56 0.13 0.04 2/196 23379
/proc/meminfo: memFree=28450488/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/23379/stat : 23379 (java) S 23377 23379 23031 0 -1 4202496 5738 0 1 0 47 1 0 0 20 0 18 0 253317082 9787813888 9356 33554432000 1073741824 1073778376 140733403397040 140733403388176 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23379/statm: 2389603 9356 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700214 s]
/proc/loadavg: 0.56 0.13 0.04 2/196 23379
/proc/meminfo: memFree=28450488/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9558412 CPUtime=1.22 cores=0,2,4,6
/proc/23379/stat : 23379 (java) S 23377 23379 23031 0 -1 4202496 9126 0 1 0 118 4 0 0 20 0 18 0 253317082 9787813888 43218 33554432000 1073741824 1073778376 140733403397040 140733403388176 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23379/statm: 2389603 43218 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 0.68 0.16 0.05 3/214 23397
/proc/meminfo: memFree=28263480/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9558412 CPUtime=2.11 cores=0,2,4,6
/proc/23379/stat : 23379 (java) S 23377 23379 23031 0 -1 4202496 9402 0 1 0 203 8 0 0 20 0 18 0 253317082 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140733403388176 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23379/statm: 2389603 76169 2245 9 0 2380296 0
[pid=23379/tid=23381] ppid=23377 vsize=9558412 CPUtime=1.42 cores=0,2,4,6
/proc/23379/task/23381/stat : 23381 (java) R 23377 23379 23031 0 -1 4202560 2565 0 1 0 138 4 0 0 20 0 18 0 253317083 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148320542184 215128007949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23379/tid=23382] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23382/stat : 23382 (java) S 23377 23379 23031 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 18 0 253317084 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148282034856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23383] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23383/stat : 23383 (java) S 23377 23379 23031 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 18 0 253317084 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148280982312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23384] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23384/stat : 23384 (java) S 23377 23379 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 253317084 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148279929768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23385] ppid=23377 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/23379/task/23385/stat : 23385 (java) S 23377 23379 23031 0 -1 4202560 69 0 0 0 3 0 0 0 20 0 18 0 253317084 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148278877224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23386] ppid=23377 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/23379/task/23386/stat : 23386 (java) S 23377 23379 23031 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 253317084 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148277823656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23387] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23387/stat : 23387 (java) S 23377 23379 23031 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 18 0 253317084 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148276771112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23388] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23388/stat : 23388 (java) S 23377 23379 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 253317084 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148275718568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23389] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23389/stat : 23389 (java) S 23377 23379 23031 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 253317084 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148274666024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23379/tid=23390] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23390/stat : 23390 (java) S 23377 23379 23031 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253317085 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148143938152 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23391] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23391/stat : 23391 (java) S 23377 23379 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253317086 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148142884472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23392] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23392/stat : 23392 (java) S 23377 23379 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253317086 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148141831816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23393] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23393/stat : 23393 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253317088 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148140780560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23394] ppid=23377 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/23379/task/23394/stat : 23394 (java) S 23377 23379 23031 0 -1 4202560 3072 0 0 0 27 0 0 0 20 0 18 0 253317088 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140148139726904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23395] ppid=23377 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/23379/task/23395/stat : 23395 (java) S 23377 23379 23031 0 -1 4202560 2256 0 0 0 20 0 0 0 20 0 18 0 253317088 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140147265890488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23396] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23396/stat : 23396 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253317088 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140147264838136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23397] ppid=23377 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23397/stat : 23397 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253317088 9787813888 76169 33554432000 1073741824 1073778376 140733403397040 140147263785800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9558412

[startup+3.10065 s]
/proc/loadavg: 0.68 0.16 0.05 3/214 23397
/proc/meminfo: memFree=28110200/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9624976 CPUtime=4.55 cores=0,2,4,6
/proc/23379/stat : 23379 (java) S 23377 23379 23031 0 -1 4202496 13143 0 1 0 438 17 0 0 20 0 19 0 253317082 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140733403388176 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23379/statm: 2406244 96951 2262 9 0 2396937 0
[pid=23379/tid=23381] ppid=23377 vsize=9624976 CPUtime=2.91 cores=0,2,4,6
/proc/23379/task/23381/stat : 23381 (java) R 23377 23379 23031 0 -1 4202560 2581 0 1 0 287 4 0 0 20 0 19 0 253317083 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148320541784 140148155911003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23379/tid=23382] ppid=23377 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23379/task/23382/stat : 23382 (java) S 23377 23379 23031 0 -1 4202560 77 0 0 0 3 0 0 0 20 0 19 0 253317084 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148282034856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23383] ppid=23377 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23379/task/23383/stat : 23383 (java) S 23377 23379 23031 0 -1 4202560 82 0 0 0 3 2 0 0 20 0 19 0 253317084 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148280982312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23384] ppid=23377 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/23379/task/23384/stat : 23384 (java) S 23377 23379 23031 0 -1 4202560 46 0 0 0 4 2 0 0 20 0 19 0 253317084 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148279929768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23385] ppid=23377 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/23379/task/23385/stat : 23385 (java) S 23377 23379 23031 0 -1 4202560 85 0 0 0 5 1 0 0 20 0 19 0 253317084 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148278877224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23386] ppid=23377 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/23379/task/23386/stat : 23386 (java) S 23377 23379 23031 0 -1 4202560 43 0 0 0 6 1 0 0 20 0 19 0 253317084 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148277823656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23387] ppid=23377 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/23379/task/23387/stat : 23387 (java) S 23377 23379 23031 0 -1 4202560 73 0 0 0 6 0 0 0 20 0 19 0 253317084 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148276771112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23388] ppid=23377 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/23379/task/23388/stat : 23388 (java) S 23377 23379 23031 0 -1 4202560 57 0 0 0 6 1 0 0 20 0 19 0 253317084 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148275718568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23389] ppid=23377 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/23379/task/23389/stat : 23389 (java) S 23377 23379 23031 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 19 0 253317084 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148274666024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23390] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23390/stat : 23390 (java) S 23377 23379 23031 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 253317085 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148143938152 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23391] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23391/stat : 23391 (java) S 23377 23379 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148142884472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23392] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23392/stat : 23392 (java) S 23377 23379 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148141831816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23393] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23393/stat : 23393 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148140780560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23394] ppid=23377 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/23379/task/23394/stat : 23394 (java) R 23377 23379 23031 0 -1 4202560 5395 0 0 0 58 2 0 0 20 0 19 0 253317088 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140148139726904 140148323144576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23395] ppid=23377 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/23379/task/23395/stat : 23395 (java) S 23377 23379 23031 0 -1 4202560 3280 0 0 0 40 0 0 0 20 0 19 0 253317088 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140147265890488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23396] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23396/stat : 23396 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140147264838136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23397] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23397/stat : 23397 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 96951 33554432000 1073741824 1073778376 140733403397040 140147263785800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9624976

[startup+6.3007 s]
/proc/loadavg: 0.68 0.16 0.05 3/215 23398
/proc/meminfo: memFree=28057124/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9624976 CPUtime=7.91 cores=0,2,4,6
/proc/23379/stat : 23379 (java) S 23377 23379 23031 0 -1 4202496 13862 0 1 0 773 18 0 0 20 0 19 0 253317082 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140733403388176 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23379/statm: 2406244 96812 2266 9 0 2396937 0
[pid=23379/tid=23381] ppid=23377 vsize=9624976 CPUtime=6.1 cores=0,2,4,6
/proc/23379/task/23381/stat : 23381 (java) R 23377 23379 23031 0 -1 4202560 2584 0 1 0 606 4 0 0 20 0 19 0 253317083 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148320543440 140148155900878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23379/tid=23382] ppid=23377 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23379/task/23382/stat : 23382 (java) S 23377 23379 23031 0 -1 4202560 77 0 0 0 3 0 0 0 20 0 19 0 253317084 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148282034856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23383] ppid=23377 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23379/task/23383/stat : 23383 (java) S 23377 23379 23031 0 -1 4202560 82 0 0 0 3 2 0 0 20 0 19 0 253317084 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148280982312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23384] ppid=23377 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/23379/task/23384/stat : 23384 (java) S 23377 23379 23031 0 -1 4202560 46 0 0 0 4 2 0 0 20 0 19 0 253317084 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148279929768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23385] ppid=23377 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/23379/task/23385/stat : 23385 (java) S 23377 23379 23031 0 -1 4202560 85 0 0 0 5 1 0 0 20 0 19 0 253317084 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148278877224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23386] ppid=23377 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/23379/task/23386/stat : 23386 (java) S 23377 23379 23031 0 -1 4202560 43 0 0 0 6 1 0 0 20 0 19 0 253317084 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148277823656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23387] ppid=23377 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/23379/task/23387/stat : 23387 (java) S 23377 23379 23031 0 -1 4202560 73 0 0 0 6 0 0 0 20 0 19 0 253317084 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148276771112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23388] ppid=23377 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/23379/task/23388/stat : 23388 (java) S 23377 23379 23031 0 -1 4202560 57 0 0 0 6 1 0 0 20 0 19 0 253317084 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148275718568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23389] ppid=23377 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/23379/task/23389/stat : 23389 (java) S 23377 23379 23031 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 19 0 253317084 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148274666024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23390] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23390/stat : 23390 (java) S 23377 23379 23031 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 253317085 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148143938152 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23391] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23391/stat : 23391 (java) S 23377 23379 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148142884472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23392] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23392/stat : 23392 (java) S 23377 23379 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148141831816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23393] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23393/stat : 23393 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148140780560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23394] ppid=23377 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/23379/task/23394/stat : 23394 (java) S 23377 23379 23031 0 -1 4202560 5630 0 0 0 67 2 0 0 20 0 19 0 253317088 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140148139726904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23395] ppid=23377 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/23379/task/23395/stat : 23395 (java) S 23377 23379 23031 0 -1 4202560 3761 0 0 0 46 0 0 0 20 0 19 0 253317088 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140147265890488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23396] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23396/stat : 23396 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140147264838136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23397] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23397/stat : 23397 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140147263785800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23398] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23398/stat : 23398 (java) S 23377 23379 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317363 9855975424 96812 33554432000 1073741824 1073778376 140733403397040 140147262731560 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 0.88 0.22 0.07 3/215 23398
/proc/meminfo: memFree=27985236/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9624976 CPUtime=14.5 cores=0,2,4,6
/proc/23379/stat : 23379 (java) S 23377 23379 23031 0 -1 4202496 14001 0 1 0 1427 23 0 0 20 0 19 0 253317082 9855975424 112232 33554432000 1073741824 1073778376 140733403397040 140733403388176 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=23379/tid=23394] ppid=23377 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/23379/task/23394/stat : 23394 (java) S 23377 23379 23031 0 -1 4202560 6109 0 0 0 78 2 0 0 20 0 19 0 253317088 9855975424 115890 33554432000 1073741824 1073778376 140733403397040 140148139726904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23395] ppid=23377 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23379/task/23395/stat : 23395 (java) S 23377 23379 23031 0 -1 4202560 3761 0 0 0 52 0 0 0 20 0 19 0 253317088 9855975424 115890 33554432000 1073741824 1073778376 140733403397040 140147265890488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23396] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23396/stat : 23396 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 115890 33554432000 1073741824 1073778376 140733403397040 140147264838136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23397] ppid=23377 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/23379/task/23397/stat : 23397 (java) S 23377 23379 23031 0 -1 4202560 95 0 0 0 38 34 0 0 20 0 19 0 253317088 9855975424 115890 33554432000 1073741824 1073778376 140733403397040 140147263785800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23379/tid=23398] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23398/stat : 23398 (java) S 23377 23379 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317363 9855975424 115890 33554432000 1073741824 1073778376 140733403397040 140147262731560 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.04
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/215 23412
/proc/meminfo: memFree=27165192/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9624976 CPUtime=1726.15 cores=0,2,4,6
/proc/23379/stat : 23379 (java) S 23377 23379 23031 0 -1 4202496 14895 0 1 0 172552 63 0 0 20 0 19 0 253317082 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140733403388176 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23379/statm: 2406244 115915 2278 9 0 2396937 0
[pid=23379/tid=23381] ppid=23377 vsize=9624976 CPUtime=1708.29 cores=0,2,4,6
/proc/23379/task/23381/stat : 23381 (java) R 23377 23379 23031 0 -1 4202560 2623 0 1 0 170798 31 0 0 20 0 19 0 253317083 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148320543008 140148155926936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23382] ppid=23377 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/23379/task/23382/stat : 23382 (java) S 23377 23379 23031 0 -1 4202560 104 0 0 0 30 2 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148282034856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23383] ppid=23377 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23379/task/23383/stat : 23383 (java) S 23377 23379 23031 0 -1 4202560 153 0 0 0 34 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148280982312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23384] ppid=23377 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23379/task/23384/stat : 23384 (java) S 23377 23379 23031 0 -1 4202560 71 0 0 0 33 2 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148279929768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23385] ppid=23377 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/23379/task/23385/stat : 23385 (java) S 23377 23379 23031 0 -1 4202560 108 0 0 0 30 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148278877224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23386] ppid=23377 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23379/task/23386/stat : 23386 (java) S 23377 23379 23031 0 -1 4202560 78 0 0 0 35 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148277823656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23387] ppid=23377 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23379/task/23387/stat : 23387 (java) S 23377 23379 23031 0 -1 4202560 115 0 0 0 35 0 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148276771112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23388] ppid=23377 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23379/task/23388/stat : 23388 (java) S 23377 23379 23031 0 -1 4202560 93 0 0 0 32 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148275718568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23389] ppid=23377 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/23379/task/23389/stat : 23389 (java) S 23377 23379 23031 0 -1 4202560 95 0 0 0 31 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148274666024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23390] ppid=23377 vsize=9624976 CPUtime=8.65 cores=0,2,4,6
/proc/23379/task/23390/stat : 23390 (java) S 23377 23379 23031 0 -1 4202560 301 0 0 0 862 3 0 0 20 0 19 0 253317085 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148143938152 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23379/tid=23391] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23391/stat : 23391 (java) S 23377 23379 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148142884472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23392] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23392/stat : 23392 (java) S 23377 23379 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148141831816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23393] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23393/stat : 23393 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148140780560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23394] ppid=23377 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/23379/task/23394/stat : 23394 (java) S 23377 23379 23031 0 -1 4202560 6109 0 0 0 78 2 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148139726904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23395] ppid=23377 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23379/task/23395/stat : 23395 (java) S 23377 23379 23031 0 -1 4202560 3761 0 0 0 52 0 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147265890488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23396] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23396/stat : 23396 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147264838136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23397] ppid=23377 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/23379/task/23397/stat : 23397 (java) S 23377 23379 23031 0 -1 4202560 99 0 0 0 40 35 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147263785800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23379/tid=23398] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23398/stat : 23398 (java) S 23377 23379 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317363 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147262731560 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.15
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.70 2/195 23415
/proc/meminfo: memFree=28069336/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9624976 CPUtime=1786.17 cores=0,2,4,6
/proc/23379/stat : 23379 (java) S 23377 23379 23031 0 -1 4202496 14899 0 1 0 178553 64 0 0 20 0 19 0 253317082 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140733403388176 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23379/statm: 2406244 115915 2278 9 0 2396937 0
[pid=23379/tid=23381] ppid=23377 vsize=9624976 CPUtime=1768.13 cores=0,2,4,6
/proc/23379/task/23381/stat : 23381 (java) R 23377 23379 23031 0 -1 4202560 2623 0 1 0 176781 32 0 0 20 0 19 0 253317083 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148320543008 140148155900372 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23382] ppid=23377 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/23379/task/23382/stat : 23382 (java) S 23377 23379 23031 0 -1 4202560 104 0 0 0 30 2 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148282034856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23383] ppid=23377 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23379/task/23383/stat : 23383 (java) S 23377 23379 23031 0 -1 4202560 153 0 0 0 34 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148280982312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23384] ppid=23377 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23379/task/23384/stat : 23384 (java) S 23377 23379 23031 0 -1 4202560 71 0 0 0 33 2 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148279929768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23385] ppid=23377 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/23379/task/23385/stat : 23385 (java) S 23377 23379 23031 0 -1 4202560 108 0 0 0 30 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148278877224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23386] ppid=23377 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23379/task/23386/stat : 23386 (java) S 23377 23379 23031 0 -1 4202560 78 0 0 0 35 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148277823656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23387] ppid=23377 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23379/task/23387/stat : 23387 (java) S 23377 23379 23031 0 -1 4202560 115 0 0 0 35 0 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148276771112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23388] ppid=23377 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23379/task/23388/stat : 23388 (java) S 23377 23379 23031 0 -1 4202560 93 0 0 0 32 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148275718568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23389] ppid=23377 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/23379/task/23389/stat : 23389 (java) S 23377 23379 23031 0 -1 4202560 95 0 0 0 31 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148274666024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23390] ppid=23377 vsize=9624976 CPUtime=8.65 cores=0,2,4,6
/proc/23379/task/23390/stat : 23390 (java) S 23377 23379 23031 0 -1 4202560 301 0 0 0 862 3 0 0 20 0 19 0 253317085 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148143938152 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23379/tid=23391] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23391/stat : 23391 (java) S 23377 23379 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148142884472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23392] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23392/stat : 23392 (java) S 23377 23379 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148141831816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23393] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23393/stat : 23393 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148140780560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23394] ppid=23377 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/23379/task/23394/stat : 23394 (java) S 23377 23379 23031 0 -1 4202560 6109 0 0 0 78 2 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148139726904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23395] ppid=23377 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23379/task/23395/stat : 23395 (java) S 23377 23379 23031 0 -1 4202560 3761 0 0 0 52 0 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147265890488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23396] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23396/stat : 23396 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147264838136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23397] ppid=23377 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/23379/task/23397/stat : 23397 (java) S 23377 23379 23031 0 -1 4202560 103 0 0 0 41 37 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147263785800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23379/tid=23398] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23398/stat : 23398 (java) S 23377 23379 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317363 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147262731560 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.17
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.00 2.00 1.71 3/215 23472
/proc/meminfo: memFree=27576188/32873844 swapFree=7608/7608
[pid=23379] ppid=23377 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/23379/stat : 23379 (java) S 23377 23379 23031 0 -1 4202496 14899 0 1 0 179944 64 0 0 20 0 19 0 253317082 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140733403388176 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23379/statm: 2406244 115915 2278 9 0 2396937 0
[pid=23379/tid=23381] ppid=23377 vsize=9624976 CPUtime=1782.01 cores=0,2,4,6
/proc/23379/task/23381/stat : 23381 (java) R 23377 23379 23031 0 -1 4202560 2623 0 1 0 178168 33 0 0 20 0 19 0 253317083 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148320543008 140148155954507 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23382] ppid=23377 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/23379/task/23382/stat : 23382 (java) S 23377 23379 23031 0 -1 4202560 104 0 0 0 30 2 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148282034856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23383] ppid=23377 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23379/task/23383/stat : 23383 (java) S 23377 23379 23031 0 -1 4202560 153 0 0 0 34 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148280982312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23384] ppid=23377 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23379/task/23384/stat : 23384 (java) S 23377 23379 23031 0 -1 4202560 71 0 0 0 33 2 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148279929768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23385] ppid=23377 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/23379/task/23385/stat : 23385 (java) S 23377 23379 23031 0 -1 4202560 108 0 0 0 30 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148278877224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23386] ppid=23377 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23379/task/23386/stat : 23386 (java) S 23377 23379 23031 0 -1 4202560 78 0 0 0 35 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148277823656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23379/tid=23387] ppid=23377 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23379/task/23387/stat : 23387 (java) S 23377 23379 23031 0 -1 4202560 115 0 0 0 35 0 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148276771112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23388] ppid=23377 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23379/task/23388/stat : 23388 (java) S 23377 23379 23031 0 -1 4202560 93 0 0 0 32 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148275718568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23389] ppid=23377 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/23379/task/23389/stat : 23389 (java) S 23377 23379 23031 0 -1 4202560 95 0 0 0 31 3 0 0 20 0 19 0 253317084 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148274666024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23390] ppid=23377 vsize=9624976 CPUtime=8.65 cores=0,2,4,6
/proc/23379/task/23390/stat : 23390 (java) S 23377 23379 23031 0 -1 4202560 301 0 0 0 862 3 0 0 20 0 19 0 253317085 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148143938152 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23379/tid=23391] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23391/stat : 23391 (java) S 23377 23379 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148142884472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23392] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23392/stat : 23392 (java) S 23377 23379 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148141831816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23393] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23393/stat : 23393 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148140780560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23394] ppid=23377 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/23379/task/23394/stat : 23394 (java) S 23377 23379 23031 0 -1 4202560 6109 0 0 0 78 2 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140148139726904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23379/tid=23395] ppid=23377 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23379/task/23395/stat : 23395 (java) S 23377 23379 23031 0 -1 4202560 3761 0 0 0 52 0 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147265890488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23396] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23396/stat : 23396 (java) S 23377 23379 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147264838136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23379/tid=23397] ppid=23377 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/23379/task/23397/stat : 23397 (java) S 23377 23379 23031 0 -1 4202560 103 0 0 0 42 37 0 0 20 0 19 0 253317088 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147263785800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23379/tid=23398] ppid=23377 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23379/task/23398/stat : 23398 (java) S 23377 23379 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317363 9855975424 115915 33554432000 1073741824 1073778376 140733403397040 140147262731560 215127996329 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) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23379 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=809147
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=82835
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.25
CPU time (s): 1800.08
CPU user time (s): 1799.44
CPU system time (s): 0.64
CPU usage (%): 100.213
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.81
system time used= 1.08283
maximum resident set size= 463780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14933
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39099
involuntary context switches= 10201

runsolver used 6.19006 second user time and 14.4738 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 17:05:23
IDJOB=3687425
IDBENCH=1447
IDSOLVER=2269
FILE ID=node135/3687425-1337871922
RUNJOBID= node135-1337871881-23048
PBS_JOBID= 14620069
Free space on /tmp= 71592 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687425-1337871922/watcher-3687425-1337871922 -o /tmp/evaluation-result-3687425-1337871922/solver-3687425-1337871922 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687425-1337871922.opb

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=1705632628

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28450868 kB
Buffers:          204716 kB
Cached:          3354220 kB
SwapCached:            0 kB
Active:           873784 kB
Inactive:        2764324 kB
Active(anon):      81796 kB
Inactive(anon):        0 kB
Active(file):     791988 kB
Inactive(file):  2764324 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17756 kB
Writeback:             0 kB
AnonPages:         99348 kB
Mapped:            22584 kB
Shmem:               212 kB
Slab:             633188 kB
SReclaimable:      74864 kB
SUnreclaim:       558324 kB
KernelStack:        1608 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 71576 MiB
End job on node135 at 2012-05-24 17:35:21