Trace number 3710687

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM5f836d1b8d150c1925229546ed283812
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark371
Best CPU time to get the best result obtained on this benchmark1793.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 453
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 491651
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 491651
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710687-1338140453.opb
0.09/0.12	c reading problem ... 
3.31/2.72	c ... done. Wall clock time 2.595s.
4.03/3.19	c declared #vars     10000
4.03/3.19	c #constraints  656900
4.03/3.19	c constraints type 
4.03/3.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
4.03/3.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
4.03/3.19	c 656900 constraints processed.
5.89/4.96	c cleaning 2495 clauses out of 5003 with flag 5003/5003
9.03/7.82	c cleaning 4252 clauses out of 8507 with flag 11002/11002
12.56/11.37	c cleaning 5622 clauses out of 11253 with flag 18000/18000
16.71/15.47	c cleaning 6811 clauses out of 13631 with flag 26000/26000
22.51/21.15	c cleaning 7904 clauses out of 15820 with flag 35000/35000
28.24/26.86	c cleaning 8953 clauses out of 17920 with flag 45004/45004
34.00/32.51	c cleaning 9972 clauses out of 19964 with flag 56001/56001
40.23/38.77	c cleaning 10989 clauses out of 21991 with flag 68000/68000
47.38/45.85	c cleaning 11998 clauses out of 24003 with flag 81001/81001
55.05/53.49	c cleaning 12999 clauses out of 26005 with flag 95001/95001
65.54/63.89	c cleaning 13997 clauses out of 28005 with flag 110000/110000
73.90/72.13	c cleaning 14998 clauses out of 30008 with flag 126000/126000
82.59/80.72	c cleaning 15995 clauses out of 32011 with flag 143001/143001
96.46/94.52	c cleaning 17000 clauses out of 34015 with flag 161000/161000
106.51/104.51	c cleaning 18002 clauses out of 36015 with flag 180000/180000
116.60/114.53	c cleaning 19003 clauses out of 38013 with flag 200000/200000
130.29/128.11	c cleaning 19981 clauses out of 40010 with flag 221000/221000
143.79/141.50	c cleaning 21001 clauses out of 42029 with flag 243000/243000
157.06/154.70	c cleaning 22008 clauses out of 44031 with flag 266003/266003
170.88/168.46	c cleaning 23000 clauses out of 46022 with flag 290002/290002
185.85/183.34	c cleaning 23993 clauses out of 48020 with flag 315000/315000
202.34/199.77	c cleaning 25012 clauses out of 50029 with flag 341002/341002
218.38/215.61	c cleaning 26001 clauses out of 52016 with flag 368001/368001
237.55/234.78	c cleaning 26999 clauses out of 54014 with flag 396000/396000
254.63/251.72	c cleaning 28001 clauses out of 56016 with flag 425001/425001
273.84/270.86	c cleaning 29003 clauses out of 58016 with flag 455002/455002
294.13/291.10	c cleaning 29997 clauses out of 60011 with flag 486000/486000
316.83/313.70	c cleaning 30983 clauses out of 62014 with flag 518000/518000
341.74/338.42	c cleaning 32006 clauses out of 64032 with flag 551001/551001
372.44/369.08	c cleaning 33005 clauses out of 66025 with flag 585000/585000
393.80/390.20	c cleaning 34003 clauses out of 68020 with flag 620000/620000
417.12/413.49	c cleaning 34999 clauses out of 70017 with flag 656000/656000
443.21/439.41	c cleaning 36000 clauses out of 72020 with flag 693002/693002
472.23/468.30	c cleaning 37001 clauses out of 74019 with flag 731001/731001
501.47/497.46	c cleaning 37999 clauses out of 76017 with flag 770000/770000
531.97/527.92	c cleaning 38991 clauses out of 78018 with flag 810000/810000
567.18/563.16	c cleaning 40010 clauses out of 80027 with flag 851000/851000
595.95/591.79	c cleaning 41001 clauses out of 82018 with flag 893001/893001
624.36/620.19	c cleaning 41999 clauses out of 84018 with flag 936002/936002
653.06/648.82	c cleaning 42997 clauses out of 86017 with flag 980000/980000
689.97/685.73	c cleaning 44000 clauses out of 88020 with flag 1025000/1025000
728.18/723.96	c cleaning 45001 clauses out of 90021 with flag 1071001/1071001
761.19/756.97	c cleaning 46002 clauses out of 92019 with flag 1118000/1118000
800.70/796.45	c cleaning 47002 clauses out of 94018 with flag 1166001/1166001
834.71/830.47	c cleaning 47999 clauses out of 96015 with flag 1215000/1215000
871.30/867.07	c cleaning 49003 clauses out of 98016 with flag 1265000/1265000
912.09/907.82	c cleaning 49975 clauses out of 100013 with flag 1316000/1316000
939.79/935.58	c cleaning 51010 clauses out of 102039 with flag 1368001/1368001
976.59/972.39	c cleaning 52007 clauses out of 104028 with flag 1421000/1421000
1012.58/1008.31	c cleaning 53004 clauses out of 106021 with flag 1475000/1475000
1051.48/1047.27	c cleaning 53991 clauses out of 108019 with flag 1530002/1530002
1095.47/1091.26	c cleaning 54992 clauses out of 110027 with flag 1586001/1586001
1140.06/1135.84	c cleaning 56005 clauses out of 112035 with flag 1643001/1643001
1180.06/1175.87	c cleaning 57000 clauses out of 114029 with flag 1701000/1701000
1219.85/1215.67	c cleaning 57996 clauses out of 116029 with flag 1760000/1760000
1264.25/1260.02	c cleaning 59013 clauses out of 118035 with flag 1820002/1820002
1310.33/1306.20	c cleaning 59995 clauses out of 120020 with flag 1881000/1881000
1356.92/1352.77	c cleaning 60996 clauses out of 122025 with flag 1943000/1943000
1401.13/1396.99	c cleaning 62009 clauses out of 124029 with flag 2006000/2006000
1446.02/1441.90	c cleaning 62993 clauses out of 126020 with flag 2070000/2070000
1497.61/1493.43	c cleaning 64011 clauses out of 128029 with flag 2135002/2135002
1549.30/1545.10	c cleaning 64997 clauses out of 130016 with flag 2201000/2201000
1603.60/1599.41	c cleaning 66005 clauses out of 132020 with flag 2268001/2268001
1658.59/1654.42	c cleaning 66997 clauses out of 134016 with flag 2336002/2336002
1751.42/1747.25	c cleaning 67996 clauses out of 136021 with flag 2405004/2405004
1800.03/1795.81	c starts		: 230
1800.03/1795.81	c conflicts		: 2450955
1800.03/1795.81	c decisions		: 3082832
1800.03/1795.81	c propagations		: 418101938
1800.03/1795.81	c inspects		: 8467380321
1800.03/1795.81	c shortcuts		: 0
1800.03/1795.81	c learnt literals	: 0
1800.03/1795.81	c learnt binary clauses	: 0
1800.03/1795.81	c learnt ternary clauses	: 0
1800.03/1795.81	c learnt constraints	: 2450955
1800.03/1795.81	c ignored constraints	: 0
1800.03/1795.81	c root simplifications	: 230
1800.03/1795.81	c removed literals (reason simplification)	: 123083624
1800.03/1795.81	c reason swapping (by a shorter reason)	: 0
1800.03/1795.81	c Calls to reduceDB	: 65
1800.03/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.81	c number of learned constraints concerned by reduction	: 0
1800.03/1795.81	c number of learning phase by resolution	: 0
1800.03/1795.81	c number of learning phase by cutting planes	: 0
1800.03/1795.81	c speed (assignments/second)	: 233176.09368046158
1800.03/1795.81	c non guided choices	3725
1800.03/1795.84	c learnt constraints type 
1800.03/1795.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114017
1800.03/1795.84	c constraints type 
1800.03/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1800.03/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.03/1795.84	c 656900 constraints processed.
1800.03/1795.84	s UNKNOWN
1800.03/1795.84	c Total wall clock time (in seconds): 1795.714

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-3710687-1338140453/watcher-3710687-1338140453 -o /tmp/evaluation-result-3710687-1338140453/solver-3710687-1338140453 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710687-1338140453.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.02 2.00 2/174 25060
/proc/meminfo: memFree=31370508/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/25060/stat : 25060 (java) R 25058 25060 22368 0 -1 4194304 275 0 0 0 0 0 0 0 20 0 1 0 280169886 274432 23 33554432000 1073741824 1073778376 140736238396368 140733445133896 212064104234 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25060/statm: 68 29 21 9 0 25 0

[startup+0.0432789 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 25060
/proc/meminfo: memFree=31370508/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/25060/stat : 25060 (java) S 25058 25060 22368 0 -1 4202496 3013 0 1 0 1 0 0 0 20 0 13 0 280169886 9446973440 3710 33554432000 1073741824 1073778376 140736238396368 140736238387504 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25060/statm: 2306390 3711 1692 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100265 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 25060
/proc/meminfo: memFree=31370508/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/25060/stat : 25060 (java) S 25058 25060 22368 0 -1 4202496 4199 0 1 0 8 1 0 0 20 0 18 0 280169886 9787842560 5406 33554432000 1073741824 1073778376 140736238396368 140736238387504 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25060/statm: 2389610 5406 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300172 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 25060
/proc/meminfo: memFree=31370508/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=9558440 CPUtime=0.44 cores=0,2,4,6
/proc/25060/stat : 25060 (java) S 25058 25060 22368 0 -1 4202496 5308 0 1 0 43 1 0 0 20 0 18 0 280169886 9787842560 8560 33554432000 1073741824 1073778376 140736238396368 140736238387504 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25060/statm: 2389610 8560 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700232 s]
/proc/loadavg: 2.01 2.02 2.00 2/174 25060
/proc/meminfo: memFree=31370508/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=9558440 CPUtime=1.07 cores=0,2,4,6
/proc/25060/stat : 25060 (java) S 25058 25060 22368 0 -1 4202496 7460 0 1 0 102 5 0 0 20 0 18 0 280169886 9787842560 40789 33554432000 1073741824 1073778376 140736238396368 140736238387504 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25060/statm: 2389610 40789 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9558440

[startup+1.50074 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 25105
/proc/meminfo: memFree=31042948/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=9558440 CPUtime=1.99 cores=0,2,4,6
/proc/25060/stat : 25060 (java) S 25058 25060 22368 0 -1 4202496 7711 0 1 0 189 10 0 0 20 0 18 0 280169886 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140736238387504 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25060/statm: 2389610 78807 2253 9 0 2380296 0
[pid=25060/tid=25062] ppid=25058 vsize=9558440 CPUtime=1.4 cores=0,2,4,6
/proc/25060/task/25062/stat : 25062 (java) R 25058 25060 22368 0 -1 4202560 2633 0 1 0 135 5 0 0 20 0 18 0 280169887 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140631109578088 212076651789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25063] ppid=25058 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/25060/task/25063/stat : 25063 (java) S 25058 25060 22368 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 280169888 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140631071070760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25064] ppid=25058 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/25060/task/25064/stat : 25064 (java) S 25058 25060 22368 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 280169888 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140631070017960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25065] ppid=25058 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25065/stat : 25065 (java) S 25058 25060 22368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 280169888 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140631068965160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25066] ppid=25058 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/25060/task/25066/stat : 25066 (java) S 25058 25060 22368 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 280169888 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140631067912360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25067] ppid=25058 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25067/stat : 25067 (java) S 25058 25060 22368 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 280169888 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140631066860584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25068] ppid=25058 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/25060/task/25068/stat : 25068 (java) S 25058 25060 22368 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 280169888 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140631065807784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25060/tid=25069] ppid=25058 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/25060/task/25069/stat : 25069 (java) S 25058 25060 22368 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 280169888 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140631064754984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25070] ppid=25058 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/25060/task/25070/stat : 25070 (java) S 25058 25060 22368 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 280169888 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140631063702184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25071] ppid=25058 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25071/stat : 25071 (java) S 25058 25060 22368 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 280169889 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140630933092840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25072] ppid=25058 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25072/stat : 25072 (java) S 25058 25060 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 280169890 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140630932038904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25073] ppid=25058 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25073/stat : 25073 (java) S 25058 25060 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280169890 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140630930985992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25074] ppid=25058 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25074/stat : 25074 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280169892 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140630929934480 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25075] ppid=25058 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/25060/task/25075/stat : 25075 (java) S 25058 25060 22368 0 -1 4202560 1403 0 0 0 18 0 0 0 20 0 18 0 280169892 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140630928882616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25076] ppid=25058 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/25060/task/25076/stat : 25076 (java) S 25058 25060 22368 0 -1 4202560 2205 0 0 0 16 0 0 0 20 0 18 0 280169892 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140630927829816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25077] ppid=25058 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25077/stat : 25077 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280169892 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140630926777208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25078] ppid=25058 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25078/stat : 25078 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280169892 9787842560 78807 33554432000 1073741824 1073778376 140736238396368 140630925724616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9558440

[startup+3.10069 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 25105
/proc/meminfo: memFree=30720980/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=9625004 CPUtime=4.03 cores=0,2,4,6
/proc/25060/stat : 25060 (java) S 25058 25060 22368 0 -1 4202496 10048 0 1 0 388 15 0 0 20 0 19 0 280169886 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140736238387504 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25060/statm: 2406251 98839 2271 9 0 2396937 0
[pid=25060/tid=25062] ppid=25058 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/25060/task/25062/stat : 25062 (java) R 25058 25060 22368 0 -1 4202560 2669 0 1 0 289 7 0 0 20 0 19 0 280169887 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140631109579320 140630937015513 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25063] ppid=25058 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/25060/task/25063/stat : 25063 (java) S 25058 25060 22368 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 280169888 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140631071070760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25064] ppid=25058 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/25060/task/25064/stat : 25064 (java) S 25058 25060 22368 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 280169888 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140631070017960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25065] ppid=25058 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/25060/task/25065/stat : 25065 (java) S 25058 25060 22368 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 280169888 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140631068965160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25060/tid=25066] ppid=25058 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/25060/task/25066/stat : 25066 (java) S 25058 25060 22368 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 19 0 280169888 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140631067912360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25067] ppid=25058 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/25060/task/25067/stat : 25067 (java) S 25058 25060 22368 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 280169888 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140631066860584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25068] ppid=25058 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/25060/task/25068/stat : 25068 (java) S 25058 25060 22368 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 19 0 280169888 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140631065807784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25069] ppid=25058 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/25060/task/25069/stat : 25069 (java) S 25058 25060 22368 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 280169888 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140631064754984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25060/tid=25070] ppid=25058 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/25060/task/25070/stat : 25070 (java) S 25058 25060 22368 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 280169888 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140631063702184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25071] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25071/stat : 25071 (java) S 25058 25060 22368 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 280169889 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140630933092840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25072] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25072/stat : 25072 (java) S 25058 25060 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280169890 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140630932038904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25073] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25073/stat : 25073 (java) S 25058 25060 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280169890 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140630930985992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25074] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25074/stat : 25074 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140630929934480 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25075] ppid=25058 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/25060/task/25075/stat : 25075 (java) S 25058 25060 22368 0 -1 4202560 1938 0 0 0 34 0 0 0 20 0 19 0 280169892 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140630928882616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25076] ppid=25058 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/25060/task/25076/stat : 25076 (java) S 25058 25060 22368 0 -1 4202560 3866 0 0 0 33 0 0 0 20 0 19 0 280169892 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140630927829816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25077] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25077/stat : 25077 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140630926777208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25078] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25078/stat : 25078 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 98839 33554432000 1073741824 1073778376 140736238396368 140630925724616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.01 2.02 2.00 3/214 25107
/proc/meminfo: memFree=30438832/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=9625004 CPUtime=7.49 cores=0,2,4,6
/proc/25060/stat : 25060 (java) S 25058 25060 22368 0 -1 4202496 10283 0 1 0 729 20 0 0 20 0 19 0 280169886 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140736238387504 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25060/statm: 2406251 117340 2289 9 0 2396937 0
[pid=25060/tid=25062] ppid=25058 vsize=9625004 CPUtime=5.93 cores=0,2,4,6
/proc/25060/task/25062/stat : 25062 (java) R 25058 25060 22368 0 -1 4202560 2680 0 1 0 586 7 0 0 20 0 19 0 280169887 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140631109578936 140630936921996 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25063] ppid=25058 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/25060/task/25063/stat : 25063 (java) S 25058 25060 22368 0 -1 4202560 58 0 0 0 6 2 0 0 20 0 19 0 280169888 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140631071070760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25064] ppid=25058 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/25060/task/25064/stat : 25064 (java) S 25058 25060 22368 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 19 0 280169888 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140631070017960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25065] ppid=25058 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/25060/task/25065/stat : 25065 (java) S 25058 25060 22368 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 19 0 280169888 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140631068965160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25060/tid=25066] ppid=25058 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/25060/task/25066/stat : 25066 (java) S 25058 25060 22368 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 19 0 280169888 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140631067912360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25067] ppid=25058 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/25060/task/25067/stat : 25067 (java) S 25058 25060 22368 0 -1 4202560 58 0 0 0 4 1 0 0 20 0 19 0 280169888 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140631066860584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25068] ppid=25058 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/25060/task/25068/stat : 25068 (java) S 25058 25060 22368 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 19 0 280169888 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140631065807784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25069] ppid=25058 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/25060/task/25069/stat : 25069 (java) S 25058 25060 22368 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 19 0 280169888 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140631064754984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25060/tid=25070] ppid=25058 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/25060/task/25070/stat : 25070 (java) S 25058 25060 22368 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 280169888 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140631063702184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25071] ppid=25058 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/25060/task/25071/stat : 25071 (java) S 25058 25060 22368 0 -1 4202560 225 0 0 0 15 0 0 0 20 0 19 0 280169889 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140630933092840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25072] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25072/stat : 25072 (java) S 25058 25060 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280169890 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140630932038904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25073] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25073/stat : 25073 (java) S 25058 25060 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280169890 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140630930985992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25074] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25074/stat : 25074 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140630929934480 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25075] ppid=25058 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/25060/task/25075/stat : 25075 (java) S 25058 25060 22368 0 -1 4202560 1992 0 0 0 41 0 0 0 20 0 19 0 280169892 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140630928882616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25076] ppid=25058 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/25060/task/25076/stat : 25076 (java) S 25058 25060 22368 0 -1 4202560 3868 0 0 0 35 0 0 0 20 0 19 0 280169892 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140630927829816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25077] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25077/stat : 25077 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140630926777208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25078] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25078/stat : 25078 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140630925724616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25106] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25106/stat : 25106 (java) S 25058 25060 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280170160 9856004096 117340 33554432000 1073741824 1073778376 140736238396368 140630924670120 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 25107
/proc/meminfo: memFree=30416952/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=9625004 CPUtime=14 cores=0,2,4,6
/proc/25060/stat : 25060 (java) S 25058 25060 22368 0 -1 4202496 10306 0 1 0 1380 20 0 0 20 0 19 0 280169886 9856004096 120169 33554432000 1073741824 1073778376 140736238396368 140736238387504 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=25060/tid=25075] ppid=25058 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25060/task/25075/stat : 25075 (java) S 25058 25060 22368 0 -1 4202560 1992 0 0 0 43 0 0 0 20 0 19 0 280169892 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630928882616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25076] ppid=25058 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/25060/task/25076/stat : 25076 (java) S 25058 25060 22368 0 -1 4202560 4375 0 0 0 44 0 0 0 20 0 19 0 280169892 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630927829816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25077] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25077/stat : 25077 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630926777208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25078] ppid=25058 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/25060/task/25078/stat : 25078 (java) S 25058 25060 22368 0 -1 4202560 95 0 0 0 28 27 0 0 20 0 19 0 280169892 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630925724616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25106] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25106/stat : 25106 (java) S 25058 25060 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280170160 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630924670120 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.5
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25142
/proc/meminfo: memFree=29780076/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=9625004 CPUtime=1726.51 cores=0,2,4,6
/proc/25060/stat : 25060 (java) S 25058 25060 22368 0 -1 4202496 11810 0 1 0 172565 86 0 0 20 0 19 0 280169886 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140736238387504 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25060/statm: 2406251 196405 2290 9 0 2396937 0
[pid=25060/tid=25062] ppid=25058 vsize=9625004 CPUtime=1703.85 cores=0,2,4,6
/proc/25060/task/25062/stat : 25062 (java) R 25058 25060 22368 0 -1 4202560 2764 0 1 0 170350 35 0 0 20 0 19 0 280169887 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140631109579056 140630936955669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25063] ppid=25058 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/25060/task/25063/stat : 25063 (java) S 25058 25060 22368 0 -1 4202560 180 0 0 0 52 6 0 0 20 0 19 0 280169888 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140631071070760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25064] ppid=25058 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/25060/task/25064/stat : 25064 (java) S 25058 25060 22368 0 -1 4202560 126 0 0 0 49 5 0 0 20 0 19 0 280169888 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140631070017960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25065] ppid=25058 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25060/task/25065/stat : 25065 (java) S 25058 25060 22368 0 -1 4202560 147 0 0 0 59 8 0 0 20 0 19 0 280169888 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140631068965160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25066] ppid=25058 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/25060/task/25066/stat : 25066 (java) S 25058 25060 22368 0 -1 4202560 124 0 0 0 48 4 0 0 20 0 19 0 280169888 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140631067912360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25060/tid=25067] ppid=25058 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/25060/task/25067/stat : 25067 (java) S 25058 25060 22368 0 -1 4202560 140 0 0 0 54 6 0 0 20 0 19 0 280169888 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140631066860584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25060/tid=25068] ppid=25058 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/25060/task/25068/stat : 25068 (java) S 25058 25060 22368 0 -1 4202560 130 0 0 0 49 5 0 0 20 0 19 0 280169888 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140631065807784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25069] ppid=25058 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/25060/task/25069/stat : 25069 (java) S 25058 25060 22368 0 -1 4202560 124 0 0 0 49 5 0 0 20 0 19 0 280169888 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140631064754984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25070] ppid=25058 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/25060/task/25070/stat : 25070 (java) S 25058 25060 22368 0 -1 4202560 97 0 0 0 46 4 0 0 20 0 19 0 280169888 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140631063702184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25071] ppid=25058 vsize=9625004 CPUtime=12.52 cores=0,2,4,6
/proc/25060/task/25071/stat : 25071 (java) S 25058 25060 22368 0 -1 4202560 331 0 0 0 1251 1 0 0 20 0 19 0 280169889 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630933092840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25072] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25072/stat : 25072 (java) S 25058 25060 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280169890 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630932038904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25073] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25073/stat : 25073 (java) S 25058 25060 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280169890 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630930985992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25074] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25074/stat : 25074 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630929934480 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25075] ppid=25058 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25060/task/25075/stat : 25075 (java) S 25058 25060 22368 0 -1 4202560 1992 0 0 0 43 0 0 0 20 0 19 0 280169892 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630928882616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25076] ppid=25058 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/25060/task/25076/stat : 25076 (java) S 25058 25060 22368 0 -1 4202560 4375 0 0 0 44 0 0 0 20 0 19 0 280169892 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630927829816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25077] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25077/stat : 25077 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630926777208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25078] ppid=25058 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/25060/task/25078/stat : 25078 (java) S 25058 25060 22368 0 -1 4202560 99 0 0 0 29 28 0 0 20 0 19 0 280169892 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630925724616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25106] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25106/stat : 25106 (java) S 25058 25060 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280170160 9856004096 196405 33554432000 1073741824 1073778376 140736238396368 140630924670120 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.51
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 25145
/proc/meminfo: memFree=29631984/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=9625004 CPUtime=1786.52 cores=0,2,4,6
/proc/25060/stat : 25060 (java) S 25058 25060 22368 0 -1 4202496 11858 0 1 0 178564 88 0 0 20 0 19 0 280169886 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140736238387504 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25060/statm: 2406251 217397 2290 9 0 2396937 0
[pid=25060/tid=25062] ppid=25058 vsize=9625004 CPUtime=1763.48 cores=0,2,4,6
/proc/25060/task/25062/stat : 25062 (java) R 25058 25060 22368 0 -1 4202560 2806 0 1 0 176311 37 0 0 20 0 19 0 280169887 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140631109579056 140630936911652 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25063] ppid=25058 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/25060/task/25063/stat : 25063 (java) S 25058 25060 22368 0 -1 4202560 180 0 0 0 52 6 0 0 20 0 19 0 280169888 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140631071070760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25064] ppid=25058 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/25060/task/25064/stat : 25064 (java) S 25058 25060 22368 0 -1 4202560 126 0 0 0 49 5 0 0 20 0 19 0 280169888 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140631070017960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25065] ppid=25058 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25060/task/25065/stat : 25065 (java) S 25058 25060 22368 0 -1 4202560 147 0 0 0 59 8 0 0 20 0 19 0 280169888 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140631068965160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25066] ppid=25058 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/25060/task/25066/stat : 25066 (java) S 25058 25060 22368 0 -1 4202560 124 0 0 0 48 4 0 0 20 0 19 0 280169888 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140631067912360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25060/tid=25067] ppid=25058 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/25060/task/25067/stat : 25067 (java) S 25058 25060 22368 0 -1 4202560 140 0 0 0 54 6 0 0 20 0 19 0 280169888 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140631066860584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25060/tid=25068] ppid=25058 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/25060/task/25068/stat : 25068 (java) S 25058 25060 22368 0 -1 4202560 130 0 0 0 49 5 0 0 20 0 19 0 280169888 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140631065807784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25069] ppid=25058 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/25060/task/25069/stat : 25069 (java) S 25058 25060 22368 0 -1 4202560 124 0 0 0 49 5 0 0 20 0 19 0 280169888 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140631064754984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25070] ppid=25058 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/25060/task/25070/stat : 25070 (java) S 25058 25060 22368 0 -1 4202560 97 0 0 0 46 4 0 0 20 0 19 0 280169888 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140631063702184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25071] ppid=25058 vsize=9625004 CPUtime=12.72 cores=0,2,4,6
/proc/25060/task/25071/stat : 25071 (java) S 25058 25060 22368 0 -1 4202560 333 0 0 0 1271 1 0 0 20 0 19 0 280169889 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140630933092840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25072] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25072/stat : 25072 (java) S 25058 25060 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280169890 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140630932038904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25073] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25073/stat : 25073 (java) S 25058 25060 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280169890 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140630930985992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25074] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25074/stat : 25074 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140630929934480 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25075] ppid=25058 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25060/task/25075/stat : 25075 (java) S 25058 25060 22368 0 -1 4202560 1992 0 0 0 43 0 0 0 20 0 19 0 280169892 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140630928882616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25076] ppid=25058 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/25060/task/25076/stat : 25076 (java) S 25058 25060 22368 0 -1 4202560 4375 0 0 0 44 0 0 0 20 0 19 0 280169892 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140630927829816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25077] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25077/stat : 25077 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140630926777208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25078] ppid=25058 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/25060/task/25078/stat : 25078 (java) S 25058 25060 22368 0 -1 4202560 103 0 0 0 30 29 0 0 20 0 19 0 280169892 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140630925724616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25106] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25106/stat : 25106 (java) S 25058 25060 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280170160 9856004096 217397 33554432000 1073741824 1073778376 140736238396368 140630924670120 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 25146
/proc/meminfo: memFree=29629380/32873648 swapFree=6612/6612
[pid=25060] ppid=25058 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/25060/stat : 25060 (java) S 25058 25060 22368 0 -1 4202496 11858 0 1 0 179914 89 0 0 20 0 19 0 280169886 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140736238387504 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25060/statm: 2406251 218057 2290 9 0 2396937 0
[pid=25060/tid=25062] ppid=25058 vsize=9625004 CPUtime=1776.96 cores=0,2,4,6
/proc/25060/task/25062/stat : 25062 (java) R 25058 25060 22368 0 -1 4202560 2806 0 1 0 177658 38 0 0 20 0 19 0 280169887 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140631109579056 140630936972864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25060/tid=25063] ppid=25058 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/25060/task/25063/stat : 25063 (java) S 25058 25060 22368 0 -1 4202560 180 0 0 0 52 6 0 0 20 0 19 0 280169888 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140631071070760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25064] ppid=25058 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/25060/task/25064/stat : 25064 (java) S 25058 25060 22368 0 -1 4202560 126 0 0 0 49 5 0 0 20 0 19 0 280169888 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140631070017960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25065] ppid=25058 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25060/task/25065/stat : 25065 (java) S 25058 25060 22368 0 -1 4202560 147 0 0 0 59 8 0 0 20 0 19 0 280169888 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140631068965160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25066] ppid=25058 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/25060/task/25066/stat : 25066 (java) S 25058 25060 22368 0 -1 4202560 124 0 0 0 48 4 0 0 20 0 19 0 280169888 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140631067912360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25060/tid=25067] ppid=25058 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/25060/task/25067/stat : 25067 (java) S 25058 25060 22368 0 -1 4202560 140 0 0 0 54 6 0 0 20 0 19 0 280169888 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140631066860584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25060/tid=25068] ppid=25058 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/25060/task/25068/stat : 25068 (java) S 25058 25060 22368 0 -1 4202560 130 0 0 0 49 5 0 0 20 0 19 0 280169888 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140631065807784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25069] ppid=25058 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/25060/task/25069/stat : 25069 (java) S 25058 25060 22368 0 -1 4202560 124 0 0 0 49 5 0 0 20 0 19 0 280169888 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140631064754984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25070] ppid=25058 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/25060/task/25070/stat : 25070 (java) S 25058 25060 22368 0 -1 4202560 97 0 0 0 46 4 0 0 20 0 19 0 280169888 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140631063702184 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25071] ppid=25058 vsize=9625004 CPUtime=12.72 cores=0,2,4,6
/proc/25060/task/25071/stat : 25071 (java) S 25058 25060 22368 0 -1 4202560 333 0 0 0 1271 1 0 0 20 0 19 0 280169889 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140630933092840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25072] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25072/stat : 25072 (java) S 25058 25060 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280169890 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140630932038904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25073] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25073/stat : 25073 (java) S 25058 25060 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280169890 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140630930985992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25074] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25074/stat : 25074 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140630929934480 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25075] ppid=25058 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25060/task/25075/stat : 25075 (java) S 25058 25060 22368 0 -1 4202560 1992 0 0 0 43 0 0 0 20 0 19 0 280169892 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140630928882616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25076] ppid=25058 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/25060/task/25076/stat : 25076 (java) S 25058 25060 22368 0 -1 4202560 4375 0 0 0 44 0 0 0 20 0 19 0 280169892 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140630927829816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25077] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25077/stat : 25077 (java) S 25058 25060 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280169892 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140630926777208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25060/tid=25078] ppid=25058 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/25060/task/25078/stat : 25078 (java) S 25058 25060 22368 0 -1 4202560 103 0 0 0 30 29 0 0 20 0 19 0 280169892 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140630925724616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25060/tid=25106] ppid=25058 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25060/task/25106/stat : 25106 (java) S 25058 25060 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280170160 9856004096 218057 33554432000 1073741824 1073778376 140736238396368 140630924670120 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25060 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=717161
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=254809
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.85
CPU time (s): 1800.03
CPU user time (s): 1799.14
CPU system time (s): 0.89
CPU usage (%): 100.233
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.25481
maximum resident set size= 872472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11934
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= 39013
involuntary context switches= 25088

runsolver used 7.01993 second user time and 14.2828 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 19:40:54
IDJOB=3710687
IDBENCH=1970
IDSOLVER=2289
FILE ID=node148/3710687-1338140453
RUNJOBID= node148-1338138660-24908
PBS_JOBID= 14624498
Free space on /tmp= 71676 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_6.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-3710687-1338140453/watcher-3710687-1338140453 -o /tmp/evaluation-result-3710687-1338140453/solver-3710687-1338140453 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710687-1338140453.opb

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

MD5SUM BENCH= 5f836d1b8d150c1925229546ed283812
RANDOM SEED=1983775540

node148.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.284
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.56
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.284
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.94
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.284
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.284
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.284
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		: 2667.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31371392 kB
Buffers:          285720 kB
Cached:           357580 kB
SwapCached:          576 kB
Active:           475404 kB
Inactive:         182880 kB
Active(anon):       5780 kB
Inactive(anon):    11760 kB
Active(file):     469624 kB
Inactive(file):   171120 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:             25908 kB
Writeback:             0 kB
AnonPages:         22752 kB
Mapped:            10504 kB
Shmem:                96 kB
Slab:             706224 kB
SReclaimable:     148948 kB
SUnreclaim:       557276 kB
KernelStack:        1432 kB
PageTables:         4052 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71668 MiB
End job on node148 at 2012-05-27 20:10:52