Trace number 3710490

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.05 1795.25

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_1_mh.opb
MD5SUM72a339d7628ceb0d05dc1d46781174fb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3481479
Best CPU time to get the best result obtained on this benchmark1800.89
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 97336000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12201970261
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 97336000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12201970261
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	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.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=true
0.09/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3710490-1338252632.opb
0.09/0.13	c reading problem ... 
1.51/0.86	c ... done. Wall clock time 0.731s.
1.51/0.86	c declared #vars     31350
1.51/0.86	c #constraints  74536
1.51/0.86	c constraints type 
1.51/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.51/0.86	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.51/0.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.51/0.86	c ignored satisfied constraints => 3
1.51/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45025
1.51/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14750
1.51/0.86	c 74539 constraints processed.
9.83/8.60	c cleaning 2500 clauses out of 5003 with flag 5003/5003
17.07/15.72	c cleaning 4215 clauses out of 8500 with flag 11000/11000
24.57/23.25	c cleaning 5630 clauses out of 11285 with flag 18000/18000
30.78/29.49	c cleaning 6797 clauses out of 13655 with flag 26000/26000
36.54/35.11	c cleaning 7926 clauses out of 15858 with flag 35000/35000
42.45/41.04	c cleaning 8964 clauses out of 17933 with flag 45001/45001
49.36/47.98	c cleaning 9981 clauses out of 19970 with flag 56002/56002
57.87/56.47	c cleaning 10986 clauses out of 21988 with flag 68001/68001
67.18/65.72	c cleaning 11994 clauses out of 24002 with flag 81001/81001
75.89/74.41	c cleaning 12986 clauses out of 26007 with flag 95000/95000
81.20/79.78	c cleaning 14001 clauses out of 28022 with flag 110001/110001
89.71/88.23	c cleaning 15001 clauses out of 30020 with flag 126000/126000
96.71/95.24	c cleaning 16003 clauses out of 32019 with flag 143000/143000
104.24/102.76	c cleaning 17003 clauses out of 34018 with flag 161002/161002
115.56/114.04	c cleaning 18002 clauses out of 36013 with flag 180000/180000
126.28/124.74	c cleaning 19002 clauses out of 38012 with flag 200001/200001
136.11/134.58	c cleaning 19999 clauses out of 40009 with flag 221000/221000
145.12/143.51	c cleaning 21000 clauses out of 42011 with flag 243001/243001
155.85/154.29	c cleaning 21993 clauses out of 44013 with flag 266003/266003
169.58/167.93	c cleaning 23007 clauses out of 46017 with flag 290000/290000
182.80/181.15	c cleaning 23987 clauses out of 48011 with flag 315001/315001
193.94/192.24	c cleaning 25001 clauses out of 50025 with flag 341002/341002
208.99/207.26	c cleaning 26004 clauses out of 52022 with flag 368000/368000
226.12/224.33	c cleaning 27003 clauses out of 54018 with flag 396000/396000
239.45/237.69	c cleaning 27998 clauses out of 56015 with flag 425000/425000
249.96/248.19	c cleaning 29003 clauses out of 58020 with flag 455003/455003
268.88/267.02	c cleaning 29988 clauses out of 60015 with flag 486001/486001
280.91/279.00	c cleaning 30997 clauses out of 62026 with flag 518000/518000
297.13/295.25	c cleaning 32003 clauses out of 64029 with flag 551000/551000
314.45/312.52	c cleaning 32977 clauses out of 66028 with flag 585002/585002
334.12/332.16	c cleaning 34023 clauses out of 68051 with flag 620002/620002
355.34/353.39	c cleaning 35001 clauses out of 70026 with flag 656000/656000
369.97/367.95	c cleaning 36008 clauses out of 72027 with flag 693002/693002
382.98/380.97	c cleaning 36997 clauses out of 74017 with flag 731000/731000
403.30/401.22	c cleaning 37991 clauses out of 76020 with flag 770000/770000
421.50/419.35	c cleaning 39009 clauses out of 78029 with flag 810000/810000
442.54/440.34	c cleaning 39994 clauses out of 80020 with flag 851000/851000
463.77/461.53	c cleaning 41000 clauses out of 82027 with flag 893001/893001
486.61/484.35	c cleaning 42010 clauses out of 84026 with flag 936000/936000
512.93/510.65	c cleaning 42990 clauses out of 86017 with flag 980001/980001
525.48/523.18	c cleaning 44002 clauses out of 88026 with flag 1025000/1025000
548.92/546.58	c cleaning 44987 clauses out of 90028 with flag 1071004/1071004
568.75/566.36	c cleaning 46012 clauses out of 92037 with flag 1118000/1118000
588.90/586.45	c cleaning 46972 clauses out of 94025 with flag 1166000/1166000
607.85/605.32	c cleaning 48015 clauses out of 96053 with flag 1215000/1215000
626.79/624.25	c cleaning 49009 clauses out of 98038 with flag 1265000/1265000
645.12/642.53	c cleaning 50010 clauses out of 100030 with flag 1316001/1316001
668.68/666.06	c cleaning 51006 clauses out of 102019 with flag 1368000/1368000
688.71/686.07	c cleaning 52000 clauses out of 104014 with flag 1421001/1421001
706.06/703.31	c cleaning 52971 clauses out of 106013 with flag 1475000/1475000
722.42/719.60	c cleaning 54008 clauses out of 108042 with flag 1530000/1530000
737.55/734.77	c cleaning 54980 clauses out of 110034 with flag 1586000/1586000
758.06/755.23	c cleaning 56009 clauses out of 112054 with flag 1643000/1643000
779.70/776.87	c cleaning 56969 clauses out of 114046 with flag 1701001/1701001
803.24/800.35	c cleaning 58016 clauses out of 116077 with flag 1760001/1760001
821.66/818.71	c cleaning 59024 clauses out of 118061 with flag 1820001/1820001
848.43/845.44	c cleaning 60004 clauses out of 120037 with flag 1881001/1881001
866.32/863.22	c cleaning 60995 clauses out of 122033 with flag 1943001/1943001
889.66/886.53	c cleaning 62018 clauses out of 124039 with flag 2006002/2006002
923.07/919.97	c cleaning 62999 clauses out of 126024 with flag 2070005/2070005
953.20/950.05	c cleaning 63984 clauses out of 128020 with flag 2135000/2135000
977.95/974.70	c cleaning 65001 clauses out of 130036 with flag 2201000/2201000
1002.97/999.72	c cleaning 65989 clauses out of 132035 with flag 2268000/2268000
1037.10/1033.85	c cleaning 67007 clauses out of 134046 with flag 2336000/2336000
1065.88/1062.60	c cleaning 68010 clauses out of 136039 with flag 2405000/2405000
1091.86/1088.45	c cleaning 68983 clauses out of 138029 with flag 2475000/2475000
1119.30/1115.88	c cleaning 70004 clauses out of 140046 with flag 2546000/2546000
1150.06/1146.53	c cleaning 70943 clauses out of 142042 with flag 2618000/2618000
1177.75/1174.16	c cleaning 72037 clauses out of 144099 with flag 2691000/2691000
1198.37/1194.72	c cleaning 73002 clauses out of 146062 with flag 2765000/2765000
1220.82/1217.11	c cleaning 74020 clauses out of 148060 with flag 2840000/2840000
1244.70/1240.99	c cleaning 75005 clauses out of 150040 with flag 2916000/2916000
1264.72/1261.00	c cleaning 76012 clauses out of 152037 with flag 2993002/2993002
1292.96/1289.12	c cleaning 76958 clauses out of 154024 with flag 3071001/3071001
1322.58/1318.77	c cleaning 78000 clauses out of 156066 with flag 3150001/3150001
1365.78/1361.84	c cleaning 79017 clauses out of 158066 with flag 3230001/3230001
1405.30/1401.25	c cleaning 79998 clauses out of 160050 with flag 3311002/3311002
1439.28/1435.12	c cleaning 80959 clauses out of 162050 with flag 3393000/3393000
1487.92/1483.76	c cleaning 82026 clauses out of 164091 with flag 3476000/3476000
1550.32/1546.07	c cleaning 83022 clauses out of 166067 with flag 3560002/3560002
1615.46/1611.08	c cleaning 84010 clauses out of 168044 with flag 3645001/3645001
1648.86/1644.33	c cleaning 85004 clauses out of 170036 with flag 3731003/3731003
1681.00/1676.46	c cleaning 85981 clauses out of 172033 with flag 3818004/3818004
1711.63/1707.01	c cleaning 87006 clauses out of 174048 with flag 3906000/3906000
1741.88/1737.25	c cleaning 88006 clauses out of 176042 with flag 3995000/3995000
1774.75/1770.08	c cleaning 88997 clauses out of 178037 with flag 4085001/4085001
1800.05/1795.22	c starts		: 253
1800.05/1795.22	c conflicts		: 4140682
1800.05/1795.22	c decisions		: 10074421
1800.05/1795.22	c propagations		: 1043440710
1800.05/1795.22	c inspects		: 9664253683
1800.05/1795.22	c shortcuts		: 0
1800.05/1795.22	c learnt literals	: 0
1800.05/1795.22	c learnt binary clauses	: 470
1800.05/1795.22	c learnt ternary clauses	: 271
1800.05/1795.22	c learnt constraints	: 4140682
1800.05/1795.22	c ignored constraints	: 0
1800.05/1795.22	c root simplifications	: 253
1800.05/1795.22	c removed literals (reason simplification)	: 184682185
1800.05/1795.22	c reason swapping (by a shorter reason)	: 0
1800.05/1795.22	c Calls to reduceDB	: 86
1800.05/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.22	c number of learned constraints concerned by reduction	: 0
1800.05/1795.22	c number of learning phase by resolution	: 0
1800.05/1795.22	c number of learning phase by cutting planes	: 0
1800.05/1795.22	c speed (assignments/second)	: 581519.501653816
1800.05/1795.22	c non guided choices	377
1800.05/1795.24	c learnt constraints type 
1800.05/1795.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 470
1800.05/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144300
1800.05/1795.24	c constraints type 
1800.05/1795.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.05/1795.24	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.05/1795.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.05/1795.24	c ignored satisfied constraints => 3
1800.05/1795.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45025
1800.05/1795.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14750
1800.05/1795.24	c 74539 constraints processed.
1800.05/1795.24	s UNKNOWN
1800.05/1795.24	c Total wall clock time (in seconds): 1795.116

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-3710490-1338252632/watcher-3710490-1338252632 -o /tmp/evaluation-result-3710490-1338252632/solver-3710490-1338252632 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710490-1338252632.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.04 2.01 1.99 3/195 30397
/proc/meminfo: memFree=30782092/32873844 swapFree=7116/7116
[pid=30397] ppid=30395 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30397/stat : 30397 (java) D 30395 30397 27775 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291391742 9515008 183 33554432000 1073741824 1073778376 140734039358912 140734039349944 249650036405 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/30397/statm: 2323 183 140 9 0 71 0

[startup+0.0547031 s]
/proc/loadavg: 2.04 2.01 1.99 3/195 30397
/proc/meminfo: memFree=30782092/32873844 swapFree=7116/7116
[pid=30397] ppid=30395 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30397 27775 0 -1 4202496 3108 0 1 0 3 0 0 0 20 0 13 0 291391742 9446973440 3294 33554432000 1073741824 1073778376 140733422256912 140733422248048 249653395517 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30397/statm: 2306390 3295 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100285 s]
/proc/loadavg: 2.04 2.01 1.99 3/195 30397
/proc/meminfo: memFree=30782092/32873844 swapFree=7116/7116
[pid=30397] ppid=30395 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30397 27775 0 -1 4202496 4171 0 1 0 8 1 0 0 20 0 18 0 291391742 9787842560 4867 33554432000 1073741824 1073778376 140733422256912 140733422248048 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30397/statm: 2389610 4867 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300264 s]
/proc/loadavg: 2.04 2.01 1.99 3/195 30397
/proc/meminfo: memFree=30782092/32873844 swapFree=7116/7116
[pid=30397] ppid=30395 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30397 27775 0 -1 4202496 5692 0 1 0 45 2 0 0 20 0 18 0 291391742 9787842560 10424 33554432000 1073741824 1073778376 140733422256912 140733422248048 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30397/statm: 2389610 10424 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700231 s]
/proc/loadavg: 2.04 2.01 1.99 3/195 30397
/proc/meminfo: memFree=30782092/32873844 swapFree=7116/7116
[pid=30397] ppid=30395 vsize=9558440 CPUtime=1.26 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30397 27775 0 -1 4202496 10874 0 1 0 120 6 0 0 20 0 18 0 291391742 9787842560 44038 33554432000 1073741824 1073778376 140733422256912 140733422248048 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30397/statm: 2389610 44038 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558440

[startup+1.50069 s]
/proc/loadavg: 2.20 2.05 2.00 5/214 30416
/proc/meminfo: memFree=30614080/32873844 swapFree=7116/7116
[pid=30397] ppid=30395 vsize=9625004 CPUtime=2.59 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30397 27775 0 -1 4202496 11788 0 1 0 253 6 0 0 20 0 19 0 291391742 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140733422248048 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30397/statm: 2406251 44263 2271 9 0 2396937 0
[pid=30397/tid=30399] ppid=30395 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) R 30395 30397 27775 0 -1 4202560 2626 0 1 0 140 4 0 0 20 0 19 0 291391743 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140565020762728 140564894056922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30397/tid=30400] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30397 27775 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564864780712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30401] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30397 27775 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564863728168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30402] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30397 27775 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564862675112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30403] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30397 27775 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564861622568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30404] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30397 27775 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564860570536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30405] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30397 27775 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564859517992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30406] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30397 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564858464936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30407] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30397 27775 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564857412392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30408] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30397 27775 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 291391745 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564845001064 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30409] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) S 30395 30397 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564843947384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30410] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30397 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564842894216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30411] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564841842960 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30412] ppid=30395 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/30397/task/30412/stat : 30412 (java) S 30395 30397 27775 0 -1 4202560 3329 0 0 0 44 1 0 0 20 0 19 0 291391748 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564840790840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30413] ppid=30395 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/30397/task/30413/stat : 30413 (java) S 30395 30397 27775 0 -1 4202560 4532 0 0 0 58 0 0 0 20 0 19 0 291391748 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564839738296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30414] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30414/stat : 30414 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564838685432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30415] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30415/stat : 30415 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564837633096 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30416] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30416/stat : 30416 (java) S 30395 30397 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291391830 9856004096 44263 33554432000 1073741824 1073778376 140733422256912 140564836578344 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.20 2.05 2.00 3/214 30416
/proc/meminfo: memFree=30612832/32873844 swapFree=7116/7116
[pid=30397] ppid=30395 vsize=9625004 CPUtime=4.22 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30397 27775 0 -1 4202496 11793 0 1 0 416 6 0 0 20 0 19 0 291391742 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140733422248048 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30397/statm: 2406251 44266 2271 9 0 2396937 0
[pid=30397/tid=30399] ppid=30395 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) R 30395 30397 27775 0 -1 4202560 2628 0 1 0 300 4 0 0 20 0 19 0 291391743 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140565020762744 140564894176928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30397/tid=30400] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30397 27775 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564864780712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30401] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30397 27775 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564863728168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30402] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30397 27775 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564862675112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30403] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30397 27775 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564861622568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30404] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30397 27775 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564860570536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30405] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30397 27775 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564859517992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30406] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30397 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564858464936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30407] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30397 27775 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564857412392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30408] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30397 27775 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 291391745 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564845001064 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30409] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) S 30395 30397 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564843947384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30410] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30397 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564842894216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30411] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564841842960 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30412] ppid=30395 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/30397/task/30412/stat : 30412 (java) S 30395 30397 27775 0 -1 4202560 3330 0 0 0 45 1 0 0 20 0 19 0 291391748 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564840790840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30413] ppid=30395 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/30397/task/30413/stat : 30413 (java) S 30395 30397 27775 0 -1 4202560 4534 0 0 0 60 0 0 0 20 0 19 0 291391748 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564839738296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30414] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30414/stat : 30414 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564838685432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30415] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30415/stat : 30415 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564837633096 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30416] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30416/stat : 30416 (java) S 30395 30397 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291391830 9856004096 44266 33554432000 1073741824 1073778376 140733422256912 140564836578344 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9625004

[startup+6.30068 s]
/proc/loadavg: 2.10 2.03 1.99 2/194 30419
/proc/meminfo: memFree=31575728/32873844 swapFree=7116/7116
[pid=30397] ppid=30395 vsize=9625004 CPUtime=7.49 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30397 27775 0 -1 4202496 11809 0 1 0 743 6 0 0 20 0 19 0 291391742 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140733422248048 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30397/statm: 2406251 44244 2274 9 0 2396937 0
[pid=30397/tid=30399] ppid=30395 vsize=9625004 CPUtime=6.23 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) R 30395 30397 27775 0 -1 4202560 2631 0 1 0 619 4 0 0 20 0 19 0 291391743 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140565020762608 140564894121112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30397/tid=30400] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30397 27775 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564864780712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30401] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30397 27775 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564863728168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30402] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30397 27775 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564862675112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30403] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30397 27775 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564861622568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30404] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30397 27775 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564860570536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30405] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30397 27775 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564859517992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30406] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30397 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564858464936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30407] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30397 27775 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291391744 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564857412392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30408] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30397 27775 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 291391745 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564845001064 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30409] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) S 30395 30397 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564843947384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30410] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30397 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564842894216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30411] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564841842960 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30412] ppid=30395 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/30397/task/30412/stat : 30412 (java) S 30395 30397 27775 0 -1 4202560 3333 0 0 0 48 1 0 0 20 0 19 0 291391748 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564840790840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30413] ppid=30395 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/30397/task/30413/stat : 30413 (java) S 30395 30397 27775 0 -1 4202560 4544 0 0 0 64 0 0 0 20 0 19 0 291391748 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564839738296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30414] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30414/stat : 30414 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564838685432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30415] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30415/stat : 30415 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564837633096 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30416] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30416/stat : 30416 (java) S 30395 30397 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291391830 9856004096 44244 33554432000 1073741824 1073778376 140733422256912 140564836578344 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=30397/tid=30412] ppid=30395 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/30397/task/30412/stat : 30412 (java) S 30395 30397 27775 0 -1 4202560 3343 0 0 0 53 2 0 0 20 0 19 0 291391748 9856004096 115046 33554432000 1073741824 1073778376 140733422256912 140564840790840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30413] ppid=30395 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/30397/task/30413/stat : 30413 (java) S 30395 30397 27775 0 -1 4202560 4581 0 0 0 76 0 0 0 20 0 19 0 291391748 9856004096 115046 33554432000 1073741824 1073778376 140733422256912 140564839738296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30414] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30414/stat : 30414 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 115046 33554432000 1073741824 1073778376 140733422256912 140564838685432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30415] ppid=30395 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/30397/task/30415/stat : 30415 (java) S 30395 30397 27775 0 -1 4202560 97 0 0 0 15 19 0 0 20 0 19 0 291391748 9856004096 115046 33554432000 1073741824 1073778376 140733422256912 140564837633096 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30397/tid=30416] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30416/stat : 30416 (java) S 30395 30397 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291391830 9856004096 115046 33554432000 1073741824 1073778376 140733422256912 140564836578344 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.88
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/214 30509
/proc/meminfo: memFree=30869396/32873844 swapFree=7116/7116
[pid=30397] ppid=30395 vsize=9625004 CPUtime=1726.98 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30397 27775 0 -1 4202496 13247 0 1 0 172645 53 0 0 20 0 19 0 291391742 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140733422248048 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30397/statm: 2406251 115060 2287 9 0 2396937 0
[pid=30397/tid=30399] ppid=30395 vsize=9625004 CPUtime=1710.89 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) R 30395 30397 27775 0 -1 4202560 2733 0 1 0 171058 31 0 0 20 0 19 0 291391743 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140565020762416 140564894056922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30400] ppid=30395 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30397 27775 0 -1 4202560 125 0 0 0 49 5 0 0 20 0 19 0 291391744 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564864780712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30401] ppid=30395 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30397 27775 0 -1 4202560 251 0 0 0 59 5 0 0 20 0 19 0 291391744 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564863728168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30402] ppid=30395 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30397 27775 0 -1 4202560 179 0 0 0 52 4 0 0 20 0 19 0 291391744 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564862675112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30403] ppid=30395 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30397 27775 0 -1 4202560 125 0 0 0 54 3 0 0 20 0 19 0 291391744 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564861622568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30404] ppid=30395 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30397 27775 0 -1 4202560 138 0 0 0 53 3 0 0 20 0 19 0 291391744 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564860570536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30405] ppid=30395 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30397 27775 0 -1 4202560 149 0 0 0 50 4 0 0 20 0 19 0 291391744 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564859517992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30406] ppid=30395 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30397 27775 0 -1 4202560 71 0 0 0 51 4 0 0 20 0 19 0 291391744 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564858464936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30407] ppid=30395 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30397 27775 0 -1 4202560 53 0 0 0 56 3 0 0 20 0 19 0 291391744 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564857412392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30408] ppid=30395 vsize=9625004 CPUtime=5.67 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30397 27775 0 -1 4202560 218 0 0 0 566 1 0 0 20 0 19 0 291391745 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564845001064 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30397/tid=30409] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) S 30395 30397 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564843947384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30410] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30397 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564842894216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30411] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564841842960 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30412] ppid=30395 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/30397/task/30412/stat : 30412 (java) S 30395 30397 27775 0 -1 4202560 3343 0 0 0 53 2 0 0 20 0 19 0 291391748 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564840790840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30413] ppid=30395 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/30397/task/30413/stat : 30413 (java) S 30395 30397 27775 0 -1 4202560 4581 0 0 0 76 0 0 0 20 0 19 0 291391748 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564839738296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30414] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30414/stat : 30414 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564838685432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30415] ppid=30395 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/30397/task/30415/stat : 30415 (java) S 30395 30397 27775 0 -1 4202560 99 0 0 0 16 20 0 0 20 0 19 0 291391748 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564837633096 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30397/tid=30416] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30416/stat : 30416 (java) S 30395 30397 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291391830 9856004096 115060 33554432000 1073741824 1073778376 140733422256912 140564836578344 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.98
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/215 30513
/proc/meminfo: memFree=30868760/32873844 swapFree=7116/7116
[pid=30397] ppid=30395 vsize=9625004 CPUtime=1787.14 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30397 27775 0 -1 4202496 13265 0 1 0 178661 53 0 0 20 0 19 0 291391742 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140733422248048 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30397/statm: 2406251 115068 2287 9 0 2396937 0
[pid=30397/tid=30399] ppid=30395 vsize=9625004 CPUtime=1770.51 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) R 30395 30397 27775 0 -1 4202560 2735 0 1 0 177020 31 0 0 20 0 19 0 291391743 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140565020762416 140564894216296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30400] ppid=30395 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30397 27775 0 -1 4202560 131 0 0 0 52 5 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564864780712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30401] ppid=30395 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30397 27775 0 -1 4202560 251 0 0 0 60 5 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564863728168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30402] ppid=30395 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30397 27775 0 -1 4202560 179 0 0 0 55 4 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564862675112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30403] ppid=30395 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30397 27775 0 -1 4202560 125 0 0 0 55 3 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564861622568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30404] ppid=30395 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30397 27775 0 -1 4202560 140 0 0 0 57 3 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564860570536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30405] ppid=30395 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30397 27775 0 -1 4202560 149 0 0 0 54 4 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564859517992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30406] ppid=30395 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30397 27775 0 -1 4202560 71 0 0 0 54 4 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564858464936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30407] ppid=30395 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30397 27775 0 -1 4202560 53 0 0 0 59 3 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564857412392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30408] ppid=30395 vsize=9625004 CPUtime=5.84 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30397 27775 0 -1 4202560 222 0 0 0 583 1 0 0 20 0 19 0 291391745 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564845001064 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30397/tid=30409] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) S 30395 30397 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564843947384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30410] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30397 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564842894216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30411] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564841842960 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30412] ppid=30395 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/30397/task/30412/stat : 30412 (java) S 30395 30397 27775 0 -1 4202560 3343 0 0 0 53 2 0 0 20 0 19 0 291391748 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564840790840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30413] ppid=30395 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/30397/task/30413/stat : 30413 (java) S 30395 30397 27775 0 -1 4202560 4581 0 0 0 76 0 0 0 20 0 19 0 291391748 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564839738296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30414] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30414/stat : 30414 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564838685432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30415] ppid=30395 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/30397/task/30415/stat : 30415 (java) S 30395 30397 27775 0 -1 4202560 103 0 0 0 17 20 0 0 20 0 19 0 291391748 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564837633096 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30397/tid=30416] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30416/stat : 30416 (java) S 30395 30397 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291391830 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564836578344 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.14
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 2.05 2.02 2.00 3/215 30513
/proc/meminfo: memFree=30868644/32873844 swapFree=7116/7116
[pid=30397] ppid=30395 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30397 27775 0 -1 4202496 13265 0 1 0 179952 53 0 0 20 0 19 0 291391742 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140733422248048 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30397/statm: 2406251 115068 2287 9 0 2396937 0
[pid=30397/tid=30399] ppid=30395 vsize=9625004 CPUtime=1783.39 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) R 30395 30397 27775 0 -1 4202560 2735 0 1 0 178307 32 0 0 20 0 19 0 291391743 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140565020762416 140564894117226 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30400] ppid=30395 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30397 27775 0 -1 4202560 131 0 0 0 52 5 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564864780712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30401] ppid=30395 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30397 27775 0 -1 4202560 251 0 0 0 60 5 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564863728168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30402] ppid=30395 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30397 27775 0 -1 4202560 179 0 0 0 55 4 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564862675112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30403] ppid=30395 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30397 27775 0 -1 4202560 125 0 0 0 55 3 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564861622568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30404] ppid=30395 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30397 27775 0 -1 4202560 140 0 0 0 57 3 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564860570536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30405] ppid=30395 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30397 27775 0 -1 4202560 149 0 0 0 54 4 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564859517992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30406] ppid=30395 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30397 27775 0 -1 4202560 71 0 0 0 54 4 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564858464936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30407] ppid=30395 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30397 27775 0 -1 4202560 53 0 0 0 59 3 0 0 20 0 19 0 291391744 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564857412392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30397/tid=30408] ppid=30395 vsize=9625004 CPUtime=5.84 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30397 27775 0 -1 4202560 222 0 0 0 583 1 0 0 20 0 19 0 291391745 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564845001064 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30397/tid=30409] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) S 30395 30397 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564843947384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30410] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30397 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291391746 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564842894216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30411] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564841842960 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30412] ppid=30395 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/30397/task/30412/stat : 30412 (java) S 30395 30397 27775 0 -1 4202560 3343 0 0 0 53 2 0 0 20 0 19 0 291391748 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564840790840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30397/tid=30413] ppid=30395 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/30397/task/30413/stat : 30413 (java) S 30395 30397 27775 0 -1 4202560 4581 0 0 0 76 0 0 0 20 0 19 0 291391748 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564839738296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30414] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30414/stat : 30414 (java) S 30395 30397 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291391748 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564838685432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30397/tid=30415] ppid=30395 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/30397/task/30415/stat : 30415 (java) S 30395 30397 27775 0 -1 4202560 103 0 0 0 17 20 0 0 20 0 19 0 291391748 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564837633096 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30397/tid=30416] ppid=30395 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30416/stat : 30416 (java) S 30395 30397 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291391830 9856004096 115068 33554432000 1073741824 1073778376 140733422256912 140564836578344 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

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

Real time (s): 1795.25
CPU time (s): 1800.05
CPU user time (s): 1799.52
CPU system time (s): 0.53
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.03
system time used= 1.00285
maximum resident set size= 460396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13297
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40397
involuntary context switches= 11468

runsolver used 5.8811 second user time and 14.0419 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-29 02:50:32
IDJOB=3710490
IDBENCH=92712
IDSOLVER=2289
FILE ID=node102/3710490-1338252632
RUNJOBID= node102-1338249041-30119
PBS_JOBID= 14624651
Free space on /tmp= 71480 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_1_mh.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-3710490-1338252632/watcher-3710490-1338252632 -o /tmp/evaluation-result-3710490-1338252632/solver-3710490-1338252632 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710490-1338252632.opb

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

MD5SUM BENCH= 72a339d7628ceb0d05dc1d46781174fb
RANDOM SEED=976434449

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.178
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:        30781992 kB
Buffers:          155520 kB
Cached:           130480 kB
SwapCached:            0 kB
Active:          1217680 kB
Inactive:          43060 kB
Active(anon):     965392 kB
Inactive(anon):    11808 kB
Active(file):     252288 kB
Inactive(file):    31252 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3664 kB
Writeback:             0 kB
AnonPages:        981208 kB
Mapped:            18564 kB
Shmem:               200 kB
Slab:             687820 kB
SReclaimable:     129904 kB
SUnreclaim:       557916 kB
KernelStack:        1608 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1728296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    952320 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= 71512 MiB
End job on node102 at 2012-05-29 03:20:29