Trace number 3709950

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.01 1796.05

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_6-sat.opb
MD5SUM138289002292e7c474e0d36dbcddf060
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints120373
Number of constraints which are clauses119753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint63
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 342
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709950-1338184006.opb
0.10/0.12	c reading problem ... 
1.48/0.93	c ... done. Wall clock time 0.815s.
1.48/0.93	c declared #vars     37752
1.48/0.94	c #constraints  111646
1.48/0.94	c constraints type 
1.48/0.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15799
1.48/0.94	c ignored satisfied constraints => 8727
1.48/0.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92086
1.48/0.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 3141
1.48/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1.48/0.94	c 120373 constraints processed.
4.40/3.23	c cleaning 2492 clauses out of 4997 with flag 5000/5000
7.05/5.70	c cleaning 4247 clauses out of 8506 with flag 11001/11001
9.76/8.43	c cleaning 5621 clauses out of 11257 with flag 18000/18000
12.57/11.23	c cleaning 6809 clauses out of 13636 with flag 26000/26000
16.32/14.94	c cleaning 7904 clauses out of 15827 with flag 35000/35000
20.62/19.23	c cleaning 8942 clauses out of 17921 with flag 45000/45000
24.75/23.35	c cleaning 9984 clauses out of 19981 with flag 56002/56002
30.48/29.08	c cleaning 10980 clauses out of 21996 with flag 68001/68001
35.79/34.34	c cleaning 11998 clauses out of 24015 with flag 81000/81000
41.10/39.69	c cleaning 13003 clauses out of 26016 with flag 95000/95000
48.12/46.66	c cleaning 13994 clauses out of 28014 with flag 110001/110001
55.33/53.90	c cleaning 15000 clauses out of 30019 with flag 126001/126001
64.14/62.63	c cleaning 15993 clauses out of 32020 with flag 143002/143002
72.85/71.39	c cleaning 16995 clauses out of 34026 with flag 161001/161001
81.36/79.80	c cleaning 18007 clauses out of 36030 with flag 180000/180000
90.89/89.34	c cleaning 18997 clauses out of 38025 with flag 200002/200002
101.50/99.93	c cleaning 19986 clauses out of 40026 with flag 221000/221000
112.22/110.62	c cleaning 21006 clauses out of 42041 with flag 243001/243001
121.84/120.28	c cleaning 22006 clauses out of 44034 with flag 266000/266000
132.18/130.55	c cleaning 22995 clauses out of 46029 with flag 290001/290001
143.89/142.26	c cleaning 24003 clauses out of 48033 with flag 315000/315000
157.33/155.60	c cleaning 25002 clauses out of 50031 with flag 341001/341001
171.25/169.55	c cleaning 25993 clauses out of 52028 with flag 368000/368000
186.60/184.85	c cleaning 27013 clauses out of 54035 with flag 396000/396000
201.11/199.38	c cleaning 27999 clauses out of 56024 with flag 425002/425002
216.03/214.24	c cleaning 28992 clauses out of 58023 with flag 455000/455000
231.98/230.16	c cleaning 30013 clauses out of 60031 with flag 486000/486000
247.80/245.95	c cleaning 31001 clauses out of 62023 with flag 518005/518005
265.42/263.53	c cleaning 31971 clauses out of 64017 with flag 551000/551000
285.55/283.61	c cleaning 33000 clauses out of 66043 with flag 585000/585000
306.38/304.49	c cleaning 34020 clauses out of 68043 with flag 620000/620000
326.20/324.28	c cleaning 34964 clauses out of 70023 with flag 656000/656000
348.03/346.05	c cleaning 36018 clauses out of 72062 with flag 693003/693003
369.55/367.56	c cleaning 37009 clauses out of 74043 with flag 731002/731002
392.77/390.77	c cleaning 37993 clauses out of 76032 with flag 770000/770000
419.41/417.33	c cleaning 38969 clauses out of 78040 with flag 810001/810001
443.64/441.50	c cleaning 39991 clauses out of 80070 with flag 851000/851000
472.09/469.91	c cleaning 40992 clauses out of 82079 with flag 893000/893000
497.56/495.37	c cleaning 42017 clauses out of 84087 with flag 936000/936000
519.70/517.46	c cleaning 43018 clauses out of 86071 with flag 980001/980001
547.02/544.78	c cleaning 43947 clauses out of 88053 with flag 1025001/1025001
571.95/569.68	c cleaning 45037 clauses out of 90107 with flag 1071002/1071002
599.01/596.65	c cleaning 46018 clauses out of 92069 with flag 1118001/1118001
632.66/630.24	c cleaning 46960 clauses out of 94052 with flag 1166002/1166002
664.89/662.48	c cleaning 48019 clauses out of 96092 with flag 1215002/1215002
696.72/694.26	c cleaning 48985 clauses out of 98071 with flag 1265000/1265000
733.36/730.87	c cleaning 50006 clauses out of 100087 with flag 1316001/1316001
769.65/767.09	c cleaning 51021 clauses out of 102080 with flag 1368000/1368000
802.99/800.38	c cleaning 52017 clauses out of 104060 with flag 1421001/1421001
843.54/840.89	c cleaning 53007 clauses out of 106044 with flag 1475002/1475002
880.87/878.15	c cleaning 53974 clauses out of 108035 with flag 1530000/1530000
916.04/913.21	c cleaning 55010 clauses out of 110061 with flag 1586000/1586000
954.87/952.06	c cleaning 56017 clauses out of 112052 with flag 1643001/1643001
996.21/993.36	c cleaning 56966 clauses out of 114035 with flag 1701001/1701001
1044.47/1041.56	c cleaning 57916 clauses out of 116068 with flag 1760000/1760000
1084.73/1081.76	c cleaning 59050 clauses out of 118152 with flag 1820000/1820000
1123.18/1120.15	c cleaning 60027 clauses out of 120103 with flag 1881001/1881001
1162.15/1159.05	c cleaning 60979 clauses out of 122077 with flag 1943002/1943002
1209.59/1206.46	c cleaning 61990 clauses out of 124097 with flag 2006001/2006001
1247.15/1243.94	c cleaning 63025 clauses out of 126105 with flag 2070002/2070002
1291.77/1288.50	c cleaning 64035 clauses out of 128080 with flag 2135002/2135002
1338.72/1335.48	c cleaning 65003 clauses out of 130044 with flag 2201001/2201001
1389.30/1386.00	c cleaning 65956 clauses out of 132040 with flag 2268000/2268000
1443.48/1440.07	c cleaning 66993 clauses out of 134084 with flag 2336000/2336000
1507.81/1504.22	c cleaning 67961 clauses out of 136091 with flag 2405000/2405000
1571.12/1567.42	c cleaning 69037 clauses out of 138130 with flag 2475000/2475000
1622.80/1619.05	c cleaning 70023 clauses out of 140093 with flag 2546000/2546000
1683.26/1679.43	c cleaning 71002 clauses out of 142070 with flag 2618000/2618000
1747.53/1743.60	c cleaning 71988 clauses out of 144069 with flag 2691001/2691001
1800.01/1796.01	c starts		: 231
1800.01/1796.01	c conflicts		: 2754916
1800.01/1796.01	c decisions		: 3931145
1800.01/1796.01	c propagations		: 3476683750
1800.01/1796.01	c inspects		: 13726861378
1800.01/1796.01	c shortcuts		: 0
1800.01/1796.01	c learnt literals	: 9
1800.01/1796.01	c learnt binary clauses	: 214
1800.01/1796.01	c learnt ternary clauses	: 7101
1800.01/1796.01	c learnt constraints	: 2754907
1800.01/1796.01	c ignored constraints	: 0
1800.01/1796.01	c root simplifications	: 240
1800.01/1796.01	c removed literals (reason simplification)	: 84613552
1800.01/1796.01	c reason swapping (by a shorter reason)	: 0
1800.01/1796.01	c Calls to reduceDB	: 69
1800.01/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.01	c number of learned constraints concerned by reduction	: 0
1800.01/1796.01	c number of learning phase by resolution	: 0
1800.01/1796.01	c number of learning phase by cutting planes	: 0
1800.01/1796.01	c speed (assignments/second)	: 1936857.4745698222
1800.01/1796.01	c non guided choices	351
1800.01/1796.04	c learnt constraints type 
1800.01/1796.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 212
1800.01/1796.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 135802
1800.01/1796.04	c constraints type 
1800.01/1796.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15799
1800.01/1796.04	c ignored satisfied constraints => 8727
1800.01/1796.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92086
1800.01/1796.04	c org.sat4j.minisat.constraints.cnf.UnitClause => 3141
1800.01/1796.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1800.01/1796.04	c 120373 constraints processed.
1800.01/1796.04	s UNKNOWN
1800.01/1796.04	c Total wall clock time (in seconds): 1795.92

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.99 1.99 3/194 5629
/proc/meminfo: memFree=30490420/32873844 swapFree=7624/7624
[pid=5629] ppid=5627 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/5629/stat : 5629 (java) R 5627 5629 31312 0 -1 4202496 1014 0 0 0 0 0 0 0 20 0 1 0 284526226 23793664 743 33554432000 1073741824 1073778376 140737301868592 140737301857656 140700310134372 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5629/statm: 5809 749 549 9 0 128 0
[pid=5629/tid=5630] ppid=5627 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5630/stat : 5630 (java) R 5627 5629 31312 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 284526226 24780800 867 33554432000 1073741824 1073778376 140737301868592 140737301857656 214369704113 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.083029 s]
/proc/loadavg: 1.99 1.99 1.99 3/194 5629
/proc/meminfo: memFree=30490420/32873844 swapFree=7624/7624
[pid=5629] ppid=5627 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/5629/stat : 5629 (java) S 5627 5629 31312 0 -1 4202496 3488 0 1 0 6 0 0 0 20 0 18 0 284526226 9787842560 4697 33554432000 1073741824 1073778376 140737301868592 140737301859728 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5629/statm: 2389610 4697 1779 9 0 2380296 0
[pid=5629/tid=5630] ppid=5627 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/5629/task/5630/stat : 5630 (java) R 5627 5629 31312 0 -1 4202560 2279 0 1 0 6 0 0 0 20 0 18 0 284526226 9787842560 4697 33554432000 1073741824 1073778376 140737301868592 140700302142400 214369648309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100352 s]
/proc/loadavg: 1.99 1.99 1.99 3/194 5629
/proc/meminfo: memFree=30490420/32873844 swapFree=7624/7624
[pid=5629] ppid=5627 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/5629/stat : 5629 (java) S 5627 5629 31312 0 -1 4202496 4246 0 1 0 9 1 0 0 20 0 18 0 284526226 9787842560 5965 33554432000 1073741824 1073778376 140737301868592 140737301859728 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5629/statm: 2389610 5965 2116 9 0 2380296 0
[pid=5629/tid=5630] ppid=5627 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/5629/task/5630/stat : 5630 (java) R 5627 5629 31312 0 -1 4202560 2411 0 1 0 7 0 0 0 20 0 18 0 284526226 9787842560 5965 33554432000 1073741824 1073778376 140737301868592 140700302125672 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300328 s]
/proc/loadavg: 1.99 1.99 1.99 3/194 5629
/proc/meminfo: memFree=30490420/32873844 swapFree=7624/7624
[pid=5629] ppid=5627 vsize=9558440 CPUtime=0.47 cores=1,3,5,7
/proc/5629/stat : 5629 (java) S 5627 5629 31312 0 -1 4202496 6033 0 1 0 46 1 0 0 20 0 18 0 284526226 9787842560 8862 33554432000 1073741824 1073778376 140737301868592 140737301859728 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5629/statm: 2389610 8862 2224 9 0 2380296 0
[pid=5629/tid=5630] ppid=5627 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/5629/task/5630/stat : 5630 (java) R 5627 5629 31312 0 -1 4202560 2495 0 1 0 27 0 0 0 20 0 18 0 284526226 9787842560 8862 33554432000 1073741824 1073778376 140737301868592 140700302135024 140700125564296 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700341 s]
/proc/loadavg: 1.99 1.99 1.99 3/194 5629
/proc/meminfo: memFree=30490420/32873844 swapFree=7624/7624
[pid=5629] ppid=5627 vsize=9558440 CPUtime=1.18 cores=1,3,5,7
/proc/5629/stat : 5629 (java) S 5627 5629 31312 0 -1 4202496 7313 0 1 0 112 6 0 0 20 0 18 0 284526226 9787842560 41479 33554432000 1073741824 1073778376 140737301868592 140737301859728 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5629/statm: 2389610 41479 2261 9 0 2380296 0
[pid=5629/tid=5630] ppid=5627 vsize=9558440 CPUtime=0.65 cores=1,3,5,7
/proc/5629/task/5630/stat : 5630 (java) R 5627 5629 31312 0 -1 4202560 2566 0 1 0 61 4 0 0 20 0 18 0 284526226 9787842560 41479 33554432000 1073741824 1073778376 140737301868592 140700302142584 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558440

[startup+1.5008 s]
/proc/loadavg: 1.99 1.99 1.99 5/212 5647
/proc/meminfo: memFree=30324880/32873844 swapFree=7624/7624
[pid=5629] ppid=5627 vsize=9625004 CPUtime=2.64 cores=1,3,5,7
/proc/5629/stat : 5629 (java) S 5627 5629 31312 0 -1 4202496 11685 0 1 0 257 7 0 0 20 0 19 0 284526226 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140737301859728 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5629/statm: 2406251 43595 2271 9 0 2396937 0
[pid=5629/tid=5630] ppid=5627 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/5629/task/5630/stat : 5630 (java) R 5627 5629 31312 0 -1 4202560 2571 0 1 0 141 5 0 0 20 0 19 0 284526226 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700302143544 140700126361737 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5632] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5632/stat : 5632 (java) S 5627 5629 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700263635368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5633] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5633/stat : 5633 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700262582824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5634] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5634/stat : 5634 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700261529768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5635] ppid=5627 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5629/task/5635/stat : 5635 (java) S 5627 5629 31312 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 284526227 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700260477224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5636] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5636/stat : 5636 (java) S 5627 5629 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700259425192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5637] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5637/stat : 5637 (java) S 5627 5629 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700258372648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5638] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5638/stat : 5638 (java) S 5627 5629 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700257319592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5639] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5639/stat : 5639 (java) S 5627 5629 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700256267048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5640] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5640/stat : 5640 (java) S 5627 5629 31312 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 284526228 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700125489512 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5641] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5641/stat : 5641 (java) S 5627 5629 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700124435832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5642] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5642/stat : 5642 (java) S 5627 5629 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700123382664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5643] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5643/stat : 5643 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700122331408 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5644] ppid=5627 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/5629/task/5644/stat : 5644 (java) R 5627 5629 31312 0 -1 4202560 3486 0 0 0 48 0 0 0 20 0 19 0 284526231 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700121279288 214373032373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5645] ppid=5627 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/5629/task/5645/stat : 5645 (java) R 5627 5629 31312 0 -1 4202560 4331 0 0 0 58 0 0 0 20 0 19 0 284526231 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700120226744 214373022776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5646] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5646/stat : 5646 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700119173880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5647] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5647/stat : 5647 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700118121544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5648] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5648/stat : 5648 (java) S 5627 5629 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284526326 9856004096 43595 33554432000 1073741824 1073778376 140737301868592 140700117066792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 5648
/proc/meminfo: memFree=30324252/32873844 swapFree=7624/7624
[pid=5629] ppid=5627 vsize=9625004 CPUtime=4.3 cores=1,3,5,7
/proc/5629/stat : 5629 (java) S 5627 5629 31312 0 -1 4202496 11692 0 1 0 423 7 0 0 20 0 19 0 284526226 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140737301859728 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5629/statm: 2406251 43601 2277 9 0 2396937 0
[pid=5629/tid=5630] ppid=5627 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/5629/task/5630/stat : 5630 (java) R 5627 5629 31312 0 -1 4202560 2572 0 1 0 300 5 0 0 20 0 19 0 284526226 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700302142808 140700126246991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5632] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5632/stat : 5632 (java) S 5627 5629 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700263635368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5633] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5633/stat : 5633 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700262582824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5634] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5634/stat : 5634 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700261529768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5635] ppid=5627 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5629/task/5635/stat : 5635 (java) S 5627 5629 31312 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 284526227 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700260477224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5636] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5636/stat : 5636 (java) S 5627 5629 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700259425192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5637] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5637/stat : 5637 (java) S 5627 5629 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700258372648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5638] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5638/stat : 5638 (java) S 5627 5629 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700257319592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5639] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5639/stat : 5639 (java) S 5627 5629 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700256267048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5640] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5640/stat : 5640 (java) S 5627 5629 31312 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 284526228 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700125489512 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5641] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5641/stat : 5641 (java) S 5627 5629 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700124435832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5642] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5642/stat : 5642 (java) S 5627 5629 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700123382664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5643] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5643/stat : 5643 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700122331408 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5644] ppid=5627 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/5629/task/5644/stat : 5644 (java) S 5627 5629 31312 0 -1 4202560 3486 0 0 0 48 0 0 0 20 0 19 0 284526231 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700121279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5645] ppid=5627 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/5629/task/5645/stat : 5645 (java) S 5627 5629 31312 0 -1 4202560 4337 0 0 0 63 0 0 0 20 0 19 0 284526231 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700120226744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5646] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5646/stat : 5646 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700119173880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5647] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5647/stat : 5647 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700118121544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5648] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5648/stat : 5648 (java) S 5627 5629 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284526326 9856004096 43601 33554432000 1073741824 1073778376 140737301868592 140700117066792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625004

[startup+6.30083 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 5648
/proc/meminfo: memFree=30288708/32873844 swapFree=7624/7624
[pid=5629] ppid=5627 vsize=9625004 CPUtime=7.66 cores=1,3,5,7
/proc/5629/stat : 5629 (java) S 5627 5629 31312 0 -1 4202496 12038 0 1 0 757 9 0 0 20 0 19 0 284526226 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140737301859728 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5629/statm: 2406251 52859 2289 9 0 2396937 0
[pid=5629/tid=5630] ppid=5627 vsize=9625004 CPUtime=6.11 cores=1,3,5,7
/proc/5629/task/5630/stat : 5630 (java) R 5627 5629 31312 0 -1 4202560 2574 0 1 0 606 5 0 0 20 0 19 0 284526226 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700302143792 140700126358728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5632] ppid=5627 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5629/task/5632/stat : 5632 (java) S 5627 5629 31312 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 284526227 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700263635368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5633] ppid=5627 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5629/task/5633/stat : 5633 (java) S 5627 5629 31312 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 284526227 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700262582824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5634] ppid=5627 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5629/task/5634/stat : 5634 (java) S 5627 5629 31312 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 284526227 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700261529768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5635] ppid=5627 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5629/task/5635/stat : 5635 (java) S 5627 5629 31312 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 284526227 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700260477224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5636] ppid=5627 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5629/task/5636/stat : 5636 (java) S 5627 5629 31312 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 284526227 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700259425192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5637] ppid=5627 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/5629/task/5637/stat : 5637 (java) S 5627 5629 31312 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 284526227 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700258372648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5638] ppid=5627 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5629/task/5638/stat : 5638 (java) S 5627 5629 31312 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 284526227 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700257319592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5639] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5639/stat : 5639 (java) S 5627 5629 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 284526227 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700256267048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5640] ppid=5627 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5629/task/5640/stat : 5640 (java) S 5627 5629 31312 0 -1 4202560 102 0 0 0 8 0 0 0 20 0 19 0 284526228 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700125489512 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5641] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5641/stat : 5641 (java) S 5627 5629 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700124435832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5642] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5642/stat : 5642 (java) S 5627 5629 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700123382664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5643] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5643/stat : 5643 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700122331408 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5644] ppid=5627 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/5629/task/5644/stat : 5644 (java) S 5627 5629 31312 0 -1 4202560 3756 0 0 0 55 0 0 0 20 0 19 0 284526231 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700121279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5645] ppid=5627 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/5629/task/5645/stat : 5645 (java) S 5627 5629 31312 0 -1 4202560 4342 0 0 0 66 0 0 0 20 0 19 0 284526231 9856004096 52859 33554432000 1073741824 1073778376 140737301868592 140700120226744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=5629/tid=5644] ppid=5627 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/5629/task/5644/stat : 5644 (java) S 5627 5629 31312 0 -1 4202560 4276 0 0 0 62 0 0 0 20 0 19 0 284526231 9856004096 71934 33554432000 1073741824 1073778376 140737301868592 140700121279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5645] ppid=5627 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/5629/task/5645/stat : 5645 (java) S 5627 5629 31312 0 -1 4202560 4342 0 0 0 66 0 0 0 20 0 19 0 284526231 9856004096 71934 33554432000 1073741824 1073778376 140737301868592 140700120226744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5646] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5646/stat : 5646 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 71934 33554432000 1073741824 1073778376 140737301868592 140700119173880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5647] ppid=5627 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/5629/task/5647/stat : 5647 (java) S 5627 5629 31312 0 -1 4202560 95 0 0 0 40 27 0 0 20 0 19 0 284526231 9856004096 71934 33554432000 1073741824 1073778376 140737301868592 140700118121544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5648] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5648/stat : 5648 (java) S 5627 5629 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284526326 9856004096 71934 33554432000 1073741824 1073778376 140737301868592 140700117066792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.16
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 5802
/proc/meminfo: memFree=30656492/32873844 swapFree=7624/7624
[pid=5629] ppid=5627 vsize=9625004 CPUtime=1726.24 cores=1,3,5,7
/proc/5629/stat : 5629 (java) S 5627 5629 31312 0 -1 4202496 13732 0 1 0 172567 57 0 0 20 0 19 0 284526226 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140737301859728 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5629/statm: 2406251 74166 2290 9 0 2396937 0
[pid=5629/tid=5630] ppid=5627 vsize=9625004 CPUtime=1711.92 cores=1,3,5,7
/proc/5629/task/5630/stat : 5630 (java) R 5627 5629 31312 0 -1 4202560 2638 0 1 0 171162 30 0 0 20 0 19 0 284526226 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700302143792 140700126361798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5632] ppid=5627 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/5629/task/5632/stat : 5632 (java) S 5627 5629 31312 0 -1 4202560 71 0 0 0 28 2 0 0 20 0 19 0 284526227 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700263635368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5633] ppid=5627 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/5629/task/5633/stat : 5633 (java) S 5627 5629 31312 0 -1 4202560 130 0 0 0 38 2 0 0 20 0 19 0 284526227 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700262582824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5634] ppid=5627 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/5629/task/5634/stat : 5634 (java) S 5627 5629 31312 0 -1 4202560 78 0 0 0 30 2 0 0 20 0 19 0 284526227 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700261529768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5635] ppid=5627 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/5629/task/5635/stat : 5635 (java) S 5627 5629 31312 0 -1 4202560 163 0 0 0 37 3 0 0 20 0 19 0 284526227 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700260477224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5636] ppid=5627 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/5629/task/5636/stat : 5636 (java) S 5627 5629 31312 0 -1 4202560 67 0 0 0 37 2 0 0 20 0 19 0 284526227 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700259425192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5637] ppid=5627 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/5629/task/5637/stat : 5637 (java) S 5627 5629 31312 0 -1 4202560 168 0 0 0 41 3 0 0 20 0 19 0 284526227 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700258372648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5638] ppid=5627 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/5629/task/5638/stat : 5638 (java) S 5627 5629 31312 0 -1 4202560 161 0 0 0 37 1 0 0 20 0 19 0 284526227 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700257319592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5639] ppid=5627 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/5629/task/5639/stat : 5639 (java) S 5627 5629 31312 0 -1 4202560 140 0 0 0 30 2 0 0 20 0 19 0 284526227 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700256267048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5640] ppid=5627 vsize=9625004 CPUtime=4.9 cores=1,3,5,7
/proc/5629/task/5640/stat : 5640 (java) S 5627 5629 31312 0 -1 4202560 213 0 0 0 489 1 0 0 20 0 19 0 284526228 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700125489512 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5641] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5641/stat : 5641 (java) S 5627 5629 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700124435832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5642] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5642/stat : 5642 (java) S 5627 5629 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700123382664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5643] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5643/stat : 5643 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700122331408 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5644] ppid=5627 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/5629/task/5644/stat : 5644 (java) S 5627 5629 31312 0 -1 4202560 4276 0 0 0 62 0 0 0 20 0 19 0 284526231 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700121279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5645] ppid=5627 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/5629/task/5645/stat : 5645 (java) S 5627 5629 31312 0 -1 4202560 4342 0 0 0 66 0 0 0 20 0 19 0 284526231 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700120226744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5646] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5646/stat : 5646 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700119173880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5647] ppid=5627 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/5629/task/5647/stat : 5647 (java) S 5627 5629 31312 0 -1 4202560 99 0 0 0 41 28 0 0 20 0 19 0 284526231 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700118121544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5648] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5648/stat : 5648 (java) S 5627 5629 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284526326 9856004096 74166 33554432000 1073741824 1073778376 140737301868592 140700117066792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.24
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 5802
/proc/meminfo: memFree=30654320/32873844 swapFree=7624/7624
[pid=5629] ppid=5627 vsize=9625004 CPUtime=1786.31 cores=1,3,5,7
/proc/5629/stat : 5629 (java) S 5627 5629 31312 0 -1 4202496 13747 0 1 0 178572 59 0 0 20 0 19 0 284526226 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140737301859728 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5629/statm: 2406251 74174 2290 9 0 2396937 0
[pid=5629/tid=5630] ppid=5627 vsize=9625004 CPUtime=1771.65 cores=1,3,5,7
/proc/5629/task/5630/stat : 5630 (java) R 5627 5629 31312 0 -1 4202560 2639 0 1 0 177135 30 0 0 20 0 19 0 284526226 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700302143792 140700126316064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5632] ppid=5627 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/5629/task/5632/stat : 5632 (java) S 5627 5629 31312 0 -1 4202560 71 0 0 0 28 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700263635368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5633] ppid=5627 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/5629/task/5633/stat : 5633 (java) S 5627 5629 31312 0 -1 4202560 130 0 0 0 39 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700262582824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5634] ppid=5627 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/5629/task/5634/stat : 5634 (java) S 5627 5629 31312 0 -1 4202560 78 0 0 0 30 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700261529768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5635] ppid=5627 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/5629/task/5635/stat : 5635 (java) S 5627 5629 31312 0 -1 4202560 164 0 0 0 38 3 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700260477224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5636] ppid=5627 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/5629/task/5636/stat : 5636 (java) S 5627 5629 31312 0 -1 4202560 70 0 0 0 39 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700259425192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5637] ppid=5627 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/5629/task/5637/stat : 5637 (java) S 5627 5629 31312 0 -1 4202560 169 0 0 0 42 3 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700258372648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5638] ppid=5627 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/5629/task/5638/stat : 5638 (java) S 5627 5629 31312 0 -1 4202560 161 0 0 0 37 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700257319592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5639] ppid=5627 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/5629/task/5639/stat : 5639 (java) S 5627 5629 31312 0 -1 4202560 143 0 0 0 31 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700256267048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5640] ppid=5627 vsize=9625004 CPUtime=4.99 cores=1,3,5,7
/proc/5629/task/5640/stat : 5640 (java) S 5627 5629 31312 0 -1 4202560 215 0 0 0 497 2 0 0 20 0 19 0 284526228 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700125489512 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5641] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5641/stat : 5641 (java) S 5627 5629 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700124435832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5642] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5642/stat : 5642 (java) S 5627 5629 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700123382664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5643] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5643/stat : 5643 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700122331408 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5644] ppid=5627 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/5629/task/5644/stat : 5644 (java) S 5627 5629 31312 0 -1 4202560 4276 0 0 0 62 0 0 0 20 0 19 0 284526231 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700121279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5645] ppid=5627 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/5629/task/5645/stat : 5645 (java) S 5627 5629 31312 0 -1 4202560 4342 0 0 0 66 0 0 0 20 0 19 0 284526231 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700120226744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5646] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5646/stat : 5646 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700119173880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5647] ppid=5627 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/5629/task/5647/stat : 5647 (java) S 5627 5629 31312 0 -1 4202560 103 0 0 0 43 29 0 0 20 0 19 0 284526231 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700118121544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5648] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5648/stat : 5648 (java) S 5627 5629 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284526326 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700117066792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.31
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 5802
/proc/meminfo: memFree=30654320/32873844 swapFree=7624/7624
[pid=5629] ppid=5627 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/5629/stat : 5629 (java) S 5627 5629 31312 0 -1 4202496 13747 0 1 0 179942 59 0 0 20 0 19 0 284526226 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140737301859728 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5629/statm: 2406251 74174 2290 9 0 2396937 0
[pid=5629/tid=5630] ppid=5627 vsize=9625004 CPUtime=1785.32 cores=1,3,5,7
/proc/5629/task/5630/stat : 5630 (java) R 5627 5629 31312 0 -1 4202560 2639 0 1 0 178501 31 0 0 20 0 19 0 284526226 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700302143792 140700126120255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5632] ppid=5627 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/5629/task/5632/stat : 5632 (java) S 5627 5629 31312 0 -1 4202560 71 0 0 0 28 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700263635368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5633] ppid=5627 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/5629/task/5633/stat : 5633 (java) S 5627 5629 31312 0 -1 4202560 130 0 0 0 39 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700262582824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5634] ppid=5627 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/5629/task/5634/stat : 5634 (java) S 5627 5629 31312 0 -1 4202560 78 0 0 0 30 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700261529768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5635] ppid=5627 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/5629/task/5635/stat : 5635 (java) S 5627 5629 31312 0 -1 4202560 164 0 0 0 38 3 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700260477224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5636] ppid=5627 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/5629/task/5636/stat : 5636 (java) S 5627 5629 31312 0 -1 4202560 70 0 0 0 39 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700259425192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5637] ppid=5627 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/5629/task/5637/stat : 5637 (java) S 5627 5629 31312 0 -1 4202560 169 0 0 0 42 3 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700258372648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5638] ppid=5627 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/5629/task/5638/stat : 5638 (java) S 5627 5629 31312 0 -1 4202560 161 0 0 0 37 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700257319592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5629/tid=5639] ppid=5627 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/5629/task/5639/stat : 5639 (java) S 5627 5629 31312 0 -1 4202560 143 0 0 0 31 2 0 0 20 0 19 0 284526227 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700256267048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5640] ppid=5627 vsize=9625004 CPUtime=5 cores=1,3,5,7
/proc/5629/task/5640/stat : 5640 (java) S 5627 5629 31312 0 -1 4202560 215 0 0 0 498 2 0 0 20 0 19 0 284526228 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700125489512 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5641] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5641/stat : 5641 (java) S 5627 5629 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700124435832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5642] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5642/stat : 5642 (java) S 5627 5629 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284526229 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700123382664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5643] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5643/stat : 5643 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700122331408 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5644] ppid=5627 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/5629/task/5644/stat : 5644 (java) S 5627 5629 31312 0 -1 4202560 4276 0 0 0 62 0 0 0 20 0 19 0 284526231 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700121279288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5629/tid=5645] ppid=5627 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/5629/task/5645/stat : 5645 (java) S 5627 5629 31312 0 -1 4202560 4342 0 0 0 66 0 0 0 20 0 19 0 284526231 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700120226744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5646] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5646/stat : 5646 (java) S 5627 5629 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284526231 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700119173880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5629/tid=5647] ppid=5627 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/5629/task/5647/stat : 5647 (java) S 5627 5629 31312 0 -1 4202560 103 0 0 0 43 30 0 0 20 0 19 0 284526231 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700118121544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5629/tid=5648] ppid=5627 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5629/task/5648/stat : 5648 (java) S 5627 5629 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284526326 9856004096 74174 33554432000 1073741824 1073778376 140737301868592 140700117066792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 5629 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=739158
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=950855
# CPU time returned by wait4() is 1795.69
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.05
CPU time (s): 1800.01
CPU user time (s): 1799.42
CPU system time (s): 0.59
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.74
system time used= 0.950855
maximum resident set size= 296824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13783
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39912
involuntary context switches= 14308

runsolver used 6.19106 second user time and 15.5826 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 07:46:46
IDJOB=3709950
IDBENCH=73805
IDSOLVER=2289
FILE ID=node130/3709950-1338184006
RUNJOBID= node130-1338158197-31329
PBS_JOBID= 14624537
Free space on /tmp= 71464 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_6-sat.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-3709950-1338184006/watcher-3709950-1338184006 -o /tmp/evaluation-result-3709950-1338184006/solver-3709950-1338184006 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709950-1338184006.opb

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

MD5SUM BENCH= 138289002292e7c474e0d36dbcddf060
RANDOM SEED=595246577

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30490684 kB
Buffers:          328844 kB
Cached:           507612 kB
SwapCached:         4508 kB
Active:          1414288 kB
Inactive:         132984 kB
Active(anon):     701420 kB
Inactive(anon):     9016 kB
Active(file):     712868 kB
Inactive(file):   123968 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:              4388 kB
Writeback:             0 kB
AnonPages:        712052 kB
Mapped:            19972 kB
Shmem:                 8 kB
Slab:             695328 kB
SReclaimable:     136628 kB
SUnreclaim:       558700 kB
KernelStack:        1600 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1614208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    657408 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= 71464 MiB
End job on node130 at 2012-05-28 08:16:44