Trace number 3687990

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.09 902.255

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob7.opb
MD5SUM891ef60a3c811d65a65dee7761e3f07c
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.83357
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables96
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint96
Maximum length of a constraint96
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 27267752
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 410674921
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.2.v20120418
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687990-1337875578.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.018s.
0.09/0.14	c declared #vars     96
0.09/0.14	c #constraints  2
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.09/0.14	c 2 constraints processed.
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.09/0.14	c 2 constraints processed.
1.93/0.64	c cleaning 2501 clauses out of 5002 with flag 5002/5002
3.02/0.91	c cleaning 4250 clauses out of 8500 with flag 11001/11001
3.42/1.19	c cleaning 5620 clauses out of 11249 with flag 18000/18000
4.21/1.50	c cleaning 6809 clauses out of 13630 with flag 26001/26001
4.82/1.86	c cleaning 7905 clauses out of 15820 with flag 35000/35000
5.64/2.29	c cleaning 8958 clauses out of 17916 with flag 45001/45001
6.61/2.76	c cleaning 9972 clauses out of 19957 with flag 56000/56000
7.83/3.39	c cleaning 10993 clauses out of 21986 with flag 68001/68001
9.61/4.27	c cleaning 11991 clauses out of 23992 with flag 81000/81000
11.18/5.05	c cleaning 12999 clauses out of 26002 with flag 95001/95001
12.56/5.71	c cleaning 14002 clauses out of 28004 with flag 110002/110002
13.72/6.38	c cleaning 14998 clauses out of 30002 with flag 126002/126002
15.28/7.10	c cleaning 15999 clauses out of 32003 with flag 143001/143001
16.66/7.82	c cleaning 17002 clauses out of 34003 with flag 161000/161000
18.44/8.79	c cleaning 17999 clauses out of 36001 with flag 180000/180000
20.61/9.82	c cleaning 18995 clauses out of 38002 with flag 200000/200000
23.75/11.47	c cleaning 19994 clauses out of 40007 with flag 221000/221000
28.31/13.73	c cleaning 21004 clauses out of 42014 with flag 243001/243001
32.68/15.91	c cleaning 22005 clauses out of 44010 with flag 266001/266001
35.86/17.57	c cleaning 22994 clauses out of 46005 with flag 290001/290001
39.56/19.40	c cleaning 24003 clauses out of 48010 with flag 315000/315000
42.69/21.03	c cleaning 25004 clauses out of 50007 with flag 341000/341000
47.64/23.57	c cleaning 25997 clauses out of 52003 with flag 368000/368000
52.00/25.76	c cleaning 27004 clauses out of 54008 with flag 396002/396002
55.70/27.67	c cleaning 27993 clauses out of 56002 with flag 425000/425000
59.65/29.70	c cleaning 28998 clauses out of 58009 with flag 455000/455000
64.76/32.25	c cleaning 30002 clauses out of 60011 with flag 486000/486000
68.69/34.29	c cleaning 31000 clauses out of 62011 with flag 518002/518002
73.19/36.56	c cleaning 32002 clauses out of 64011 with flag 551002/551002
75.31/37.63	c cleaning 0 clauses out of 5001 with flag 0/5001
79.05/39.27	c cleaning 33002 clauses out of 66007 with flag 585000/585000
84.97/42.22	c cleaning 34004 clauses out of 68008 with flag 620003/620003
95.70/47.69	c cleaning 35001 clauses out of 70001 with flag 656000/656000
109.84/54.73	c cleaning 35994 clauses out of 72000 with flag 693000/693000
121.20/60.47	c cleaning 36993 clauses out of 74006 with flag 731000/731000
131.31/65.59	c cleaning 38003 clauses out of 76014 with flag 770001/770001
143.22/71.50	c cleaning 39005 clauses out of 78010 with flag 810000/810000
153.75/76.83	c cleaning 40002 clauses out of 80006 with flag 851001/851001
164.89/82.48	c cleaning 41000 clauses out of 82003 with flag 893000/893000
172.19/86.11	c cleaning 41994 clauses out of 84003 with flag 936000/936000
179.64/89.95	c cleaning 43002 clauses out of 86009 with flag 980000/980000
189.76/95.09	c cleaning 43995 clauses out of 88007 with flag 1025000/1025000
198.72/99.58	c cleaning 45001 clauses out of 90013 with flag 1071001/1071001
207.32/103.85	c cleaning 46005 clauses out of 92014 with flag 1118003/1118003
216.98/108.71	c cleaning 47001 clauses out of 94008 with flag 1166002/1166002
227.88/114.28	c cleaning 47997 clauses out of 96005 with flag 1215000/1215000
241.02/120.88	c cleaning 49003 clauses out of 98010 with flag 1265002/1265002
256.78/128.76	c cleaning 50001 clauses out of 100005 with flag 1316000/1316000
270.05/135.41	c cleaning 51000 clauses out of 102004 with flag 1368000/1368000
287.20/144.05	c cleaning 52001 clauses out of 104008 with flag 1421004/1421004
304.15/152.52	c cleaning 52998 clauses out of 106004 with flag 1475001/1475001
325.13/163.08	c cleaning 54001 clauses out of 108007 with flag 1530002/1530002
342.84/171.95	c cleaning 55001 clauses out of 110005 with flag 1586001/1586001
364.24/182.67	c cleaning 56000 clauses out of 112005 with flag 1643002/1643002
374.38/187.79	c cleaning 0 clauses out of 11000 with flag 0/11000
386.49/193.83	c cleaning 57001 clauses out of 114005 with flag 1701002/1701002
407.19/204.22	c cleaning 57992 clauses out of 116004 with flag 1760002/1760002
428.83/215.03	c cleaning 59001 clauses out of 118010 with flag 1820000/1820000
451.55/226.49	c cleaning 59998 clauses out of 120009 with flag 1881000/1881000
481.58/241.43	c cleaning 61000 clauses out of 122011 with flag 1943000/1943000
505.64/253.59	c cleaning 61999 clauses out of 124011 with flag 2006000/2006000
522.37/261.99	c cleaning 63004 clauses out of 126014 with flag 2070002/2070002
541.59/271.55	c cleaning 63998 clauses out of 128008 with flag 2135000/2135000
559.93/280.78	c cleaning 64996 clauses out of 130011 with flag 2201001/2201001
581.52/291.67	c cleaning 66006 clauses out of 132016 with flag 2268002/2268002
607.08/304.44	c cleaning 66996 clauses out of 134008 with flag 2336000/2336000
631.23/316.51	c cleaning 67998 clauses out of 136012 with flag 2405000/2405000
647.79/324.82	c cleaning 69005 clauses out of 138015 with flag 2475001/2475001
667.05/334.58	c cleaning 70003 clauses out of 140009 with flag 2546000/2546000
686.54/344.33	c cleaning 71001 clauses out of 142006 with flag 2618000/2618000
703.23/352.73	c cleaning 71995 clauses out of 144005 with flag 2691000/2691000
721.51/361.97	c cleaning 73005 clauses out of 146011 with flag 2765001/2765001
746.72/374.68	c cleaning 74000 clauses out of 148005 with flag 2840000/2840000
766.69/384.69	c cleaning 75000 clauses out of 150006 with flag 2916001/2916001
789.05/395.82	c cleaning 76004 clauses out of 152007 with flag 2993002/2993002
812.43/407.58	c cleaning 76994 clauses out of 154002 with flag 3071001/3071001
838.34/420.54	c cleaning 78005 clauses out of 156010 with flag 3150003/3150003
864.70/433.73	c cleaning 78995 clauses out of 158003 with flag 3230001/3230001
896.72/449.78	c cleaning 79998 clauses out of 160007 with flag 3311000/3311000
918.28/460.56	c cleaning 81001 clauses out of 162009 with flag 3393000/3393000
941.28/472.11	c cleaning 82003 clauses out of 164008 with flag 3476000/3476000
965.64/484.38	c cleaning 82998 clauses out of 166005 with flag 3560000/3560000
995.16/499.19	c cleaning 84002 clauses out of 168007 with flag 3645000/3645000
1019.09/511.16	c cleaning 84997 clauses out of 170005 with flag 3731000/3731000
1038.90/521.10	c cleaning 86001 clauses out of 172008 with flag 3818000/3818000
1053.18/528.40	c cleaning 0 clauses out of 18000 with flag 0/18000
1059.74/531.74	c cleaning 87005 clauses out of 174012 with flag 3906005/3906005
1079.79/541.88	c cleaning 88001 clauses out of 176002 with flag 3995000/3995000
1110.20/557.19	c cleaning 88999 clauses out of 178002 with flag 4085001/4085001
1146.20/575.19	c cleaning 90003 clauses out of 180007 with flag 4176005/4176005
1186.63/595.31	c cleaning 91000 clauses out of 181999 with flag 4268000/4268000
1217.84/610.99	c cleaning 92000 clauses out of 184002 with flag 4361003/4361003
1258.34/631.25	c cleaning 93000 clauses out of 185999 with flag 4455000/4455000
1299.80/651.95	c cleaning 93993 clauses out of 188000 with flag 4550001/4550001
1325.73/664.96	c cleaning 95002 clauses out of 190006 with flag 4646000/4646000
1355.47/679.81	c cleaning 95993 clauses out of 192004 with flag 4743000/4743000
1383.63/694.09	c cleaning 97002 clauses out of 194011 with flag 4841000/4841000
1408.31/706.46	c cleaning 98005 clauses out of 196012 with flag 4940003/4940003
1459.15/731.87	c cleaning 99001 clauses out of 198006 with flag 5040002/5040002
1510.87/757.66	c cleaning 99999 clauses out of 200004 with flag 5141001/5141001
1567.43/785.96	c cleaning 100998 clauses out of 202005 with flag 5243001/5243001
1626.21/815.24	c cleaning 102003 clauses out of 204008 with flag 5346002/5346002
1690.15/847.15	c cleaning 102999 clauses out of 206003 with flag 5450000/5450000
1745.67/874.90	c cleaning 103995 clauses out of 208005 with flag 5555001/5555001
1788.76/896.50	c cleaning 105003 clauses out of 210009 with flag 5661000/5661000
1800.09/902.21	c starts		: 275
1800.09/902.21	c conflicts		: 5713431
1800.09/902.21	c decisions		: 5729791
1800.09/902.21	c propagations		: 32217440
1800.09/902.21	c inspects		: 6912454064
1800.09/902.21	c shortcuts		: 0
1800.09/902.21	c learnt literals	: 0
1800.09/902.21	c learnt binary clauses	: 0
1800.09/902.21	c learnt ternary clauses	: 0
1800.09/902.21	c learnt constraints	: 5713431
1800.09/902.21	c ignored constraints	: 0
1800.09/902.21	c root simplifications	: 0
1800.09/902.21	c removed literals (reason simplification)	: 45406290
1800.09/902.21	c reason swapping (by a shorter reason)	: 0
1800.09/902.21	c Calls to reduceDB	: 102
1800.09/902.21	c number of reductions to clauses (during analyze)	: 0
1800.09/902.21	c number of learned constraints concerned by reduction	: 0
1800.09/902.21	c number of learning phase by resolution	: 0
1800.09/902.21	c number of learning phase by cutting planes	: 0
1800.09/902.21	c speed (assignments/second)	: 35715.09464918388
1800.09/902.21	c non guided choices	84
1800.09/902.25	c learnt constraints type 
1800.09/902.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157610
1800.09/902.25	c constraints type 
1800.09/902.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.09/902.25	c 2 constraints processed.
1800.09/902.25	c constraints type 
1800.09/902.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/902.25	c 2 constraints processed.
1800.09/902.25	s UNKNOWN
1800.09/902.25	c Total wall clock time (in seconds): 902.124

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-3687990-1337875578/watcher-3687990-1337875578 -o /tmp/evaluation-result-3687990-1337875578/solver-3687990-1337875578 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687990-1337875578.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.71 3.93 3.66 4/197 26079
/proc/meminfo: memFree=26812304/32873844 swapFree=6080/6080
[pid=26079] ppid=26077 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26079/stat : 26079 (java) D 26077 26079 24394 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253682390 9515008 182 33554432000 1073741824 1073778376 140733629844608 140733629835640 248790204085 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26079/statm: 2323 182 140 9 0 71 0

[startup+0.0930189 s]
/proc/loadavg: 3.71 3.93 3.66 4/197 26079
/proc/meminfo: memFree=26812304/32873844 swapFree=6080/6080
[pid=26079] ppid=26077 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/26079/stat : 26079 (java) S 26077 26079 24394 0 -1 4202496 3967 0 1 0 6 1 0 0 20 0 18 0 253682390 9787813888 5167 33554432000 1073741824 1073778376 140734425606176 140734425597312 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26079/statm: 2389603 5172 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100246 s]
/proc/loadavg: 3.71 3.93 3.66 4/197 26079
/proc/meminfo: memFree=26812304/32873844 swapFree=6080/6080
[pid=26079] ppid=26077 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/26079/stat : 26079 (java) S 26077 26079 24394 0 -1 4202496 4264 0 1 0 8 1 0 0 20 0 18 0 253682390 9787813888 5454 33554432000 1073741824 1073778376 140734425606176 140734425597312 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26079/statm: 2389603 5454 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300163 s]
/proc/loadavg: 3.71 3.93 3.66 4/197 26079
/proc/meminfo: memFree=26812304/32873844 swapFree=6080/6080
[pid=26079] ppid=26077 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/26079/stat : 26079 (java) S 26077 26079 24394 0 -1 4202496 9988 0 1 0 71 2 0 0 20 0 22 0 253682390 10060460032 10673 33554432000 1073741824 1073778376 140734425606176 140734425597312 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26079/statm: 2456167 10673 2210 9 0 2446860 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824668

[startup+0.700171 s]
/proc/loadavg: 3.71 3.93 3.66 4/197 26079
/proc/meminfo: memFree=26812304/32873844 swapFree=6080/6080
[pid=26079] ppid=26077 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/26079/stat : 26079 (java) S 26077 26079 24394 0 -1 4202496 14755 0 1 0 226 4 0 0 20 0 22 0 253682390 10060460032 26814 33554432000 1073741824 1073778376 140734425606176 140734425597312 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26079/statm: 2456167 26814 2259 9 0 2446860 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824668

[startup+1.50077 s]
/proc/loadavg: 3.71 3.93 3.66 5/219 26101
/proc/meminfo: memFree=26698584/32873844 swapFree=6080/6080
[pid=26079] ppid=26077 vsize=9824668 CPUtime=4.21 cores=0,2,4,6
/proc/26079/stat : 26079 (java) S 26077 26079 24394 0 -1 4202496 18762 0 1 0 416 5 0 0 20 0 22 0 253682390 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 140734425597312 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26079/statm: 2456167 32514 2270 9 0 2446860 0
[pid=26079/tid=26081] ppid=26077 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/26079/task/26081/stat : 26081 (java) S 26077 26079 24394 0 -1 4202560 2438 0 1 0 11 0 0 0 20 0 22 0 253682392 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646290539512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26082] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26082/stat : 26082 (java) S 26077 26079 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646252030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26083] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26083/stat : 26083 (java) S 26077 26079 24394 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646250977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26084] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26084/stat : 26084 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646249925032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26085] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26085/stat : 26085 (java) S 26077 26079 24394 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646248872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26086] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26086/stat : 26086 (java) S 26077 26079 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646247819944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26087] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26087/stat : 26087 (java) S 26077 26079 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646246767400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26088] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26088/stat : 26088 (java) S 26077 26079 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646245714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26089] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26089/stat : 26089 (java) S 26077 26079 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646244662312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26090] ppid=26077 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26079/task/26090/stat : 26090 (java) S 26077 26079 24394 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 253682394 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646232250472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26091] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26091/stat : 26091 (java) S 26077 26079 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646113670264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26092] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26092/stat : 26092 (java) S 26077 26079 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646112617608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26093] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26093/stat : 26093 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646111566352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26094] ppid=26077 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/26079/task/26094/stat : 26094 (java) R 26077 26079 24394 0 -1 4202560 5325 0 0 0 67 1 0 0 20 0 22 0 253682397 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646110513600 139646294655429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26095] ppid=26077 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/26079/task/26095/stat : 26095 (java) S 26077 26079 24394 0 -1 4202560 9570 0 0 0 71 1 0 0 20 0 22 0 253682397 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646109461176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26096] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26096/stat : 26096 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646108408824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26097] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26097/stat : 26097 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646107356488 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26098] ppid=26077 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/26079/task/26098/stat : 26098 (java) R 26077 26079 24394 0 -1 4202560 51 0 0 0 128 0 0 0 20 0 22 0 253682405 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646106300632 139646114719807 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26099] ppid=26077 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/26079/task/26099/stat : 26099 (java) R 26077 26079 24394 0 -1 4202560 100 0 0 0 128 0 0 0 20 0 22 0 253682405 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646105246064 139646114243510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26100] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26100/stat : 26100 (java) S 26077 26079 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253682405 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646104196136 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26101] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26101/stat : 26101 (java) S 26077 26079 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253682405 10060460032 32514 33554432000 1073741824 1073778376 140734425606176 139646103143592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9824668

[startup+3.10078 s]
/proc/loadavg: 3.71 3.93 3.66 5/219 26101
/proc/meminfo: memFree=26684496/32873844 swapFree=6080/6080
[pid=26079] ppid=26077 vsize=9824668 CPUtime=7.39 cores=0,2,4,6
/proc/26079/stat : 26079 (java) S 26077 26079 24394 0 -1 4202496 18811 0 1 0 733 6 0 0 20 0 22 0 253682390 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 140734425597312 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26079/statm: 2456167 40732 2273 9 0 2446860 0
[pid=26079/tid=26081] ppid=26077 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/26079/task/26081/stat : 26081 (java) S 26077 26079 24394 0 -1 4202560 2438 0 1 0 11 0 0 0 20 0 22 0 253682392 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646290539512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26082] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26082/stat : 26082 (java) S 26077 26079 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646252030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26083] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26083/stat : 26083 (java) S 26077 26079 24394 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646250977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26084] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26084/stat : 26084 (java) S 26077 26079 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646249925032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26085] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26085/stat : 26085 (java) S 26077 26079 24394 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646248872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26086] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26086/stat : 26086 (java) S 26077 26079 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646247819944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26087] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26087/stat : 26087 (java) S 26077 26079 24394 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646246767400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26088] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26088/stat : 26088 (java) S 26077 26079 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646245714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26089] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26089/stat : 26089 (java) S 26077 26079 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646244662312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26090] ppid=26077 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/26079/task/26090/stat : 26090 (java) S 26077 26079 24394 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 22 0 253682394 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646232250472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26091] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26091/stat : 26091 (java) S 26077 26079 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646113670264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26092] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26092/stat : 26092 (java) S 26077 26079 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646112617608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26093] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26093/stat : 26093 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646111566352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26094] ppid=26077 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/26079/task/26094/stat : 26094 (java) S 26077 26079 24394 0 -1 4202560 5329 0 0 0 73 2 0 0 20 0 22 0 253682397 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646110513720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26095] ppid=26077 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/26079/task/26095/stat : 26095 (java) S 26077 26079 24394 0 -1 4202560 9571 0 0 0 71 2 0 0 20 0 22 0 253682397 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646109461176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26096] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26096/stat : 26096 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646108408824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26097] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26097/stat : 26097 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646107356488 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26098] ppid=26077 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/26079/task/26098/stat : 26098 (java) R 26077 26079 24394 0 -1 4202560 54 0 0 0 276 0 0 0 20 0 22 0 253682405 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646106300512 139646114164846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26099] ppid=26077 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/26079/task/26099/stat : 26099 (java) R 26077 26079 24394 0 -1 4202560 111 0 0 0 275 1 0 0 20 0 22 0 253682405 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646105246000 139646114243910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26100] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26100/stat : 26100 (java) S 26077 26079 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253682405 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646104196136 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26101] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26101/stat : 26101 (java) S 26077 26079 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253682405 10060460032 40732 33554432000 1073741824 1073778376 140734425606176 139646103143592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 9824668

[startup+6.30077 s]
/proc/loadavg: 3.73 3.93 3.66 5/219 26101
/proc/meminfo: memFree=26586068/32873844 swapFree=6080/6080
[pid=26079] ppid=26077 vsize=9824668 CPUtime=13.72 cores=0,2,4,6
/proc/26079/stat : 26079 (java) S 26077 26079 24394 0 -1 4202496 18971 0 1 0 1362 10 0 0 20 0 22 0 253682390 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 140734425597312 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26079/statm: 2456167 60187 2273 9 0 2446860 0
[pid=26079/tid=26081] ppid=26077 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/26079/task/26081/stat : 26081 (java) S 26077 26079 24394 0 -1 4202560 2438 0 1 0 11 0 0 0 20 0 22 0 253682392 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646290539512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26082] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26082/stat : 26082 (java) S 26077 26079 24394 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646252030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26083] ppid=26077 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26079/task/26083/stat : 26083 (java) S 26077 26079 24394 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 253682393 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646250977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26084] ppid=26077 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26079/task/26084/stat : 26084 (java) S 26077 26079 24394 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253682393 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646249925032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26085] ppid=26077 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26079/task/26085/stat : 26085 (java) S 26077 26079 24394 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 253682393 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646248872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26086] ppid=26077 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26079/task/26086/stat : 26086 (java) S 26077 26079 24394 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 253682393 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646247819944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26087] ppid=26077 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26079/task/26087/stat : 26087 (java) S 26077 26079 24394 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 253682393 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646246767400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26088] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26088/stat : 26088 (java) S 26077 26079 24394 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 253682393 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646245714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26089] ppid=26077 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26079/task/26089/stat : 26089 (java) S 26077 26079 24394 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253682393 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646244662312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26090] ppid=26077 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/26079/task/26090/stat : 26090 (java) S 26077 26079 24394 0 -1 4202560 106 0 0 0 28 0 0 0 20 0 22 0 253682394 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646232250472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26091] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26091/stat : 26091 (java) S 26077 26079 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646113670264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26092] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26092/stat : 26092 (java) S 26077 26079 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646112617608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26093] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26093/stat : 26093 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646111566352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26094] ppid=26077 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/26079/task/26094/stat : 26094 (java) S 26077 26079 24394 0 -1 4202560 5329 0 0 0 76 2 0 0 20 0 22 0 253682397 10060460032 60187 33554432000 1073741824 1073778376 140734425606176 139646110513720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/26079/statm: 2456167 161987 2274 9 0 2446860 0
[pid=26079/tid=26081] ppid=26077 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/26079/task/26081/stat : 26081 (java) S 26077 26079 24394 0 -1 4202560 2477 0 1 0 12 3 0 0 20 0 22 0 253682392 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646290539512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26082] ppid=26077 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/26079/task/26082/stat : 26082 (java) S 26077 26079 24394 0 -1 4202560 863 0 0 0 323 8 0 0 20 0 22 0 253682393 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646252030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26083] ppid=26077 vsize=9824668 CPUtime=3.34 cores=0,2,4,6
/proc/26079/task/26083/stat : 26083 (java) S 26077 26079 24394 0 -1 4202560 1170 0 0 0 324 10 0 0 20 0 22 0 253682393 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646250977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26084] ppid=26077 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/26079/task/26084/stat : 26084 (java) S 26077 26079 24394 0 -1 4202560 605 0 0 0 308 9 0 0 20 0 22 0 253682393 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646249925032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26085] ppid=26077 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/26079/task/26085/stat : 26085 (java) S 26077 26079 24394 0 -1 4202560 725 0 0 0 328 8 0 0 20 0 22 0 253682393 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646248872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26086] ppid=26077 vsize=9824668 CPUtime=3.37 cores=0,2,4,6
/proc/26079/task/26086/stat : 26086 (java) S 26077 26079 24394 0 -1 4202560 869 0 0 0 328 9 0 0 20 0 22 0 253682393 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646247819944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26087] ppid=26077 vsize=9824668 CPUtime=3.32 cores=0,2,4,6
/proc/26079/task/26087/stat : 26087 (java) S 26077 26079 24394 0 -1 4202560 519 0 0 0 322 10 0 0 20 0 22 0 253682393 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646246767400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26088] ppid=26077 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/26079/task/26088/stat : 26088 (java) S 26077 26079 24394 0 -1 4202560 615 0 0 0 330 8 0 0 20 0 22 0 253682393 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646245714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26089] ppid=26077 vsize=9824668 CPUtime=3.44 cores=0,2,4,6
/proc/26079/task/26089/stat : 26089 (java) S 26077 26079 24394 0 -1 4202560 917 0 0 0 335 9 0 0 20 0 22 0 253682393 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646244662312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26090] ppid=26077 vsize=9824668 CPUtime=18.23 cores=0,2,4,6
/proc/26079/task/26090/stat : 26090 (java) S 26077 26079 24394 0 -1 4202560 1221 0 0 0 1797 26 0 0 20 0 22 0 253682394 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646232250472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26091] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26091/stat : 26091 (java) S 26077 26079 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646113670264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26092] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26092/stat : 26092 (java) S 26077 26079 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646112617608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26093] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26093/stat : 26093 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646111566352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26094] ppid=26077 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/26079/task/26094/stat : 26094 (java) S 26077 26079 24394 0 -1 4202560 10487 0 0 0 158 2 0 0 20 0 22 0 253682397 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646110513720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26095] ppid=26077 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/26079/task/26095/stat : 26095 (java) S 26077 26079 24394 0 -1 4202560 9571 0 0 0 74 2 0 0 20 0 22 0 253682397 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646109461176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26096] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26096/stat : 26096 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646108408824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26097] ppid=26077 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/26079/task/26097/stat : 26097 (java) S 26077 26079 24394 0 -1 4202560 47 0 0 0 13 16 0 0 20 0 22 0 253682397 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646107356488 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26098] ppid=26077 vsize=9824668 CPUtime=794.22 cores=0,2,4,6
/proc/26079/task/26098/stat : 26098 (java) R 26077 26079 24394 0 -1 4202560 278 0 0 0 79406 16 0 0 20 0 22 0 253682405 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646106298736 139646114164780 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26099] ppid=26077 vsize=9824668 CPUtime=794.16 cores=0,2,4,6
/proc/26079/task/26099/stat : 26099 (java) R 26077 26079 24394 0 -1 4202560 3814 0 0 0 79386 30 0 0 20 0 22 0 253682405 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646105246960 139646114242863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26100] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26100/stat : 26100 (java) S 26077 26079 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253682405 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646104196136 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26101] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26101/stat : 26101 (java) S 26077 26079 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253682405 10060460032 161987 33554432000 1073741824 1073778376 140734425606176 139646103143592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1640.21
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.63 3.68 3.65 3/220 26220
/proc/meminfo: memFree=26611472/32873844 swapFree=6080/6080
[pid=26079] ppid=26077 vsize=9824668 CPUtime=1760.31 cores=0,2,4,6
/proc/26079/stat : 26079 (java) S 26077 26079 24394 0 -1 4202496 36143 0 1 0 175888 143 0 0 20 0 22 0 253682390 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 140734425597312 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26079/statm: 2456167 179258 2274 9 0 2446860 0
[pid=26079/tid=26081] ppid=26077 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/26079/task/26081/stat : 26081 (java) S 26077 26079 24394 0 -1 4202560 2479 0 1 0 12 3 0 0 20 0 22 0 253682392 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646290539512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26082] ppid=26077 vsize=9824668 CPUtime=3.53 cores=0,2,4,6
/proc/26079/task/26082/stat : 26082 (java) S 26077 26079 24394 0 -1 4202560 865 0 0 0 345 8 0 0 20 0 22 0 253682393 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646252030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26083] ppid=26077 vsize=9824668 CPUtime=3.65 cores=0,2,4,6
/proc/26079/task/26083/stat : 26083 (java) S 26077 26079 24394 0 -1 4202560 1207 0 0 0 354 11 0 0 20 0 22 0 253682393 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646250977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26084] ppid=26077 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/26079/task/26084/stat : 26084 (java) S 26077 26079 24394 0 -1 4202560 612 0 0 0 328 10 0 0 20 0 22 0 253682393 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646249925032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26085] ppid=26077 vsize=9824668 CPUtime=3.63 cores=0,2,4,6
/proc/26079/task/26085/stat : 26085 (java) S 26077 26079 24394 0 -1 4202560 753 0 0 0 355 8 0 0 20 0 22 0 253682393 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646248872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26086] ppid=26077 vsize=9824668 CPUtime=3.65 cores=0,2,4,6
/proc/26079/task/26086/stat : 26086 (java) S 26077 26079 24394 0 -1 4202560 877 0 0 0 356 9 0 0 20 0 22 0 253682393 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646247819944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26087] ppid=26077 vsize=9824668 CPUtime=3.63 cores=0,2,4,6
/proc/26079/task/26087/stat : 26087 (java) S 26077 26079 24394 0 -1 4202560 535 0 0 0 352 11 0 0 20 0 22 0 253682393 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646246767400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26088] ppid=26077 vsize=9824668 CPUtime=3.7 cores=0,2,4,6
/proc/26079/task/26088/stat : 26088 (java) S 26077 26079 24394 0 -1 4202560 626 0 0 0 361 9 0 0 20 0 22 0 253682393 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646245714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26089] ppid=26077 vsize=9824668 CPUtime=3.7 cores=0,2,4,6
/proc/26079/task/26089/stat : 26089 (java) S 26077 26079 24394 0 -1 4202560 928 0 0 0 360 10 0 0 20 0 22 0 253682393 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646244662312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26090] ppid=26077 vsize=9824668 CPUtime=19.08 cores=0,2,4,6
/proc/26079/task/26090/stat : 26090 (java) S 26077 26079 24394 0 -1 4202560 1315 0 0 0 1880 28 0 0 20 0 22 0 253682394 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646232250472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26091] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26091/stat : 26091 (java) S 26077 26079 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646113670264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26092] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26092/stat : 26092 (java) S 26077 26079 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646112617608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26093] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26093/stat : 26093 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646111566352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26094] ppid=26077 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/26079/task/26094/stat : 26094 (java) S 26077 26079 24394 0 -1 4202560 10487 0 0 0 158 2 0 0 20 0 22 0 253682397 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646110513720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26095] ppid=26077 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/26079/task/26095/stat : 26095 (java) S 26077 26079 24394 0 -1 4202560 9571 0 0 0 74 2 0 0 20 0 22 0 253682397 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646109461176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26096] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26096/stat : 26096 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646108408824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26097] ppid=26077 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/26079/task/26097/stat : 26097 (java) S 26077 26079 24394 0 -1 4202560 51 0 0 0 14 17 0 0 20 0 22 0 253682397 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646107356488 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26098] ppid=26077 vsize=9824668 CPUtime=852.6 cores=0,2,4,6
/proc/26079/task/26098/stat : 26098 (java) R 26077 26079 24394 0 -1 4202560 288 0 0 0 85244 16 0 0 20 0 22 0 253682405 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646106298624 139646114315681 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26099] ppid=26077 vsize=9824668 CPUtime=852.55 cores=0,2,4,6
/proc/26079/task/26099/stat : 26099 (java) R 26077 26079 24394 0 -1 4202560 4363 0 0 0 85225 30 0 0 20 0 22 0 253682405 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646105246960 139646114243593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26100] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26100/stat : 26100 (java) S 26077 26079 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253682405 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646104196136 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26101] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26101/stat : 26101 (java) S 26077 26079 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253682405 10060460032 179258 33554432000 1073741824 1073778376 140734425606176 139646103143592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1760.31
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.201 s]
/proc/loadavg: 3.67 3.69 3.65 5/219 26220
/proc/meminfo: memFree=26601600/32873844 swapFree=6080/6080
[pid=26079] ppid=26077 vsize=9824668 CPUtime=1800.09 cores=0,2,4,6
/proc/26079/stat : 26079 (java) S 26077 26079 24394 0 -1 4202496 36682 0 1 0 179863 146 0 0 20 0 22 0 253682390 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 140734425597312 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26079/statm: 2456167 176316 2274 9 0 2446860 0
[pid=26079/tid=26081] ppid=26077 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/26079/task/26081/stat : 26081 (java) S 26077 26079 24394 0 -1 4202560 2479 0 1 0 12 3 0 0 20 0 22 0 253682392 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646290539512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26082] ppid=26077 vsize=9824668 CPUtime=3.58 cores=0,2,4,6
/proc/26079/task/26082/stat : 26082 (java) S 26077 26079 24394 0 -1 4202560 938 0 0 0 350 8 0 0 20 0 22 0 253682393 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646252030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26083] ppid=26077 vsize=9824668 CPUtime=3.71 cores=0,2,4,6
/proc/26079/task/26083/stat : 26083 (java) S 26077 26079 24394 0 -1 4202560 1211 0 0 0 360 11 0 0 20 0 22 0 253682393 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646250977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26084] ppid=26077 vsize=9824668 CPUtime=3.45 cores=0,2,4,6
/proc/26079/task/26084/stat : 26084 (java) S 26077 26079 24394 0 -1 4202560 685 0 0 0 335 10 0 0 20 0 22 0 253682393 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646249925032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26085] ppid=26077 vsize=9824668 CPUtime=3.72 cores=0,2,4,6
/proc/26079/task/26085/stat : 26085 (java) S 26077 26079 24394 0 -1 4202560 975 0 0 0 363 9 0 0 20 0 22 0 253682393 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646248872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26086] ppid=26077 vsize=9824668 CPUtime=3.73 cores=0,2,4,6
/proc/26079/task/26086/stat : 26086 (java) S 26077 26079 24394 0 -1 4202560 993 0 0 0 364 9 0 0 20 0 22 0 253682393 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646247819944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26087] ppid=26077 vsize=9824668 CPUtime=3.76 cores=0,2,4,6
/proc/26079/task/26087/stat : 26087 (java) S 26077 26079 24394 0 -1 4202560 537 0 0 0 365 11 0 0 20 0 22 0 253682393 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646246767400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26088] ppid=26077 vsize=9824668 CPUtime=3.81 cores=0,2,4,6
/proc/26079/task/26088/stat : 26088 (java) S 26077 26079 24394 0 -1 4202560 626 0 0 0 372 9 0 0 20 0 22 0 253682393 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646245714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26089] ppid=26077 vsize=9824668 CPUtime=3.74 cores=0,2,4,6
/proc/26079/task/26089/stat : 26089 (java) S 26077 26079 24394 0 -1 4202560 929 0 0 0 364 10 0 0 20 0 22 0 253682393 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646244662312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26090] ppid=26077 vsize=9824668 CPUtime=19.4 cores=0,2,4,6
/proc/26079/task/26090/stat : 26090 (java) S 26077 26079 24394 0 -1 4202560 1317 0 0 0 1911 29 0 0 20 0 22 0 253682394 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646232250472 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26091] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26091/stat : 26091 (java) S 26077 26079 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646113670264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26092] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26092/stat : 26092 (java) S 26077 26079 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253682394 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646112617608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26093] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26093/stat : 26093 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646111566352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26094] ppid=26077 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/26079/task/26094/stat : 26094 (java) S 26077 26079 24394 0 -1 4202560 10487 0 0 0 158 2 0 0 20 0 22 0 253682397 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646110513720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26079/tid=26095] ppid=26077 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/26079/task/26095/stat : 26095 (java) S 26077 26079 24394 0 -1 4202560 9571 0 0 0 74 2 0 0 20 0 22 0 253682397 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646109461176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26096] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26096/stat : 26096 (java) S 26077 26079 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253682397 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646108408824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26097] ppid=26077 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/26079/task/26097/stat : 26097 (java) S 26077 26079 24394 0 -1 4202560 53 0 0 0 14 17 0 0 20 0 22 0 253682397 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646107356488 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26098] ppid=26077 vsize=9824668 CPUtime=871.95 cores=0,2,4,6
/proc/26079/task/26098/stat : 26098 (java) R 26077 26079 24394 0 -1 4202560 292 0 0 0 87178 17 0 0 20 0 22 0 253682405 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646106299552 139646114203076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26079/tid=26099] ppid=26077 vsize=9824668 CPUtime=871.89 cores=0,2,4,6
/proc/26079/task/26099/stat : 26099 (java) R 26077 26079 24394 0 -1 4202560 4403 0 0 0 87157 32 0 0 20 0 22 0 253682405 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646105246064 139646114243510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26079/tid=26100] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26100/stat : 26100 (java) S 26077 26079 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253682405 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646104196136 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26079/tid=26101] ppid=26077 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26079/task/26101/stat : 26101 (java) S 26077 26079 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253682405 10060460032 176316 33554432000 1073741824 1073778376 140734425606176 139646103143592 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 26079 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=58261
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=962701
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.255
CPU time (s): 1800.09
CPU user time (s): 1798.63
CPU system time (s): 1.46
CPU usage (%): 199.51
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 1.9627
maximum resident set size= 794912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36726
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32736
involuntary context switches= 62388

runsolver used 4.05138 second user time and 7.18291 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 18:06:18
IDJOB=3687990
IDBENCH=2561
IDSOLVER=2268
FILE ID=node139/3687990-1337875578
RUNJOBID= node139-1337871881-24410
PBS_JOBID= 14620065
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob7.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687990-1337875578/watcher-3687990-1337875578 -o /tmp/evaluation-result-3687990-1337875578/solver-3687990-1337875578 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687990-1337875578.opb

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

MD5SUM BENCH= 891ef60a3c811d65a65dee7761e3f07c
RANDOM SEED=835358082

node139.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26812576 kB
Buffers:          217140 kB
Cached:          2768648 kB
SwapCached:            0 kB
Active:          2753516 kB
Inactive:        2508956 kB
Active(anon):    2267896 kB
Inactive(anon):    11120 kB
Active(file):     485620 kB
Inactive(file):  2497836 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               504 kB
Writeback:             0 kB
AnonPages:       2281852 kB
Mapped:            22576 kB
Shmem:               200 kB
Slab:             652844 kB
SReclaimable:      95364 kB
SUnreclaim:       557480 kB
KernelStack:        1616 kB
PageTables:         8900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2414288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2217984 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= 71684 MiB
End job on node139 at 2012-05-24 18:21:23