Trace number 3710081

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.03 1791.05

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3710081-1338174892.opb
0.07/0.13	c reading problem ... 
1.63/0.73	c ... done. Wall clock time 0.598s.
1.63/0.73	c declared #vars     1000
1.63/0.73	c internal #vars     16722
1.63/0.73	c #constraints  32947
1.63/0.73	c constraints type 
1.63/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15722
1.63/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.63/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.63/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15722
1.63/0.73	c 32947 constraints processed.
5.05/3.25	c cleaning 2497 clauses out of 5000 with flag 5000/5000
7.36/5.41	c cleaning 4252 clauses out of 8504 with flag 11001/11001
9.47/7.55	c cleaning 5628 clauses out of 11255 with flag 18004/18004
11.94/9.99	c cleaning 6812 clauses out of 13623 with flag 26000/26000
15.07/13.07	c cleaning 7903 clauses out of 15823 with flag 35012/35012
18.23/16.14	c cleaning 8952 clauses out of 17911 with flag 45003/45003
21.77/19.65	c cleaning 9971 clauses out of 19956 with flag 56000/56000
24.99/22.89	c cleaning 10971 clauses out of 21985 with flag 68000/68000
29.43/27.22	c cleaning 12006 clauses out of 24024 with flag 81010/81010
33.16/30.92	c cleaning 13001 clauses out of 26008 with flag 95000/95000
37.13/34.89	c cleaning 14003 clauses out of 28009 with flag 110002/110002
43.06/40.72	c cleaning 14988 clauses out of 30004 with flag 126000/126000
49.30/46.99	c cleaning 15999 clauses out of 32016 with flag 143000/143000
55.24/52.83	c cleaning 17003 clauses out of 34019 with flag 161002/161002
62.82/60.36	c cleaning 17999 clauses out of 36014 with flag 180000/180000
69.28/66.70	c cleaning 19001 clauses out of 38018 with flag 200003/200003
77.33/74.74	c cleaning 19992 clauses out of 40014 with flag 221000/221000
84.75/82.10	c cleaning 20985 clauses out of 42022 with flag 243000/243000
92.69/90.09	c cleaning 22009 clauses out of 44039 with flag 266002/266002
101.13/98.43	c cleaning 23009 clauses out of 46028 with flag 290000/290000
109.37/106.67	c cleaning 24005 clauses out of 48019 with flag 315000/315000
119.20/116.47	c cleaning 24998 clauses out of 50014 with flag 341000/341000
129.41/126.52	c cleaning 26006 clauses out of 52038 with flag 368022/368022
153.15/150.23	c cleaning 27003 clauses out of 54010 with flag 396000/396000
163.51/160.57	c cleaning 28003 clauses out of 56024 with flag 425017/425017
176.91/173.86	c cleaning 28977 clauses out of 58004 with flag 455000/455000
187.77/184.64	c cleaning 30015 clauses out of 60034 with flag 486007/486007
211.22/208.05	c cleaning 31017 clauses out of 62041 with flag 518029/518029
223.81/220.45	c cleaning 31993 clauses out of 63998 with flag 551003/551003
235.78/232.35	c cleaning 32995 clauses out of 66002 with flag 585000/585000
248.76/245.26	c cleaning 33995 clauses out of 68011 with flag 620004/620004
264.90/261.37	c cleaning 34990 clauses out of 70012 with flag 656000/656000
306.36/302.72	c cleaning 36010 clauses out of 72023 with flag 693001/693001
323.45/319.72	c cleaning 37005 clauses out of 74014 with flag 731002/731002
344.91/341.15	c cleaning 37999 clauses out of 76008 with flag 770001/770001
359.28/355.40	c cleaning 39001 clauses out of 78013 with flag 810005/810005
374.47/370.51	c cleaning 40000 clauses out of 80018 with flag 851011/851011
405.87/401.88	c cleaning 41004 clauses out of 82007 with flag 893000/893000
421.00/416.80	c cleaning 41997 clauses out of 84019 with flag 936016/936016
444.36/440.19	c cleaning 42992 clauses out of 86006 with flag 980000/980000
466.48/462.18	c cleaning 44001 clauses out of 88019 with flag 1025005/1025005
480.48/476.08	c cleaning 45003 clauses out of 90020 with flag 1071007/1071007
492.94/488.48	c cleaning 45999 clauses out of 92011 with flag 1118001/1118001
506.51/501.92	c cleaning 46997 clauses out of 94013 with flag 1166002/1166002
541.10/536.40	c cleaning 47992 clauses out of 96018 with flag 1215004/1215004
581.61/576.87	c cleaning 49009 clauses out of 98023 with flag 1265001/1265001
596.01/591.11	c cleaning 50005 clauses out of 100015 with flag 1316002/1316002
623.44/618.42	c cleaning 50993 clauses out of 102011 with flag 1368003/1368003
656.42/651.34	c cleaning 52002 clauses out of 104017 with flag 1421002/1421002
679.13/673.97	c cleaning 52997 clauses out of 106013 with flag 1475000/1475000
706.30/700.92	c cleaning 54002 clauses out of 108018 with flag 1530002/1530002
723.62/718.18	c cleaning 55004 clauses out of 110020 with flag 1586006/1586006
751.79/746.29	c cleaning 56004 clauses out of 112017 with flag 1643007/1643007
804.42/798.70	c cleaning 56985 clauses out of 114011 with flag 1701005/1701005
838.14/832.35	c cleaning 58004 clauses out of 116025 with flag 1760004/1760004
895.87/889.98	c cleaning 59004 clauses out of 118023 with flag 1820006/1820006
953.14/947.10	c cleaning 59997 clauses out of 120021 with flag 1881008/1881008
985.44/979.19	c cleaning 60996 clauses out of 122017 with flag 1943001/1943001
1012.19/1005.71	c cleaning 61994 clauses out of 124020 with flag 2006000/2006000
1040.10/1033.54	c cleaning 63009 clauses out of 126030 with flag 2070004/2070004
1069.12/1062.48	c cleaning 64019 clauses out of 128046 with flag 2135029/2135029
1110.62/1103.85	c cleaning 64999 clauses out of 130007 with flag 2201009/2201009
1154.29/1147.37	c cleaning 65994 clauses out of 131999 with flag 2268000/2268000
1233.76/1226.64	c cleaning 67001 clauses out of 134013 with flag 2336008/2336008
1264.26/1257.04	c cleaning 67993 clauses out of 136005 with flag 2405001/2405001
1291.69/1284.32	c cleaning 69004 clauses out of 138014 with flag 2475003/2475003
1323.78/1316.38	c cleaning 69993 clauses out of 140008 with flag 2546001/2546001
1354.81/1347.14	c cleaning 70996 clauses out of 142014 with flag 2618000/2618000
1384.04/1376.20	c cleaning 72003 clauses out of 144019 with flag 2691001/2691001
1407.87/1399.94	c cleaning 73001 clauses out of 146020 with flag 2765005/2765005
1433.08/1425.02	c cleaning 74000 clauses out of 148015 with flag 2840001/2840001
1458.12/1449.93	c cleaning 74988 clauses out of 150015 with flag 2916001/2916001
1484.38/1476.03	c cleaning 76014 clauses out of 152028 with flag 2993002/2993002
1513.24/1504.70	c cleaning 77004 clauses out of 154013 with flag 3071001/3071001
1564.57/1556.02	c cleaning 78002 clauses out of 156008 with flag 3150000/3150000
1622.81/1614.13	c cleaning 78998 clauses out of 158009 with flag 3230003/3230003
1728.99/1720.18	c cleaning 80003 clauses out of 160009 with flag 3311001/3311001
1800.03/1791.01	c starts		: 250
1800.03/1791.01	c conflicts		: 3369624
1800.03/1791.01	c decisions		: 12973183
1800.03/1791.01	c propagations		: 399872802
1800.03/1791.01	c inspects		: 4816824053
1800.03/1791.01	c shortcuts		: 0
1800.03/1791.01	c learnt literals	: 0
1800.03/1791.01	c learnt binary clauses	: 13
1800.03/1791.01	c learnt ternary clauses	: 57261
1800.03/1791.01	c learnt constraints	: 3369624
1800.03/1791.01	c ignored constraints	: 0
1800.03/1791.01	c root simplifications	: 250
1800.03/1791.01	c removed literals (reason simplification)	: 239343931
1800.03/1791.01	c reason swapping (by a shorter reason)	: 0
1800.03/1791.01	c Calls to reduceDB	: 77
1800.03/1791.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1791.01	c number of learned constraints concerned by reduction	: 0
1800.03/1791.01	c number of learning phase by resolution	: 0
1800.03/1791.01	c number of learning phase by cutting planes	: 0
1800.03/1791.01	c speed (assignments/second)	: 223361.5692565671
1800.03/1791.01	c non guided choices	17112
1800.03/1791.04	c learnt constraints type 
1800.03/1791.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1800.03/1791.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138635
1800.03/1791.04	c constraints type 
1800.03/1791.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15722
1800.03/1791.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.03/1791.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.03/1791.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15722
1800.03/1791.04	c 32947 constraints processed.
1800.03/1791.04	s UNKNOWN
1800.03/1791.04	c Total wall clock time (in seconds): 1790.908

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-3710081-1338174892/watcher-3710081-1338174892 -o /tmp/evaluation-result-3710081-1338174892/solver-3710081-1338174892 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710081-1338174892.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 2.03 2.01 3/194 2313
/proc/meminfo: memFree=30446136/32873844 swapFree=7624/7624
[pid=2313] ppid=2311 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2313/stat : 2313 (java) D 2311 2313 31312 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 283614811 9515008 182 33554432000 1073741824 1073778376 140735157166576 140735157157608 214369648309 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/2313/statm: 2323 182 140 9 0 71 0

[startup+0.035126 s]
/proc/loadavg: 1.92 2.03 2.01 3/194 2313
/proc/meminfo: memFree=30446136/32873844 swapFree=7624/7624
[pid=2313] ppid=2311 vsize=9025868 CPUtime=0.01 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 31312 0 -1 4202496 2842 0 1 0 1 0 0 0 20 0 10 0 283614811 9242488832 3541 33554432000 1073741824 1073778376 140733626699168 140733626690304 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2313/statm: 2256467 3544 1583 9 0 2247168 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9025868

[startup+0.100334 s]
/proc/loadavg: 1.92 2.03 2.01 3/194 2313
/proc/meminfo: memFree=30446136/32873844 swapFree=7624/7624
[pid=2313] ppid=2311 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 31312 0 -1 4202496 3778 0 1 0 7 0 0 0 20 0 18 0 283614811 9787842560 4986 33554432000 1073741824 1073778376 140733626699168 140733626690304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2313/statm: 2389610 4995 2001 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300285 s]
/proc/loadavg: 1.92 2.03 2.01 3/194 2313
/proc/meminfo: memFree=30446136/32873844 swapFree=7624/7624
[pid=2313] ppid=2311 vsize=9558440 CPUtime=0.42 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 31312 0 -1 4202496 5133 0 1 0 41 1 0 0 20 0 18 0 283614811 9787842560 7757 33554432000 1073741824 1073778376 140733626699168 140733626690304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2313/statm: 2389610 7757 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558440

[startup+0.703925 s]
/proc/loadavg: 1.92 2.03 2.01 3/194 2313
/proc/meminfo: memFree=30446136/32873844 swapFree=7624/7624
[pid=2313] ppid=2311 vsize=9558440 CPUtime=1.63 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 31312 0 -1 4202496 18145 0 1 0 156 7 0 0 20 0 18 0 283614811 9787842560 49436 33554432000 1073741824 1073778376 140733626699168 140733626690304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2313/statm: 2389610 49436 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558440

[startup+1.50078 s]
/proc/loadavg: 1.92 2.03 2.01 5/213 2332
/proc/meminfo: memFree=30257256/32873844 swapFree=7624/7624
[pid=2313] ppid=2311 vsize=9625004 CPUtime=3.33 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 31312 0 -1 4202496 19009 0 1 0 326 7 0 0 20 0 19 0 283614811 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140733626690304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2313/statm: 2406251 49318 2278 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 31312 0 -1 4202560 2580 0 1 0 139 3 0 0 20 0 19 0 283614812 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697870238264 140697710504994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697831730088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697830677544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697829624488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 31312 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697828571944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697709570472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697708517928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697707464872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697706412328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 31312 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 283614814 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697694215016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697088812920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697087759752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697086708496 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 31312 0 -1 4202560 4879 0 0 0 90 0 0 0 20 0 19 0 283614818 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697085655352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 31312 0 -1 4202560 10244 0 0 0 81 3 0 0 20 0 19 0 283614818 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697084602808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697083549944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697082497608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2332] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2332/stat : 2332 (java) S 2311 2313 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283614888 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697081443880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 9625004

[startup+3.1008 s]
/proc/loadavg: 1.92 2.03 2.01 3/213 2332
/proc/meminfo: memFree=30256504/32873844 swapFree=7624/7624
[pid=2313] ppid=2311 vsize=9625004 CPUtime=4.95 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 31312 0 -1 4202496 19011 0 1 0 488 7 0 0 20 0 19 0 283614811 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140733626690304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2313/statm: 2406251 49318 2278 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 31312 0 -1 4202560 2582 0 1 0 299 3 0 0 20 0 19 0 283614812 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697870236248 140697710619858 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697831730088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697830677544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697829624488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 31312 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697828571944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697709570472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697708517928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697707464872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697706412328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 31312 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 283614814 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697694215016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697088812920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697087759752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697086708496 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 31312 0 -1 4202560 4879 0 0 0 90 0 0 0 20 0 19 0 283614818 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697085655352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 31312 0 -1 4202560 10244 0 0 0 83 3 0 0 20 0 19 0 283614818 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697084602808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697083549944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697082497608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2332] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2332/stat : 2332 (java) S 2311 2313 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283614888 9856004096 49318 33554432000 1073741824 1073778376 140733626699168 140697081443880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 9625004

[startup+6.30079 s]
/proc/loadavg: 1.93 2.03 2.01 3/213 2332
/proc/meminfo: memFree=30228508/32873844 swapFree=7624/7624
[pid=2313] ppid=2311 vsize=9625004 CPUtime=8.27 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 31312 0 -1 4202496 19109 0 1 0 816 11 0 0 20 0 19 0 283614811 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140733626690304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2313/statm: 2406251 58732 2291 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=6.07 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 31312 0 -1 4202560 2585 0 1 0 604 3 0 0 20 0 19 0 283614812 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697870238000 140697710519445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 31312 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 19 0 283614813 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697831730088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 31312 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 283614813 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697830677544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 31312 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 283614813 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697829624488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 31312 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 283614813 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697828571944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 31312 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 283614813 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697709570472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697708517928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283614813 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697707464872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 31312 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 283614813 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697706412328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 31312 0 -1 4202560 101 0 0 0 10 0 0 0 20 0 19 0 283614814 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697694215016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697088812920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697087759752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697086708496 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 31312 0 -1 4202560 4881 0 0 0 91 0 0 0 20 0 19 0 283614818 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697085655352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 31312 0 -1 4202560 10247 0 0 0 85 3 0 0 20 0 19 0 283614818 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697084602808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697083549944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697082497608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2332] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2332/stat : 2332 (java) S 2311 2313 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283614888 9856004096 58732 33554432000 1073741824 1073778376 140733626699168 140697081443880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 31312 0 -1 4202560 4897 0 0 0 110 0 0 0 20 0 19 0 283614818 9856004096 154269 33554432000 1073741824 1073778376 140733626699168 140697085655352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 31312 0 -1 4202560 10251 0 0 0 87 3 0 0 20 0 19 0 283614818 9856004096 154269 33554432000 1073741824 1073778376 140733626699168 140697084602808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 154269 33554432000 1073741824 1073778376 140733626699168 140697083549944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 31312 0 -1 4202560 95 0 0 0 30 28 0 0 20 0 19 0 283614818 9856004096 154269 33554432000 1073741824 1073778376 140733626699168 140697082497608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2332] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2332/stat : 2332 (java) S 2311 2313 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283614888 9856004096 154269 33554432000 1073741824 1073778376 140733626699168 140697081443880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1671.19
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2405
/proc/meminfo: memFree=30330872/32873844 swapFree=7624/7624
[pid=2313] ppid=2311 vsize=9625004 CPUtime=1731.3 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 31312 0 -1 4202496 20957 0 1 0 173040 90 0 0 20 0 19 0 283614811 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140733626690304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2313/statm: 2406251 154273 2292 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=1708.32 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 31312 0 -1 4202560 2709 0 1 0 170801 31 0 0 20 0 19 0 283614812 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697870238000 140697710250373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=1.11 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 31312 0 -1 4202560 148 0 0 0 103 8 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697831730088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 31312 0 -1 4202560 118 0 0 0 122 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697830677544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 31312 0 -1 4202560 235 0 0 0 110 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697829624488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 31312 0 -1 4202560 209 0 0 0 98 5 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697828571944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 31312 0 -1 4202560 297 0 0 0 118 5 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697709570472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 31312 0 -1 4202560 201 0 0 0 107 7 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697708517928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 31312 0 -1 4202560 272 0 0 0 108 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697707464872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 31312 0 -1 4202560 129 0 0 0 102 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697706412328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=6.82 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 31312 0 -1 4202560 206 0 0 0 680 2 0 0 20 0 19 0 283614814 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697694215016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697088812920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697087759752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697086708496 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 31312 0 -1 4202560 4897 0 0 0 110 0 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697085655352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 31312 0 -1 4202560 10251 0 0 0 87 3 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697084602808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697083549944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 31312 0 -1 4202560 99 0 0 0 32 29 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697082497608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2332] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2332/stat : 2332 (java) S 2311 2313 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283614888 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697081443880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1731.3
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2405
/proc/meminfo: memFree=30324604/32873844 swapFree=7624/7624
[pid=2313] ppid=2311 vsize=9625004 CPUtime=1791.32 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 31312 0 -1 4202496 20961 0 1 0 179040 92 0 0 20 0 19 0 283614811 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140733626690304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2313/statm: 2406251 154273 2292 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=1768.16 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 31312 0 -1 4202560 2709 0 1 0 176784 32 0 0 20 0 19 0 283614812 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697870238000 140697710619852 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=1.11 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 31312 0 -1 4202560 148 0 0 0 103 8 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697831730088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 31312 0 -1 4202560 118 0 0 0 122 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697830677544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 31312 0 -1 4202560 235 0 0 0 110 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697829624488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 31312 0 -1 4202560 209 0 0 0 98 5 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697828571944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 31312 0 -1 4202560 297 0 0 0 118 5 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697709570472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 31312 0 -1 4202560 201 0 0 0 107 7 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697708517928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 31312 0 -1 4202560 272 0 0 0 108 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697707464872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 31312 0 -1 4202560 129 0 0 0 102 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697706412328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=6.82 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 31312 0 -1 4202560 206 0 0 0 680 2 0 0 20 0 19 0 283614814 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697694215016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697088812920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697087759752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697086708496 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 31312 0 -1 4202560 4897 0 0 0 110 0 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697085655352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 31312 0 -1 4202560 10251 0 0 0 87 3 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697084602808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697083549944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 31312 0 -1 4202560 103 0 0 0 34 30 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697082497608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2332] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2332/stat : 2332 (java) S 2311 2313 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283614888 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697081443880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1791.32
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2405
/proc/meminfo: memFree=30324604/32873844 swapFree=7624/7624
[pid=2313] ppid=2311 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 31312 0 -1 4202496 20961 0 1 0 179911 92 0 0 20 0 19 0 283614811 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140733626690304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2313/statm: 2406251 154273 2292 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=1776.85 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 31312 0 -1 4202560 2709 0 1 0 177652 33 0 0 20 0 19 0 283614812 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697870238000 140697710619946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=1.11 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 31312 0 -1 4202560 148 0 0 0 103 8 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697831730088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 31312 0 -1 4202560 118 0 0 0 122 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697830677544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 31312 0 -1 4202560 235 0 0 0 110 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697829624488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 31312 0 -1 4202560 209 0 0 0 98 5 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697828571944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 31312 0 -1 4202560 297 0 0 0 118 5 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697709570472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 31312 0 -1 4202560 201 0 0 0 107 7 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697708517928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 31312 0 -1 4202560 272 0 0 0 108 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697707464872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 31312 0 -1 4202560 129 0 0 0 102 6 0 0 20 0 19 0 283614813 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697706412328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=6.82 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 31312 0 -1 4202560 206 0 0 0 680 2 0 0 20 0 19 0 283614814 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697694215016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697088812920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283614815 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697087759752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697086708496 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 31312 0 -1 4202560 4897 0 0 0 110 0 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697085655352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 31312 0 -1 4202560 10251 0 0 0 87 3 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697084602808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697083549944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 31312 0 -1 4202560 103 0 0 0 34 31 0 0 20 0 19 0 283614818 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697082497608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2332] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2332/stat : 2332 (java) S 2311 2313 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283614888 9856004096 154273 33554432000 1073741824 1073778376 140733626699168 140697081443880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 2313 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=529190
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=322798
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.05
CPU time (s): 1800.03
CPU user time (s): 1799.11
CPU system time (s): 0.92
CPU usage (%): 100.501
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 1.3228
maximum resident set size= 617212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20995
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40071
involuntary context switches= 27512

runsolver used 6.17206 second user time and 15.4407 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 05:14:52
IDJOB=3710081
IDBENCH=48350
IDSOLVER=2289
FILE ID=node130/3710081-1338174892
RUNJOBID= node130-1338158197-31329
PBS_JOBID= 14624537
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_3_80.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-3710081-1338174892/watcher-3710081-1338174892 -o /tmp/evaluation-result-3710081-1338174892/solver-3710081-1338174892 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710081-1338174892.opb

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=1802936101

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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		: 2666.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30446664 kB
Buffers:          317980 kB
Cached:           490180 kB
SwapCached:         4508 kB
Active:          1472432 kB
Inactive:         112644 kB
Active(anon):     767008 kB
Inactive(anon):     9016 kB
Active(file):     705424 kB
Inactive(file):   103628 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:        784180 kB
Mapped:            19880 kB
Shmem:                 8 kB
Slab:             694048 kB
SReclaimable:     135900 kB
SUnreclaim:       558148 kB
KernelStack:        1600 kB
PageTables:         5792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1187896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    749568 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= 71472 MiB
End job on node130 at 2012-05-28 05:44:45