Trace number 3709756

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.02 1793.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.14	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.14	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3709756-1338126419.opb
0.07/0.14	c reading problem ... 
4.12/3.33	c ... done. Wall clock time 3.193s.
4.12/3.33	c declared #vars     3750
4.12/3.33	c #constraints  468375
4.12/3.33	c constraints type 
4.12/3.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 467625
4.12/3.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
4.12/3.33	c 468375 constraints processed.
6.95/5.69	c cleaning 2494 clauses out of 5001 with flag 5001/5001
9.36/7.81	c cleaning 4244 clauses out of 8506 with flag 11000/11000
11.26/9.75	c cleaning 5623 clauses out of 11263 with flag 18001/18001
13.48/11.97	c cleaning 6818 clauses out of 13640 with flag 26001/26001
15.92/14.31	c cleaning 7903 clauses out of 15822 with flag 35001/35001
18.24/16.63	c cleaning 8949 clauses out of 17918 with flag 45000/45000
20.95/19.34	c cleaning 9975 clauses out of 19970 with flag 56001/56001
23.48/21.85	c cleaning 10988 clauses out of 21995 with flag 68001/68001
26.80/25.16	c cleaning 11999 clauses out of 24007 with flag 81001/81001
29.82/28.18	c cleaning 12995 clauses out of 26009 with flag 95002/95002
32.95/31.22	c cleaning 14001 clauses out of 28014 with flag 110002/110002
36.47/34.71	c cleaning 15002 clauses out of 30011 with flag 126000/126000
39.90/38.10	c cleaning 15998 clauses out of 32010 with flag 143001/143001
43.31/41.59	c cleaning 16999 clauses out of 34011 with flag 161000/161000
47.83/46.04	c cleaning 18000 clauses out of 36012 with flag 180000/180000
52.14/50.38	c cleaning 18998 clauses out of 38013 with flag 200001/200001
56.86/55.02	c cleaning 19996 clauses out of 40015 with flag 221001/221001
61.86/60.00	c cleaning 20997 clauses out of 42018 with flag 243000/243000
67.38/65.56	c cleaning 21999 clauses out of 44022 with flag 266001/266001
72.40/70.53	c cleaning 23006 clauses out of 46022 with flag 290000/290000
78.23/76.35	c cleaning 24003 clauses out of 48021 with flag 315005/315005
84.57/82.67	c cleaning 24988 clauses out of 50013 with flag 341000/341000
90.51/88.59	c cleaning 26006 clauses out of 52025 with flag 368000/368000
97.33/95.39	c cleaning 27003 clauses out of 54020 with flag 396001/396001
103.97/101.91	c cleaning 27998 clauses out of 56016 with flag 425000/425000
110.70/108.62	c cleaning 28998 clauses out of 58020 with flag 455002/455002
118.52/116.49	c cleaning 30004 clauses out of 60023 with flag 486003/486003
126.87/124.70	c cleaning 30998 clauses out of 62017 with flag 518001/518001
135.09/132.90	c cleaning 32002 clauses out of 64018 with flag 551000/551000
144.32/142.18	c cleaning 32987 clauses out of 66016 with flag 585000/585000
152.14/149.98	c cleaning 34007 clauses out of 68029 with flag 620000/620000
160.15/157.95	c cleaning 35002 clauses out of 70022 with flag 656000/656000
168.57/166.36	c cleaning 36001 clauses out of 72020 with flag 693000/693000
177.90/175.67	c cleaning 36998 clauses out of 74020 with flag 731001/731001
188.02/185.71	c cleaning 37994 clauses out of 76021 with flag 770000/770000
198.15/195.83	c cleaning 38984 clauses out of 78029 with flag 810002/810002
210.18/207.85	c cleaning 40005 clauses out of 80046 with flag 851003/851003
221.82/219.46	c cleaning 41009 clauses out of 82039 with flag 893001/893001
231.25/228.86	c cleaning 42005 clauses out of 84029 with flag 936000/936000
241.58/239.13	c cleaning 42998 clauses out of 86025 with flag 980001/980001
253.20/250.76	c cleaning 43999 clauses out of 88026 with flag 1025000/1025000
266.23/263.72	c cleaning 45002 clauses out of 90028 with flag 1071001/1071001
276.97/274.48	c cleaning 45987 clauses out of 92025 with flag 1118000/1118000
293.99/291.41	c cleaning 46992 clauses out of 94038 with flag 1166000/1166000
307.64/305.03	c cleaning 48017 clauses out of 96047 with flag 1215001/1215001
323.39/320.78	c cleaning 48993 clauses out of 98030 with flag 1265001/1265001
340.14/337.46	c cleaning 50009 clauses out of 100038 with flag 1316002/1316002
352.12/349.33	c cleaning 51002 clauses out of 102028 with flag 1368001/1368001
364.98/362.15	c cleaning 51994 clauses out of 104026 with flag 1421001/1421001
378.71/375.87	c cleaning 53006 clauses out of 106035 with flag 1475004/1475004
394.94/392.10	c cleaning 54002 clauses out of 108026 with flag 1530001/1530001
411.88/408.96	c cleaning 55002 clauses out of 110025 with flag 1586002/1586002
426.15/423.19	c cleaning 56004 clauses out of 112021 with flag 1643000/1643000
443.58/440.56	c cleaning 56993 clauses out of 114017 with flag 1701000/1701000
461.54/458.46	c cleaning 58000 clauses out of 116024 with flag 1760000/1760000
477.97/474.81	c cleaning 59000 clauses out of 118025 with flag 1820001/1820001
497.23/494.01	c cleaning 59992 clauses out of 120025 with flag 1881001/1881001
516.60/513.35	c cleaning 60998 clauses out of 122035 with flag 1943003/1943003
534.65/531.40	c cleaning 62000 clauses out of 124036 with flag 2006002/2006002
549.18/545.87	c cleaning 63002 clauses out of 126035 with flag 2070001/2070001
566.81/563.42	c cleaning 63997 clauses out of 128033 with flag 2135001/2135001
584.96/581.50	c cleaning 65004 clauses out of 130035 with flag 2201000/2201000
609.65/606.12	c cleaning 66002 clauses out of 132032 with flag 2268001/2268001
628.90/625.39	c cleaning 66998 clauses out of 134031 with flag 2336002/2336002
653.19/649.56	c cleaning 68006 clauses out of 136031 with flag 2405000/2405000
672.37/668.61	c cleaning 69008 clauses out of 138028 with flag 2475003/2475003
696.40/692.69	c cleaning 69992 clauses out of 140017 with flag 2546000/2546000
721.54/717.70	c cleaning 70999 clauses out of 142029 with flag 2618004/2618004
741.79/737.94	c cleaning 72004 clauses out of 144026 with flag 2691000/2691000
769.04/765.16	c cleaning 73002 clauses out of 146025 with flag 2765003/2765003
795.93/792.00	c cleaning 73979 clauses out of 148020 with flag 2840000/2840000
823.00/818.92	c cleaning 75009 clauses out of 150043 with flag 2916002/2916002
850.86/846.75	c cleaning 76007 clauses out of 152034 with flag 2993002/2993002
869.55/865.31	c cleaning 76999 clauses out of 154026 with flag 3071001/3071001
890.31/886.03	c cleaning 77986 clauses out of 156026 with flag 3150000/3150000
910.78/906.46	c cleaning 79014 clauses out of 158044 with flag 3230004/3230004
933.23/928.83	c cleaning 79983 clauses out of 160028 with flag 3311002/3311002
964.29/959.85	c cleaning 81002 clauses out of 162044 with flag 3393001/3393001
987.90/983.32	c cleaning 82011 clauses out of 164042 with flag 3476001/3476001
1015.56/1010.96	c cleaning 83004 clauses out of 166032 with flag 3560002/3560002
1045.24/1040.56	c cleaning 83998 clauses out of 168031 with flag 3645005/3645005
1075.02/1070.23	c cleaning 84978 clauses out of 170028 with flag 3731000/3731000
1109.33/1104.49	c cleaning 86001 clauses out of 172050 with flag 3818000/3818000
1143.33/1138.30	c cleaning 86998 clauses out of 174049 with flag 3906000/3906000
1175.82/1170.79	c cleaning 88014 clauses out of 176053 with flag 3995002/3995002
1210.02/1204.85	c cleaning 88996 clauses out of 178037 with flag 4085000/4085000
1247.72/1242.42	c cleaning 89998 clauses out of 180041 with flag 4176000/4176000
1282.90/1277.52	c cleaning 91006 clauses out of 182043 with flag 4268000/4268000
1322.95/1317.52	c cleaning 91997 clauses out of 184037 with flag 4361000/4361000
1361.51/1356.00	c cleaning 92994 clauses out of 186040 with flag 4455000/4455000
1385.26/1379.71	c cleaning 94007 clauses out of 188046 with flag 4550000/4550000
1410.62/1405.07	c cleaning 95002 clauses out of 190039 with flag 4646000/4646000
1438.30/1432.69	c cleaning 96013 clauses out of 192040 with flag 4743003/4743003
1468.35/1462.66	c cleaning 97008 clauses out of 194026 with flag 4841002/4841002
1502.61/1496.86	c cleaning 97999 clauses out of 196019 with flag 4940003/4940003
1544.41/1538.54	c cleaning 98988 clauses out of 198018 with flag 5040001/5040001
1589.38/1583.38	c cleaning 99996 clauses out of 200029 with flag 5141000/5141000
1628.45/1622.31	c cleaning 101003 clauses out of 202036 with flag 5243003/5243003
1676.16/1669.97	c cleaning 101999 clauses out of 204033 with flag 5346003/5346003
1726.14/1719.87	c cleaning 102990 clauses out of 206031 with flag 5450000/5450000
1764.43/1758.00	c cleaning 103999 clauses out of 208042 with flag 5555001/5555001
1800.02/1793.51	c starts		: 275
1800.02/1793.51	c conflicts		: 5642508
1800.02/1793.51	c decisions		: 7168280
1800.02/1793.51	c propagations		: 1054834708
1800.02/1793.51	c inspects		: 18211663552
1800.02/1793.51	c shortcuts		: 0
1800.02/1793.51	c learnt literals	: 0
1800.02/1793.51	c learnt binary clauses	: 0
1800.02/1793.51	c learnt ternary clauses	: 0
1800.02/1793.51	c learnt constraints	: 5642508
1800.02/1793.51	c ignored constraints	: 0
1800.02/1793.51	c root simplifications	: 275
1800.02/1793.51	c removed literals (reason simplification)	: 172733350
1800.02/1793.51	c reason swapping (by a shorter reason)	: 0
1800.02/1793.51	c Calls to reduceDB	: 101
1800.02/1793.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1793.51	c number of learned constraints concerned by reduction	: 0
1800.02/1793.51	c number of learning phase by resolution	: 0
1800.02/1793.51	c number of learning phase by cutting planes	: 0
1800.02/1793.51	c speed (assignments/second)	: 589237.8547711724
1800.02/1793.51	c non guided choices	2046
1800.02/1793.54	c learnt constraints type 
1800.02/1793.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 191584
1800.02/1793.54	c constraints type 
1800.02/1793.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 467625
1800.02/1793.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
1800.02/1793.54	c 468375 constraints processed.
1800.02/1793.54	s UNKNOWN
1800.02/1793.54	c Total wall clock time (in seconds): 1793.402

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-3709756-1338126419/watcher-3709756-1338126419 -o /tmp/evaluation-result-3709756-1338126419/solver-3709756-1338126419 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709756-1338126419.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: 1.92 1.98 1.99 3/194 21649
/proc/meminfo: memFree=30673316/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21649/stat : 21649 (java) D 21647 21649 19004 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 278766858 9515008 176 33554432000 1073741824 1073778376 140737402135392 140737402118120 240565175184 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/21649/statm: 2323 176 133 9 0 71 0

[startup+0.0855599 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 21649
/proc/meminfo: memFree=30673316/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/21649/stat : 21649 (java) S 21647 21649 19004 0 -1 4202496 3323 0 1 0 5 1 0 0 20 0 18 0 278766858 9787842560 4530 33554432000 1073741824 1073778376 140736108292224 140736108283360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21649/statm: 2389610 4530 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100256 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 21649
/proc/meminfo: memFree=30673316/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/21649/stat : 21649 (java) S 21647 21649 19004 0 -1 4202496 3489 0 1 0 6 1 0 0 20 0 18 0 278766858 9787842560 4696 33554432000 1073741824 1073778376 140736108292224 140736108283360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21649/statm: 2389610 4696 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.30022 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 21649
/proc/meminfo: memFree=30673316/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9558440 CPUtime=0.43 cores=0,2,4,6
/proc/21649/stat : 21649 (java) S 21647 21649 19004 0 -1 4202496 5180 0 1 0 41 2 0 0 20 0 18 0 278766858 9787842560 7693 33554432000 1073741824 1073778376 140736108292224 140736108283360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21649/statm: 2389610 7693 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558440

[startup+0.700247 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 21649
/proc/meminfo: memFree=30673316/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9558440 CPUtime=1.11 cores=0,2,4,6
/proc/21649/stat : 21649 (java) S 21647 21649 19004 0 -1 4202496 7339 0 1 0 106 5 0 0 20 0 18 0 278766858 9787842560 40340 33554432000 1073741824 1073778376 140736108292224 140736108283360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21649/statm: 2389610 40340 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558440

[startup+1.50064 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 21667
/proc/meminfo: memFree=30510204/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9558440 CPUtime=2.01 cores=0,2,4,6
/proc/21649/stat : 21649 (java) S 21647 21649 19004 0 -1 4202496 7454 0 1 0 192 9 0 0 20 0 18 0 278766858 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140736108283360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21649/statm: 2389610 77719 2253 9 0 2380296 0
[pid=21649/tid=21651] ppid=21647 vsize=9558440 CPUtime=1.41 cores=0,2,4,6
/proc/21649/task/21651/stat : 21651 (java) S 21647 21649 19004 0 -1 4202560 2625 0 1 0 136 5 0 0 20 0 18 0 278766859 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140026042535288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21652] ppid=21647 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/21649/task/21652/stat : 21652 (java) R 21647 21649 19004 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 278766861 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140026004028504 240565128327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21653] ppid=21647 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/21649/task/21653/stat : 21653 (java) R 21647 21649 19004 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 278766861 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140026002975784 140026050031863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21654] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21654/stat : 21654 (java) R 21647 21649 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 278766861 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140026001922904 140026049432492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21655] ppid=21647 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/21649/task/21655/stat : 21655 (java) R 21647 21649 19004 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 278766861 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025882733480 240565128327 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21656] ppid=21647 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/21649/task/21656/stat : 21656 (java) R 21647 21649 19004 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 278766861 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025881680424 240565128327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21657] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21657/stat : 21657 (java) R 21647 21649 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 278766861 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025880627880 240565128327 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21658] ppid=21647 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/21649/task/21658/stat : 21658 (java) R 21647 21649 19004 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 278766861 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025879574824 240565128327 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21659] ppid=21647 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/21649/task/21659/stat : 21659 (java) R 21647 21649 19004 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 278766861 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025878522328 140026046293189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21660] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21660/stat : 21660 (java) S 21647 21649 19004 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 278766862 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025396193032 240568546364 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21661] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21661/stat : 21661 (java) S 21647 21649 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 278766863 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025395140472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21662] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21662/stat : 21662 (java) S 21647 21649 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 278766863 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025394087304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21663] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21663/stat : 21663 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 278766865 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025393036048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21664] ppid=21647 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/21649/task/21664/stat : 21664 (java) S 21647 21649 19004 0 -1 4202560 1984 0 0 0 21 0 0 0 20 0 18 0 278766865 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025391982904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21665] ppid=21647 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/21649/task/21665/stat : 21665 (java) S 21647 21649 19004 0 -1 4202560 1518 0 0 0 18 0 0 0 20 0 18 0 278766865 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025390930360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21666] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21666/stat : 21666 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 278766865 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025389877496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21667] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21667/stat : 21667 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 278766865 9787842560 77719 33554432000 1073741824 1073778376 140736108292224 140025388825160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9558440

[startup+3.10068 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 21667
/proc/meminfo: memFree=30345116/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9558440 CPUtime=3.74 cores=0,2,4,6
/proc/21649/stat : 21649 (java) S 21647 21649 19004 0 -1 4202496 7787 0 1 0 358 16 0 0 20 0 18 0 278766858 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140736108283360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21649/statm: 2389610 140362 2255 9 0 2380296 0
[pid=21649/tid=21651] ppid=21647 vsize=9558440 CPUtime=2.96 cores=0,2,4,6
/proc/21649/task/21651/stat : 21651 (java) R 21647 21649 19004 0 -1 4202560 2737 0 1 0 287 9 0 0 20 0 18 0 278766859 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140026042527696 140025883191593 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21652] ppid=21647 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/21649/task/21652/stat : 21652 (java) S 21647 21649 19004 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 278766861 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140026004028328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21653] ppid=21647 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/21649/task/21653/stat : 21653 (java) S 21647 21649 19004 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 278766861 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140026002975784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21654] ppid=21647 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/21649/task/21654/stat : 21654 (java) S 21647 21649 19004 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 18 0 278766861 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140026001922728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21655] ppid=21647 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/21649/task/21655/stat : 21655 (java) S 21647 21649 19004 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 278766861 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025882733352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21656] ppid=21647 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/21649/task/21656/stat : 21656 (java) S 21647 21649 19004 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 278766861 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025881680296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21657] ppid=21647 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/21649/task/21657/stat : 21657 (java) S 21647 21649 19004 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 278766861 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025880627752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21658] ppid=21647 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/21649/task/21658/stat : 21658 (java) S 21647 21649 19004 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 278766861 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025879574696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21659] ppid=21647 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/21649/task/21659/stat : 21659 (java) S 21647 21649 19004 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 18 0 278766861 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025878522152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21660] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21660/stat : 21660 (java) S 21647 21649 19004 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 278766862 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025396194152 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21661] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21661/stat : 21661 (java) S 21647 21649 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 278766863 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025395140472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21662] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21662/stat : 21662 (java) S 21647 21649 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 278766863 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025394087304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21663] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21663/stat : 21663 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 278766865 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025393036048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21664] ppid=21647 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/21649/task/21664/stat : 21664 (java) S 21647 21649 19004 0 -1 4202560 1986 0 0 0 21 0 0 0 20 0 18 0 278766865 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025391982904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21665] ppid=21647 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/21649/task/21665/stat : 21665 (java) S 21647 21649 19004 0 -1 4202560 1518 0 0 0 18 0 0 0 20 0 18 0 278766865 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025390930360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21666] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21666/stat : 21666 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 278766865 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025389877496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21667] ppid=21647 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21667/stat : 21667 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 278766865 9787842560 140362 33554432000 1073741824 1073778376 140736108292224 140025388825160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9558440

[startup+6.30074 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 21668
/proc/meminfo: memFree=30070064/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9625004 CPUtime=7.82 cores=0,2,4,6
/proc/21649/stat : 21649 (java) S 21647 21649 19004 0 -1 4202496 12225 0 1 0 756 26 0 0 20 0 19 0 278766858 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140736108283360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21649/statm: 2406251 171528 2286 9 0 2396937 0
[pid=21649/tid=21651] ppid=21647 vsize=9625004 CPUtime=5.85 cores=0,2,4,6
/proc/21649/task/21651/stat : 21651 (java) R 21647 21649 19004 0 -1 4202560 2756 0 1 0 575 10 0 0 20 0 19 0 278766859 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140026042536224 140025883470861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21652] ppid=21647 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/21649/task/21652/stat : 21652 (java) S 21647 21649 19004 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 19 0 278766861 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140026004028328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21653] ppid=21647 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/21649/task/21653/stat : 21653 (java) S 21647 21649 19004 0 -1 4202560 43 0 0 0 6 1 0 0 20 0 19 0 278766861 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140026002975784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21654] ppid=21647 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/21649/task/21654/stat : 21654 (java) S 21647 21649 19004 0 -1 4202560 58 0 0 0 9 2 0 0 20 0 19 0 278766861 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140026001922728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21655] ppid=21647 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/21649/task/21655/stat : 21655 (java) S 21647 21649 19004 0 -1 4202560 51 0 0 0 5 3 0 0 20 0 19 0 278766861 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025882733352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21656] ppid=21647 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/21649/task/21656/stat : 21656 (java) S 21647 21649 19004 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 19 0 278766861 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025881680296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21657] ppid=21647 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/21649/task/21657/stat : 21657 (java) S 21647 21649 19004 0 -1 4202560 50 0 0 0 5 2 0 0 20 0 19 0 278766861 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025880627752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21658] ppid=21647 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/21649/task/21658/stat : 21658 (java) S 21647 21649 19004 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 278766861 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025879574696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21659] ppid=21647 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/21649/task/21659/stat : 21659 (java) S 21647 21649 19004 0 -1 4202560 72 0 0 0 10 2 0 0 20 0 19 0 278766861 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025878522152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21660] ppid=21647 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/21649/task/21660/stat : 21660 (java) S 21647 21649 19004 0 -1 4202560 510 0 0 0 18 0 0 0 20 0 19 0 278766862 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025396194152 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21661] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21661/stat : 21661 (java) S 21647 21649 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278766863 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025395140472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21662] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21662/stat : 21662 (java) S 21647 21649 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278766863 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025394087304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21663] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21663/stat : 21663 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278766865 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025393036048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21664] ppid=21647 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/21649/task/21664/stat : 21664 (java) S 21647 21649 19004 0 -1 4202560 3034 0 0 0 41 0 0 0 20 0 19 0 278766865 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025391982904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21665] ppid=21647 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/21649/task/21665/stat : 21665 (java) S 21647 21649 19004 0 -1 4202560 4356 0 0 0 54 0 0 0 20 0 19 0 278766865 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025390930360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21666] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21666/stat : 21666 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278766865 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025389877496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21667] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21667/stat : 21667 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278766865 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025388825160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21668] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21668/stat : 21668 (java) S 21647 21649 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278767193 9856004096 171528 33554432000 1073741824 1073778376 140736108292224 140025387771432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 21668
/proc/meminfo: memFree=29988176/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9625004 CPUtime=14.31 cores=0,2,4,6
/proc/21649/stat : 21649 (java) S 21647 21649 19004 0 -1 4202496 12246 0 1 0 1405 26 0 0 20 0 19 0 278766858 9856004096 172931 33554432000 1073741824 1073778376 140736108292224 140736108283360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0

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

[pid=21649/tid=21664] ppid=21647 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/21649/task/21664/stat : 21664 (java) S 21647 21649 19004 0 -1 4202560 3035 0 0 0 45 0 0 0 20 0 19 0 278766865 9856004096 223386 33554432000 1073741824 1073778376 140736108292224 140025391982904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21665] ppid=21647 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/21649/task/21665/stat : 21665 (java) S 21647 21649 19004 0 -1 4202560 4369 0 0 0 61 0 0 0 20 0 19 0 278766865 9856004096 223386 33554432000 1073741824 1073778376 140736108292224 140025390930360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21666] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21666/stat : 21666 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278766865 9856004096 223386 33554432000 1073741824 1073778376 140736108292224 140025389877496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21667] ppid=21647 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/21649/task/21667/stat : 21667 (java) S 21647 21649 19004 0 -1 4202560 96 0 0 0 43 26 0 0 20 0 19 0 278766865 9856004096 223386 33554432000 1073741824 1073778376 140736108292224 140025388825160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21668] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21668/stat : 21668 (java) S 21647 21649 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278767193 9856004096 223386 33554432000 1073741824 1073778376 140736108292224 140025387771432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1668.55
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21823
/proc/meminfo: memFree=29716360/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9625004 CPUtime=1728.73 cores=0,2,4,6
/proc/21649/stat : 21649 (java) S 21647 21649 19004 0 -1 4202496 17863 0 1 0 172796 77 0 0 20 0 19 0 278766858 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140736108283360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21649/statm: 2406251 231154 2287 9 0 2396937 0
[pid=21649/tid=21651] ppid=21647 vsize=9625004 CPUtime=1696.84 cores=0,2,4,6
/proc/21649/task/21651/stat : 21651 (java) R 21647 21649 19004 0 -1 4202560 2856 0 1 0 169648 36 0 0 20 0 19 0 278766859 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140026042536224 140025883659673 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21652] ppid=21647 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/21649/task/21652/stat : 21652 (java) S 21647 21649 19004 0 -1 4202560 784 0 0 0 77 6 0 0 20 0 19 0 278766861 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140026004028328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21653] ppid=21647 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/21649/task/21653/stat : 21653 (java) S 21647 21649 19004 0 -1 4202560 941 0 0 0 86 4 0 0 20 0 19 0 278766861 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140026002975784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21654] ppid=21647 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/21649/task/21654/stat : 21654 (java) S 21647 21649 19004 0 -1 4202560 783 0 0 0 93 4 0 0 20 0 19 0 278766861 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140026001922728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21655] ppid=21647 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/21649/task/21655/stat : 21655 (java) S 21647 21649 19004 0 -1 4202560 441 0 0 0 75 6 0 0 20 0 19 0 278766861 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025882733352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21656] ppid=21647 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/21649/task/21656/stat : 21656 (java) S 21647 21649 19004 0 -1 4202560 278 0 0 0 83 5 0 0 20 0 19 0 278766861 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025881680296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21657] ppid=21647 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/21649/task/21657/stat : 21657 (java) S 21647 21649 19004 0 -1 4202560 1005 0 0 0 90 6 0 0 20 0 19 0 278766861 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025880627752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21658] ppid=21647 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/21649/task/21658/stat : 21658 (java) S 21647 21649 19004 0 -1 4202560 570 0 0 0 83 5 0 0 20 0 19 0 278766861 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025879574696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21659] ppid=21647 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/21649/task/21659/stat : 21659 (java) S 21647 21649 19004 0 -1 4202560 764 0 0 0 98 7 0 0 20 0 19 0 278766861 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025878522152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21660] ppid=21647 vsize=9625004 CPUtime=18.8 cores=0,2,4,6
/proc/21649/task/21660/stat : 21660 (java) S 21647 21649 19004 0 -1 4202560 757 0 0 0 1877 3 0 0 20 0 19 0 278766862 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025396194152 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21661] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21661/stat : 21661 (java) S 21647 21649 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278766863 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025395140472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21662] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21662/stat : 21662 (java) S 21647 21649 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278766863 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025394087304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21663] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21663/stat : 21663 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278766865 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025393036048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21664] ppid=21647 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/21649/task/21664/stat : 21664 (java) S 21647 21649 19004 0 -1 4202560 3035 0 0 0 45 0 0 0 20 0 19 0 278766865 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025391982904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21665] ppid=21647 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/21649/task/21665/stat : 21665 (java) S 21647 21649 19004 0 -1 4202560 4369 0 0 0 61 0 0 0 20 0 19 0 278766865 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025390930360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21666] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21666/stat : 21666 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278766865 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025389877496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21667] ppid=21647 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/21649/task/21667/stat : 21667 (java) S 21647 21649 19004 0 -1 4202560 98 0 0 0 43 28 0 0 20 0 19 0 278766865 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025388825160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21668] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21668/stat : 21668 (java) S 21647 21649 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278767193 9856004096 231154 33554432000 1073741824 1073778376 140736108292224 140025387771432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.73
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21823
/proc/meminfo: memFree=29672608/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9625004 CPUtime=1788.82 cores=0,2,4,6
/proc/21649/stat : 21649 (java) S 21647 21649 19004 0 -1 4202496 17872 0 1 0 178805 77 0 0 20 0 19 0 278766858 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140736108283360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21649/statm: 2406251 231153 2287 9 0 2396937 0
[pid=21649/tid=21651] ppid=21647 vsize=9625004 CPUtime=1756.45 cores=0,2,4,6
/proc/21649/task/21651/stat : 21651 (java) R 21647 21649 19004 0 -1 4202560 2857 0 1 0 175608 37 0 0 20 0 19 0 278766859 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140026042536224 140025883405247 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21652] ppid=21647 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/21649/task/21652/stat : 21652 (java) S 21647 21649 19004 0 -1 4202560 784 0 0 0 78 6 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140026004028328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21653] ppid=21647 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/21649/task/21653/stat : 21653 (java) S 21647 21649 19004 0 -1 4202560 943 0 0 0 87 4 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140026002975784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21654] ppid=21647 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/21649/task/21654/stat : 21654 (java) S 21647 21649 19004 0 -1 4202560 783 0 0 0 95 4 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140026001922728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21655] ppid=21647 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/21649/task/21655/stat : 21655 (java) S 21647 21649 19004 0 -1 4202560 441 0 0 0 77 6 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025882733352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21656] ppid=21647 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/21649/task/21656/stat : 21656 (java) S 21647 21649 19004 0 -1 4202560 278 0 0 0 86 5 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025881680296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21657] ppid=21647 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/21649/task/21657/stat : 21657 (java) S 21647 21649 19004 0 -1 4202560 1005 0 0 0 91 6 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025880627752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21658] ppid=21647 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/21649/task/21658/stat : 21658 (java) S 21647 21649 19004 0 -1 4202560 570 0 0 0 84 5 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025879574696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21659] ppid=21647 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/21649/task/21659/stat : 21659 (java) S 21647 21649 19004 0 -1 4202560 764 0 0 0 99 7 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025878522152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21660] ppid=21647 vsize=9625004 CPUtime=18.99 cores=0,2,4,6
/proc/21649/task/21660/stat : 21660 (java) S 21647 21649 19004 0 -1 4202560 759 0 0 0 1896 3 0 0 20 0 19 0 278766862 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025396194152 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21661] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21661/stat : 21661 (java) S 21647 21649 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278766863 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025395140472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21662] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21662/stat : 21662 (java) S 21647 21649 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278766863 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025394087304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21663] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21663/stat : 21663 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278766865 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025393036048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21664] ppid=21647 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/21649/task/21664/stat : 21664 (java) S 21647 21649 19004 0 -1 4202560 3035 0 0 0 45 0 0 0 20 0 19 0 278766865 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025391982904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21665] ppid=21647 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/21649/task/21665/stat : 21665 (java) S 21647 21649 19004 0 -1 4202560 4369 0 0 0 61 0 0 0 20 0 19 0 278766865 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025390930360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21666] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21666/stat : 21666 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278766865 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025389877496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21667] ppid=21647 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/21649/task/21667/stat : 21667 (java) S 21647 21649 19004 0 -1 4202560 102 0 0 0 44 30 0 0 20 0 19 0 278766865 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025388825160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21668] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21668/stat : 21668 (java) S 21647 21649 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278767193 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025387771432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1788.82
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.07 2.02 2.00 4/213 21823
/proc/meminfo: memFree=29635496/32873844 swapFree=7116/7116
[pid=21649] ppid=21647 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/21649/stat : 21649 (java) S 21647 21649 19004 0 -1 4202496 17872 0 1 0 179925 77 0 0 20 0 19 0 278766858 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140736108283360 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21649/statm: 2406251 231153 2287 9 0 2396937 0
[pid=21649/tid=21651] ppid=21647 vsize=9625004 CPUtime=1767.63 cores=0,2,4,6
/proc/21649/task/21651/stat : 21651 (java) R 21647 21649 19004 0 -1 4202560 2857 0 1 0 176726 37 0 0 20 0 19 0 278766859 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140026042536224 140025883405252 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21652] ppid=21647 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/21649/task/21652/stat : 21652 (java) S 21647 21649 19004 0 -1 4202560 784 0 0 0 78 6 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140026004028328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21653] ppid=21647 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/21649/task/21653/stat : 21653 (java) S 21647 21649 19004 0 -1 4202560 943 0 0 0 87 4 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140026002975784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21654] ppid=21647 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/21649/task/21654/stat : 21654 (java) S 21647 21649 19004 0 -1 4202560 783 0 0 0 95 4 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140026001922728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21655] ppid=21647 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/21649/task/21655/stat : 21655 (java) S 21647 21649 19004 0 -1 4202560 441 0 0 0 77 6 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025882733352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21656] ppid=21647 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/21649/task/21656/stat : 21656 (java) S 21647 21649 19004 0 -1 4202560 278 0 0 0 86 5 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025881680296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21657] ppid=21647 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/21649/task/21657/stat : 21657 (java) S 21647 21649 19004 0 -1 4202560 1005 0 0 0 91 6 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025880627752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21658] ppid=21647 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/21649/task/21658/stat : 21658 (java) S 21647 21649 19004 0 -1 4202560 570 0 0 0 84 5 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025879574696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21659] ppid=21647 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/21649/task/21659/stat : 21659 (java) S 21647 21649 19004 0 -1 4202560 764 0 0 0 99 7 0 0 20 0 19 0 278766861 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025878522152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21649/tid=21660] ppid=21647 vsize=9625004 CPUtime=18.99 cores=0,2,4,6
/proc/21649/task/21660/stat : 21660 (java) S 21647 21649 19004 0 -1 4202560 759 0 0 0 1896 3 0 0 20 0 19 0 278766862 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025396194152 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21661] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21661/stat : 21661 (java) S 21647 21649 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278766863 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025395140472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21662] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21662/stat : 21662 (java) S 21647 21649 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278766863 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025394087304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21663] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21663/stat : 21663 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278766865 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025393036048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21664] ppid=21647 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/21649/task/21664/stat : 21664 (java) S 21647 21649 19004 0 -1 4202560 3035 0 0 0 45 0 0 0 20 0 19 0 278766865 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025391982904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21649/tid=21665] ppid=21647 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/21649/task/21665/stat : 21665 (java) S 21647 21649 19004 0 -1 4202560 4369 0 0 0 61 0 0 0 20 0 19 0 278766865 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025390930360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21666] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21666/stat : 21666 (java) S 21647 21649 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278766865 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025389877496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21649/tid=21667] ppid=21647 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/21649/task/21667/stat : 21667 (java) S 21647 21649 19004 0 -1 4202560 102 0 0 0 44 30 0 0 20 0 19 0 278766865 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025388825160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21649/tid=21668] ppid=21647 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21668/stat : 21668 (java) S 21647 21649 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278767193 9856004096 231153 33554432000 1073741824 1073778376 140736108292224 140025387771432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 21649 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=898134
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=272806
# CPU time returned by wait4() is 1796.17
# 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): 1793.55
CPU time (s): 1800.02
CPU user time (s): 1799.25
CPU system time (s): 0.77
CPU usage (%): 100.361
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.9
system time used= 1.27281
maximum resident set size= 924752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17910
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40868
involuntary context switches= 17536

runsolver used 5.65114 second user time and 15.2237 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 15:46:59
IDJOB=3709756
IDBENCH=1373
IDSOLVER=2289
FILE ID=node146/3709756-1338126419
RUNJOBID= node146-1338124629-19020
PBS_JOBID= 14624512
Free space on /tmp= 71160 MiB

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

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=1124391102

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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:       32873844 kB
MemFree:        30673588 kB
Buffers:          303284 kB
Cached:           777108 kB
SwapCached:         2184 kB
Active:          1205004 kB
Inactive:         159108 kB
Active(anon):     283648 kB
Inactive(anon):     2668 kB
Active(file):     921356 kB
Inactive(file):   156440 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:             20628 kB
Writeback:             0 kB
AnonPages:        292108 kB
Mapped:            17568 kB
Shmem:                 0 kB
Slab:             691696 kB
SReclaimable:     132992 kB
SUnreclaim:       558704 kB
KernelStack:        1600 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71164 MiB
End job on node146 at 2012-05-27 16:16:55