Trace number 3689538

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.26 926.365

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-air04.opb
MD5SUMbe0d50f47077f17e0f3c28ea78925374
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark71079
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.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@587bd9f2
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@4e3eca90
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-3689538-1337882771.opb
0.09/0.13	c reading problem ... 
0.83/0.50	c ... done. Wall clock time 0.37s.
0.83/0.50	c declared #vars     8904
0.83/0.50	c #constraints  1646
0.83/0.50	c constraints type 
0.83/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
0.83/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
0.83/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.83/0.50	c 1646 constraints processed.
0.83/0.50	c constraints type 
0.83/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.83/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 821
0.83/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 821
0.83/0.50	c 1646 constraints processed.
0.83/0.50	c objective function length is 8904 literals
3.69/1.37	c cleaning 2482 clauses out of 4968 with flag 5001/5001
5.45/2.16	c cleaning 4232 clauses out of 8469 with flag 11002/11002
7.21/3.08	c cleaning 5554 clauses out of 11211 with flag 18001/18001
9.56/4.22	c cleaning 6770 clauses out of 13632 with flag 26000/26000
12.10/5.50	c cleaning 7906 clauses out of 15837 with flag 35000/35000
14.98/7.01	c cleaning 8915 clauses out of 17918 with flag 45000/45000
18.06/8.69	c cleaning 9948 clauses out of 19989 with flag 56000/56000
21.92/10.67	c cleaning 10880 clauses out of 22014 with flag 68002/68002
26.12/12.87	c cleaning 12038 clauses out of 24110 with flag 81000/81000
31.01/15.37	c cleaning 12944 clauses out of 26061 with flag 95002/95002
35.83/17.89	c cleaning 13992 clauses out of 28104 with flag 110002/110002
41.57/20.79	c cleaning 14957 clauses out of 30092 with flag 126000/126000
48.30/24.25	c cleaning 16050 clauses out of 32120 with flag 143001/143001
54.54/27.42	c cleaning 16961 clauses out of 34062 with flag 161004/161004
62.20/31.30	c cleaning 17952 clauses out of 36076 with flag 180003/180003
69.82/35.26	c cleaning 18995 clauses out of 38114 with flag 200000/200000
78.08/39.56	c cleaning 20042 clauses out of 40110 with flag 221001/221001
87.42/44.30	c cleaning 20921 clauses out of 42052 with flag 243000/243000
98.03/49.73	c cleaning 21965 clauses out of 44122 with flag 266000/266000
108.14/54.90	c cleaning 23021 clauses out of 46149 with flag 290002/290002
120.71/61.41	c cleaning 23948 clauses out of 48107 with flag 315000/315000
132.00/67.20	c cleaning 24991 clauses out of 50142 with flag 341000/341000
144.51/73.68	c cleaning 25950 clauses out of 52140 with flag 368000/368000
158.36/80.72	c cleaning 26955 clauses out of 54176 with flag 396000/396000
173.99/88.86	c cleaning 28013 clauses out of 56217 with flag 425000/425000
188.22/96.17	c cleaning 29056 clauses out of 58192 with flag 455000/455000
205.59/105.02	c cleaning 29964 clauses out of 60132 with flag 486000/486000
220.73/112.86	c cleaning 30968 clauses out of 62159 with flag 518003/518003
238.59/122.17	c cleaning 32046 clauses out of 64173 with flag 551000/551000
256.12/131.13	c cleaning 32807 clauses out of 66118 with flag 585000/585000
275.45/141.03	c cleaning 34043 clauses out of 68303 with flag 620000/620000
293.77/150.43	c cleaning 35064 clauses out of 70254 with flag 656001/656001
314.56/161.25	c cleaning 35903 clauses out of 72185 with flag 693001/693001
335.23/171.89	c cleaning 37046 clauses out of 74270 with flag 731000/731000
357.66/183.39	c cleaning 37976 clauses out of 76221 with flag 770002/770002
380.07/194.85	c cleaning 39070 clauses out of 78240 with flag 810001/810001
406.29/208.48	c cleaning 40002 clauses out of 80164 with flag 851000/851000
444.77/227.98	c cleaning 40811 clauses out of 82160 with flag 893002/893002
472.68/242.27	c cleaning 42036 clauses out of 84343 with flag 936002/936002
506.92/260.94	c cleaning 43069 clauses out of 86303 with flag 980000/980000
533.84/274.78	c cleaning 44101 clauses out of 88232 with flag 1025000/1025000
565.66/291.06	c cleaning 44965 clauses out of 90121 with flag 1071001/1071001
597.63/307.47	c cleaning 45836 clauses out of 92145 with flag 1118001/1118001
631.43/325.01	c cleaning 47124 clauses out of 94303 with flag 1166001/1166001
662.53/341.03	c cleaning 48034 clauses out of 96162 with flag 1215000/1215000
695.59/358.04	c cleaning 48869 clauses out of 98126 with flag 1265001/1265001
731.84/376.62	c cleaning 49968 clauses out of 100253 with flag 1316000/1316000
772.47/397.75	c cleaning 51029 clauses out of 102286 with flag 1368002/1368002
861.58/443.31	c cleaning 51674 clauses out of 104258 with flag 1421003/1421003
916.45/471.21	c cleaning 53160 clauses out of 106577 with flag 1475000/1475000
957.63/492.72	c cleaning 54077 clauses out of 108411 with flag 1530001/1530001
996.70/512.84	c cleaning 54951 clauses out of 110326 with flag 1586001/1586001
1042.32/536.22	c cleaning 56141 clauses out of 112373 with flag 1643002/1643002
1090.13/560.74	c cleaning 56695 clauses out of 114227 with flag 1701000/1701000
1147.36/590.22	c cleaning 58203 clauses out of 116533 with flag 1760002/1760002
1198.02/616.14	c cleaning 59001 clauses out of 118326 with flag 1820000/1820000
1246.92/641.28	c cleaning 60140 clauses out of 120322 with flag 1881001/1881001
1295.75/666.31	c cleaning 60850 clauses out of 122175 with flag 1943000/1943000
1345.81/692.52	c cleaning 61978 clauses out of 124324 with flag 2006001/2006001
1429.85/735.23	c cleaning 63110 clauses out of 126347 with flag 2070002/2070002
1483.74/762.84	c cleaning 0 clauses out of 4995 with flag 0/5000
1503.74/773.32	c cleaning 64020 clauses out of 128231 with flag 2135000/2135000
1566.57/805.91	c cleaning 64921 clauses out of 130209 with flag 2201001/2201001
1647.30/847.00	c cleaning 65841 clauses out of 132285 with flag 2268000/2268000
1717.00/882.51	c cleaning 67021 clauses out of 134441 with flag 2336001/2336001
1796.55/923.09	c cleaning 68020 clauses out of 136419 with flag 2405001/2405001
1800.26/926.31	c starts		: 171
1800.26/926.31	c conflicts		: 2405006
1800.26/926.31	c decisions		: 25137380
1800.26/926.31	c propagations		: 656231844
1800.26/926.31	c inspects		: 4827373583
1800.26/926.31	c shortcuts		: 0
1800.26/926.31	c learnt literals	: 630
1800.26/926.31	c learnt binary clauses	: 1545
1800.26/926.31	c learnt ternary clauses	: 2244
1800.26/926.31	c learnt constraints	: 2404376
1800.26/926.31	c ignored constraints	: 0
1800.26/926.31	c root simplifications	: 0
1800.26/926.31	c removed literals (reason simplification)	: 38412847
1800.26/926.31	c reason swapping (by a shorter reason)	: 0
1800.26/926.31	c Calls to reduceDB	: 65
1800.26/926.31	c number of reductions to clauses (during analyze)	: 0
1800.26/926.31	c number of learned constraints concerned by reduction	: 0
1800.26/926.31	c number of learning phase by resolution	: 0
1800.26/926.31	c number of learning phase by cutting planes	: 0
1800.26/926.31	c speed (assignments/second)	: 708844.6839789711
1800.26/926.31	c non guided choices	7857
1800.26/926.34	c learnt constraints type 
1800.26/926.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1545
1800.26/926.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66914
1800.26/926.34	c constraints type 
1800.26/926.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
1800.26/926.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
1800.26/926.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
1800.26/926.34	c 1646 constraints processed.
1800.26/926.34	c constraints type 
1800.26/926.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
1800.26/926.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 821
1800.26/926.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 821
1800.26/926.34	c 1646 constraints processed.
1800.26/926.34	s UNKNOWN
1800.26/926.34	c Total wall clock time (in seconds): 926.215

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-3689538-1337882771/watcher-3689538-1337882771 -o /tmp/evaluation-result-3689538-1337882771/solver-3689538-1337882771 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689538-1337882771.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.87 3.95 3.63 4/197 28552
/proc/meminfo: memFree=28069328/32873844 swapFree=7612/7612
[pid=28552] ppid=28550 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28552/stat : 28552 (java) D 28550 28552 25404 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 254401481 9515008 176 33554432000 1073741824 1073778376 140735841177808 140735841160536 251044643728 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/28552/statm: 2323 176 133 9 0 71 0

[startup+0.0951259 s]
/proc/loadavg: 3.87 3.95 3.63 4/197 28552
/proc/meminfo: memFree=28069328/32873844 swapFree=7612/7612
[pid=28552] ppid=28550 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/28552/stat : 28552 (java) S 28550 28552 25404 0 -1 4202496 3679 0 1 0 6 1 0 0 20 0 18 0 254401481 9787813888 4376 33554432000 1073741824 1073778376 140735178010480 140735178001616 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28552/statm: 2389603 4376 1931 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.104672 s]
/proc/loadavg: 3.87 3.95 3.63 4/197 28552
/proc/meminfo: memFree=28069328/32873844 swapFree=7612/7612
[pid=28552] ppid=28550 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/28552/stat : 28552 (java) S 28550 28552 25404 0 -1 4202496 4304 0 1 0 8 1 0 0 20 0 18 0 254401481 9787813888 4992 33554432000 1073741824 1073778376 140735178010480 140735178001616 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28552/statm: 2389603 4993 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300196 s]
/proc/loadavg: 3.87 3.95 3.63 4/197 28552
/proc/meminfo: memFree=28069328/32873844 swapFree=7612/7612
[pid=28552] ppid=28550 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/28552/stat : 28552 (java) S 28550 28552 25404 0 -1 4202496 5900 0 1 0 46 2 0 0 20 0 18 0 254401481 9787813888 10576 33554432000 1073741824 1073778376 140735178010480 140735178001616 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28552/statm: 2389603 10576 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700206 s]
/proc/loadavg: 3.87 3.95 3.63 4/197 28552
/proc/meminfo: memFree=28069328/32873844 swapFree=7612/7612
[pid=28552] ppid=28550 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/28552/stat : 28552 (java) S 28550 28552 25404 0 -1 4202496 9926 0 1 0 153 5 0 0 20 0 22 0 254401481 10060460032 41286 33554432000 1073741824 1073778376 140735178010480 140735178001616 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28552/statm: 2456167 41286 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9824668

[startup+1.50088 s]
/proc/loadavg: 3.87 3.95 3.63 7/219 28574
/proc/meminfo: memFree=27899096/32873844 swapFree=7612/7612
[pid=28552] ppid=28550 vsize=9824668 CPUtime=4.13 cores=1,3,5,7
/proc/28552/stat : 28552 (java) S 28550 28552 25404 0 -1 4202496 15965 0 1 0 401 12 0 0 20 0 22 0 254401481 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140735178001616 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28552/statm: 2456167 56026 2278 9 0 2446860 0
[pid=28552/tid=28554] ppid=28550 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/28552/task/28554/stat : 28554 (java) S 28550 28552 25404 0 -1 4202560 2572 0 1 0 42 3 0 0 20 0 22 0 254401482 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372890715128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28555] ppid=28550 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28552/task/28555/stat : 28555 (java) S 28550 28552 25404 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 254401484 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372734671912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28556] ppid=28550 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28552/task/28556/stat : 28556 (java) S 28550 28552 25404 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254401484 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372733619112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28557] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28557/stat : 28557 (java) S 28550 28552 25404 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254401484 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372732566312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28558] ppid=28550 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28552/task/28558/stat : 28558 (java) S 28550 28552 25404 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 254401484 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372731513512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28559] ppid=28550 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28552/task/28559/stat : 28559 (java) S 28550 28552 25404 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254401484 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372730460712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28560] ppid=28550 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28552/task/28560/stat : 28560 (java) S 28550 28552 25404 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 254401484 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372729407912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28561] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28561/stat : 28561 (java) S 28550 28552 25404 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254401484 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372728355112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28562] ppid=28550 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28552/task/28562/stat : 28562 (java) S 28550 28552 25404 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 22 0 254401484 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372727302312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28563] ppid=28550 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28552/task/28563/stat : 28563 (java) S 28550 28552 25404 0 -1 4202560 99 0 0 0 4 0 0 0 20 0 22 0 254401485 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372714892264 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28564] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28564/stat : 28564 (java) S 28550 28552 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372713838328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28565] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28565/stat : 28565 (java) S 28550 28552 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372712785416 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28566] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28566/stat : 28566 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372711733904 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28567] ppid=28550 vsize=9824668 CPUtime=0.79 cores=1,3,5,7
/proc/28552/task/28567/stat : 28567 (java) S 28550 28552 25404 0 -1 4202560 5642 0 0 0 78 1 0 0 20 0 22 0 254401488 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372710681016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28568] ppid=28550 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/28552/task/28568/stat : 28568 (java) S 28550 28552 25404 0 -1 4202560 6263 0 0 0 80 1 0 0 20 0 22 0 254401488 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372709628216 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28569] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28569/stat : 28569 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372708575608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28570] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28570/stat : 28570 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372707523016 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28571] ppid=28550 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/28552/task/28571/stat : 28571 (java) R 28550 28552 25404 0 -1 4202560 28 0 0 0 87 0 0 0 20 0 22 0 254401532 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372706468952 140372763871030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28572] ppid=28550 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/28552/task/28572/stat : 28572 (java) R 28550 28552 25404 0 -1 4202560 73 0 0 0 87 0 0 0 20 0 22 0 254401532 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372705414232 140372764137499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28573] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28573/stat : 28573 (java) S 28550 28552 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254401535 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372704363944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28574] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28574/stat : 28574 (java) S 28550 28552 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254401535 10060460032 56026 33554432000 1073741824 1073778376 140735178010480 140372703311144 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9824668

[startup+3.10098 s]
/proc/loadavg: 3.87 3.95 3.63 5/219 28574
/proc/meminfo: memFree=27853420/32873844 swapFree=7612/7612
[pid=28552] ppid=28550 vsize=9824668 CPUtime=7.41 cores=1,3,5,7
/proc/28552/stat : 28552 (java) S 28550 28552 25404 0 -1 4202496 15987 0 1 0 729 12 0 0 20 0 22 0 254401481 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140735178001616 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28552/statm: 2456167 57579 2278 9 0 2446860 0
[pid=28552/tid=28554] ppid=28550 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/28552/task/28554/stat : 28554 (java) S 28550 28552 25404 0 -1 4202560 2572 0 1 0 42 3 0 0 20 0 22 0 254401482 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372890715128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28555] ppid=28550 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28552/task/28555/stat : 28555 (java) S 28550 28552 25404 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254401484 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372734671912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28556] ppid=28550 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28552/task/28556/stat : 28556 (java) S 28550 28552 25404 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254401484 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372733619112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28557] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28557/stat : 28557 (java) S 28550 28552 25404 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254401484 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372732566312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28558] ppid=28550 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28552/task/28558/stat : 28558 (java) S 28550 28552 25404 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 254401484 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372731513512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28559] ppid=28550 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28552/task/28559/stat : 28559 (java) S 28550 28552 25404 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254401484 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372730460712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28560] ppid=28550 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28552/task/28560/stat : 28560 (java) S 28550 28552 25404 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254401484 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372729407912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28561] ppid=28550 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28552/task/28561/stat : 28561 (java) S 28550 28552 25404 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254401484 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372728355112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28562] ppid=28550 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28552/task/28562/stat : 28562 (java) S 28550 28552 25404 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 22 0 254401484 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372727302312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28563] ppid=28550 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/28552/task/28563/stat : 28563 (java) R 28550 28552 25404 0 -1 4202560 102 0 0 0 11 0 0 0 20 0 22 0 254401485 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372714891120 140372894851116 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28564] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28564/stat : 28564 (java) S 28550 28552 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372713838328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28565] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28565/stat : 28565 (java) S 28550 28552 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372712785416 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28566] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28566/stat : 28566 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372711733904 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28567] ppid=28550 vsize=9824668 CPUtime=0.89 cores=1,3,5,7
/proc/28552/task/28567/stat : 28567 (java) S 28550 28552 25404 0 -1 4202560 5649 0 0 0 87 2 0 0 20 0 22 0 254401488 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372710681016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28568] ppid=28550 vsize=9824668 CPUtime=0.85 cores=1,3,5,7
/proc/28552/task/28568/stat : 28568 (java) S 28550 28552 25404 0 -1 4202560 6270 0 0 0 84 1 0 0 20 0 22 0 254401488 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372709604792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28569] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28569/stat : 28569 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372708575608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28570] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28570/stat : 28570 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372707523016 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28571] ppid=28550 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/28552/task/28571/stat : 28571 (java) S 28550 28552 25404 0 -1 4202560 28 0 0 0 237 0 0 0 20 0 22 0 254401532 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372706468952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28572] ppid=28550 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/28552/task/28572/stat : 28572 (java) S 28550 28552 25404 0 -1 4202560 74 0 0 0 238 0 0 0 20 0 22 0 254401532 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372705414392 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28573] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28573/stat : 28573 (java) S 28550 28552 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254401535 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372704363944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28574] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28574/stat : 28574 (java) S 28550 28552 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254401535 10060460032 57579 33554432000 1073741824 1073778376 140735178010480 140372703311144 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 3.88 3.95 3.63 4/219 28574
/proc/meminfo: memFree=27746240/32873844 swapFree=7612/7612
[pid=28552] ppid=28550 vsize=9824668 CPUtime=13.59 cores=1,3,5,7
/proc/28552/stat : 28552 (java) S 28550 28552 25404 0 -1 4202496 16040 0 1 0 1345 14 0 0 20 0 22 0 254401481 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140735178001616 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28552/statm: 2456167 71407 2278 9 0 2446860 0
[pid=28552/tid=28554] ppid=28550 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/28552/task/28554/stat : 28554 (java) S 28550 28552 25404 0 -1 4202560 2572 0 1 0 42 3 0 0 20 0 22 0 254401482 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372890715128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28555] ppid=28550 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28552/task/28555/stat : 28555 (java) S 28550 28552 25404 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 254401484 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372734671912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28556] ppid=28550 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28552/task/28556/stat : 28556 (java) S 28550 28552 25404 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 254401484 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372733619112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28557] ppid=28550 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28552/task/28557/stat : 28557 (java) S 28550 28552 25404 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254401484 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372732566312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28558] ppid=28550 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28552/task/28558/stat : 28558 (java) S 28550 28552 25404 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 254401484 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372731513512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28559] ppid=28550 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28552/task/28559/stat : 28559 (java) S 28550 28552 25404 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 254401484 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372730460712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28560] ppid=28550 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28552/task/28560/stat : 28560 (java) S 28550 28552 25404 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 254401484 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372729407912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28561] ppid=28550 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28552/task/28561/stat : 28561 (java) S 28550 28552 25404 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 254401484 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372728355112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28562] ppid=28550 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28552/task/28562/stat : 28562 (java) S 28550 28552 25404 0 -1 4202560 17 0 0 0 2 2 0 0 20 0 22 0 254401484 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372727302312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28563] ppid=28550 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/28552/task/28563/stat : 28563 (java) S 28550 28552 25404 0 -1 4202560 112 0 0 0 43 0 0 0 20 0 22 0 254401485 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372714892264 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28564] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28564/stat : 28564 (java) S 28550 28552 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372713838328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28565] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28565/stat : 28565 (java) S 28550 28552 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372712785416 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28566] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28566/stat : 28566 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372711733904 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28567] ppid=28550 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/28552/task/28567/stat : 28567 (java) S 28550 28552 25404 0 -1 4202560 5650 0 0 0 88 2 0 0 20 0 22 0 254401488 10060460032 71407 33554432000 1073741824 1073778376 140735178010480 140372710681016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/loadavg: 3.77 3.88 3.80 4/219 28652
/proc/meminfo: memFree=23906172/32873844 swapFree=7612/7612
[pid=28552] ppid=28550 vsize=9824668 CPUtime=1800.07 cores=1,3,5,7
/proc/28552/stat : 28552 (java) S 28550 28552 25404 0 -1 4202496 47163 0 1 0 179840 167 0 0 20 0 22 0 254401481 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140735178001616 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28552/statm: 2456167 930371 2280 9 0 2446860 0
[pid=28552/tid=28554] ppid=28550 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/28552/task/28554/stat : 28554 (java) S 28550 28552 25404 0 -1 4202560 2612 0 1 0 45 5 0 0 20 0 22 0 254401482 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372890714840 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28555] ppid=28550 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/28552/task/28555/stat : 28555 (java) S 28550 28552 25404 0 -1 4202560 1631 0 0 0 162 10 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372734671912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28556] ppid=28550 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/28552/task/28556/stat : 28556 (java) S 28550 28552 25404 0 -1 4202560 2853 0 0 0 171 9 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372733619112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28557] ppid=28550 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/28552/task/28557/stat : 28557 (java) S 28550 28552 25404 0 -1 4202560 2009 0 0 0 183 10 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372732566312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28558] ppid=28550 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/28552/task/28558/stat : 28558 (java) S 28550 28552 25404 0 -1 4202560 2540 0 0 0 183 12 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372731513512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28559] ppid=28550 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/28552/task/28559/stat : 28559 (java) S 28550 28552 25404 0 -1 4202560 2465 0 0 0 150 9 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372730460712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28560] ppid=28550 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/28552/task/28560/stat : 28560 (java) S 28550 28552 25404 0 -1 4202560 2529 0 0 0 154 9 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372729407912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28561] ppid=28550 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/28552/task/28561/stat : 28561 (java) S 28550 28552 25404 0 -1 4202560 2504 0 0 0 172 11 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372728355112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28562] ppid=28550 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/28552/task/28562/stat : 28562 (java) S 28550 28552 25404 0 -1 4202560 1811 0 0 0 156 13 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372727302312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28563] ppid=28550 vsize=9824668 CPUtime=60.59 cores=1,3,5,7
/proc/28552/task/28563/stat : 28563 (java) R 28550 28552 25404 0 -1 4202560 3502 0 0 0 6042 17 0 0 20 0 22 0 254401485 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372714891120 251044315416 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28564] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28564/stat : 28564 (java) S 28550 28552 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372713838328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28565] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28565/stat : 28565 (java) S 28550 28552 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372712785416 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28566] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28566/stat : 28566 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372711733904 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28567] ppid=28550 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/28552/task/28567/stat : 28567 (java) S 28550 28552 25404 0 -1 4202560 13458 0 0 0 151 3 0 0 20 0 22 0 254401488 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372710681016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28568] ppid=28550 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/28552/task/28568/stat : 28568 (java) S 28550 28552 25404 0 -1 4202560 6303 0 0 0 103 2 0 0 20 0 22 0 254401488 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372709628216 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28569] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28569/stat : 28569 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372708575608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28570] ppid=28550 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/28552/task/28570/stat : 28570 (java) S 28550 28552 25404 0 -1 4202560 55 0 0 0 24 20 0 0 20 0 22 0 254401488 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372707523016 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28571] ppid=28550 vsize=9824668 CPUtime=858.58 cores=1,3,5,7
/proc/28552/task/28571/stat : 28571 (java) S 28550 28552 25404 0 -1 4202560 79 0 0 0 85843 15 0 0 20 0 22 0 254401532 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372706468632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28572] ppid=28550 vsize=9824668 CPUtime=858.77 cores=1,3,5,7
/proc/28552/task/28572/stat : 28572 (java) S 28550 28552 25404 0 -1 4202560 1625 0 0 0 85828 49 0 0 20 0 22 0 254401532 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372705414152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28573] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28573/stat : 28573 (java) S 28550 28552 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254401535 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372704363944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28574] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28574/stat : 28574 (java) S 28550 28552 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254401535 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372703311144 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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

[startup+926.219 s]
/proc/loadavg: 3.77 3.88 3.80 4/219 28652
/proc/meminfo: memFree=23906172/32873844 swapFree=7612/7612
[pid=28552] ppid=28550 vsize=9824668 CPUtime=1800.17 cores=1,3,5,7
/proc/28552/stat : 28552 (java) S 28550 28552 25404 0 -1 4202496 47163 0 1 0 179850 167 0 0 20 0 22 0 254401481 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140735178001616 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28552/statm: 2456167 930371 2280 9 0 2446860 0
[pid=28552/tid=28554] ppid=28550 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/28552/task/28554/stat : 28554 (java) S 28550 28552 25404 0 -1 4202560 2612 0 1 0 45 5 0 0 20 0 22 0 254401482 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372890714840 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28555] ppid=28550 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/28552/task/28555/stat : 28555 (java) S 28550 28552 25404 0 -1 4202560 1631 0 0 0 162 10 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372734671912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28556] ppid=28550 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/28552/task/28556/stat : 28556 (java) S 28550 28552 25404 0 -1 4202560 2853 0 0 0 171 9 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372733619112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28557] ppid=28550 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/28552/task/28557/stat : 28557 (java) S 28550 28552 25404 0 -1 4202560 2009 0 0 0 183 10 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372732566312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28558] ppid=28550 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/28552/task/28558/stat : 28558 (java) S 28550 28552 25404 0 -1 4202560 2540 0 0 0 183 12 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372731513512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28559] ppid=28550 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/28552/task/28559/stat : 28559 (java) S 28550 28552 25404 0 -1 4202560 2465 0 0 0 150 9 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372730460712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28560] ppid=28550 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/28552/task/28560/stat : 28560 (java) S 28550 28552 25404 0 -1 4202560 2529 0 0 0 154 9 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372729407912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28561] ppid=28550 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/28552/task/28561/stat : 28561 (java) S 28550 28552 25404 0 -1 4202560 2504 0 0 0 172 11 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372728355112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28562] ppid=28550 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/28552/task/28562/stat : 28562 (java) S 28550 28552 25404 0 -1 4202560 1811 0 0 0 156 13 0 0 20 0 22 0 254401484 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372727302312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28563] ppid=28550 vsize=9824668 CPUtime=60.7 cores=1,3,5,7
/proc/28552/task/28563/stat : 28563 (java) R 28550 28552 25404 0 -1 4202560 3502 0 0 0 6053 17 0 0 20 0 22 0 254401485 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372714891120 140372897570728 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28564] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28564/stat : 28564 (java) S 28550 28552 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372713838328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28565] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28565/stat : 28565 (java) S 28550 28552 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372712785416 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28566] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28566/stat : 28566 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372711733448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28567] ppid=28550 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/28552/task/28567/stat : 28567 (java) S 28550 28552 25404 0 -1 4202560 13458 0 0 0 151 3 0 0 20 0 22 0 254401488 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372710681016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28568] ppid=28550 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/28552/task/28568/stat : 28568 (java) S 28550 28552 25404 0 -1 4202560 6303 0 0 0 103 2 0 0 20 0 22 0 254401488 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372709628216 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28569] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28569/stat : 28569 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372708575608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28570] ppid=28550 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/28552/task/28570/stat : 28570 (java) S 28550 28552 25404 0 -1 4202560 55 0 0 0 24 20 0 0 20 0 22 0 254401488 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372707523016 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28571] ppid=28550 vsize=9824668 CPUtime=858.58 cores=1,3,5,7
/proc/28552/task/28571/stat : 28571 (java) S 28550 28552 25404 0 -1 4202560 79 0 0 0 85843 15 0 0 20 0 22 0 254401532 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372706468632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28572] ppid=28550 vsize=9824668 CPUtime=858.77 cores=1,3,5,7
/proc/28552/task/28572/stat : 28572 (java) S 28550 28552 25404 0 -1 4202560 1625 0 0 0 85828 49 0 0 20 0 22 0 254401532 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372705414152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28573] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28573/stat : 28573 (java) S 28550 28552 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254401535 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372704363944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28574] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28574/stat : 28574 (java) S 28550 28552 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254401535 10060460032 930371 33554432000 1073741824 1073778376 140735178010480 140372703311144 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

[startup+926.301 s]
/proc/loadavg: 3.77 3.88 3.80 4/219 28652
/proc/meminfo: memFree=23906172/32873844 swapFree=7612/7612
[pid=28552] ppid=28550 vsize=9824668 CPUtime=1800.26 cores=1,3,5,7
/proc/28552/stat : 28552 (java) S 28550 28552 25404 0 -1 4202496 47165 0 1 0 179859 167 0 0 20 0 22 0 254401481 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140735178001616 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28552/statm: 2456167 931395 2280 9 0 2446860 0
[pid=28552/tid=28554] ppid=28550 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/28552/task/28554/stat : 28554 (java) S 28550 28552 25404 0 -1 4202560 2612 0 1 0 45 5 0 0 20 0 22 0 254401482 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140372890714840 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28555] ppid=28550 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/28552/task/28555/stat : 28555 (java) S 28550 28552 25404 0 -1 4202560 1631 0 0 0 162 10 0 0 20 0 22 0 254401484 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140372734671912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28556] ppid=28550 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/28552/task/28556/stat : 28556 (java) S 28550 28552 25404 0 -1 4202560 2853 0 0 0 171 9 0 0 20 0 22 0 254401484 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140372733619112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28557] ppid=28550 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/28552/task/28557/stat : 28557 (java) S 28550 28552 25404 0 -1 4202560 2009 0 0 0 183 10 0 0 20 0 22 0 254401484 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140372732566312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28558] ppid=28550 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/28552/task/28558/stat : 28558 (java) S 28550 28552 25404 0 -1 4202560 2540 0 0 0 183 12 0 0 20 0 22 0 254401484 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140372731513512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28559] ppid=28550 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/28552/task/28559/stat : 28559 (java) S 28550 28552 25404 0 -1 4202560 2465 0 0 0 150 9 0 0 20 0 22 0 254401484 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140372730460712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28560] ppid=28550 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/28552/task/28560/stat : 28560 (java) S 28550 28552 25404 0 -1 4202560 2529 0 0 0 154 9 0 0 20 0 22 0 254401484 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140372729407912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28561] ppid=28550 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/28552/task/28561/stat : 28561 (java) S 28550 28552 25404 0 -1 4202560 2504 0 0 0 172 11 0 0 20 0 22 0 254401484 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140372728355112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28562] ppid=28550 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/28552/task/28562/stat : 28562 (java) S 28550 28552 25404 0 -1 4202560 1811 0 0 0 156 13 0 0 20 0 22 0 254401484 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140372727302312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28563] ppid=28550 vsize=9824668 CPUtime=60.78 cores=1,3,5,7
/proc/28552/task/28563/stat : 28563 (java) R 28550 28552 25404 0 -1 4202560 3504 0 0 0 6061 17 0 0 20 0 22 0 254401485 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140372714891120 251044315436 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28564] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28564/stat : 28564 (java) S 28550 28552 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 931395 33554432000 1073741824 1073778376 140735178010480 140372713838328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28565] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28565/stat : 28565 (java) S 28550 28552 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254401485 10060460032 931907 33554432000 1073741824 1073778376 140735178010480 140372712785416 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28566] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28566/stat : 28566 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 931907 33554432000 1073741824 1073778376 140735178010480 140372711733448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28567] ppid=28550 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/28552/task/28567/stat : 28567 (java) S 28550 28552 25404 0 -1 4202560 13458 0 0 0 151 3 0 0 20 0 22 0 254401488 10060460032 931907 33554432000 1073741824 1073778376 140735178010480 140372710681016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28568] ppid=28550 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/28552/task/28568/stat : 28568 (java) S 28550 28552 25404 0 -1 4202560 6303 0 0 0 103 2 0 0 20 0 22 0 254401488 10060460032 931907 33554432000 1073741824 1073778376 140735178010480 140372709628216 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28569] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28569/stat : 28569 (java) S 28550 28552 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254401488 10060460032 931907 33554432000 1073741824 1073778376 140735178010480 140372708575608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28570] ppid=28550 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/28552/task/28570/stat : 28570 (java) S 28550 28552 25404 0 -1 4202560 55 0 0 0 24 20 0 0 20 0 22 0 254401488 10060460032 931907 33554432000 1073741824 1073778376 140735178010480 140372707523016 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28552/tid=28571] ppid=28550 vsize=9824668 CPUtime=858.58 cores=1,3,5,7
/proc/28552/task/28571/stat : 28571 (java) S 28550 28552 25404 0 -1 4202560 79 0 0 0 85843 15 0 0 20 0 22 0 254401532 10060460032 931907 33554432000 1073741824 1073778376 140735178010480 140372706468632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28552/tid=28572] ppid=28550 vsize=9824668 CPUtime=858.77 cores=1,3,5,7
/proc/28552/task/28572/stat : 28572 (java) S 28550 28552 25404 0 -1 4202560 1625 0 0 0 85828 49 0 0 20 0 22 0 254401532 10060460032 931907 33554432000 1073741824 1073778376 140735178010480 140372705414152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28552/tid=28573] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28573/stat : 28573 (java) S 28550 28552 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254401535 10060460032 931907 33554432000 1073741824 1073778376 140735178010480 140372704363944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28552/tid=28574] ppid=28550 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28552/task/28574/stat : 28574 (java) S 28550 28552 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254401535 10060460032 931907 33554432000 1073741824 1073778376 140735178010480 140372703311144 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28552 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=128251
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=114678
# CPU time returned by wait4() is 1796.24
# while last known CPU time is 1800.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 926.365
CPU time (s): 1800.26
CPU user time (s): 1798.59
CPU system time (s): 1.67
CPU usage (%): 194.336
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.13
system time used= 2.11468
maximum resident set size= 3735944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47211
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24551
involuntary context switches= 29143

runsolver used 3.62145 second user time and 8.71467 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 20:06:11
IDJOB=3689538
IDBENCH=89888
IDSOLVER=2268
FILE ID=node143/3689538-1337882771
RUNJOBID= node143-1337871881-25422
PBS_JOBID= 14620061
Free space on /tmp= 71516 MiB

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

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

MD5SUM BENCH= be0d50f47077f17e0f3c28ea78925374
RANDOM SEED=821421059

node143.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.787
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.57
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.787
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.787
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.787
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.787
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.787
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	: 5298.57
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.787
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.787
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:        28071640 kB
Buffers:          227716 kB
Cached:          2565192 kB
SwapCached:            0 kB
Active:          1811000 kB
Inactive:        2199832 kB
Active(anon):    1220616 kB
Inactive(anon):        0 kB
Active(file):     590384 kB
Inactive(file):  2199832 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1200 kB
Writeback:             0 kB
AnonPages:       1233424 kB
Mapped:            22552 kB
Shmem:               200 kB
Slab:             639748 kB
SReclaimable:      82092 kB
SUnreclaim:       557656 kB
KernelStack:        1600 kB
PageTables:         6620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1851100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1140736 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 node143 at 2012-05-24 20:21:39