Trace number 3710126

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.05 1791.66

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
MD5SUMdaeaeaee67028e931b0f5195f178e9b3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107520
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 1342177280000000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 260295726093315792
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1342177280000000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 260295726093315792
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710126-1338149903.opb
0.08/0.13	c reading problem ... 
1.63/1.10	c ... done. Wall clock time 0.969s.
1.63/1.10	c declared #vars     107520
1.63/1.10	c #constraints  4560
1.63/1.10	c constraints type 
1.63/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
1.63/1.10	c 4560 constraints processed.
4.05/2.72	c cleaning 2365 clauses out of 4750 with flag 5000/5000
5.98/4.47	c cleaning 4192 clauses out of 8386 with flag 11001/11001
8.29/6.77	c cleaning 5587 clauses out of 11193 with flag 18000/18000
11.03/9.43	c cleaning 6803 clauses out of 13605 with flag 26000/26000
14.60/12.95	c cleaning 7892 clauses out of 15798 with flag 35000/35000
18.24/16.59	c cleaning 8924 clauses out of 17906 with flag 45000/45000
20.95/19.22	c cleaning 9979 clauses out of 19984 with flag 56002/56002
23.77/22.07	c cleaning 10974 clauses out of 21998 with flag 68000/68000
26.40/24.68	c cleaning 12009 clauses out of 24024 with flag 81000/81000
29.04/27.24	c cleaning 12994 clauses out of 26016 with flag 95001/95001
32.07/30.27	c cleaning 13992 clauses out of 28022 with flag 110001/110001
36.18/34.31	c cleaning 14983 clauses out of 30029 with flag 126000/126000
41.79/39.92	c cleaning 16015 clauses out of 32048 with flag 143002/143002
47.41/45.54	c cleaning 16959 clauses out of 34028 with flag 161000/161000
52.03/50.13	c cleaning 18025 clauses out of 36070 with flag 180001/180001
58.06/56.16	c cleaning 19001 clauses out of 38046 with flag 200002/200002
63.70/61.76	c cleaning 19958 clauses out of 40044 with flag 221001/221001
69.73/67.77	c cleaning 21029 clauses out of 42079 with flag 243000/243000
77.04/75.00	c cleaning 22010 clauses out of 44052 with flag 266002/266002
84.27/82.24	c cleaning 23005 clauses out of 46038 with flag 290000/290000
91.79/89.78	c cleaning 24004 clauses out of 48035 with flag 315002/315002
98.02/95.94	c cleaning 25000 clauses out of 50029 with flag 341000/341000
102.84/100.74	c cleaning 25999 clauses out of 52031 with flag 368002/368002
114.18/112.09	c cleaning 26986 clauses out of 54030 with flag 396000/396000
125.92/123.74	c cleaning 28008 clauses out of 56044 with flag 425000/425000
138.45/136.28	c cleaning 29001 clauses out of 58036 with flag 455000/455000
146.57/144.39	c cleaning 29980 clauses out of 60035 with flag 486000/486000
158.20/155.98	c cleaning 30986 clauses out of 62055 with flag 518000/518000
170.32/168.07	c cleaning 32006 clauses out of 64070 with flag 551001/551001
175.07/172.72	c cleaning 33004 clauses out of 66065 with flag 585002/585002
180.67/178.34	c cleaning 34013 clauses out of 68055 with flag 620000/620000
191.42/189.06	c cleaning 35002 clauses out of 70043 with flag 656001/656001
198.85/196.49	c cleaning 35963 clauses out of 72041 with flag 693001/693001
206.77/204.35	c cleaning 37032 clauses out of 74077 with flag 731000/731000
214.90/212.47	c cleaning 38002 clauses out of 76046 with flag 770001/770001
225.74/223.22	c cleaning 38985 clauses out of 78043 with flag 810000/810000
240.93/238.32	c cleaning 40003 clauses out of 80059 with flag 851001/851001
251.19/248.58	c cleaning 41006 clauses out of 82055 with flag 893000/893000
259.03/256.33	c cleaning 42012 clauses out of 84045 with flag 936001/936001
270.27/267.51	c cleaning 42968 clauses out of 86032 with flag 980000/980000
284.10/281.39	c cleaning 43986 clauses out of 88064 with flag 1025000/1025000
295.26/292.45	c cleaning 44985 clauses out of 90079 with flag 1071001/1071001
306.49/303.63	c cleaning 45956 clauses out of 92093 with flag 1118000/1118000
314.69/311.74	c cleaning 47010 clauses out of 94137 with flag 1166000/1166000
324.63/321.69	c cleaning 48042 clauses out of 96128 with flag 1215001/1215001
338.97/335.90	c cleaning 49027 clauses out of 98087 with flag 1265002/1265002
351.04/347.93	c cleaning 49994 clauses out of 100058 with flag 1316000/1316000
361.44/358.20	c cleaning 51003 clauses out of 102064 with flag 1368000/1368000
371.47/368.20	c cleaning 51990 clauses out of 104061 with flag 1421000/1421000
388.89/385.66	c cleaning 52924 clauses out of 106071 with flag 1475000/1475000
403.65/400.36	c cleaning 54046 clauses out of 108146 with flag 1530002/1530002
413.52/410.18	c cleaning 55037 clauses out of 110100 with flag 1586002/1586002
429.87/426.47	c cleaning 56008 clauses out of 112065 with flag 1643004/1643004
446.14/442.65	c cleaning 56980 clauses out of 114053 with flag 1701000/1701000
470.10/466.58	c cleaning 57976 clauses out of 116073 with flag 1760000/1760000
490.66/487.04	c cleaning 59005 clauses out of 118098 with flag 1820001/1820001
509.31/505.63	c cleaning 60008 clauses out of 120092 with flag 1881000/1881000
530.39/526.64	c cleaning 60997 clauses out of 122084 with flag 1943000/1943000
544.98/541.16	c cleaning 61986 clauses out of 124088 with flag 2006001/2006001
560.74/556.88	c cleaning 62981 clauses out of 126101 with flag 2070000/2070000
577.12/573.14	c cleaning 64037 clauses out of 128116 with flag 2135001/2135001
594.88/590.85	c cleaning 64981 clauses out of 130079 with flag 2201001/2201001
609.06/604.91	c cleaning 66031 clauses out of 132098 with flag 2268001/2268001
629.21/625.07	c cleaning 67021 clauses out of 134066 with flag 2336000/2336000
654.88/650.63	c cleaning 68005 clauses out of 136045 with flag 2405000/2405000
683.99/679.49	c cleaning 68997 clauses out of 138041 with flag 2475001/2475001
703.38/698.78	c cleaning 69989 clauses out of 140044 with flag 2546001/2546001
724.02/719.31	c cleaning 70998 clauses out of 142055 with flag 2618001/2618001
740.48/735.80	c cleaning 71994 clauses out of 144056 with flag 2691000/2691000
763.08/758.28	c cleaning 73010 clauses out of 146062 with flag 2765000/2765000
784.38/779.40	c cleaning 73944 clauses out of 148052 with flag 2840000/2840000
816.06/811.02	c cleaning 74991 clauses out of 150109 with flag 2916001/2916001
849.07/843.93	c cleaning 75997 clauses out of 152117 with flag 2993000/2993000
881.98/876.74	c cleaning 77039 clauses out of 154120 with flag 3071000/3071000
898.94/893.67	c cleaning 78022 clauses out of 156081 with flag 3150000/3150000
919.19/913.87	c cleaning 78994 clauses out of 158060 with flag 3230001/3230001
944.38/938.99	c cleaning 79993 clauses out of 160061 with flag 3311002/3311002
977.54/972.05	c cleaning 80977 clauses out of 162066 with flag 3393000/3393000
1009.85/1004.28	c cleaning 81986 clauses out of 164089 with flag 3476000/3476000
1041.41/1035.79	c cleaning 82958 clauses out of 166102 with flag 3560000/3560000
1064.51/1058.75	c cleaning 84048 clauses out of 168145 with flag 3645001/3645001
1083.32/1077.50	c cleaning 85029 clauses out of 170097 with flag 3731001/3731001
1101.90/1095.97	c cleaning 86030 clauses out of 172067 with flag 3818000/3818000
1114.90/1108.86	c cleaning 87011 clauses out of 174037 with flag 3906000/3906000
1128.29/1122.17	c cleaning 88005 clauses out of 176027 with flag 3995001/3995001
1143.85/1137.65	c cleaning 88968 clauses out of 178021 with flag 4085000/4085000
1177.01/1170.72	c cleaning 89960 clauses out of 180053 with flag 4176000/4176000
1199.40/1193.04	c cleaning 90998 clauses out of 182093 with flag 4268000/4268000
1221.40/1214.98	c cleaning 92023 clauses out of 184096 with flag 4361001/4361001
1248.88/1242.34	c cleaning 93006 clauses out of 186072 with flag 4455000/4455000
1276.97/1270.36	c cleaning 94006 clauses out of 188068 with flag 4550002/4550002
1299.49/1292.80	c cleaning 94980 clauses out of 190062 with flag 4646002/4646002
1322.96/1316.21	c cleaning 96010 clauses out of 192081 with flag 4743001/4743001
1362.83/1356.01	c cleaning 96938 clauses out of 194070 with flag 4841000/4841000
1387.73/1380.88	c cleaning 98046 clauses out of 196132 with flag 4940000/4940000
1412.60/1405.69	c cleaning 98984 clauses out of 198086 with flag 5040000/5040000
1449.47/1442.37	c cleaning 100022 clauses out of 200102 with flag 5141000/5141000
1485.80/1478.52	c cleaning 101025 clauses out of 202080 with flag 5243000/5243000
1528.05/1520.69	c cleaning 102008 clauses out of 204059 with flag 5346004/5346004
1577.11/1569.58	c cleaning 103000 clauses out of 206047 with flag 5450000/5450000
1622.59/1614.86	c cleaning 103983 clauses out of 208048 with flag 5555001/5555001
1660.70/1652.84	c cleaning 105003 clauses out of 210064 with flag 5661000/5661000
1681.71/1673.73	c cleaning 106010 clauses out of 212063 with flag 5768002/5768002
1706.55/1698.42	c cleaning 107008 clauses out of 214051 with flag 5876000/5876000
1735.16/1726.97	c cleaning 107997 clauses out of 216043 with flag 5985000/5985000
1761.35/1753.09	c cleaning 108995 clauses out of 218047 with flag 6095001/6095001
1800.05/1791.61	c starts		: 276
1800.05/1791.61	c conflicts		: 6202626
1800.05/1791.61	c decisions		: 8072689
1800.05/1791.61	c propagations		: 656860053
1800.05/1791.61	c inspects		: 6400565206
1800.05/1791.61	c shortcuts		: 0
1800.05/1791.61	c learnt literals	: 98
1800.05/1791.61	c learnt binary clauses	: 121
1800.05/1791.61	c learnt ternary clauses	: 193
1800.05/1791.61	c learnt constraints	: 6202528
1800.05/1791.61	c ignored constraints	: 0
1800.05/1791.61	c root simplifications	: 374
1800.05/1791.61	c removed literals (reason simplification)	: 49546549
1800.05/1791.61	c reason swapping (by a shorter reason)	: 0
1800.05/1791.61	c Calls to reduceDB	: 106
1800.05/1791.61	c number of reductions to clauses (during analyze)	: 0
1800.05/1791.61	c number of learned constraints concerned by reduction	: 0
1800.05/1791.61	c number of learning phase by resolution	: 0
1800.05/1791.61	c number of learning phase by cutting planes	: 0
1800.05/1791.61	c speed (assignments/second)	: 366876.9287481638
1800.05/1791.61	c non guided choices	99116
1800.05/1791.65	c learnt constraints type 
1800.05/1791.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84
1800.05/1791.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 216672
1800.05/1791.65	c constraints type 
1800.05/1791.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
1800.05/1791.65	c 4560 constraints processed.
1800.05/1791.65	s UNKNOWN
1800.05/1791.65	c Total wall clock time (in seconds): 1791.516

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-3710126-1338149903/watcher-3710126-1338149903 -o /tmp/evaluation-result-3710126-1338149903/solver-3710126-1338149903 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710126-1338149903.opb 

running on 4 cores: 1,3,5,7

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: 1.92 1.98 1.99 3/194 17824
/proc/meminfo: memFree=28487908/32873844 swapFree=7116/7116
[pid=17824] ppid=17822 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17824/stat : 17824 (java) D 17822 17824 14200 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 281115418 9515008 183 33554432000 1073741824 1073778376 140737371136208 140737371127240 227141303989 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/17824/statm: 2323 183 140 9 0 71 0

[startup+0.0403191 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17824
/proc/meminfo: memFree=28487908/32873844 swapFree=7116/7116
[pid=17824] ppid=17822 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/17824/stat : 17824 (java) S 17822 17824 14200 0 -1 4202496 2948 0 1 0 1 1 0 0 20 0 11 0 281115418 9310650368 3647 33554432000 1073741824 1073778376 140737424751664 140737424742800 227144663101 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17824/statm: 2273108 3648 1651 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.100329 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17824
/proc/meminfo: memFree=28487908/32873844 swapFree=7116/7116
[pid=17824] ppid=17822 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/17824/stat : 17824 (java) S 17822 17824 14200 0 -1 4202496 3938 0 1 0 7 1 0 0 20 0 18 0 281115418 9787842560 5146 33554432000 1073741824 1073778376 140737424751664 140737424742800 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17824/statm: 2389610 5148 2073 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300302 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17824
/proc/meminfo: memFree=28487908/32873844 swapFree=7116/7116
[pid=17824] ppid=17822 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/17824/stat : 17824 (java) S 17822 17824 14200 0 -1 4202496 5750 0 1 0 45 1 0 0 20 0 18 0 281115418 9787842560 11412 33554432000 1073741824 1073778376 140737424751664 140737424742800 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17824/statm: 2389610 11412 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700321 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17824
/proc/meminfo: memFree=28487908/32873844 swapFree=7116/7116
[pid=17824] ppid=17822 vsize=9558440 CPUtime=1.22 cores=1,3,5,7
/proc/17824/stat : 17824 (java) S 17822 17824 14200 0 -1 4202496 9442 0 1 0 112 10 0 0 20 0 18 0 281115418 9787842560 47478 33554432000 1073741824 1073778376 140737424751664 140737424742800 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17824/statm: 2389610 47478 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558440

[startup+1.50076 s]
/proc/loadavg: 1.92 1.98 1.99 8/212 17842
/proc/meminfo: memFree=28285696/32873844 swapFree=7116/7116
[pid=17824] ppid=17822 vsize=9625004 CPUtime=2.68 cores=1,3,5,7
/proc/17824/stat : 17824 (java) S 17822 17824 14200 0 -1 4202496 9982 0 1 0 252 16 0 0 20 0 19 0 281115418 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140737424742800 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17824/statm: 2406251 58640 2269 9 0 2396937 0
[pid=17824/tid=17826] ppid=17822 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/17824/task/17826/stat : 17826 (java) R 17822 17824 14200 0 -1 4202560 2602 0 1 0 132 4 0 0 20 0 19 0 281115419 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154587157264 140154459718486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17827] ppid=17822 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/17824/task/17827/stat : 17827 (java) S 17822 17824 14200 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281115420 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154430667816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17828] ppid=17822 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/17824/task/17828/stat : 17828 (java) S 17822 17824 14200 0 -1 4202560 28 0 0 0 1 2 0 0 20 0 19 0 281115420 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154429615016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17829] ppid=17822 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/17824/task/17829/stat : 17829 (java) S 17822 17824 14200 0 -1 4202560 114 0 0 0 2 2 0 0 20 0 19 0 281115420 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154428562216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17830] ppid=17822 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/17824/task/17830/stat : 17830 (java) S 17822 17824 14200 0 -1 4202560 112 0 0 0 4 2 0 0 20 0 19 0 281115420 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154427509416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17831] ppid=17822 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/17824/task/17831/stat : 17831 (java) S 17822 17824 14200 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281115420 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154426456616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17832] ppid=17822 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/17824/task/17832/stat : 17832 (java) S 17822 17824 14200 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281115420 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154425403816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17833] ppid=17822 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/17824/task/17833/stat : 17833 (java) S 17822 17824 14200 0 -1 4202560 122 0 0 0 4 2 0 0 20 0 19 0 281115420 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154424351016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17834] ppid=17822 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/17824/task/17834/stat : 17834 (java) S 17822 17824 14200 0 -1 4202560 106 0 0 0 2 1 0 0 20 0 19 0 281115421 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154423298216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17835] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17835/stat : 17835 (java) S 17822 17824 14200 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154411101160 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17836] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17836/stat : 17836 (java) S 17822 17824 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154410047224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17837] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17837/stat : 17837 (java) S 17822 17824 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154408994312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17838] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17838/stat : 17838 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154407942800 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17839] ppid=17822 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17824/task/17839/stat : 17839 (java) R 17822 17824 14200 0 -1 4202560 2567 0 0 0 50 0 0 0 20 0 19 0 281115425 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154406889912 140154591271321 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17840] ppid=17822 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/17824/task/17840/stat : 17840 (java) R 17822 17824 14200 0 -1 4202560 3031 0 0 0 40 0 0 0 20 0 19 0 281115425 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154405837112 140154589764366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17841] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17841/stat : 17841 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154404784504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17842] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17842/stat : 17842 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 58640 33554432000 1073741824 1073778376 140737424751664 140154403731912 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 9625004

[startup+3.10079 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 17843
/proc/meminfo: memFree=28262168/32873844 swapFree=7116/7116
[pid=17824] ppid=17822 vsize=9625004 CPUtime=4.65 cores=1,3,5,7
/proc/17824/stat : 17824 (java) S 17822 17824 14200 0 -1 4202496 10133 0 1 0 442 23 0 0 20 0 19 0 281115418 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140737424742800 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17824/statm: 2406251 73044 2283 9 0 2396937 0
[pid=17824/tid=17826] ppid=17822 vsize=9625004 CPUtime=2.73 cores=1,3,5,7
/proc/17824/task/17826/stat : 17826 (java) R 17822 17824 14200 0 -1 4202560 2604 0 1 0 269 4 0 0 20 0 19 0 281115419 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154587156800 140154459821482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17827] ppid=17822 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/17824/task/17827/stat : 17827 (java) S 17822 17824 14200 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 281115420 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154430667816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17828] ppid=17822 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/17824/task/17828/stat : 17828 (java) S 17822 17824 14200 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 19 0 281115420 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154429615016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17829] ppid=17822 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/17824/task/17829/stat : 17829 (java) S 17822 17824 14200 0 -1 4202560 120 0 0 0 2 3 0 0 20 0 19 0 281115420 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154428562216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17830] ppid=17822 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/17824/task/17830/stat : 17830 (java) S 17822 17824 14200 0 -1 4202560 130 0 0 0 8 3 0 0 20 0 19 0 281115420 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154427509416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17831] ppid=17822 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/17824/task/17831/stat : 17831 (java) S 17822 17824 14200 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 19 0 281115420 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154426456616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17832] ppid=17822 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/17824/task/17832/stat : 17832 (java) S 17822 17824 14200 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 281115420 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154425403816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17833] ppid=17822 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/17824/task/17833/stat : 17833 (java) S 17822 17824 14200 0 -1 4202560 127 0 0 0 4 3 0 0 20 0 19 0 281115420 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154424351016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17834] ppid=17822 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/17824/task/17834/stat : 17834 (java) S 17822 17824 14200 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 19 0 281115421 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154423298216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17835] ppid=17822 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/17824/task/17835/stat : 17835 (java) S 17822 17824 14200 0 -1 4202560 102 0 0 0 15 0 0 0 20 0 19 0 281115422 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154411101160 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17836] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17836/stat : 17836 (java) S 17822 17824 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154410047224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17837] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17837/stat : 17837 (java) S 17822 17824 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154408994312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17838] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17838/stat : 17838 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154407942800 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17839] ppid=17822 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/17824/task/17839/stat : 17839 (java) S 17822 17824 14200 0 -1 4202560 2572 0 0 0 63 0 0 0 20 0 19 0 281115425 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154406889912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17840] ppid=17822 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/17824/task/17840/stat : 17840 (java) S 17822 17824 14200 0 -1 4202560 3047 0 0 0 49 0 0 0 20 0 19 0 281115425 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154405837112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17841] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17841/stat : 17841 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154404784504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17842] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17842/stat : 17842 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154403731912 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17843] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17843/stat : 17843 (java) S 17822 17824 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281115539 9856004096 73044 33554432000 1073741824 1073778376 140737424751664 140154402678440 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 17843
/proc/meminfo: memFree=28204080/32873844 swapFree=7116/7116
[pid=17824] ppid=17822 vsize=9625004 CPUtime=7.89 cores=1,3,5,7
/proc/17824/stat : 17824 (java) S 17822 17824 14200 0 -1 4202496 10140 0 1 0 766 23 0 0 20 0 19 0 281115418 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140737424742800 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17824/statm: 2406251 73030 2283 9 0 2396937 0
[pid=17824/tid=17826] ppid=17822 vsize=9625004 CPUtime=5.75 cores=1,3,5,7
/proc/17824/task/17826/stat : 17826 (java) R 17822 17824 14200 0 -1 4202560 2606 0 1 0 571 4 0 0 20 0 19 0 281115419 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154587157144 140154459701687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17827] ppid=17822 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/17824/task/17827/stat : 17827 (java) S 17822 17824 14200 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 281115420 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154430667816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17828] ppid=17822 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/17824/task/17828/stat : 17828 (java) S 17822 17824 14200 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 19 0 281115420 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154429615016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17829] ppid=17822 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/17824/task/17829/stat : 17829 (java) S 17822 17824 14200 0 -1 4202560 120 0 0 0 2 3 0 0 20 0 19 0 281115420 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154428562216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17830] ppid=17822 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/17824/task/17830/stat : 17830 (java) S 17822 17824 14200 0 -1 4202560 135 0 0 0 8 4 0 0 20 0 19 0 281115420 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154427509416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17831] ppid=17822 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/17824/task/17831/stat : 17831 (java) S 17822 17824 14200 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 19 0 281115420 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154426456616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17832] ppid=17822 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/17824/task/17832/stat : 17832 (java) S 17822 17824 14200 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 281115420 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154425403816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17833] ppid=17822 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/17824/task/17833/stat : 17833 (java) S 17822 17824 14200 0 -1 4202560 127 0 0 0 5 3 0 0 20 0 19 0 281115420 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154424351016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17834] ppid=17822 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/17824/task/17834/stat : 17834 (java) S 17822 17824 14200 0 -1 4202560 131 0 0 0 5 2 0 0 20 0 19 0 281115421 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154423298216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17835] ppid=17822 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/17824/task/17835/stat : 17835 (java) S 17822 17824 14200 0 -1 4202560 102 0 0 0 32 0 0 0 20 0 19 0 281115422 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154411101160 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17836] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17836/stat : 17836 (java) S 17822 17824 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154410047224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17837] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17837/stat : 17837 (java) S 17822 17824 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154408994312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17838] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17838/stat : 17838 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154407942800 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17839] ppid=17822 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/17824/task/17839/stat : 17839 (java) S 17822 17824 14200 0 -1 4202560 2572 0 0 0 64 0 0 0 20 0 19 0 281115425 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154406889912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17840] ppid=17822 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17824/task/17840/stat : 17840 (java) S 17822 17824 14200 0 -1 4202560 3047 0 0 0 50 0 0 0 20 0 19 0 281115425 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154405837112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17841] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17841/stat : 17841 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154404784504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17842] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17842/stat : 17842 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154403731912 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17843] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17843/stat : 17843 (java) S 17822 17824 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281115539 9856004096 73030 33554432000 1073741824 1073778376 140737424751664 140154402678440 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 17843
/proc/meminfo: memFree=28197968/32873844 swapFree=7116/7116

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

[pid=17824/tid=17839] ppid=17822 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/17824/task/17839/stat : 17839 (java) S 17822 17824 14200 0 -1 4202560 2780 0 0 0 76 0 0 0 20 0 19 0 281115425 9856004096 326509 33554432000 1073741824 1073778376 140737424751664 140154406889912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17840] ppid=17822 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17824/task/17840/stat : 17840 (java) S 17822 17824 14200 0 -1 4202560 3048 0 0 0 50 0 0 0 20 0 19 0 281115425 9856004096 326509 33554432000 1073741824 1073778376 140737424751664 140154405837112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17841] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17841/stat : 17841 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 326509 33554432000 1073741824 1073778376 140737424751664 140154404784504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17842] ppid=17822 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17824/task/17842/stat : 17842 (java) S 17822 17824 14200 0 -1 4202560 97 0 0 0 25 21 0 0 20 0 19 0 281115425 9856004096 326509 33554432000 1073741824 1073778376 140737424751664 140154403731912 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17843] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17843/stat : 17843 (java) S 17822 17824 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281115539 9856004096 326509 33554432000 1073741824 1073778376 140737424751664 140154402678440 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1670.3
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 17918
/proc/meminfo: memFree=27643024/32873844 swapFree=7116/7116
[pid=17824] ppid=17822 vsize=9625004 CPUtime=1730.55 cores=1,3,5,7
/proc/17824/stat : 17824 (java) S 17822 17824 14200 0 -1 4202496 14161 0 1 0 172957 98 0 0 20 0 19 0 281115418 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140737424742800 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17824/statm: 2406251 326539 2284 9 0 2396937 0
[pid=17824/tid=17826] ppid=17822 vsize=9625004 CPUtime=1691.01 cores=1,3,5,7
/proc/17824/task/17826/stat : 17826 (java) R 17822 17824 14200 0 -1 4202560 3690 0 1 0 169058 43 0 0 20 0 19 0 281115419 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154587156800 140154459513790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17827] ppid=17822 vsize=9625004 CPUtime=1.05 cores=1,3,5,7
/proc/17824/task/17827/stat : 17827 (java) S 17822 17824 14200 0 -1 4202560 291 0 0 0 100 5 0 0 20 0 19 0 281115420 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154430667816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17828] ppid=17822 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/17824/task/17828/stat : 17828 (java) S 17822 17824 14200 0 -1 4202560 252 0 0 0 101 6 0 0 20 0 19 0 281115420 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154429615016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17829] ppid=17822 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/17824/task/17829/stat : 17829 (java) S 17822 17824 14200 0 -1 4202560 381 0 0 0 117 7 0 0 20 0 19 0 281115420 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154428562216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17830] ppid=17822 vsize=9625004 CPUtime=1.15 cores=1,3,5,7
/proc/17824/task/17830/stat : 17830 (java) S 17822 17824 14200 0 -1 4202560 347 0 0 0 107 8 0 0 20 0 19 0 281115420 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154427509416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17831] ppid=17822 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/17824/task/17831/stat : 17831 (java) S 17822 17824 14200 0 -1 4202560 527 0 0 0 122 8 0 0 20 0 19 0 281115420 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154426456616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17832] ppid=17822 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/17824/task/17832/stat : 17832 (java) S 17822 17824 14200 0 -1 4202560 218 0 0 0 114 5 0 0 20 0 19 0 281115420 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154425403816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17833] ppid=17822 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/17824/task/17833/stat : 17833 (java) S 17822 17824 14200 0 -1 4202560 433 0 0 0 112 7 0 0 20 0 19 0 281115420 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154424351016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17834] ppid=17822 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/17824/task/17834/stat : 17834 (java) S 17822 17824 14200 0 -1 4202560 303 0 0 0 106 7 0 0 20 0 19 0 281115421 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154423298216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17835] ppid=17822 vsize=9625004 CPUtime=24.11 cores=1,3,5,7
/proc/17824/task/17835/stat : 17835 (java) S 17822 17824 14200 0 -1 4202560 604 0 0 0 2408 3 0 0 20 0 19 0 281115422 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154411101160 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17836] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17836/stat : 17836 (java) S 17822 17824 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154410047224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17837] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17837/stat : 17837 (java) S 17822 17824 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154408994312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17838] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17838/stat : 17838 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154407942800 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17839] ppid=17822 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/17824/task/17839/stat : 17839 (java) S 17822 17824 14200 0 -1 4202560 2780 0 0 0 76 0 0 0 20 0 19 0 281115425 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154406889912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17840] ppid=17822 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17824/task/17840/stat : 17840 (java) S 17822 17824 14200 0 -1 4202560 3048 0 0 0 50 0 0 0 20 0 19 0 281115425 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154405837112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17841] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17841/stat : 17841 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154404784504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17842] ppid=17822 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/17824/task/17842/stat : 17842 (java) S 17822 17824 14200 0 -1 4202560 101 0 0 0 27 22 0 0 20 0 19 0 281115425 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154403731912 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17843] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17843/stat : 17843 (java) S 17822 17824 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281115539 9856004096 326539 33554432000 1073741824 1073778376 140737424751664 140154402678440 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1730.55
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17918
/proc/meminfo: memFree=27632672/32873844 swapFree=7116/7116
[pid=17824] ppid=17822 vsize=9625004 CPUtime=1790.74 cores=1,3,5,7
/proc/17824/stat : 17824 (java) S 17822 17824 14200 0 -1 4202496 14192 0 1 0 178974 100 0 0 20 0 19 0 281115418 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140737424742800 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17824/statm: 2406251 326562 2284 9 0 2396937 0
[pid=17824/tid=17826] ppid=17822 vsize=9625004 CPUtime=1750.28 cores=1,3,5,7
/proc/17824/task/17826/stat : 17826 (java) R 17822 17824 14200 0 -1 4202560 3692 0 1 0 174984 44 0 0 20 0 19 0 281115419 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154587156800 140154460034785 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17827] ppid=17822 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/17824/task/17827/stat : 17827 (java) S 17822 17824 14200 0 -1 4202560 291 0 0 0 102 5 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154430667816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17828] ppid=17822 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/17824/task/17828/stat : 17828 (java) S 17822 17824 14200 0 -1 4202560 252 0 0 0 102 6 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154429615016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17829] ppid=17822 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/17824/task/17829/stat : 17829 (java) S 17822 17824 14200 0 -1 4202560 386 0 0 0 121 7 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154428562216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17830] ppid=17822 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/17824/task/17830/stat : 17830 (java) S 17822 17824 14200 0 -1 4202560 347 0 0 0 110 8 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154427509416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17831] ppid=17822 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/17824/task/17831/stat : 17831 (java) S 17822 17824 14200 0 -1 4202560 527 0 0 0 127 8 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154426456616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17832] ppid=17822 vsize=9625004 CPUtime=1.22 cores=1,3,5,7
/proc/17824/task/17832/stat : 17832 (java) S 17822 17824 14200 0 -1 4202560 236 0 0 0 117 5 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154425403816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17833] ppid=17822 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/17824/task/17833/stat : 17833 (java) S 17822 17824 14200 0 -1 4202560 433 0 0 0 116 7 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154424351016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17834] ppid=17822 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/17824/task/17834/stat : 17834 (java) S 17822 17824 14200 0 -1 4202560 303 0 0 0 109 7 0 0 20 0 19 0 281115421 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154423298216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17835] ppid=17822 vsize=9625004 CPUtime=24.62 cores=1,3,5,7
/proc/17824/task/17835/stat : 17835 (java) S 17822 17824 14200 0 -1 4202560 608 0 0 0 2459 3 0 0 20 0 19 0 281115422 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154411101160 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17836] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17836/stat : 17836 (java) S 17822 17824 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154410047224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17837] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17837/stat : 17837 (java) S 17822 17824 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154408994312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17838] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17838/stat : 17838 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154407942800 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17839] ppid=17822 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/17824/task/17839/stat : 17839 (java) S 17822 17824 14200 0 -1 4202560 2780 0 0 0 76 0 0 0 20 0 19 0 281115425 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154406889912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17840] ppid=17822 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17824/task/17840/stat : 17840 (java) S 17822 17824 14200 0 -1 4202560 3048 0 0 0 50 0 0 0 20 0 19 0 281115425 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154405837112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17841] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17841/stat : 17841 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154404784504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17842] ppid=17822 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17824/task/17842/stat : 17842 (java) S 17822 17824 14200 0 -1 4202560 103 0 0 0 28 22 0 0 20 0 19 0 281115425 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154403731912 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17843] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17843/stat : 17843 (java) S 17822 17824 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281115539 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154402678440 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1790.74
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17918
/proc/meminfo: memFree=27631020/32873844 swapFree=7116/7116
[pid=17824] ppid=17822 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/17824/stat : 17824 (java) S 17822 17824 14200 0 -1 4202496 14194 0 1 0 179905 100 0 0 20 0 19 0 281115418 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140737424742800 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17824/statm: 2406251 326562 2284 9 0 2396937 0
[pid=17824/tid=17826] ppid=17822 vsize=9625004 CPUtime=1759.57 cores=1,3,5,7
/proc/17824/task/17826/stat : 17826 (java) R 17822 17824 14200 0 -1 4202560 3692 0 1 0 175913 44 0 0 20 0 19 0 281115419 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154587156800 140154459955334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17827] ppid=17822 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/17824/task/17827/stat : 17827 (java) S 17822 17824 14200 0 -1 4202560 291 0 0 0 102 5 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154430667816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17828] ppid=17822 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/17824/task/17828/stat : 17828 (java) S 17822 17824 14200 0 -1 4202560 252 0 0 0 102 6 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154429615016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17829] ppid=17822 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/17824/task/17829/stat : 17829 (java) S 17822 17824 14200 0 -1 4202560 386 0 0 0 121 7 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154428562216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17830] ppid=17822 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/17824/task/17830/stat : 17830 (java) S 17822 17824 14200 0 -1 4202560 347 0 0 0 110 8 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154427509416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17831] ppid=17822 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/17824/task/17831/stat : 17831 (java) S 17822 17824 14200 0 -1 4202560 527 0 0 0 127 8 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154426456616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17832] ppid=17822 vsize=9625004 CPUtime=1.22 cores=1,3,5,7
/proc/17824/task/17832/stat : 17832 (java) S 17822 17824 14200 0 -1 4202560 236 0 0 0 117 5 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154425403816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17833] ppid=17822 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/17824/task/17833/stat : 17833 (java) S 17822 17824 14200 0 -1 4202560 433 0 0 0 116 7 0 0 20 0 19 0 281115420 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154424351016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17834] ppid=17822 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/17824/task/17834/stat : 17834 (java) S 17822 17824 14200 0 -1 4202560 303 0 0 0 109 7 0 0 20 0 19 0 281115421 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154423298216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17835] ppid=17822 vsize=9625004 CPUtime=24.62 cores=1,3,5,7
/proc/17824/task/17835/stat : 17835 (java) S 17822 17824 14200 0 -1 4202560 608 0 0 0 2459 3 0 0 20 0 19 0 281115422 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154411101160 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17836] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17836/stat : 17836 (java) S 17822 17824 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154410047224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17837] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17837/stat : 17837 (java) S 17822 17824 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281115422 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154408994312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17838] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17838/stat : 17838 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154407942800 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17824/tid=17839] ppid=17822 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/17824/task/17839/stat : 17839 (java) S 17822 17824 14200 0 -1 4202560 2780 0 0 0 76 0 0 0 20 0 19 0 281115425 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154406889912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17824/tid=17840] ppid=17822 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17824/task/17840/stat : 17840 (java) S 17822 17824 14200 0 -1 4202560 3048 0 0 0 50 0 0 0 20 0 19 0 281115425 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154405837112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17841] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17841/stat : 17841 (java) S 17822 17824 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281115425 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154404784504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17824/tid=17842] ppid=17822 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/17824/task/17842/stat : 17842 (java) S 17822 17824 14200 0 -1 4202560 105 0 0 0 28 23 0 0 20 0 19 0 281115425 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154403731912 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17824/tid=17843] ppid=17822 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17824/task/17843/stat : 17843 (java) S 17822 17824 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281115539 9856004096 326562 33554432000 1073741824 1073778376 140737424751664 140154402678440 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

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

Real time (s): 1791.66
CPU time (s): 1800.05
CPU user time (s): 1799.05
CPU system time (s): 1
CPU usage (%): 100.468
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 1.37179
maximum resident set size= 1306392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14234
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40870
involuntary context switches= 24112

runsolver used 6.27005 second user time and 15.5436 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 22:18:24
IDJOB=3710126
IDBENCH=2504
IDSOLVER=2289
FILE ID=node138/3710126-1338149903
RUNJOBID= node138-1338139170-16911
PBS_JOBID= 14624507
Free space on /tmp= 71492 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710126-1338149903/watcher-3710126-1338149903 -o /tmp/evaluation-result-3710126-1338149903/solver-3710126-1338149903 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710126-1338149903.opb

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

MD5SUM BENCH= daeaeaee67028e931b0f5195f178e9b3
RANDOM SEED=275467482

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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		: 2667.347
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		: 2667.347
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.92
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		: 2667.347
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:        28488288 kB
Buffers:          430212 kB
Cached:          2401404 kB
SwapCached:          212 kB
Active:          1576752 kB
Inactive:        1931768 kB
Active(anon):     668144 kB
Inactive(anon):    11368 kB
Active(file):     908608 kB
Inactive(file):  1920400 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              5512 kB
Writeback:             0 kB
AnonPages:        683544 kB
Mapped:            22632 kB
Shmem:               200 kB
Slab:             732552 kB
SReclaimable:     174812 kB
SUnreclaim:       557740 kB
KernelStack:        1608 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    653312 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= 71492 MiB
End job on node138 at 2012-05-27 22:48:17