Trace number 3689507

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1801.1 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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689507-1337891470.opb
0.09/0.11	c reading problem ... 
0.50/0.38	c ... done. Wall clock time 0.265s.
0.50/0.38	c declared #vars     4000
0.50/0.38	c #constraints  10500
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8500
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2000
0.69/0.44	c 10500 constraints processed.
0.69/0.44	c objective function length is 4000 literals
1.84/1.20	c cleaning 2496 clauses out of 5001 with flag 5001/5001
2.71/1.93	c cleaning 4249 clauses out of 8505 with flag 11001/11001
3.63/2.82	c cleaning 5622 clauses out of 11255 with flag 18000/18000
4.64/3.86	c cleaning 6811 clauses out of 13633 with flag 26000/26000
5.89/5.08	c cleaning 7904 clauses out of 15823 with flag 35001/35001
7.31/6.49	c cleaning 8957 clauses out of 17921 with flag 45003/45003
8.91/8.08	c cleaning 9975 clauses out of 19963 with flag 56002/56002
10.72/9.81	c cleaning 10987 clauses out of 21988 with flag 68002/68002
12.63/11.80	c cleaning 11991 clauses out of 23999 with flag 81000/81000
14.84/13.90	c cleaning 12999 clauses out of 26009 with flag 95001/95001
17.14/16.25	c cleaning 14002 clauses out of 28012 with flag 110003/110003
19.67/18.71	c cleaning 15002 clauses out of 30008 with flag 126001/126001
22.39/21.45	c cleaning 15996 clauses out of 32005 with flag 143000/143000
25.51/24.52	c cleaning 16993 clauses out of 34010 with flag 161001/161001
28.75/27.76	c cleaning 18001 clauses out of 36016 with flag 180000/180000
32.17/31.15	c cleaning 19003 clauses out of 38017 with flag 200002/200002
35.88/34.81	c cleaning 20000 clauses out of 40012 with flag 221000/221000
39.88/38.84	c cleaning 20989 clauses out of 42012 with flag 243000/243000
44.00/43.00	c cleaning 22011 clauses out of 44026 with flag 266003/266003
48.42/47.36	c cleaning 22998 clauses out of 46012 with flag 290000/290000
53.34/52.21	c cleaning 24001 clauses out of 48014 with flag 315000/315000
58.45/57.30	c cleaning 25004 clauses out of 50014 with flag 341001/341001
63.99/62.86	c cleaning 25997 clauses out of 52010 with flag 368001/368001
69.80/68.61	c cleaning 27000 clauses out of 54015 with flag 396003/396003
75.31/74.13	c cleaning 27997 clauses out of 56012 with flag 425000/425000
81.43/80.28	c cleaning 28999 clauses out of 58015 with flag 455000/455000
88.35/87.11	c cleaning 29997 clauses out of 60016 with flag 486000/486000
95.77/94.51	c cleaning 31003 clauses out of 62019 with flag 518000/518000
103.27/102.02	c cleaning 32002 clauses out of 64016 with flag 551000/551000
111.59/110.33	c cleaning 33001 clauses out of 66014 with flag 585000/585000
118.91/117.70	c cleaning 34000 clauses out of 68016 with flag 620003/620003
127.22/125.99	c cleaning 35003 clauses out of 70017 with flag 656004/656004
135.74/134.41	c cleaning 35997 clauses out of 72011 with flag 693001/693001
145.16/143.85	c cleaning 36996 clauses out of 74013 with flag 731000/731000
155.49/154.19	c cleaning 38002 clauses out of 76018 with flag 770001/770001
165.41/164.09	c cleaning 38996 clauses out of 78015 with flag 810000/810000
177.14/175.74	c cleaning 40000 clauses out of 80020 with flag 851001/851001
188.06/186.63	c cleaning 40997 clauses out of 82019 with flag 893000/893000
198.38/196.92	c cleaning 42007 clauses out of 84025 with flag 936003/936003
209.68/208.21	c cleaning 42997 clauses out of 86017 with flag 980002/980002
221.81/220.35	c cleaning 44004 clauses out of 88019 with flag 1025001/1025001
235.23/233.74	c cleaning 44992 clauses out of 90014 with flag 1071000/1071000
249.27/247.79	c cleaning 45998 clauses out of 92022 with flag 1118000/1118000
264.39/262.84	c cleaning 46992 clauses out of 94026 with flag 1166002/1166002
278.22/276.62	c cleaning 48008 clauses out of 96036 with flag 1215004/1215004
294.54/292.91	c cleaning 48999 clauses out of 98024 with flag 1265000/1265000
310.69/309.02	c cleaning 50000 clauses out of 100025 with flag 1316000/1316000
325.17/323.47	c cleaning 50992 clauses out of 102025 with flag 1368000/1368000
341.11/339.30	c cleaning 52004 clauses out of 104034 with flag 1421001/1421001
358.02/356.25	c cleaning 53004 clauses out of 106029 with flag 1475000/1475000
377.64/375.86	c cleaning 53995 clauses out of 108029 with flag 1530004/1530004
397.97/396.19	c cleaning 55006 clauses out of 110031 with flag 1586001/1586001
416.01/414.15	c cleaning 56002 clauses out of 112025 with flag 1643001/1643001
437.36/435.45	c cleaning 56989 clauses out of 114022 with flag 1701000/1701000
458.91/456.90	c cleaning 58004 clauses out of 116033 with flag 1760000/1760000
480.83/478.86	c cleaning 59001 clauses out of 118030 with flag 1820001/1820001
503.75/501.70	c cleaning 60004 clauses out of 120028 with flag 1881000/1881000
526.18/524.15	c cleaning 60997 clauses out of 122024 with flag 1943000/1943000
548.42/546.34	c cleaning 62004 clauses out of 124027 with flag 2006000/2006000
569.64/567.52	c cleaning 62994 clauses out of 126023 with flag 2070000/2070000
591.85/589.72	c cleaning 64000 clauses out of 128032 with flag 2135003/2135003
617.69/615.56	c cleaning 64999 clauses out of 130029 with flag 2201000/2201000
646.75/644.59	c cleaning 65993 clauses out of 132030 with flag 2268000/2268000
673.09/670.81	c cleaning 67006 clauses out of 134037 with flag 2336000/2336000
703.24/700.99	c cleaning 67993 clauses out of 136031 with flag 2405000/2405000
730.60/728.23	c cleaning 69007 clauses out of 138040 with flag 2475002/2475002
762.26/759.83	c cleaning 70011 clauses out of 140032 with flag 2546001/2546001
792.89/790.48	c cleaning 71000 clauses out of 142020 with flag 2618000/2618000
822.22/819.80	c cleaning 71993 clauses out of 144021 with flag 2691001/2691001
857.34/854.87	c cleaning 73003 clauses out of 146030 with flag 2765003/2765003
890.68/888.10	c cleaning 73999 clauses out of 148025 with flag 2840001/2840001
925.54/922.98	c cleaning 75004 clauses out of 150025 with flag 2916000/2916000
960.24/957.64	c cleaning 76001 clauses out of 152023 with flag 2993002/2993002
991.18/988.50	c cleaning 76997 clauses out of 154020 with flag 3071000/3071000
1027.00/1024.35	c cleaning 78003 clauses out of 156023 with flag 3150000/3150000
1060.55/1057.83	c cleaning 78992 clauses out of 158020 with flag 3230000/3230000
1095.77/1093.08	c cleaning 80005 clauses out of 160032 with flag 3311004/3311004
1135.83/1133.07	c cleaning 80999 clauses out of 162025 with flag 3393002/3393002
1174.79/1171.93	c cleaning 82001 clauses out of 164026 with flag 3476002/3476002
1218.34/1215.41	c cleaning 82991 clauses out of 166026 with flag 3560003/3560003
1260.98/1258.09	c cleaning 84002 clauses out of 168032 with flag 3645000/3645000
1303.95/1300.91	c cleaning 85004 clauses out of 170030 with flag 3731000/3731000
1349.48/1346.43	c cleaning 85999 clauses out of 172026 with flag 3818000/3818000
1395.81/1392.79	c cleaning 87011 clauses out of 174029 with flag 3906002/3906002
1439.17/1436.01	c cleaning 87989 clauses out of 176016 with flag 3995000/3995000
1488.72/1485.50	c cleaning 88990 clauses out of 178027 with flag 4085000/4085000
1538.97/1535.70	c cleaning 90000 clauses out of 180037 with flag 4176000/4176000
1589.13/1585.80	c cleaning 91008 clauses out of 182037 with flag 4268000/4268000
1641.66/1638.36	c cleaning 91988 clauses out of 184029 with flag 4361000/4361000
1694.49/1691.15	c cleaning 93000 clauses out of 186041 with flag 4455000/4455000
1737.22/1733.85	c cleaning 94013 clauses out of 188042 with flag 4550001/4550001
1787.14/1783.74	c cleaning 95003 clauses out of 190029 with flag 4646001/4646001
1800.09/1796.61	c starts		: 270
1800.09/1796.61	c conflicts		: 4679322
1800.09/1796.61	c decisions		: 6469085
1800.09/1796.61	c propagations		: 1757873686
1800.09/1796.61	c inspects		: 16746163972
1800.09/1796.61	c shortcuts		: 0
1800.09/1796.61	c learnt literals	: 0
1800.09/1796.61	c learnt binary clauses	: 0
1800.09/1796.61	c learnt ternary clauses	: 81
1800.09/1796.61	c learnt constraints	: 4679322
1800.09/1796.61	c ignored constraints	: 0
1800.09/1796.61	c root simplifications	: 0
1800.09/1796.61	c removed literals (reason simplification)	: 0
1800.09/1796.61	c reason swapping (by a shorter reason)	: 0
1800.09/1796.61	c Calls to reduceDB	: 92
1800.09/1796.61	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.61	c number of learned constraints concerned by reduction	: 0
1800.09/1796.61	c number of learning phase by resolution	: 0
1800.09/1796.61	c number of learning phase by cutting planes	: 0
1800.09/1796.61	c speed (assignments/second)	: 978666.4205906604
1800.09/1796.61	c non guided choices	0
1800.09/1796.64	c learnt constraints type 
1800.09/1796.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128384
1800.09/1796.64	c constraints type 
1800.09/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8500
1800.09/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2000
1800.09/1796.64	c 10500 constraints processed.
1800.09/1796.64	s UNKNOWN
1800.09/1796.64	c Total wall clock time (in seconds): 1796.531

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-3689507-1337891470/watcher-3689507-1337891470 -o /tmp/evaluation-result-3689507-1337891470/solver-3689507-1337891470 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689507-1337891470.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: 1.92 1.98 2.08 3/196 31899
/proc/meminfo: memFree=28995836/32873844 swapFree=7364/7364
[pid=31899] ppid=31897 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/31899/stat : 31899 (java) R 31897 31899 26250 0 -1 4202496 1131 0 0 0 0 0 0 0 20 0 1 0 255271835 23793664 860 33554432000 1073741824 1073778376 140735208312256 140735208301320 139891851687431 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31899/statm: 5793 858 646 9 0 128 0

[startup+0.0637889 s]
/proc/loadavg: 1.92 1.98 2.08 3/196 31899
/proc/meminfo: memFree=28995836/32873844 swapFree=7364/7364
[pid=31899] ppid=31897 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/31899/stat : 31899 (java) S 31897 31899 26250 0 -1 4202496 3258 0 1 0 4 1 0 0 20 0 18 0 255271835 9787813888 3957 33554432000 1073741824 1073778376 140735208312256 140735208303392 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31899/statm: 2389603 3957 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100311 s]
/proc/loadavg: 1.92 1.98 2.08 3/196 31899
/proc/meminfo: memFree=28995836/32873844 swapFree=7364/7364
[pid=31899] ppid=31897 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/31899/stat : 31899 (java) S 31897 31899 26250 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 255271835 9787813888 5087 33554432000 1073741824 1073778376 140735208312256 140735208303392 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31899/statm: 2389603 5090 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300197 s]
/proc/loadavg: 1.92 1.98 2.08 3/196 31899
/proc/meminfo: memFree=28995836/32873844 swapFree=7364/7364
[pid=31899] ppid=31897 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/31899/stat : 31899 (java) S 31897 31899 26250 0 -1 4202496 5722 0 1 0 48 2 0 0 20 0 18 0 255271835 9787813888 8435 33554432000 1073741824 1073778376 140735208312256 140735208303392 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31899/statm: 2389603 8435 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700317 s]
/proc/loadavg: 1.92 1.98 2.08 3/196 31899
/proc/meminfo: memFree=28995836/32873844 swapFree=7364/7364
[pid=31899] ppid=31897 vsize=9624976 CPUtime=1.38 cores=1,3,5,7
/proc/31899/stat : 31899 (java) S 31897 31899 26250 0 -1 4202496 11448 0 1 0 135 3 0 0 20 0 19 0 255271835 9855975424 14246 33554432000 1073741824 1073778376 140735208312256 140735208303392 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31899/statm: 2406244 14246 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9624976

[startup+1.50068 s]
/proc/loadavg: 1.92 1.98 2.08 3/215 31918
/proc/meminfo: memFree=28945372/32873844 swapFree=7364/7364
[pid=31899] ppid=31897 vsize=9624976 CPUtime=2.28 cores=1,3,5,7
/proc/31899/stat : 31899 (java) S 31897 31899 26250 0 -1 4202496 11779 0 1 0 224 4 0 0 20 0 19 0 255271835 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 140735208303392 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31899/statm: 2406244 17388 2281 9 0 2396937 0
[pid=31899/tid=31900] ppid=31897 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/31899/task/31900/stat : 31900 (java) R 31897 31899 26250 0 -1 4202560 2525 0 1 0 143 2 0 0 20 0 19 0 255271835 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891849585016 139891789936833 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31902/stat : 31902 (java) S 31897 31899 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891788315304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31903/stat : 31903 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891787262760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31904/stat : 31904 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891786210216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31905/stat : 31905 (java) S 31897 31899 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891785157672 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31906] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31906/stat : 31906 (java) S 31897 31899 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891784104104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31907/stat : 31907 (java) S 31897 31899 26250 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891687766312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31908/stat : 31908 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891686713768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31909] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31909/stat : 31909 (java) S 31897 31899 26250 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891685661224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31910] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31910/stat : 31910 (java) S 31897 31899 26250 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 255271837 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891673463400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31911] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31911/stat : 31911 (java) S 31897 31899 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891672409720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31912] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31912/stat : 31912 (java) S 31897 31899 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891671357064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31913] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31913/stat : 31913 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891670305808 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31914] ppid=31897 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/31899/task/31914/stat : 31914 (java) S 31897 31899 26250 0 -1 4202560 3345 0 0 0 39 0 0 0 20 0 19 0 255271840 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891669252152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31915] ppid=31897 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/31899/task/31915/stat : 31915 (java) S 31897 31899 26250 0 -1 4202560 4659 0 0 0 36 0 0 0 20 0 19 0 255271840 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891668199608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31916] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31916/stat : 31916 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891667147256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31917] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31917/stat : 31917 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891666094920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31918] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31918/stat : 31918 (java) S 31897 31899 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255271877 9855975424 17388 33554432000 1073741824 1073778376 140735208312256 139891665040680 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 1.93 1.98 2.08 3/215 31918
/proc/meminfo: memFree=28932852/32873844 swapFree=7364/7364
[pid=31899] ppid=31897 vsize=9624976 CPUtime=3.94 cores=1,3,5,7
/proc/31899/stat : 31899 (java) S 31897 31899 26250 0 -1 4202496 11799 0 1 0 390 4 0 0 20 0 19 0 255271835 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 140735208303392 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31899/statm: 2406244 17914 2281 9 0 2396937 0
[pid=31899/tid=31900] ppid=31897 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/31899/task/31900/stat : 31900 (java) R 31897 31899 26250 0 -1 4202560 2526 0 1 0 300 2 0 0 20 0 19 0 255271835 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891849585048 139891789936838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31902/stat : 31902 (java) S 31897 31899 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891788315304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31903/stat : 31903 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891787262760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31904/stat : 31904 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891786210216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31905/stat : 31905 (java) S 31897 31899 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891785157672 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31906] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31906/stat : 31906 (java) S 31897 31899 26250 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891784104104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31907/stat : 31907 (java) S 31897 31899 26250 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891687766312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31908/stat : 31908 (java) S 31897 31899 26250 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891686713768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31909] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31909/stat : 31909 (java) S 31897 31899 26250 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891685661224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31910] ppid=31897 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/31899/task/31910/stat : 31910 (java) S 31897 31899 26250 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 255271837 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891673463400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31911] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31911/stat : 31911 (java) S 31897 31899 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891672409720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31912] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31912/stat : 31912 (java) S 31897 31899 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891671357064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31913] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31913/stat : 31913 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891670305808 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31914] ppid=31897 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/31899/task/31914/stat : 31914 (java) S 31897 31899 26250 0 -1 4202560 3347 0 0 0 40 0 0 0 20 0 19 0 255271840 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891669252152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31915] ppid=31897 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/31899/task/31915/stat : 31915 (java) S 31897 31899 26250 0 -1 4202560 4664 0 0 0 38 0 0 0 20 0 19 0 255271840 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891668199608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31916] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31916/stat : 31916 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891667147256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31917] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31917/stat : 31917 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891666094920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31918] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31918/stat : 31918 (java) S 31897 31899 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255271877 9855975424 17914 33554432000 1073741824 1073778376 140735208312256 139891665040680 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 1.93 1.98 2.08 3/215 31918
/proc/meminfo: memFree=28930368/32873844 swapFree=7364/7364
[pid=31899] ppid=31897 vsize=9624976 CPUtime=7.21 cores=1,3,5,7
/proc/31899/stat : 31899 (java) S 31897 31899 26250 0 -1 4202496 12237 0 1 0 716 5 0 0 20 0 19 0 255271835 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 140735208303392 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31899/statm: 2406244 18254 2282 9 0 2396937 0
[pid=31899/tid=31900] ppid=31897 vsize=9624976 CPUtime=6.17 cores=1,3,5,7
/proc/31899/task/31900/stat : 31900 (java) R 31897 31899 26250 0 -1 4202560 2528 0 1 0 615 2 0 0 20 0 19 0 255271835 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891849584928 139891789928876 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31902/stat : 31902 (java) S 31897 31899 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891788315304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31903/stat : 31903 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891787262760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31904/stat : 31904 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891786210216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31905/stat : 31905 (java) S 31897 31899 26250 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891785157672 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31906] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31906/stat : 31906 (java) S 31897 31899 26250 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891784104104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31907/stat : 31907 (java) S 31897 31899 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891687766312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31908/stat : 31908 (java) S 31897 31899 26250 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891686713768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31909] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31909/stat : 31909 (java) S 31897 31899 26250 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255271836 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891685661224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31910] ppid=31897 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/31899/task/31910/stat : 31910 (java) S 31897 31899 26250 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 19 0 255271837 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891673463400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31911] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31911/stat : 31911 (java) S 31897 31899 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891672409720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31912] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31912/stat : 31912 (java) S 31897 31899 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891671357064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31913] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31913/stat : 31913 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891670305808 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31914] ppid=31897 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/31899/task/31914/stat : 31914 (java) S 31897 31899 26250 0 -1 4202560 3348 0 0 0 41 0 0 0 20 0 19 0 255271840 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891669252152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31915] ppid=31897 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/31899/task/31915/stat : 31915 (java) S 31897 31899 26250 0 -1 4202560 5092 0 0 0 43 0 0 0 20 0 19 0 255271840 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891668199608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31916] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31916/stat : 31916 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891667147256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31917] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31917/stat : 31917 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891666094920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31918] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31918/stat : 31918 (java) S 31897 31899 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255271877 9855975424 18254 33554432000 1073741824 1073778376 140735208312256 139891665040680 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=31899/tid=31907] ppid=31897 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/31899/task/31907/stat : 31907 (java) S 31897 31899 26250 0 -1 4202560 133 0 0 0 37 0 0 0 20 0 19 0 255271836 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891687766312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/31899/task/31908/stat : 31908 (java) S 31897 31899 26250 0 -1 4202560 88 0 0 0 41 2 0 0 20 0 19 0 255271836 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891686713768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31909] ppid=31897 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/31899/task/31909/stat : 31909 (java) S 31897 31899 26250 0 -1 4202560 66 0 0 0 43 2 0 0 20 0 19 0 255271836 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891685661224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31910] ppid=31897 vsize=9624976 CPUtime=3.54 cores=1,3,5,7
/proc/31899/task/31910/stat : 31910 (java) S 31897 31899 26250 0 -1 4202560 128 0 0 0 351 3 0 0 20 0 19 0 255271837 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891673463400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31911] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31911/stat : 31911 (java) S 31897 31899 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891672409720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31912] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31912/stat : 31912 (java) S 31897 31899 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891671357064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31913] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31913/stat : 31913 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891670305808 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31914] ppid=31897 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/31899/task/31914/stat : 31914 (java) S 31897 31899 26250 0 -1 4202560 3348 0 0 0 41 0 0 0 20 0 19 0 255271840 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891669252152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31915] ppid=31897 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/31899/task/31915/stat : 31915 (java) S 31897 31899 26250 0 -1 4202560 5094 0 0 0 45 0 0 0 20 0 19 0 255271840 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891668199608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31916] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31916/stat : 31916 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891667147256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31917] ppid=31897 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/31899/task/31917/stat : 31917 (java) S 31897 31899 26250 0 -1 4202560 97 0 0 0 57 30 0 0 20 0 19 0 255271840 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891666094920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31918] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31918/stat : 31918 (java) S 31897 31899 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255271877 9855975424 40565 33554432000 1073741824 1073778376 140735208312256 139891665040680 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1665.68
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/215 31990
/proc/meminfo: memFree=28798464/32873844 swapFree=7364/7364
[pid=31899] ppid=31897 vsize=9624976 CPUtime=1725.72 cores=1,3,5,7
/proc/31899/stat : 31899 (java) S 31897 31899 26250 0 -1 4202496 13477 0 1 0 172536 36 0 0 20 0 19 0 255271835 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 140735208303392 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31899/statm: 2406244 40573 2283 9 0 2396937 0
[pid=31899/tid=31900] ppid=31897 vsize=9624976 CPUtime=1717.67 cores=1,3,5,7
/proc/31899/task/31900/stat : 31900 (java) R 31897 31899 26250 0 -1 4202560 2624 0 1 0 171737 30 0 0 20 0 19 0 255271835 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891849584928 139891789814823 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/31899/task/31902/stat : 31902 (java) S 31897 31899 26250 0 -1 4202560 135 0 0 0 41 2 0 0 20 0 19 0 255271836 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891788315304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/31899/task/31903/stat : 31903 (java) S 31897 31899 26250 0 -1 4202560 72 0 0 0 32 1 0 0 20 0 19 0 255271836 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891787262760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/31899/task/31904/stat : 31904 (java) S 31897 31899 26250 0 -1 4202560 186 0 0 0 43 2 0 0 20 0 19 0 255271836 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891786210216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/31899/task/31905/stat : 31905 (java) S 31897 31899 26250 0 -1 4202560 192 0 0 0 37 2 0 0 20 0 19 0 255271836 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891785157672 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31906] ppid=31897 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/31899/task/31906/stat : 31906 (java) S 31897 31899 26250 0 -1 4202560 120 0 0 0 43 2 0 0 20 0 19 0 255271836 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891784104104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/31899/task/31907/stat : 31907 (java) S 31897 31899 26250 0 -1 4202560 137 0 0 0 37 0 0 0 20 0 19 0 255271836 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891687766312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/31899/task/31908/stat : 31908 (java) S 31897 31899 26250 0 -1 4202560 89 0 0 0 42 2 0 0 20 0 19 0 255271836 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891686713768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31909] ppid=31897 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/31899/task/31909/stat : 31909 (java) S 31897 31899 26250 0 -1 4202560 66 0 0 0 43 2 0 0 20 0 19 0 255271836 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891685661224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31910] ppid=31897 vsize=9624976 CPUtime=3.6 cores=1,3,5,7
/proc/31899/task/31910/stat : 31910 (java) S 31897 31899 26250 0 -1 4202560 130 0 0 0 357 3 0 0 20 0 19 0 255271837 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891673463400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31911] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31911/stat : 31911 (java) S 31897 31899 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891672409720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31912] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31912/stat : 31912 (java) S 31897 31899 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891671357064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31913] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31913/stat : 31913 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891670305808 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31914] ppid=31897 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/31899/task/31914/stat : 31914 (java) S 31897 31899 26250 0 -1 4202560 3348 0 0 0 41 0 0 0 20 0 19 0 255271840 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891669252152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31915] ppid=31897 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/31899/task/31915/stat : 31915 (java) S 31897 31899 26250 0 -1 4202560 5094 0 0 0 45 0 0 0 20 0 19 0 255271840 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891668199608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31916] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31916/stat : 31916 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891667147256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31917] ppid=31897 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/31899/task/31917/stat : 31917 (java) S 31897 31899 26250 0 -1 4202560 99 0 0 0 58 32 0 0 20 0 19 0 255271840 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891666094920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31918] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31918/stat : 31918 (java) S 31897 31899 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255271877 9855975424 40573 33554432000 1073741824 1073778376 140735208312256 139891665040680 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.72
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 31994
/proc/meminfo: memFree=28797712/32873844 swapFree=7364/7364
[pid=31899] ppid=31897 vsize=9624976 CPUtime=1785.74 cores=1,3,5,7
/proc/31899/stat : 31899 (java) S 31897 31899 26250 0 -1 4202496 13488 0 1 0 178538 36 0 0 20 0 19 0 255271835 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 140735208303392 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31899/statm: 2406244 40577 2283 9 0 2396937 0
[pid=31899/tid=31900] ppid=31897 vsize=9624976 CPUtime=1777.61 cores=1,3,5,7
/proc/31899/task/31900/stat : 31900 (java) R 31897 31899 26250 0 -1 4202560 2625 0 1 0 177730 31 0 0 20 0 19 0 255271835 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891849584928 139891789928850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/31899/task/31902/stat : 31902 (java) S 31897 31899 26250 0 -1 4202560 139 0 0 0 42 2 0 0 20 0 19 0 255271836 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891788315304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/31899/task/31903/stat : 31903 (java) S 31897 31899 26250 0 -1 4202560 72 0 0 0 32 1 0 0 20 0 19 0 255271836 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891787262760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/31899/task/31904/stat : 31904 (java) S 31897 31899 26250 0 -1 4202560 186 0 0 0 44 2 0 0 20 0 19 0 255271836 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891786210216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/31899/task/31905/stat : 31905 (java) S 31897 31899 26250 0 -1 4202560 192 0 0 0 37 2 0 0 20 0 19 0 255271836 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891785157672 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31906] ppid=31897 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/31899/task/31906/stat : 31906 (java) S 31897 31899 26250 0 -1 4202560 120 0 0 0 44 2 0 0 20 0 19 0 255271836 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891784104104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/31899/task/31907/stat : 31907 (java) S 31897 31899 26250 0 -1 4202560 137 0 0 0 37 0 0 0 20 0 19 0 255271836 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891687766312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/31899/task/31908/stat : 31908 (java) S 31897 31899 26250 0 -1 4202560 89 0 0 0 42 2 0 0 20 0 19 0 255271836 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891686713768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31909] ppid=31897 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/31899/task/31909/stat : 31909 (java) S 31897 31899 26250 0 -1 4202560 66 0 0 0 43 2 0 0 20 0 19 0 255271836 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891685661224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31910] ppid=31897 vsize=9624976 CPUtime=3.66 cores=1,3,5,7
/proc/31899/task/31910/stat : 31910 (java) S 31897 31899 26250 0 -1 4202560 132 0 0 0 363 3 0 0 20 0 19 0 255271837 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891673463400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31911] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31911/stat : 31911 (java) S 31897 31899 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891672409720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31912] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31912/stat : 31912 (java) S 31897 31899 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891671357064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31913] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31913/stat : 31913 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891670305808 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31914] ppid=31897 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/31899/task/31914/stat : 31914 (java) S 31897 31899 26250 0 -1 4202560 3348 0 0 0 41 0 0 0 20 0 19 0 255271840 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891669252152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31915] ppid=31897 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/31899/task/31915/stat : 31915 (java) S 31897 31899 26250 0 -1 4202560 5094 0 0 0 45 0 0 0 20 0 19 0 255271840 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891668199608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31916] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31916/stat : 31916 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891667147256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31917] ppid=31897 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/31899/task/31917/stat : 31917 (java) S 31897 31899 26250 0 -1 4202560 103 0 0 0 61 32 0 0 20 0 19 0 255271840 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891666094920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31918] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31918/stat : 31918 (java) S 31897 31899 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255271877 9855975424 40577 33554432000 1073741824 1073778376 140735208312256 139891665040680 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.74
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 32017
/proc/meminfo: memFree=28793272/32873844 swapFree=7364/7364
[pid=31899] ppid=31897 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/31899/stat : 31899 (java) S 31897 31899 26250 0 -1 4202496 13495 0 1 0 179972 37 0 0 20 0 19 0 255271835 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 140735208303392 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31899/statm: 2406244 41092 2283 9 0 2396937 0
[pid=31899/tid=31900] ppid=31897 vsize=9624976 CPUtime=1791.82 cores=1,3,5,7
/proc/31899/task/31900/stat : 31900 (java) R 31897 31899 26250 0 -1 4202560 2627 0 1 0 179151 31 0 0 20 0 19 0 255271835 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891849584928 139891789936833 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/31899/task/31902/stat : 31902 (java) S 31897 31899 26250 0 -1 4202560 139 0 0 0 43 2 0 0 20 0 19 0 255271836 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891788315304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/31899/task/31903/stat : 31903 (java) S 31897 31899 26250 0 -1 4202560 72 0 0 0 32 1 0 0 20 0 19 0 255271836 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891787262760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/31899/task/31904/stat : 31904 (java) S 31897 31899 26250 0 -1 4202560 186 0 0 0 44 2 0 0 20 0 19 0 255271836 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891786210216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/31899/task/31905/stat : 31905 (java) S 31897 31899 26250 0 -1 4202560 192 0 0 0 38 2 0 0 20 0 19 0 255271836 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891785157672 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31906] ppid=31897 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/31899/task/31906/stat : 31906 (java) S 31897 31899 26250 0 -1 4202560 120 0 0 0 44 2 0 0 20 0 19 0 255271836 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891784104104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/31899/task/31907/stat : 31907 (java) S 31897 31899 26250 0 -1 4202560 138 0 0 0 38 0 0 0 20 0 19 0 255271836 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891687766312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/31899/task/31908/stat : 31908 (java) S 31897 31899 26250 0 -1 4202560 89 0 0 0 42 2 0 0 20 0 19 0 255271836 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891686713768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31899/tid=31909] ppid=31897 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/31899/task/31909/stat : 31909 (java) S 31897 31899 26250 0 -1 4202560 68 0 0 0 44 2 0 0 20 0 19 0 255271836 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891685661224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31910] ppid=31897 vsize=9624976 CPUtime=3.74 cores=1,3,5,7
/proc/31899/task/31910/stat : 31910 (java) S 31897 31899 26250 0 -1 4202560 134 0 0 0 371 3 0 0 20 0 19 0 255271837 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891673463400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31911] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31911/stat : 31911 (java) S 31897 31899 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891672409720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31912] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31912/stat : 31912 (java) S 31897 31899 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255271838 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891671357064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31913] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31913/stat : 31913 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891670305808 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31914] ppid=31897 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/31899/task/31914/stat : 31914 (java) S 31897 31899 26250 0 -1 4202560 3348 0 0 0 41 0 0 0 20 0 19 0 255271840 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891669252152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31915] ppid=31897 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/31899/task/31915/stat : 31915 (java) S 31897 31899 26250 0 -1 4202560 5094 0 0 0 45 0 0 0 20 0 19 0 255271840 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891668199608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31899/tid=31916] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31916/stat : 31916 (java) S 31897 31899 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255271840 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891667147256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31899/tid=31917] ppid=31897 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/31899/task/31917/stat : 31917 (java) S 31897 31899 26250 0 -1 4202560 103 0 0 0 62 33 0 0 20 0 19 0 255271840 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891666094920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31899/tid=31918] ppid=31897 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31899/task/31918/stat : 31918 (java) S 31897 31899 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255271877 9855975424 41092 33554432000 1073741824 1073778376 140735208312256 139891665040680 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1796.65
CPU time (s): 1801.1
CPU user time (s): 1800.16
CPU system time (s): 0.940856
CPU usage (%): 100.248
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.16
system time used= 0.940856
maximum resident set size= 164496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13528
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40392
involuntary context switches= 12885

runsolver used 6.32004 second user time and 16.4055 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 22:31:10
IDJOB=3689507
IDBENCH=89869
IDSOLVER=2269
FILE ID=node133/3689507-1337891470
RUNJOBID= node133-1337889665-30877
PBS_JOBID= 14620071
Free space on /tmp= 71620 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-f2000.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689507-1337891470/watcher-3689507-1337891470 -o /tmp/evaluation-result-3689507-1337891470/solver-3689507-1337891470 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689507-1337891470.opb

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=866836249

node133.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.540
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.08
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.540
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.92
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.540
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.92
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.540
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.540
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		: 2666.540
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.90
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.540
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.540
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:        28996248 kB
Buffers:          229900 kB
Cached:          2539684 kB
SwapCached:            0 kB
Active:           764068 kB
Inactive:        2342244 kB
Active(anon):     338996 kB
Inactive(anon):        0 kB
Active(file):     425072 kB
Inactive(file):  2342244 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               696 kB
Writeback:             0 kB
AnonPages:        372488 kB
Mapped:            22668 kB
Shmem:               212 kB
Slab:             632400 kB
SReclaimable:      74176 kB
SUnreclaim:       558224 kB
KernelStack:        1776 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     826444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 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= 71624 MiB
End job on node133 at 2012-05-24 23:01:09