Trace number 3690200

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.1 906.852

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_3_ic.opb
MD5SUMfa2d46c927da2620047f5e5cfeece7cd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9113142699
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9113142699
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3690200-1337888909.opb
0.09/0.13	c reading problem ... 
1.14/0.65	c ... done. Wall clock time 0.522s.
1.14/0.65	c declared #vars     15725
1.14/0.65	c #constraints  33136
1.14/0.65	c constraints type 
1.14/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.14/0.65	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.14/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.14/0.65	c ignored satisfied constraints => 3
1.14/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.14/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.14/0.65	c 33139 constraints processed.
1.14/0.65	c constraints type 
1.14/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.14/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.14/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.14/0.65	c ignored satisfied constraints => 3
1.14/0.65	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.14/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.14/0.65	c 33139 constraints processed.
1.14/0.65	c objective function length is 1825 literals
10.23/4.46	c cleaning 2495 clauses out of 5000 with flag 5000/5000
20.65/9.51	c cleaning 4250 clauses out of 8507 with flag 11002/11002
31.99/15.26	c cleaning 5618 clauses out of 11256 with flag 18001/18001
44.24/21.43	c cleaning 6816 clauses out of 13637 with flag 26000/26000
59.47/29.12	c cleaning 7908 clauses out of 15821 with flag 35000/35000
73.14/36.05	c cleaning 8952 clauses out of 17914 with flag 45001/45001
92.20/45.61	c cleaning 9976 clauses out of 19963 with flag 56002/56002
113.02/56.14	c cleaning 10989 clauses out of 21986 with flag 68001/68001
134.09/66.86	c cleaning 11992 clauses out of 23996 with flag 81000/81000
159.25/79.54	c cleaning 13000 clauses out of 26005 with flag 95001/95001
181.07/90.54	c cleaning 13996 clauses out of 28004 with flag 110000/110000
208.72/104.41	c cleaning 14998 clauses out of 30010 with flag 126002/126002
238.76/119.68	c cleaning 16005 clauses out of 32015 with flag 143005/143005
276.39/138.59	c cleaning 17000 clauses out of 34005 with flag 161000/161000
307.38/154.13	c cleaning 18002 clauses out of 36006 with flag 180001/180001
315.19/158.28	c cleaning 0 clauses out of 5001 with flag 0/5001
338.14/169.89	c cleaning 18998 clauses out of 38003 with flag 200000/200000
371.70/186.65	c cleaning 19998 clauses out of 40006 with flag 221001/221001
404.96/203.39	c cleaning 21001 clauses out of 42008 with flag 243001/243001
437.77/219.82	c cleaning 21994 clauses out of 44006 with flag 266000/266000
477.94/240.16	c cleaning 23001 clauses out of 46014 with flag 290002/290002
519.77/261.14	c cleaning 24000 clauses out of 48011 with flag 315000/315000
563.20/282.95	c cleaning 25000 clauses out of 50012 with flag 341001/341001
607.71/305.33	c cleaning 25996 clauses out of 52011 with flag 368000/368000
651.53/327.59	c cleaning 27003 clauses out of 54015 with flag 396000/396000
699.78/351.78	c cleaning 28003 clauses out of 56013 with flag 425001/425001
736.09/370.08	c cleaning 28999 clauses out of 58010 with flag 455001/455001
785.85/395.02	c cleaning 30002 clauses out of 60012 with flag 486002/486002
830.24/417.54	c cleaning 30998 clauses out of 62008 with flag 518000/518000
874.34/439.76	c cleaning 31976 clauses out of 64011 with flag 551001/551001
912.83/459.14	c cleaning 33010 clauses out of 66036 with flag 585002/585002
957.26/481.58	c cleaning 34007 clauses out of 68028 with flag 620004/620004
1008.62/507.56	c cleaning 34985 clauses out of 70017 with flag 656000/656000
1071.03/538.80	c cleaning 35996 clauses out of 72032 with flag 693000/693000
1126.34/566.70	c cleaning 37011 clauses out of 74036 with flag 731000/731000
1191.11/599.65	c cleaning 37997 clauses out of 76026 with flag 770001/770001
1257.21/632.71	c cleaning 39003 clauses out of 78029 with flag 810001/810001
1318.50/663.56	c cleaning 40008 clauses out of 80025 with flag 851000/851000
1380.31/694.60	c cleaning 40996 clauses out of 82018 with flag 893001/893001
1442.20/725.98	c cleaning 42003 clauses out of 84023 with flag 936002/936002
1493.95/752.00	c cleaning 43009 clauses out of 86019 with flag 980001/980001
1508.55/759.62	c cleaning 0 clauses out of 11000 with flag 0/11000
1565.30/788.29	c cleaning 43996 clauses out of 88009 with flag 1025000/1025000
1622.26/817.17	c cleaning 44998 clauses out of 90015 with flag 1071002/1071002
1689.55/851.08	c cleaning 46002 clauses out of 92017 with flag 1118002/1118002
1774.41/893.63	c cleaning 47000 clauses out of 94014 with flag 1166001/1166001
1800.10/906.81	c starts		: 190
1800.10/906.81	c conflicts		: 1183610
1800.10/906.81	c decisions		: 2408983
1800.10/906.81	c propagations		: 1118620840
1800.10/906.81	c inspects		: 6450417158
1800.10/906.81	c shortcuts		: 0
1800.10/906.81	c learnt literals	: 0
1800.10/906.81	c learnt binary clauses	: 0
1800.10/906.81	c learnt ternary clauses	: 3
1800.10/906.81	c learnt constraints	: 1183611
1800.10/906.81	c ignored constraints	: 0
1800.10/906.81	c root simplifications	: 0
1800.10/906.81	c removed literals (reason simplification)	: 24070904
1800.10/906.81	c reason swapping (by a shorter reason)	: 0
1800.10/906.81	c Calls to reduceDB	: 44
1800.10/906.81	c number of reductions to clauses (during analyze)	: 0
1800.10/906.81	c number of learned constraints concerned by reduction	: 0
1800.10/906.81	c number of learning phase by resolution	: 0
1800.10/906.81	c number of learning phase by cutting planes	: 0
1800.10/906.81	c speed (assignments/second)	: 1234500.9788860786
1800.10/906.81	c non guided choices	4
1800.10/906.83	c learnt constraints type 
1800.10/906.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64641
1800.10/906.83	c constraints type 
1800.10/906.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.10/906.83	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.10/906.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.10/906.83	c ignored satisfied constraints => 3
1800.10/906.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.10/906.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.10/906.83	c 33139 constraints processed.
1800.10/906.83	c constraints type 
1800.10/906.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.10/906.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.10/906.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.10/906.83	c ignored satisfied constraints => 3
1800.10/906.83	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.10/906.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.10/906.83	c 33139 constraints processed.
1800.10/906.83	s UNKNOWN
1800.10/906.83	c Total wall clock time (in seconds): 906.707

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-3690200-1337888909/watcher-3690200-1337888909 -o /tmp/evaluation-result-3690200-1337888909/solver-3690200-1337888909 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690200-1337888909.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: 3.78 3.88 3.90 4/197 29500
/proc/meminfo: memFree=27693352/32873844 swapFree=7616/7616
[pid=29500] ppid=29498 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29500/stat : 29500 (java) D 29498 29500 23801 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 255016524 9515008 182 33554432000 1073741824 1073778376 140734051370768 140734051361800 214369648309 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/29500/statm: 2323 182 140 9 0 71 0

[startup+0.0647251 s]
/proc/loadavg: 3.78 3.88 3.90 4/197 29500
/proc/meminfo: memFree=27693352/32873844 swapFree=7616/7616
[pid=29500] ppid=29498 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/29500/stat : 29500 (java) S 29498 29500 23801 0 -1 4202496 3082 0 1 0 3 1 0 0 20 0 13 0 255016524 9446973440 4292 33554432000 1073741824 1073778376 140736386959024 140736386950160 214373007421 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29500/statm: 2306390 4292 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100201 s]
/proc/loadavg: 3.78 3.88 3.90 4/197 29500
/proc/meminfo: memFree=27693352/32873844 swapFree=7616/7616
[pid=29500] ppid=29498 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/29500/stat : 29500 (java) S 29498 29500 23801 0 -1 4202496 4152 0 1 0 8 1 0 0 20 0 18 0 255016524 9787813888 5362 33554432000 1073741824 1073778376 140736386959024 140736386950160 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29500/statm: 2389603 5362 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300262 s]
/proc/loadavg: 3.78 3.88 3.90 4/197 29500
/proc/meminfo: memFree=27693352/32873844 swapFree=7616/7616
[pid=29500] ppid=29498 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/29500/stat : 29500 (java) S 29498 29500 23801 0 -1 4202496 5498 0 1 0 47 2 0 0 20 0 18 0 255016524 9787813888 8761 33554432000 1073741824 1073778376 140736386959024 140736386950160 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29500/statm: 2389603 8761 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700187 s]
/proc/loadavg: 3.78 3.88 3.90 4/197 29500
/proc/meminfo: memFree=27693352/32873844 swapFree=7616/7616
[pid=29500] ppid=29498 vsize=9890204 CPUtime=1.37 cores=0,2,4,6
/proc/29500/stat : 29500 (java) S 29498 29500 23801 0 -1 4202496 7806 0 1 0 133 4 0 0 20 0 22 0 255016524 10127568896 39171 33554432000 1073741824 1073778376 140736386959024 140736386950160 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29500/statm: 2472551 39171 2246 9 0 2463244 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9890204

[startup+1.50078 s]
/proc/loadavg: 3.78 3.88 3.90 7/219 29522
/proc/meminfo: memFree=27516864/32873844 swapFree=7616/7616
[pid=29500] ppid=29498 vsize=9824668 CPUtime=3.82 cores=0,2,4,6
/proc/29500/stat : 29500 (java) S 29498 29500 23801 0 -1 4202496 9797 0 1 0 375 7 0 0 20 0 22 0 255016524 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140736386950160 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29500/statm: 2456167 46172 2270 9 0 2446860 0
[pid=29500/tid=29502] ppid=29498 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/29500/task/29502/stat : 29502 (java) S 29498 29500 23801 0 -1 4202560 2511 0 1 0 58 3 0 0 20 0 22 0 255016525 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011450131448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29503] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29503/stat : 29503 (java) S 29498 29500 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255016526 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011439192616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29504] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29504/stat : 29504 (java) S 29498 29500 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255016526 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011292539304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29505] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29505/stat : 29505 (java) S 29498 29500 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255016526 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011291486504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29506] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29506/stat : 29506 (java) S 29498 29500 23801 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 255016526 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011290433704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29507] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29507/stat : 29507 (java) S 29498 29500 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255016526 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011289381928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29508] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29508/stat : 29508 (java) S 29498 29500 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 255016526 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011288329128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29509] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29509/stat : 29509 (java) S 29498 29500 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255016526 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011287276328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29510] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29510/stat : 29510 (java) S 29498 29500 23801 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 255016526 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011286223528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29511] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29511/stat : 29511 (java) S 29498 29500 23801 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 255016527 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011274025448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29512] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29512/stat : 29512 (java) S 29498 29500 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011272971512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29513] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29513/stat : 29513 (java) S 29498 29500 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011271918600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29514] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29514/stat : 29514 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011270867088 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29515] ppid=29498 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/29500/task/29515/stat : 29515 (java) S 29498 29500 23801 0 -1 4202560 2343 0 0 0 67 0 0 0 20 0 22 0 255016531 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011269815224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29516] ppid=29498 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/29500/task/29516/stat : 29516 (java) S 29498 29500 23801 0 -1 4202560 3507 0 0 0 74 2 0 0 20 0 22 0 255016531 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011268762424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29517] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29517/stat : 29517 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011267709816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29518] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29518/stat : 29518 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011266657224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29519] ppid=29498 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/29500/task/29519/stat : 29519 (java) R 29498 29500 23801 0 -1 4202560 28 0 0 0 80 0 0 0 20 0 22 0 255016589 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011265601736 140011321032682 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29520] ppid=29498 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/29500/task/29520/stat : 29520 (java) R 29498 29500 23801 0 -1 4202560 80 0 0 0 80 0 0 0 20 0 22 0 255016589 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011264549128 140011321176812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29521] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29521/stat : 29521 (java) S 29498 29500 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255016592 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011263497128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29522] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29522/stat : 29522 (java) S 29498 29500 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255016592 10060460032 46172 33554432000 1073741824 1073778376 140736386959024 140011262444328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 3.78 3.88 3.90 5/219 29522
/proc/meminfo: memFree=27490924/32873844 swapFree=7616/7616
[pid=29500] ppid=29498 vsize=9824668 CPUtime=7.45 cores=0,2,4,6
/proc/29500/stat : 29500 (java) S 29498 29500 23801 0 -1 4202496 13460 0 1 0 731 14 0 0 20 0 22 0 255016524 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140736386950160 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29500/statm: 2456167 87777 2272 9 0 2446860 0
[pid=29500/tid=29502] ppid=29498 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/29500/task/29502/stat : 29502 (java) S 29498 29500 23801 0 -1 4202560 2511 0 1 0 58 3 0 0 20 0 22 0 255016525 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011450131448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29503] ppid=29498 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29500/task/29503/stat : 29503 (java) S 29498 29500 23801 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 255016526 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011439192616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29504] ppid=29498 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/29500/task/29504/stat : 29504 (java) S 29498 29500 23801 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 255016526 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011292539304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29505] ppid=29498 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29500/task/29505/stat : 29505 (java) S 29498 29500 23801 0 -1 4202560 101 0 0 0 2 0 0 0 20 0 22 0 255016526 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011291486504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29506] ppid=29498 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29500/task/29506/stat : 29506 (java) S 29498 29500 23801 0 -1 4202560 106 0 0 0 2 2 0 0 20 0 22 0 255016526 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011290433704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29507] ppid=29498 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29500/task/29507/stat : 29507 (java) S 29498 29500 23801 0 -1 4202560 91 0 0 0 2 0 0 0 20 0 22 0 255016526 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011289381928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29508] ppid=29498 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29500/task/29508/stat : 29508 (java) S 29498 29500 23801 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 255016526 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011288329128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29509] ppid=29498 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29500/task/29509/stat : 29509 (java) S 29498 29500 23801 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 22 0 255016526 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011287276328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29510] ppid=29498 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29500/task/29510/stat : 29510 (java) S 29498 29500 23801 0 -1 4202560 109 0 0 0 3 0 0 0 20 0 22 0 255016526 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011286223528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29511] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29511/stat : 29511 (java) S 29498 29500 23801 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 255016527 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011274025448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29512] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29512/stat : 29512 (java) S 29498 29500 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011272971512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29513] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29513/stat : 29513 (java) S 29498 29500 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011271918600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29514] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29514/stat : 29514 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011270867088 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29515] ppid=29498 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/29500/task/29515/stat : 29515 (java) S 29498 29500 23801 0 -1 4202560 5373 0 0 0 84 1 0 0 20 0 22 0 255016531 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011269815224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29516] ppid=29498 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/29500/task/29516/stat : 29516 (java) S 29498 29500 23801 0 -1 4202560 3515 0 0 0 88 2 0 0 20 0 22 0 255016531 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011268762424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29517] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29517/stat : 29517 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011267709816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29518] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29518/stat : 29518 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011266657224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29519] ppid=29498 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/29500/task/29519/stat : 29519 (java) R 29498 29500 23801 0 -1 4202560 29 0 0 0 233 0 0 0 20 0 22 0 255016589 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011265600128 140011320926179 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29520] ppid=29498 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/29500/task/29520/stat : 29520 (java) R 29498 29500 23801 0 -1 4202560 134 0 0 0 232 1 0 0 20 0 22 0 255016589 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011264548376 140011321104000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29521] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29521/stat : 29521 (java) S 29498 29500 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255016592 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011263497128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29522] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29522/stat : 29522 (java) S 29498 29500 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255016592 10060460032 87777 33554432000 1073741824 1073778376 140736386959024 140011262444328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.80 3.88 3.90 5/218 29522
/proc/meminfo: memFree=27273224/32873844 swapFree=7616/7616
[pid=29500] ppid=29498 vsize=9824668 CPUtime=13.97 cores=0,2,4,6
/proc/29500/stat : 29500 (java) S 29498 29500 23801 0 -1 4202496 14078 0 1 0 1375 22 0 0 20 0 22 0 255016524 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140736386950160 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29500/statm: 2456167 157732 2285 9 0 2446860 0
[pid=29500/tid=29502] ppid=29498 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/29500/task/29502/stat : 29502 (java) S 29498 29500 23801 0 -1 4202560 2511 0 1 0 58 3 0 0 20 0 22 0 255016525 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011450131448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29503] ppid=29498 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29500/task/29503/stat : 29503 (java) S 29498 29500 23801 0 -1 4202560 41 0 0 0 5 1 0 0 20 0 22 0 255016526 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011439192616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29504] ppid=29498 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/29500/task/29504/stat : 29504 (java) S 29498 29500 23801 0 -1 4202560 60 0 0 0 7 3 0 0 20 0 22 0 255016526 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011292539304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29505] ppid=29498 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/29500/task/29505/stat : 29505 (java) S 29498 29500 23801 0 -1 4202560 120 0 0 0 4 1 0 0 20 0 22 0 255016526 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011291486504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29506] ppid=29498 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29500/task/29506/stat : 29506 (java) S 29498 29500 23801 0 -1 4202560 139 0 0 0 4 2 0 0 20 0 22 0 255016526 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011290433704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29507] ppid=29498 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29500/task/29507/stat : 29507 (java) S 29498 29500 23801 0 -1 4202560 113 0 0 0 3 1 0 0 20 0 22 0 255016526 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011289381928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29508] ppid=29498 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29500/task/29508/stat : 29508 (java) S 29498 29500 23801 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 22 0 255016526 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011288329128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29509] ppid=29498 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/29500/task/29509/stat : 29509 (java) S 29498 29500 23801 0 -1 4202560 52 0 0 0 5 2 0 0 20 0 22 0 255016526 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011287276328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29510] ppid=29498 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/29500/task/29510/stat : 29510 (java) S 29498 29500 23801 0 -1 4202560 133 0 0 0 5 2 0 0 20 0 22 0 255016526 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011286223528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29511] ppid=29498 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/29500/task/29511/stat : 29511 (java) S 29498 29500 23801 0 -1 4202560 229 0 0 0 13 0 0 0 20 0 22 0 255016527 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011274025448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29512] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29512/stat : 29512 (java) S 29498 29500 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011272971512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29513] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29513/stat : 29513 (java) S 29498 29500 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011271918600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29514] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29514/stat : 29514 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011270867088 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29515] ppid=29498 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/29500/task/29515/stat : 29515 (java) S 29498 29500 23801 0 -1 4202560 5480 0 0 0 96 1 0 0 20 0 22 0 255016531 10060460032 157732 33554432000 1073741824 1073778376 140736386959024 140011269815224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/29500/statm: 2456167 547285 2285 9 0 2446860 0
[pid=29500/tid=29502] ppid=29498 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/29500/task/29502/stat : 29502 (java) S 29498 29500 23801 0 -1 4202560 2523 0 1 0 61 4 0 0 20 0 22 0 255016525 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011450131448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29503] ppid=29498 vsize=9824668 CPUtime=3.03 cores=0,2,4,6
/proc/29500/task/29503/stat : 29503 (java) S 29498 29500 23801 0 -1 4202560 408 0 0 0 294 9 0 0 20 0 22 0 255016526 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011439192616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29504] ppid=29498 vsize=9824668 CPUtime=3.07 cores=0,2,4,6
/proc/29500/task/29504/stat : 29504 (java) S 29498 29500 23801 0 -1 4202560 537 0 0 0 298 9 0 0 20 0 22 0 255016526 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011292539304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29505] ppid=29498 vsize=9824668 CPUtime=3.02 cores=0,2,4,6
/proc/29500/task/29505/stat : 29505 (java) S 29498 29500 23801 0 -1 4202560 613 0 0 0 295 7 0 0 20 0 22 0 255016526 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011291486504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29506] ppid=29498 vsize=9824668 CPUtime=3.05 cores=0,2,4,6
/proc/29500/task/29506/stat : 29506 (java) S 29498 29500 23801 0 -1 4202560 633 0 0 0 296 9 0 0 20 0 22 0 255016526 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011290433704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29507] ppid=29498 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/29500/task/29507/stat : 29507 (java) S 29498 29500 23801 0 -1 4202560 641 0 0 0 308 9 0 0 20 0 22 0 255016526 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011289381928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29508] ppid=29498 vsize=9824668 CPUtime=3.08 cores=0,2,4,6
/proc/29500/task/29508/stat : 29508 (java) S 29498 29500 23801 0 -1 4202560 406 0 0 0 299 9 0 0 20 0 22 0 255016526 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011288329128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29509] ppid=29498 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/29500/task/29509/stat : 29509 (java) S 29498 29500 23801 0 -1 4202560 388 0 0 0 294 7 0 0 20 0 22 0 255016526 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011287276328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29510] ppid=29498 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/29500/task/29510/stat : 29510 (java) S 29498 29500 23801 0 -1 4202560 452 0 0 0 287 7 0 0 20 0 22 0 255016526 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011286223528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29511] ppid=29498 vsize=9824668 CPUtime=25.31 cores=0,2,4,6
/proc/29500/task/29511/stat : 29511 (java) S 29498 29500 23801 0 -1 4202560 13229 0 0 0 2508 23 0 0 20 0 22 0 255016527 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011274025448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29512] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29512/stat : 29512 (java) S 29498 29500 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011272971512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29513] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29513/stat : 29513 (java) S 29498 29500 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011271918600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29514] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29514/stat : 29514 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011270867088 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29515] ppid=29498 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/29500/task/29515/stat : 29515 (java) S 29498 29500 23801 0 -1 4202560 9654 0 0 0 168 2 0 0 20 0 22 0 255016531 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011269815224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29516] ppid=29498 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/29500/task/29516/stat : 29516 (java) S 29498 29500 23801 0 -1 4202560 3985 0 0 0 104 2 0 0 20 0 22 0 255016531 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011268762424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29517] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29517/stat : 29517 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011267709816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29518] ppid=29498 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/29500/task/29518/stat : 29518 (java) S 29498 29500 23801 0 -1 4202560 47 0 0 0 18 12 0 0 20 0 22 0 255016531 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011266657224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29519] ppid=29498 vsize=9824668 CPUtime=787.31 cores=0,2,4,6
/proc/29500/task/29519/stat : 29519 (java) R 29498 29500 23801 0 -1 4202560 73 0 0 0 78718 13 0 0 20 0 22 0 255016589 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011265602016 140011321022849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29520] ppid=29498 vsize=9824668 CPUtime=787.22 cores=0,2,4,6
/proc/29500/task/29520/stat : 29520 (java) R 29498 29500 23801 0 -1 4202560 2491 0 0 0 78677 45 0 0 20 0 22 0 255016589 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011264549360 140011321103939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29521] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29521/stat : 29521 (java) S 29498 29500 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255016592 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011263497128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29522] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29522/stat : 29522 (java) S 29498 29500 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255016592 10060460032 547285 33554432000 1073741824 1073778376 140736386959024 140011262444328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1631.92
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 1.98 2.23 2.98 3/192 29585
/proc/meminfo: memFree=27423516/32873844 swapFree=7616/7616
[pid=29500] ppid=29498 vsize=9824668 CPUtime=1751.71 cores=0,2,4,6
/proc/29500/stat : 29500 (java) S 29498 29500 23801 0 -1 4202496 37518 0 1 0 175015 156 0 0 20 0 22 0 255016524 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140736386950160 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29500/statm: 2456167 577555 2285 9 0 2446860 0
[pid=29500/tid=29502] ppid=29498 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/29500/task/29502/stat : 29502 (java) S 29498 29500 23801 0 -1 4202560 2523 0 1 0 61 5 0 0 20 0 22 0 255016525 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011450131448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29503] ppid=29498 vsize=9824668 CPUtime=3.21 cores=0,2,4,6
/proc/29500/task/29503/stat : 29503 (java) S 29498 29500 23801 0 -1 4202560 429 0 0 0 311 10 0 0 20 0 22 0 255016526 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011439192616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29504] ppid=29498 vsize=9824668 CPUtime=3.25 cores=0,2,4,6
/proc/29500/task/29504/stat : 29504 (java) S 29498 29500 23801 0 -1 4202560 565 0 0 0 315 10 0 0 20 0 22 0 255016526 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011292539304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29505] ppid=29498 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/29500/task/29505/stat : 29505 (java) S 29498 29500 23801 0 -1 4202560 624 0 0 0 305 8 0 0 20 0 22 0 255016526 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011291486504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29506] ppid=29498 vsize=9824668 CPUtime=3.22 cores=0,2,4,6
/proc/29500/task/29506/stat : 29506 (java) S 29498 29500 23801 0 -1 4202560 659 0 0 0 312 10 0 0 20 0 22 0 255016526 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011290433704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29507] ppid=29498 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/29500/task/29507/stat : 29507 (java) S 29498 29500 23801 0 -1 4202560 652 0 0 0 323 10 0 0 20 0 22 0 255016526 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011289381928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29508] ppid=29498 vsize=9824668 CPUtime=3.25 cores=0,2,4,6
/proc/29500/task/29508/stat : 29508 (java) S 29498 29500 23801 0 -1 4202560 425 0 0 0 315 10 0 0 20 0 22 0 255016526 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011288329128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29509] ppid=29498 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/29500/task/29509/stat : 29509 (java) S 29498 29500 23801 0 -1 4202560 421 0 0 0 309 9 0 0 20 0 22 0 255016526 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011287276328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29510] ppid=29498 vsize=9824668 CPUtime=3.07 cores=0,2,4,6
/proc/29500/task/29510/stat : 29510 (java) S 29498 29500 23801 0 -1 4202560 465 0 0 0 299 8 0 0 20 0 22 0 255016526 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011286223528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29511] ppid=29498 vsize=9824668 CPUtime=26.07 cores=0,2,4,6
/proc/29500/task/29511/stat : 29511 (java) S 29498 29500 23801 0 -1 4202560 13301 0 0 0 2584 23 0 0 20 0 22 0 255016527 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011274025448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29512] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29512/stat : 29512 (java) S 29498 29500 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011272971512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29513] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29513/stat : 29513 (java) S 29498 29500 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011271918600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29514] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29514/stat : 29514 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011270867088 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29515] ppid=29498 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/29500/task/29515/stat : 29515 (java) S 29498 29500 23801 0 -1 4202560 9654 0 0 0 168 2 0 0 20 0 22 0 255016531 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011269815224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29516] ppid=29498 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/29500/task/29516/stat : 29516 (java) S 29498 29500 23801 0 -1 4202560 3985 0 0 0 104 2 0 0 20 0 22 0 255016531 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011268762424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29517] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29517/stat : 29517 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011267709816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29518] ppid=29498 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/29500/task/29518/stat : 29518 (java) S 29498 29500 23801 0 -1 4202560 51 0 0 0 19 13 0 0 20 0 22 0 255016531 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011266657224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29519] ppid=29498 vsize=9824668 CPUtime=846.03 cores=0,2,4,6
/proc/29500/task/29519/stat : 29519 (java) R 29498 29500 23801 0 -1 4202560 73 0 0 0 84589 14 0 0 20 0 22 0 255016589 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011265601056 140011320890228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29520] ppid=29498 vsize=9824668 CPUtime=845.95 cores=0,2,4,6
/proc/29500/task/29520/stat : 29520 (java) R 29498 29500 23801 0 -1 4202560 2505 0 0 0 84549 46 0 0 20 0 22 0 255016589 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011264549368 140011321065356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29521] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29521/stat : 29521 (java) S 29498 29500 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255016592 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011263497128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29522] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29522/stat : 29522 (java) S 29498 29500 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255016592 10060460032 577555 33554432000 1073741824 1073778376 140736386959024 140011262444328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1751.71
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.801 s]
/proc/loadavg: 1.99 2.21 2.96 3/192 29585
/proc/meminfo: memFree=27344204/32873844 swapFree=7616/7616
[pid=29500] ppid=29498 vsize=9824668 CPUtime=1800.1 cores=0,2,4,6
/proc/29500/stat : 29500 (java) S 29498 29500 23801 0 -1 4202496 37894 0 1 0 179849 161 0 0 20 0 22 0 255016524 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140736386950160 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29500/statm: 2456167 590139 2285 9 0 2446860 0
[pid=29500/tid=29502] ppid=29498 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/29500/task/29502/stat : 29502 (java) S 29498 29500 23801 0 -1 4202560 2523 0 1 0 62 5 0 0 20 0 22 0 255016525 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011450131448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29503] ppid=29498 vsize=9824668 CPUtime=3.27 cores=0,2,4,6
/proc/29500/task/29503/stat : 29503 (java) S 29498 29500 23801 0 -1 4202560 443 0 0 0 317 10 0 0 20 0 22 0 255016526 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011439192616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29504] ppid=29498 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/29500/task/29504/stat : 29504 (java) S 29498 29500 23801 0 -1 4202560 576 0 0 0 323 10 0 0 20 0 22 0 255016526 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011292539304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29505] ppid=29498 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/29500/task/29505/stat : 29505 (java) S 29498 29500 23801 0 -1 4202560 628 0 0 0 308 9 0 0 20 0 22 0 255016526 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011291486504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29506] ppid=29498 vsize=9824668 CPUtime=3.3 cores=0,2,4,6
/proc/29500/task/29506/stat : 29506 (java) S 29498 29500 23801 0 -1 4202560 794 0 0 0 319 11 0 0 20 0 22 0 255016526 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011290433704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29507] ppid=29498 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/29500/task/29507/stat : 29507 (java) S 29498 29500 23801 0 -1 4202560 655 0 0 0 326 10 0 0 20 0 22 0 255016526 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011289381928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29508] ppid=29498 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/29500/task/29508/stat : 29508 (java) S 29498 29500 23801 0 -1 4202560 434 0 0 0 323 10 0 0 20 0 22 0 255016526 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011288329128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29509] ppid=29498 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/29500/task/29509/stat : 29509 (java) S 29498 29500 23801 0 -1 4202560 565 0 0 0 314 10 0 0 20 0 22 0 255016526 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011287276328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29510] ppid=29498 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/29500/task/29510/stat : 29510 (java) S 29498 29500 23801 0 -1 4202560 470 0 0 0 304 8 0 0 20 0 22 0 255016526 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011286223528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29511] ppid=29498 vsize=9824668 CPUtime=26.91 cores=0,2,4,6
/proc/29500/task/29511/stat : 29511 (java) S 29498 29500 23801 0 -1 4202560 13347 0 0 0 2668 23 0 0 20 0 22 0 255016527 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011274025448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29512] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29512/stat : 29512 (java) S 29498 29500 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011272971512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29513] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29513/stat : 29513 (java) S 29498 29500 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255016528 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011271918600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29514] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29514/stat : 29514 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011270867088 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29500/tid=29515] ppid=29498 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/29500/task/29515/stat : 29515 (java) S 29498 29500 23801 0 -1 4202560 9654 0 0 0 168 2 0 0 20 0 22 0 255016531 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011269815224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29516] ppid=29498 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/29500/task/29516/stat : 29516 (java) S 29498 29500 23801 0 -1 4202560 3985 0 0 0 104 2 0 0 20 0 22 0 255016531 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011268762424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29517] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29517/stat : 29517 (java) S 29498 29500 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255016531 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011267709816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29518] ppid=29498 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/29500/task/29518/stat : 29518 (java) S 29498 29500 23801 0 -1 4202560 53 0 0 0 20 14 0 0 20 0 22 0 255016531 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011266657224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29519] ppid=29498 vsize=9824668 CPUtime=869.5 cores=0,2,4,6
/proc/29500/task/29519/stat : 29519 (java) R 29498 29500 23801 0 -1 4202560 73 0 0 0 86935 15 0 0 20 0 22 0 255016589 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011265601056 140011320953102 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29500/tid=29520] ppid=29498 vsize=9824668 CPUtime=869.41 cores=0,2,4,6
/proc/29500/task/29520/stat : 29520 (java) R 29498 29500 23801 0 -1 4202560 2508 0 0 0 86894 47 0 0 20 0 22 0 255016589 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011264549264 140011321104013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29500/tid=29521] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29521/stat : 29521 (java) S 29498 29500 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255016592 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011263497128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29500/tid=29522] ppid=29498 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29500/task/29522/stat : 29522 (java) S 29498 29500 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255016592 10060460032 590139 33554432000 1073741824 1073778376 140736386959024 140011262444328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824668

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 29500 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=109253
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=32690
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 906.852
CPU time (s): 1800.1
CPU user time (s): 1798.49
CPU system time (s): 1.61
CPU usage (%): 198.5
Max. virtual memory (cumulated for all children) (KiB): 9890204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 2.03269
maximum resident set size= 2794868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37926
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30525
involuntary context switches= 53089

runsolver used 3.04054 second user time and 8.28474 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 21:48:29
IDJOB=3690200
IDBENCH=92762
IDSOLVER=2268
FILE ID=node130/3690200-1337888909
RUNJOBID= node130-1337871881-23817
PBS_JOBID= 14620074
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_3_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690200-1337888909/watcher-3690200-1337888909 -o /tmp/evaluation-result-3690200-1337888909/solver-3690200-1337888909 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690200-1337888909.opb

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

MD5SUM BENCH= fa2d46c927da2620047f5e5cfeece7cd
RANDOM SEED=1358223726

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27693508 kB
Buffers:          211684 kB
Cached:          2176916 kB
SwapCached:            0 kB
Active:          2514712 kB
Inactive:        1887728 kB
Active(anon):    2016060 kB
Inactive(anon):        0 kB
Active(file):     498652 kB
Inactive(file):  1887728 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1460 kB
Writeback:             0 kB
AnonPages:       2029300 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             628840 kB
SReclaimable:      70960 kB
SUnreclaim:       557880 kB
KernelStack:        1624 kB
PageTables:         7892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2669156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1959936 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= 71672 MiB
End job on node130 at 2012-05-24 22:03:38