Trace number 3710690

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
MD5SUM093efae700664f798191c0b27cec34af
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark419
Best CPU time to get the best result obtained on this benchmark1792.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 447
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494527
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494527
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3710690-1338140608.opb
0.08/0.12	c reading problem ... 
3.24/2.67	c ... done. Wall clock time 2.548s.
3.37/2.74	c declared #vars     10000
3.37/2.74	c #constraints  656900
3.37/2.74	c constraints type 
3.37/2.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
3.37/2.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.37/2.74	c 656900 constraints processed.
5.80/4.82	c cleaning 2495 clauses out of 5003 with flag 5003/5003
8.74/7.54	c cleaning 4252 clauses out of 8507 with flag 11002/11002
12.16/10.90	c cleaning 5622 clauses out of 11253 with flag 18000/18000
16.08/14.80	c cleaning 6811 clauses out of 13631 with flag 26000/26000
21.55/20.24	c cleaning 7904 clauses out of 15820 with flag 35000/35000
26.99/25.69	c cleaning 8953 clauses out of 17920 with flag 45004/45004
32.41/31.09	c cleaning 9972 clauses out of 19964 with flag 56001/56001
38.76/37.37	c cleaning 10989 clauses out of 21991 with flag 68000/68000
45.87/44.47	c cleaning 11998 clauses out of 24003 with flag 81001/81001
53.63/52.10	c cleaning 12999 clauses out of 26005 with flag 95001/95001
64.01/62.48	c cleaning 13997 clauses out of 28005 with flag 110000/110000
72.36/70.71	c cleaning 14998 clauses out of 30008 with flag 126000/126000
81.01/79.32	c cleaning 15995 clauses out of 32011 with flag 143001/143001
94.84/93.10	c cleaning 17000 clauses out of 34015 with flag 161000/161000
104.91/103.10	c cleaning 18002 clauses out of 36015 with flag 180000/180000
114.98/113.11	c cleaning 19003 clauses out of 38013 with flag 200000/200000
128.55/126.68	c cleaning 19981 clauses out of 40010 with flag 221000/221000
142.01/140.02	c cleaning 21001 clauses out of 42029 with flag 243000/243000
155.30/153.22	c cleaning 22008 clauses out of 44031 with flag 266003/266003
169.11/166.96	c cleaning 23000 clauses out of 46022 with flag 290002/290002
184.10/181.84	c cleaning 23993 clauses out of 48020 with flag 315000/315000
200.59/198.27	c cleaning 25012 clauses out of 50029 with flag 341002/341002
216.52/214.08	c cleaning 26001 clauses out of 52016 with flag 368001/368001
235.78/233.21	c cleaning 26999 clauses out of 54014 with flag 396000/396000
252.77/250.12	c cleaning 28001 clauses out of 56016 with flag 425001/425001
271.95/269.23	c cleaning 29003 clauses out of 58016 with flag 455002/455002
292.23/289.48	c cleaning 29997 clauses out of 60011 with flag 486000/486000
314.96/312.06	c cleaning 30983 clauses out of 62014 with flag 518000/518000
339.64/336.65	c cleaning 32006 clauses out of 64032 with flag 551001/551001
370.24/367.15	c cleaning 33005 clauses out of 66025 with flag 585000/585000
391.40/388.20	c cleaning 34003 clauses out of 68020 with flag 620000/620000
414.82/411.41	c cleaning 34999 clauses out of 70017 with flag 656000/656000
440.70/437.29	c cleaning 36000 clauses out of 72020 with flag 693002/693002
469.74/466.19	c cleaning 37001 clauses out of 74019 with flag 731001/731001
499.06/495.31	c cleaning 37999 clauses out of 76017 with flag 770000/770000
529.35/525.70	c cleaning 38991 clauses out of 78018 with flag 810000/810000
564.45/560.79	c cleaning 40010 clauses out of 80027 with flag 851000/851000
593.21/589.30	c cleaning 41001 clauses out of 82018 with flag 893001/893001
621.51/617.64	c cleaning 41999 clauses out of 84018 with flag 936002/936002
650.00/646.16	c cleaning 42997 clauses out of 86017 with flag 980000/980000
686.80/682.92	c cleaning 44000 clauses out of 88020 with flag 1025000/1025000
724.89/721.04	c cleaning 45001 clauses out of 90021 with flag 1071001/1071001
757.79/753.96	c cleaning 46002 clauses out of 92019 with flag 1118000/1118000
797.09/793.27	c cleaning 47002 clauses out of 94018 with flag 1166001/1166001
831.19/827.35	c cleaning 47999 clauses out of 96015 with flag 1215000/1215000
867.90/864.02	c cleaning 49003 clauses out of 98016 with flag 1265000/1265000
908.70/904.84	c cleaning 49975 clauses out of 100013 with flag 1316000/1316000
936.50/932.66	c cleaning 51010 clauses out of 102039 with flag 1368001/1368001
973.41/969.53	c cleaning 52007 clauses out of 104028 with flag 1421000/1421000
1009.32/1005.46	c cleaning 53004 clauses out of 106021 with flag 1475000/1475000
1048.23/1044.35	c cleaning 53991 clauses out of 108019 with flag 1530002/1530002
1092.05/1088.19	c cleaning 54992 clauses out of 110027 with flag 1586001/1586001
1136.43/1132.59	c cleaning 56005 clauses out of 112035 with flag 1643001/1643001
1176.33/1172.45	c cleaning 57000 clauses out of 114029 with flag 1701000/1701000
1215.92/1212.07	c cleaning 57996 clauses out of 116029 with flag 1760000/1760000
1260.21/1256.32	c cleaning 59013 clauses out of 118035 with flag 1820002/1820002
1306.31/1302.47	c cleaning 59995 clauses out of 120020 with flag 1881000/1881000
1352.80/1348.97	c cleaning 60996 clauses out of 122025 with flag 1943000/1943000
1397.00/1393.18	c cleaning 62009 clauses out of 124029 with flag 2006000/2006000
1441.91/1438.01	c cleaning 62993 clauses out of 126020 with flag 2070000/2070000
1493.12/1489.24	c cleaning 64011 clauses out of 128029 with flag 2135002/2135002
1544.44/1540.53	c cleaning 64997 clauses out of 130016 with flag 2201000/2201000
1598.45/1594.55	c cleaning 66005 clauses out of 132020 with flag 2268001/2268001
1653.16/1649.20	c cleaning 66997 clauses out of 134016 with flag 2336002/2336002
1740.70/1736.79	c cleaning 67996 clauses out of 136021 with flag 2405004/2405004
1800.02/1796.01	c starts		: 230
1800.02/1796.01	c conflicts		: 2465428
1800.02/1796.01	c decisions		: 3101700
1800.02/1796.01	c propagations		: 420131380
1800.02/1796.01	c inspects		: 8527211505
1800.02/1796.01	c shortcuts		: 0
1800.02/1796.01	c learnt literals	: 0
1800.02/1796.01	c learnt binary clauses	: 0
1800.02/1796.01	c learnt ternary clauses	: 0
1800.02/1796.01	c learnt constraints	: 2465428
1800.02/1796.01	c ignored constraints	: 0
1800.02/1796.01	c root simplifications	: 230
1800.02/1796.01	c removed literals (reason simplification)	: 124706628
1800.02/1796.01	c reason swapping (by a shorter reason)	: 0
1800.02/1796.01	c Calls to reduceDB	: 65
1800.02/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.01	c number of learned constraints concerned by reduction	: 0
1800.02/1796.01	c number of learning phase by resolution	: 0
1800.02/1796.01	c number of learning phase by cutting planes	: 0
1800.02/1796.01	c speed (assignments/second)	: 234275.3536312198
1800.02/1796.01	c non guided choices	3725
1800.02/1796.04	c learnt constraints type 
1800.02/1796.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128470
1800.02/1796.04	c constraints type 
1800.02/1796.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1800.02/1796.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.02/1796.04	c 656900 constraints processed.
1800.02/1796.04	s UNKNOWN
1800.02/1796.04	c Total wall clock time (in seconds): 1795.913

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.90 2/172 23799
/proc/meminfo: memFree=28703284/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/23799/stat : 23799 (java) R 23797 23799 21372 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 280186336 2560000 46 33554432000 1073741824 1073778376 140736603167440 140736603164568 227503336743 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23799/statm: 625 46 37 9 0 29 0

[startup+0.043412 s]
/proc/loadavg: 2.00 1.99 1.90 2/172 23799
/proc/meminfo: memFree=28703284/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/23799/stat : 23799 (java) S 23797 23799 21372 0 -1 4202496 2969 0 1 0 1 1 0 0 20 0 13 0 280186336 9446973440 3667 33554432000 1073741824 1073778376 140735042111296 140735042102432 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23799/statm: 2306390 3669 1663 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.1002 s]
/proc/loadavg: 2.00 1.99 1.90 2/172 23799
/proc/meminfo: memFree=28703284/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/23799/stat : 23799 (java) S 23797 23799 21372 0 -1 4202496 4135 0 1 0 7 1 0 0 20 0 18 0 280186336 9787842560 5342 33554432000 1073741824 1073778376 140735042111296 140735042102432 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23799/statm: 2389610 5342 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300168 s]
/proc/loadavg: 2.00 1.99 1.90 2/172 23799
/proc/meminfo: memFree=28703284/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/23799/stat : 23799 (java) S 23797 23799 21372 0 -1 4202496 5525 0 1 0 44 1 0 0 20 0 18 0 280186336 9787842560 8617 33554432000 1073741824 1073778376 140735042111296 140735042102432 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23799/statm: 2389610 8617 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700264 s]
/proc/loadavg: 2.00 1.99 1.90 2/172 23799
/proc/meminfo: memFree=28703284/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=9558440 CPUtime=1.08 cores=1,3,5,7
/proc/23799/stat : 23799 (java) S 23797 23799 21372 0 -1 4202496 7606 0 1 0 105 3 0 0 20 0 18 0 280186336 9787842560 40822 33554432000 1073741824 1073778376 140735042111296 140735042102432 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23799/statm: 2389610 40822 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9558440

[startup+1.50069 s]
/proc/loadavg: 2.00 1.99 1.90 3/209 23868
/proc/meminfo: memFree=28489088/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=9558440 CPUtime=2.03 cores=1,3,5,7
/proc/23799/stat : 23799 (java) S 23797 23799 21372 0 -1 4202496 7850 0 1 0 195 8 0 0 20 0 18 0 280186336 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 140735042102432 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23799/statm: 2389610 78840 2253 9 0 2380296 0
[pid=23799/tid=23804] ppid=23797 vsize=9558440 CPUtime=1.38 cores=1,3,5,7
/proc/23799/task/23804/stat : 23804 (java) R 23797 23799 21372 0 -1 4202560 2616 0 1 0 134 4 0 0 20 0 18 0 280186337 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139970082319720 139969914497464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23808] ppid=23797 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/23799/task/23808/stat : 23808 (java) S 23797 23799 21372 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 280186338 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139970043812008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23809] ppid=23797 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/23799/task/23809/stat : 23809 (java) S 23797 23799 21372 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 280186338 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139970042759464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23810] ppid=23797 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/23799/task/23810/stat : 23810 (java) S 23797 23799 21372 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 280186338 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139970041706920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23811] ppid=23797 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/23799/task/23811/stat : 23811 (java) S 23797 23799 21372 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 280186338 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139970040654376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23812] ppid=23797 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/23799/task/23812/stat : 23812 (java) S 23797 23799 21372 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 280186338 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139970039601832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23813] ppid=23797 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/23799/task/23813/stat : 23813 (java) S 23797 23799 21372 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 280186338 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139970038549288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23814] ppid=23797 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/23799/task/23814/stat : 23814 (java) S 23797 23799 21372 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 18 0 280186338 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139970037496744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23815] ppid=23797 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/23799/task/23815/stat : 23815 (java) S 23797 23799 21372 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 280186338 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139970036444200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23816] ppid=23797 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23816/stat : 23816 (java) S 23797 23799 21372 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 280186339 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139969906571368 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23817] ppid=23797 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23817/stat : 23817 (java) S 23797 23799 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 280186340 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139969905517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23818] ppid=23797 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23818/stat : 23818 (java) S 23797 23799 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280186340 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139969904465032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23819] ppid=23797 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23819/stat : 23819 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280186342 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139969903413776 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23820] ppid=23797 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/23799/task/23820/stat : 23820 (java) S 23797 23799 21372 0 -1 4202560 1058 0 0 0 15 0 0 0 20 0 18 0 280186342 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139969902361144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23821] ppid=23797 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/23799/task/23821/stat : 23821 (java) S 23797 23799 21372 0 -1 4202560 2718 0 0 0 19 0 0 0 20 0 18 0 280186342 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139969901308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23822] ppid=23797 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23822/stat : 23822 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280186342 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139969900256248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23823] ppid=23797 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23823/stat : 23823 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280186342 9787842560 78840 33554432000 1073741824 1073778376 140735042111296 139969899203912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9558440

[startup+3.10069 s]
/proc/loadavg: 2.00 1.99 1.90 3/209 23868
/proc/meminfo: memFree=28067508/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=9625004 CPUtime=4.04 cores=1,3,5,7
/proc/23799/stat : 23799 (java) S 23797 23799 21372 0 -1 4202496 8852 0 1 0 394 10 0 0 20 0 19 0 280186336 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 140735042102432 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23799/statm: 2406251 98707 2271 9 0 2396937 0
[pid=23799/tid=23804] ppid=23797 vsize=9625004 CPUtime=2.93 cores=1,3,5,7
/proc/23799/task/23804/stat : 23804 (java) R 23797 23799 21372 0 -1 4202560 2652 0 1 0 288 5 0 0 20 0 19 0 280186337 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139970082320824 139969914720885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23808] ppid=23797 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/23799/task/23808/stat : 23808 (java) S 23797 23799 21372 0 -1 4202560 52 0 0 0 6 1 0 0 20 0 19 0 280186338 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139970043812008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23809] ppid=23797 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/23799/task/23809/stat : 23809 (java) S 23797 23799 21372 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 280186338 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139970042759464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23810] ppid=23797 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/23799/task/23810/stat : 23810 (java) S 23797 23799 21372 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 19 0 280186338 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139970041706920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23811] ppid=23797 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/23799/task/23811/stat : 23811 (java) S 23797 23799 21372 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 280186338 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139970040654376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23812] ppid=23797 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/23799/task/23812/stat : 23812 (java) S 23797 23799 21372 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 280186338 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139970039601832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23813] ppid=23797 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/23799/task/23813/stat : 23813 (java) S 23797 23799 21372 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 280186338 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139970038549288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23814] ppid=23797 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/23799/task/23814/stat : 23814 (java) S 23797 23799 21372 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 280186338 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139970037496744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23815] ppid=23797 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/23799/task/23815/stat : 23815 (java) S 23797 23799 21372 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 280186338 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139970036444200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23816] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23816/stat : 23816 (java) S 23797 23799 21372 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 280186339 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139969906571368 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23817] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23817/stat : 23817 (java) S 23797 23799 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280186340 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139969905517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23818] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23818/stat : 23818 (java) S 23797 23799 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280186340 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139969904465032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23819] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23819/stat : 23819 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139969903413776 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23820] ppid=23797 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/23799/task/23820/stat : 23820 (java) S 23797 23799 21372 0 -1 4202560 1686 0 0 0 32 0 0 0 20 0 19 0 280186342 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139969902361144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23821] ppid=23797 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/23799/task/23821/stat : 23821 (java) S 23797 23799 21372 0 -1 4202560 2951 0 0 0 33 0 0 0 20 0 19 0 280186342 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139969901308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23822] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23822/stat : 23822 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139969900256248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23823] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23823/stat : 23823 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 98707 33554432000 1073741824 1073778376 140735042111296 139969899203912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 2.00 1.99 1.90 3/211 23870
/proc/meminfo: memFree=27819436/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=9625004 CPUtime=7.5 cores=1,3,5,7
/proc/23799/stat : 23799 (java) S 23797 23799 21372 0 -1 4202496 9078 0 1 0 734 16 0 0 20 0 19 0 280186336 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 140735042102432 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23799/statm: 2406251 117328 2289 9 0 2396937 0
[pid=23799/tid=23804] ppid=23797 vsize=9625004 CPUtime=5.91 cores=1,3,5,7
/proc/23799/task/23804/stat : 23804 (java) R 23797 23799 21372 0 -1 4202560 2663 0 1 0 586 5 0 0 20 0 19 0 280186337 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139970082320568 139969914749803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23808] ppid=23797 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/23799/task/23808/stat : 23808 (java) S 23797 23799 21372 0 -1 4202560 69 0 0 0 8 2 0 0 20 0 19 0 280186338 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139970043812008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23809] ppid=23797 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/23799/task/23809/stat : 23809 (java) S 23797 23799 21372 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 19 0 280186338 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139970042759464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23810] ppid=23797 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/23799/task/23810/stat : 23810 (java) S 23797 23799 21372 0 -1 4202560 48 0 0 0 6 1 0 0 20 0 19 0 280186338 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139970041706920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23811] ppid=23797 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/23799/task/23811/stat : 23811 (java) S 23797 23799 21372 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 19 0 280186338 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139970040654376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23812] ppid=23797 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/23799/task/23812/stat : 23812 (java) S 23797 23799 21372 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 280186338 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139970039601832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23813] ppid=23797 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/23799/task/23813/stat : 23813 (java) S 23797 23799 21372 0 -1 4202560 39 0 0 0 6 1 0 0 20 0 19 0 280186338 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139970038549288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23814] ppid=23797 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/23799/task/23814/stat : 23814 (java) S 23797 23799 21372 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 280186338 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139970037496744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23815] ppid=23797 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/23799/task/23815/stat : 23815 (java) S 23797 23799 21372 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 19 0 280186338 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139970036444200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23816] ppid=23797 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/23799/task/23816/stat : 23816 (java) S 23797 23799 21372 0 -1 4202560 226 0 0 0 15 0 0 0 20 0 19 0 280186339 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139969906571368 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23817] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23817/stat : 23817 (java) S 23797 23799 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280186340 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139969905517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23818] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23818/stat : 23818 (java) S 23797 23799 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280186340 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139969904465032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23819] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23819/stat : 23819 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139969903413776 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23820] ppid=23797 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/23799/task/23820/stat : 23820 (java) S 23797 23799 21372 0 -1 4202560 1721 0 0 0 39 0 0 0 20 0 19 0 280186342 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139969902361144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23821] ppid=23797 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/23799/task/23821/stat : 23821 (java) S 23797 23799 21372 0 -1 4202560 2954 0 0 0 34 0 0 0 20 0 19 0 280186342 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139969901308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23822] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23822/stat : 23822 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139969900256248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23823] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23823/stat : 23823 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139969899203912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23869] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23869/stat : 23869 (java) S 23797 23799 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280186605 9856004096 117328 33554432000 1073741824 1073778376 140735042111296 139968890528552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.00 1.99 1.90 3/211 23870
/proc/meminfo: memFree=27738428/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=9625004 CPUtime=13.98 cores=1,3,5,7
/proc/23799/stat : 23799 (java) S 23797 23799 21372 0 -1 4202496 9100 0 1 0 1382 16 0 0 20 0 19 0 280186336 9856004096 119899 33554432000 1073741824 1073778376 140735042111296 140735042102432 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=23799/tid=23820] ppid=23797 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/23799/task/23820/stat : 23820 (java) S 23797 23799 21372 0 -1 4202560 2563 0 0 0 47 0 0 0 20 0 19 0 280186342 9856004096 197476 33554432000 1073741824 1073778376 140735042111296 139969902361144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23821] ppid=23797 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23799/task/23821/stat : 23821 (java) S 23797 23799 21372 0 -1 4202560 2954 0 0 0 36 0 0 0 20 0 19 0 280186342 9856004096 197476 33554432000 1073741824 1073778376 140735042111296 139969901308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23822] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23822/stat : 23822 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 197476 33554432000 1073741824 1073778376 140735042111296 139969900256248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23823] ppid=23797 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/23799/task/23823/stat : 23823 (java) S 23797 23799 21372 0 -1 4202560 95 0 0 0 22 24 0 0 20 0 19 0 280186342 9856004096 197476 33554432000 1073741824 1073778376 140735042111296 139969899203912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23869] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23869/stat : 23869 (java) S 23797 23799 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280186605 9856004096 197476 33554432000 1073741824 1073778376 140735042111296 139968890528552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.28
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/211 23908
/proc/meminfo: memFree=27097028/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=9625004 CPUtime=1726.3 cores=1,3,5,7
/proc/23799/stat : 23799 (java) S 23797 23799 21372 0 -1 4202496 10939 0 1 0 172550 80 0 0 20 0 19 0 280186336 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 140735042102432 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23799/statm: 2406251 202596 2290 9 0 2396937 0
[pid=23799/tid=23804] ppid=23797 vsize=9625004 CPUtime=1704.53 cores=1,3,5,7
/proc/23799/task/23804/stat : 23804 (java) R 23797 23799 21372 0 -1 4202560 2757 0 1 0 170419 34 0 0 20 0 19 0 280186337 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139970082320688 139969914611084 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23808] ppid=23797 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/23799/task/23808/stat : 23808 (java) S 23797 23799 21372 0 -1 4202560 155 0 0 0 40 4 0 0 20 0 19 0 280186338 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139970043812008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23809] ppid=23797 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/23799/task/23809/stat : 23809 (java) S 23797 23799 21372 0 -1 4202560 115 0 0 0 45 6 0 0 20 0 19 0 280186338 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139970042759464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23810] ppid=23797 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/23799/task/23810/stat : 23810 (java) S 23797 23799 21372 0 -1 4202560 158 0 0 0 45 7 0 0 20 0 19 0 280186338 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139970041706920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23811] ppid=23797 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/23799/task/23811/stat : 23811 (java) S 23797 23799 21372 0 -1 4202560 112 0 0 0 53 4 0 0 20 0 19 0 280186338 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139970040654376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23812] ppid=23797 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/23799/task/23812/stat : 23812 (java) S 23797 23799 21372 0 -1 4202560 132 0 0 0 48 5 0 0 20 0 19 0 280186338 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139970039601832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23813] ppid=23797 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/23799/task/23813/stat : 23813 (java) S 23797 23799 21372 0 -1 4202560 131 0 0 0 51 6 0 0 20 0 19 0 280186338 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139970038549288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23814] ppid=23797 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/23799/task/23814/stat : 23814 (java) S 23797 23799 21372 0 -1 4202560 93 0 0 0 41 5 0 0 20 0 19 0 280186338 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139970037496744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23815] ppid=23797 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/23799/task/23815/stat : 23815 (java) S 23797 23799 21372 0 -1 4202560 145 0 0 0 50 6 0 0 20 0 19 0 280186338 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139970036444200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23816] ppid=23797 vsize=9625004 CPUtime=11.91 cores=1,3,5,7
/proc/23799/task/23816/stat : 23816 (java) S 23797 23799 21372 0 -1 4202560 339 0 0 0 1189 2 0 0 20 0 19 0 280186339 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139969906571368 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23817] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23817/stat : 23817 (java) S 23797 23799 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280186340 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139969905517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23818] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23818/stat : 23818 (java) S 23797 23799 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280186340 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139969904465032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23819] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23819/stat : 23819 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139969903413776 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23820] ppid=23797 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/23799/task/23820/stat : 23820 (java) S 23797 23799 21372 0 -1 4202560 2563 0 0 0 47 0 0 0 20 0 19 0 280186342 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139969902361144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23821] ppid=23797 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23799/task/23821/stat : 23821 (java) S 23797 23799 21372 0 -1 4202560 2954 0 0 0 36 0 0 0 20 0 19 0 280186342 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139969901308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23822] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23822/stat : 23822 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139969900256248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23823] ppid=23797 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/23799/task/23823/stat : 23823 (java) S 23797 23799 21372 0 -1 4202560 99 0 0 0 24 25 0 0 20 0 19 0 280186342 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139969899203912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23869] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23869/stat : 23869 (java) S 23797 23799 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280186605 9856004096 202596 33554432000 1073741824 1073778376 140735042111296 139968890528552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.3
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/211 23908
/proc/meminfo: memFree=26943804/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=9625004 CPUtime=1786.31 cores=1,3,5,7
/proc/23799/stat : 23799 (java) S 23797 23799 21372 0 -1 4202496 10977 0 1 0 178549 82 0 0 20 0 19 0 280186336 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 140735042102432 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23799/statm: 2406251 218793 2290 9 0 2396937 0
[pid=23799/tid=23804] ppid=23797 vsize=9625004 CPUtime=1764.17 cores=1,3,5,7
/proc/23799/task/23804/stat : 23804 (java) R 23797 23799 21372 0 -1 4202560 2789 0 1 0 176381 36 0 0 20 0 19 0 280186337 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970082320688 139969914601735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23808] ppid=23797 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/23799/task/23808/stat : 23808 (java) S 23797 23799 21372 0 -1 4202560 155 0 0 0 40 4 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970043812008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23809] ppid=23797 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/23799/task/23809/stat : 23809 (java) S 23797 23799 21372 0 -1 4202560 115 0 0 0 45 6 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970042759464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23810] ppid=23797 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/23799/task/23810/stat : 23810 (java) S 23797 23799 21372 0 -1 4202560 158 0 0 0 45 7 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970041706920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23811] ppid=23797 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/23799/task/23811/stat : 23811 (java) S 23797 23799 21372 0 -1 4202560 112 0 0 0 53 4 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970040654376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23812] ppid=23797 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/23799/task/23812/stat : 23812 (java) S 23797 23799 21372 0 -1 4202560 132 0 0 0 48 5 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970039601832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23813] ppid=23797 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/23799/task/23813/stat : 23813 (java) S 23797 23799 21372 0 -1 4202560 131 0 0 0 51 6 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970038549288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23814] ppid=23797 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/23799/task/23814/stat : 23814 (java) S 23797 23799 21372 0 -1 4202560 93 0 0 0 41 5 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970037496744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23815] ppid=23797 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/23799/task/23815/stat : 23815 (java) S 23797 23799 21372 0 -1 4202560 145 0 0 0 50 6 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970036444200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23816] ppid=23797 vsize=9625004 CPUtime=12.12 cores=1,3,5,7
/proc/23799/task/23816/stat : 23816 (java) S 23797 23799 21372 0 -1 4202560 341 0 0 0 1210 2 0 0 20 0 19 0 280186339 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969906571368 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23817] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23817/stat : 23817 (java) S 23797 23799 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280186340 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969905517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23818] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23818/stat : 23818 (java) S 23797 23799 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280186340 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969904465032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23819] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23819/stat : 23819 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969903413776 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23820] ppid=23797 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/23799/task/23820/stat : 23820 (java) S 23797 23799 21372 0 -1 4202560 2563 0 0 0 47 0 0 0 20 0 19 0 280186342 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969902361144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23821] ppid=23797 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23799/task/23821/stat : 23821 (java) S 23797 23799 21372 0 -1 4202560 2954 0 0 0 36 0 0 0 20 0 19 0 280186342 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969901308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23822] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23822/stat : 23822 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969900256248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23823] ppid=23797 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/23799/task/23823/stat : 23823 (java) S 23797 23799 21372 0 -1 4202560 103 0 0 0 25 25 0 0 20 0 19 0 280186342 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969899203912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23869] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23869/stat : 23869 (java) S 23797 23799 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280186605 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139968890528552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.31
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.00 2.00 1.93 3/210 23908
/proc/meminfo: memFree=26943808/32873624 swapFree=7104/7104
[pid=23799] ppid=23797 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/23799/stat : 23799 (java) S 23797 23799 21372 0 -1 4202496 10977 0 1 0 179920 82 0 0 20 0 19 0 280186336 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 140735042102432 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23799/statm: 2406251 218793 2290 9 0 2396937 0
[pid=23799/tid=23804] ppid=23797 vsize=9625004 CPUtime=1777.85 cores=1,3,5,7
/proc/23799/task/23804/stat : 23804 (java) R 23797 23799 21372 0 -1 4202560 2789 0 1 0 177748 37 0 0 20 0 19 0 280186337 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970082320688 139969914791764 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23808] ppid=23797 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/23799/task/23808/stat : 23808 (java) S 23797 23799 21372 0 -1 4202560 155 0 0 0 40 4 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970043812008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23809] ppid=23797 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/23799/task/23809/stat : 23809 (java) S 23797 23799 21372 0 -1 4202560 115 0 0 0 45 6 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970042759464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23810] ppid=23797 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/23799/task/23810/stat : 23810 (java) S 23797 23799 21372 0 -1 4202560 158 0 0 0 45 7 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970041706920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23811] ppid=23797 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/23799/task/23811/stat : 23811 (java) S 23797 23799 21372 0 -1 4202560 112 0 0 0 53 4 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970040654376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23812] ppid=23797 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/23799/task/23812/stat : 23812 (java) S 23797 23799 21372 0 -1 4202560 132 0 0 0 48 5 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970039601832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23813] ppid=23797 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/23799/task/23813/stat : 23813 (java) S 23797 23799 21372 0 -1 4202560 131 0 0 0 51 6 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970038549288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23814] ppid=23797 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/23799/task/23814/stat : 23814 (java) S 23797 23799 21372 0 -1 4202560 93 0 0 0 41 5 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970037496744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23799/tid=23815] ppid=23797 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/23799/task/23815/stat : 23815 (java) S 23797 23799 21372 0 -1 4202560 145 0 0 0 50 6 0 0 20 0 19 0 280186338 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139970036444200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23799/tid=23816] ppid=23797 vsize=9625004 CPUtime=12.12 cores=1,3,5,7
/proc/23799/task/23816/stat : 23816 (java) S 23797 23799 21372 0 -1 4202560 341 0 0 0 1210 2 0 0 20 0 19 0 280186339 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969906571368 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23817] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23817/stat : 23817 (java) S 23797 23799 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280186340 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969905517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23818] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23818/stat : 23818 (java) S 23797 23799 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280186340 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969904465032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23819] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23819/stat : 23819 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969903413776 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23820] ppid=23797 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/23799/task/23820/stat : 23820 (java) S 23797 23799 21372 0 -1 4202560 2563 0 0 0 47 0 0 0 20 0 19 0 280186342 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969902361144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23821] ppid=23797 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23799/task/23821/stat : 23821 (java) S 23797 23799 21372 0 -1 4202560 2954 0 0 0 36 0 0 0 20 0 19 0 280186342 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969901308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23822] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23822/stat : 23822 (java) S 23797 23799 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186342 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969900256248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23799/tid=23823] ppid=23797 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/23799/task/23823/stat : 23823 (java) S 23797 23799 21372 0 -1 4202560 103 0 0 0 26 25 0 0 20 0 19 0 280186342 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139969899203912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23799/tid=23869] ppid=23797 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23799/task/23869/stat : 23869 (java) S 23797 23799 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280186605 9856004096 218793 33554432000 1073741824 1073778376 140735042111296 139968890528552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 23799 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=610177
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=210815
# CPU time returned by wait4() is 1795.82
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.05
CPU time (s): 1800.02
CPU user time (s): 1799.2
CPU system time (s): 0.82
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.21081
maximum resident set size= 875296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11011
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39104
involuntary context switches= 25345

runsolver used 6.17006 second user time and 14.2428 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 19:43:29
IDJOB=3710690
IDBENCH=1972
IDSOLVER=2289
FILE ID=node121/3710690-1338140608
RUNJOBID= node121-1338138816-23673
PBS_JOBID= 14624482
Free space on /tmp= 71692 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_9.opb.PB06.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-3710690-1338140608/watcher-3710690-1338140608 -o /tmp/evaluation-result-3710690-1338140608/solver-3710690-1338140608 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710690-1338140608.opb

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

MD5SUM BENCH= 093efae700664f798191c0b27cec34af
RANDOM SEED=1864611878

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        28701044 kB
Buffers:          510332 kB
Cached:          2791628 kB
SwapCached:            0 kB
Active:           794424 kB
Inactive:        2521492 kB
Active(anon):      15368 kB
Inactive(anon):        0 kB
Active(file):     779056 kB
Inactive(file):  2521492 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17516 kB
Writeback:             0 kB
AnonPages:         19748 kB
Mapped:            14208 kB
Shmem:               200 kB
Slab:             718104 kB
SReclaimable:     162324 kB
SUnreclaim:       555780 kB
KernelStack:        1408 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     125660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71676 MiB
End job on node121 at 2012-05-27 20:13:27