Trace number 3710040

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.1 1792.26

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K107.opb
MD5SUMf523e4bc7acd98550e38ca37c8d9200b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark100.583
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7276
Total number of constraints7492
Number of constraints which are clauses7385
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint107
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 108
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710040-1338212822.opb
0.09/0.12	c reading problem ... 
0.53/0.39	c ... done. Wall clock time 0.272s.
0.53/0.39	c declared #vars     7276
0.53/0.39	c #constraints  7492
0.53/0.39	c constraints type 
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6005
0.53/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
0.53/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
0.53/0.39	c 7492 constraints processed.
2.33/1.70	c cleaning 2476 clauses out of 4994 with flag 5000/5000
4.07/3.05	c cleaning 4195 clauses out of 8507 with flag 11000/11000
5.68/4.68	c cleaning 5572 clauses out of 11305 with flag 18000/18000
7.60/6.59	c cleaning 6789 clauses out of 13727 with flag 26000/26000
9.75/8.67	c cleaning 7853 clauses out of 15934 with flag 35000/35000
12.16/11.06	c cleaning 8888 clauses out of 18077 with flag 45000/45000
14.86/13.73	c cleaning 10015 clauses out of 20188 with flag 56001/56001
18.07/16.90	c cleaning 10953 clauses out of 22174 with flag 68002/68002
21.87/20.79	c cleaning 11962 clauses out of 24221 with flag 81002/81002
25.60/24.45	c cleaning 12181 clauses out of 26258 with flag 95001/95001
28.93/27.77	c cleaning 12939 clauses out of 29074 with flag 110000/110000
32.94/31.78	c cleaning 14085 clauses out of 32135 with flag 126000/126000
37.36/36.11	c cleaning 15199 clauses out of 35048 with flag 143000/143000
42.67/41.42	c cleaning 16360 clauses out of 37845 with flag 161000/161000
47.90/46.66	c cleaning 17290 clauses out of 40483 with flag 180000/180000
52.71/51.48	c cleaning 17842 clauses out of 43191 with flag 200002/200002
58.33/57.00	c cleaning 18565 clauses out of 46345 with flag 221000/221000
64.15/62.84	c cleaning 19785 clauses out of 49778 with flag 243000/243000
70.33/68.94	c cleaning 20606 clauses out of 52993 with flag 266000/266000
77.13/75.80	c cleaning 22321 clauses out of 56390 with flag 290003/290003
85.17/83.71	c cleaning 23279 clauses out of 59066 with flag 315000/315000
92.28/90.84	c cleaning 23496 clauses out of 61785 with flag 341000/341000
101.67/100.13	c cleaning 25105 clauses out of 65287 with flag 368000/368000
113.27/111.79	c cleaning 26508 clauses out of 68183 with flag 396001/396001
122.32/120.71	c cleaning 26926 clauses out of 70676 with flag 425002/425002
131.55/129.96	c cleaning 27872 clauses out of 73748 with flag 455002/455002
141.29/139.67	c cleaning 28707 clauses out of 76874 with flag 486002/486002
156.80/155.18	c cleaning 30924 clauses out of 80166 with flag 518001/518001
169.15/167.41	c cleaning 31058 clauses out of 82246 with flag 551005/551005
182.57/180.85	c cleaning 32120 clauses out of 85183 with flag 585000/585000
192.64/190.83	c cleaning 32686 clauses out of 88063 with flag 620000/620000
205.95/204.15	c cleaning 34577 clauses out of 91377 with flag 656000/656000
220.80/218.93	c cleaning 35566 clauses out of 93800 with flag 693000/693000
233.82/232.00	c cleaning 36133 clauses out of 96236 with flag 731002/731002
246.07/244.16	c cleaning 35855 clauses out of 99104 with flag 770003/770003
260.33/258.36	c cleaning 38244 clauses out of 103248 with flag 810002/810002
276.25/274.27	c cleaning 38895 clauses out of 106002 with flag 851000/851000
296.60/294.56	c cleaning 40310 clauses out of 109107 with flag 893000/893000
314.00/311.84	c cleaning 40490 clauses out of 111797 with flag 936000/936000
330.13/327.97	c cleaning 40919 clauses out of 115308 with flag 980001/980001
348.58/346.34	c cleaning 43179 clauses out of 119391 with flag 1025003/1025003
362.83/360.54	c cleaning 42388 clauses out of 122209 with flag 1071000/1071000
378.36/376.06	c cleaning 44926 clauses out of 126822 with flag 1118001/1118001
397.89/395.58	c cleaning 45749 clauses out of 129895 with flag 1166000/1166000
416.55/414.17	c cleaning 47409 clauses out of 133148 with flag 1215002/1215002
439.74/437.29	c cleaning 48382 clauses out of 135737 with flag 1265000/1265000
464.35/461.70	c cleaning 49958 clauses out of 138355 with flag 1316000/1316000
491.62/488.98	c cleaning 50639 clauses out of 140399 with flag 1368002/1368002
528.91/526.15	c cleaning 52238 clauses out of 142759 with flag 1421001/1421001
556.93/554.07	c cleaning 52552 clauses out of 144520 with flag 1475000/1475000
578.90/575.93	c cleaning 52820 clauses out of 146971 with flag 1530003/1530003
598.57/595.52	c cleaning 54534 clauses out of 150146 with flag 1586000/1586000
625.19/622.12	c cleaning 55912 clauses out of 152612 with flag 1643000/1643000
650.95/647.89	c cleaning 56202 clauses out of 154700 with flag 1701000/1701000
679.52/676.32	c cleaning 57262 clauses out of 157498 with flag 1760000/1760000
709.11/705.87	c cleaning 58575 clauses out of 160236 with flag 1820000/1820000
742.28/738.98	c cleaning 59787 clauses out of 162661 with flag 1881000/1881000
774.68/771.22	c cleaning 60460 clauses out of 164872 with flag 1943000/1943000
814.77/811.29	c cleaning 61012 clauses out of 167414 with flag 2006002/2006002
842.37/838.78	c cleaning 61621 clauses out of 170401 with flag 2070001/2070001
873.24/869.53	c cleaning 63003 clauses out of 173781 with flag 2135002/2135002
900.32/896.56	c cleaning 64720 clauses out of 176776 with flag 2201000/2201000
933.35/929.52	c cleaning 65459 clauses out of 179056 with flag 2268000/2268000
962.52/958.66	c cleaning 66172 clauses out of 181597 with flag 2336000/2336000
998.28/994.35	c cleaning 67402 clauses out of 184426 with flag 2405001/2405001
1031.19/1027.12	c cleaning 68674 clauses out of 187023 with flag 2475000/2475000
1065.87/1061.77	c cleaning 69911 clauses out of 189350 with flag 2546001/2546001
1095.85/1091.68	c cleaning 70397 clauses out of 191438 with flag 2618000/2618000
1140.14/1135.83	c cleaning 72057 clauses out of 194039 with flag 2691000/2691000
1187.97/1183.34	c cleaning 72430 clauses out of 195984 with flag 2765002/2765002
1223.80/1219.19	c cleaning 73637 clauses out of 198553 with flag 2840001/2840001
1259.22/1254.43	c cleaning 74518 clauses out of 200915 with flag 2916000/2916000
1327.40/1322.45	c cleaning 76120 clauses out of 203398 with flag 2993001/2993001
1393.60/1388.40	c cleaning 77127 clauses out of 205278 with flag 3071001/3071001
1430.71/1425.41	c cleaning 77635 clauses out of 207151 with flag 3150001/3150001
1486.78/1481.30	c cleaning 79193 clauses out of 209516 with flag 3230001/3230001
1518.64/1513.16	c cleaning 78821 clauses out of 211322 with flag 3311000/3311000
1554.69/1549.15	c cleaning 80184 clauses out of 214502 with flag 3393001/3393001
1588.47/1582.81	c cleaning 80684 clauses out of 217318 with flag 3476001/3476001
1632.71/1626.50	c cleaning 83116 clauses out of 220633 with flag 3560000/3560000
1699.92/1693.16	c cleaning 84454 clauses out of 222517 with flag 3645000/3645000
1753.59/1746.22	c cleaning 84881 clauses out of 224063 with flag 3731000/3731000
1798.86/1791.04	c cleaning 85802 clauses out of 226182 with flag 3818000/3818000
1800.10/1792.21	c starts		: 251
1800.10/1792.21	c conflicts		: 3821109
1800.10/1792.21	c decisions		: 12396715
1800.10/1792.21	c propagations		: 1278405241
1800.10/1792.21	c inspects		: 7297234439
1800.10/1792.21	c shortcuts		: 0
1800.10/1792.21	c learnt literals	: 38
1800.10/1792.21	c learnt binary clauses	: 116362
1800.10/1792.21	c learnt ternary clauses	: 161204
1800.10/1792.21	c learnt constraints	: 3821070
1800.10/1792.21	c ignored constraints	: 0
1800.10/1792.21	c root simplifications	: 289
1800.10/1792.21	c removed literals (reason simplification)	: 164452383
1800.10/1792.21	c reason swapping (by a shorter reason)	: 0
1800.10/1792.21	c Calls to reduceDB	: 83
1800.10/1792.21	c number of reductions to clauses (during analyze)	: 0
1800.10/1792.21	c number of learned constraints concerned by reduction	: 0
1800.10/1792.21	c number of learning phase by resolution	: 0
1800.10/1792.21	c number of learning phase by cutting planes	: 0
1800.10/1792.21	c speed (assignments/second)	: 713474.2267983701
1800.10/1792.21	c non guided choices	7653
1800.10/1792.25	c learnt constraints type 
1800.10/1792.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 116329
1800.10/1792.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27295
1800.10/1792.25	c constraints type 
1800.10/1792.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6005
1800.10/1792.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.10/1792.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.10/1792.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
1800.10/1792.25	c 7492 constraints processed.
1800.10/1792.25	s UNKNOWN
1800.10/1792.25	c Total wall clock time (in seconds): 1792.13

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-3710040-1338212822/watcher-3710040-1338212822 -o /tmp/evaluation-result-3710040-1338212822/solver-3710040-1338212822 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710040-1338212822.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.00 2.00 2.00 3/194 23482
/proc/meminfo: memFree=30720600/32873844 swapFree=6080/6080
[pid=23482] ppid=23480 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23482/stat : 23482 (java) D 23480 23482 20249 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 287406736 9515008 184 33554432000 1073741824 1073778376 140737083443472 140737083434696 248790019511 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/23482/statm: 2323 184 142 9 0 71 0

[startup+0.050613 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 23482
/proc/meminfo: memFree=30720600/32873844 swapFree=6080/6080
[pid=23482] ppid=23480 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/23482/stat : 23482 (java) S 23480 23482 20249 0 -1 4202496 3105 0 1 0 2 0 0 0 20 0 13 0 287406736 9446973440 3291 33554432000 1073741824 1073778376 140734376506064 140734376497200 248793563197 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23482/statm: 2306390 3291 1705 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100289 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 23482
/proc/meminfo: memFree=30720600/32873844 swapFree=6080/6080
[pid=23482] ppid=23480 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/23482/stat : 23482 (java) S 23480 23482 20249 0 -1 4202496 4325 0 1 0 8 1 0 0 20 0 18 0 287406736 9787842560 5021 33554432000 1073741824 1073778376 140734376506064 140734376497200 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23482/statm: 2389610 5021 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300165 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 23482
/proc/meminfo: memFree=30720600/32873844 swapFree=6080/6080
[pid=23482] ppid=23480 vsize=9558440 CPUtime=0.53 cores=0,2,4,6
/proc/23482/stat : 23482 (java) S 23480 23482 20249 0 -1 4202496 7163 0 1 0 51 2 0 0 20 0 18 0 287406736 9787842560 9382 33554432000 1073741824 1073778376 140734376506064 140734376497200 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23482/statm: 2389610 9382 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700259 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 23482
/proc/meminfo: memFree=30720600/32873844 swapFree=6080/6080
[pid=23482] ppid=23480 vsize=9625004 CPUtime=1.3 cores=0,2,4,6
/proc/23482/stat : 23482 (java) S 23480 23482 20249 0 -1 4202496 7764 0 1 0 127 3 0 0 20 0 19 0 287406736 9856004096 17176 33554432000 1073741824 1073778376 140734376506064 140734376497200 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23482/statm: 2406251 17176 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625004

[startup+1.50067 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23501
/proc/meminfo: memFree=30660464/32873844 swapFree=6080/6080
[pid=23482] ppid=23480 vsize=9625004 CPUtime=2.11 cores=0,2,4,6
/proc/23482/stat : 23482 (java) S 23480 23482 20249 0 -1 4202496 7767 0 1 0 208 3 0 0 20 0 19 0 287406736 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140734376497200 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23482/statm: 2406251 17178 2259 9 0 2396937 0
[pid=23482/tid=23484] ppid=23480 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/23482/task/23484/stat : 23484 (java) R 23480 23482 20249 0 -1 4202560 2587 0 1 0 144 2 0 0 20 0 19 0 287406737 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218872035928 140218812416013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23485] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23485/stat : 23485 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218810768168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23486] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23486/stat : 23486 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218809715368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23487] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23487/stat : 23487 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218808663080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23488] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23488/stat : 23488 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218807610280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23489] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23489/stat : 23489 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218806556968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23490] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23490/stat : 23490 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218805504168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23491] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23491/stat : 23491 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218709260840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23492] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23492/stat : 23492 (java) S 23480 23482 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218708208040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23493] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23493/stat : 23493 (java) S 23480 23482 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218696010472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23494] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23494/stat : 23494 (java) S 23480 23482 20249 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218694956536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23495] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23495/stat : 23495 (java) S 23480 23482 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218693904136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23496] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23496/stat : 23496 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218692852624 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23497] ppid=23480 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/23482/task/23497/stat : 23497 (java) S 23480 23482 20249 0 -1 4202560 1658 0 0 0 29 0 0 0 20 0 19 0 287406742 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218691799224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23498] ppid=23480 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/23482/task/23498/stat : 23498 (java) S 23480 23482 20249 0 -1 4202560 2326 0 0 0 32 0 0 0 20 0 19 0 287406742 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218690746424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23499] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23499/stat : 23499 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218689694328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23500] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23500/stat : 23500 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218688641736 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23501] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23501/stat : 23501 (java) S 23480 23482 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287406777 9856004096 17178 33554432000 1073741824 1073778376 140734376506064 140218687587752 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625004

[startup+3.10065 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 23501
/proc/meminfo: memFree=30631296/32873844 swapFree=6080/6080
[pid=23482] ppid=23480 vsize=9625004 CPUtime=4.18 cores=0,2,4,6
/proc/23482/stat : 23482 (java) S 23480 23482 20249 0 -1 4202496 14333 0 1 0 413 5 0 0 20 0 19 0 287406736 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140734376497200 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23482/statm: 2406251 25027 2284 9 0 2396937 0
[pid=23482/tid=23484] ppid=23480 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/23482/task/23484/stat : 23484 (java) R 23480 23482 20249 0 -1 4202560 2593 0 1 0 301 2 0 0 20 0 19 0 287406737 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218872037640 140218812476576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23485] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23485/stat : 23485 (java) S 23480 23482 20249 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218810768168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23486] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23486/stat : 23486 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218809715368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23487] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23487/stat : 23487 (java) S 23480 23482 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218808663080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23488] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23488/stat : 23488 (java) S 23480 23482 20249 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218807610280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23489] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23489/stat : 23489 (java) S 23480 23482 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218806556968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23490] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23490/stat : 23490 (java) S 23480 23482 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218805504168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23491] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23491/stat : 23491 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218709260840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23492] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23492/stat : 23492 (java) S 23480 23482 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218708208040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23493] ppid=23480 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/23482/task/23493/stat : 23493 (java) S 23480 23482 20249 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287406740 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218696010472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23494] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23494/stat : 23494 (java) S 23480 23482 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218694956536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23495] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23495/stat : 23495 (java) S 23480 23482 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218693904136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23496] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23496/stat : 23496 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218692852624 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23497] ppid=23480 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23482/task/23497/stat : 23497 (java) S 23480 23482 20249 0 -1 4202560 8120 0 0 0 68 3 0 0 20 0 19 0 287406742 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218691799224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23498] ppid=23480 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23482/task/23498/stat : 23498 (java) S 23480 23482 20249 0 -1 4202560 2371 0 0 0 36 0 0 0 20 0 19 0 287406742 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218690746424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23499] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23499/stat : 23499 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218689694328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23500] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23500/stat : 23500 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218688641736 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23501] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23501/stat : 23501 (java) S 23480 23482 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287406777 9856004096 25027 33554432000 1073741824 1073778376 140734376506064 140218687587752 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23501
/proc/meminfo: memFree=30626704/32873844 swapFree=6080/6080
[pid=23482] ppid=23480 vsize=9625004 CPUtime=7.4 cores=0,2,4,6
/proc/23482/stat : 23482 (java) S 23480 23482 20249 0 -1 4202496 14338 0 1 0 735 5 0 0 20 0 19 0 287406736 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140734376497200 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23482/statm: 2406251 25341 2284 9 0 2396937 0
[pid=23482/tid=23484] ppid=23480 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/23482/task/23484/stat : 23484 (java) R 23480 23482 20249 0 -1 4202560 2594 0 1 0 618 2 0 0 20 0 19 0 287406737 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218872037912 140218812437231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23485] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23485/stat : 23485 (java) S 23480 23482 20249 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218810768168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23486] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23486/stat : 23486 (java) S 23480 23482 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218809715368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23487] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23487/stat : 23487 (java) S 23480 23482 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218808663080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23488] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23488/stat : 23488 (java) S 23480 23482 20249 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218807610280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23489] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23489/stat : 23489 (java) S 23480 23482 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218806556968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23490] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23490/stat : 23490 (java) S 23480 23482 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218805504168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23491] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23491/stat : 23491 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218709260840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23492] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23492/stat : 23492 (java) S 23480 23482 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287406738 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218708208040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23493] ppid=23480 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23482/task/23493/stat : 23493 (java) S 23480 23482 20249 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 287406740 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218696010472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23494] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23494/stat : 23494 (java) S 23480 23482 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218694956536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23495] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23495/stat : 23495 (java) S 23480 23482 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218693904136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23496] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23496/stat : 23496 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218692852624 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23497] ppid=23480 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/23482/task/23497/stat : 23497 (java) S 23480 23482 20249 0 -1 4202560 8121 0 0 0 69 3 0 0 20 0 19 0 287406742 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218691799224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23498] ppid=23480 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23482/task/23498/stat : 23498 (java) S 23480 23482 20249 0 -1 4202560 2371 0 0 0 36 0 0 0 20 0 19 0 287406742 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218690746424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23499] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23499/stat : 23499 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218689694328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23500] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23500/stat : 23500 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218688641736 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23501] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23501/stat : 23501 (java) S 23480 23482 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287406777 9856004096 25341 33554432000 1073741824 1073778376 140734376506064 140218687587752 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=23482/tid=23497] ppid=23480 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/23482/task/23497/stat : 23497 (java) S 23480 23482 20249 0 -1 4202560 8180 0 0 0 85 3 0 0 20 0 19 0 287406742 9856004096 95215 33554432000 1073741824 1073778376 140734376506064 140218691799224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23498] ppid=23480 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23482/task/23498/stat : 23498 (java) S 23480 23482 20249 0 -1 4202560 2371 0 0 0 36 0 0 0 20 0 19 0 287406742 9856004096 95215 33554432000 1073741824 1073778376 140734376506064 140218690746424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23499] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23499/stat : 23499 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 95215 33554432000 1073741824 1073778376 140734376506064 140218689694328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23500] ppid=23480 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/23482/task/23500/stat : 23500 (java) S 23480 23482 20249 0 -1 4202560 95 0 0 0 19 23 0 0 20 0 19 0 287406742 9856004096 95215 33554432000 1073741824 1073778376 140734376506064 140218688641736 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23501] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23501/stat : 23501 (java) S 23480 23482 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287406777 9856004096 95215 33554432000 1073741824 1073778376 140734376506064 140218687587752 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1668.88
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 23598
/proc/meminfo: memFree=30335400/32873844 swapFree=6080/6080
[pid=23482] ppid=23480 vsize=9625004 CPUtime=1729.41 cores=0,2,4,6
/proc/23482/stat : 23482 (java) S 23480 23482 20249 0 -1 4202496 16348 0 1 0 172872 69 0 0 20 0 19 0 287406736 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140734376497200 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23482/statm: 2406251 86679 2285 9 0 2396937 0
[pid=23482/tid=23484] ppid=23480 vsize=9625004 CPUtime=1712 cores=0,2,4,6
/proc/23482/task/23484/stat : 23484 (java) R 23480 23482 20249 0 -1 4202560 2756 0 1 0 171171 29 0 0 20 0 19 0 287406737 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218872036736 140218812415557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23485] ppid=23480 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/23482/task/23485/stat : 23485 (java) S 23480 23482 20249 0 -1 4202560 98 0 0 0 96 3 0 0 20 0 19 0 287406738 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218810768168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23486] ppid=23480 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/23482/task/23486/stat : 23486 (java) S 23480 23482 20249 0 -1 4202560 207 0 0 0 102 5 0 0 20 0 19 0 287406738 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218809715368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23487] ppid=23480 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/23482/task/23487/stat : 23487 (java) S 23480 23482 20249 0 -1 4202560 243 0 0 0 86 5 0 0 20 0 19 0 287406738 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218808663080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23488] ppid=23480 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/23482/task/23488/stat : 23488 (java) S 23480 23482 20249 0 -1 4202560 162 0 0 0 99 5 0 0 20 0 19 0 287406738 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218807610280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23489] ppid=23480 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/23482/task/23489/stat : 23489 (java) S 23480 23482 20249 0 -1 4202560 79 0 0 0 89 5 0 0 20 0 19 0 287406738 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218806556968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23490] ppid=23480 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/23482/task/23490/stat : 23490 (java) S 23480 23482 20249 0 -1 4202560 218 0 0 0 94 5 0 0 20 0 19 0 287406738 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218805504168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23491] ppid=23480 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/23482/task/23491/stat : 23491 (java) S 23480 23482 20249 0 -1 4202560 77 0 0 0 94 4 0 0 20 0 19 0 287406738 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218709260840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23492] ppid=23480 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/23482/task/23492/stat : 23492 (java) S 23480 23482 20249 0 -1 4202560 238 0 0 0 90 5 0 0 20 0 19 0 287406738 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218708208040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23493] ppid=23480 vsize=9625004 CPUtime=3.58 cores=0,2,4,6
/proc/23482/task/23493/stat : 23493 (java) S 23480 23482 20249 0 -1 4202560 439 0 0 0 356 2 0 0 20 0 19 0 287406740 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218696010472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23494] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23494/stat : 23494 (java) S 23480 23482 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218694956536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23495] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23495/stat : 23495 (java) S 23480 23482 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218693904136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23496] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23496/stat : 23496 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218692852624 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23497] ppid=23480 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/23482/task/23497/stat : 23497 (java) S 23480 23482 20249 0 -1 4202560 8180 0 0 0 85 3 0 0 20 0 19 0 287406742 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218691799224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23498] ppid=23480 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23482/task/23498/stat : 23498 (java) S 23480 23482 20249 0 -1 4202560 2371 0 0 0 36 0 0 0 20 0 19 0 287406742 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218690746424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23499] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23499/stat : 23499 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218689694328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23500] ppid=23480 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/23482/task/23500/stat : 23500 (java) S 23480 23482 20249 0 -1 4202560 99 0 0 0 20 24 0 0 20 0 19 0 287406742 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218688641736 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23501] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23501/stat : 23501 (java) S 23480 23482 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287406777 9856004096 86679 33554432000 1073741824 1073778376 140734376506064 140218687587752 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1729.41
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.31 2.10 2.02 3/213 23598
/proc/meminfo: memFree=30346312/32873844 swapFree=6080/6080
[pid=23482] ppid=23480 vsize=9625004 CPUtime=1790.08 cores=0,2,4,6
/proc/23482/stat : 23482 (java) S 23480 23482 20249 0 -1 4202496 16376 0 1 0 178938 70 0 0 20 0 19 0 287406736 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140734376497200 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23482/statm: 2406251 83922 2285 9 0 2396937 0
[pid=23482/tid=23484] ppid=23480 vsize=9625004 CPUtime=1771.48 cores=0,2,4,6
/proc/23482/task/23484/stat : 23484 (java) R 23480 23482 20249 0 -1 4202560 2775 0 1 0 177119 29 0 0 20 0 19 0 287406737 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218872036736 140218812415642 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23485] ppid=23480 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/23482/task/23485/stat : 23485 (java) S 23480 23482 20249 0 -1 4202560 98 0 0 0 107 3 0 0 20 0 19 0 287406738 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218810768168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23486] ppid=23480 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/23482/task/23486/stat : 23486 (java) S 23480 23482 20249 0 -1 4202560 207 0 0 0 111 5 0 0 20 0 19 0 287406738 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218809715368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23487] ppid=23480 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/23482/task/23487/stat : 23487 (java) S 23480 23482 20249 0 -1 4202560 243 0 0 0 97 5 0 0 20 0 19 0 287406738 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218808663080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23488] ppid=23480 vsize=9625004 CPUtime=1.19 cores=0,2,4,6
/proc/23482/task/23488/stat : 23488 (java) S 23480 23482 20249 0 -1 4202560 162 0 0 0 113 6 0 0 20 0 19 0 287406738 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218807610280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23489] ppid=23480 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/23482/task/23489/stat : 23489 (java) S 23480 23482 20249 0 -1 4202560 79 0 0 0 101 5 0 0 20 0 19 0 287406738 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218806556968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23490] ppid=23480 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/23482/task/23490/stat : 23490 (java) S 23480 23482 20249 0 -1 4202560 218 0 0 0 104 6 0 0 20 0 19 0 287406738 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218805504168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23491] ppid=23480 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/23482/task/23491/stat : 23491 (java) S 23480 23482 20249 0 -1 4202560 77 0 0 0 109 4 0 0 20 0 19 0 287406738 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218709260840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23492] ppid=23480 vsize=9625004 CPUtime=1.09 cores=0,2,4,6
/proc/23482/task/23492/stat : 23492 (java) S 23480 23482 20249 0 -1 4202560 238 0 0 0 104 5 0 0 20 0 19 0 287406738 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218708208040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23493] ppid=23480 vsize=9625004 CPUtime=3.64 cores=0,2,4,6
/proc/23482/task/23493/stat : 23493 (java) S 23480 23482 20249 0 -1 4202560 444 0 0 0 362 2 0 0 20 0 19 0 287406740 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218696010472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23494] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23494/stat : 23494 (java) S 23480 23482 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218694956536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23495] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23495/stat : 23495 (java) S 23480 23482 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218693904136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23496] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23496/stat : 23496 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218692852624 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23497] ppid=23480 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/23482/task/23497/stat : 23497 (java) S 23480 23482 20249 0 -1 4202560 8180 0 0 0 85 3 0 0 20 0 19 0 287406742 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218691799224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23498] ppid=23480 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23482/task/23498/stat : 23498 (java) S 23480 23482 20249 0 -1 4202560 2371 0 0 0 36 0 0 0 20 0 19 0 287406742 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218690746424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23499] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23499/stat : 23499 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218689694328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23500] ppid=23480 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23482/task/23500/stat : 23500 (java) S 23480 23482 20249 0 -1 4202560 103 0 0 0 20 25 0 0 20 0 19 0 287406742 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218688641736 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23501] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23501/stat : 23501 (java) S 23480 23482 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287406777 9856004096 83922 33554432000 1073741824 1073778376 140734376506064 140218687587752 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1790.08
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.2 s]
/proc/loadavg: 2.26 2.09 2.02 3/213 23598
/proc/meminfo: memFree=30346932/32873844 swapFree=6080/6080
[pid=23482] ppid=23480 vsize=9625004 CPUtime=1800.1 cores=0,2,4,6
/proc/23482/stat : 23482 (java) S 23480 23482 20249 0 -1 4202496 16380 0 1 0 179939 71 0 0 20 0 19 0 287406736 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140734376497200 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23482/statm: 2406251 83762 2285 9 0 2396937 0
[pid=23482/tid=23484] ppid=23480 vsize=9625004 CPUtime=1781.22 cores=0,2,4,6
/proc/23482/task/23484/stat : 23484 (java) R 23480 23482 20249 0 -1 4202560 2778 0 1 0 178092 30 0 0 20 0 19 0 287406737 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218872037680 140218812333644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23485] ppid=23480 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/23482/task/23485/stat : 23485 (java) S 23480 23482 20249 0 -1 4202560 98 0 0 0 110 3 0 0 20 0 19 0 287406738 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218810768168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23486] ppid=23480 vsize=9625004 CPUtime=1.18 cores=0,2,4,6
/proc/23482/task/23486/stat : 23486 (java) S 23480 23482 20249 0 -1 4202560 207 0 0 0 113 5 0 0 20 0 19 0 287406738 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218809715368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23487] ppid=23480 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/23482/task/23487/stat : 23487 (java) S 23480 23482 20249 0 -1 4202560 243 0 0 0 98 5 0 0 20 0 19 0 287406738 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218808663080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23488] ppid=23480 vsize=9625004 CPUtime=1.21 cores=0,2,4,6
/proc/23482/task/23488/stat : 23488 (java) S 23480 23482 20249 0 -1 4202560 162 0 0 0 115 6 0 0 20 0 19 0 287406738 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218807610280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23489] ppid=23480 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/23482/task/23489/stat : 23489 (java) S 23480 23482 20249 0 -1 4202560 79 0 0 0 102 5 0 0 20 0 19 0 287406738 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218806556968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23490] ppid=23480 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/23482/task/23490/stat : 23490 (java) S 23480 23482 20249 0 -1 4202560 218 0 0 0 106 6 0 0 20 0 19 0 287406738 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218805504168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23491] ppid=23480 vsize=9625004 CPUtime=1.15 cores=0,2,4,6
/proc/23482/task/23491/stat : 23491 (java) S 23480 23482 20249 0 -1 4202560 77 0 0 0 111 4 0 0 20 0 19 0 287406738 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218709260840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23492] ppid=23480 vsize=9625004 CPUtime=1.11 cores=0,2,4,6
/proc/23482/task/23492/stat : 23492 (java) S 23480 23482 20249 0 -1 4202560 238 0 0 0 106 5 0 0 20 0 19 0 287406738 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218708208040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23482/tid=23493] ppid=23480 vsize=9625004 CPUtime=3.74 cores=0,2,4,6
/proc/23482/task/23493/stat : 23493 (java) S 23480 23482 20249 0 -1 4202560 445 0 0 0 372 2 0 0 20 0 19 0 287406740 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218696010472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23494] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23494/stat : 23494 (java) S 23480 23482 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218694956536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23495] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23495/stat : 23495 (java) S 23480 23482 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287406740 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218693904136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23496] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23496/stat : 23496 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218692852624 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23482/tid=23497] ppid=23480 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/23482/task/23497/stat : 23497 (java) S 23480 23482 20249 0 -1 4202560 8180 0 0 0 85 3 0 0 20 0 19 0 287406742 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218691799224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23498] ppid=23480 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23482/task/23498/stat : 23498 (java) S 23480 23482 20249 0 -1 4202560 2371 0 0 0 36 0 0 0 20 0 19 0 287406742 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218690746424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23499] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23499/stat : 23499 (java) S 23480 23482 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287406742 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218689694328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23482/tid=23500] ppid=23480 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/23482/task/23500/stat : 23500 (java) S 23480 23482 20249 0 -1 4202560 103 0 0 0 20 26 0 0 20 0 19 0 287406742 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218688641736 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23482/tid=23501] ppid=23480 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23482/task/23501/stat : 23501 (java) S 23480 23482 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287406777 9856004096 83762 33554432000 1073741824 1073778376 140734376506064 140218687587752 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 23482 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=889135
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=142826
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.26
CPU time (s): 1800.1
CPU user time (s): 1799.39
CPU system time (s): 0.71
CPU usage (%): 100.438
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.89
system time used= 1.14283
maximum resident set size= 485480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16416
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42106
involuntary context switches= 18372

runsolver used 6.15006 second user time and 13.7649 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 15:47:02
IDJOB=3710040
IDBENCH=90127
IDSOLVER=2289
FILE ID=node139/3710040-1338212822
RUNJOBID= node139-1338207428-23070
PBS_JOBID= 14624580
Free space on /tmp= 71652 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K107.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-3710040-1338212822/watcher-3710040-1338212822 -o /tmp/evaluation-result-3710040-1338212822/solver-3710040-1338212822 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710040-1338212822.opb

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

MD5SUM BENCH= f523e4bc7acd98550e38ca37c8d9200b
RANDOM SEED=1421782887

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.92
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.750
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.750
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.750
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:        30720600 kB
Buffers:          433276 kB
Cached:           508992 kB
SwapCached:          828 kB
Active:          1024728 kB
Inactive:         262960 kB
Active(anon):     338880 kB
Inactive(anon):     7968 kB
Active(file):     685848 kB
Inactive(file):   254992 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:              1252 kB
Writeback:             0 kB
AnonPages:        360380 kB
Mapped:            20096 kB
Shmem:                 8 kB
Slab:             717368 kB
SReclaimable:     159684 kB
SUnreclaim:       557684 kB
KernelStack:        1608 kB
PageTables:         4988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     699604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 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= 71648 MiB
End job on node139 at 2012-05-28 16:16:56