Trace number 3689454

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 RES // CP 2.3.2 Snapshot? (TO) 1800.94 902.063

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820157.opb
MD5SUMda32b1e615c8e1bae2ecd5f742c16c96
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.07/0.08	c version 2.3.2.v20120418
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3689454-1337882261.opb
0.10/0.12	c reading problem ... 
0.24/0.27	c ... done. Wall clock time 0.153s.
0.24/0.27	c declared #vars     1200
0.24/0.27	c #constraints  1135
0.24/0.27	c constraints type 
0.24/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 790
0.24/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 195
0.24/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
0.24/0.27	c 1135 constraints processed.
0.24/0.27	c constraints type 
0.24/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
0.24/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 790
0.24/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
0.24/0.27	c 1135 constraints processed.
3.18/1.08	c cleaning 2495 clauses out of 5000 with flag 5000/5000
4.55/1.68	c cleaning 4249 clauses out of 8506 with flag 11001/11001
6.44/2.50	c cleaning 5626 clauses out of 11256 with flag 18000/18000
8.62/3.64	c cleaning 6809 clauses out of 13631 with flag 26001/26001
11.46/5.06	c cleaning 7901 clauses out of 15821 with flag 35000/35000
14.43/6.53	c cleaning 8954 clauses out of 17922 with flag 45002/45002
16.17/7.43	c cleaning 0 clauses out of 5001 with flag 0/5001
18.63/8.53	c cleaning 9971 clauses out of 19966 with flag 56000/56000
22.49/10.40	c cleaning 10993 clauses out of 21998 with flag 68003/68003
27.03/12.68	c cleaning 11997 clauses out of 24002 with flag 81000/81000
33.38/15.82	c cleaning 12998 clauses out of 26007 with flag 95002/95002
39.94/19.11	c cleaning 13995 clauses out of 28007 with flag 110000/110000
45.88/22.17	c cleaning 14989 clauses out of 30013 with flag 126001/126001
52.24/25.36	c cleaning 16004 clauses out of 32025 with flag 143002/143002
61.97/30.21	c cleaning 16989 clauses out of 34019 with flag 161000/161000
69.72/34.16	c cleaning 18003 clauses out of 36032 with flag 180002/180002
80.19/39.45	c cleaning 19009 clauses out of 38027 with flag 200000/200000
92.31/45.50	c cleaning 19998 clauses out of 40020 with flag 221002/221002
104.83/51.80	c cleaning 20996 clauses out of 42020 with flag 243000/243000
118.35/58.69	c cleaning 22004 clauses out of 44024 with flag 266000/266000
130.16/64.70	c cleaning 23002 clauses out of 46022 with flag 290002/290002
146.35/72.77	c cleaning 23998 clauses out of 48018 with flag 315000/315000
153.44/76.32	c cleaning 0 clauses out of 11002 with flag 0/11002
167.99/83.62	c cleaning 24987 clauses out of 50020 with flag 341000/341000
185.41/92.45	c cleaning 25994 clauses out of 52034 with flag 368001/368001
207.15/103.33	c cleaning 26997 clauses out of 54040 with flag 396001/396001
226.69/113.14	c cleaning 28001 clauses out of 56044 with flag 425002/425002
247.38/123.58	c cleaning 28991 clauses out of 58044 with flag 455003/455003
276.40/138.14	c cleaning 30008 clauses out of 60050 with flag 486000/486000
311.52/155.76	c cleaning 31009 clauses out of 62043 with flag 518001/518001
345.90/172.92	c cleaning 31993 clauses out of 64033 with flag 551000/551000
386.12/193.04	c cleaning 32994 clauses out of 66040 with flag 585000/585000
413.85/207.01	c cleaning 33992 clauses out of 68046 with flag 620000/620000
446.59/223.41	c cleaning 35009 clauses out of 70054 with flag 656000/656000
492.97/246.62	c cleaning 36006 clauses out of 72045 with flag 693000/693000
538.35/269.34	c cleaning 37012 clauses out of 74039 with flag 731000/731000
594.54/297.55	c cleaning 38005 clauses out of 76029 with flag 770002/770002
645.35/322.98	c cleaning 38990 clauses out of 78023 with flag 810001/810001
691.65/346.12	c cleaning 40001 clauses out of 80032 with flag 851000/851000
730.56/365.69	c cleaning 40994 clauses out of 82031 with flag 893000/893000
753.27/377.25	c cleaning 0 clauses out of 18001 with flag 0/18001
788.27/394.89	c cleaning 42003 clauses out of 84038 with flag 936001/936001
838.40/419.95	c cleaning 43000 clauses out of 86036 with flag 980002/980002
897.19/449.39	c cleaning 43990 clauses out of 88036 with flag 1025002/1025002
959.25/480.58	c cleaning 45011 clauses out of 90046 with flag 1071002/1071002
1027.09/514.42	c cleaning 46001 clauses out of 92033 with flag 1118000/1118000
1095.88/548.85	c cleaning 47002 clauses out of 94032 with flag 1166000/1166000
1165.60/583.76	c cleaning 48009 clauses out of 96033 with flag 1215003/1215003
1235.28/618.78	c cleaning 48991 clauses out of 98024 with flag 1265003/1265003
1311.89/657.08	c cleaning 49987 clauses out of 100032 with flag 1316002/1316002
1387.05/694.63	c cleaning 51000 clauses out of 102043 with flag 1368000/1368000
1478.07/740.16	c cleaning 52004 clauses out of 104043 with flag 1421000/1421000
1569.50/785.96	c cleaning 52986 clauses out of 106041 with flag 1475002/1475002
1660.40/831.75	c cleaning 53996 clauses out of 108055 with flag 1530002/1530002
1748.14/875.68	c cleaning 55012 clauses out of 110058 with flag 1586001/1586001
1800.19/902.02	c starts		: 208
1800.19/902.02	c conflicts		: 1619068
1800.19/902.02	c decisions		: 2083800
1800.19/902.02	c propagations		: 336001098
1800.19/902.02	c inspects		: 9609193591
1800.19/902.02	c shortcuts		: 0
1800.19/902.02	c learnt literals	: 0
1800.19/902.02	c learnt binary clauses	: 0
1800.19/902.02	c learnt ternary clauses	: 0
1800.19/902.02	c learnt constraints	: 1619068
1800.19/902.02	c ignored constraints	: 0
1800.19/902.02	c root simplifications	: 0
1800.19/902.02	c removed literals (reason simplification)	: 5161196
1800.19/902.02	c reason swapping (by a shorter reason)	: 0
1800.19/902.02	c Calls to reduceDB	: 52
1800.19/902.02	c number of reductions to clauses (during analyze)	: 0
1800.19/902.02	c number of learned constraints concerned by reduction	: 0
1800.19/902.02	c number of learning phase by resolution	: 0
1800.19/902.02	c number of learning phase by cutting planes	: 0
1800.19/902.02	c speed (assignments/second)	: 372614.2846053186
1800.19/902.02	c non guided choices	1383
1800.19/902.05	c learnt constraints type 
1800.19/902.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88130
1800.19/902.05	c constraints type 
1800.19/902.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 790
1800.19/902.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 195
1800.19/902.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
1800.19/902.05	c 1135 constraints processed.
1800.19/902.05	c constraints type 
1800.19/902.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
1800.19/902.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 790
1800.19/902.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
1800.19/902.05	c 1135 constraints processed.
1800.19/902.05	s UNKNOWN
1800.19/902.05	c Total wall clock time (in seconds): 901.93

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-3689454-1337882261/watcher-3689454-1337882261 -o /tmp/evaluation-result-3689454-1337882261/solver-3689454-1337882261 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689454-1337882261.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: 3.34 3.08 3.13 4/199 29726
/proc/meminfo: memFree=27738880/32873844 swapFree=7364/7364
[pid=29726] ppid=29724 vsize=23172 CPUtime=0 cores=0,2,4,6
/proc/29726/stat : 29726 (java) R 29724 29726 26250 0 -1 4202496 1140 0 0 0 0 0 0 0 20 0 1 0 254350887 23728128 862 33554432000 1073741824 1073778376 140736280581584 140736280570648 140419104836560 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29726/statm: 6050 867 654 9 0 385 0
[pid=29726/tid=29727] ppid=29724 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29727/stat : 29727 (java) R 29724 29726 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 2 0 254350888 91889664 879 33554432000 1073741824 1073778376 140736280581584 140736280570648 140419106821584 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.086125 s]
/proc/loadavg: 3.34 3.08 3.13 4/199 29726
/proc/meminfo: memFree=27738880/32873844 swapFree=7364/7364
[pid=29726] ppid=29724 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29726/stat : 29726 (java) S 29724 29726 26250 0 -1 4202496 4015 0 1 0 7 0 0 0 20 0 18 0 254350887 9787813888 5221 33554432000 1073741824 1073778376 140736280581584 140736280572720 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29726/statm: 2389603 5237 2036 9 0 2380296 0
[pid=29726/tid=29727] ppid=29724 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/29726/task/29727/stat : 29727 (java) R 29724 29726 26250 0 -1 4202560 2261 0 1 0 6 0 0 0 20 0 18 0 254350888 9787813888 5242 33554432000 1073741824 1073778376 140736280581584 140419100273584 140418939477692 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100263 s]
/proc/loadavg: 3.34 3.08 3.13 4/199 29726
/proc/meminfo: memFree=27738880/32873844 swapFree=7364/7364
[pid=29726] ppid=29724 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/29726/stat : 29726 (java) S 29724 29726 26250 0 -1 4202496 4305 0 1 0 9 1 0 0 20 0 18 0 254350887 9787813888 5509 33554432000 1073741824 1073778376 140736280581584 140736280572720 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29726/statm: 2389603 5509 2109 9 0 2380296 0
[pid=29726/tid=29727] ppid=29724 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29726/task/29727/stat : 29727 (java) R 29724 29726 26250 0 -1 4202560 2355 0 1 0 7 0 0 0 20 0 18 0 254350888 9787813888 5509 33554432000 1073741824 1073778376 140736280581584 140419100275264 140419098149381 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300194 s]
/proc/loadavg: 3.34 3.08 3.13 4/199 29726
/proc/meminfo: memFree=27738880/32873844 swapFree=7364/7364
[pid=29726] ppid=29724 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/29726/stat : 29726 (java) S 29724 29726 26250 0 -1 4202496 5843 0 1 0 50 1 0 0 20 0 22 0 254350887 10060460032 10802 33554432000 1073741824 1073778376 140736280581584 140736280572720 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29726/statm: 2456167 10818 2226 9 0 2446860 0
[pid=29726/tid=29727] ppid=29724 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/29726/task/29727/stat : 29727 (java) S 29724 29726 26250 0 -1 4202560 2456 0 1 0 25 0 0 0 20 0 22 0 254350888 10060460032 10818 33554432000 1073741824 1073778376 140736280581584 140419100275704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824668

[startup+0.700205 s]
/proc/loadavg: 3.34 3.08 3.13 4/199 29726
/proc/meminfo: memFree=27738880/32873844 swapFree=7364/7364
[pid=29726] ppid=29724 vsize=9824668 CPUtime=2.12 cores=0,2,4,6
/proc/29726/stat : 29726 (java) S 29724 29726 26250 0 -1 4202496 17248 0 1 0 207 5 0 0 20 0 22 0 254350887 10060460032 22158 33554432000 1073741824 1073778376 140736280581584 140736280572720 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29726/statm: 2456167 22158 2240 9 0 2446860 0
[pid=29726/tid=29727] ppid=29724 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/29726/task/29727/stat : 29727 (java) S 29724 29726 26250 0 -1 4202560 2456 0 1 0 25 0 0 0 20 0 22 0 254350888 10060460032 22158 33554432000 1073741824 1073778376 140736280581584 140419100275704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9824668

[startup+1.50075 s]
/proc/loadavg: 3.34 3.08 3.13 6/221 29748
/proc/meminfo: memFree=27580492/32873844 swapFree=7364/7364
[pid=29726] ppid=29724 vsize=9824668 CPUtime=4.32 cores=0,2,4,6
/proc/29726/stat : 29726 (java) S 29724 29726 26250 0 -1 4202496 20015 0 1 0 425 7 0 0 20 0 22 0 254350887 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140736280572720 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29726/statm: 2456167 49869 2277 9 0 2446860 0
[pid=29726/tid=29727] ppid=29724 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/29726/task/29727/stat : 29727 (java) S 29724 29726 26250 0 -1 4202560 2456 0 1 0 25 0 0 0 20 0 22 0 254350888 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140419100275704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29729] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29729/stat : 29729 (java) S 29724 29726 26250 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140419061766440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29730] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29730/stat : 29730 (java) S 29724 29726 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140419060713640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29731] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29731/stat : 29731 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140419059661352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29732] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29732/stat : 29732 (java) S 29724 29726 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140419058608552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29733] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29733/stat : 29733 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418939349800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29734] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29734/stat : 29734 (java) S 29724 29726 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418938297000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29735] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29735/stat : 29735 (java) S 29724 29726 26250 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418937244712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29736] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29736/stat : 29736 (java) S 29724 29726 26250 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418936191912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29737] ppid=29724 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29726/task/29737/stat : 29737 (java) S 29724 29726 26250 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 22 0 254350890 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418923993320 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29738] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29738/stat : 29738 (java) S 29724 29726 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254350890 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418318590968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29739] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29739/stat : 29739 (java) S 29724 29726 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350890 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418317538568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29740] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29740/stat : 29740 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418316487056 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29741] ppid=29724 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/29726/task/29741/stat : 29741 (java) R 29724 29726 26250 0 -1 4202560 8582 0 0 0 77 2 0 0 20 0 22 0 254350893 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418315434248 140419107090878 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29742] ppid=29724 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/29726/task/29742/stat : 29742 (java) R 29724 29726 26250 0 -1 4202560 7503 0 0 0 80 2 0 0 20 0 22 0 254350893 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418314358848 140419107249909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29743] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29743/stat : 29743 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418313329784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29744] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29744/stat : 29744 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418312277192 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29745] ppid=29724 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/29726/task/29745/stat : 29745 (java) R 29724 29726 26250 0 -1 4202560 24 0 0 0 117 0 0 0 20 0 22 0 254350915 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418311219816 140418939875024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29746] ppid=29724 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/29726/task/29746/stat : 29746 (java) R 29724 29726 26250 0 -1 4202560 188 0 0 0 116 2 0 0 20 0 22 0 254350915 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418310167528 140418940312747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29747] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29747/stat : 29747 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418309117096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29748] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29748/stat : 29748 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 49869 33554432000 1073741824 1073778376 140736280581584 140418308064296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9824668

[startup+3.10081 s]
/proc/loadavg: 3.34 3.08 3.13 5/221 29748
/proc/meminfo: memFree=27542636/32873844 swapFree=7364/7364
[pid=29726] ppid=29724 vsize=9824668 CPUtime=7.63 cores=0,2,4,6
/proc/29726/stat : 29726 (java) S 29724 29726 26250 0 -1 4202496 21776 0 1 0 751 12 0 0 20 0 22 0 254350887 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140736280572720 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29726/statm: 2456167 88964 2277 9 0 2446860 0
[pid=29726/tid=29727] ppid=29724 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/29726/task/29727/stat : 29727 (java) S 29724 29726 26250 0 -1 4202560 2456 0 1 0 25 0 0 0 20 0 22 0 254350888 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140419100275704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29729] ppid=29724 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29726/task/29729/stat : 29729 (java) S 29724 29726 26250 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 254350888 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140419061766440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29730] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29730/stat : 29730 (java) S 29724 29726 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140419060713640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29731] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29731/stat : 29731 (java) S 29724 29726 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140419059661352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29732] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29732/stat : 29732 (java) S 29724 29726 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140419058608552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29733] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29733/stat : 29733 (java) S 29724 29726 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418939349800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29734] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29734/stat : 29734 (java) S 29724 29726 26250 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418938297000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29735] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29735/stat : 29735 (java) S 29724 29726 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418937244712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29736] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29736/stat : 29736 (java) S 29724 29726 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418936191912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29737] ppid=29724 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/29726/task/29737/stat : 29737 (java) S 29724 29726 26250 0 -1 4202560 210 0 0 0 7 0 0 0 20 0 22 0 254350890 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418923993320 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29738] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29738/stat : 29738 (java) S 29724 29726 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254350890 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418318590968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29739] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29739/stat : 29739 (java) S 29724 29726 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350890 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418317538568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29740] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29740/stat : 29740 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418316487056 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29741] ppid=29724 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/29726/task/29741/stat : 29741 (java) S 29724 29726 26250 0 -1 4202560 10065 0 0 0 90 3 0 0 20 0 22 0 254350893 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418315434680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29742] ppid=29724 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/29726/task/29742/stat : 29742 (java) S 29724 29726 26250 0 -1 4202560 7504 0 0 0 84 2 0 0 20 0 22 0 254350893 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418314381880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29743] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29743/stat : 29743 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418313329784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29744] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29744/stat : 29744 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418312277192 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29745] ppid=29724 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/29726/task/29745/stat : 29745 (java) R 29724 29726 26250 0 -1 4202560 26 0 0 0 267 0 0 0 20 0 22 0 254350915 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418311221472 140418939912322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29746] ppid=29724 vsize=9824668 CPUtime=2.66 cores=0,2,4,6
/proc/29726/task/29746/stat : 29746 (java) R 29724 29726 26250 0 -1 4202560 255 0 0 0 262 4 0 0 20 0 22 0 254350915 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418310168576 140418939972333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29747] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29747/stat : 29747 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418309117096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29748] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29748/stat : 29748 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 88964 33554432000 1073741824 1073778376 140736280581584 140418308064296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.39 3.09 3.14 5/221 29748
/proc/meminfo: memFree=26637296/32873844 swapFree=7364/7364
[pid=29726] ppid=29724 vsize=9824668 CPUtime=14.02 cores=0,2,4,6
/proc/29726/stat : 29726 (java) S 29724 29726 26250 0 -1 4202496 22268 0 1 0 1384 18 0 0 20 0 22 0 254350887 10060460032 197020 33554432000 1073741824 1073778376 140736280581584 140736280572720 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29726/statm: 2456167 197020 2277 9 0 2446860 0
[pid=29726/tid=29727] ppid=29724 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/29726/task/29727/stat : 29727 (java) S 29724 29726 26250 0 -1 4202560 2456 0 1 0 25 0 0 0 20 0 22 0 254350888 10060460032 197020 33554432000 1073741824 1073778376 140736280581584 140419100275704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29729] ppid=29724 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29726/task/29729/stat : 29729 (java) S 29724 29726 26250 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 254350888 10060460032 197020 33554432000 1073741824 1073778376 140736280581584 140419061766440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29730] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29730/stat : 29730 (java) S 29724 29726 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254350888 10060460032 197020 33554432000 1073741824 1073778376 140736280581584 140419060713640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29731] ppid=29724 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29726/task/29731/stat : 29731 (java) S 29724 29726 26250 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254350888 10060460032 197020 33554432000 1073741824 1073778376 140736280581584 140419059661352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29732] ppid=29724 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29726/task/29732/stat : 29732 (java) S 29724 29726 26250 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254350888 10060460032 197020 33554432000 1073741824 1073778376 140736280581584 140419058608552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29733] ppid=29724 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29726/task/29733/stat : 29733 (java) S 29724 29726 26250 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 254350888 10060460032 197020 33554432000 1073741824 1073778376 140736280581584 140418939349800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29734] ppid=29724 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29726/task/29734/stat : 29734 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254350888 10060460032 197020 33554432000 1073741824 1073778376 140736280581584 140418938297000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29735] ppid=29724 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29726/task/29735/stat : 29735 (java) S 29724 29726 26250 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254350888 10060460032 197020 33554432000 1073741824 1073778376 140736280581584 140418937244712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29736] ppid=29724 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29726/task/29736/stat : 29736 (java) S 29724 29726 26250 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 254350888 10060460032 197020 33554432000 1073741824 1073778376 140736280581584 140418936191912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=29726/tid=29746] ppid=29724 vsize=9824668 CPUtime=739.32 cores=0,2,4,6
/proc/29726/task/29746/stat : 29746 (java) R 29724 29726 26250 0 -1 4202560 2200 0 0 0 73898 34 0 0 20 0 22 0 254350915 10060460032 268153 33554432000 1073741824 1073778376 140736280581584 140418310166800 140418940096124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29747] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29747/stat : 29747 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 268153 33554432000 1073741824 1073778376 140736280581584 140418309117096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29748] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29748/stat : 29748 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 268153 33554432000 1073741824 1073778376 140736280581584 140418308064296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1521.92
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.01 3.91 3.59 5/221 29779
/proc/meminfo: memFree=25969748/32873844 swapFree=7364/7364
[pid=29726] ppid=29724 vsize=9824668 CPUtime=1642.15 cores=0,2,4,6
/proc/29726/stat : 29726 (java) S 29724 29726 26250 0 -1 4202496 29749 0 1 0 164092 123 0 0 20 0 22 0 254350887 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140736280572720 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29726/statm: 2456167 295573 2278 9 0 2446860 0
[pid=29726/tid=29727] ppid=29724 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/29726/task/29727/stat : 29727 (java) S 29724 29726 26250 0 -1 4202560 2476 0 1 0 26 3 0 0 20 0 22 0 254350888 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140419100275704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29729] ppid=29724 vsize=9824668 CPUtime=3.63 cores=0,2,4,6
/proc/29726/task/29729/stat : 29729 (java) S 29724 29726 26250 0 -1 4202560 391 0 0 0 358 5 0 0 20 0 22 0 254350888 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140419061766440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29730] ppid=29724 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/29726/task/29730/stat : 29730 (java) S 29724 29726 26250 0 -1 4202560 413 0 0 0 330 6 0 0 20 0 22 0 254350888 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140419060713640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29731] ppid=29724 vsize=9824668 CPUtime=3.25 cores=0,2,4,6
/proc/29726/task/29731/stat : 29731 (java) S 29724 29726 26250 0 -1 4202560 367 0 0 0 319 6 0 0 20 0 22 0 254350888 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140419059661352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29732] ppid=29724 vsize=9824668 CPUtime=3.34 cores=0,2,4,6
/proc/29726/task/29732/stat : 29732 (java) S 29724 29726 26250 0 -1 4202560 402 0 0 0 327 7 0 0 20 0 22 0 254350888 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140419058608552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29733] ppid=29724 vsize=9824668 CPUtime=3.32 cores=0,2,4,6
/proc/29726/task/29733/stat : 29733 (java) S 29724 29726 26250 0 -1 4202560 464 0 0 0 326 6 0 0 20 0 22 0 254350888 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418939349800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29734] ppid=29724 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/29726/task/29734/stat : 29734 (java) S 29724 29726 26250 0 -1 4202560 548 0 0 0 324 7 0 0 20 0 22 0 254350888 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418938297000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29735] ppid=29724 vsize=9824668 CPUtime=3.53 cores=0,2,4,6
/proc/29726/task/29735/stat : 29735 (java) S 29724 29726 26250 0 -1 4202560 408 0 0 0 346 7 0 0 20 0 22 0 254350888 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418937244712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29736] ppid=29724 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/29726/task/29736/stat : 29736 (java) S 29724 29726 26250 0 -1 4202560 528 0 0 0 306 5 0 0 20 0 22 0 254350888 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418936191912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29737] ppid=29724 vsize=9824668 CPUtime=16.26 cores=0,2,4,6
/proc/29726/task/29737/stat : 29737 (java) S 29724 29726 26250 0 -1 4202560 902 0 0 0 1601 25 0 0 20 0 22 0 254350890 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418923993320 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29738] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29738/stat : 29738 (java) S 29724 29726 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254350890 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418318590968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29739] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29739/stat : 29739 (java) S 29724 29726 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350890 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418317538568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29740] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29740/stat : 29740 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418316487056 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29741] ppid=29724 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/29726/task/29741/stat : 29741 (java) S 29724 29726 26250 0 -1 4202560 10077 0 0 0 105 3 0 0 20 0 22 0 254350893 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418315434680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29742] ppid=29724 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/29726/task/29742/stat : 29742 (java) S 29724 29726 26250 0 -1 4202560 8540 0 0 0 148 3 0 0 20 0 22 0 254350893 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418314381880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29743] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29743/stat : 29743 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418313329784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29744] ppid=29724 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/29726/task/29744/stat : 29744 (java) S 29724 29726 26250 0 -1 4202560 47 0 0 0 16 16 0 0 20 0 22 0 254350893 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418312277192 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29745] ppid=29724 vsize=9824668 CPUtime=798.04 cores=0,2,4,6
/proc/29726/task/29745/stat : 29745 (java) R 29724 29726 26250 0 -1 4202560 362 0 0 0 79789 15 0 0 20 0 22 0 254350915 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418311220528 140418939912322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29746] ppid=29724 vsize=9824668 CPUtime=798.07 cores=0,2,4,6
/proc/29726/task/29746/stat : 29746 (java) R 29724 29726 26250 0 -1 4202560 2637 0 0 0 79770 37 0 0 20 0 22 0 254350915 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418310166640 140418940095905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29747] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29747/stat : 29747 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418309117096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29748] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29748/stat : 29748 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 295573 33554432000 1073741824 1073778376 140736280581584 140418308064296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1642.15
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.61 3.82 3.58 4/217 29837
/proc/meminfo: memFree=24292716/32873844 swapFree=7364/7364
[pid=29726] ppid=29724 vsize=9824668 CPUtime=1760.55 cores=0,2,4,6
/proc/29726/stat : 29726 (java) S 29724 29726 26250 0 -1 4202496 33306 0 1 0 175913 142 0 0 20 0 22 0 254350887 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140736280572720 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29726/statm: 2456167 363826 2279 9 0 2446860 0
[pid=29726/tid=29727] ppid=29724 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/29726/task/29727/stat : 29727 (java) S 29724 29726 26250 0 -1 4202560 2479 0 1 0 26 3 0 0 20 0 22 0 254350888 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140419100275704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29729] ppid=29724 vsize=9824668 CPUtime=3.8 cores=0,2,4,6
/proc/29726/task/29729/stat : 29729 (java) S 29724 29726 26250 0 -1 4202560 580 0 0 0 374 6 0 0 20 0 22 0 254350888 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140419061766440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29730] ppid=29724 vsize=9824668 CPUtime=3.55 cores=0,2,4,6
/proc/29726/task/29730/stat : 29730 (java) S 29724 29726 26250 0 -1 4202560 504 0 0 0 348 7 0 0 20 0 22 0 254350888 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140419060713640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29731] ppid=29724 vsize=9824668 CPUtime=3.41 cores=0,2,4,6
/proc/29726/task/29731/stat : 29731 (java) S 29724 29726 26250 0 -1 4202560 508 0 0 0 334 7 0 0 20 0 22 0 254350888 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140419059661352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29732] ppid=29724 vsize=9824668 CPUtime=3.56 cores=0,2,4,6
/proc/29726/task/29732/stat : 29732 (java) S 29724 29726 26250 0 -1 4202560 731 0 0 0 348 8 0 0 20 0 22 0 254350888 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140419058608552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29733] ppid=29724 vsize=9824668 CPUtime=3.56 cores=0,2,4,6
/proc/29726/task/29733/stat : 29733 (java) S 29724 29726 26250 0 -1 4202560 652 0 0 0 348 8 0 0 20 0 22 0 254350888 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418939349800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29734] ppid=29724 vsize=9824668 CPUtime=3.53 cores=0,2,4,6
/proc/29726/task/29734/stat : 29734 (java) S 29724 29726 26250 0 -1 4202560 666 0 0 0 345 8 0 0 20 0 22 0 254350888 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418938297000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29735] ppid=29724 vsize=9824668 CPUtime=3.76 cores=0,2,4,6
/proc/29726/task/29735/stat : 29735 (java) S 29724 29726 26250 0 -1 4202560 741 0 0 0 368 8 0 0 20 0 22 0 254350888 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418937244712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29736] ppid=29724 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/29726/task/29736/stat : 29736 (java) S 29724 29726 26250 0 -1 4202560 1031 0 0 0 326 7 0 0 20 0 22 0 254350888 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418936191912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29737] ppid=29724 vsize=9824668 CPUtime=18.6 cores=0,2,4,6
/proc/29726/task/29737/stat : 29737 (java) S 29724 29726 26250 0 -1 4202560 1275 0 0 0 1834 26 0 0 20 0 22 0 254350890 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418923993320 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29738] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29738/stat : 29738 (java) S 29724 29726 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254350890 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418318590968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29739] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29739/stat : 29739 (java) S 29724 29726 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350890 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418317538568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29740] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29740/stat : 29740 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418316487056 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29741] ppid=29724 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/29726/task/29741/stat : 29741 (java) S 29724 29726 26250 0 -1 4202560 10080 0 0 0 106 3 0 0 20 0 22 0 254350893 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418315434680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29742] ppid=29724 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/29726/task/29742/stat : 29742 (java) S 29724 29726 26250 0 -1 4202560 8540 0 0 0 148 3 0 0 20 0 22 0 254350893 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418314381880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29743] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29743/stat : 29743 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418313329784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29744] ppid=29724 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/29726/task/29744/stat : 29744 (java) S 29724 29726 26250 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 254350893 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418312277192 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29745] ppid=29724 vsize=9824668 CPUtime=855.25 cores=0,2,4,6
/proc/29726/task/29745/stat : 29745 (java) R 29724 29726 26250 0 -1 4202560 380 0 0 0 85505 20 0 0 20 0 22 0 254350915 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418311220528 140418939874307 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29746] ppid=29724 vsize=9824668 CPUtime=855.27 cores=0,2,4,6
/proc/29726/task/29746/stat : 29746 (java) R 29724 29726 26250 0 -1 4202560 3901 0 0 0 85487 40 0 0 20 0 22 0 254350915 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418310166640 140418939972190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29747] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29747/stat : 29747 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418309117096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29748] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29748/stat : 29748 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 363826 33554432000 1073741824 1073778376 140736280581584 140418308064296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.55
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.008 s]
/proc/loadavg: 3.43 3.77 3.56 5/216 29837
/proc/meminfo: memFree=23596404/32873844 swapFree=7364/7364
[pid=29726] ppid=29724 vsize=9824668 CPUtime=1800.19 cores=0,2,4,6
/proc/29726/stat : 29726 (java) S 29724 29726 26250 0 -1 4202496 33811 0 1 0 179871 148 0 0 20 0 22 0 254350887 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140736280572720 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29726/statm: 2456167 384716 2279 9 0 2446860 0
[pid=29726/tid=29727] ppid=29724 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/29726/task/29727/stat : 29727 (java) S 29724 29726 26250 0 -1 4202560 2479 0 1 0 26 4 0 0 20 0 22 0 254350888 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140419100275704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29729] ppid=29724 vsize=9824668 CPUtime=3.84 cores=0,2,4,6
/proc/29726/task/29729/stat : 29729 (java) S 29724 29726 26250 0 -1 4202560 584 0 0 0 378 6 0 0 20 0 22 0 254350888 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140419061766440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29730] ppid=29724 vsize=9824668 CPUtime=3.64 cores=0,2,4,6
/proc/29726/task/29730/stat : 29730 (java) S 29724 29726 26250 0 -1 4202560 516 0 0 0 356 8 0 0 20 0 22 0 254350888 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140419060713640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29731] ppid=29724 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/29726/task/29731/stat : 29731 (java) S 29724 29726 26250 0 -1 4202560 520 0 0 0 340 8 0 0 20 0 22 0 254350888 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140419059661352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29732] ppid=29724 vsize=9824668 CPUtime=3.64 cores=0,2,4,6
/proc/29726/task/29732/stat : 29732 (java) S 29724 29726 26250 0 -1 4202560 775 0 0 0 355 9 0 0 20 0 22 0 254350888 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140419058608552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29733] ppid=29724 vsize=9824668 CPUtime=3.63 cores=0,2,4,6
/proc/29726/task/29733/stat : 29733 (java) S 29724 29726 26250 0 -1 4202560 662 0 0 0 355 8 0 0 20 0 22 0 254350888 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418939349800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29734] ppid=29724 vsize=9824668 CPUtime=3.59 cores=0,2,4,6
/proc/29726/task/29734/stat : 29734 (java) S 29724 29726 26250 0 -1 4202560 670 0 0 0 351 8 0 0 20 0 22 0 254350888 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418938297000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29735] ppid=29724 vsize=9824668 CPUtime=3.79 cores=0,2,4,6
/proc/29726/task/29735/stat : 29735 (java) S 29724 29726 26250 0 -1 4202560 745 0 0 0 370 9 0 0 20 0 22 0 254350888 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418937244712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29736] ppid=29724 vsize=9824668 CPUtime=3.37 cores=0,2,4,6
/proc/29726/task/29736/stat : 29736 (java) S 29724 29726 26250 0 -1 4202560 1067 0 0 0 330 7 0 0 20 0 22 0 254350888 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418936191912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29737] ppid=29724 vsize=9824668 CPUtime=18.6 cores=0,2,4,6
/proc/29726/task/29737/stat : 29737 (java) S 29724 29726 26250 0 -1 4202560 1311 0 0 0 1834 26 0 0 20 0 22 0 254350890 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418923993320 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29738] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29738/stat : 29738 (java) S 29724 29726 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254350890 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418318590968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29739] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29739/stat : 29739 (java) S 29724 29726 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350890 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418317538568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29740] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29740/stat : 29740 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418316487056 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29741] ppid=29724 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/29726/task/29741/stat : 29741 (java) S 29724 29726 26250 0 -1 4202560 10080 0 0 0 106 3 0 0 20 0 22 0 254350893 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418315434680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29726/tid=29742] ppid=29724 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/29726/task/29742/stat : 29742 (java) S 29724 29726 26250 0 -1 4202560 8540 0 0 0 148 3 0 0 20 0 22 0 254350893 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418314381880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29743] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29743/stat : 29743 (java) S 29724 29726 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350893 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418313329784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29744] ppid=29724 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/29726/task/29744/stat : 29744 (java) S 29724 29726 26250 0 -1 4202560 53 0 0 0 17 18 0 0 20 0 22 0 254350893 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418312277192 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29745] ppid=29724 vsize=9824668 CPUtime=874.84 cores=0,2,4,6
/proc/29726/task/29745/stat : 29745 (java) R 29724 29726 26250 0 -1 4202560 385 0 0 0 87463 21 0 0 20 0 22 0 254350915 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418311220528 140418939912322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29726/tid=29746] ppid=29724 vsize=9824668 CPUtime=874.86 cores=0,2,4,6
/proc/29726/task/29746/stat : 29746 (java) R 29724 29726 26250 0 -1 4202560 4237 0 0 0 87444 42 0 0 20 0 22 0 254350915 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418310166800 140418940084743 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29726/tid=29747] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29747/stat : 29747 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418309117096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29726/tid=29748] ppid=29724 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29748/stat : 29748 (java) S 29724 29726 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350915 10060460032 384716 33554432000 1073741824 1073778376 140736280581584 140418308064296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824668

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): 902.063
CPU time (s): 1800.94
CPU user time (s): 1798.98
CPU system time (s): 1.9617
CPU usage (%): 199.647
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.9617
maximum resident set size= 1539012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33849
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35066
involuntary context switches= 57682

runsolver used 4.37134 second user time and 7.48586 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 19:57:41
IDJOB=3689454
IDBENCH=89819
IDSOLVER=2268
FILE ID=node133/3689454-1337882261
RUNJOBID= node133-1337871880-26266
PBS_JOBID= 14620071
Free space on /tmp= 71616 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689454-1337882261/watcher-3689454-1337882261 -o /tmp/evaluation-result-3689454-1337882261/solver-3689454-1337882261 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689454-1337882261.opb

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=821421059

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27739152 kB
Buffers:          219908 kB
Cached:          2454580 kB
SwapCached:            0 kB
Active:          2105872 kB
Inactive:        2247292 kB
Active(anon):    1681304 kB
Inactive(anon):        0 kB
Active(file):     424568 kB
Inactive(file):  2247292 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               504 kB
Writeback:             0 kB
AnonPages:       1693816 kB
Mapped:            22672 kB
Shmem:               212 kB
Slab:             630956 kB
SReclaimable:      73180 kB
SUnreclaim:       557776 kB
KernelStack:        1664 kB
PageTables:         7304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2622356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1632256 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= 71312 MiB
End job on node133 at 2012-05-24 20:12:45