Trace number 3689539

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 Resolution 2.3.2 Snapshot? (TO) 1800.01 1777.07

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-air04.opb
MD5SUMbe0d50f47077f17e0f3c28ea78925374
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark71079
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120418
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689539-1337891615.opb
0.07/0.13	c reading problem ... 
0.71/0.46	c ... done. Wall clock time 0.321s.
0.71/0.46	c declared #vars     8904
0.71/0.46	c #constraints  1646
0.71/0.46	c constraints type 
0.71/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
0.71/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
0.71/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.71/0.46	c 1646 constraints processed.
0.71/0.46	c objective function length is 8904 literals
1.87/1.16	c cleaning 2427 clauses out of 4965 with flag 5000/5000
2.64/1.82	c cleaning 4247 clauses out of 8509 with flag 11000/11000
3.45/2.60	c cleaning 5604 clauses out of 11231 with flag 18000/18000
4.36/3.54	c cleaning 6795 clauses out of 13599 with flag 26006/26006
5.42/4.59	c cleaning 7773 clauses out of 15767 with flag 35002/35002
6.63/5.76	c cleaning 8938 clauses out of 17973 with flag 45000/45000
7.94/7.08	c cleaning 9973 clauses out of 20021 with flag 56000/56000
9.55/8.65	c cleaning 10963 clauses out of 22024 with flag 68000/68000
11.26/10.34	c cleaning 11960 clauses out of 24055 with flag 81000/81000
13.09/12.12	c cleaning 12945 clauses out of 26084 with flag 95000/95000
15.59/14.62	c cleaning 14058 clauses out of 28136 with flag 110000/110000
17.93/16.90	c cleaning 14913 clauses out of 30063 with flag 126000/126000
20.47/19.44	c cleaning 15943 clauses out of 32142 with flag 143001/143001
23.28/22.30	c cleaning 17029 clauses out of 34192 with flag 161003/161003
26.40/25.34	c cleaning 18002 clauses out of 36140 with flag 180001/180001
30.04/28.97	c cleaning 18929 clauses out of 38122 with flag 200000/200000
33.56/32.48	c cleaning 19996 clauses out of 40181 with flag 221000/221000
37.87/36.72	c cleaning 21072 clauses out of 42172 with flag 243000/243000
42.09/40.93	c cleaning 22027 clauses out of 44092 with flag 266000/266000
46.73/45.53	c cleaning 22864 clauses out of 46057 with flag 290002/290002
51.59/50.38	c cleaning 24016 clauses out of 48188 with flag 315002/315002
56.51/55.27	c cleaning 25068 clauses out of 50161 with flag 341002/341002
62.13/60.85	c cleaning 26008 clauses out of 52074 with flag 368000/368000
67.86/66.52	c cleaning 26994 clauses out of 54053 with flag 396000/396000
73.90/72.54	c cleaning 27851 clauses out of 56053 with flag 425000/425000
80.14/78.73	c cleaning 29017 clauses out of 58195 with flag 455000/455000
86.96/85.59	c cleaning 29927 clauses out of 60175 with flag 486001/486001
94.09/92.61	c cleaning 31050 clauses out of 62236 with flag 518000/518000
101.84/100.30	c cleaning 32034 clauses out of 64185 with flag 551003/551003
109.68/108.14	c cleaning 32938 clauses out of 66144 with flag 585003/585003
118.20/116.62	c cleaning 33952 clauses out of 68199 with flag 620001/620001
126.63/125.07	c cleaning 35093 clauses out of 70241 with flag 656000/656000
135.29/133.67	c cleaning 36010 clauses out of 72135 with flag 693000/693000
145.13/143.42	c cleaning 36980 clauses out of 74119 with flag 731000/731000
155.07/153.35	c cleaning 38013 clauses out of 76133 with flag 770000/770000
167.60/165.86	c cleaning 38960 clauses out of 78116 with flag 810000/810000
178.31/176.47	c cleaning 40042 clauses out of 80154 with flag 851000/851000
188.95/187.00	c cleaning 40857 clauses out of 82102 with flag 893000/893000
201.10/199.19	c cleaning 42072 clauses out of 84234 with flag 936000/936000
214.75/212.74	c cleaning 43000 clauses out of 86155 with flag 980000/980000
227.73/225.66	c cleaning 43901 clauses out of 88154 with flag 1025001/1025001
242.67/240.59	c cleaning 44961 clauses out of 90252 with flag 1071002/1071002
256.06/253.84	c cleaning 45906 clauses out of 92282 with flag 1118000/1118000
270.90/268.68	c cleaning 46885 clauses out of 94374 with flag 1166000/1166000
285.26/282.94	c cleaning 48148 clauses out of 96481 with flag 1215000/1215000
301.32/298.92	c cleaning 49026 clauses out of 98324 with flag 1265000/1265000
316.13/313.65	c cleaning 50094 clauses out of 100293 with flag 1316000/1316000
331.80/329.26	c cleaning 50969 clauses out of 102199 with flag 1368001/1368001
348.20/345.58	c cleaning 51867 clauses out of 104228 with flag 1421003/1421003
366.07/363.39	c cleaning 53109 clauses out of 106354 with flag 1475001/1475001
383.54/380.73	c cleaning 54065 clauses out of 108239 with flag 1530000/1530000
403.71/400.88	c cleaning 54818 clauses out of 110174 with flag 1586000/1586000
425.33/422.28	c cleaning 56000 clauses out of 112355 with flag 1643000/1643000
446.60/443.48	c cleaning 56986 clauses out of 114352 with flag 1701002/1701002
467.10/463.85	c cleaning 58010 clauses out of 116358 with flag 1760000/1760000
489.57/486.13	c cleaning 58885 clauses out of 118344 with flag 1820000/1820000
510.89/507.45	c cleaning 59934 clauses out of 120458 with flag 1881002/1881002
532.80/529.15	c cleaning 61139 clauses out of 122519 with flag 1943001/1943001
558.26/554.41	c cleaning 61875 clauses out of 124375 with flag 2006001/2006001
581.53/577.69	c cleaning 63096 clauses out of 126499 with flag 2070001/2070001
603.23/599.24	c cleaning 63837 clauses out of 128402 with flag 2135001/2135001
630.04/625.47	c cleaning 65053 clauses out of 130564 with flag 2201000/2201000
654.63/649.74	c cleaning 66186 clauses out of 132507 with flag 2268000/2268000
682.44/677.09	c cleaning 67075 clauses out of 134318 with flag 2336000/2336000
708.87/703.04	c cleaning 67887 clauses out of 136244 with flag 2405001/2405001
735.17/728.98	c cleaning 68883 clauses out of 138357 with flag 2475001/2475001
765.99/759.24	c cleaning 70065 clauses out of 140472 with flag 2546000/2546000
793.59/786.32	c cleaning 71073 clauses out of 142409 with flag 2618002/2618002
822.66/814.87	c cleaning 71811 clauses out of 144336 with flag 2691002/2691002
849.27/841.03	c cleaning 73012 clauses out of 146522 with flag 2765000/2765000
879.89/871.17	c cleaning 74009 clauses out of 148512 with flag 2840002/2840002
915.44/906.01	c cleaning 75136 clauses out of 150504 with flag 2916003/2916003
945.77/935.96	c cleaning 75894 clauses out of 152362 with flag 2993000/2993000
981.59/970.97	c cleaning 77155 clauses out of 154465 with flag 3071001/3071001
1013.96/1002.94	c cleaning 78093 clauses out of 156306 with flag 3150000/3150000
1048.19/1036.76	c cleaning 78985 clauses out of 158212 with flag 3230001/3230001
1085.11/1073.02	c cleaning 79744 clauses out of 160227 with flag 3311002/3311002
1118.69/1106.17	c cleaning 80876 clauses out of 162478 with flag 3393001/3393001
1155.20/1142.04	c cleaning 81765 clauses out of 164599 with flag 3476001/3476001
1199.03/1184.91	c cleaning 83227 clauses out of 166832 with flag 3560000/3560000
1238.47/1223.64	c cleaning 84196 clauses out of 168605 with flag 3645000/3645000
1290.91/1275.35	c cleaning 85119 clauses out of 170409 with flag 3731000/3731000
1340.61/1324.13	c cleaning 85983 clauses out of 172288 with flag 3818000/3818000
1382.64/1365.20	c cleaning 86933 clauses out of 174305 with flag 3906000/3906000
1435.98/1417.67	c cleaning 88006 clauses out of 176369 with flag 3995001/3995001
1509.63/1490.02	c cleaning 88923 clauses out of 178364 with flag 4085002/4085002
1555.08/1535.08	c cleaning 89686 clauses out of 180438 with flag 4176000/4176000
1598.98/1578.56	c cleaning 91185 clauses out of 182751 with flag 4268000/4268000
1642.52/1621.51	c cleaning 91964 clauses out of 184563 with flag 4361000/4361000
1707.98/1686.18	c cleaning 93157 clauses out of 186597 with flag 4455001/4455001
1760.24/1737.84	c cleaning 93916 clauses out of 188443 with flag 4550005/4550005
1800.01/1777.01	c starts		: 210
1800.01/1777.01	c conflicts		: 4634659
1800.01/1777.01	c decisions		: 45052568
1800.01/1777.01	c propagations		: 1274076032
1800.01/1777.01	c inspects		: 12398123866
1800.01/1777.01	c shortcuts		: 0
1800.01/1777.01	c learnt literals	: 632
1800.01/1777.01	c learnt binary clauses	: 1887
1800.01/1777.01	c learnt ternary clauses	: 2753
1800.01/1777.01	c learnt constraints	: 4634026
1800.01/1777.01	c ignored constraints	: 0
1800.01/1777.01	c root simplifications	: 0
1800.01/1777.01	c removed literals (reason simplification)	: 0
1800.01/1777.01	c reason swapping (by a shorter reason)	: 0
1800.01/1777.01	c Calls to reduceDB	: 91
1800.01/1777.01	c number of reductions to clauses (during analyze)	: 0
1800.01/1777.01	c number of learned constraints concerned by reduction	: 0
1800.01/1777.01	c number of learning phase by resolution	: 0
1800.01/1777.01	c number of learning phase by cutting planes	: 0
1800.01/1777.01	c speed (assignments/second)	: 717179.6140633118
1800.01/1777.01	c non guided choices	8209
1800.01/1777.05	c learnt constraints type 
1800.01/1777.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1887
1800.01/1777.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 177347
1800.01/1777.05	c constraints type 
1800.01/1777.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
1800.01/1777.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
1800.01/1777.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
1800.01/1777.06	c 1646 constraints processed.
1800.01/1777.06	s UNKNOWN
1800.01/1777.06	c Total wall clock time (in seconds): 1776.921

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-3689539-1337891615/watcher-3689539-1337891615 -o /tmp/evaluation-result-3689539-1337891615/solver-3689539-1337891615 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689539-1337891615.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.37 2.10 2.03 3/194 16568
/proc/meminfo: memFree=28127904/32873844 swapFree=7104/7104
[pid=16568] ppid=16566 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/16568/stat : 16568 (java) D 16566 16568 14581 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255286391 2560000 46 33554432000 1073741824 1073778376 140733924199648 140733924196776 233211784487 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/16568/statm: 625 46 37 9 0 29 0

[startup+0.044818 s]
/proc/loadavg: 2.37 2.10 2.03 3/194 16568
/proc/meminfo: memFree=28127904/32873844 swapFree=7104/7104
[pid=16568] ppid=16566 vsize=9092432 CPUtime=0.02 cores=0,2,4,6
/proc/16568/stat : 16568 (java) S 16566 16568 14581 0 -1 4202496 2890 0 1 0 1 1 0 0 20 0 11 0 255286391 9310650368 3590 33554432000 1073741824 1073778376 140736338859184 140736338850320 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16568/statm: 2273108 3590 1623 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.100251 s]
/proc/loadavg: 2.37 2.10 2.03 3/194 16568
/proc/meminfo: memFree=28127904/32873844 swapFree=7104/7104
[pid=16568] ppid=16566 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/16568/stat : 16568 (java) S 16566 16568 14581 0 -1 4202496 3343 0 1 0 6 1 0 0 20 0 18 0 255286391 9787813888 4552 33554432000 1073741824 1073778376 140736338859184 140736338850320 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16568/statm: 2389603 4553 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300229 s]
/proc/loadavg: 2.37 2.10 2.03 3/194 16568
/proc/meminfo: memFree=28127904/32873844 swapFree=7104/7104
[pid=16568] ppid=16566 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/16568/stat : 16568 (java) S 16566 16568 14581 0 -1 4202496 5262 0 1 0 44 2 0 0 20 0 18 0 255286391 9787813888 10270 33554432000 1073741824 1073778376 140736338859184 140736338850320 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16568/statm: 2389603 10270 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700234 s]
/proc/loadavg: 2.37 2.10 2.03 3/194 16568
/proc/meminfo: memFree=28127904/32873844 swapFree=7104/7104
[pid=16568] ppid=16566 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/16568/stat : 16568 (java) S 16566 16568 14581 0 -1 4202496 9370 0 1 0 139 5 0 0 20 0 19 0 255286391 9855975424 36610 33554432000 1073741824 1073778376 140736338859184 140736338850320 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16568/statm: 2406244 36610 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9624976

[startup+1.50063 s]
/proc/loadavg: 2.37 2.10 2.03 3/213 16587
/proc/meminfo: memFree=27987628/32873844 swapFree=7104/7104
[pid=16568] ppid=16566 vsize=9624976 CPUtime=2.31 cores=0,2,4,6
/proc/16568/stat : 16568 (java) S 16566 16568 14581 0 -1 4202496 9438 0 1 0 226 5 0 0 20 0 19 0 255286391 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140736338850320 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16568/statm: 2406244 41268 2275 9 0 2396937 0
[pid=16568/tid=16570] ppid=16566 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/16568/task/16570/stat : 16570 (java) R 16566 16568 14581 0 -1 4202560 2514 0 1 0 139 3 0 0 20 0 19 0 255286393 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584529842600 140584363349841 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16571] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16571/stat : 16571 (java) S 16566 16568 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584491334696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16572] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16572/stat : 16572 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584490281896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16573] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16573/stat : 16573 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584489229096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16574] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16574/stat : 16574 (java) S 16566 16568 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584488176296 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16575] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16575/stat : 16575 (java) S 16566 16568 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584487123496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16576] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16576/stat : 16576 (java) S 16566 16568 14581 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255286395 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584486070696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16577] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16577/stat : 16577 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286395 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584485017896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16578] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16578/stat : 16578 (java) S 16566 16568 14581 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255286395 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584483965096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16579] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16579/stat : 16579 (java) S 16566 16568 14581 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584353225704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16580] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16580/stat : 16580 (java) S 16566 16568 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584352171768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16581] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16581/stat : 16581 (java) S 16566 16568 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584351118856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16582] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16582/stat : 16582 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584350067344 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16583] ppid=16566 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/16568/task/16583/stat : 16583 (java) S 16566 16568 14581 0 -1 4202560 2909 0 0 0 39 0 0 0 20 0 19 0 255286399 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584349014456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/16568/task/16584/stat : 16584 (java) S 16566 16568 14581 0 -1 4202560 2765 0 0 0 41 0 0 0 20 0 19 0 255286399 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140584347961656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16585] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16585/stat : 16585 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140583473506680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16586] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16586/stat : 16586 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140583472454088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16587/stat : 16587 (java) S 16566 16568 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255286442 9855975424 41268 33554432000 1073741824 1073778376 140736338859184 140583471400616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 2.34 2.10 2.03 3/213 16587
/proc/meminfo: memFree=27964356/32873844 swapFree=7104/7104
[pid=16568] ppid=16566 vsize=9624976 CPUtime=3.96 cores=0,2,4,6
/proc/16568/stat : 16568 (java) S 16566 16568 14581 0 -1 4202496 9453 0 1 0 391 5 0 0 20 0 19 0 255286391 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140736338850320 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16568/statm: 2406244 42810 2275 9 0 2396937 0
[pid=16568/tid=16570] ppid=16566 vsize=9624976 CPUtime=2.98 cores=0,2,4,6
/proc/16568/task/16570/stat : 16570 (java) R 16566 16568 14581 0 -1 4202560 2515 0 1 0 295 3 0 0 20 0 19 0 255286393 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584529842480 140584363475762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16571] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16571/stat : 16571 (java) S 16566 16568 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584491334696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16572] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16572/stat : 16572 (java) S 16566 16568 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584490281896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16573] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16573/stat : 16573 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584489229096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16574] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16574/stat : 16574 (java) S 16566 16568 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584488176296 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16575] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16575/stat : 16575 (java) S 16566 16568 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584487123496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16576] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16576/stat : 16576 (java) S 16566 16568 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255286395 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584486070696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16577] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16577/stat : 16577 (java) S 16566 16568 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255286395 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584485017896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16578] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16578/stat : 16578 (java) S 16566 16568 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255286395 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584483965096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16579] ppid=16566 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/16568/task/16579/stat : 16579 (java) S 16566 16568 14581 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 255286396 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584353225704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16580] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16580/stat : 16580 (java) S 16566 16568 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584352171768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16581] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16581/stat : 16581 (java) S 16566 16568 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584351118856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16582] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16582/stat : 16582 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584350067344 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16583] ppid=16566 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/16568/task/16583/stat : 16583 (java) S 16566 16568 14581 0 -1 4202560 2910 0 0 0 42 0 0 0 20 0 19 0 255286399 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584349014456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/16568/task/16584/stat : 16584 (java) S 16566 16568 14581 0 -1 4202560 2765 0 0 0 42 0 0 0 20 0 19 0 255286399 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140584347961656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16585] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16585/stat : 16585 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140583473506680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16586] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16586/stat : 16586 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140583472454088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16587/stat : 16587 (java) S 16566 16568 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255286442 9855975424 42810 33554432000 1073741824 1073778376 140736338859184 140583471400616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 9624976

[startup+6.3007 s]
/proc/loadavg: 2.34 2.10 2.03 3/213 16587
/proc/meminfo: memFree=27962864/32873844 swapFree=7104/7104
[pid=16568] ppid=16566 vsize=9624976 CPUtime=7.24 cores=0,2,4,6
/proc/16568/stat : 16568 (java) S 16566 16568 14581 0 -1 4202496 9467 0 1 0 718 6 0 0 20 0 19 0 255286391 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140736338850320 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16568/statm: 2406244 43019 2275 9 0 2396937 0
[pid=16568/tid=16570] ppid=16566 vsize=9624976 CPUtime=6.08 cores=0,2,4,6
/proc/16568/task/16570/stat : 16570 (java) R 16566 16568 14581 0 -1 4202560 2518 0 1 0 605 3 0 0 20 0 19 0 255286393 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584529842480 140584363350208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16571] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16571/stat : 16571 (java) S 16566 16568 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584491334696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16572] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16572/stat : 16572 (java) S 16566 16568 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584490281896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16573] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16573/stat : 16573 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584489229096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16574] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16574/stat : 16574 (java) S 16566 16568 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584488176296 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16575] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16575/stat : 16575 (java) S 16566 16568 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255286394 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584487123496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16576] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16576/stat : 16576 (java) S 16566 16568 14581 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255286395 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584486070696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16577] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16577/stat : 16577 (java) S 16566 16568 14581 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255286395 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584485017896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16578] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16578/stat : 16578 (java) S 16566 16568 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255286395 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584483965096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16579] ppid=16566 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/16568/task/16579/stat : 16579 (java) S 16566 16568 14581 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 19 0 255286396 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584353225704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16580] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16580/stat : 16580 (java) S 16566 16568 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584352171768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16581] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16581/stat : 16581 (java) S 16566 16568 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584351118856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16582] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16582/stat : 16582 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584350067344 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16583] ppid=16566 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/16568/task/16583/stat : 16583 (java) S 16566 16568 14581 0 -1 4202560 2911 0 0 0 46 0 0 0 20 0 19 0 255286399 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584349014456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/16568/task/16584/stat : 16584 (java) S 16566 16568 14581 0 -1 4202560 2766 0 0 0 43 0 0 0 20 0 19 0 255286399 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140584347961656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16585] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16585/stat : 16585 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140583473506680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16586] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16586/stat : 16586 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140583472454088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16587/stat : 16587 (java) S 16566 16568 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255286442 9855975424 43019 33554432000 1073741824 1073778376 140736338859184 140583471400616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=16568/tid=16583] ppid=16566 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/16568/task/16583/stat : 16583 (java) S 16566 16568 14581 0 -1 4202560 3086 0 0 0 49 0 0 0 20 0 19 0 255286399 9855975424 171887 33554432000 1073741824 1073778376 140736338859184 140584349014456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/16568/task/16584/stat : 16584 (java) S 16566 16568 14581 0 -1 4202560 2766 0 0 0 43 0 0 0 20 0 19 0 255286399 9855975424 171887 33554432000 1073741824 1073778376 140736338859184 140584347961656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16585] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16585/stat : 16585 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 171887 33554432000 1073741824 1073778376 140736338859184 140583473506680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16586] ppid=16566 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/16568/task/16586/stat : 16586 (java) S 16566 16568 14581 0 -1 4202560 90 0 0 0 36 27 0 0 20 0 19 0 255286399 9855975424 171887 33554432000 1073741824 1073778376 140736338859184 140583472454088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16587/stat : 16587 (java) S 16566 16568 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255286442 9855975424 171887 33554432000 1073741824 1073778376 140736338859184 140583471400616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1623.1
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/214 16625
/proc/meminfo: memFree=25878800/32873844 swapFree=7104/7104
[pid=16568] ppid=16566 vsize=9624976 CPUtime=1683.96 cores=0,2,4,6
/proc/16568/stat : 16568 (java) S 16566 16568 14581 0 -1 4202496 25710 0 1 0 168278 118 0 0 20 0 19 0 255286391 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140736338850320 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16568/statm: 2406244 169185 2276 9 0 2396937 0
[pid=16568/tid=16570] ppid=16566 vsize=9624976 CPUtime=1644.69 cores=0,2,4,6
/proc/16568/task/16570/stat : 16570 (java) R 16566 16568 14581 0 -1 4202560 2956 0 1 0 164440 29 0 0 20 0 19 0 255286393 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584529841536 140584362964388 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16571] ppid=16566 vsize=9624976 CPUtime=3.53 cores=0,2,4,6
/proc/16568/task/16571/stat : 16571 (java) S 16566 16568 14581 0 -1 4202560 1377 0 0 0 343 10 0 0 20 0 19 0 255286394 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584491334696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16572] ppid=16566 vsize=9624976 CPUtime=3.63 cores=0,2,4,6
/proc/16568/task/16572/stat : 16572 (java) S 16566 16568 14581 0 -1 4202560 2182 0 0 0 353 10 0 0 20 0 19 0 255286394 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584490281896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16573] ppid=16566 vsize=9624976 CPUtime=3.56 cores=0,2,4,6
/proc/16568/task/16573/stat : 16573 (java) S 16566 16568 14581 0 -1 4202560 1505 0 0 0 347 9 0 0 20 0 19 0 255286394 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584489229096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16574] ppid=16566 vsize=9624976 CPUtime=3.62 cores=0,2,4,6
/proc/16568/task/16574/stat : 16574 (java) S 16566 16568 14581 0 -1 4202560 1954 0 0 0 351 11 0 0 20 0 19 0 255286394 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584488176296 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16575] ppid=16566 vsize=9624976 CPUtime=3.62 cores=0,2,4,6
/proc/16568/task/16575/stat : 16575 (java) S 16566 16568 14581 0 -1 4202560 2592 0 0 0 352 10 0 0 20 0 19 0 255286394 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584487123496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16576] ppid=16566 vsize=9624976 CPUtime=3.83 cores=0,2,4,6
/proc/16568/task/16576/stat : 16576 (java) S 16566 16568 14581 0 -1 4202560 2310 0 0 0 371 12 0 0 20 0 19 0 255286395 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584486070696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16577] ppid=16566 vsize=9624976 CPUtime=3.64 cores=0,2,4,6
/proc/16568/task/16577/stat : 16577 (java) S 16566 16568 14581 0 -1 4202560 1472 0 0 0 353 11 0 0 20 0 19 0 255286395 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584485017896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16578] ppid=16566 vsize=9624976 CPUtime=3.49 cores=0,2,4,6
/proc/16568/task/16578/stat : 16578 (java) S 16566 16568 14581 0 -1 4202560 1341 0 0 0 336 13 0 0 20 0 19 0 255286395 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584483965096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16579] ppid=16566 vsize=9624976 CPUtime=4.83 cores=0,2,4,6
/proc/16568/task/16579/stat : 16579 (java) S 16566 16568 14581 0 -1 4202560 891 0 0 0 477 6 0 0 20 0 19 0 255286396 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584353225704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16580] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16580/stat : 16580 (java) S 16566 16568 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584352171768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16581] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16581/stat : 16581 (java) S 16566 16568 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584351118856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16582] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16582/stat : 16582 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584350067344 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16583] ppid=16566 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/16568/task/16583/stat : 16583 (java) S 16566 16568 14581 0 -1 4202560 3086 0 0 0 49 0 0 0 20 0 19 0 255286399 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584349014456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/16568/task/16584/stat : 16584 (java) S 16566 16568 14581 0 -1 4202560 2766 0 0 0 43 0 0 0 20 0 19 0 255286399 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140584347961656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16585] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16585/stat : 16585 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140583473506680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16586] ppid=16566 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/16568/task/16586/stat : 16586 (java) S 16566 16568 14581 0 -1 4202560 93 0 0 0 37 28 0 0 20 0 19 0 255286399 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140583472454088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16587/stat : 16587 (java) S 16566 16568 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255286442 9855975424 169185 33554432000 1073741824 1073778376 140736338859184 140583471400616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1683.96
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.96 2.01 2.02 3/213 16684
/proc/meminfo: memFree=28020728/32873844 swapFree=7104/7104
[pid=16568] ppid=16566 vsize=9624976 CPUtime=1744.6 cores=0,2,4,6
/proc/16568/stat : 16568 (java) S 16566 16568 14581 0 -1 4202496 25778 0 1 0 174341 119 0 0 20 0 19 0 255286391 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140736338850320 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16568/statm: 2406244 165835 2276 9 0 2396937 0
[pid=16568/tid=16570] ppid=16566 vsize=9624976 CPUtime=1704.2 cores=0,2,4,6
/proc/16568/task/16570/stat : 16570 (java) R 16566 16568 14581 0 -1 4202560 2965 0 1 0 170390 30 0 0 20 0 19 0 255286393 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584529841536 140584363349409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16571] ppid=16566 vsize=9624976 CPUtime=3.68 cores=0,2,4,6
/proc/16568/task/16571/stat : 16571 (java) S 16566 16568 14581 0 -1 4202560 1387 0 0 0 358 10 0 0 20 0 19 0 255286394 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584491334696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16572] ppid=16566 vsize=9624976 CPUtime=3.71 cores=0,2,4,6
/proc/16568/task/16572/stat : 16572 (java) S 16566 16568 14581 0 -1 4202560 2192 0 0 0 361 10 0 0 20 0 19 0 255286394 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584490281896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16573] ppid=16566 vsize=9624976 CPUtime=3.64 cores=0,2,4,6
/proc/16568/task/16573/stat : 16573 (java) S 16566 16568 14581 0 -1 4202560 1505 0 0 0 355 9 0 0 20 0 19 0 255286394 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584489229096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16574] ppid=16566 vsize=9624976 CPUtime=3.74 cores=0,2,4,6
/proc/16568/task/16574/stat : 16574 (java) S 16566 16568 14581 0 -1 4202560 1983 0 0 0 363 11 0 0 20 0 19 0 255286394 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584488176296 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16575] ppid=16566 vsize=9624976 CPUtime=3.71 cores=0,2,4,6
/proc/16568/task/16575/stat : 16575 (java) S 16566 16568 14581 0 -1 4202560 2592 0 0 0 361 10 0 0 20 0 19 0 255286394 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584487123496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16576] ppid=16566 vsize=9624976 CPUtime=3.97 cores=0,2,4,6
/proc/16568/task/16576/stat : 16576 (java) S 16566 16568 14581 0 -1 4202560 2310 0 0 0 385 12 0 0 20 0 19 0 255286395 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584486070696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16577] ppid=16566 vsize=9624976 CPUtime=3.73 cores=0,2,4,6
/proc/16568/task/16577/stat : 16577 (java) S 16566 16568 14581 0 -1 4202560 1472 0 0 0 362 11 0 0 20 0 19 0 255286395 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584485017896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16578] ppid=16566 vsize=9624976 CPUtime=3.59 cores=0,2,4,6
/proc/16568/task/16578/stat : 16578 (java) S 16566 16568 14581 0 -1 4202560 1341 0 0 0 346 13 0 0 20 0 19 0 255286395 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584483965096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16579] ppid=16566 vsize=9624976 CPUtime=4.92 cores=0,2,4,6
/proc/16568/task/16579/stat : 16579 (java) S 16566 16568 14581 0 -1 4202560 899 0 0 0 486 6 0 0 20 0 19 0 255286396 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584353225704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16580] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16580/stat : 16580 (java) S 16566 16568 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584352171768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16581] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16581/stat : 16581 (java) S 16566 16568 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584351118856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16582] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16582/stat : 16582 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584350067344 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16583] ppid=16566 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/16568/task/16583/stat : 16583 (java) S 16566 16568 14581 0 -1 4202560 3086 0 0 0 49 0 0 0 20 0 19 0 255286399 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584349014456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/16568/task/16584/stat : 16584 (java) S 16566 16568 14581 0 -1 4202560 2766 0 0 0 43 0 0 0 20 0 19 0 255286399 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140584347961656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16585] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16585/stat : 16585 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140583473506680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16586] ppid=16566 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/16568/task/16586/stat : 16586 (java) S 16566 16568 14581 0 -1 4202560 95 0 0 0 39 29 0 0 20 0 19 0 255286399 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140583472454088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16587/stat : 16587 (java) S 16566 16568 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255286442 9855975424 165835 33554432000 1073741824 1073778376 140736338859184 140583471400616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1744.6
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777 s]
/proc/loadavg: 2.05 2.03 2.03 3/213 16684
/proc/meminfo: memFree=28029648/32873844 swapFree=7104/7104
[pid=16568] ppid=16566 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/16568/stat : 16568 (java) S 16566 16568 14581 0 -1 4202496 25818 0 1 0 179880 121 0 0 20 0 19 0 255286391 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140736338850320 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16568/statm: 2406244 160980 2276 9 0 2396937 0
[pid=16568/tid=16570] ppid=16566 vsize=9624976 CPUtime=1758.44 cores=0,2,4,6
/proc/16568/task/16570/stat : 16570 (java) R 16566 16568 14581 0 -1 4202560 2975 0 1 0 175813 31 0 0 20 0 19 0 255286393 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584529841536 140584363349566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16571] ppid=16566 vsize=9624976 CPUtime=3.81 cores=0,2,4,6
/proc/16568/task/16571/stat : 16571 (java) S 16566 16568 14581 0 -1 4202560 1390 0 0 0 371 10 0 0 20 0 19 0 255286394 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584491334696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16568/tid=16572] ppid=16566 vsize=9624976 CPUtime=3.82 cores=0,2,4,6
/proc/16568/task/16572/stat : 16572 (java) S 16566 16568 14581 0 -1 4202560 2195 0 0 0 372 10 0 0 20 0 19 0 255286394 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584490281896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16573] ppid=16566 vsize=9624976 CPUtime=3.75 cores=0,2,4,6
/proc/16568/task/16573/stat : 16573 (java) S 16566 16568 14581 0 -1 4202560 1507 0 0 0 366 9 0 0 20 0 19 0 255286394 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584489229096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16574] ppid=16566 vsize=9624976 CPUtime=3.86 cores=0,2,4,6
/proc/16568/task/16574/stat : 16574 (java) S 16566 16568 14581 0 -1 4202560 1983 0 0 0 375 11 0 0 20 0 19 0 255286394 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584488176296 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16575] ppid=16566 vsize=9624976 CPUtime=3.85 cores=0,2,4,6
/proc/16568/task/16575/stat : 16575 (java) S 16566 16568 14581 0 -1 4202560 2592 0 0 0 375 10 0 0 20 0 19 0 255286394 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584487123496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16576] ppid=16566 vsize=9624976 CPUtime=4.08 cores=0,2,4,6
/proc/16568/task/16576/stat : 16576 (java) S 16566 16568 14581 0 -1 4202560 2320 0 0 0 396 12 0 0 20 0 19 0 255286395 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584486070696 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16577] ppid=16566 vsize=9624976 CPUtime=3.85 cores=0,2,4,6
/proc/16568/task/16577/stat : 16577 (java) S 16566 16568 14581 0 -1 4202560 1472 0 0 0 374 11 0 0 20 0 19 0 255286395 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584485017896 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16578] ppid=16566 vsize=9624976 CPUtime=3.7 cores=0,2,4,6
/proc/16568/task/16578/stat : 16578 (java) S 16566 16568 14581 0 -1 4202560 1341 0 0 0 357 13 0 0 20 0 19 0 255286395 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584483965096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16579] ppid=16566 vsize=9624976 CPUtime=5 cores=0,2,4,6
/proc/16568/task/16579/stat : 16579 (java) S 16566 16568 14581 0 -1 4202560 907 0 0 0 494 6 0 0 20 0 19 0 255286396 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584353225704 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16580] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16580/stat : 16580 (java) S 16566 16568 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584352171768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16581] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16581/stat : 16581 (java) S 16566 16568 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255286396 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584351118856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16582] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16582/stat : 16582 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584350067344 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16583] ppid=16566 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/16568/task/16583/stat : 16583 (java) S 16566 16568 14581 0 -1 4202560 3086 0 0 0 49 0 0 0 20 0 19 0 255286399 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584349014456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/16568/task/16584/stat : 16584 (java) S 16566 16568 14581 0 -1 4202560 2766 0 0 0 43 0 0 0 20 0 19 0 255286399 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140584347961656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16585] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16585/stat : 16585 (java) S 16566 16568 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255286399 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140583473506680 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16568/tid=16586] ppid=16566 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/16568/task/16586/stat : 16586 (java) S 16566 16568 14581 0 -1 4202560 99 0 0 0 40 30 0 0 20 0 19 0 255286399 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140583472454088 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16568/task/16587/stat : 16587 (java) S 16566 16568 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255286442 9855975424 160980 33554432000 1073741824 1073778376 140736338859184 140583471400616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

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

Real time (s): 1777.07
CPU time (s): 1800.01
CPU user time (s): 1798.8
CPU system time (s): 1.21
CPU usage (%): 101.291
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.49
system time used= 1.67274
maximum resident set size= 687800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25854
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52021
involuntary context switches= 61088

runsolver used 6.74198 second user time and 14.5518 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 22:33:35
IDJOB=3689539
IDBENCH=89888
IDSOLVER=2269
FILE ID=node142/3689539-1337891615
RUNJOBID= node142-1337871882-14597
PBS_JOBID= 14620062
Free space on /tmp= 71648 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-air04.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689539-1337891615/watcher-3689539-1337891615 -o /tmp/evaluation-result-3689539-1337891615/solver-3689539-1337891615 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689539-1337891615.opb

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

MD5SUM BENCH= be0d50f47077f17e0f3c28ea78925374
RANDOM SEED=1602369030

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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:        28128308 kB
Buffers:          233232 kB
Cached:          2962872 kB
SwapCached:            0 kB
Active:          1255728 kB
Inactive:        2716624 kB
Active(anon):     778312 kB
Inactive(anon):        0 kB
Active(file):     477416 kB
Inactive(file):  2716624 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1036 kB
Writeback:             0 kB
AnonPages:        751460 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             631132 kB
SReclaimable:      73480 kB
SUnreclaim:       557652 kB
KernelStack:        1592 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1383524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    706560 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= 71660 MiB
End job on node142 at 2012-05-24 23:03:14