Trace number 3710083

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.75 1792.05

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
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)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710083-1338173854.opb
0.10/0.12	c reading problem ... 
1.65/0.70	c ... done. Wall clock time 0.589s.
1.65/0.70	c declared #vars     1000
1.65/0.70	c internal #vars     16706
1.65/0.77	c #constraints  32915
1.65/0.77	c constraints type 
1.65/0.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1.65/0.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.65/0.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.65/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
1.65/0.77	c 32915 constraints processed.
5.10/3.32	c cleaning 2479 clauses out of 5000 with flag 5000/5000
7.56/5.75	c cleaning 4260 clauses out of 8521 with flag 11000/11000
9.79/7.99	c cleaning 5628 clauses out of 11263 with flag 18002/18002
11.91/10.08	c cleaning 6815 clauses out of 13633 with flag 26000/26000
15.05/13.20	c cleaning 7908 clauses out of 15819 with flag 35001/35001
17.86/15.95	c cleaning 8955 clauses out of 17911 with flag 45001/45001
21.09/19.14	c cleaning 9979 clauses out of 19964 with flag 56009/56009
25.21/23.26	c cleaning 10981 clauses out of 21978 with flag 68002/68002
30.72/28.73	c cleaning 12000 clauses out of 24001 with flag 81006/81006
34.86/32.81	c cleaning 12997 clauses out of 26011 with flag 95016/95016
39.25/37.12	c cleaning 13997 clauses out of 28005 with flag 110007/110007
44.30/42.11	c cleaning 15000 clauses out of 30003 with flag 126002/126002
49.44/47.22	c cleaning 15995 clauses out of 32006 with flag 143005/143005
56.37/54.15	c cleaning 17001 clauses out of 34011 with flag 161005/161005
67.36/65.08	c cleaning 18003 clauses out of 36005 with flag 180000/180000
73.18/70.81	c cleaning 18998 clauses out of 38006 with flag 200004/200004
80.81/78.48	c cleaning 19997 clauses out of 40004 with flag 221000/221000
88.37/85.92	c cleaning 21003 clauses out of 42011 with flag 243004/243004
95.30/92.81	c cleaning 22003 clauses out of 44009 with flag 266005/266005
103.94/101.44	c cleaning 22997 clauses out of 46001 with flag 290000/290000
111.52/108.99	c cleaning 23999 clauses out of 48004 with flag 315000/315000
120.64/118.08	c cleaning 24998 clauses out of 50007 with flag 341002/341002
127.85/125.14	c cleaning 25992 clauses out of 52007 with flag 368000/368000
141.01/138.23	c cleaning 27005 clauses out of 54015 with flag 396000/396000
150.86/148.07	c cleaning 27994 clauses out of 56012 with flag 425002/425002
162.62/159.78	c cleaning 29020 clauses out of 58048 with flag 455032/455032
201.68/198.73	c cleaning 30008 clauses out of 60024 with flag 486028/486028
217.17/214.14	c cleaning 30993 clauses out of 61996 with flag 518008/518008
227.47/224.38	c cleaning 31993 clauses out of 63995 with flag 551000/551000
237.40/234.24	c cleaning 32992 clauses out of 66004 with flag 585002/585002
248.85/245.60	c cleaning 34012 clauses out of 68031 with flag 620021/620021
261.48/258.25	c cleaning 35002 clauses out of 70010 with flag 656012/656012
271.78/268.43	c cleaning 35998 clauses out of 71996 with flag 693000/693000
283.54/280.12	c cleaning 36996 clauses out of 73999 with flag 731001/731001
296.02/292.50	c cleaning 37991 clauses out of 76002 with flag 770000/770000
311.29/307.75	c cleaning 39004 clauses out of 78015 with flag 810004/810004
331.47/327.84	c cleaning 40000 clauses out of 80018 with flag 851011/851011
354.36/350.65	c cleaning 41001 clauses out of 82008 with flag 893001/893001
368.15/364.34	c cleaning 42001 clauses out of 84006 with flag 936000/936000
383.50/379.68	c cleaning 42965 clauses out of 86006 with flag 980001/980001
439.74/435.80	c cleaning 44011 clauses out of 88040 with flag 1025000/1025000
532.16/528.16	c cleaning 45000 clauses out of 90034 with flag 1071005/1071005
551.43/547.34	c cleaning 46005 clauses out of 92029 with flag 1118000/1118000
564.94/560.78	c cleaning 46999 clauses out of 94024 with flag 1166000/1166000
579.93/575.61	c cleaning 48002 clauses out of 96025 with flag 1215000/1215000
593.46/589.11	c cleaning 49000 clauses out of 98024 with flag 1265001/1265001
607.36/602.90	c cleaning 50006 clauses out of 100023 with flag 1316000/1316000
626.47/621.89	c cleaning 51014 clauses out of 102035 with flag 1368018/1368018
656.13/651.49	c cleaning 51991 clauses out of 104004 with flag 1421001/1421001
683.41/678.63	c cleaning 53006 clauses out of 106020 with flag 1475008/1475008
745.00/740.20	c cleaning 53994 clauses out of 108006 with flag 1530000/1530000
771.50/766.52	c cleaning 55004 clauses out of 110016 with flag 1586004/1586004
801.30/796.24	c cleaning 55995 clauses out of 112008 with flag 1643000/1643000
815.98/810.90	c cleaning 57002 clauses out of 114013 with flag 1701000/1701000
831.41/826.19	c cleaning 57998 clauses out of 116013 with flag 1760002/1760002
879.88/874.55	c cleaning 59005 clauses out of 118028 with flag 1820015/1820015
936.68/931.22	c cleaning 60012 clauses out of 120035 with flag 1881027/1881027
1035.08/1029.56	c cleaning 60975 clauses out of 121997 with flag 1943001/1943001
1104.82/1099.16	c cleaning 62005 clauses out of 124023 with flag 2006002/2006002
1130.74/1124.99	c cleaning 63006 clauses out of 126024 with flag 2070008/2070008
1160.51/1154.66	c cleaning 64005 clauses out of 128010 with flag 2135000/2135000
1188.31/1182.36	c cleaning 64995 clauses out of 130005 with flag 2201000/2201000
1213.64/1207.51	c cleaning 65980 clauses out of 132010 with flag 2268000/2268000
1240.01/1233.87	c cleaning 67007 clauses out of 134034 with flag 2336004/2336004
1264.28/1258.04	c cleaning 68007 clauses out of 136023 with flag 2405000/2405000
1292.82/1286.44	c cleaning 69003 clauses out of 138030 with flag 2475014/2475014
1325.33/1318.85	c cleaning 69994 clauses out of 140015 with flag 2546002/2546002
1354.66/1348.08	c cleaning 71003 clauses out of 142020 with flag 2618001/2618001
1390.12/1383.43	c cleaning 72007 clauses out of 144024 with flag 2691008/2691008
1434.03/1427.21	c cleaning 73001 clauses out of 146009 with flag 2765000/2765000
1457.72/1450.83	c cleaning 73993 clauses out of 148009 with flag 2840001/2840001
1477.97/1470.78	c cleaning 74999 clauses out of 150015 with flag 2916000/2916000
1517.68/1510.47	c cleaning 76009 clauses out of 152017 with flag 2993001/2993001
1544.51/1537.17	c cleaning 77001 clauses out of 154008 with flag 3071001/3071001
1571.77/1564.37	c cleaning 77993 clauses out of 156006 with flag 3150000/3150000
1613.56/1606.01	c cleaning 79002 clauses out of 158013 with flag 3230000/3230000
1636.41/1628.82	c cleaning 80010 clauses out of 160024 with flag 3311013/3311013
1678.71/1671.05	c cleaning 81006 clauses out of 162022 with flag 3393021/3393021
1721.73/1713.95	c cleaning 81997 clauses out of 164003 with flag 3476008/3476008
1765.12/1757.27	c cleaning 83002 clauses out of 166016 with flag 3560018/3560018
1800.05/1792.01	c starts		: 251
1800.05/1792.01	c conflicts		: 3639917
1800.05/1792.01	c decisions		: 12572335
1800.05/1792.01	c propagations		: 388934677
1800.05/1792.01	c inspects		: 5178686103
1800.05/1792.01	c shortcuts		: 0
1800.05/1792.01	c learnt literals	: 0
1800.05/1792.01	c learnt binary clauses	: 0
1800.05/1792.01	c learnt ternary clauses	: 53619
1800.05/1792.01	c learnt constraints	: 3639917
1800.05/1792.01	c ignored constraints	: 0
1800.05/1792.01	c root simplifications	: 251
1800.05/1792.01	c removed literals (reason simplification)	: 248596651
1800.05/1792.01	c reason swapping (by a shorter reason)	: 0
1800.05/1792.01	c Calls to reduceDB	: 80
1800.05/1792.01	c number of reductions to clauses (during analyze)	: 0
1800.05/1792.01	c number of learned constraints concerned by reduction	: 0
1800.05/1792.01	c number of learning phase by resolution	: 0
1800.05/1792.01	c number of learning phase by cutting planes	: 0
1800.05/1792.01	c speed (assignments/second)	: 217127.3266248901
1800.05/1792.01	c non guided choices	21266
1800.05/1792.04	c learnt constraints type 
1800.05/1792.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162971
1800.05/1792.04	c constraints type 
1800.05/1792.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1800.05/1792.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.05/1792.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.05/1792.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
1800.05/1792.04	c 32915 constraints processed.
1800.05/1792.04	s UNKNOWN
1800.05/1792.04	c Total wall clock time (in seconds): 1791.923

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 31731
/proc/meminfo: memFree=28907364/32873844 swapFree=6856/6856
[pid=31731] ppid=31729 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31731/stat : 31731 (java) R 31729 31731 29719 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 283510323 23793664 716 33554432000 1073741824 1073778376 140736668949328 140736668938392 223642433616 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31731/statm: 5809 723 537 9 0 128 0

[startup+0.0325769 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 31731
/proc/meminfo: memFree=28907364/32873844 swapFree=6856/6856
[pid=31731] ppid=31729 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/31731/stat : 31731 (java) S 31729 31731 29719 0 -1 4202496 2990 0 1 0 1 0 0 0 20 0 13 0 283510323 9446973440 3689 33554432000 1073741824 1073778376 140736668949328 140736668940464 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31731/statm: 2306390 3689 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100242 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 31731
/proc/meminfo: memFree=28907364/32873844 swapFree=6856/6856
[pid=31731] ppid=31729 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/31731/stat : 31731 (java) S 31729 31731 29719 0 -1 4202496 4281 0 1 0 9 1 0 0 20 0 18 0 283510323 9787842560 6000 33554432000 1073741824 1073778376 140736668949328 140736668940464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31731/statm: 2389610 6000 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300157 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 31731
/proc/meminfo: memFree=28907364/32873844 swapFree=6856/6856
[pid=31731] ppid=31729 vsize=9558440 CPUtime=0.44 cores=0,2,4,6
/proc/31731/stat : 31731 (java) S 31729 31731 29719 0 -1 4202496 5154 0 1 0 43 1 0 0 20 0 18 0 283510323 9787842560 8231 33554432000 1073741824 1073778376 140736668949328 140736668940464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31731/statm: 2389610 8231 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700167 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 31731
/proc/meminfo: memFree=28907364/32873844 swapFree=6856/6856
[pid=31731] ppid=31729 vsize=9558440 CPUtime=1.65 cores=0,2,4,6
/proc/31731/stat : 31731 (java) S 31729 31731 29719 0 -1 4202496 20685 0 1 0 159 6 0 0 20 0 18 0 283510323 9787842560 51304 33554432000 1073741824 1073778376 140736668949328 140736668940464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31731/statm: 2389610 51304 2266 9 0 2380296 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9558440

[startup+1.50069 s]
/proc/loadavg: 2.01 2.01 2.00 4/213 31750
/proc/meminfo: memFree=28712648/32873844 swapFree=6856/6856
[pid=31731] ppid=31729 vsize=9625004 CPUtime=3.28 cores=0,2,4,6
/proc/31731/stat : 31731 (java) S 31729 31731 29719 0 -1 4202496 20854 0 1 0 322 6 0 0 20 0 19 0 283510323 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140736668940464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31731/statm: 2406251 50460 2278 9 0 2396937 0
[pid=31731/tid=31733] ppid=31729 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/31731/task/31733/stat : 31733 (java) R 31729 31731 29719 0 -1 4202560 2569 0 1 0 141 4 0 0 20 0 19 0 283510323 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114907861224 140114735806680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31734] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31734/stat : 31734 (java) S 31729 31731 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114869353128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31731/tid=31735] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31735/stat : 31735 (java) S 31729 31731 29719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114868300584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31736] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31736/stat : 31736 (java) S 31729 31731 29719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114867248040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31737] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31737/stat : 31737 (java) S 31729 31731 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114866195496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31738] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31738/stat : 31738 (java) S 31729 31731 29719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114865141928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31739] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31739/stat : 31739 (java) S 31729 31731 29719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114864089384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31740] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31740/stat : 31740 (java) S 31729 31731 29719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114863036840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31741] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31741/stat : 31741 (java) S 31729 31731 29719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114861984296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31742] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31742/stat : 31742 (java) S 31729 31731 29719 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 283510325 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114731711080 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31743] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31743/stat : 31743 (java) S 31729 31731 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114730657400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31744] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31744/stat : 31744 (java) S 31729 31731 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114729604744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31745] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31745/stat : 31745 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114728553488 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31746] ppid=31729 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/31731/task/31746/stat : 31746 (java) S 31729 31731 29719 0 -1 4202560 5587 0 0 0 84 2 0 0 20 0 19 0 283510328 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114727499832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31747] ppid=31729 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/31731/task/31747/stat : 31747 (java) S 31729 31731 29719 0 -1 4202560 11405 0 0 0 84 2 0 0 20 0 19 0 283510328 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114726447288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31748] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31748/stat : 31748 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114725394936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31749] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31749/stat : 31749 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114724342600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31750] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31750/stat : 31750 (java) S 31729 31731 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283510397 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114723288360 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 31750
/proc/meminfo: memFree=28709972/32873844 swapFree=6856/6856
[pid=31731] ppid=31729 vsize=9625004 CPUtime=4.89 cores=0,2,4,6
/proc/31731/stat : 31731 (java) S 31729 31731 29719 0 -1 4202496 20856 0 1 0 483 6 0 0 20 0 19 0 283510323 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140736668940464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31731/statm: 2406251 50460 2278 9 0 2396937 0
[pid=31731/tid=31733] ppid=31729 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/31731/task/31733/stat : 31733 (java) R 31729 31731 29719 0 -1 4202560 2571 0 1 0 301 4 0 0 20 0 19 0 283510323 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114907859704 140114735855606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31734] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31734/stat : 31734 (java) S 31729 31731 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114869353128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31731/tid=31735] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31735/stat : 31735 (java) S 31729 31731 29719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114868300584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31736] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31736/stat : 31736 (java) S 31729 31731 29719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114867248040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31737] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31737/stat : 31737 (java) S 31729 31731 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114866195496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31738] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31738/stat : 31738 (java) S 31729 31731 29719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114865141928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31739] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31739/stat : 31739 (java) S 31729 31731 29719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114864089384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31740] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31740/stat : 31740 (java) S 31729 31731 29719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114863036840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31741] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31741/stat : 31741 (java) S 31729 31731 29719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114861984296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31742] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31742/stat : 31742 (java) S 31729 31731 29719 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 283510325 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114731711080 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31743] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31743/stat : 31743 (java) S 31729 31731 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114730657400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31744] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31744/stat : 31744 (java) S 31729 31731 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114729604744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31745] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31745/stat : 31745 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114728553488 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31746] ppid=31729 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/31731/task/31746/stat : 31746 (java) S 31729 31731 29719 0 -1 4202560 5587 0 0 0 84 2 0 0 20 0 19 0 283510328 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114727499832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31747] ppid=31729 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/31731/task/31747/stat : 31747 (java) S 31729 31731 29719 0 -1 4202560 11405 0 0 0 85 2 0 0 20 0 19 0 283510328 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114726447288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31748] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31748/stat : 31748 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114725394936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31749] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31749/stat : 31749 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114724342600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31750] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31750/stat : 31750 (java) S 31729 31731 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283510397 9856004096 50460 33554432000 1073741824 1073778376 140736668949328 140114723288360 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 31750
/proc/meminfo: memFree=28670820/32873844 swapFree=6856/6856
[pid=31731] ppid=31729 vsize=9625004 CPUtime=8.18 cores=0,2,4,6
/proc/31731/stat : 31731 (java) S 31729 31731 29719 0 -1 4202496 20930 0 1 0 811 7 0 0 20 0 19 0 283510323 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140736668940464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31731/statm: 2406251 60985 2291 9 0 2396937 0
[pid=31731/tid=31733] ppid=31729 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/31731/task/31733/stat : 31733 (java) R 31729 31731 29719 0 -1 4202560 2574 0 1 0 607 4 0 0 20 0 19 0 283510323 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114907861296 140114735806680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31734] ppid=31729 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/31731/task/31734/stat : 31734 (java) S 31729 31731 29719 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 283510324 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114869353128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31735] ppid=31729 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31731/task/31735/stat : 31735 (java) S 31729 31731 29719 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 283510324 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114868300584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31731/tid=31736] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31736/stat : 31736 (java) S 31729 31731 29719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114867248040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31737] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31737/stat : 31737 (java) S 31729 31731 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114866195496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31738] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31738/stat : 31738 (java) S 31729 31731 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114865141928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31739] ppid=31729 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31731/task/31739/stat : 31739 (java) S 31729 31731 29719 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 283510324 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114864089384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31740] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31740/stat : 31740 (java) S 31729 31731 29719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114863036840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31741] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31741/stat : 31741 (java) S 31729 31731 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283510324 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114861984296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31742] ppid=31729 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/31731/task/31742/stat : 31742 (java) S 31729 31731 29719 0 -1 4202560 101 0 0 0 9 0 0 0 20 0 19 0 283510325 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114731711080 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31743] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31743/stat : 31743 (java) S 31729 31731 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114730657400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31744] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31744/stat : 31744 (java) S 31729 31731 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114729604744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31745] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31745/stat : 31745 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114728553488 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31746] ppid=31729 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/31731/task/31746/stat : 31746 (java) S 31729 31731 29719 0 -1 4202560 5589 0 0 0 85 2 0 0 20 0 19 0 283510328 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114727499832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31747] ppid=31729 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/31731/task/31747/stat : 31747 (java) S 31729 31731 29719 0 -1 4202560 11408 0 0 0 88 2 0 0 20 0 19 0 283510328 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114726447288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31748] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31748/stat : 31748 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114725394936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31749] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31749/stat : 31749 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114724342600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31750] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31750/stat : 31750 (java) S 31729 31731 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283510397 9856004096 60985 33554432000 1073741824 1073778376 140736668949328 140114723288360 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=31731/tid=31739] ppid=31729 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/31731/task/31739/stat : 31739 (java) S 31729 31731 29719 0 -1 4202560 460 0 0 0 101 11 0 0 20 0 19 0 283510324 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114864089384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31740] ppid=31729 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/31731/task/31740/stat : 31740 (java) S 31729 31731 29719 0 -1 4202560 1137 0 0 0 90 9 0 0 20 0 19 0 283510324 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114863036840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31741] ppid=31729 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/31731/task/31741/stat : 31741 (java) S 31729 31731 29719 0 -1 4202560 520 0 0 0 83 6 0 0 20 0 19 0 283510324 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114861984296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31742] ppid=31729 vsize=9625004 CPUtime=6.46 cores=0,2,4,6
/proc/31731/task/31742/stat : 31742 (java) S 31729 31731 29719 0 -1 4202560 1317 0 0 0 644 2 0 0 20 0 19 0 283510325 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114731711080 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31743] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31743/stat : 31743 (java) S 31729 31731 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114730657400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31744] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31744/stat : 31744 (java) S 31729 31731 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114729604744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31745] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31745/stat : 31745 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114728553488 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31746] ppid=31729 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/31731/task/31746/stat : 31746 (java) S 31729 31731 29719 0 -1 4202560 5603 0 0 0 91 2 0 0 20 0 19 0 283510328 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114727499832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31747] ppid=31729 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/31731/task/31747/stat : 31747 (java) S 31729 31731 29719 0 -1 4202560 11408 0 0 0 89 2 0 0 20 0 19 0 283510328 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114726447288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31748] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31748/stat : 31748 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114725394936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31749] ppid=31729 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/31731/task/31749/stat : 31749 (java) S 31729 31731 29719 0 -1 4202560 96 0 0 0 24 26 0 0 20 0 19 0 283510328 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114724342600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=31731/tid=31750] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31750/stat : 31750 (java) S 31729 31731 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283510397 9856004096 191475 33554432000 1073741824 1073778376 140736668949328 140114723288360 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1670.02
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 31788
/proc/meminfo: memFree=27599076/32873844 swapFree=6856/6856
[pid=31731] ppid=31729 vsize=9625004 CPUtime=1730.23 cores=0,2,4,6
/proc/31731/stat : 31731 (java) S 31729 31731 29719 0 -1 4202496 26797 0 1 0 172936 87 0 0 20 0 19 0 283510323 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140736668940464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31731/statm: 2406251 192146 2292 9 0 2396937 0
[pid=31731/tid=31733] ppid=31729 vsize=9625004 CPUtime=1713.38 cores=0,2,4,6
/proc/31731/task/31733/stat : 31733 (java) R 31729 31731 29719 0 -1 4202560 2707 0 1 0 171304 34 0 0 20 0 19 0 283510323 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114907861296 140114736016259 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31734] ppid=31729 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/31731/task/31734/stat : 31734 (java) S 31729 31731 29719 0 -1 4202560 667 0 0 0 107 6 0 0 20 0 19 0 283510324 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114869353128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31735] ppid=31729 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/31731/task/31735/stat : 31735 (java) S 31729 31731 29719 0 -1 4202560 248 0 0 0 82 6 0 0 20 0 19 0 283510324 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114868300584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31731/tid=31736] ppid=31729 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/31731/task/31736/stat : 31736 (java) S 31729 31731 29719 0 -1 4202560 664 0 0 0 88 6 0 0 20 0 19 0 283510324 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114867248040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31731/tid=31737] ppid=31729 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/31731/task/31737/stat : 31737 (java) S 31729 31731 29719 0 -1 4202560 431 0 0 0 93 8 0 0 20 0 19 0 283510324 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114866195496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31731/tid=31738] ppid=31729 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/31731/task/31738/stat : 31738 (java) S 31729 31731 29719 0 -1 4202560 333 0 0 0 103 5 0 0 20 0 19 0 283510324 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114865141928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31739] ppid=31729 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/31731/task/31739/stat : 31739 (java) S 31729 31731 29719 0 -1 4202560 467 0 0 0 105 11 0 0 20 0 19 0 283510324 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114864089384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31740] ppid=31729 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/31731/task/31740/stat : 31740 (java) S 31729 31731 29719 0 -1 4202560 1137 0 0 0 92 9 0 0 20 0 19 0 283510324 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114863036840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31741] ppid=31729 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/31731/task/31741/stat : 31741 (java) S 31729 31731 29719 0 -1 4202560 533 0 0 0 86 6 0 0 20 0 19 0 283510324 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114861984296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31742] ppid=31729 vsize=9625004 CPUtime=6.7 cores=0,2,4,6
/proc/31731/task/31742/stat : 31742 (java) S 31729 31731 29719 0 -1 4202560 1321 0 0 0 667 3 0 0 20 0 19 0 283510325 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114731711080 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31743] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31743/stat : 31743 (java) S 31729 31731 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114730657400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31744] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31744/stat : 31744 (java) S 31729 31731 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114729604744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31745] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31745/stat : 31745 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114728553488 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31746] ppid=31729 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/31731/task/31746/stat : 31746 (java) S 31729 31731 29719 0 -1 4202560 5603 0 0 0 91 2 0 0 20 0 19 0 283510328 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114727499832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31747] ppid=31729 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/31731/task/31747/stat : 31747 (java) S 31729 31731 29719 0 -1 4202560 11408 0 0 0 89 2 0 0 20 0 19 0 283510328 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114726447288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31748] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31748/stat : 31748 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114725394936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31749] ppid=31729 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/31731/task/31749/stat : 31749 (java) S 31729 31731 29719 0 -1 4202560 98 0 0 0 24 28 0 0 20 0 19 0 283510328 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114724342600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=31731/tid=31750] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31750/stat : 31750 (java) S 31729 31731 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283510397 9856004096 192146 33554432000 1073741824 1073778376 140736668949328 140114723288360 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1730.23
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.92 1.98 1.99 4/212 31903
/proc/meminfo: memFree=28210148/32873844 swapFree=6856/6856
[pid=31731] ppid=31729 vsize=9625004 CPUtime=1790.35 cores=0,2,4,6
/proc/31731/stat : 31731 (java) S 31729 31731 29719 0 -1 4202496 26804 0 1 0 178946 89 0 0 20 0 19 0 283510323 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140736668940464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31731/statm: 2406251 192403 2292 9 0 2396937 0
[pid=31731/tid=31733] ppid=31729 vsize=9625004 CPUtime=1773.24 cores=0,2,4,6
/proc/31731/task/31733/stat : 31733 (java) R 31729 31731 29719 0 -1 4202560 2708 0 1 0 177290 34 0 0 20 0 19 0 283510323 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114907861296 140114736018121 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31734] ppid=31729 vsize=9625004 CPUtime=1.14 cores=0,2,4,6
/proc/31731/task/31734/stat : 31734 (java) S 31729 31731 29719 0 -1 4202560 667 0 0 0 108 6 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114869353128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31735] ppid=31729 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/31731/task/31735/stat : 31735 (java) S 31729 31731 29719 0 -1 4202560 248 0 0 0 83 6 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114868300584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31736] ppid=31729 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/31731/task/31736/stat : 31736 (java) S 31729 31731 29719 0 -1 4202560 664 0 0 0 91 6 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114867248040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31731/tid=31737] ppid=31729 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/31731/task/31737/stat : 31737 (java) S 31729 31731 29719 0 -1 4202560 431 0 0 0 95 8 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114866195496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31738] ppid=31729 vsize=9625004 CPUtime=1.09 cores=0,2,4,6
/proc/31731/task/31738/stat : 31738 (java) S 31729 31731 29719 0 -1 4202560 333 0 0 0 104 5 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114865141928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31739] ppid=31729 vsize=9625004 CPUtime=1.18 cores=0,2,4,6
/proc/31731/task/31739/stat : 31739 (java) S 31729 31731 29719 0 -1 4202560 467 0 0 0 107 11 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114864089384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31740] ppid=31729 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/31731/task/31740/stat : 31740 (java) S 31729 31731 29719 0 -1 4202560 1137 0 0 0 96 9 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114863036840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31741] ppid=31729 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/31731/task/31741/stat : 31741 (java) S 31729 31731 29719 0 -1 4202560 533 0 0 0 88 6 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114861984296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31742] ppid=31729 vsize=9625004 CPUtime=6.79 cores=0,2,4,6
/proc/31731/task/31742/stat : 31742 (java) S 31729 31731 29719 0 -1 4202560 1323 0 0 0 676 3 0 0 20 0 19 0 283510325 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114731711080 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31743] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31743/stat : 31743 (java) S 31729 31731 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114730657400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31744] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31744/stat : 31744 (java) S 31729 31731 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114729604744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31745] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31745/stat : 31745 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114728553488 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31746] ppid=31729 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/31731/task/31746/stat : 31746 (java) S 31729 31731 29719 0 -1 4202560 5603 0 0 0 91 2 0 0 20 0 19 0 283510328 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114727499832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31747] ppid=31729 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/31731/task/31747/stat : 31747 (java) S 31729 31731 29719 0 -1 4202560 11408 0 0 0 89 2 0 0 20 0 19 0 283510328 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114726447288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31748] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31748/stat : 31748 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114725394936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31749] ppid=31729 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/31731/task/31749/stat : 31749 (java) S 31729 31731 29719 0 -1 4202560 102 0 0 0 26 28 0 0 20 0 19 0 283510328 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114724342600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=31731/tid=31750] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31750/stat : 31750 (java) S 31729 31731 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283510397 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114723288360 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1790.35
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 31904
/proc/meminfo: memFree=28174548/32873844 swapFree=6856/6856
[pid=31731] ppid=31729 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/31731/stat : 31731 (java) S 31729 31731 29719 0 -1 4202496 26804 0 1 0 179916 89 0 0 20 0 19 0 283510323 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140736668940464 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31731/statm: 2406251 192403 2292 9 0 2396937 0
[pid=31731/tid=31733] ppid=31729 vsize=9625004 CPUtime=1782.95 cores=0,2,4,6
/proc/31731/task/31733/stat : 31733 (java) R 31729 31731 29719 0 -1 4202560 2708 0 1 0 178260 35 0 0 20 0 19 0 283510323 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114907861296 140114735806680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31734] ppid=31729 vsize=9625004 CPUtime=1.14 cores=0,2,4,6
/proc/31731/task/31734/stat : 31734 (java) S 31729 31731 29719 0 -1 4202560 667 0 0 0 108 6 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114869353128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31735] ppid=31729 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/31731/task/31735/stat : 31735 (java) S 31729 31731 29719 0 -1 4202560 248 0 0 0 83 6 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114868300584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31736] ppid=31729 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/31731/task/31736/stat : 31736 (java) S 31729 31731 29719 0 -1 4202560 664 0 0 0 91 6 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114867248040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31731/tid=31737] ppid=31729 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/31731/task/31737/stat : 31737 (java) S 31729 31731 29719 0 -1 4202560 431 0 0 0 95 8 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114866195496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31738] ppid=31729 vsize=9625004 CPUtime=1.09 cores=0,2,4,6
/proc/31731/task/31738/stat : 31738 (java) S 31729 31731 29719 0 -1 4202560 333 0 0 0 104 5 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114865141928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31739] ppid=31729 vsize=9625004 CPUtime=1.18 cores=0,2,4,6
/proc/31731/task/31739/stat : 31739 (java) S 31729 31731 29719 0 -1 4202560 467 0 0 0 107 11 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114864089384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31740] ppid=31729 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/31731/task/31740/stat : 31740 (java) S 31729 31731 29719 0 -1 4202560 1137 0 0 0 96 9 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114863036840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31741] ppid=31729 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/31731/task/31741/stat : 31741 (java) S 31729 31731 29719 0 -1 4202560 533 0 0 0 88 6 0 0 20 0 19 0 283510324 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114861984296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31742] ppid=31729 vsize=9625004 CPUtime=6.79 cores=0,2,4,6
/proc/31731/task/31742/stat : 31742 (java) S 31729 31731 29719 0 -1 4202560 1323 0 0 0 676 3 0 0 20 0 19 0 283510325 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114731711080 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31743] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31743/stat : 31743 (java) S 31729 31731 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114730657400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31744] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31744/stat : 31744 (java) S 31729 31731 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283510326 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114729604744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31745] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31745/stat : 31745 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114728553488 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31731/tid=31746] ppid=31729 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/31731/task/31746/stat : 31746 (java) S 31729 31731 29719 0 -1 4202560 5603 0 0 0 91 2 0 0 20 0 19 0 283510328 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114727499832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31747] ppid=31729 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/31731/task/31747/stat : 31747 (java) S 31729 31731 29719 0 -1 4202560 11408 0 0 0 89 2 0 0 20 0 19 0 283510328 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114726447288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31731/tid=31748] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31748/stat : 31748 (java) S 31729 31731 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283510328 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114725394936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31731/tid=31749] ppid=31729 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/31731/task/31749/stat : 31749 (java) S 31729 31731 29719 0 -1 4202560 102 0 0 0 26 28 0 0 20 0 19 0 283510328 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114724342600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=31731/tid=31750] ppid=31729 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31731/task/31750/stat : 31750 (java) S 31729 31731 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283510397 9856004096 192403 33554432000 1073741824 1073778376 140736668949328 140114723288360 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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
Real time (s): 1792.05
CPU time (s): 1800.75
CPU user time (s): 1799.34
CPU system time (s): 1.41079
CPU usage (%): 100.486
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 1.41078
maximum resident set size= 769732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26838
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40144
involuntary context switches= 14571

runsolver used 5.9501 second user time and 14.2948 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 04:57:34
IDJOB=3710083
IDBENCH=48295
IDSOLVER=2289
FILE ID=node144/3710083-1338173854
RUNJOBID= node144-1338157682-29735
PBS_JOBID= 14624532
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_5_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-3710083-1338173854/watcher-3710083-1338173854 -o /tmp/evaluation-result-3710083-1338173854/solver-3710083-1338173854 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710083-1338173854.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=576767403

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.90
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.196
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.196
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.196
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:        28907892 kB
Buffers:          382936 kB
Cached:          2640900 kB
SwapCached:            0 kB
Active:           937988 kB
Inactive:        2189060 kB
Active(anon):     104000 kB
Inactive(anon):        0 kB
Active(file):     833988 kB
Inactive(file):  2189060 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2040 kB
Writeback:             0 kB
AnonPages:        136740 kB
Mapped:            22656 kB
Shmem:               200 kB
Slab:             697780 kB
SReclaimable:     139672 kB
SUnreclaim:       558108 kB
KernelStack:        1760 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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 node144 at 2012-05-28 05:27:28