Trace number 3689514

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.67 934.557

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894788.opb
MD5SUMca3efe2da0610ce6a80a42a3887418e6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark180.313
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3463
Total number of constraints2279
Number of constraints which are clauses678
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1456
Minimum length of a constraint1
Maximum length of a constraint97
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 97
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3689514-1337882681.opb
0.07/0.12	c reading problem ... 
0.48/0.37	c ... done. Wall clock time 0.241s.
0.48/0.37	c declared #vars     3463
0.48/0.37	c #constraints  2591
0.48/0.37	c constraints type 
0.48/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.48/0.37	c org.sat4j.minisat.constraints.cnf.UnitClauses => 186
0.48/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 1250
0.48/0.37	c ignored satisfied constraints => 505
0.48/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 443
0.48/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 145
0.48/0.37	c 3096 constraints processed.
0.48/0.37	c constraints type 
0.48/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 443
0.48/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
0.48/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1250
0.48/0.37	c ignored satisfied constraints => 505
0.48/0.37	c org.sat4j.pb.constraints.pb.UnitClausesPB => 186
0.48/0.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 145
0.48/0.37	c 3096 constraints processed.
0.48/0.37	c objective function length is 7 literals
2.78/0.96	c cleaning 2488 clauses out of 4999 with flag 5000/5000
4.57/1.48	c cleaning 4237 clauses out of 8511 with flag 11001/11001
6.02/2.09	c cleaning 5623 clauses out of 11272 with flag 18000/18000
7.62/2.87	c cleaning 6809 clauses out of 13648 with flag 26000/26000
9.64/3.86	c cleaning 7920 clauses out of 15839 with flag 35000/35000
12.13/5.01	c cleaning 8944 clauses out of 17918 with flag 45000/45000
14.64/6.33	c cleaning 9975 clauses out of 19974 with flag 56000/56000
17.55/7.81	c cleaning 10978 clauses out of 22000 with flag 68002/68002
21.00/9.65	c cleaning 12003 clauses out of 24021 with flag 81001/81001
24.89/11.67	c cleaning 12957 clauses out of 26016 with flag 95000/95000
29.42/13.93	c cleaning 13992 clauses out of 28060 with flag 110001/110001
33.66/16.20	c cleaning 15022 clauses out of 30067 with flag 126000/126000
38.82/18.85	c cleaning 15986 clauses out of 32048 with flag 143003/143003
45.08/22.04	c cleaning 17003 clauses out of 34062 with flag 161003/161003
52.68/25.93	c cleaning 18011 clauses out of 36059 with flag 180003/180003
58.24/28.90	c cleaning 19004 clauses out of 38045 with flag 200000/200000
65.23/32.56	c cleaning 19960 clauses out of 40041 with flag 221000/221000
73.36/36.80	c cleaning 21022 clauses out of 42081 with flag 243000/243000
81.86/41.14	c cleaning 22000 clauses out of 44060 with flag 266001/266001
90.92/45.88	c cleaning 22999 clauses out of 46059 with flag 290000/290000
101.03/51.16	c cleaning 24006 clauses out of 48061 with flag 315001/315001
112.05/56.89	c cleaning 24970 clauses out of 50054 with flag 341000/341000
123.27/62.66	c cleaning 25959 clauses out of 52084 with flag 368000/368000
136.43/69.49	c cleaning 27054 clauses out of 54125 with flag 396000/396000
147.70/75.40	c cleaning 27999 clauses out of 56072 with flag 425001/425001
160.98/82.38	c cleaning 29030 clauses out of 58072 with flag 455000/455000
175.85/90.09	c cleaning 29934 clauses out of 60043 with flag 486001/486001
193.72/99.24	c cleaning 30991 clauses out of 62108 with flag 518000/518000
209.60/107.68	c cleaning 32037 clauses out of 64117 with flag 551000/551000
225.59/115.98	c cleaning 33000 clauses out of 66081 with flag 585001/585001
239.20/123.04	c cleaning 0 clauses out of 5000 with flag 0/5000
242.67/125.19	c cleaning 34023 clauses out of 68080 with flag 620001/620001
266.00/138.06	c cleaning 34974 clauses out of 70056 with flag 656000/656000
285.27/147.91	c cleaning 35949 clauses out of 72082 with flag 693000/693000
304.12/157.72	c cleaning 37053 clauses out of 74133 with flag 731000/731000
329.73/171.12	c cleaning 37978 clauses out of 76081 with flag 770001/770001
354.98/184.18	c cleaning 39034 clauses out of 78102 with flag 810000/810000
380.59/197.31	c cleaning 40014 clauses out of 80069 with flag 851001/851001
404.37/209.64	c cleaning 41015 clauses out of 82055 with flag 893001/893001
425.60/221.00	c cleaning 41990 clauses out of 84039 with flag 936000/936000
449.55/233.32	c cleaning 43018 clauses out of 86049 with flag 980000/980000
480.66/249.34	c cleaning 43992 clauses out of 88032 with flag 1025001/1025001
512.77/265.89	c cleaning 45004 clauses out of 90040 with flag 1071001/1071001
544.54/282.57	c cleaning 45967 clauses out of 92037 with flag 1118002/1118002
573.35/297.43	c cleaning 46994 clauses out of 94068 with flag 1166000/1166000
598.92/310.79	c cleaning 47976 clauses out of 96074 with flag 1215000/1215000
628.77/327.56	c cleaning 48993 clauses out of 98098 with flag 1265000/1265000
661.59/344.37	c cleaning 49968 clauses out of 100105 with flag 1316000/1316000
688.82/358.53	c cleaning 51026 clauses out of 102137 with flag 1368000/1368000
725.62/377.50	c cleaning 51960 clauses out of 104111 with flag 1421000/1421000
769.10/400.23	c cleaning 52980 clauses out of 106153 with flag 1475002/1475002
818.15/425.34	c cleaning 53995 clauses out of 108172 with flag 1530001/1530001
858.07/445.91	c cleaning 55054 clauses out of 110176 with flag 1586000/1586000
900.79/467.97	c cleaning 56052 clauses out of 112125 with flag 1643003/1643003
947.89/492.56	c cleaning 56953 clauses out of 114071 with flag 1701001/1701001
998.97/518.71	c cleaning 58046 clauses out of 116117 with flag 1760000/1760000
1046.23/543.06	c cleaning 58955 clauses out of 118073 with flag 1820002/1820002
1093.79/567.58	c cleaning 59998 clauses out of 120116 with flag 1881000/1881000
1143.80/593.70	c cleaning 61009 clauses out of 122118 with flag 1943000/1943000
1190.34/617.72	c cleaning 62008 clauses out of 124110 with flag 2006001/2006001
1234.53/640.63	c cleaning 63030 clauses out of 126101 with flag 2070000/2070000
1286.41/667.31	c cleaning 63990 clauses out of 128073 with flag 2135002/2135002
1303.76/677.40	c cleaning 0 clauses out of 11000 with flag 0/11000
1346.66/699.75	c cleaning 65024 clauses out of 130083 with flag 2201002/2201002
1402.60/728.59	c cleaning 65982 clauses out of 132057 with flag 2268000/2268000
1460.55/758.31	c cleaning 66956 clauses out of 134076 with flag 2336001/2336001
1522.46/790.74	c cleaning 68021 clauses out of 136119 with flag 2405000/2405000
1580.57/820.61	c cleaning 69025 clauses out of 138098 with flag 2475000/2475000
1651.34/856.88	c cleaning 70014 clauses out of 140074 with flag 2546001/2546001
1717.43/890.78	c cleaning 70972 clauses out of 142062 with flag 2618003/2618003
1790.50/928.75	c cleaning 71981 clauses out of 144088 with flag 2691001/2691001
1800.08/934.51	c starts		: 231
1800.08/934.51	c conflicts		: 2702119
1800.08/934.51	c decisions		: 4329164
1800.08/934.51	c propagations		: 529189692
1800.08/934.51	c inspects		: 7422518540
1800.08/934.51	c shortcuts		: 0
1800.08/934.51	c learnt literals	: 8
1800.08/934.51	c learnt binary clauses	: 774
1800.08/934.51	c learnt ternary clauses	: 3137
1800.08/934.51	c learnt constraints	: 2702111
1800.08/934.51	c ignored constraints	: 0
1800.08/934.51	c root simplifications	: 0
1800.08/934.51	c removed literals (reason simplification)	: 53174614
1800.08/934.51	c reason swapping (by a shorter reason)	: 0
1800.08/934.51	c Calls to reduceDB	: 69
1800.08/934.51	c number of reductions to clauses (during analyze)	: 0
1800.08/934.51	c number of learned constraints concerned by reduction	: 0
1800.08/934.51	c number of learning phase by resolution	: 0
1800.08/934.51	c number of learning phase by cutting planes	: 0
1800.08/934.51	c speed (assignments/second)	: 566506.0757133116
1800.08/934.51	c non guided choices	0
1800.08/934.54	c learnt constraints type 
1800.08/934.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 774
1800.08/934.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82497
1800.08/934.54	c constraints type 
1800.08/934.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
1800.08/934.54	c org.sat4j.minisat.constraints.cnf.UnitClauses => 186
1800.08/934.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1250
1800.08/934.54	c ignored satisfied constraints => 505
1800.08/934.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 443
1800.08/934.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 145
1800.08/934.54	c 3096 constraints processed.
1800.08/934.54	c constraints type 
1800.08/934.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 443
1800.08/934.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
1800.08/934.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1250
1800.08/934.54	c ignored satisfied constraints => 505
1800.08/934.54	c org.sat4j.pb.constraints.pb.UnitClausesPB => 186
1800.08/934.54	c org.sat4j.pb.constraints.pb.UnitClausePB => 145
1800.08/934.54	c 3096 constraints processed.
1800.08/934.54	s UNKNOWN
1800.08/934.54	c Total wall clock time (in seconds): 934.411

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-3689514-1337882681/watcher-3689514-1337882681 -o /tmp/evaluation-result-3689514-1337882681/solver-3689514-1337882681 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689514-1337882681.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.81 3.80 3.24 5/197 29038
/proc/meminfo: memFree=27454432/32873648 swapFree=6856/6856
[pid=29038] ppid=29036 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/29038/stat : 29038 (java) D 29036 29038 24583 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 254393556 2560000 46 33554432000 1073741824 1073778376 140735526430144 140735526427272 270698376487 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/29038/statm: 625 46 37 9 0 29 0

[startup+0.066429 s]
/proc/loadavg: 3.81 3.80 3.24 5/197 29038
/proc/meminfo: memFree=27454432/32873648 swapFree=6856/6856
[pid=29038] ppid=29036 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/29038/stat : 29038 (java) S 29036 29038 24583 0 -1 4202496 3081 0 1 0 3 0 0 0 20 0 13 0 254393556 9446973440 4289 33554432000 1073741824 1073778376 140735487776256 140735487767392 270710898749 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29038/statm: 2306390 4290 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10021 s]
/proc/loadavg: 3.81 3.80 3.24 5/197 29038
/proc/meminfo: memFree=27454432/32873648 swapFree=6856/6856
[pid=29038] ppid=29036 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29038/stat : 29038 (java) S 29036 29038 24583 0 -1 4202496 4159 0 1 0 7 0 0 0 20 0 18 0 254393556 9787813888 5359 33554432000 1073741824 1073778376 140735487776256 140735487767392 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29038/statm: 2389603 5359 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300231 s]
/proc/loadavg: 3.81 3.80 3.24 5/197 29038
/proc/meminfo: memFree=27454432/32873648 swapFree=6856/6856
[pid=29038] ppid=29036 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/29038/stat : 29038 (java) S 29036 29038 24583 0 -1 4202496 5848 0 1 0 47 1 0 0 20 0 18 0 254393556 9787813888 18339 33554432000 1073741824 1073778376 140735487776256 140735487767392 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29038/statm: 2389603 18339 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700171 s]
/proc/loadavg: 3.81 3.80 3.24 5/197 29038
/proc/meminfo: memFree=27454432/32873648 swapFree=6856/6856
[pid=29038] ppid=29036 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/29038/stat : 29038 (java) S 29036 29038 24583 0 -1 4202496 17015 0 1 0 195 3 0 0 20 0 22 0 254393556 10060460032 38098 33554432000 1073741824 1073778376 140735487776256 140735487767392 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29038/statm: 2456167 38098 2249 9 0 2446860 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9824668

[startup+1.5007 s]
/proc/loadavg: 3.81 3.80 3.24 8/219 29060
/proc/meminfo: memFree=27273332/32873648 swapFree=6856/6856
[pid=29038] ppid=29036 vsize=9824668 CPUtime=4.92 cores=0,2,4,6
/proc/29038/stat : 29038 (java) S 29036 29038 24583 0 -1 4202496 25971 0 1 0 486 6 0 0 20 0 22 0 254393556 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140735487767392 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29038/statm: 2456167 49828 2285 9 0 2446860 0
[pid=29038/tid=29040] ppid=29036 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/29038/task/29040/stat : 29040 (java) S 29036 29038 24583 0 -1 4202560 2492 0 1 0 31 2 0 0 20 0 22 0 254393558 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396329067512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29041] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29041/stat : 29041 (java) S 29036 29038 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254393559 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396172835112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29042] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29042/stat : 29042 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393559 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396171782312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29043] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29043/stat : 29043 (java) S 29036 29038 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254393559 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396170730024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29044] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29044/stat : 29044 (java) S 29036 29038 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254393559 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396169677224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29045] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29045/stat : 29045 (java) S 29036 29038 24583 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254393559 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396168624936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29046] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29046/stat : 29046 (java) S 29036 29038 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254393559 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396167572136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29047] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29047/stat : 29047 (java) S 29036 29038 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254393559 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396166519848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29048] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29048/stat : 29048 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393559 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396165467048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29049] ppid=29036 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29038/task/29049/stat : 29049 (java) R 29036 29038 24583 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 254393560 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396153267432 140396335193231 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29050] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29050/stat : 29050 (java) S 29036 29038 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396152214520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29051] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29051/stat : 29051 (java) S 29036 29038 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396151162120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29052] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29052/stat : 29052 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396150110608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29053] ppid=29036 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/29038/task/29053/stat : 29053 (java) S 29036 29038 24583 0 -1 4202560 12672 0 0 0 123 1 0 0 20 0 22 0 254393563 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396149044328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29054] ppid=29036 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/29038/task/29054/stat : 29054 (java) S 29036 29038 24583 0 -1 4202560 9417 0 0 0 106 2 0 0 20 0 22 0 254393563 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396148005432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29055] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29055/stat : 29055 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396146953336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29056] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29056/stat : 29056 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396145900744 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29057] ppid=29036 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/29038/task/29057/stat : 29057 (java) S 29036 29038 24583 0 -1 4202560 29 0 0 0 106 0 0 0 20 0 22 0 254393594 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396144845144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29058] ppid=29036 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/29038/task/29058/stat : 29058 (java) S 29036 29038 24583 0 -1 4202560 87 0 0 0 106 0 0 0 20 0 22 0 254393594 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396143790152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29059] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29059/stat : 29059 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396142740648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29060] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29060/stat : 29060 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 49828 33554432000 1073741824 1073778376 140735487776256 140396141687848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 9824668

[startup+3.10071 s]
/proc/loadavg: 3.81 3.80 3.24 10/219 29060
/proc/meminfo: memFree=27261972/32873648 swapFree=6856/6856
[pid=29038] ppid=29036 vsize=9824668 CPUtime=8.23 cores=0,2,4,6
/proc/29038/stat : 29038 (java) S 29036 29038 24583 0 -1 4202496 26087 0 1 0 815 8 0 0 20 0 22 0 254393556 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140735487767392 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29038/statm: 2456167 60209 2285 9 0 2446860 0
[pid=29038/tid=29040] ppid=29036 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/29038/task/29040/stat : 29040 (java) S 29036 29038 24583 0 -1 4202560 2492 0 1 0 31 2 0 0 20 0 22 0 254393558 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396329067512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29041] ppid=29036 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29038/task/29041/stat : 29041 (java) S 29036 29038 24583 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 254393559 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396172835112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29042] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29042/stat : 29042 (java) S 29036 29038 24583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254393559 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396171782312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29043] ppid=29036 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29038/task/29043/stat : 29043 (java) S 29036 29038 24583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254393559 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396170730024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29044] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29044/stat : 29044 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393559 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396169677224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29045] ppid=29036 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29038/task/29045/stat : 29045 (java) S 29036 29038 24583 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 254393559 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396168624936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29046] ppid=29036 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29038/task/29046/stat : 29046 (java) S 29036 29038 24583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254393559 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396167572136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29047] ppid=29036 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29038/task/29047/stat : 29047 (java) S 29036 29038 24583 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254393559 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396166519848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29048] ppid=29036 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29038/task/29048/stat : 29048 (java) S 29036 29038 24583 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254393559 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396165467048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29049] ppid=29036 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/29038/task/29049/stat : 29049 (java) S 29036 29038 24583 0 -1 4202560 105 0 0 0 17 0 0 0 20 0 22 0 254393560 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396153268456 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29050] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29050/stat : 29050 (java) S 29036 29038 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396152214520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29051] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29051/stat : 29051 (java) S 29036 29038 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396151162120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29052] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29052/stat : 29052 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396150110608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29053] ppid=29036 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/29038/task/29053/stat : 29053 (java) S 29036 29038 24583 0 -1 4202560 12673 0 0 0 138 1 0 0 20 0 22 0 254393563 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396149058232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29054] ppid=29036 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/29038/task/29054/stat : 29054 (java) S 29036 29038 24583 0 -1 4202560 9418 0 0 0 112 2 0 0 20 0 22 0 254393563 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396148005432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29055] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29055/stat : 29055 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396146953336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29056] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29056/stat : 29056 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396145900744 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29057] ppid=29036 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/29038/task/29057/stat : 29057 (java) R 29036 29038 24583 0 -1 4202560 29 0 0 0 245 0 0 0 20 0 22 0 254393594 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396144845024 140396190096760 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29058] ppid=29036 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/29038/task/29058/stat : 29058 (java) R 29036 29038 24583 0 -1 4202560 96 0 0 0 246 0 0 0 20 0 22 0 254393594 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396143789672 140396190279170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29059] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29059/stat : 29059 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396142740648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29060] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29060/stat : 29060 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 60209 33554432000 1073741824 1073778376 140735487776256 140396141687848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 9824668

[startup+6.30072 s]
/proc/loadavg: 3.83 3.80 3.24 5/219 29060
/proc/meminfo: memFree=27142328/32873648 swapFree=6856/6856
[pid=29038] ppid=29036 vsize=9824668 CPUtime=14.64 cores=0,2,4,6
/proc/29038/stat : 29038 (java) S 29036 29038 24583 0 -1 4202496 26171 0 1 0 1453 11 0 0 20 0 22 0 254393556 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140735487767392 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29038/statm: 2456167 81915 2285 9 0 2446860 0
[pid=29038/tid=29040] ppid=29036 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/29038/task/29040/stat : 29040 (java) S 29036 29038 24583 0 -1 4202560 2493 0 1 0 31 2 0 0 20 0 22 0 254393558 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396329067512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29041] ppid=29036 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29038/task/29041/stat : 29041 (java) S 29036 29038 24583 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 254393559 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396172835112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29042] ppid=29036 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29038/task/29042/stat : 29042 (java) S 29036 29038 24583 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254393559 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396171782312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29043] ppid=29036 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29038/task/29043/stat : 29043 (java) S 29036 29038 24583 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254393559 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396170730024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29044] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29044/stat : 29044 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393559 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396169677224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29045] ppid=29036 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29038/task/29045/stat : 29045 (java) S 29036 29038 24583 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 254393559 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396168624936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29046] ppid=29036 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29038/task/29046/stat : 29046 (java) S 29036 29038 24583 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254393559 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396167572136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29047] ppid=29036 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29038/task/29047/stat : 29047 (java) S 29036 29038 24583 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254393559 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396166519848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29048] ppid=29036 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29038/task/29048/stat : 29048 (java) S 29036 29038 24583 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 254393559 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396165467048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29049] ppid=29036 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/29038/task/29049/stat : 29049 (java) S 29036 29038 24583 0 -1 4202560 113 0 0 0 35 1 0 0 20 0 22 0 254393560 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396153268456 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29050] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29050/stat : 29050 (java) S 29036 29038 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396152214520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29051] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29051/stat : 29051 (java) S 29036 29038 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396151162120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29052] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29052/stat : 29052 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396150110608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29053] ppid=29036 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/29038/task/29053/stat : 29053 (java) S 29036 29038 24583 0 -1 4202560 12673 0 0 0 145 1 0 0 20 0 22 0 254393563 10060460032 81915 33554432000 1073741824 1073778376 140735487776256 140396149058232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=29038/tid=29058] ppid=29036 vsize=9824668 CPUtime=743.42 cores=0,2,4,6
/proc/29038/task/29058/stat : 29058 (java) S 29036 29038 24583 0 -1 4202560 1009 0 0 0 74305 37 0 0 20 0 22 0 254393594 10060460032 955330 33554432000 1073741824 1073778376 140735487776256 140396143790344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29059] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29059/stat : 29059 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 955330 33554432000 1073741824 1073778376 140735487776256 140396142740648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29060] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29060/stat : 29060 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 955330 33554432000 1073741824 1073778376 140735487776256 140396141687848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1582.46
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.93 3.87 3.63 5/219 29138
/proc/meminfo: memFree=21294764/32873648 swapFree=6856/6856
[pid=29038] ppid=29036 vsize=9824668 CPUtime=1700.53 cores=0,2,4,6
/proc/29038/stat : 29038 (java) S 29036 29038 24583 0 -1 4202496 38063 0 1 0 169908 145 0 0 20 0 22 0 254393556 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140735487767392 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29038/statm: 2456167 967295 2286 9 0 2446860 0
[pid=29038/tid=29040] ppid=29036 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/29038/task/29040/stat : 29040 (java) S 29036 29038 24583 0 -1 4202560 2537 0 1 0 33 3 0 0 20 0 22 0 254393558 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396329067512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29041] ppid=29036 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/29038/task/29041/stat : 29041 (java) S 29036 29038 24583 0 -1 4202560 675 0 0 0 233 10 0 0 20 0 22 0 254393559 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396172835112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29042] ppid=29036 vsize=9824668 CPUtime=2.44 cores=0,2,4,6
/proc/29038/task/29042/stat : 29042 (java) S 29036 29038 24583 0 -1 4202560 548 0 0 0 233 11 0 0 20 0 22 0 254393559 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396171782312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29043] ppid=29036 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/29038/task/29043/stat : 29043 (java) S 29036 29038 24583 0 -1 4202560 1535 0 0 0 244 12 0 0 20 0 22 0 254393559 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396170730024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29044] ppid=29036 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/29038/task/29044/stat : 29044 (java) S 29036 29038 24583 0 -1 4202560 527 0 0 0 224 9 0 0 20 0 22 0 254393559 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396169677224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29045] ppid=29036 vsize=9824668 CPUtime=2.36 cores=0,2,4,6
/proc/29038/task/29045/stat : 29045 (java) S 29036 29038 24583 0 -1 4202560 482 0 0 0 228 8 0 0 20 0 22 0 254393559 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396168624936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29046] ppid=29036 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/29038/task/29046/stat : 29046 (java) S 29036 29038 24583 0 -1 4202560 435 0 0 0 242 9 0 0 20 0 22 0 254393559 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396167572136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29047] ppid=29036 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/29038/task/29047/stat : 29047 (java) S 29036 29038 24583 0 -1 4202560 575 0 0 0 240 9 0 0 20 0 22 0 254393559 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396166519848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29048] ppid=29036 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/29038/task/29048/stat : 29048 (java) S 29036 29038 24583 0 -1 4202560 426 0 0 0 229 9 0 0 20 0 22 0 254393559 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396165467048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29049] ppid=29036 vsize=9824668 CPUtime=75.95 cores=0,2,4,6
/proc/29038/task/29049/stat : 29049 (java) S 29036 29038 24583 0 -1 4202560 3821 0 0 0 7572 23 0 0 20 0 22 0 254393560 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396153268456 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29050] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29050/stat : 29050 (java) S 29036 29038 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396152214520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29051] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29051/stat : 29051 (java) S 29036 29038 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396151162120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29052] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29052/stat : 29052 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396150110608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29053] ppid=29036 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/29038/task/29053/stat : 29053 (java) S 29036 29038 24583 0 -1 4202560 12673 0 0 0 154 1 0 0 20 0 22 0 254393563 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396149058232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29054] ppid=29036 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/29038/task/29054/stat : 29054 (java) S 29036 29038 24583 0 -1 4202560 11431 0 0 0 173 2 0 0 20 0 22 0 254393563 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396148005432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29055] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29055/stat : 29055 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396146953336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29056] ppid=29036 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/29038/task/29056/stat : 29056 (java) S 29036 29038 24583 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 254393563 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396145900744 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29057] ppid=29036 vsize=9824668 CPUtime=800.7 cores=0,2,4,6
/proc/29038/task/29057/stat : 29057 (java) R 29036 29038 24583 0 -1 4202560 149 0 0 0 80054 16 0 0 20 0 22 0 254393594 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396144844112 140396190087928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29058] ppid=29036 vsize=9824668 CPUtime=800.63 cores=0,2,4,6
/proc/29038/task/29058/stat : 29058 (java) R 29036 29038 24583 0 -1 4202560 1010 0 0 0 80025 38 0 0 20 0 22 0 254393594 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396143790336 140396190258496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29059] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29059/stat : 29059 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396142740648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29060] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29060/stat : 29060 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 967295 33554432000 1073741824 1073778376 140735487776256 140396141687848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1700.53
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.501 s]
/proc/loadavg: 3.88 3.86 3.64 5/220 29141
/proc/meminfo: memFree=21184404/32873648 swapFree=6856/6856
[pid=29038] ppid=29036 vsize=9824668 CPUtime=1800.08 cores=0,2,4,6
/proc/29038/stat : 29038 (java) S 29036 29038 24583 0 -1 4202496 38411 0 1 0 179860 148 0 0 20 0 22 0 254393556 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140735487767392 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29038/statm: 2456167 974936 2286 9 0 2446860 0
[pid=29038/tid=29040] ppid=29036 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/29038/task/29040/stat : 29040 (java) S 29036 29038 24583 0 -1 4202560 2538 0 1 0 33 3 0 0 20 0 22 0 254393558 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396329067512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29041] ppid=29036 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/29038/task/29041/stat : 29041 (java) S 29036 29038 24583 0 -1 4202560 709 0 0 0 251 10 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396172835112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29042] ppid=29036 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/29038/task/29042/stat : 29042 (java) S 29036 29038 24583 0 -1 4202560 549 0 0 0 252 11 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396171782312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29043] ppid=29036 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/29038/task/29043/stat : 29043 (java) S 29036 29038 24583 0 -1 4202560 1538 0 0 0 259 12 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396170730024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29044] ppid=29036 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/29038/task/29044/stat : 29044 (java) S 29036 29038 24583 0 -1 4202560 563 0 0 0 250 9 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396169677224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29045] ppid=29036 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/29038/task/29045/stat : 29045 (java) S 29036 29038 24583 0 -1 4202560 498 0 0 0 238 8 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396168624936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29046] ppid=29036 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/29038/task/29046/stat : 29046 (java) S 29036 29038 24583 0 -1 4202560 435 0 0 0 257 10 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396167572136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29047] ppid=29036 vsize=9824668 CPUtime=2.64 cores=0,2,4,6
/proc/29038/task/29047/stat : 29047 (java) S 29036 29038 24583 0 -1 4202560 575 0 0 0 255 9 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396166519848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29048] ppid=29036 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/29038/task/29048/stat : 29048 (java) S 29036 29038 24583 0 -1 4202560 426 0 0 0 252 9 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396165467048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29049] ppid=29036 vsize=9824668 CPUtime=81.47 cores=0,2,4,6
/proc/29038/task/29049/stat : 29049 (java) S 29036 29038 24583 0 -1 4202560 4069 0 0 0 8123 24 0 0 20 0 22 0 254393560 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396153268456 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29050] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29050/stat : 29050 (java) S 29036 29038 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396152214520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29051] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29051/stat : 29051 (java) S 29036 29038 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396151162120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29052] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29052/stat : 29052 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396150110608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29053] ppid=29036 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/29038/task/29053/stat : 29053 (java) S 29036 29038 24583 0 -1 4202560 12673 0 0 0 154 1 0 0 20 0 22 0 254393563 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396149058232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29054] ppid=29036 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/29038/task/29054/stat : 29054 (java) S 29036 29038 24583 0 -1 4202560 11431 0 0 0 173 2 0 0 20 0 22 0 254393563 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396148005432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29055] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29055/stat : 29055 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396146953336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29056] ppid=29036 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/29038/task/29056/stat : 29056 (java) S 29036 29038 24583 0 -1 4202560 55 0 0 0 13 18 0 0 20 0 22 0 254393563 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396145900744 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29057] ppid=29036 vsize=9824668 CPUtime=846.99 cores=0,2,4,6
/proc/29038/task/29057/stat : 29057 (java) R 29036 29038 24583 0 -1 4202560 153 0 0 0 84683 16 0 0 20 0 22 0 254393594 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396144845024 140396190087928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29058] ppid=29036 vsize=9824668 CPUtime=846.93 cores=0,2,4,6
/proc/29038/task/29058/stat : 29058 (java) R 29036 29038 24583 0 -1 4202560 1011 0 0 0 84655 38 0 0 20 0 22 0 254393594 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396143790336 140396190566891 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29059] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29059/stat : 29059 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396142740648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29060] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29060/stat : 29060 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396141687848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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

[startup+934.501 s]
/proc/loadavg: 3.88 3.86 3.64 5/220 29141
/proc/meminfo: memFree=21184404/32873648 swapFree=6856/6856
[pid=29038] ppid=29036 vsize=9824668 CPUtime=1800.08 cores=0,2,4,6
/proc/29038/stat : 29038 (java) S 29036 29038 24583 0 -1 4202496 38411 0 1 0 179860 148 0 0 20 0 22 0 254393556 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140735487767392 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29038/statm: 2456167 974936 2286 9 0 2446860 0
[pid=29038/tid=29040] ppid=29036 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/29038/task/29040/stat : 29040 (java) S 29036 29038 24583 0 -1 4202560 2538 0 1 0 33 3 0 0 20 0 22 0 254393558 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396329067512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29041] ppid=29036 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/29038/task/29041/stat : 29041 (java) S 29036 29038 24583 0 -1 4202560 709 0 0 0 251 10 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396172835112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29042] ppid=29036 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/29038/task/29042/stat : 29042 (java) S 29036 29038 24583 0 -1 4202560 549 0 0 0 252 11 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396171782312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29043] ppid=29036 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/29038/task/29043/stat : 29043 (java) S 29036 29038 24583 0 -1 4202560 1538 0 0 0 259 12 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396170730024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29038/tid=29044] ppid=29036 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/29038/task/29044/stat : 29044 (java) S 29036 29038 24583 0 -1 4202560 563 0 0 0 250 9 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396169677224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29045] ppid=29036 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/29038/task/29045/stat : 29045 (java) S 29036 29038 24583 0 -1 4202560 498 0 0 0 238 8 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396168624936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29046] ppid=29036 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/29038/task/29046/stat : 29046 (java) S 29036 29038 24583 0 -1 4202560 435 0 0 0 257 10 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396167572136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29047] ppid=29036 vsize=9824668 CPUtime=2.64 cores=0,2,4,6
/proc/29038/task/29047/stat : 29047 (java) S 29036 29038 24583 0 -1 4202560 575 0 0 0 255 9 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396166519848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29048] ppid=29036 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/29038/task/29048/stat : 29048 (java) S 29036 29038 24583 0 -1 4202560 426 0 0 0 252 9 0 0 20 0 22 0 254393559 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396165467048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29049] ppid=29036 vsize=9824668 CPUtime=81.47 cores=0,2,4,6
/proc/29038/task/29049/stat : 29049 (java) S 29036 29038 24583 0 -1 4202560 4069 0 0 0 8123 24 0 0 20 0 22 0 254393560 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396153268456 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29050] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29050/stat : 29050 (java) S 29036 29038 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396152214520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29051] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29051/stat : 29051 (java) S 29036 29038 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254393561 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396151162120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29052] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29052/stat : 29052 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396150110608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29053] ppid=29036 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/29038/task/29053/stat : 29053 (java) S 29036 29038 24583 0 -1 4202560 12673 0 0 0 154 1 0 0 20 0 22 0 254393563 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396149058232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29054] ppid=29036 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/29038/task/29054/stat : 29054 (java) S 29036 29038 24583 0 -1 4202560 11431 0 0 0 173 2 0 0 20 0 22 0 254393563 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396148005432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29055] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29055/stat : 29055 (java) S 29036 29038 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254393563 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396146953336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29056] ppid=29036 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/29038/task/29056/stat : 29056 (java) S 29036 29038 24583 0 -1 4202560 55 0 0 0 13 18 0 0 20 0 22 0 254393563 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396145900744 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29038/tid=29057] ppid=29036 vsize=9824668 CPUtime=846.99 cores=0,2,4,6
/proc/29038/task/29057/stat : 29057 (java) R 29036 29038 24583 0 -1 4202560 153 0 0 0 84683 16 0 0 20 0 22 0 254393594 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396144845024 140396190087928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29058] ppid=29036 vsize=9824668 CPUtime=846.93 cores=0,2,4,6
/proc/29038/task/29058/stat : 29058 (java) R 29036 29038 24583 0 -1 4202560 1011 0 0 0 84655 38 0 0 20 0 22 0 254393594 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396143790336 140396190566891 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29038/tid=29059] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29059/stat : 29059 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396142740648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29038/tid=29060] ppid=29036 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29038/task/29060/stat : 29060 (java) S 29036 29038 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254393595 10060460032 974936 33554432000 1073741824 1073778376 140735487776256 140396141687848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 934.557
CPU time (s): 1800.67
CPU user time (s): 1798.7
CPU system time (s): 1.9727
CPU usage (%): 192.676
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 1.9727
maximum resident set size= 3899860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38444
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25619
involuntary context switches= 35079

runsolver used 4.05038 second user time and 7.67483 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 20:04:41
IDJOB=3689514
IDBENCH=89875
IDSOLVER=2268
FILE ID=node125/3689514-1337882681
RUNJOBID= node125-1337871881-24599
PBS_JOBID= 14620079
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= ca3efe2da0610ce6a80a42a3887418e6
RANDOM SEED=1563686388

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        27454432 kB
Buffers:          209436 kB
Cached:          2208000 kB
SwapCached:            0 kB
Active:          2840004 kB
Inactive:        1809624 kB
Active(anon):    2234400 kB
Inactive(anon):        0 kB
Active(file):     605604 kB
Inactive(file):  1809624 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               616 kB
Writeback:             0 kB
AnonPages:       2238468 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             627312 kB
SReclaimable:      71412 kB
SUnreclaim:       555900 kB
KernelStack:        1616 kB
PageTables:         9704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2468840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2154496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node125 at 2012-05-24 20:20:18