Trace number 3709875

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.04 1794.65

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
MD5SUMd370b072a7e1b298fd6270f5934fda51
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.001999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints25
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3709875-1338151697.opb
0.08/0.13	c reading problem ... 
0.08/0.15	c ... done. Wall clock time 0.019s.
0.08/0.15	c declared #vars     150
0.08/0.15	c #constraints  25
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
0.08/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.08/0.15	c 25 constraints processed.
0.88/0.61	c cleaning 2501 clauses out of 5002 with flag 5002/5002
1.34/1.09	c cleaning 4246 clauses out of 8500 with flag 11001/11001
1.98/1.68	c cleaning 5620 clauses out of 11255 with flag 18002/18002
2.79/2.49	c cleaning 6819 clauses out of 13639 with flag 26006/26006
3.93/3.53	c cleaning 7908 clauses out of 15817 with flag 35003/35003
4.94/4.59	c cleaning 8951 clauses out of 17908 with flag 45002/45002
6.25/5.82	c cleaning 9968 clauses out of 19955 with flag 56000/56000
7.75/7.31	c cleaning 10986 clauses out of 21987 with flag 68000/68000
9.45/9.07	c cleaning 11998 clauses out of 24001 with flag 81000/81000
11.07/10.68	c cleaning 12992 clauses out of 26003 with flag 95000/95000
13.19/12.70	c cleaning 14001 clauses out of 28011 with flag 110000/110000
15.41/14.94	c cleaning 15001 clauses out of 30010 with flag 126000/126000
18.04/17.59	c cleaning 16001 clauses out of 32009 with flag 143000/143000
21.48/20.91	c cleaning 17000 clauses out of 34010 with flag 161002/161002
25.08/24.51	c cleaning 18004 clauses out of 36009 with flag 180001/180001
28.50/27.92	c cleaning 18997 clauses out of 38004 with flag 200000/200000
32.43/31.84	c cleaning 20004 clauses out of 40010 with flag 221003/221003
36.63/36.01	c cleaning 21002 clauses out of 42003 with flag 243000/243000
41.86/41.25	c cleaning 21986 clauses out of 44001 with flag 266000/266000
47.07/46.49	c cleaning 23005 clauses out of 46016 with flag 290001/290001
52.80/52.10	c cleaning 24000 clauses out of 48011 with flag 315001/315001
59.83/59.10	c cleaning 24997 clauses out of 50010 with flag 341000/341000
66.57/65.83	c cleaning 26000 clauses out of 52013 with flag 368000/368000
74.29/73.53	c cleaning 27006 clauses out of 54013 with flag 396000/396000
82.52/81.71	c cleaning 28003 clauses out of 56010 with flag 425003/425003
91.23/89.91	c cleaning 28984 clauses out of 58004 with flag 455000/455000
99.65/98.33	c cleaning 29992 clauses out of 60020 with flag 486000/486000
108.99/107.65	c cleaning 31003 clauses out of 62028 with flag 518000/518000
118.31/116.96	c cleaning 32006 clauses out of 64025 with flag 551000/551000
129.74/128.31	c cleaning 33008 clauses out of 66022 with flag 585003/585003
140.02/138.30	c cleaning 33999 clauses out of 68014 with flag 620003/620003
150.67/148.48	c cleaning 35001 clauses out of 70013 with flag 656001/656001
162.51/160.28	c cleaning 35995 clauses out of 72011 with flag 693000/693000
175.36/173.03	c cleaning 36994 clauses out of 74016 with flag 731000/731000
192.11/189.79	c cleaning 38003 clauses out of 76023 with flag 770001/770001
208.65/206.28	c cleaning 39006 clauses out of 78021 with flag 810002/810002
225.69/223.22	c cleaning 40000 clauses out of 80013 with flag 851000/851000
241.84/239.39	c cleaning 41005 clauses out of 82014 with flag 893001/893001
259.10/256.50	c cleaning 41999 clauses out of 84009 with flag 936001/936001
274.24/271.65	c cleaning 42999 clauses out of 86009 with flag 980000/980000
293.10/290.41	c cleaning 43999 clauses out of 88010 with flag 1025000/1025000
313.65/310.97	c cleaning 45004 clauses out of 90012 with flag 1071001/1071001
334.67/331.97	c cleaning 45999 clauses out of 92007 with flag 1118000/1118000
354.42/351.63	c cleaning 47001 clauses out of 94008 with flag 1166000/1166000
377.07/374.29	c cleaning 47997 clauses out of 96008 with flag 1215001/1215001
398.63/395.72	c cleaning 49001 clauses out of 98012 with flag 1265002/1265002
420.15/417.29	c cleaning 50001 clauses out of 100011 with flag 1316002/1316002
443.91/440.99	c cleaning 51001 clauses out of 102008 with flag 1368000/1368000
468.28/465.29	c cleaning 52002 clauses out of 104007 with flag 1421000/1421000
493.34/490.20	c cleaning 53000 clauses out of 106007 with flag 1475002/1475002
521.89/518.71	c cleaning 53999 clauses out of 108005 with flag 1530000/1530000
552.86/549.64	c cleaning 54997 clauses out of 110008 with flag 1586002/1586002
575.95/572.68	c cleaning 56001 clauses out of 112010 with flag 1643001/1643001
601.56/598.28	c cleaning 56996 clauses out of 114011 with flag 1701003/1701003
644.06/640.63	c cleaning 52967 clauses out of 105964 with flag 1760000/1760000
682.72/679.29	c cleaning 56497 clauses out of 113000 with flag 1820003/1820003
721.81/718.21	c cleaning 58741 clauses out of 117501 with flag 1881001/1881001
758.46/754.82	c cleaning 60370 clauses out of 120759 with flag 1943000/1943000
794.73/791.05	c cleaning 39994 clauses out of 79996 with flag 2006001/2006001
828.78/825.01	c cleaning 51999 clauses out of 104004 with flag 2070003/2070003
864.56/860.77	c cleaning 58499 clauses out of 117003 with flag 2135001/2135001
898.43/894.56	c cleaning 62247 clauses out of 124505 with flag 2201002/2201002
930.58/926.61	c cleaning 64623 clauses out of 129256 with flag 2268000/2268000
966.96/962.95	c cleaning 66310 clauses out of 132633 with flag 2336000/2336000
1008.59/1004.54	c cleaning 67658 clauses out of 135326 with flag 2405003/2405003
1045.17/1041.09	c cleaning 68833 clauses out of 137667 with flag 2475002/2475002
1078.76/1074.55	c cleaning 69907 clauses out of 139832 with flag 2546000/2546000
1117.65/1113.30	c cleaning 70965 clauses out of 141931 with flag 2618006/2618006
1167.15/1162.76	c cleaning 60359 clauses out of 120729 with flag 2691000/2691000
1212.64/1208.19	c cleaning 67180 clauses out of 134371 with flag 2765001/2765001
1256.05/1251.46	c cleaning 71096 clauses out of 142191 with flag 2840001/2840001
1307.47/1302.79	c cleaning 62574 clauses out of 125160 with flag 2916001/2916001
1363.32/1358.52	c cleaning 69788 clauses out of 139586 with flag 2993001/2993001
1420.97/1416.16	c cleaning 73896 clauses out of 147798 with flag 3071001/3071001
1478.86/1473.97	c cleaning 76450 clauses out of 152901 with flag 3150000/3150000
1545.40/1540.38	c cleaning 66206 clauses out of 132420 with flag 3230000/3230000
1608.21/1603.05	c cleaning 73606 clauses out of 147215 with flag 3311001/3311001
1674.48/1669.29	c cleaning 77801 clauses out of 155610 with flag 3393002/3393002
1741.40/1736.05	c cleaning 80400 clauses out of 160809 with flag 3476002/3476002
1800.04/1794.61	c starts		: 245
1800.04/1794.61	c conflicts		: 3552713
1800.04/1794.61	c decisions		: 3873330
1800.04/1794.61	c propagations		: 55350437
1800.04/1794.61	c inspects		: 25587376368
1800.04/1794.61	c shortcuts		: 0
1800.04/1794.61	c learnt literals	: 5
1800.04/1794.61	c learnt binary clauses	: 43
1800.04/1794.61	c learnt ternary clauses	: 27
1800.04/1794.61	c learnt constraints	: 3552708
1800.04/1794.61	c ignored constraints	: 0
1800.04/1794.61	c root simplifications	: 250
1800.04/1794.61	c removed literals (reason simplification)	: 5248232
1800.04/1794.61	c reason swapping (by a shorter reason)	: 0
1800.04/1794.61	c Calls to reduceDB	: 79
1800.04/1794.61	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.61	c number of learned constraints concerned by reduction	: 0
1800.04/1794.61	c number of learning phase by resolution	: 0
1800.04/1794.61	c number of learning phase by cutting planes	: 0
1800.04/1794.61	c speed (assignments/second)	: 30845.247807692136
1800.04/1794.61	c non guided choices	52
1800.04/1794.65	c learnt constraints type 
1800.04/1794.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.04/1794.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157103
1800.04/1794.65	c constraints type 
1800.04/1794.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
1800.04/1794.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1800.04/1794.65	c 25 constraints processed.
1800.04/1794.65	s UNKNOWN
1800.04/1794.65	c Total wall clock time (in seconds): 1794.513

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-3709875-1338151697/watcher-3709875-1338151697 -o /tmp/evaluation-result-3709875-1338151697/solver-3709875-1338151697 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709875-1338151697.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 1.99 3/194 17958
/proc/meminfo: memFree=28930860/32873844 swapFree=7116/7116
[pid=17958] ppid=17956 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17958/stat : 17958 (java) D 17956 17958 14200 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 281294801 9515008 176 33554432000 1073741824 1073778376 140733420627024 140733420609752 227141305232 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/17958/statm: 2323 176 133 9 0 71 0

[startup+0.0666149 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17958
/proc/meminfo: memFree=28930860/32873844 swapFree=7116/7116
[pid=17958] ppid=17956 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/17958/stat : 17958 (java) S 17956 17958 14200 0 -1 4202496 3087 0 1 0 3 0 0 0 20 0 13 0 281294801 9446973440 4294 33554432000 1073741824 1073778376 140737317125632 140737317116768 227144663101 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17958/statm: 2306390 4294 1709 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100273 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17958
/proc/meminfo: memFree=28930860/32873844 swapFree=7116/7116
[pid=17958] ppid=17956 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/17958/stat : 17958 (java) S 17956 17958 14200 0 -1 4202496 3709 0 1 0 7 1 0 0 20 0 18 0 281294801 9787842560 4916 33554432000 1073741824 1073778376 140737317125632 140737317116768 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17958/statm: 2389610 4916 1940 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300248 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17958
/proc/meminfo: memFree=28930860/32873844 swapFree=7116/7116
[pid=17958] ppid=17956 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/17958/stat : 17958 (java) S 17956 17958 14200 0 -1 4202496 7052 0 1 0 53 1 0 0 20 0 19 0 281294801 9856004096 8279 33554432000 1073741824 1073778376 140737317125632 140737317116768 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17958/statm: 2406251 8279 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625004

[startup+0.700249 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17958
/proc/meminfo: memFree=28930860/32873844 swapFree=7116/7116
[pid=17958] ppid=17956 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/17958/stat : 17958 (java) S 17956 17958 14200 0 -1 4202496 7155 0 1 0 101 2 0 0 20 0 19 0 281294801 9856004096 11404 33554432000 1073741824 1073778376 140737317125632 140737317116768 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17958/statm: 2406251 11404 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625004

[startup+1.50062 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 17977
/proc/meminfo: memFree=28887868/32873844 swapFree=7116/7116
[pid=17958] ppid=17956 vsize=9625004 CPUtime=1.88 cores=1,3,5,7
/proc/17958/stat : 17958 (java) S 17956 17958 14200 0 -1 4202496 7186 0 1 0 186 2 0 0 20 0 19 0 281294801 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140737317116768 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17958/statm: 2406251 12453 2265 9 0 2396937 0
[pid=17958/tid=17960] ppid=17956 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 14200 0 -1 4202560 2524 0 1 0 142 1 0 0 20 0 19 0 281294802 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317333021192 140317202754591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 14200 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317322082600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 14200 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317321029800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317174741544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317173688744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317172636456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317171583656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317170531368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317169478568 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 14200 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 281294805 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317157279976 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317156226040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17971] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17971/stat : 17971 (java) S 17956 17958 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317155173640 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17972] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17972/stat : 17972 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317154122128 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17973] ppid=17956 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/17958/task/17973/stat : 17973 (java) S 17956 17958 14200 0 -1 4202560 1253 0 0 0 19 0 0 0 20 0 19 0 281294808 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317153069752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17974] ppid=17956 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/17958/task/17974/stat : 17974 (java) S 17956 17958 14200 0 -1 4202560 2144 0 0 0 18 0 0 0 20 0 19 0 281294808 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317152016952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17975] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17975/stat : 17975 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317150964856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17976] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17976/stat : 17976 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317149912264 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17977] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17977/stat : 17977 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294817 9856004096 12453 33554432000 1073741824 1073778376 140737317125632 140317148857256 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625004

[startup+3.10063 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 17977
/proc/meminfo: memFree=28881228/32873844 swapFree=7116/7116
[pid=17958] ppid=17956 vsize=9625004 CPUtime=3.53 cores=1,3,5,7
/proc/17958/stat : 17958 (java) S 17956 17958 14200 0 -1 4202496 7209 0 1 0 351 2 0 0 20 0 19 0 281294801 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140737317116768 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17958/statm: 2406251 13495 2275 9 0 2396937 0
[pid=17958/tid=17960] ppid=17956 vsize=9625004 CPUtime=2.99 cores=1,3,5,7
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 14200 0 -1 4202560 2524 0 1 0 298 1 0 0 20 0 19 0 281294802 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317333021192 140317202730056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 14200 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317322082600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 14200 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317321029800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317174741544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 14200 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317173688744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317172636456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 14200 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317171583656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317170531368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317169478568 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 14200 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 281294805 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317157279976 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317156226040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17971] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17971/stat : 17971 (java) S 17956 17958 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317155173640 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17972] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17972/stat : 17972 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317154122128 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17973] ppid=17956 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/17958/task/17973/stat : 17973 (java) S 17956 17958 14200 0 -1 4202560 1253 0 0 0 19 0 0 0 20 0 19 0 281294808 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317153069752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17974] ppid=17956 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/17958/task/17974/stat : 17974 (java) S 17956 17958 14200 0 -1 4202560 2156 0 0 0 22 0 0 0 20 0 19 0 281294808 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317152016952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17975] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17975/stat : 17975 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317150964856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17976] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17976/stat : 17976 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317149912264 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17977] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17977/stat : 17977 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294817 9856004096 13495 33554432000 1073741824 1073778376 140737317125632 140317148857256 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 17977
/proc/meminfo: memFree=28872788/32873844 swapFree=7116/7116
[pid=17958] ppid=17956 vsize=9625004 CPUtime=6.75 cores=1,3,5,7
/proc/17958/stat : 17958 (java) S 17956 17958 14200 0 -1 4202496 7228 0 1 0 672 3 0 0 20 0 19 0 281294801 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140737317116768 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17958/statm: 2406251 14455 2275 9 0 2396937 0
[pid=17958/tid=17960] ppid=17956 vsize=9625004 CPUtime=6.12 cores=1,3,5,7
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 14200 0 -1 4202560 2528 0 1 0 611 1 0 0 20 0 19 0 281294802 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317333021096 140317202804378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 14200 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317322082600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 14200 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317321029800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317174741544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 14200 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317173688744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317172636456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 14200 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317171583656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317170531368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294803 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317169478568 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 14200 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 19 0 281294805 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317157279976 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317156226040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17971] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17971/stat : 17971 (java) S 17956 17958 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317155173640 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17972] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17972/stat : 17972 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317154122128 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17973] ppid=17956 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/17958/task/17973/stat : 17973 (java) S 17956 17958 14200 0 -1 4202560 1253 0 0 0 19 0 0 0 20 0 19 0 281294808 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317153069752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17974] ppid=17956 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/17958/task/17974/stat : 17974 (java) S 17956 17958 14200 0 -1 4202560 2156 0 0 0 22 0 0 0 20 0 19 0 281294808 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317152016952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17975] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17975/stat : 17975 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317150964856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17976] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17976/stat : 17976 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317149912264 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17977] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17977/stat : 17977 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294817 9856004096 14455 33554432000 1073741824 1073778376 140737317125632 140317148857256 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=17958/tid=17973] ppid=17956 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/17958/task/17973/stat : 17973 (java) S 17956 17958 14200 0 -1 4202560 1255 0 0 0 22 0 0 0 20 0 19 0 281294808 9856004096 42649 33554432000 1073741824 1073778376 140737317125632 140317153069752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17974] ppid=17956 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/17958/task/17974/stat : 17974 (java) S 17956 17958 14200 0 -1 4202560 14830 0 0 0 145 3 0 0 20 0 19 0 281294808 9856004096 42649 33554432000 1073741824 1073778376 140737317125632 140317152016952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17975] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17975/stat : 17975 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 42649 33554432000 1073741824 1073778376 140737317125632 140317150964856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17976] ppid=17956 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/17958/task/17976/stat : 17976 (java) S 17956 17958 14200 0 -1 4202560 97 0 0 0 48 39 0 0 20 0 19 0 281294808 9856004096 42649 33554432000 1073741824 1073778376 140737317125632 140317149912264 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17977] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17977/stat : 17977 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294817 9856004096 42649 33554432000 1073741824 1073778376 140737317125632 140317148857256 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.57
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 18074
/proc/meminfo: memFree=28282492/32873844 swapFree=7116/7116
[pid=17958] ppid=17956 vsize=9625004 CPUtime=1727.68 cores=1,3,5,7
/proc/17958/stat : 17958 (java) S 17956 17958 14200 0 -1 4202496 21593 0 1 0 172696 72 0 0 20 0 19 0 281294801 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140737317116768 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17958/statm: 2406251 42691 2276 9 0 2396937 0
[pid=17958/tid=17960] ppid=17956 vsize=9625004 CPUtime=1713.8 cores=1,3,5,7
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 14200 0 -1 4202560 2618 0 1 0 171352 28 0 0 20 0 19 0 281294802 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317333020976 140317202748711 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 14200 0 -1 4202560 138 0 0 0 45 2 0 0 20 0 19 0 281294803 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317322082600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 14200 0 -1 4202560 173 0 0 0 45 0 0 0 20 0 19 0 281294803 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317321029800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 14200 0 -1 4202560 181 0 0 0 47 0 0 0 20 0 19 0 281294803 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317174741544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 14200 0 -1 4202560 181 0 0 0 45 0 0 0 20 0 19 0 281294803 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317173688744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 14200 0 -1 4202560 190 0 0 0 48 0 0 0 20 0 19 0 281294803 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317172636456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 14200 0 -1 4202560 205 0 0 0 38 0 0 0 20 0 19 0 281294803 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317171583656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 14200 0 -1 4202560 231 0 0 0 45 1 0 0 20 0 19 0 281294803 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317170531368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 14200 0 -1 4202560 172 0 0 0 47 1 0 0 20 0 19 0 281294803 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317169478568 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=9625004 CPUtime=2.97 cores=1,3,5,7
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 14200 0 -1 4202560 138 0 0 0 292 5 0 0 20 0 19 0 281294805 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317157279976 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317156226040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17971] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17971/stat : 17971 (java) S 17956 17958 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317155173640 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17972] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17972/stat : 17972 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317154122128 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17973] ppid=17956 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/17958/task/17973/stat : 17973 (java) S 17956 17958 14200 0 -1 4202560 1255 0 0 0 22 0 0 0 20 0 19 0 281294808 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317153069752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17974] ppid=17956 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/17958/task/17974/stat : 17974 (java) S 17956 17958 14200 0 -1 4202560 14830 0 0 0 145 3 0 0 20 0 19 0 281294808 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317152016952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17975] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17975/stat : 17975 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317150964856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17976] ppid=17956 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/17958/task/17976/stat : 17976 (java) S 17956 17958 14200 0 -1 4202560 99 0 0 0 50 40 0 0 20 0 19 0 281294808 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317149912264 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17977] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17977/stat : 17977 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294817 9856004096 42691 33554432000 1073741824 1073778376 140737317125632 140317148857256 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.68
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18074
/proc/meminfo: memFree=28277464/32873844 swapFree=7116/7116
[pid=17958] ppid=17956 vsize=9625004 CPUtime=1787.74 cores=1,3,5,7
/proc/17958/stat : 17958 (java) S 17956 17958 14200 0 -1 4202496 21609 0 1 0 178700 74 0 0 20 0 19 0 281294801 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140737317116768 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17958/statm: 2406251 43722 2276 9 0 2396937 0
[pid=17958/tid=17960] ppid=17956 vsize=9625004 CPUtime=1773.58 cores=1,3,5,7
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 14200 0 -1 4202560 2619 0 1 0 177330 28 0 0 20 0 19 0 281294802 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317333020976 140317202853047 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 14200 0 -1 4202560 138 0 0 0 45 2 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317322082600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 14200 0 -1 4202560 173 0 0 0 45 0 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317321029800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 14200 0 -1 4202560 181 0 0 0 47 0 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317174741544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 14200 0 -1 4202560 181 0 0 0 46 0 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317173688744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 14200 0 -1 4202560 190 0 0 0 48 0 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317172636456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 14200 0 -1 4202560 212 0 0 0 39 0 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317171583656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 14200 0 -1 4202560 231 0 0 0 45 1 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317170531368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 14200 0 -1 4202560 172 0 0 0 48 1 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317169478568 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 14200 0 -1 4202560 142 0 0 0 298 5 0 0 20 0 19 0 281294805 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317157279976 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317156226040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17971] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17971/stat : 17971 (java) S 17956 17958 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317155173640 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17972] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17972/stat : 17972 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317154122128 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17973] ppid=17956 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/17958/task/17973/stat : 17973 (java) S 17956 17958 14200 0 -1 4202560 1255 0 0 0 22 0 0 0 20 0 19 0 281294808 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317153069752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17974] ppid=17956 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/17958/task/17974/stat : 17974 (java) S 17956 17958 14200 0 -1 4202560 14830 0 0 0 145 3 0 0 20 0 19 0 281294808 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317152016952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17975] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17975/stat : 17975 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317150964856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17976] ppid=17956 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/17958/task/17976/stat : 17976 (java) S 17956 17958 14200 0 -1 4202560 103 0 0 0 52 42 0 0 20 0 19 0 281294808 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317149912264 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17977] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17977/stat : 17977 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294817 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317148857256 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.74
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18074
/proc/meminfo: memFree=28278580/32873844 swapFree=7116/7116
[pid=17958] ppid=17956 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/17958/stat : 17958 (java) S 17956 17958 14200 0 -1 4202496 21609 0 1 0 179930 74 0 0 20 0 19 0 281294801 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140737317116768 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17958/statm: 2406251 43722 2276 9 0 2396937 0
[pid=17958/tid=17960] ppid=17956 vsize=9625004 CPUtime=1785.86 cores=1,3,5,7
/proc/17958/task/17960/stat : 17960 (java) R 17956 17958 14200 0 -1 4202560 2619 0 1 0 178557 29 0 0 20 0 19 0 281294802 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317333020976 140317202748691 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17961] ppid=17956 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17958/task/17961/stat : 17961 (java) S 17956 17958 14200 0 -1 4202560 138 0 0 0 45 2 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317322082600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17962] ppid=17956 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/17958/task/17962/stat : 17962 (java) S 17956 17958 14200 0 -1 4202560 173 0 0 0 45 0 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317321029800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17963] ppid=17956 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17958/task/17963/stat : 17963 (java) S 17956 17958 14200 0 -1 4202560 181 0 0 0 47 0 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317174741544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17964] ppid=17956 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17958/task/17964/stat : 17964 (java) S 17956 17958 14200 0 -1 4202560 181 0 0 0 46 0 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317173688744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17965] ppid=17956 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/17958/task/17965/stat : 17965 (java) S 17956 17958 14200 0 -1 4202560 190 0 0 0 48 0 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317172636456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17966] ppid=17956 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/17958/task/17966/stat : 17966 (java) S 17956 17958 14200 0 -1 4202560 212 0 0 0 39 0 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317171583656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17967] ppid=17956 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17958/task/17967/stat : 17967 (java) S 17956 17958 14200 0 -1 4202560 231 0 0 0 45 1 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317170531368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17968] ppid=17956 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/17958/task/17968/stat : 17968 (java) S 17956 17958 14200 0 -1 4202560 172 0 0 0 48 1 0 0 20 0 19 0 281294803 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317169478568 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17958/tid=17969] ppid=17956 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/17958/task/17969/stat : 17969 (java) S 17956 17958 14200 0 -1 4202560 142 0 0 0 298 5 0 0 20 0 19 0 281294805 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317157279976 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17970] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17970/stat : 17970 (java) S 17956 17958 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317156226040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17971] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17971/stat : 17971 (java) S 17956 17958 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281294805 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317155173640 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17972] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17972/stat : 17972 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317154122128 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17973] ppid=17956 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/17958/task/17973/stat : 17973 (java) S 17956 17958 14200 0 -1 4202560 1255 0 0 0 22 0 0 0 20 0 19 0 281294808 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317153069752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17958/tid=17974] ppid=17956 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/17958/task/17974/stat : 17974 (java) S 17956 17958 14200 0 -1 4202560 14830 0 0 0 145 3 0 0 20 0 19 0 281294808 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317152016952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17975] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17975/stat : 17975 (java) S 17956 17958 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281294808 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317150964856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17958/tid=17976] ppid=17956 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/17958/task/17976/stat : 17976 (java) S 17956 17958 14200 0 -1 4202560 103 0 0 0 52 42 0 0 20 0 19 0 281294808 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317149912264 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17958/tid=17977] ppid=17956 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17958/task/17977/stat : 17977 (java) S 17956 17958 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281294817 9856004096 43722 33554432000 1073741824 1073778376 140737317125632 140317148857256 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 17958 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=589180
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=970852
# CPU time returned by wait4() is 1795.56
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.65
CPU time (s): 1800.04
CPU user time (s): 1799.3
CPU system time (s): 0.74
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 0.970852
maximum resident set size= 179332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21733
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= 40179
involuntary context switches= 9581

runsolver used 5.67014 second user time and 17.2434 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 22:48:17
IDJOB=3709875
IDBENCH=2603
IDSOLVER=2289
FILE ID=node138/3709875-1338151697
RUNJOBID= node138-1338139170-16911
PBS_JOBID= 14624507
Free space on /tmp= 71496 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.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-3709875-1338151697/watcher-3709875-1338151697 -o /tmp/evaluation-result-3709875-1338151697/solver-3709875-1338151697 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709875-1338151697.opb

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

MD5SUM BENCH= d370b072a7e1b298fd6270f5934fda51
RANDOM SEED=1230236880

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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.347
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.347
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.92
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.347
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:        28931504 kB
Buffers:          430920 kB
Cached:          2395104 kB
SwapCached:          212 kB
Active:          1132000 kB
Inactive:        1932124 kB
Active(anon):     229096 kB
Inactive(anon):    11368 kB
Active(file):     902904 kB
Inactive(file):  1920756 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:        250384 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             732492 kB
SReclaimable:     174820 kB
SUnreclaim:       557672 kB
KernelStack:        1600 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     547776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 71496 MiB
End job on node138 at 2012-05-27 23:18:14