Trace number 3711075

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.08 1796.65

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-f2000.opb
MD5SUMacba870ceff62e653e0b2927ff2b81fb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3711075-1338203282.opb
0.10/0.11	c reading problem ... 
0.51/0.36	c ... done. Wall clock time 0.254s.
0.51/0.36	c declared #vars     4000
0.51/0.36	c #constraints  10500
0.51/0.36	c constraints type 
0.51/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8500
0.51/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2000
0.51/0.36	c 10500 constraints processed.
1.84/1.21	c cleaning 2496 clauses out of 5000 with flag 5000/5000
2.70/2.01	c cleaning 4247 clauses out of 8504 with flag 11000/11000
3.61/2.96	c cleaning 5622 clauses out of 11257 with flag 18000/18000
4.74/4.06	c cleaning 6813 clauses out of 13635 with flag 26000/26000
6.08/5.33	c cleaning 7904 clauses out of 15822 with flag 35000/35000
7.48/6.79	c cleaning 8954 clauses out of 17918 with flag 45000/45000
9.19/8.40	c cleaning 9976 clauses out of 19967 with flag 56003/56003
10.99/10.22	c cleaning 10987 clauses out of 21988 with flag 68000/68000
13.00/12.27	c cleaning 11996 clauses out of 24003 with flag 81002/81002
15.20/14.42	c cleaning 12994 clauses out of 26005 with flag 95000/95000
17.60/16.84	c cleaning 14001 clauses out of 28011 with flag 110000/110000
20.11/19.37	c cleaning 15002 clauses out of 30010 with flag 126000/126000
22.92/22.12	c cleaning 15991 clauses out of 32009 with flag 143001/143001
25.92/25.18	c cleaning 16996 clauses out of 34018 with flag 161001/161001
29.23/28.46	c cleaning 18001 clauses out of 36021 with flag 180000/180000
32.55/31.80	c cleaning 19002 clauses out of 38020 with flag 200000/200000
36.35/35.52	c cleaning 20002 clauses out of 40018 with flag 221000/221000
40.36/39.51	c cleaning 20995 clauses out of 42016 with flag 243000/243000
44.66/43.86	c cleaning 21999 clauses out of 44021 with flag 266000/266000
48.98/48.17	c cleaning 22998 clauses out of 46022 with flag 290000/290000
53.79/52.93	c cleaning 24007 clauses out of 48027 with flag 315003/315003
59.00/58.16	c cleaning 25002 clauses out of 50020 with flag 341003/341003
64.53/63.64	c cleaning 25998 clauses out of 52015 with flag 368000/368000
70.57/69.67	c cleaning 27001 clauses out of 54020 with flag 396003/396003
76.19/75.26	c cleaning 28002 clauses out of 56016 with flag 425000/425000
82.32/81.38	c cleaning 29004 clauses out of 58016 with flag 455002/455002
88.85/87.81	c cleaning 29992 clauses out of 60010 with flag 486000/486000
96.37/95.30	c cleaning 30995 clauses out of 62018 with flag 518000/518000
103.80/102.78	c cleaning 32002 clauses out of 64025 with flag 551002/551002
111.92/110.86	c cleaning 33000 clauses out of 66022 with flag 585001/585001
119.13/118.04	c cleaning 34009 clauses out of 68021 with flag 620000/620000
126.95/125.82	c cleaning 35001 clauses out of 70013 with flag 656001/656001
134.96/133.82	c cleaning 35997 clauses out of 72012 with flag 693001/693001
143.68/142.58	c cleaning 37000 clauses out of 74015 with flag 731001/731001
154.10/152.96	c cleaning 37996 clauses out of 76014 with flag 770000/770000
163.63/162.48	c cleaning 38996 clauses out of 78019 with flag 810001/810001
174.54/173.37	c cleaning 40000 clauses out of 80022 with flag 851000/851000
185.27/184.08	c cleaning 40991 clauses out of 82022 with flag 893000/893000
195.21/193.92	c cleaning 42009 clauses out of 84031 with flag 936000/936000
205.95/204.61	c cleaning 43004 clauses out of 86022 with flag 980000/980000
217.67/216.36	c cleaning 43999 clauses out of 88019 with flag 1025001/1025001
231.32/229.92	c cleaning 45000 clauses out of 90019 with flag 1071000/1071000
244.04/242.66	c cleaning 45991 clauses out of 92020 with flag 1118001/1118001
258.06/256.61	c cleaning 47004 clauses out of 94028 with flag 1166000/1166000
271.18/269.74	c cleaning 48003 clauses out of 96026 with flag 1215002/1215002
286.49/285.02	c cleaning 48992 clauses out of 98023 with flag 1265002/1265002
302.30/300.83	c cleaning 50005 clauses out of 100029 with flag 1316000/1316000
316.10/314.59	c cleaning 51004 clauses out of 102025 with flag 1368001/1368001
330.71/329.12	c cleaning 52002 clauses out of 104020 with flag 1421000/1421000
346.44/344.86	c cleaning 52999 clauses out of 106018 with flag 1475000/1475000
363.47/361.81	c cleaning 53995 clauses out of 108019 with flag 1530000/1530000
382.71/381.08	c cleaning 55004 clauses out of 110027 with flag 1586003/1586003
399.54/397.85	c cleaning 55998 clauses out of 112021 with flag 1643001/1643001
419.07/417.38	c cleaning 56994 clauses out of 114023 with flag 1701001/1701001
439.10/437.35	c cleaning 57996 clauses out of 116029 with flag 1760001/1760001
458.73/456.93	c cleaning 59011 clauses out of 118035 with flag 1820003/1820003
479.87/478.04	c cleaning 59989 clauses out of 120021 with flag 1881000/1881000
502.89/501.00	c cleaning 61008 clauses out of 122033 with flag 1943001/1943001
524.26/522.37	c cleaning 62000 clauses out of 124025 with flag 2006001/2006001
543.98/542.00	c cleaning 63000 clauses out of 126025 with flag 2070001/2070001
565.40/563.47	c cleaning 64009 clauses out of 128027 with flag 2135003/2135003
588.84/586.88	c cleaning 65000 clauses out of 130018 with flag 2201003/2201003
614.69/612.64	c cleaning 65990 clauses out of 132015 with flag 2268000/2268000
637.74/635.68	c cleaning 66997 clauses out of 134026 with flag 2336001/2336001
663.76/661.63	c cleaning 68005 clauses out of 136030 with flag 2405002/2405002
686.98/684.84	c cleaning 69003 clauses out of 138024 with flag 2475001/2475001
713.70/711.54	c cleaning 69996 clauses out of 140020 with flag 2546000/2546000
742.63/740.41	c cleaning 71001 clauses out of 142026 with flag 2618002/2618002
768.46/766.22	c cleaning 72003 clauses out of 144023 with flag 2691000/2691000
798.38/796.16	c cleaning 73000 clauses out of 146022 with flag 2765002/2765002
829.32/827.01	c cleaning 73997 clauses out of 148020 with flag 2840000/2840000
860.78/858.41	c cleaning 75009 clauses out of 150027 with flag 2916004/2916004
891.92/889.53	c cleaning 76001 clauses out of 152014 with flag 2993000/2993000
919.05/916.62	c cleaning 77001 clauses out of 154013 with flag 3071000/3071000
947.98/945.56	c cleaning 77998 clauses out of 156012 with flag 3150000/3150000
977.84/975.34	c cleaning 79001 clauses out of 158014 with flag 3230000/3230000
1009.49/1006.97	c cleaning 80003 clauses out of 160013 with flag 3311000/3311000
1046.42/1043.81	c cleaning 80990 clauses out of 162011 with flag 3393001/3393001
1078.75/1076.12	c cleaning 81988 clauses out of 164020 with flag 3476000/3476000
1117.59/1114.92	c cleaning 83007 clauses out of 166033 with flag 3560001/3560001
1157.45/1154.70	c cleaning 84004 clauses out of 168025 with flag 3645000/3645000
1193.68/1190.94	c cleaning 84999 clauses out of 170023 with flag 3731002/3731002
1233.54/1230.73	c cleaning 85999 clauses out of 172022 with flag 3818000/3818000
1273.27/1270.49	c cleaning 87000 clauses out of 174023 with flag 3906000/3906000
1312.09/1309.21	c cleaning 87999 clauses out of 176023 with flag 3995000/3995000
1356.84/1353.99	c cleaning 88988 clauses out of 178024 with flag 4085000/4085000
1403.00/1400.06	c cleaning 90012 clauses out of 180040 with flag 4176004/4176004
1450.24/1447.20	c cleaning 90997 clauses out of 182025 with flag 4268001/4268001
1495.31/1492.28	c cleaning 92001 clauses out of 184027 with flag 4361000/4361000
1542.27/1539.14	c cleaning 92989 clauses out of 186026 with flag 4455000/4455000
1582.02/1578.86	c cleaning 94012 clauses out of 188041 with flag 4550004/4550004
1623.78/1620.56	c cleaning 95001 clauses out of 190025 with flag 4646000/4646000
1667.32/1664.09	c cleaning 96000 clauses out of 192025 with flag 4743001/4743001
1712.48/1709.12	c cleaning 97003 clauses out of 194026 with flag 4841002/4841002
1762.33/1758.95	c cleaning 98001 clauses out of 196022 with flag 4940001/4940001
1800.08/1796.61	c starts		: 273
1800.08/1796.61	c conflicts		: 5019542
1800.08/1796.61	c decisions		: 6640081
1800.08/1796.61	c propagations		: 1872428606
1800.08/1796.61	c inspects		: 19279802698
1800.08/1796.61	c shortcuts		: 0
1800.08/1796.61	c learnt literals	: 0
1800.08/1796.61	c learnt binary clauses	: 0
1800.08/1796.61	c learnt ternary clauses	: 80
1800.08/1796.61	c learnt constraints	: 5019542
1800.08/1796.61	c ignored constraints	: 0
1800.08/1796.61	c root simplifications	: 273
1800.08/1796.61	c removed literals (reason simplification)	: 69892893
1800.08/1796.61	c reason swapping (by a shorter reason)	: 0
1800.08/1796.61	c Calls to reduceDB	: 95
1800.08/1796.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.61	c number of learned constraints concerned by reduction	: 0
1800.08/1796.61	c number of learning phase by resolution	: 0
1800.08/1796.61	c number of learning phase by cutting planes	: 0
1800.08/1796.61	c speed (assignments/second)	: 1042415.6153966063
1800.08/1796.61	c non guided choices	180
1800.08/1796.64	c learnt constraints type 
1800.08/1796.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 177589
1800.08/1796.64	c constraints type 
1800.08/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8500
1800.08/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2000
1800.08/1796.64	c 10500 constraints processed.
1800.08/1796.64	s UNKNOWN
1800.08/1796.64	c Total wall clock time (in seconds): 1796.532

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.04 2.00 3/194 14881
/proc/meminfo: memFree=26982596/32873660 swapFree=7120/7120
[pid=14881] ppid=14879 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/14881/stat : 14881 (java) R 14879 14881 13800 0 -1 4202496 982 0 0 0 0 0 0 0 20 0 1 0 286453912 23793664 709 33554432000 1073741824 1073778376 140733398828720 140733398817784 270320842088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14881/statm: 5809 709 524 9 0 128 0

[startup+0.0850791 s]
/proc/loadavg: 2.05 2.04 2.00 3/194 14881
/proc/meminfo: memFree=26982596/32873660 swapFree=7120/7120
[pid=14881] ppid=14879 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/14881/stat : 14881 (java) S 14879 14881 13800 0 -1 4202496 4256 0 1 0 8 1 0 0 20 0 18 0 286453912 9787842560 5458 33554432000 1073741824 1073778376 140733398828720 140733398819856 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14881/statm: 2389610 5458 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.100249 s]
/proc/loadavg: 2.05 2.04 2.00 3/194 14881
/proc/meminfo: memFree=26982596/32873660 swapFree=7120/7120
[pid=14881] ppid=14879 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/14881/stat : 14881 (java) S 14879 14881 13800 0 -1 4202496 4396 0 1 0 9 1 0 0 20 0 18 0 286453912 9787842560 6069 33554432000 1073741824 1073778376 140733398828720 140733398819856 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14881/statm: 2389610 6069 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300174 s]
/proc/loadavg: 2.05 2.04 2.00 3/194 14881
/proc/meminfo: memFree=26982596/32873660 swapFree=7120/7120
[pid=14881] ppid=14879 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/14881/stat : 14881 (java) S 14879 14881 13800 0 -1 4202496 5845 0 1 0 50 1 0 0 20 0 18 0 286453912 9787842560 9371 33554432000 1073741824 1073778376 140733398828720 140733398819856 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14881/statm: 2389610 9371 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700235 s]
/proc/loadavg: 2.05 2.04 2.00 3/194 14881
/proc/meminfo: memFree=26982596/32873660 swapFree=7120/7120
[pid=14881] ppid=14879 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/14881/stat : 14881 (java) S 14879 14881 13800 0 -1 4202496 9148 0 1 0 127 2 0 0 20 0 19 0 286453912 9856004096 15459 33554432000 1073741824 1073778376 140733398828720 140733398819856 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14881/statm: 2406251 15459 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 2.05 2.04 2.00 3/213 14900
/proc/meminfo: memFree=26929748/32873660 swapFree=7120/7120
[pid=14881] ppid=14879 vsize=9625004 CPUtime=2.18 cores=1,3,5,7
/proc/14881/stat : 14881 (java) S 14879 14881 13800 0 -1 4202496 9216 0 1 0 215 3 0 0 20 0 19 0 286453912 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140733398819856 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14881/statm: 2406251 18073 2290 9 0 2396937 0
[pid=14881/tid=14883] ppid=14879 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/14881/task/14883/stat : 14883 (java) R 14879 14881 13800 0 -1 4202560 2514 0 1 0 144 1 0 0 20 0 19 0 286453913 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140335279428008 140335120908946 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14884] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14884/stat : 14884 (java) S 14879 14881 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140335240919976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14885] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14885/stat : 14885 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140335239867432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14886] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14886/stat : 14886 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140335120378536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14887] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14887/stat : 14887 (java) S 14879 14881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140335119325992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14888] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14888/stat : 14888 (java) S 14879 14881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140335118272936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14889] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14889/stat : 14889 (java) S 14879 14881 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140335117220392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14890] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14890/stat : 14890 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140335116167336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14891] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14891/stat : 14891 (java) S 14879 14881 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140335115114792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14892] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14892/stat : 14892 (java) S 14879 14881 13800 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 286453914 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140334632786792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14893] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14893/stat : 14893 (java) S 14879 14881 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140334631733112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14894] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14894/stat : 14894 (java) S 14879 14881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140334630679944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14895] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14895/stat : 14895 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140334629628688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14896] ppid=14879 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/14881/task/14896/stat : 14896 (java) S 14879 14881 13800 0 -1 4202560 2510 0 0 0 33 0 0 0 20 0 19 0 286453917 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140334628575544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14897] ppid=14879 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/14881/task/14897/stat : 14897 (java) S 14879 14881 13800 0 -1 4202560 2940 0 0 0 33 0 0 0 20 0 19 0 286453917 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140334627523000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14898] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14898/stat : 14898 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140334626470136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14899] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14899/stat : 14899 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140334625417800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14900] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14900/stat : 14900 (java) S 14879 14881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286453950 9856004096 18073 33554432000 1073741824 1073778376 140733398828720 140334624364072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625004

[startup+3.10071 s]
/proc/loadavg: 2.05 2.04 2.00 3/213 14900
/proc/meminfo: memFree=26916976/32873660 swapFree=7120/7120
[pid=14881] ppid=14879 vsize=9625004 CPUtime=3.82 cores=1,3,5,7
/proc/14881/stat : 14881 (java) S 14879 14881 13800 0 -1 4202496 9230 0 1 0 379 3 0 0 20 0 19 0 286453912 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140733398819856 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14881/statm: 2406251 18594 2290 9 0 2396937 0
[pid=14881/tid=14883] ppid=14879 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/14881/task/14883/stat : 14883 (java) R 14879 14881 13800 0 -1 4202560 2515 0 1 0 301 1 0 0 20 0 19 0 286453913 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140335279428008 140335121075348 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14884] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14884/stat : 14884 (java) S 14879 14881 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140335240919976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14885] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14885/stat : 14885 (java) S 14879 14881 13800 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140335239867432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14886] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14886/stat : 14886 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140335120378536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14887] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14887/stat : 14887 (java) S 14879 14881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140335119325992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14888] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14888/stat : 14888 (java) S 14879 14881 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140335118272936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14889] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14889/stat : 14889 (java) S 14879 14881 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140335117220392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14890] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14890/stat : 14890 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140335116167336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14891] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14891/stat : 14891 (java) S 14879 14881 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140335115114792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14892] ppid=14879 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/14881/task/14892/stat : 14892 (java) S 14879 14881 13800 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 286453914 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140334632786792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14893] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14893/stat : 14893 (java) S 14879 14881 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140334631733112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14894] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14894/stat : 14894 (java) S 14879 14881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140334630679944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14895] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14895/stat : 14895 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140334629628688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14896] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14896/stat : 14896 (java) S 14879 14881 13800 0 -1 4202560 2510 0 0 0 35 0 0 0 20 0 19 0 286453917 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140334628575544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14897] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14897/stat : 14897 (java) S 14879 14881 13800 0 -1 4202560 2941 0 0 0 35 0 0 0 20 0 19 0 286453917 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140334627523000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14898] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14898/stat : 14898 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140334626470136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14899] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14899/stat : 14899 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140334625417800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14900] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14900/stat : 14900 (java) S 14879 14881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286453950 9856004096 18594 33554432000 1073741824 1073778376 140733398828720 140334624364072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.04 2.04 2.00 3/213 14900
/proc/meminfo: memFree=26916796/32873660 swapFree=7120/7120
[pid=14881] ppid=14879 vsize=9625004 CPUtime=7.08 cores=1,3,5,7
/proc/14881/stat : 14881 (java) S 14879 14881 13800 0 -1 4202496 9251 0 1 0 704 4 0 0 20 0 19 0 286453912 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140733398819856 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14881/statm: 2406251 18604 2290 9 0 2396937 0
[pid=14881/tid=14883] ppid=14879 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/14881/task/14883/stat : 14883 (java) R 14879 14881 13800 0 -1 4202560 2517 0 1 0 616 1 0 0 20 0 19 0 286453913 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140335279427888 140335121035942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14884] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14884/stat : 14884 (java) S 14879 14881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140335240919976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14885] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14885/stat : 14885 (java) S 14879 14881 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140335239867432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14886] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14886/stat : 14886 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140335120378536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14887] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14887/stat : 14887 (java) S 14879 14881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140335119325992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14888] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14888/stat : 14888 (java) S 14879 14881 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140335118272936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14889] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14889/stat : 14889 (java) S 14879 14881 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140335117220392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14890] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14890/stat : 14890 (java) S 14879 14881 13800 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140335116167336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14891] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14891/stat : 14891 (java) S 14879 14881 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286453913 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140335115114792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14892] ppid=14879 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/14881/task/14892/stat : 14892 (java) S 14879 14881 13800 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 286453914 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140334632786792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14893] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14893/stat : 14893 (java) S 14879 14881 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140334631733112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14894] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14894/stat : 14894 (java) S 14879 14881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140334630679944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14895] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14895/stat : 14895 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140334629628688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14896] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14896/stat : 14896 (java) S 14879 14881 13800 0 -1 4202560 2510 0 0 0 35 0 0 0 20 0 19 0 286453917 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140334628575544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14897] ppid=14879 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/14881/task/14897/stat : 14897 (java) S 14879 14881 13800 0 -1 4202560 2956 0 0 0 39 0 0 0 20 0 19 0 286453917 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140334627523000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14898] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14898/stat : 14898 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140334626470136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14899] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14899/stat : 14899 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140334625417800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14900] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14900/stat : 14900 (java) S 14879 14881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286453950 9856004096 18604 33554432000 1073741824 1073778376 140733398828720 140334624364072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=14881/tid=14896] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14896/stat : 14896 (java) S 14879 14881 13800 0 -1 4202560 2510 0 0 0 35 0 0 0 20 0 19 0 286453917 9856004096 38167 33554432000 1073741824 1073778376 140733398828720 140334628575544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14897] ppid=14879 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/14881/task/14897/stat : 14897 (java) S 14879 14881 13800 0 -1 4202560 2959 0 0 0 41 0 0 0 20 0 19 0 286453917 9856004096 38167 33554432000 1073741824 1073778376 140733398828720 140334627523000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14898] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14898/stat : 14898 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 38167 33554432000 1073741824 1073778376 140733398828720 140334626470136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14899] ppid=14879 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/14881/task/14899/stat : 14899 (java) S 14879 14881 13800 0 -1 4202560 95 0 0 0 29 37 0 0 20 0 19 0 286453917 9856004096 38167 33554432000 1073741824 1073778376 140733398828720 140334625417800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14900] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14900/stat : 14900 (java) S 14879 14881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286453950 9856004096 38167 33554432000 1073741824 1073778376 140733398828720 140334624364072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1665.61
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 14975
/proc/meminfo: memFree=25966172/32873660 swapFree=7120/7120
[pid=14881] ppid=14879 vsize=9625004 CPUtime=1725.71 cores=1,3,5,7
/proc/14881/stat : 14881 (java) S 14879 14881 13800 0 -1 4202496 10316 0 1 0 172519 52 0 0 20 0 19 0 286453912 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140733398819856 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14881/statm: 2406251 39198 2291 9 0 2396937 0
[pid=14881/tid=14883] ppid=14879 vsize=9625004 CPUtime=1713.87 cores=1,3,5,7
/proc/14881/task/14883/stat : 14883 (java) R 14879 14881 13800 0 -1 4202560 2610 0 1 0 171360 27 0 0 20 0 19 0 286453913 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140335279427888 140335120991524 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14884] ppid=14879 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/14881/task/14884/stat : 14884 (java) S 14879 14881 13800 0 -1 4202560 61 0 0 0 37 1 0 0 20 0 19 0 286453913 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140335240919976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14885] ppid=14879 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/14881/task/14885/stat : 14885 (java) S 14879 14881 13800 0 -1 4202560 34 0 0 0 37 0 0 0 20 0 19 0 286453913 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140335239867432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14886] ppid=14879 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/14881/task/14886/stat : 14886 (java) S 14879 14881 13800 0 -1 4202560 112 0 0 0 40 0 0 0 20 0 19 0 286453913 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140335120378536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14887] ppid=14879 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/14881/task/14887/stat : 14887 (java) S 14879 14881 13800 0 -1 4202560 226 0 0 0 35 2 0 0 20 0 19 0 286453913 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140335119325992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14888] ppid=14879 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/14881/task/14888/stat : 14888 (java) S 14879 14881 13800 0 -1 4202560 42 0 0 0 34 0 0 0 20 0 19 0 286453913 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140335118272936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14889] ppid=14879 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/14881/task/14889/stat : 14889 (java) S 14879 14881 13800 0 -1 4202560 132 0 0 0 34 0 0 0 20 0 19 0 286453913 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140335117220392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14890] ppid=14879 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/14881/task/14890/stat : 14890 (java) S 14879 14881 13800 0 -1 4202560 133 0 0 0 37 0 0 0 20 0 19 0 286453913 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140335116167336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14891] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14891/stat : 14891 (java) S 14879 14881 13800 0 -1 4202560 72 0 0 0 35 0 0 0 20 0 19 0 286453913 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140335115114792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14892] ppid=14879 vsize=9625004 CPUtime=3.08 cores=1,3,5,7
/proc/14881/task/14892/stat : 14892 (java) S 14879 14881 13800 0 -1 4202560 140 0 0 0 306 2 0 0 20 0 19 0 286453914 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140334632786792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14893] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14893/stat : 14893 (java) S 14879 14881 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140334631733112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14894] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14894/stat : 14894 (java) S 14879 14881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140334630679944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14895] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14895/stat : 14895 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140334629628688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14896] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14896/stat : 14896 (java) S 14879 14881 13800 0 -1 4202560 2510 0 0 0 35 0 0 0 20 0 19 0 286453917 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140334628575544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14897] ppid=14879 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/14881/task/14897/stat : 14897 (java) S 14879 14881 13800 0 -1 4202560 2959 0 0 0 41 0 0 0 20 0 19 0 286453917 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140334627523000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14898] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14898/stat : 14898 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140334626470136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14899] ppid=14879 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/14881/task/14899/stat : 14899 (java) S 14879 14881 13800 0 -1 4202560 99 0 0 0 30 38 0 0 20 0 19 0 286453917 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140334625417800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14900] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14900/stat : 14900 (java) S 14879 14881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286453950 9856004096 39198 33554432000 1073741824 1073778376 140733398828720 140334624364072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.71
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 14975
/proc/meminfo: memFree=25884008/32873660 swapFree=7120/7120
[pid=14881] ppid=14879 vsize=9625004 CPUtime=1785.77 cores=1,3,5,7
/proc/14881/stat : 14881 (java) S 14879 14881 13800 0 -1 4202496 10328 0 1 0 178523 54 0 0 20 0 19 0 286453912 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140733398819856 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14881/statm: 2406251 39203 2291 9 0 2396937 0
[pid=14881/tid=14883] ppid=14879 vsize=9625004 CPUtime=1773.65 cores=1,3,5,7
/proc/14881/task/14883/stat : 14883 (java) R 14879 14881 13800 0 -1 4202560 2611 0 1 0 177338 27 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335279427888 140335121088300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14884] ppid=14879 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/14881/task/14884/stat : 14884 (java) S 14879 14881 13800 0 -1 4202560 61 0 0 0 38 1 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335240919976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14885] ppid=14879 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/14881/task/14885/stat : 14885 (java) S 14879 14881 13800 0 -1 4202560 34 0 0 0 37 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335239867432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14886] ppid=14879 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/14881/task/14886/stat : 14886 (java) S 14879 14881 13800 0 -1 4202560 116 0 0 0 40 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335120378536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14887] ppid=14879 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/14881/task/14887/stat : 14887 (java) S 14879 14881 13800 0 -1 4202560 226 0 0 0 36 2 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335119325992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14888] ppid=14879 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/14881/task/14888/stat : 14888 (java) S 14879 14881 13800 0 -1 4202560 42 0 0 0 36 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335118272936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14889] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14889/stat : 14889 (java) S 14879 14881 13800 0 -1 4202560 132 0 0 0 35 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335117220392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14890] ppid=14879 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/14881/task/14890/stat : 14890 (java) S 14879 14881 13800 0 -1 4202560 133 0 0 0 38 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335116167336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14891] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14891/stat : 14891 (java) S 14879 14881 13800 0 -1 4202560 73 0 0 0 35 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335115114792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14892] ppid=14879 vsize=9625004 CPUtime=3.13 cores=1,3,5,7
/proc/14881/task/14892/stat : 14892 (java) S 14879 14881 13800 0 -1 4202560 142 0 0 0 311 2 0 0 20 0 19 0 286453914 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334632786792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14893] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14893/stat : 14893 (java) S 14879 14881 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334631733112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14894] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14894/stat : 14894 (java) S 14879 14881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334630679944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14895] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14895/stat : 14895 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334629628688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14896] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14896/stat : 14896 (java) S 14879 14881 13800 0 -1 4202560 2510 0 0 0 35 0 0 0 20 0 19 0 286453917 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334628575544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14897] ppid=14879 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/14881/task/14897/stat : 14897 (java) S 14879 14881 13800 0 -1 4202560 2959 0 0 0 41 0 0 0 20 0 19 0 286453917 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334627523000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14898] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14898/stat : 14898 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334626470136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14899] ppid=14879 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/14881/task/14899/stat : 14899 (java) S 14879 14881 13800 0 -1 4202560 103 0 0 0 30 40 0 0 20 0 19 0 286453917 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334625417800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14900] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14900/stat : 14900 (java) S 14879 14881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286453950 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334624364072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.77
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 14975
/proc/meminfo: memFree=25884012/32873660 swapFree=7120/7120
[pid=14881] ppid=14879 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/14881/stat : 14881 (java) S 14879 14881 13800 0 -1 4202496 10328 0 1 0 179954 54 0 0 20 0 19 0 286453912 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140733398819856 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14881/statm: 2406251 39203 2291 9 0 2396937 0
[pid=14881/tid=14883] ppid=14879 vsize=9625004 CPUtime=1787.92 cores=1,3,5,7
/proc/14881/task/14883/stat : 14883 (java) R 14879 14881 13800 0 -1 4202560 2611 0 1 0 178764 28 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335279427888 140335121088300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14881/tid=14884] ppid=14879 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/14881/task/14884/stat : 14884 (java) S 14879 14881 13800 0 -1 4202560 61 0 0 0 38 1 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335240919976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14885] ppid=14879 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/14881/task/14885/stat : 14885 (java) S 14879 14881 13800 0 -1 4202560 34 0 0 0 37 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335239867432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14886] ppid=14879 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/14881/task/14886/stat : 14886 (java) S 14879 14881 13800 0 -1 4202560 116 0 0 0 40 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335120378536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14887] ppid=14879 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/14881/task/14887/stat : 14887 (java) S 14879 14881 13800 0 -1 4202560 226 0 0 0 36 2 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335119325992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14888] ppid=14879 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/14881/task/14888/stat : 14888 (java) S 14879 14881 13800 0 -1 4202560 42 0 0 0 36 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335118272936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14889] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14889/stat : 14889 (java) S 14879 14881 13800 0 -1 4202560 132 0 0 0 35 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335117220392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14890] ppid=14879 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/14881/task/14890/stat : 14890 (java) S 14879 14881 13800 0 -1 4202560 133 0 0 0 38 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335116167336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14891] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14891/stat : 14891 (java) S 14879 14881 13800 0 -1 4202560 73 0 0 0 35 0 0 0 20 0 19 0 286453913 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140335115114792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14892] ppid=14879 vsize=9625004 CPUtime=3.13 cores=1,3,5,7
/proc/14881/task/14892/stat : 14892 (java) S 14879 14881 13800 0 -1 4202560 142 0 0 0 311 2 0 0 20 0 19 0 286453914 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334632786792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14893] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14893/stat : 14893 (java) S 14879 14881 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334631733112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14894] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14894/stat : 14894 (java) S 14879 14881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286453915 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334630679944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14895] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14895/stat : 14895 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334629628688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14896] ppid=14879 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/14881/task/14896/stat : 14896 (java) S 14879 14881 13800 0 -1 4202560 2510 0 0 0 35 0 0 0 20 0 19 0 286453917 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334628575544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14881/tid=14897] ppid=14879 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/14881/task/14897/stat : 14897 (java) S 14879 14881 13800 0 -1 4202560 2959 0 0 0 41 0 0 0 20 0 19 0 286453917 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334627523000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14881/tid=14898] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14898/stat : 14898 (java) S 14879 14881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286453917 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334626470136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14899] ppid=14879 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/14881/task/14899/stat : 14899 (java) S 14879 14881 13800 0 -1 4202560 103 0 0 0 31 40 0 0 20 0 19 0 286453917 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334625417800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14881/tid=14900] ppid=14879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14881/task/14900/stat : 14900 (java) S 14879 14881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286453950 9856004096 39203 33554432000 1073741824 1073778376 140733398828720 140334624364072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 14881 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=978121
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=871867
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.65
CPU time (s): 1800.08
CPU user time (s): 1799.54
CPU system time (s): 0.54
CPU usage (%): 100.191
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.98
system time used= 0.871867
maximum resident set size= 156928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10361
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40549
involuntary context switches= 7510

runsolver used 6.11007 second user time and 15.3427 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 13:08:02
IDJOB=3711075
IDBENCH=89869
IDSOLVER=2289
FILE ID=node117/3711075-1338203282
RUNJOBID= node117-1338194296-13817
PBS_JOBID= 14624597
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-f2000.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-3711075-1338203282/watcher-3711075-1338203282 -o /tmp/evaluation-result-3711075-1338203282/solver-3711075-1338203282 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711075-1338203282.opb

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=595839432

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.148
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:       32873660 kB
MemFree:        26982860 kB
Buffers:          584172 kB
Cached:          4098484 kB
SwapCached:            0 kB
Active:          2754928 kB
Inactive:        2209004 kB
Active(anon):     265564 kB
Inactive(anon):    11352 kB
Active(file):    2489364 kB
Inactive(file):  2197652 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1124 kB
Writeback:             0 kB
AnonPages:        328324 kB
Mapped:            22656 kB
Shmem:               200 kB
Slab:             773892 kB
SReclaimable:     217416 kB
SUnreclaim:       556476 kB
KernelStack:        1760 kB
PageTables:         4780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     697372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70032 MiB
End job on node117 at 2012-05-28 13:38:00