Trace number 3710762

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark1800.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2691
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-3710762-1338151957.opb
0.10/0.12	c reading problem ... 
1.78/1.17	c ... done. Wall clock time 1.053s.
1.78/1.17	c declared #vars     8883
1.78/1.17	c #constraints  17459
2.15/1.30	c constraints type 
2.15/1.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17459
2.15/1.30	c 17459 constraints processed.
13.54/12.29	c cleaning 2501 clauses out of 5001 with flag 5001/5001
26.98/25.19	c cleaning 4250 clauses out of 8500 with flag 11001/11001
40.50/38.64	c cleaning 5613 clauses out of 11249 with flag 18000/18000
54.72/52.45	c cleaning 6818 clauses out of 13637 with flag 26001/26001
72.12/69.34	c cleaning 7906 clauses out of 15819 with flag 35001/35001
90.72/87.98	c cleaning 8945 clauses out of 17914 with flag 45002/45002
112.14/109.31	c cleaning 9968 clauses out of 19969 with flag 56002/56002
137.14/134.34	c cleaning 10993 clauses out of 21999 with flag 68000/68000
167.24/164.40	c cleaning 11993 clauses out of 24007 with flag 81001/81001
195.35/192.59	c cleaning 13000 clauses out of 26014 with flag 95001/95001
219.85/217.05	c cleaning 14000 clauses out of 28015 with flag 110002/110002
252.08/249.22	c cleaning 15004 clauses out of 30013 with flag 126000/126000
281.60/278.76	c cleaning 15991 clauses out of 32009 with flag 143000/143000
319.99/317.19	c cleaning 16997 clauses out of 34018 with flag 161000/161000
358.88/356.04	c cleaning 18004 clauses out of 36021 with flag 180000/180000
395.29/392.41	c cleaning 19005 clauses out of 38018 with flag 200001/200001
441.89/439.10	c cleaning 19992 clauses out of 40013 with flag 221001/221001
480.80/477.92	c cleaning 21001 clauses out of 42020 with flag 243000/243000
517.52/514.62	c cleaning 22001 clauses out of 44019 with flag 266000/266000
567.02/564.17	c cleaning 23000 clauses out of 46018 with flag 290000/290000
617.55/614.65	c cleaning 23993 clauses out of 48019 with flag 315001/315001
670.07/667.12	c cleaning 25010 clauses out of 50026 with flag 341001/341001
732.03/729.01	c cleaning 25994 clauses out of 52016 with flag 368001/368001
807.54/804.57	c cleaning 27011 clauses out of 54021 with flag 396000/396000
863.69/860.65	c cleaning 27988 clauses out of 56010 with flag 425000/425000
915.71/912.68	c cleaning 28995 clauses out of 58022 with flag 455000/455000
978.42/975.37	c cleaning 30003 clauses out of 60027 with flag 486000/486000
1042.53/1039.49	c cleaning 31000 clauses out of 62024 with flag 518000/518000
1102.23/1099.15	c cleaning 31979 clauses out of 64024 with flag 551000/551000
1171.63/1168.56	c cleaning 32987 clauses out of 66045 with flag 585000/585000
1238.30/1235.17	c cleaning 34020 clauses out of 68059 with flag 620001/620001
1309.70/1306.53	c cleaning 35006 clauses out of 70041 with flag 656003/656003
1396.41/1393.26	c cleaning 36001 clauses out of 72034 with flag 693002/693002
1470.31/1467.14	c cleaning 36987 clauses out of 74031 with flag 731000/731000
1554.96/1551.74	c cleaning 38006 clauses out of 76044 with flag 770000/770000
1638.65/1635.48	c cleaning 39005 clauses out of 78039 with flag 810001/810001
1727.37/1724.13	c cleaning 39995 clauses out of 80033 with flag 851000/851000
1800.09/1796.81	c starts		: 178
1800.09/1796.81	c conflicts		: 884762
1800.09/1796.81	c decisions		: 1089179
1800.09/1796.81	c propagations		: 176788902
1800.09/1796.81	c inspects		: 9596132665
1800.09/1796.81	c shortcuts		: 0
1800.09/1796.81	c learnt literals	: 0
1800.09/1796.81	c learnt binary clauses	: 12
1800.09/1796.81	c learnt ternary clauses	: 9
1800.09/1796.81	c learnt constraints	: 884762
1800.09/1796.81	c ignored constraints	: 0
1800.09/1796.81	c root simplifications	: 178
1800.09/1796.81	c removed literals (reason simplification)	: 2896476
1800.09/1796.81	c reason swapping (by a shorter reason)	: 0
1800.09/1796.81	c Calls to reduceDB	: 37
1800.09/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.81	c number of learned constraints concerned by reduction	: 0
1800.09/1796.81	c number of learning phase by resolution	: 0
1800.09/1796.81	c number of learning phase by cutting planes	: 0
1800.09/1796.81	c speed (assignments/second)	: 98455.46344283276
1800.09/1796.81	c non guided choices	9051
1800.09/1796.83	c learnt constraints type 
1800.09/1796.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1800.09/1796.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73800
1800.09/1796.84	c constraints type 
1800.09/1796.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17459
1800.09/1796.84	c 17459 constraints processed.
1800.09/1796.84	s UNKNOWN
1800.09/1796.84	c Total wall clock time (in seconds): 1796.72

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-3710762-1338151957/watcher-3710762-1338151957 -o /tmp/evaluation-result-3710762-1338151957/solver-3710762-1338151957 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710762-1338151957.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.95 2.01 1.99 3/194 31742
/proc/meminfo: memFree=30690752/32873844 swapFree=6600/6600
[pid=31742] ppid=31740 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31742/stat : 31742 (java) R 31740 31742 28151 0 -1 4202496 1071 0 0 0 0 0 0 0 20 0 1 0 281320548 23793664 798 33554432000 1073741824 1073778376 140736064104704 140736064093768 140292426495424 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31742/statm: 5809 819 613 9 0 128 0

[startup+0.0382709 s]
/proc/loadavg: 1.95 2.01 1.99 3/194 31742
/proc/meminfo: memFree=30690752/32873844 swapFree=6600/6600
[pid=31742] ppid=31740 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/31742/stat : 31742 (java) S 31740 31742 28151 0 -1 4202496 3076 0 1 0 2 0 0 0 20 0 13 0 281320548 9446973440 3261 33554432000 1073741824 1073778376 140736064104704 140736064095840 213422997565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31742/statm: 2306390 3261 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100244 s]
/proc/loadavg: 1.95 2.01 1.99 3/194 31742
/proc/meminfo: memFree=30690752/32873844 swapFree=6600/6600
[pid=31742] ppid=31740 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/31742/stat : 31742 (java) S 31740 31742 28151 0 -1 4202496 4327 0 1 0 9 1 0 0 20 0 18 0 281320548 9787842560 5533 33554432000 1073741824 1073778376 140736064104704 140736064095840 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31742/statm: 2389610 5533 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300227 s]
/proc/loadavg: 1.95 2.01 1.99 3/194 31742
/proc/meminfo: memFree=30690752/32873844 swapFree=6600/6600
[pid=31742] ppid=31740 vsize=9558440 CPUtime=0.56 cores=0,2,4,6
/proc/31742/stat : 31742 (java) S 31740 31742 28151 0 -1 4202496 9962 0 1 0 54 2 0 0 20 0 18 0 281320548 9787842560 10523 33554432000 1073741824 1073778376 140736064104704 140736064095840 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31742/statm: 2389610 10523 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558440

[startup+0.700229 s]
/proc/loadavg: 1.95 2.01 1.99 3/194 31742
/proc/meminfo: memFree=30690752/32873844 swapFree=6600/6600
[pid=31742] ppid=31740 vsize=9558440 CPUtime=1.15 cores=0,2,4,6
/proc/31742/stat : 31742 (java) S 31740 31742 28151 0 -1 4202496 11058 0 1 0 110 5 0 0 20 0 18 0 281320548 9787842560 42056 33554432000 1073741824 1073778376 140736064104704 140736064095840 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31742/statm: 2389610 42056 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558440

[startup+1.50066 s]
/proc/loadavg: 1.95 2.01 1.99 3/212 31760
/proc/meminfo: memFree=30517676/32873844 swapFree=6600/6600
[pid=31742] ppid=31740 vsize=9625004 CPUtime=2.47 cores=0,2,4,6
/proc/31742/stat : 31742 (java) S 31740 31742 28151 0 -1 4202496 14334 0 1 0 240 7 0 0 20 0 19 0 281320548 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140736064095840 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31742/statm: 2406251 48891 2269 9 0 2396937 0
[pid=31742/tid=31744] ppid=31740 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/31742/task/31744/stat : 31744 (java) R 31740 31742 28151 0 -1 4202560 2628 0 1 0 141 3 0 0 20 0 19 0 281320549 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292420366904 140292360799807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31742/tid=31745] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31745/stat : 31745 (java) S 31740 31742 28151 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292359096616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31746] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31746/stat : 31746 (java) S 31740 31742 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292358043816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31747] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31747/stat : 31747 (java) S 31740 31742 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292356991528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31748] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31748/stat : 31748 (java) S 31740 31742 28151 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292260575656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31749] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31749/stat : 31749 (java) S 31740 31742 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292259523368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31750] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31750/stat : 31750 (java) S 31740 31742 28151 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292258470568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31751] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31751/stat : 31751 (java) S 31740 31742 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292257418280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31752] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31752/stat : 31752 (java) S 31740 31742 28151 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292256365480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31753] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31753/stat : 31753 (java) S 31740 31742 28151 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281320550 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292244166888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31754] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31754/stat : 31754 (java) S 31740 31742 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292243112952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31755] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31755/stat : 31755 (java) S 31740 31742 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292242060552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31756] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31756/stat : 31756 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292241009040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31757] ppid=31740 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/31742/task/31757/stat : 31757 (java) S 31740 31742 28151 0 -1 4202560 5972 0 0 0 43 2 0 0 20 0 19 0 281320553 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292239956664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31758] ppid=31740 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/31742/task/31758/stat : 31758 (java) S 31740 31742 28151 0 -1 4202560 4401 0 0 0 41 0 0 0 20 0 19 0 281320553 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292238903864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31759] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31759/stat : 31759 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292237851768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31760] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31760/stat : 31760 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 48891 33554432000 1073741824 1073778376 140736064104704 140292236799176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 1.95 2.01 1.99 3/213 31761
/proc/meminfo: memFree=30502340/32873844 swapFree=6600/6600
[pid=31742] ppid=31740 vsize=9625004 CPUtime=4.3 cores=0,2,4,6
/proc/31742/stat : 31742 (java) S 31740 31742 28151 0 -1 4202496 15885 0 1 0 423 7 0 0 20 0 19 0 281320548 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140736064095840 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31742/statm: 2406251 48922 2274 9 0 2396937 0
[pid=31742/tid=31744] ppid=31740 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/31742/task/31744/stat : 31744 (java) R 31740 31742 28151 0 -1 4202560 2629 0 1 0 300 3 0 0 20 0 19 0 281320549 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292420366728 140292360897114 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31742/tid=31745] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31745/stat : 31745 (java) S 31740 31742 28151 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292359096616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31746] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31746/stat : 31746 (java) S 31740 31742 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292358043816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31747] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31747/stat : 31747 (java) S 31740 31742 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292356991528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31748] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31748/stat : 31748 (java) S 31740 31742 28151 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292260575656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31749] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31749/stat : 31749 (java) S 31740 31742 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292259523368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31750] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31750/stat : 31750 (java) S 31740 31742 28151 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292258470568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31751] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31751/stat : 31751 (java) S 31740 31742 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292257418280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31752] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31752/stat : 31752 (java) S 31740 31742 28151 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292256365480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31753] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31753/stat : 31753 (java) S 31740 31742 28151 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281320550 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292244166888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31754] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31754/stat : 31754 (java) S 31740 31742 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292243112952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31755] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31755/stat : 31755 (java) S 31740 31742 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292242060552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31756] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31756/stat : 31756 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292241009040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31757] ppid=31740 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/31742/task/31757/stat : 31757 (java) S 31740 31742 28151 0 -1 4202560 7521 0 0 0 64 2 0 0 20 0 19 0 281320553 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292239956664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31758] ppid=31740 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/31742/task/31758/stat : 31758 (java) S 31740 31742 28151 0 -1 4202560 4402 0 0 0 43 0 0 0 20 0 19 0 281320553 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292238903864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31759] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31759/stat : 31759 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292237851768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31760] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31760/stat : 31760 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292236799176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31761] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31761/stat : 31761 (java) S 31740 31742 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281320667 9856004096 48922 33554432000 1073741824 1073778376 140736064104704 140292235744168 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 1.95 2.01 1.99 3/213 31761
/proc/meminfo: memFree=30502712/32873844 swapFree=6600/6600
[pid=31742] ppid=31740 vsize=9625004 CPUtime=7.56 cores=0,2,4,6
/proc/31742/stat : 31742 (java) S 31740 31742 28151 0 -1 4202496 16253 0 1 0 749 7 0 0 20 0 19 0 281320548 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140736064095840 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31742/statm: 2406251 48817 2274 9 0 2396937 0
[pid=31742/tid=31744] ppid=31740 vsize=9625004 CPUtime=6.23 cores=0,2,4,6
/proc/31742/task/31744/stat : 31744 (java) R 31740 31742 28151 0 -1 4202560 2631 0 1 0 620 3 0 0 20 0 19 0 281320549 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292420366808 140292360799816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31742/tid=31745] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31745/stat : 31745 (java) S 31740 31742 28151 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292359096616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31746] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31746/stat : 31746 (java) S 31740 31742 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292358043816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31747] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31747/stat : 31747 (java) S 31740 31742 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292356991528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31748] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31748/stat : 31748 (java) S 31740 31742 28151 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292260575656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31749] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31749/stat : 31749 (java) S 31740 31742 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292259523368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31750] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31750/stat : 31750 (java) S 31740 31742 28151 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292258470568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31751] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31751/stat : 31751 (java) S 31740 31742 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281320549 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292257418280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31752] ppid=31740 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31742/task/31752/stat : 31752 (java) S 31740 31742 28151 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281320549 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292256365480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31753] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31753/stat : 31753 (java) S 31740 31742 28151 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281320550 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292244166888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31754] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31754/stat : 31754 (java) S 31740 31742 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292243112952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31755] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31755/stat : 31755 (java) S 31740 31742 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292242060552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31756] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31756/stat : 31756 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292241009040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31757] ppid=31740 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/31742/task/31757/stat : 31757 (java) S 31740 31742 28151 0 -1 4202560 7887 0 0 0 70 2 0 0 20 0 19 0 281320553 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292239956664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31758] ppid=31740 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/31742/task/31758/stat : 31758 (java) S 31740 31742 28151 0 -1 4202560 4402 0 0 0 43 0 0 0 20 0 19 0 281320553 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292238903864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31759] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31759/stat : 31759 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292237851768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31760] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31760/stat : 31760 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292236799176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31761] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31761/stat : 31761 (java) S 31740 31742 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281320667 9856004096 48817 33554432000 1073741824 1073778376 140736064104704 140292235744168 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 1.96 2.01 1.99 3/213 31761
/proc/meminfo: memFree=30503488/32873844 swapFree=6600/6600

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

[pid=31742/tid=31757] ppid=31740 vsize=9625004 CPUtime=1.36 cores=0,2,4,6
/proc/31742/task/31757/stat : 31757 (java) S 31740 31742 28151 0 -1 4202560 13444 0 0 0 134 2 0 0 20 0 19 0 281320553 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292239956664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31758] ppid=31740 vsize=9625004 CPUtime=1.35 cores=0,2,4,6
/proc/31742/task/31758/stat : 31758 (java) S 31740 31742 28151 0 -1 4202560 15156 0 0 0 133 2 0 0 20 0 19 0 281320553 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292238903864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31759] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31759/stat : 31759 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292237851768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31760] ppid=31740 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/31742/task/31760/stat : 31760 (java) S 31740 31742 28151 0 -1 4202560 95 0 0 0 27 30 0 0 20 0 19 0 281320553 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292236799176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31761] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31761/stat : 31761 (java) S 31740 31742 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281320667 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292235744168 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.58
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 31857
/proc/meminfo: memFree=30540020/32873844 swapFree=6600/6600
[pid=31742] ppid=31740 vsize=9625004 CPUtime=1725.58 cores=0,2,4,6
/proc/31742/stat : 31742 (java) S 31740 31742 28151 0 -1 4202496 33001 0 1 0 172505 53 0 0 20 0 19 0 281320548 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140736064095840 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31742/statm: 2406251 68334 2286 9 0 2396937 0
[pid=31742/tid=31744] ppid=31740 vsize=9625004 CPUtime=1715.76 cores=0,2,4,6
/proc/31742/task/31744/stat : 31744 (java) R 31740 31742 28151 0 -1 4202560 2673 0 1 0 171544 32 0 0 20 0 19 0 281320549 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292420366824 140292360799720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31745] ppid=31740 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/31742/task/31745/stat : 31745 (java) S 31740 31742 28151 0 -1 4202560 35 0 0 0 14 0 0 0 20 0 19 0 281320549 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292359096616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31746] ppid=31740 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/31742/task/31746/stat : 31746 (java) S 31740 31742 28151 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 281320549 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292358043816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31747] ppid=31740 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/31742/task/31747/stat : 31747 (java) S 31740 31742 28151 0 -1 4202560 38 0 0 0 12 0 0 0 20 0 19 0 281320549 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292356991528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31748] ppid=31740 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/31742/task/31748/stat : 31748 (java) S 31740 31742 28151 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 281320549 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292260575656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31749] ppid=31740 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/31742/task/31749/stat : 31749 (java) S 31740 31742 28151 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 281320549 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292259523368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31750] ppid=31740 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/31742/task/31750/stat : 31750 (java) S 31740 31742 28151 0 -1 4202560 20 0 0 0 9 0 0 0 20 0 19 0 281320549 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292258470568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31751] ppid=31740 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/31742/task/31751/stat : 31751 (java) S 31740 31742 28151 0 -1 4202560 43 0 0 0 10 0 0 0 20 0 19 0 281320549 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292257418280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31752] ppid=31740 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/31742/task/31752/stat : 31752 (java) S 31740 31742 28151 0 -1 4202560 23 0 0 0 8 0 0 0 20 0 19 0 281320549 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292256365480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31753] ppid=31740 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/31742/task/31753/stat : 31753 (java) S 31740 31742 28151 0 -1 4202560 211 0 0 0 144 2 0 0 20 0 19 0 281320550 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292244166888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31742/tid=31754] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31754/stat : 31754 (java) S 31740 31742 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292243112952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31755] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31755/stat : 31755 (java) S 31740 31742 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292242060552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31756] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31756/stat : 31756 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292241009040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31757] ppid=31740 vsize=9625004 CPUtime=1.36 cores=0,2,4,6
/proc/31742/task/31757/stat : 31757 (java) S 31740 31742 28151 0 -1 4202560 13446 0 0 0 134 2 0 0 20 0 19 0 281320553 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292239956664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31758] ppid=31740 vsize=9625004 CPUtime=1.35 cores=0,2,4,6
/proc/31742/task/31758/stat : 31758 (java) S 31740 31742 28151 0 -1 4202560 15156 0 0 0 133 2 0 0 20 0 19 0 281320553 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292238903864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31759] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31759/stat : 31759 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292237851768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31760] ppid=31740 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/31742/task/31760/stat : 31760 (java) S 31740 31742 28151 0 -1 4202560 99 0 0 0 28 31 0 0 20 0 19 0 281320553 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292236799176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31761] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31761/stat : 31761 (java) S 31740 31742 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281320667 9856004096 68334 33554432000 1073741824 1073778376 140736064104704 140292235744168 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.58
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 31857
/proc/meminfo: memFree=30526864/32873844 swapFree=6600/6600
[pid=31742] ppid=31740 vsize=9625004 CPUtime=1785.58 cores=0,2,4,6
/proc/31742/stat : 31742 (java) S 31740 31742 28151 0 -1 4202496 33009 0 1 0 178503 55 0 0 20 0 19 0 281320548 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140736064095840 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31742/statm: 2406251 68335 2286 9 0 2396937 0
[pid=31742/tid=31744] ppid=31740 vsize=9625004 CPUtime=1775.54 cores=0,2,4,6
/proc/31742/task/31744/stat : 31744 (java) R 31740 31742 28151 0 -1 4202560 2674 0 1 0 177522 32 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292420366640 140292360575760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31745] ppid=31740 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/31742/task/31745/stat : 31745 (java) S 31740 31742 28151 0 -1 4202560 36 0 0 0 14 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292359096616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31746] ppid=31740 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/31742/task/31746/stat : 31746 (java) S 31740 31742 28151 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292358043816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31747] ppid=31740 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/31742/task/31747/stat : 31747 (java) S 31740 31742 28151 0 -1 4202560 38 0 0 0 12 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292356991528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31748] ppid=31740 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/31742/task/31748/stat : 31748 (java) S 31740 31742 28151 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292260575656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31742/tid=31749] ppid=31740 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/31742/task/31749/stat : 31749 (java) S 31740 31742 28151 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292259523368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31750] ppid=31740 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/31742/task/31750/stat : 31750 (java) S 31740 31742 28151 0 -1 4202560 20 0 0 0 10 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292258470568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31751] ppid=31740 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/31742/task/31751/stat : 31751 (java) S 31740 31742 28151 0 -1 4202560 43 0 0 0 10 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292257418280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31752] ppid=31740 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/31742/task/31752/stat : 31752 (java) S 31740 31742 28151 0 -1 4202560 23 0 0 0 8 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292256365480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31753] ppid=31740 vsize=9625004 CPUtime=1.52 cores=0,2,4,6
/proc/31742/task/31753/stat : 31753 (java) S 31740 31742 28151 0 -1 4202560 213 0 0 0 149 3 0 0 20 0 19 0 281320550 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292244166888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31742/tid=31754] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31754/stat : 31754 (java) S 31740 31742 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292243112952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31755] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31755/stat : 31755 (java) S 31740 31742 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292242060552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31756] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31756/stat : 31756 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292241009040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31757] ppid=31740 vsize=9625004 CPUtime=1.36 cores=0,2,4,6
/proc/31742/task/31757/stat : 31757 (java) S 31740 31742 28151 0 -1 4202560 13446 0 0 0 134 2 0 0 20 0 19 0 281320553 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292239956664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31758] ppid=31740 vsize=9625004 CPUtime=1.35 cores=0,2,4,6
/proc/31742/task/31758/stat : 31758 (java) S 31740 31742 28151 0 -1 4202560 15156 0 0 0 133 2 0 0 20 0 19 0 281320553 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292238903864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31759] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31759/stat : 31759 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292237851768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31760] ppid=31740 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/31742/task/31760/stat : 31760 (java) S 31740 31742 28151 0 -1 4202560 103 0 0 0 29 32 0 0 20 0 19 0 281320553 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292236799176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31761] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31761/stat : 31761 (java) S 31740 31742 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281320667 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292235744168 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 31858
/proc/meminfo: memFree=30524444/32873844 swapFree=6600/6600
[pid=31742] ppid=31740 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/31742/stat : 31742 (java) S 31740 31742 28151 0 -1 4202496 33009 0 1 0 179954 55 0 0 20 0 19 0 281320548 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140736064095840 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31742/statm: 2406251 68335 2286 9 0 2396937 0
[pid=31742/tid=31744] ppid=31740 vsize=9625004 CPUtime=1790 cores=0,2,4,6
/proc/31742/task/31744/stat : 31744 (java) R 31740 31742 28151 0 -1 4202560 2674 0 1 0 178967 33 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292420366640 140292360799790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31745] ppid=31740 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/31742/task/31745/stat : 31745 (java) S 31740 31742 28151 0 -1 4202560 36 0 0 0 14 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292359096616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31746] ppid=31740 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/31742/task/31746/stat : 31746 (java) S 31740 31742 28151 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292358043816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31747] ppid=31740 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/31742/task/31747/stat : 31747 (java) S 31740 31742 28151 0 -1 4202560 38 0 0 0 12 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292356991528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31748] ppid=31740 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/31742/task/31748/stat : 31748 (java) S 31740 31742 28151 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292260575656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31742/tid=31749] ppid=31740 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/31742/task/31749/stat : 31749 (java) S 31740 31742 28151 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292259523368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31750] ppid=31740 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/31742/task/31750/stat : 31750 (java) S 31740 31742 28151 0 -1 4202560 20 0 0 0 10 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292258470568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31751] ppid=31740 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/31742/task/31751/stat : 31751 (java) S 31740 31742 28151 0 -1 4202560 43 0 0 0 10 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292257418280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31752] ppid=31740 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/31742/task/31752/stat : 31752 (java) S 31740 31742 28151 0 -1 4202560 23 0 0 0 8 0 0 0 20 0 19 0 281320549 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292256365480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31753] ppid=31740 vsize=9625004 CPUtime=1.52 cores=0,2,4,6
/proc/31742/task/31753/stat : 31753 (java) S 31740 31742 28151 0 -1 4202560 213 0 0 0 149 3 0 0 20 0 19 0 281320550 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292244166888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31742/tid=31754] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31754/stat : 31754 (java) S 31740 31742 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292243112952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31755] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31755/stat : 31755 (java) S 31740 31742 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281320551 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292242060552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31756] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31756/stat : 31756 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292241009040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31757] ppid=31740 vsize=9625004 CPUtime=1.36 cores=0,2,4,6
/proc/31742/task/31757/stat : 31757 (java) S 31740 31742 28151 0 -1 4202560 13446 0 0 0 134 2 0 0 20 0 19 0 281320553 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292239956664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31742/tid=31758] ppid=31740 vsize=9625004 CPUtime=1.35 cores=0,2,4,6
/proc/31742/task/31758/stat : 31758 (java) S 31740 31742 28151 0 -1 4202560 15156 0 0 0 133 2 0 0 20 0 19 0 281320553 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292238903864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31759] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31759/stat : 31759 (java) S 31740 31742 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281320553 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292237851768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31742/tid=31760] ppid=31740 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/31742/task/31760/stat : 31760 (java) S 31740 31742 28151 0 -1 4202560 103 0 0 0 29 32 0 0 20 0 19 0 281320553 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292236799176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31742/tid=31761] ppid=31740 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31742/task/31761/stat : 31761 (java) S 31740 31742 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281320667 9856004096 68335 33554432000 1073741824 1073778376 140736064104704 140292235744168 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 31742 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=159094
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=861868
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.85
CPU time (s): 1800.09
CPU user time (s): 1799.54
CPU system time (s): 0.55
CPU usage (%): 100.181
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.16
system time used= 0.861868
maximum resident set size= 273464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33045
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39109
involuntary context switches= 24765

runsolver used 6.19906 second user time and 14.8937 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 22:52:37
IDJOB=3710762
IDBENCH=2630
IDSOLVER=2289
FILE ID=node140/3710762-1338151957
RUNJOBID= node140-1338124688-28167
PBS_JOBID= 14624514
Free space on /tmp= 71328 MiB

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

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

MD5SUM BENCH= de4cbecd7c9968d40b279ce145b888a9
RANDOM SEED=775810343

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30691132 kB
Buffers:          396984 kB
Cached:           718496 kB
SwapCached:         1492 kB
Active:          1055612 kB
Inactive:         264536 kB
Active(anon):     196304 kB
Inactive(anon):     8604 kB
Active(file):     859308 kB
Inactive(file):   255932 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:              5592 kB
Writeback:            48 kB
AnonPages:        226784 kB
Mapped:            20116 kB
Shmem:                 8 kB
Slab:             718932 kB
SReclaimable:     160900 kB
SUnreclaim:       558032 kB
KernelStack:        1656 kB
PageTables:         4444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71328 MiB
End job on node140 at 2012-05-27 23:22:36