Trace number 3690210

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.07 911.456

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_4_ic.opb
MD5SUMe305c1d0330d93c0634ea10582f6edce
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 106496424
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11026350169
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 106496424
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11026350169
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3690210-1337888934.opb
0.10/0.12	c reading problem ... 
1.15/0.66	c ... done. Wall clock time 0.544s.
1.15/0.66	c declared #vars     15725
1.15/0.66	c #constraints  33136
1.15/0.66	c constraints type 
1.15/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.15/0.66	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.15/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.15/0.66	c ignored satisfied constraints => 3
1.15/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.15/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.15/0.66	c 33139 constraints processed.
1.15/0.66	c constraints type 
1.15/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.15/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.15/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.15/0.66	c ignored satisfied constraints => 3
1.15/0.66	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.15/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.15/0.66	c 33139 constraints processed.
1.15/0.66	c objective function length is 1825 literals
9.60/4.17	c cleaning 2500 clauses out of 5000 with flag 5000/5000
17.69/8.14	c cleaning 4250 clauses out of 8500 with flag 11000/11000
27.40/13.08	c cleaning 5617 clauses out of 11250 with flag 18000/18000
40.28/19.56	c cleaning 6816 clauses out of 13633 with flag 26000/26000
54.92/26.94	c cleaning 7901 clauses out of 15817 with flag 35000/35000
70.62/34.80	c cleaning 8949 clauses out of 17916 with flag 45000/45000
86.84/43.00	c cleaning 9976 clauses out of 19968 with flag 56001/56001
99.81/49.69	c cleaning 10995 clauses out of 21991 with flag 68000/68000
113.85/56.87	c cleaning 11993 clauses out of 23997 with flag 81001/81001
129.21/64.66	c cleaning 12982 clauses out of 26003 with flag 95000/95000
143.35/71.81	c cleaning 13999 clauses out of 28022 with flag 110001/110001
160.28/80.47	c cleaning 14993 clauses out of 30023 with flag 126001/126001
180.20/90.66	c cleaning 16009 clauses out of 32030 with flag 143001/143001
198.97/100.11	c cleaning 17004 clauses out of 34022 with flag 161002/161002
216.21/108.95	c cleaning 18003 clauses out of 36016 with flag 180000/180000
235.51/118.80	c cleaning 18980 clauses out of 38013 with flag 200000/200000
255.77/129.15	c cleaning 20014 clauses out of 40035 with flag 221002/221002
270.60/136.73	c cleaning 0 clauses out of 5011 with flag 0/5011
279.60/141.23	c cleaning 21004 clauses out of 42021 with flag 243002/243002
302.24/152.61	c cleaning 22004 clauses out of 44015 with flag 266000/266000
328.68/166.15	c cleaning 23002 clauses out of 46012 with flag 290001/290001
355.11/179.51	c cleaning 23996 clauses out of 48011 with flag 315002/315002
380.15/192.24	c cleaning 24998 clauses out of 50014 with flag 341001/341001
406.38/205.54	c cleaning 26003 clauses out of 52017 with flag 368002/368002
434.31/219.82	c cleaning 26995 clauses out of 54013 with flag 396001/396001
461.54/233.68	c cleaning 27990 clauses out of 56017 with flag 425000/425000
489.74/247.93	c cleaning 29002 clauses out of 58028 with flag 455001/455001
527.69/267.09	c cleaning 30009 clauses out of 60026 with flag 486001/486001
573.40/290.18	c cleaning 31005 clauses out of 62019 with flag 518003/518003
613.34/310.25	c cleaning 32000 clauses out of 64011 with flag 551000/551000
650.89/329.11	c cleaning 32995 clauses out of 66011 with flag 585000/585000
696.30/351.97	c cleaning 34002 clauses out of 68017 with flag 620001/620001
733.71/371.09	c cleaning 34983 clauses out of 70014 with flag 656000/656000
768.43/388.93	c cleaning 36010 clauses out of 72031 with flag 693000/693000
811.09/410.47	c cleaning 37001 clauses out of 74021 with flag 731000/731000
856.80/433.68	c cleaning 38007 clauses out of 76021 with flag 770001/770001
906.22/458.55	c cleaning 39000 clauses out of 78014 with flag 810001/810001
948.70/480.06	c cleaning 40002 clauses out of 80013 with flag 851000/851000
997.43/504.67	c cleaning 40991 clauses out of 82011 with flag 893000/893000
1051.34/532.01	c cleaning 41980 clauses out of 84022 with flag 936002/936002
1104.11/558.68	c cleaning 43010 clauses out of 86040 with flag 980000/980000
1150.20/581.94	c cleaning 44008 clauses out of 88030 with flag 1025000/1025000
1201.03/607.67	c cleaning 45001 clauses out of 90022 with flag 1071000/1071000
1250.04/632.66	c cleaning 45982 clauses out of 92021 with flag 1118000/1118000
1299.57/657.60	c cleaning 46990 clauses out of 94039 with flag 1166000/1166000
1350.68/683.47	c cleaning 48022 clauses out of 96049 with flag 1215000/1215000
1360.13/688.52	c cleaning 0 clauses out of 11011 with flag 0/11011
1401.25/709.61	c cleaning 49002 clauses out of 98030 with flag 1265003/1265003
1452.04/735.33	c cleaning 50009 clauses out of 100026 with flag 1316001/1316001
1506.93/763.07	c cleaning 50998 clauses out of 102016 with flag 1368000/1368000
1567.56/793.66	c cleaning 51999 clauses out of 104018 with flag 1421000/1421000
1641.95/831.31	c cleaning 53002 clauses out of 106019 with flag 1475000/1475000
1709.30/865.39	c cleaning 54002 clauses out of 108017 with flag 1530000/1530000
1783.26/902.69	c cleaning 55002 clauses out of 110015 with flag 1586000/1586000
1800.07/911.41	c starts		: 208
1800.07/911.41	c conflicts		: 1602095
1800.07/911.41	c decisions		: 2080383
1800.07/911.41	c propagations		: 966600319
1800.07/911.41	c inspects		: 6894453690
1800.07/911.41	c shortcuts		: 0
1800.07/911.41	c learnt literals	: 0
1800.07/911.41	c learnt binary clauses	: 0
1800.07/911.41	c learnt ternary clauses	: 3
1800.07/911.41	c learnt constraints	: 1602095
1800.07/911.41	c ignored constraints	: 0
1800.07/911.41	c root simplifications	: 0
1800.07/911.41	c removed literals (reason simplification)	: 69670270
1800.07/911.41	c reason swapping (by a shorter reason)	: 0
1800.07/911.41	c Calls to reduceDB	: 52
1800.07/911.41	c number of reductions to clauses (during analyze)	: 0
1800.07/911.41	c number of learned constraints concerned by reduction	: 0
1800.07/911.41	c number of learning phase by resolution	: 0
1800.07/911.41	c number of learning phase by cutting planes	: 0
1800.07/911.41	c speed (assignments/second)	: 1061359.9353917069
1800.07/911.41	c non guided choices	4
1800.07/911.44	c learnt constraints type 
1800.07/911.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71142
1800.07/911.44	c constraints type 
1800.07/911.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.07/911.44	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.07/911.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.07/911.44	c ignored satisfied constraints => 3
1800.07/911.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.07/911.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.07/911.44	c 33139 constraints processed.
1800.07/911.44	c constraints type 
1800.07/911.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.07/911.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.07/911.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.07/911.44	c ignored satisfied constraints => 3
1800.07/911.44	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.07/911.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.07/911.44	c 33139 constraints processed.
1800.07/911.44	s UNKNOWN
1800.07/911.44	c Total wall clock time (in seconds): 911.316

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

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

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


[startup+0 s]
/proc/loadavg: 3.92 3.95 3.90 4/197 27485
/proc/meminfo: memFree=28682080/32873844 swapFree=7356/7356
[pid=27485] ppid=27483 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/27485/stat : 27485 (java) R 27483 27485 23457 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 255021940 23793664 717 33554432000 1073741824 1073778376 140736380163856 140736380152920 245285041512 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27485/statm: 5809 730 541 9 0 128 0

[startup+0.0698791 s]
/proc/loadavg: 3.92 3.95 3.90 4/197 27485
/proc/meminfo: memFree=28682080/32873844 swapFree=7356/7356
[pid=27485] ppid=27483 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27485/stat : 27485 (java) S 27483 27485 23457 0 -1 4202496 3245 0 1 0 4 1 0 0 20 0 18 0 255021940 9787813888 4454 33554432000 1073741824 1073778376 140736380163856 140736380154992 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27485/statm: 2389603 4454 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.10026 s]
/proc/loadavg: 3.92 3.95 3.90 4/197 27485
/proc/meminfo: memFree=28682080/32873844 swapFree=7356/7356
[pid=27485] ppid=27483 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/27485/stat : 27485 (java) S 27483 27485 23457 0 -1 4202496 4294 0 1 0 9 1 0 0 20 0 18 0 255021940 9787813888 5475 33554432000 1073741824 1073778376 140736380163856 140736380154992 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27485/statm: 2389603 5475 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300218 s]
/proc/loadavg: 3.92 3.95 3.90 4/197 27485
/proc/meminfo: memFree=28682080/32873844 swapFree=7356/7356
[pid=27485] ppid=27483 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/27485/stat : 27485 (java) S 27483 27485 23457 0 -1 4202496 5357 0 1 0 49 2 0 0 20 0 18 0 255021940 9787813888 8688 33554432000 1073741824 1073778376 140736380163856 140736380154992 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27485/statm: 2389603 8688 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.700162 s]
/proc/loadavg: 3.92 3.95 3.90 4/197 27485
/proc/meminfo: memFree=28682080/32873844 swapFree=7356/7356
[pid=27485] ppid=27483 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/27485/stat : 27485 (java) S 27483 27485 23457 0 -1 4202496 8191 0 1 0 128 5 0 0 20 0 22 0 255021940 10060460032 39259 33554432000 1073741824 1073778376 140736380163856 140736380154992 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27485/statm: 2456167 39259 2245 9 0 2446860 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 4.00 3.97 3.91 7/219 27507
/proc/meminfo: memFree=28507724/32873844 swapFree=7356/7356
[pid=27485] ppid=27483 vsize=9824668 CPUtime=3.99 cores=0,2,4,6
/proc/27485/stat : 27485 (java) S 27483 27485 23457 0 -1 4202496 14958 0 1 0 388 11 0 0 20 0 22 0 255021940 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140736380154992 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27485/statm: 2456167 54810 2271 9 0 2446860 0
[pid=27485/tid=27487] ppid=27483 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/27485/task/27487/stat : 27487 (java) S 27483 27485 23457 0 -1 4202560 2521 0 1 0 61 3 0 0 20 0 22 0 255021941 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140441362568184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27488] ppid=27483 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27485/task/27488/stat : 27488 (java) S 27483 27485 23457 0 -1 4202560 118 0 0 0 2 0 0 0 20 0 22 0 255021941 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140441340668328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27489] ppid=27483 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27485/task/27489/stat : 27489 (java) S 27483 27485 23457 0 -1 4202560 112 0 0 0 3 0 0 0 20 0 22 0 255021941 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140441339615784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27490] ppid=27483 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27485/task/27490/stat : 27490 (java) S 27483 27485 23457 0 -1 4202560 62 0 0 0 1 0 0 0 20 0 22 0 255021941 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140441338562728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27491] ppid=27483 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27485/task/27491/stat : 27491 (java) S 27483 27485 23457 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 255021941 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140441001388328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27492] ppid=27483 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27485/task/27492/stat : 27492 (java) S 27483 27485 23457 0 -1 4202560 104 0 0 0 1 0 0 0 20 0 22 0 255021941 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140441000336296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27493] ppid=27483 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27485/task/27493/stat : 27493 (java) S 27483 27485 23457 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 255021941 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440999283752 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27494] ppid=27483 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27485/task/27494/stat : 27494 (java) S 27483 27485 23457 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 255021941 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440998230696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27495] ppid=27483 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27485/task/27495/stat : 27495 (java) S 27483 27485 23457 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 255021941 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440997178152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27496] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27496/stat : 27496 (java) S 27483 27485 23457 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440984979816 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27497] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27497/stat : 27497 (java) S 27483 27485 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440983926136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27498] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27498/stat : 27498 (java) S 27483 27485 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440982872968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27499] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27499/stat : 27499 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440981821712 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27500] ppid=27483 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/27485/task/27500/stat : 27500 (java) S 27483 27485 23457 0 -1 4202560 5137 0 0 0 75 1 0 0 20 0 22 0 255021946 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440980769592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27501] ppid=27483 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/27485/task/27501/stat : 27501 (java) S 27483 27485 23457 0 -1 4202560 5479 0 0 0 78 0 0 0 20 0 22 0 255021946 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440979717048 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27502] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27502/stat : 27502 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440978664184 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27503] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27503/stat : 27503 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440977611848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27504] ppid=27483 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/27485/task/27504/stat : 27504 (java) R 27483 27485 23457 0 -1 4202560 26 0 0 0 74 0 0 0 20 0 22 0 255022007 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440976521928 140441220263500 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27505] ppid=27483 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/27485/task/27505/stat : 27505 (java) R 27483 27485 23457 0 -1 4202560 82 0 0 0 74 0 0 0 20 0 22 0 255022007 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440975469688 140441220568017 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27506] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27506/stat : 27506 (java) S 27483 27485 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255022009 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440974418728 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27507] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27507/stat : 27507 (java) S 27483 27485 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255022009 10060460032 54810 33554432000 1073741824 1073778376 140736380163856 140440973366184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9824668

[startup+3.10071 s]
/proc/loadavg: 4.00 3.97 3.91 6/219 27507
/proc/meminfo: memFree=28444244/32873844 swapFree=7356/7356
[pid=27485] ppid=27483 vsize=9824668 CPUtime=7.6 cores=0,2,4,6
/proc/27485/stat : 27485 (java) S 27483 27485 23457 0 -1 4202496 15384 0 1 0 744 16 0 0 20 0 22 0 255021940 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140736380154992 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27485/statm: 2456167 87831 2272 9 0 2446860 0
[pid=27485/tid=27487] ppid=27483 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/27485/task/27487/stat : 27487 (java) S 27483 27485 23457 0 -1 4202560 2521 0 1 0 61 3 0 0 20 0 22 0 255021941 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140441362568184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27488] ppid=27483 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27485/task/27488/stat : 27488 (java) S 27483 27485 23457 0 -1 4202560 127 0 0 0 3 0 0 0 20 0 22 0 255021941 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140441340668328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27489] ppid=27483 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27485/task/27489/stat : 27489 (java) S 27483 27485 23457 0 -1 4202560 127 0 0 0 4 2 0 0 20 0 22 0 255021941 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140441339615784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27490] ppid=27483 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27485/task/27490/stat : 27490 (java) S 27483 27485 23457 0 -1 4202560 70 0 0 0 3 0 0 0 20 0 22 0 255021941 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140441338562728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27491] ppid=27483 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27485/task/27491/stat : 27491 (java) S 27483 27485 23457 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 255021941 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140441001388328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27492] ppid=27483 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27485/task/27492/stat : 27492 (java) S 27483 27485 23457 0 -1 4202560 110 0 0 0 2 0 0 0 20 0 22 0 255021941 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140441000336296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27493] ppid=27483 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27485/task/27493/stat : 27493 (java) S 27483 27485 23457 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 255021941 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440999283752 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27494] ppid=27483 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27485/task/27494/stat : 27494 (java) S 27483 27485 23457 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 255021941 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440998230696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27495] ppid=27483 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27485/task/27495/stat : 27495 (java) S 27483 27485 23457 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 255021941 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440997178152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27496] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27496/stat : 27496 (java) S 27483 27485 23457 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440984979816 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27497] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27497/stat : 27497 (java) S 27483 27485 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440983926136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27498] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27498/stat : 27498 (java) S 27483 27485 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440982872968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27499] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27499/stat : 27499 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440981821712 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27500] ppid=27483 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/27485/task/27500/stat : 27500 (java) S 27483 27485 23457 0 -1 4202560 5198 0 0 0 96 2 0 0 20 0 22 0 255021946 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440980769592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27501] ppid=27483 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/27485/task/27501/stat : 27501 (java) S 27483 27485 23457 0 -1 4202560 5599 0 0 0 93 0 0 0 20 0 22 0 255021946 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440979717048 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27502] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27502/stat : 27502 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440978664184 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27503] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27503/stat : 27503 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440977611848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27504] ppid=27483 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/27485/task/27504/stat : 27504 (java) R 27483 27485 23457 0 -1 4202560 26 0 0 0 228 0 0 0 20 0 22 0 255022007 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440976521696 140441220281913 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27505] ppid=27483 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/27485/task/27505/stat : 27505 (java) R 27483 27485 23457 0 -1 4202560 135 0 0 0 230 1 0 0 20 0 22 0 255022007 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440975470664 140441220187929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27506] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27506/stat : 27506 (java) S 27483 27485 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255022009 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440974418728 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27507] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27507/stat : 27507 (java) S 27483 27485 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255022009 10060460032 87831 33554432000 1073741824 1073778376 140736380163856 140440973366184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 4.00 3.97 3.91 5/219 27507
/proc/meminfo: memFree=28221208/32873844 swapFree=7356/7356
[pid=27485] ppid=27483 vsize=9824668 CPUtime=13.99 cores=0,2,4,6
/proc/27485/stat : 27485 (java) S 27483 27485 23457 0 -1 4202496 16106 0 1 0 1375 24 0 0 20 0 22 0 255021940 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140736380154992 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27485/statm: 2456167 158822 2285 9 0 2446860 0
[pid=27485/tid=27487] ppid=27483 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/27485/task/27487/stat : 27487 (java) S 27483 27485 23457 0 -1 4202560 2521 0 1 0 61 3 0 0 20 0 22 0 255021941 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140441362568184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27488] ppid=27483 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27485/task/27488/stat : 27488 (java) S 27483 27485 23457 0 -1 4202560 150 0 0 0 4 2 0 0 20 0 22 0 255021941 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140441340668328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27489] ppid=27483 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/27485/task/27489/stat : 27489 (java) S 27483 27485 23457 0 -1 4202560 134 0 0 0 6 2 0 0 20 0 22 0 255021941 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140441339615784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27490] ppid=27483 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/27485/task/27490/stat : 27490 (java) S 27483 27485 23457 0 -1 4202560 88 0 0 0 6 2 0 0 20 0 22 0 255021941 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140441338562728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27491] ppid=27483 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/27485/task/27491/stat : 27491 (java) S 27483 27485 23457 0 -1 4202560 37 0 0 0 7 1 0 0 20 0 22 0 255021941 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140441001388328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27492] ppid=27483 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27485/task/27492/stat : 27492 (java) S 27483 27485 23457 0 -1 4202560 140 0 0 0 6 0 0 0 20 0 22 0 255021941 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140441000336296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27493] ppid=27483 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/27485/task/27493/stat : 27493 (java) S 27483 27485 23457 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 255021941 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140440999283752 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27494] ppid=27483 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/27485/task/27494/stat : 27494 (java) S 27483 27485 23457 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 255021941 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140440998230696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27495] ppid=27483 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/27485/task/27495/stat : 27495 (java) S 27483 27485 23457 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 255021941 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140440997178152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27496] ppid=27483 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27485/task/27496/stat : 27496 (java) S 27483 27485 23457 0 -1 4202560 487 0 0 0 12 0 0 0 20 0 22 0 255021943 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140440984979816 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27497] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27497/stat : 27497 (java) S 27483 27485 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140440983926136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27498] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27498/stat : 27498 (java) S 27483 27485 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140440982872968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27499] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27499/stat : 27499 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140440981821712 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27500] ppid=27483 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/27485/task/27500/stat : 27500 (java) S 27483 27485 23457 0 -1 4202560 5203 0 0 0 98 2 0 0 20 0 22 0 255021946 10060460032 158822 33554432000 1073741824 1073778376 140736380163856 140440980769592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/27485/statm: 2456167 662784 2286 9 0 2446860 0
[pid=27485/tid=27487] ppid=27483 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/27485/task/27487/stat : 27487 (java) S 27483 27485 23457 0 -1 4202560 2531 0 1 0 62 6 0 0 20 0 22 0 255021941 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140441362568184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27488] ppid=27483 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/27485/task/27488/stat : 27488 (java) S 27483 27485 23457 0 -1 4202560 1281 0 0 0 252 11 0 0 20 0 22 0 255021941 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140441340668328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27489] ppid=27483 vsize=9824668 CPUtime=2.35 cores=0,2,4,6
/proc/27485/task/27489/stat : 27489 (java) S 27483 27485 23457 0 -1 4202560 738 0 0 0 223 12 0 0 20 0 22 0 255021941 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140441339615784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27490] ppid=27483 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/27485/task/27490/stat : 27490 (java) S 27483 27485 23457 0 -1 4202560 510 0 0 0 218 8 0 0 20 0 22 0 255021941 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140441338562728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27491] ppid=27483 vsize=9824668 CPUtime=2.37 cores=0,2,4,6
/proc/27485/task/27491/stat : 27491 (java) S 27483 27485 23457 0 -1 4202560 536 0 0 0 227 10 0 0 20 0 22 0 255021941 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140441001388328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27492] ppid=27483 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/27485/task/27492/stat : 27492 (java) S 27483 27485 23457 0 -1 4202560 603 0 0 0 217 11 0 0 20 0 22 0 255021941 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140441000336296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27493] ppid=27483 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/27485/task/27493/stat : 27493 (java) S 27483 27485 23457 0 -1 4202560 912 0 0 0 241 10 0 0 20 0 22 0 255021941 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440999283752 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27494] ppid=27483 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/27485/task/27494/stat : 27494 (java) S 27483 27485 23457 0 -1 4202560 687 0 0 0 248 11 0 0 20 0 22 0 255021941 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440998230696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27495] ppid=27483 vsize=9824668 CPUtime=2.23 cores=0,2,4,6
/proc/27485/task/27495/stat : 27495 (java) S 27483 27485 23457 0 -1 4202560 400 0 0 0 213 10 0 0 20 0 22 0 255021941 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440997178152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27496] ppid=27483 vsize=9824668 CPUtime=31.32 cores=0,2,4,6
/proc/27485/task/27496/stat : 27496 (java) S 27483 27485 23457 0 -1 4202560 2038 0 0 0 3116 16 0 0 20 0 22 0 255021943 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440984979816 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27497] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27497/stat : 27497 (java) S 27483 27485 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440983926136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27498] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27498/stat : 27498 (java) S 27483 27485 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440982872968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27499] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27499/stat : 27499 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440981821712 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27500] ppid=27483 vsize=9824668 CPUtime=1.53 cores=0,2,4,6
/proc/27485/task/27500/stat : 27500 (java) S 27483 27485 23457 0 -1 4202560 14032 0 0 0 150 3 0 0 20 0 22 0 255021946 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440980769592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27501] ppid=27483 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/27485/task/27501/stat : 27501 (java) S 27483 27485 23457 0 -1 4202560 6163 0 0 0 108 2 0 0 20 0 22 0 255021946 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440979717048 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27502] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27502/stat : 27502 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440978664184 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27503] ppid=27483 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/27485/task/27503/stat : 27503 (java) S 27483 27485 23457 0 -1 4202560 47 0 0 0 17 14 0 0 20 0 22 0 255021946 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440977611848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27504] ppid=27483 vsize=9824668 CPUtime=782.76 cores=0,2,4,6
/proc/27485/task/27504/stat : 27504 (java) R 27483 27485 23457 0 -1 4202560 59 0 0 0 78264 12 0 0 20 0 22 0 255022007 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440976522656 140441220476966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27505] ppid=27483 vsize=9824668 CPUtime=782.73 cores=0,2,4,6
/proc/27485/task/27505/stat : 27505 (java) R 27483 27485 23457 0 -1 4202560 2015 0 0 0 78226 47 0 0 20 0 22 0 255022007 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440975469280 140441220450306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27506] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27506/stat : 27506 (java) S 27483 27485 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255022009 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440974418728 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27507] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27507/stat : 27507 (java) S 27483 27485 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255022009 10060460032 662784 33554432000 1073741824 1073778376 140736380163856 140440973366184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1623.86
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 1.96 2.62 3.33 3/191 27568
/proc/meminfo: memFree=26320464/32873844 swapFree=7356/7356
[pid=27485] ppid=27483 vsize=9824668 CPUtime=1742.53 cores=0,2,4,6
/proc/27485/stat : 27485 (java) S 27483 27485 23457 0 -1 4202496 34865 0 1 0 174086 167 0 0 20 0 22 0 255021940 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140736380154992 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27485/statm: 2456167 686289 2286 9 0 2446860 0
[pid=27485/tid=27487] ppid=27483 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/27485/task/27487/stat : 27487 (java) S 27483 27485 23457 0 -1 4202560 2531 0 1 0 62 6 0 0 20 0 22 0 255021941 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140441362568184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27488] ppid=27483 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/27485/task/27488/stat : 27488 (java) S 27483 27485 23457 0 -1 4202560 1428 0 0 0 264 12 0 0 20 0 22 0 255021941 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140441340668328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27489] ppid=27483 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/27485/task/27489/stat : 27489 (java) S 27483 27485 23457 0 -1 4202560 1024 0 0 0 235 13 0 0 20 0 22 0 255021941 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140441339615784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27490] ppid=27483 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/27485/task/27490/stat : 27490 (java) S 27483 27485 23457 0 -1 4202560 519 0 0 0 230 9 0 0 20 0 22 0 255021941 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140441338562728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27491] ppid=27483 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/27485/task/27491/stat : 27491 (java) S 27483 27485 23457 0 -1 4202560 640 0 0 0 239 11 0 0 20 0 22 0 255021941 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140441001388328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27492] ppid=27483 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/27485/task/27492/stat : 27492 (java) S 27483 27485 23457 0 -1 4202560 751 0 0 0 231 12 0 0 20 0 22 0 255021941 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140441000336296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27493] ppid=27483 vsize=9824668 CPUtime=2.66 cores=0,2,4,6
/proc/27485/task/27493/stat : 27493 (java) S 27483 27485 23457 0 -1 4202560 1113 0 0 0 255 11 0 0 20 0 22 0 255021941 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440999283752 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27494] ppid=27483 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/27485/task/27494/stat : 27494 (java) S 27483 27485 23457 0 -1 4202560 704 0 0 0 262 12 0 0 20 0 22 0 255021941 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440998230696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27495] ppid=27483 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/27485/task/27495/stat : 27495 (java) S 27483 27485 23457 0 -1 4202560 527 0 0 0 223 10 0 0 20 0 22 0 255021941 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440997178152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27496] ppid=27483 vsize=9824668 CPUtime=33.12 cores=0,2,4,6
/proc/27485/task/27496/stat : 27496 (java) S 27483 27485 23457 0 -1 4202560 2112 0 0 0 3295 17 0 0 20 0 22 0 255021943 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440984979816 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27497] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27497/stat : 27497 (java) S 27483 27485 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440983926136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27498] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27498/stat : 27498 (java) S 27483 27485 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440982872968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27499] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27499/stat : 27499 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440981821712 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27500] ppid=27483 vsize=9824668 CPUtime=1.53 cores=0,2,4,6
/proc/27485/task/27500/stat : 27500 (java) S 27483 27485 23457 0 -1 4202560 14032 0 0 0 150 3 0 0 20 0 22 0 255021946 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440980769592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27501] ppid=27483 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/27485/task/27501/stat : 27501 (java) S 27483 27485 23457 0 -1 4202560 6163 0 0 0 108 2 0 0 20 0 22 0 255021946 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440979717048 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27502] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27502/stat : 27502 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440978664184 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27503] ppid=27483 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/27485/task/27503/stat : 27503 (java) S 27483 27485 23457 0 -1 4202560 51 0 0 0 18 15 0 0 20 0 22 0 255021946 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440977611848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27504] ppid=27483 vsize=9824668 CPUtime=840.49 cores=0,2,4,6
/proc/27485/task/27504/stat : 27504 (java) R 27483 27485 23457 0 -1 4202560 60 0 0 0 84035 14 0 0 20 0 22 0 255022007 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440976522656 140441220281327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27505] ppid=27483 vsize=9824668 CPUtime=840.49 cores=0,2,4,6
/proc/27485/task/27505/stat : 27505 (java) R 27483 27485 23457 0 -1 4202560 2022 0 0 0 84001 48 0 0 20 0 22 0 255022007 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440975471184 140441220570688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27506] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27506/stat : 27506 (java) S 27483 27485 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255022009 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440974418728 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27507] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27507/stat : 27507 (java) S 27483 27485 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255022009 10060460032 686289 33554432000 1073741824 1073778376 140736380163856 140440973366184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1742.53
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.401 s]
/proc/loadavg: 1.97 2.56 3.28 3/192 27569
/proc/meminfo: memFree=26237420/32873844 swapFree=7356/7356
[pid=27485] ppid=27483 vsize=9824668 CPUtime=1800.07 cores=0,2,4,6
/proc/27485/stat : 27485 (java) S 27483 27485 23457 0 -1 4202496 35233 0 1 0 179833 174 0 0 20 0 22 0 255021940 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140736380154992 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27485/statm: 2456167 707012 2286 9 0 2446860 0
[pid=27485/tid=27487] ppid=27483 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/27485/task/27487/stat : 27487 (java) S 27483 27485 23457 0 -1 4202560 2531 0 1 0 62 6 0 0 20 0 22 0 255021941 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140441362568184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27488] ppid=27483 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/27485/task/27488/stat : 27488 (java) S 27483 27485 23457 0 -1 4202560 1447 0 0 0 268 13 0 0 20 0 22 0 255021941 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140441340668328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27489] ppid=27483 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/27485/task/27489/stat : 27489 (java) S 27483 27485 23457 0 -1 4202560 1102 0 0 0 241 13 0 0 20 0 22 0 255021941 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140441339615784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27490] ppid=27483 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/27485/task/27490/stat : 27490 (java) S 27483 27485 23457 0 -1 4202560 527 0 0 0 234 9 0 0 20 0 22 0 255021941 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140441338562728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27491] ppid=27483 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/27485/task/27491/stat : 27491 (java) S 27483 27485 23457 0 -1 4202560 764 0 0 0 249 12 0 0 20 0 22 0 255021941 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140441001388328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27492] ppid=27483 vsize=9824668 CPUtime=2.47 cores=0,2,4,6
/proc/27485/task/27492/stat : 27492 (java) S 27483 27485 23457 0 -1 4202560 762 0 0 0 234 13 0 0 20 0 22 0 255021941 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140441000336296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27493] ppid=27483 vsize=9824668 CPUtime=2.73 cores=0,2,4,6
/proc/27485/task/27493/stat : 27493 (java) S 27483 27485 23457 0 -1 4202560 1187 0 0 0 261 12 0 0 20 0 22 0 255021941 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440999283752 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27494] ppid=27483 vsize=9824668 CPUtime=2.78 cores=0,2,4,6
/proc/27485/task/27494/stat : 27494 (java) S 27483 27485 23457 0 -1 4202560 709 0 0 0 266 12 0 0 20 0 22 0 255021941 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440998230696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27495] ppid=27483 vsize=9824668 CPUtime=2.4 cores=0,2,4,6
/proc/27485/task/27495/stat : 27495 (java) S 27483 27485 23457 0 -1 4202560 546 0 0 0 228 12 0 0 20 0 22 0 255021941 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440997178152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27496] ppid=27483 vsize=9824668 CPUtime=34 cores=0,2,4,6
/proc/27485/task/27496/stat : 27496 (java) S 27483 27485 23457 0 -1 4202560 2137 0 0 0 3382 18 0 0 20 0 22 0 255021943 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440984979816 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27497] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27497/stat : 27497 (java) S 27483 27485 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440983926136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27498] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27498/stat : 27498 (java) S 27483 27485 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255021943 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440982872968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27499] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27499/stat : 27499 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440981821712 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27500] ppid=27483 vsize=9824668 CPUtime=1.53 cores=0,2,4,6
/proc/27485/task/27500/stat : 27500 (java) S 27483 27485 23457 0 -1 4202560 14032 0 0 0 150 3 0 0 20 0 22 0 255021946 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440980769592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27501] ppid=27483 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/27485/task/27501/stat : 27501 (java) S 27483 27485 23457 0 -1 4202560 6163 0 0 0 108 2 0 0 20 0 22 0 255021946 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440979717048 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27502] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27502/stat : 27502 (java) S 27483 27485 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255021946 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440978664184 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27503] ppid=27483 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/27485/task/27503/stat : 27503 (java) S 27483 27485 23457 0 -1 4202560 53 0 0 0 19 15 0 0 20 0 22 0 255021946 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440977611848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27485/tid=27504] ppid=27483 vsize=9824668 CPUtime=868.51 cores=0,2,4,6
/proc/27485/task/27504/stat : 27504 (java) R 27483 27485 23457 0 -1 4202560 61 0 0 0 86836 15 0 0 20 0 22 0 255022007 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440976523600 140441220197715 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27485/tid=27505] ppid=27483 vsize=9824668 CPUtime=868.5 cores=0,2,4,6
/proc/27485/task/27505/stat : 27505 (java) R 27483 27485 23457 0 -1 4202560 2024 0 0 0 86801 49 0 0 20 0 22 0 255022007 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440975471184 140441220187607 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27485/tid=27506] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27506/stat : 27506 (java) S 27483 27485 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255022009 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440974418728 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27485/tid=27507] ppid=27483 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27485/task/27507/stat : 27507 (java) S 27483 27485 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255022009 10060460032 707012 33554432000 1073741824 1073778376 140736380163856 140440973366184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27485 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=638325
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=212663
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 911.456
CPU time (s): 1800.07
CPU user time (s): 1798.33
CPU system time (s): 1.74
CPU usage (%): 197.494
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.64
system time used= 2.21266
maximum resident set size= 2986048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35264
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27152
involuntary context switches= 43432

runsolver used 3.2915 second user time and 8.24375 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 21:48:54
IDJOB=3690210
IDBENCH=92767
IDSOLVER=2268
FILE ID=node109/3690210-1337888934
RUNJOBID= node109-1337871881-23473
PBS_JOBID= 14620095
Free space on /tmp= 71680 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_4_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690210-1337888934/watcher-3690210-1337888934 -o /tmp/evaluation-result-3690210-1337888934/solver-3690210-1337888934 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690210-1337888934.opb

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

MD5SUM BENCH= e305c1d0330d93c0634ea10582f6edce
RANDOM SEED=851404767

node109.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.264
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.52
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.264
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.264
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.264
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.264
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.264
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.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28682344 kB
Buffers:          213652 kB
Cached:          2816228 kB
SwapCached:            0 kB
Active:           769776 kB
Inactive:        2653628 kB
Active(anon):     396248 kB
Inactive(anon):        0 kB
Active(file):     373528 kB
Inactive(file):  2653628 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:        374064 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             627356 kB
SReclaimable:      69668 kB
SUnreclaim:       557688 kB
KernelStack:        1784 kB
PageTables:         4948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     659192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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= 71680 MiB
End job on node109 at 2012-05-24 22:04:07