Trace number 3709889

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.79 1779.66

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-85-80.opb
MD5SUMa4a494535709e59392e65403b829113d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.119981
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints165
Number of constraints which are clauses85
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint85
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
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.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709889-1338151180.opb
0.09/0.12	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.173s.
0.27/0.29	c declared #vars     6800
0.27/0.29	c #constraints  165
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 85
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.27/0.29	c 165 constraints processed.
11.73/10.91	c cleaning 2496 clauses out of 5000 with flag 5000/5000
23.09/22.09	c cleaning 4250 clauses out of 8506 with flag 11002/11002
40.64/39.43	c cleaning 5651 clauses out of 11301 with flag 18047/18047
66.44/65.16	c cleaning 6796 clauses out of 13603 with flag 26000/26000
99.87/98.40	c cleaning 7902 clauses out of 15807 with flag 35000/35000
128.24/126.36	c cleaning 8953 clauses out of 17907 with flag 45002/45002
164.68/162.16	c cleaning 9992 clauses out of 19984 with flag 56032/56032
202.73/199.32	c cleaning 10977 clauses out of 21960 with flag 68000/68000
292.45/288.46	c cleaning 11991 clauses out of 23984 with flag 81001/81001
341.92/336.90	c cleaning 12993 clauses out of 25992 with flag 95000/95000
414.36/408.64	c cleaning 14016 clauses out of 28031 with flag 110032/110032
485.86/479.00	c cleaning 14990 clauses out of 29985 with flag 126002/126002
564.64/556.97	c cleaning 16026 clauses out of 32062 with flag 143069/143069
636.79/628.31	c cleaning 16979 clauses out of 33967 with flag 161000/161000
732.28/722.75	c cleaning 17993 clauses out of 35988 with flag 180000/180000
813.84/802.93	c cleaning 18994 clauses out of 37995 with flag 200000/200000
962.58/950.71	c cleaning 20020 clauses out of 40054 with flag 221053/221053
1047.61/1034.62	c cleaning 20975 clauses out of 41981 with flag 243000/243000
1159.70/1145.45	c cleaning 22000 clauses out of 44007 with flag 266001/266001
1278.02/1262.21	c cleaning 23001 clauses out of 46007 with flag 290001/290001
1485.35/1467.90	c cleaning 23998 clauses out of 48006 with flag 315001/315001
1679.15/1660.18	c cleaning 25003 clauses out of 50016 with flag 341009/341009
1800.05/1779.62	c starts		: 136
1800.05/1779.62	c conflicts		: 364599
1800.05/1779.62	c decisions		: 592124
1800.05/1779.62	c propagations		: 39778372
1800.05/1779.62	c inspects		: 1010328951
1800.05/1779.62	c shortcuts		: 0
1800.05/1779.62	c learnt literals	: 0
1800.05/1779.62	c learnt binary clauses	: 0
1800.05/1779.62	c learnt ternary clauses	: 0
1800.05/1779.62	c learnt constraints	: 364599
1800.05/1779.62	c ignored constraints	: 0
1800.05/1779.62	c root simplifications	: 136
1800.05/1779.62	c removed literals (reason simplification)	: 2205112
1800.05/1779.62	c reason swapping (by a shorter reason)	: 0
1800.05/1779.62	c Calls to reduceDB	: 22
1800.05/1779.62	c number of reductions to clauses (during analyze)	: 0
1800.05/1779.62	c number of learned constraints concerned by reduction	: 0
1800.05/1779.62	c number of learning phase by resolution	: 0
1800.05/1779.62	c number of learning phase by cutting planes	: 0
1800.05/1779.62	c speed (assignments/second)	: 22355.953035964885
1800.05/1779.62	c non guided choices	3161
1800.05/1779.64	c learnt constraints type 
1800.05/1779.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48605
1800.05/1779.64	c constraints type 
1800.05/1779.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 85
1800.05/1779.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
1800.05/1779.64	c 165 constraints processed.
1800.05/1779.64	s UNKNOWN
1800.05/1779.64	c Total wall clock time (in seconds): 1779.527

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-3709889-1338151180/watcher-3709889-1338151180 -o /tmp/evaluation-result-3709889-1338151180/solver-3709889-1338151180 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709889-1338151180.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.90 1.96 1.98 3/194 28478
/proc/meminfo: memFree=28841860/32873844 swapFree=6856/6856
[pid=28478] ppid=28476 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28478/stat : 28478 (java) D 28476 28478 24682 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 281242941 9515008 183 33554432000 1073741824 1073778376 140735349628800 140735349619832 223651643061 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/28478/statm: 2323 183 140 9 0 71 0

[startup+0.01237 s]
/proc/loadavg: 1.90 1.96 1.98 3/194 28478
/proc/meminfo: memFree=28841860/32873844 swapFree=6856/6856
[pid=28478] ppid=28476 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/28478/stat : 28478 (java) S 28476 28478 24682 0 -1 4202496 1222 0 0 0 0 0 0 0 20 0 2 0 281242941 96370688 930 33554432000 1073741824 1073778376 140735112999088 140735112990224 223655002173 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28478/statm: 23544 937 712 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 94112

[startup+0.100263 s]
/proc/loadavg: 1.90 1.96 1.98 3/194 28478
/proc/meminfo: memFree=28841860/32873844 swapFree=6856/6856
[pid=28478] ppid=28476 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/28478/stat : 28478 (java) S 28476 28478 24682 0 -1 4202496 4293 0 1 0 8 1 0 0 20 0 18 0 281242941 9787842560 6010 33554432000 1073741824 1073778376 140735112999088 140735112990224 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28478/statm: 2389610 6010 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300159 s]
/proc/loadavg: 1.90 1.96 1.98 3/194 28478
/proc/meminfo: memFree=28841860/32873844 swapFree=6856/6856
[pid=28478] ppid=28476 vsize=9558440 CPUtime=0.53 cores=0,2,4,6
/proc/28478/stat : 28478 (java) S 28476 28478 24682 0 -1 4202496 7161 0 1 0 52 1 0 0 20 0 18 0 281242941 9787842560 11862 33554432000 1073741824 1073778376 140735112999088 140735112990224 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28478/statm: 2389610 11862 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700273 s]
/proc/loadavg: 1.90 1.96 1.98 3/194 28478
/proc/meminfo: memFree=28841860/32873844 swapFree=6856/6856
[pid=28478] ppid=28476 vsize=9625004 CPUtime=1.28 cores=0,2,4,6
/proc/28478/stat : 28478 (java) S 28476 28478 24682 0 -1 4202496 8269 0 1 0 126 2 0 0 20 0 19 0 281242941 9856004096 14183 33554432000 1073741824 1073778376 140735112999088 140735112990224 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28478/statm: 2406251 14183 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625004

[startup+1.50072 s]
/proc/loadavg: 1.90 1.96 1.98 3/213 28497
/proc/meminfo: memFree=28790028/32873844 swapFree=6856/6856
[pid=28478] ppid=28476 vsize=9625004 CPUtime=2.08 cores=0,2,4,6
/proc/28478/stat : 28478 (java) S 28476 28478 24682 0 -1 4202496 8277 0 1 0 206 2 0 0 20 0 19 0 281242941 9856004096 17256 33554432000 1073741824 1073778376 140735112999088 140735112990224 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28478/statm: 2406251 17768 2248 9 0 2396937 0
[pid=28478/tid=28480] ppid=28476 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/28478/task/28480/stat : 28480 (java) R 28476 28478 24682 0 -1 4202560 2526 0 1 0 145 1 0 0 20 0 19 0 281242942 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215495518792 140215503285075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28481] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28481/stat : 28481 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215457012008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28482] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28482/stat : 28482 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215455959208 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28483] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28483/stat : 28483 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215454906920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28484] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215453854120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28485] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28485/stat : 28485 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215452801832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28486] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28486/stat : 28486 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215451749032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28487] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28487/stat : 28487 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215450696744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28488] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28488/stat : 28488 (java) S 28476 28478 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215449643944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28489] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28489/stat : 28489 (java) S 28476 28478 24682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215319697640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28490] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28490/stat : 28490 (java) S 28476 28478 24682 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215318643704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28491] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28491/stat : 28491 (java) S 28476 28478 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215317591304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28492] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28492/stat : 28492 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215316539792 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28493] ppid=28476 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/28478/task/28493/stat : 28493 (java) S 28476 28478 24682 0 -1 4202560 2076 0 0 0 29 0 0 0 20 0 19 0 281242947 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140215315487416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28494] ppid=28476 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/28478/task/28494/stat : 28494 (java) S 28476 28478 24682 0 -1 4202560 2475 0 0 0 29 0 0 0 20 0 19 0 281242947 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140214441863736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28495] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28495/stat : 28495 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140214440811640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28496] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28496/stat : 28496 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140214439759048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28497] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28497/stat : 28497 (java) S 28476 28478 24682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281242972 9856004096 17768 33554432000 1073741824 1073778376 140735112999088 140214438704040 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625004

[startup+3.10073 s]
/proc/loadavg: 1.90 1.96 1.98 3/213 28497
/proc/meminfo: memFree=28771224/32873844 swapFree=6856/6856
[pid=28478] ppid=28476 vsize=9625004 CPUtime=3.67 cores=0,2,4,6
/proc/28478/stat : 28478 (java) S 28476 28478 24682 0 -1 4202496 8288 0 1 0 365 2 0 0 20 0 19 0 281242941 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140735112990224 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28478/statm: 2406251 22888 2248 9 0 2396937 0
[pid=28478/tid=28480] ppid=28476 vsize=9625004 CPUtime=3.07 cores=0,2,4,6
/proc/28478/task/28480/stat : 28480 (java) R 28476 28478 24682 0 -1 4202560 2536 0 1 0 305 2 0 0 20 0 19 0 281242942 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215495518672 140215331174133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28481] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28481/stat : 28481 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215457012008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28482] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28482/stat : 28482 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215455959208 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28483] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28483/stat : 28483 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215454906920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28484] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215453854120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28485] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28485/stat : 28485 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215452801832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28486] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28486/stat : 28486 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215451749032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28487] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28487/stat : 28487 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215450696744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28488] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28488/stat : 28488 (java) S 28476 28478 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215449643944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28489] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28489/stat : 28489 (java) S 28476 28478 24682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215319697640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28490] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28490/stat : 28490 (java) S 28476 28478 24682 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215318643704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28491] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28491/stat : 28491 (java) S 28476 28478 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215317591304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28492] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28492/stat : 28492 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215316539792 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28493] ppid=28476 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/28478/task/28493/stat : 28493 (java) S 28476 28478 24682 0 -1 4202560 2076 0 0 0 29 0 0 0 20 0 19 0 281242947 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140215315487416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28494] ppid=28476 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/28478/task/28494/stat : 28494 (java) S 28476 28478 24682 0 -1 4202560 2475 0 0 0 29 0 0 0 20 0 19 0 281242947 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140214441863736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28495] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28495/stat : 28495 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140214440811640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28496] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28496/stat : 28496 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140214439759048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28497] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28497/stat : 28497 (java) S 28476 28478 24682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281242972 9856004096 22888 33554432000 1073741824 1073778376 140735112999088 140214438704040 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625004

[startup+6.30074 s]
/proc/loadavg: 1.91 1.96 1.98 3/213 28497
/proc/meminfo: memFree=28735912/32873844 swapFree=6856/6856
[pid=28478] ppid=28476 vsize=9625004 CPUtime=6.92 cores=0,2,4,6
/proc/28478/stat : 28478 (java) S 28476 28478 24682 0 -1 4202496 8314 0 1 0 689 3 0 0 20 0 19 0 281242941 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140735112990224 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28478/statm: 2406251 31481 2254 9 0 2396937 0
[pid=28478/tid=28480] ppid=28476 vsize=9625004 CPUtime=6.26 cores=0,2,4,6
/proc/28478/task/28480/stat : 28480 (java) R 28476 28478 24682 0 -1 4202560 2554 0 1 0 624 2 0 0 20 0 19 0 281242942 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215495520904 140215331684894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28481] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28481/stat : 28481 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215457012008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28482] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28482/stat : 28482 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215455959208 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28483] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28483/stat : 28483 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215454906920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28484] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215453854120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28485] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28485/stat : 28485 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215452801832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28486] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28486/stat : 28486 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215451749032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28487] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28487/stat : 28487 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215450696744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28488] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28488/stat : 28488 (java) S 28476 28478 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281242943 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215449643944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28489] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28489/stat : 28489 (java) S 28476 28478 24682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215319697640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28490] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28490/stat : 28490 (java) S 28476 28478 24682 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215318643704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28491] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28491/stat : 28491 (java) S 28476 28478 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215317591304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28492] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28492/stat : 28492 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215316539792 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28493] ppid=28476 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/28478/task/28493/stat : 28493 (java) S 28476 28478 24682 0 -1 4202560 2084 0 0 0 33 0 0 0 20 0 19 0 281242947 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140215315487416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28494] ppid=28476 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/28478/task/28494/stat : 28494 (java) S 28476 28478 24682 0 -1 4202560 2475 0 0 0 29 0 0 0 20 0 19 0 281242947 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140214441863736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28495] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28495/stat : 28495 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140214440811640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28496] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28496/stat : 28496 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140214439759048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28497] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28497/stat : 28497 (java) S 28476 28478 24682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281242972 9856004096 31481 33554432000 1073741824 1073778376 140735112999088 140214438704040 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=28478/tid=28486] ppid=28476 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/28478/task/28486/stat : 28486 (java) S 28476 28478 24682 0 -1 4202560 1117 0 0 0 281 21 0 0 20 0 19 0 281242943 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140215451749032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28487] ppid=28476 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/28478/task/28487/stat : 28487 (java) S 28476 28478 24682 0 -1 4202560 1187 0 0 0 286 17 0 0 20 0 19 0 281242943 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140215450696744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28488] ppid=28476 vsize=9625004 CPUtime=3.21 cores=0,2,4,6
/proc/28478/task/28488/stat : 28488 (java) S 28476 28478 24682 0 -1 4202560 1676 0 0 0 298 23 0 0 20 0 19 0 281242943 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140215449643944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28489] ppid=28476 vsize=9625004 CPUtime=2.2 cores=0,2,4,6
/proc/28478/task/28489/stat : 28489 (java) S 28476 28478 24682 0 -1 4202560 2212 0 0 0 212 8 0 0 20 0 19 0 281242944 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140215319697640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28490] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28490/stat : 28490 (java) S 28476 28478 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140215318643704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28491] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28491/stat : 28491 (java) S 28476 28478 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140215317591304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28492] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28492/stat : 28492 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140215316539792 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28493] ppid=28476 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/28478/task/28493/stat : 28493 (java) S 28476 28478 24682 0 -1 4202560 2092 0 0 0 42 0 0 0 20 0 19 0 281242947 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140215315487416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28494] ppid=28476 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/28478/task/28494/stat : 28494 (java) S 28476 28478 24682 0 -1 4202560 2478 0 0 0 33 0 0 0 20 0 19 0 281242947 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140214441863736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28495] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28495/stat : 28495 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140214440811640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28496] ppid=28476 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/28478/task/28496/stat : 28496 (java) S 28476 28478 24682 0 -1 4202560 91 0 0 0 32 32 0 0 20 0 19 0 281242947 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140214439759048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28497] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28497/stat : 28497 (java) S 28476 28478 24682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281242972 9856004096 292776 33554432000 1073741824 1073778376 140735112999088 140214438704040 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1621.02
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 28535
/proc/meminfo: memFree=27422460/32873844 swapFree=6856/6856
[pid=28478] ppid=28476 vsize=9625004 CPUtime=1681.45 cores=0,2,4,6
/proc/28478/stat : 28478 (java) S 28476 28478 24682 0 -1 4202496 20123 0 1 0 167946 199 0 0 20 0 19 0 281242941 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140735112990224 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28478/statm: 2406251 299445 2279 9 0 2396937 0
[pid=28478/tid=28480] ppid=28476 vsize=9625004 CPUtime=1652.72 cores=0,2,4,6
/proc/28478/task/28480/stat : 28480 (java) R 28476 28478 24682 0 -1 4202560 2848 0 1 0 165242 30 0 0 20 0 19 0 281242942 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215495519616 140215331658484 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28481] ppid=28476 vsize=9625004 CPUtime=3.16 cores=0,2,4,6
/proc/28478/task/28481/stat : 28481 (java) S 28476 28478 24682 0 -1 4202560 1616 0 0 0 297 19 0 0 20 0 19 0 281242943 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215457012008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28482] ppid=28476 vsize=9625004 CPUtime=3.13 cores=0,2,4,6
/proc/28478/task/28482/stat : 28482 (java) S 28476 28478 24682 0 -1 4202560 1195 0 0 0 294 19 0 0 20 0 19 0 281242943 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215455959208 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28483] ppid=28476 vsize=9625004 CPUtime=3.11 cores=0,2,4,6
/proc/28478/task/28483/stat : 28483 (java) S 28476 28478 24682 0 -1 4202560 721 0 0 0 295 16 0 0 20 0 19 0 281242943 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215454906920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28484] ppid=28476 vsize=9625004 CPUtime=3.23 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (java) S 28476 28478 24682 0 -1 4202560 1003 0 0 0 302 21 0 0 20 0 19 0 281242943 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215453854120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28485] ppid=28476 vsize=9625004 CPUtime=3.27 cores=0,2,4,6
/proc/28478/task/28485/stat : 28485 (java) S 28476 28478 24682 0 -1 4202560 669 0 0 0 303 24 0 0 20 0 19 0 281242943 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215452801832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28486] ppid=28476 vsize=9625004 CPUtime=3.09 cores=0,2,4,6
/proc/28478/task/28486/stat : 28486 (java) S 28476 28478 24682 0 -1 4202560 1128 0 0 0 287 22 0 0 20 0 19 0 281242943 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215451749032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28487] ppid=28476 vsize=9625004 CPUtime=3.09 cores=0,2,4,6
/proc/28478/task/28487/stat : 28487 (java) S 28476 28478 24682 0 -1 4202560 1190 0 0 0 292 17 0 0 20 0 19 0 281242943 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215450696744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28488] ppid=28476 vsize=9625004 CPUtime=3.25 cores=0,2,4,6
/proc/28478/task/28488/stat : 28488 (java) S 28476 28478 24682 0 -1 4202560 1678 0 0 0 302 23 0 0 20 0 19 0 281242943 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215449643944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28489] ppid=28476 vsize=9625004 CPUtime=2.29 cores=0,2,4,6
/proc/28478/task/28489/stat : 28489 (java) S 28476 28478 24682 0 -1 4202560 2226 0 0 0 221 8 0 0 20 0 19 0 281242944 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215319697640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28490] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28490/stat : 28490 (java) S 28476 28478 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215318643704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28491] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28491/stat : 28491 (java) S 28476 28478 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215317591304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28492] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28492/stat : 28492 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215316539792 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28493] ppid=28476 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/28478/task/28493/stat : 28493 (java) S 28476 28478 24682 0 -1 4202560 2092 0 0 0 42 0 0 0 20 0 19 0 281242947 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140215315487416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28494] ppid=28476 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/28478/task/28494/stat : 28494 (java) S 28476 28478 24682 0 -1 4202560 2478 0 0 0 33 0 0 0 20 0 19 0 281242947 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140214441863736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28495] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28495/stat : 28495 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140214440811640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28496] ppid=28476 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/28478/task/28496/stat : 28496 (java) S 28476 28478 24682 0 -1 4202560 93 0 0 0 32 34 0 0 20 0 19 0 281242947 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140214439759048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28497] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28497/stat : 28497 (java) S 28476 28478 24682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281242972 9856004096 299445 33554432000 1073741824 1073778376 140735112999088 140214438704040 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1681.45
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29278
/proc/meminfo: memFree=27672600/32873844 swapFree=6856/6856
[pid=28478] ppid=28476 vsize=9625004 CPUtime=1741.92 cores=0,2,4,6
/proc/28478/stat : 28478 (java) S 28476 28478 24682 0 -1 4202496 20148 0 1 0 173990 202 0 0 20 0 19 0 281242941 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140735112990224 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28478/statm: 2406251 296732 2279 9 0 2396937 0
[pid=28478/tid=28480] ppid=28476 vsize=9625004 CPUtime=1712.51 cores=0,2,4,6
/proc/28478/task/28480/stat : 28480 (java) R 28476 28478 24682 0 -1 4202560 2862 0 1 0 171219 32 0 0 20 0 19 0 281242942 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215495519600 140215331716781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28481] ppid=28476 vsize=9625004 CPUtime=3.24 cores=0,2,4,6
/proc/28478/task/28481/stat : 28481 (java) S 28476 28478 24682 0 -1 4202560 1616 0 0 0 305 19 0 0 20 0 19 0 281242943 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215457012008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28482] ppid=28476 vsize=9625004 CPUtime=3.2 cores=0,2,4,6
/proc/28478/task/28482/stat : 28482 (java) S 28476 28478 24682 0 -1 4202560 1196 0 0 0 301 19 0 0 20 0 19 0 281242943 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215455959208 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28483] ppid=28476 vsize=9625004 CPUtime=3.17 cores=0,2,4,6
/proc/28478/task/28483/stat : 28483 (java) S 28476 28478 24682 0 -1 4202560 721 0 0 0 301 16 0 0 20 0 19 0 281242943 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215454906920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28484] ppid=28476 vsize=9625004 CPUtime=3.33 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (java) S 28476 28478 24682 0 -1 4202560 1003 0 0 0 312 21 0 0 20 0 19 0 281242943 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215453854120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28485] ppid=28476 vsize=9625004 CPUtime=3.37 cores=0,2,4,6
/proc/28478/task/28485/stat : 28485 (java) S 28476 28478 24682 0 -1 4202560 670 0 0 0 313 24 0 0 20 0 19 0 281242943 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215452801832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28486] ppid=28476 vsize=9625004 CPUtime=3.17 cores=0,2,4,6
/proc/28478/task/28486/stat : 28486 (java) S 28476 28478 24682 0 -1 4202560 1128 0 0 0 295 22 0 0 20 0 19 0 281242943 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215451749032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28487] ppid=28476 vsize=9625004 CPUtime=3.19 cores=0,2,4,6
/proc/28478/task/28487/stat : 28487 (java) S 28476 28478 24682 0 -1 4202560 1190 0 0 0 302 17 0 0 20 0 19 0 281242943 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215450696744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28488] ppid=28476 vsize=9625004 CPUtime=3.32 cores=0,2,4,6
/proc/28478/task/28488/stat : 28488 (java) S 28476 28478 24682 0 -1 4202560 1678 0 0 0 309 23 0 0 20 0 19 0 281242943 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215449643944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28489] ppid=28476 vsize=9625004 CPUtime=2.3 cores=0,2,4,6
/proc/28478/task/28489/stat : 28489 (java) S 28476 28478 24682 0 -1 4202560 2231 0 0 0 221 9 0 0 20 0 19 0 281242944 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215319697640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28490] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28490/stat : 28490 (java) S 28476 28478 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215318643704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28491] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28491/stat : 28491 (java) S 28476 28478 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215317591304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28492] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28492/stat : 28492 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215316539792 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28493] ppid=28476 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/28478/task/28493/stat : 28493 (java) S 28476 28478 24682 0 -1 4202560 2092 0 0 0 42 0 0 0 20 0 19 0 281242947 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140215315487416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28494] ppid=28476 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/28478/task/28494/stat : 28494 (java) S 28476 28478 24682 0 -1 4202560 2478 0 0 0 33 0 0 0 20 0 19 0 281242947 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140214441863736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28495] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28495/stat : 28495 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140214440811640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28496] ppid=28476 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/28478/task/28496/stat : 28496 (java) S 28476 28478 24682 0 -1 4202560 97 0 0 0 34 35 0 0 20 0 19 0 281242947 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140214439759048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28497] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28497/stat : 28497 (java) S 28476 28478 24682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281242972 9856004096 296732 33554432000 1073741824 1073778376 140735112999088 140214438704040 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1741.92
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.6 s]
/proc/loadavg: 2.10 2.03 2.00 3/213 29279
/proc/meminfo: memFree=27667436/32873844 swapFree=6856/6856
[pid=28478] ppid=28476 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/28478/stat : 28478 (java) S 28476 28478 24682 0 -1 4202496 20258 0 1 0 179800 205 0 0 20 0 19 0 281242941 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140735112990224 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28478/statm: 2406251 293869 2279 9 0 2396937 0
[pid=28478/tid=28480] ppid=28476 vsize=9625004 CPUtime=1769.46 cores=0,2,4,6
/proc/28478/task/28480/stat : 28480 (java) R 28476 28478 24682 0 -1 4202560 2881 0 1 0 176914 32 0 0 20 0 19 0 281242942 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215495519616 140215331658588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28481] ppid=28476 vsize=9625004 CPUtime=3.38 cores=0,2,4,6
/proc/28478/task/28481/stat : 28481 (java) S 28476 28478 24682 0 -1 4202560 1673 0 0 0 319 19 0 0 20 0 19 0 281242943 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215457012008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28482] ppid=28476 vsize=9625004 CPUtime=3.36 cores=0,2,4,6
/proc/28478/task/28482/stat : 28482 (java) S 28476 28478 24682 0 -1 4202560 1197 0 0 0 317 19 0 0 20 0 19 0 281242943 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215455959208 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28483] ppid=28476 vsize=9625004 CPUtime=3.32 cores=0,2,4,6
/proc/28478/task/28483/stat : 28483 (java) S 28476 28478 24682 0 -1 4202560 721 0 0 0 315 17 0 0 20 0 19 0 281242943 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215454906920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28484] ppid=28476 vsize=9625004 CPUtime=3.47 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (java) S 28476 28478 24682 0 -1 4202560 1003 0 0 0 326 21 0 0 20 0 19 0 281242943 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215453854120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28485] ppid=28476 vsize=9625004 CPUtime=3.52 cores=0,2,4,6
/proc/28478/task/28485/stat : 28485 (java) S 28476 28478 24682 0 -1 4202560 674 0 0 0 327 25 0 0 20 0 19 0 281242943 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215452801832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28486] ppid=28476 vsize=9625004 CPUtime=3.31 cores=0,2,4,6
/proc/28478/task/28486/stat : 28486 (java) S 28476 28478 24682 0 -1 4202560 1142 0 0 0 309 22 0 0 20 0 19 0 281242943 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215451749032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28487] ppid=28476 vsize=9625004 CPUtime=3.36 cores=0,2,4,6
/proc/28478/task/28487/stat : 28487 (java) S 28476 28478 24682 0 -1 4202560 1191 0 0 0 319 17 0 0 20 0 19 0 281242943 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215450696744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28488] ppid=28476 vsize=9625004 CPUtime=3.45 cores=0,2,4,6
/proc/28478/task/28488/stat : 28488 (java) S 28476 28478 24682 0 -1 4202560 1678 0 0 0 322 23 0 0 20 0 19 0 281242943 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215449643944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28489] ppid=28476 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/28478/task/28489/stat : 28489 (java) S 28476 28478 24682 0 -1 4202560 2241 0 0 0 222 9 0 0 20 0 19 0 281242944 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215319697640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28490] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28490/stat : 28490 (java) S 28476 28478 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215318643704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28491] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28491/stat : 28491 (java) S 28476 28478 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281242944 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215317591304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28492] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28492/stat : 28492 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215316539792 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28478/tid=28493] ppid=28476 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/28478/task/28493/stat : 28493 (java) S 28476 28478 24682 0 -1 4202560 2092 0 0 0 42 0 0 0 20 0 19 0 281242947 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140215315487416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28478/tid=28494] ppid=28476 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/28478/task/28494/stat : 28494 (java) S 28476 28478 24682 0 -1 4202560 2478 0 0 0 33 0 0 0 20 0 19 0 281242947 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140214441863736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28495] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28495/stat : 28495 (java) S 28476 28478 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281242947 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140214440811640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28478/tid=28496] ppid=28476 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/28478/task/28496/stat : 28496 (java) S 28476 28478 24682 0 -1 4202560 101 0 0 0 34 37 0 0 20 0 19 0 281242947 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140214439759048 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28478/tid=28497] ppid=28476 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28497/stat : 28497 (java) S 28476 28478 24682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281242972 9856004096 293869 33554432000 1073741824 1073778376 140735112999088 140214438704040 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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
Real time (s): 1779.66
CPU time (s): 1800.79
CPU user time (s): 1798.24
CPU system time (s): 2.55061
CPU usage (%): 101.187
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 2.55061
maximum resident set size= 1197784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20302
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47501
involuntary context switches= 52999

runsolver used 7.34188 second user time and 13.302 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 22:39:40
IDJOB=3709889
IDBENCH=2580
IDSOLVER=2289
FILE ID=node144/3709889-1338151180
RUNJOBID= node144-1338138284-27028
PBS_JOBID= 14624480
Free space on /tmp= 71496 MiB

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

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

MD5SUM BENCH= a4a494535709e59392e65403b829113d
RANDOM SEED=142196877

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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.196
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:        28842124 kB
Buffers:          375220 kB
Cached:          2608488 kB
SwapCached:            0 kB
Active:           999036 kB
Inactive:        2182608 kB
Active(anon):     199376 kB
Inactive(anon):        0 kB
Active(file):     799660 kB
Inactive(file):  2182608 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:        216032 kB
Mapped:            22504 kB
Shmem:               200 kB
Slab:             696724 kB
SReclaimable:     139188 kB
SUnreclaim:       557536 kB
KernelStack:        1600 kB
PageTables:         4616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71496 MiB
End job on node144 at 2012-05-27 23:09:22