Trace number 4100898

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.63 898.146

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-standata.opb
MD5SUMc8622f62aab23c6f6a5a29143b44f7fa
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 variables30004
Total number of constraints455
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints455
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 86232
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524437
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 542229
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4100898-1466211648.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.46/0.70	c ... done. Wall clock time 0.588s.
1.46/0.70	c declared #vars     30004
1.46/0.70	c #constraints  615
1.46/0.70	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.46/0.70	c constraints type 
1.46/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3
1.46/0.70	c org.sat4j.specs.Constr$1 => 4
1.46/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 608
1.46/0.70	c 615 constraints processed.
1.46/0.70	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.46/0.70	c constraints type 
1.46/0.70	c org.sat4j.specs.Constr$1 => 4
1.46/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3
1.46/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 608
1.46/0.70	c 615 constraints processed.
1.46/0.70	c objective function length is 210 literals
73.93/36.09	c cleaning 2501 clauses out of 5002 with flag 11445/5002
158.20/78.05	c cleaning 4250 clauses out of 8499 with flag 25141/11000
257.83/127.71	c cleaning 5625 clauses out of 11249 with flag 41057/18000
362.17/179.84	c cleaning 6810 clauses out of 13624 with flag 60340/26000
485.90/241.50	c cleaning 7907 clauses out of 15814 with flag 81391/35000
624.63/310.65	c cleaning 8948 clauses out of 17907 with flag 105132/45000
773.41/385.26	c cleaning 9973 clauses out of 19959 with flag 130235/56000
946.13/471.48	c cleaning 10988 clauses out of 21987 with flag 158333/68001
1002.84/499.65	c cleaning 11994 clauses out of 24002 with flag 188276/81004
1008.49/502.46	c cleaning 12982 clauses out of 26005 with flag 220489/95001
1015.34/505.89	c cleaning 13987 clauses out of 28022 with flag 257771/110000
1024.20/510.72	c cleaning 14989 clauses out of 30035 with flag 298739/126000
1033.30/515.23	c cleaning 16007 clauses out of 32046 with flag 344264/143000
1041.36/519.20	c cleaning 17018 clauses out of 34044 with flag 386758/161005
1051.14/524.16	c cleaning 18006 clauses out of 36024 with flag 426657/180003
1061.79/529.50	c cleaning 19002 clauses out of 38015 with flag 467431/200000
1075.22/536.04	c cleaning 20004 clauses out of 40018 with flag 511511/221005
1082.66/539.79	c cleaning 20990 clauses out of 42009 with flag 564369/243000
1089.46/543.14	c cleaning 22005 clauses out of 44022 with flag 626560/266003
1096.07/546.48	c cleaning 22999 clauses out of 46015 with flag 675975/290001
1105.86/551.33	c cleaning 24005 clauses out of 48020 with flag 727867/315005
1116.54/556.69	c cleaning 24997 clauses out of 50010 with flag 782701/341000
1125.72/561.21	c cleaning 25995 clauses out of 52012 with flag 839149/368000
1132.91/564.70	c cleaning 27005 clauses out of 54017 with flag 903134/396001
1171.77/583.92	c cleaning 27997 clauses out of 56008 with flag 975446/425000
1179.17/587.67	c cleaning 29004 clauses out of 58012 with flag 1060639/455001
1188.97/592.51	c cleaning 30001 clauses out of 60009 with flag 1161283/486002
1195.76/595.93	c cleaning 30995 clauses out of 62006 with flag 1242371/518000
1205.17/600.61	c cleaning 31996 clauses out of 64011 with flag 1355645/551000
1213.55/604.89	c cleaning 33000 clauses out of 66016 with flag 1461803/585002
1222.77/609.44	c cleaning 33996 clauses out of 68014 with flag 1579226/620000
1234.75/615.43	c cleaning 35001 clauses out of 70020 with flag 1707525/656002
1246.21/621.12	c cleaning 35999 clauses out of 72018 with flag 1829517/693001
1258.61/627.33	c cleaning 37002 clauses out of 74019 with flag 1970549/731001
1271.01/633.53	c cleaning 37998 clauses out of 76017 with flag 2099874/770001
1283.60/639.80	c cleaning 39000 clauses out of 78019 with flag 2229965/810001
1297.61/646.88	c cleaning 39995 clauses out of 80018 with flag 2357495/851000
1311.39/653.77	c cleaning 41002 clauses out of 82025 with flag 2492809/893002
1325.59/660.80	c cleaning 42002 clauses out of 84021 with flag 2637289/936000
1343.44/669.71	c cleaning 42999 clauses out of 86019 with flag 2788343/980000
1361.46/678.74	c cleaning 44002 clauses out of 88020 with flag 2942003/1025000
1383.84/689.90	c cleaning 44989 clauses out of 90019 with flag 3068920/1071001
1463.95/729.95	c cleaning 45989 clauses out of 92027 with flag 3201767/1118001
1485.14/740.53	c cleaning 47008 clauses out of 94036 with flag 3305090/1166000
1499.35/747.69	c cleaning 48005 clauses out of 96025 with flag 3446156/1215000
1518.76/757.30	c cleaning 49006 clauses out of 98020 with flag 3599566/1265000
1540.55/768.21	c cleaning 49996 clauses out of 100015 with flag 3771758/1316001
1566.12/781.48	c cleaning 51002 clauses out of 102020 with flag 3954550/1368002
1592.91/794.89	c cleaning 52008 clauses out of 104020 with flag 4154566/1421004
1617.09/806.93	c cleaning 52994 clauses out of 106008 with flag 4352111/1475000
1643.28/820.07	c cleaning 53999 clauses out of 108015 with flag 4568821/1530001
1676.13/836.45	c cleaning 55000 clauses out of 110015 with flag 4792111/1586000
1707.49/852.03	c cleaning 56002 clauses out of 112015 with flag 4983701/1643000
1740.02/868.25	c cleaning 57002 clauses out of 114014 with flag 5192691/1701001
1769.56/882.93	c cleaning 58006 clauses out of 116012 with flag 5422870/1760001
1800.07/898.11	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/898.11	c starts		: 574
1800.07/898.11	c conflicts		: 1811056
1800.07/898.11	c decisions		: 3409929
1800.07/898.11	c propagations		: 860695350
1800.07/898.11	c inspects		: 7942771071
1800.07/898.11	c shortcuts		: 0
1800.07/898.11	c learnt literals	: 13
1800.07/898.11	c learnt binary clauses	: 20
1800.07/898.11	c learnt ternary clauses	: 46
1800.07/898.11	c learnt constraints	: 1811043
1800.07/898.11	c ignored constraints	: 0
1800.07/898.11	c root simplifications	: 0
1800.07/898.11	c removed literals (reason simplification)	: 5189601
1800.07/898.11	c reason swapping (by a shorter reason)	: 0
1800.07/898.11	c Calls to reduceDB	: 55
1800.07/898.11	c Number of update (reduction) of LBD	: 192085
1800.07/898.11	c Imported unit clauses	: 0
1800.07/898.11	c number of reductions to clauses (during analyze)	: 0
1800.07/898.11	c number of learned constraints concerned by reduction	: 0
1800.07/898.11	c number of learning phase by resolution	: 0
1800.07/898.11	c number of learning phase by cutting planes	: 0
1800.07/898.11	c speed (assignments/second)	: 959174.7842764471
1800.07/898.11	c non guided choices	350404
1800.07/898.13	c learnt constraints type 
1800.07/898.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
1800.07/898.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109041
1800.07/898.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/898.13	c starts		: 1
1800.07/898.13	c conflicts		: 956
1800.07/898.13	c decisions		: 1213732
1800.07/898.13	c propagations		: 2396952
1800.07/898.13	c inspects		: 157475978
1800.07/898.13	c shortcuts		: 0
1800.07/898.13	c learnt literals	: 0
1800.07/898.13	c learnt binary clauses	: 0
1800.07/898.13	c learnt ternary clauses	: 0
1800.07/898.13	c learnt constraints	: 956
1800.07/898.13	c ignored constraints	: 0
1800.07/898.13	c root simplifications	: 0
1800.07/898.13	c removed literals (reason simplification)	: 0
1800.07/898.13	c reason swapping (by a shorter reason)	: 0
1800.07/898.13	c Calls to reduceDB	: 0
1800.07/898.13	c Number of update (reduction) of LBD	: 0
1800.07/898.13	c Imported unit clauses	: 0
1800.07/898.13	c number of reductions to clauses (during analyze)	: 0
1800.07/898.13	c number of learned constraints concerned by reduction	: 0
1800.07/898.13	c number of learning phase by resolution	: 0
1800.07/898.13	c number of learning phase by cutting planes	: 0
1800.07/898.13	c speed (assignments/second)	: 2671.1509915885476
1800.07/898.13	c non guided choices	0
1800.07/898.13	c learnt constraints type 
1800.07/898.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.07/898.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 955
1800.07/898.13	s UNKNOWN
1800.07/898.13	c Total wall clock time (in seconds): 898.023

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4100898-1466211648/watcher-4100898-1466211648 -o /tmp/evaluation-result-4100898-1466211648/solver-4100898-1466211648 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100898-1466211648.opb 

pid=13032
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.97 4.23 4.24 5/198 13035
/proc/meminfo: memFree=26252048/32872528 swapFree=1499884/1696108
[pid=13035] ppid=13032 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/13035/stat : 13035 (java) S 13032 13035 8337 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 23210520 95129600 927 33554432000 1073741824 1073778376 140737095647968 140737095639104 225448067133 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13035/statm: 23225 927 703 9 0 16769 0
[pid=13035/tid=13036] ppid=13032 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13036/stat : 13036 (java) D 13032 13035 8337 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 23210521 95129600 927 33554432000 1073741824 1073778376 140737095647968 140393127845416 225435544871 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.10012 s]
/proc/loadavg: 3.97 4.23 4.24 5/198 13035
/proc/meminfo: memFree=26252048/32872528 swapFree=1499884/1696108
[pid=13035] ppid=13032 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13035/stat : 13035 (java) S 13032 13035 8337 0 -1 4202496 4461 0 1 0 9 1 0 0 20 0 18 0 23210520 9787879424 6083 33554432000 1073741824 1073778376 140737095647968 140737095639104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13035/statm: 2389619 6083 2148 9 0 2380296 0
[pid=13035/tid=13036] ppid=13032 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13035/task/13036/stat : 13036 (java) R 13032 13035 8337 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 23210521 9787879424 6083 33554432000 1073741824 1073778376 140737095647968 140393127848864 140393117907764 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200248 s]
/proc/loadavg: 3.97 4.23 4.24 5/198 13035
/proc/meminfo: memFree=26252048/32872528 swapFree=1499884/1696108
[pid=13035] ppid=13032 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/13035/stat : 13035 (java) S 13032 13035 8337 0 -1 4202496 4780 0 1 0 27 1 0 0 20 0 18 0 23210520 9787879424 7339 33554432000 1073741824 1073778376 140737095647968 140737095639104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13035/statm: 2389619 7339 2217 9 0 2380296 0
[pid=13035/tid=13036] ppid=13032 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13035/task/13036/stat : 13036 (java) R 13032 13035 8337 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 18 0 23210521 9787879424 7339 33554432000 1073741824 1073778376 140737095647968 140393127848864 140392968302160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300248 s]
/proc/loadavg: 3.97 4.23 4.24 5/198 13035
/proc/meminfo: memFree=26252048/32872528 swapFree=1499884/1696108
[pid=13035] ppid=13032 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/13035/stat : 13035 (java) S 13032 13035 8337 0 -1 4202496 11643 0 1 0 55 2 0 0 20 0 18 0 23210520 9787879424 14775 33554432000 1073741824 1073778376 140737095647968 140737095639104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13035/statm: 2389619 14775 2234 9 0 2380296 0
[pid=13035/tid=13036] ppid=13032 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13035/task/13036/stat : 13036 (java) R 13032 13035 8337 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 23210521 9787879424 14775 33554432000 1073741824 1073778376 140737095647968 140393127848864 140392968301926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700255 s]
/proc/loadavg: 3.97 4.23 4.24 5/198 13035
/proc/meminfo: memFree=26252048/32872528 swapFree=1499884/1696108
[pid=13035] ppid=13032 vsize=9558476 CPUtime=1.46 cores=1,3,5,7
/proc/13035/stat : 13035 (java) S 13032 13035 8337 0 -1 4202496 16416 0 1 0 142 4 0 0 20 0 18 0 23210520 9787879424 41880 33554432000 1073741824 1073778376 140737095647968 140737095639104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13035/statm: 2389619 41880 2253 9 0 2380296 0
[pid=13035/tid=13036] ppid=13032 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/13035/task/13036/stat : 13036 (java) R 13032 13035 8337 0 -1 4202560 2465 0 1 0 65 2 0 0 20 0 18 0 23210521 9787879424 41880 33554432000 1073741824 1073778376 140737095647968 140393127841664 225448092941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 3.97 4.23 4.24 7/220 13057
/proc/meminfo: memFree=26045792/32872528 swapFree=1499884/1696108
[pid=13035] ppid=13032 vsize=9824732 CPUtime=4.03 cores=1,3,5,7
/proc/13035/stat : 13035 (java) S 13032 13035 8337 0 -1 4202496 19145 0 1 0 393 10 0 0 20 0 22 0 23210520 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140737095639104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13035/statm: 2456183 53592 2278 9 0 2446860 0
[pid=13035/tid=13036] ppid=13032 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/13035/task/13036/stat : 13036 (java) S 13032 13035 8337 0 -1 4202560 2473 0 1 0 65 3 0 0 20 0 22 0 23210521 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140393127850872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13038] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13038/stat : 13038 (java) S 13032 13035 8337 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23210521 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140393089342120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13039] ppid=13032 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13035/task/13039/stat : 13039 (java) S 13032 13035 8337 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23210521 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140393088289576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13040] ppid=13032 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13035/task/13040/stat : 13040 (java) S 13032 13035 8337 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23210521 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140393087237032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13041] ppid=13032 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13035/task/13041/stat : 13041 (java) S 13032 13035 8337 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 23210521 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392968219688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13042] ppid=13032 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13035/task/13042/stat : 13042 (java) S 13032 13035 8337 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 23210521 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392967166120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13043] ppid=13032 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13035/task/13043/stat : 13043 (java) S 13032 13035 8337 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23210521 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392966113576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13044] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13044/stat : 13044 (java) S 13032 13035 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23210521 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392965061032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13045] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13045/stat : 13045 (java) S 13032 13035 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23210521 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392964008488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13046] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13046/stat : 13046 (java) S 13032 13035 8337 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23210522 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392481679976 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13047] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13047/stat : 13047 (java) S 13032 13035 8337 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23210523 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392480626296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13048] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13048/stat : 13048 (java) S 13032 13035 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23210523 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392479573640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13049] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13049/stat : 13049 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392478522384 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13050] ppid=13032 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/13035/task/13050/stat : 13050 (java) R 13032 13035 8337 0 -1 4202560 7644 0 0 0 78 2 0 0 20 0 22 0 23210525 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392477445976 140393133813653 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13051] ppid=13032 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/13035/task/13051/stat : 13051 (java) S 13032 13035 8337 0 -1 4202560 7536 0 0 0 86 2 0 0 20 0 22 0 23210525 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392476416184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13052] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13052/stat : 13052 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392475363832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13053] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13053/stat : 13053 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392474311496 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13054] ppid=13032 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/13035/task/13054/stat : 13054 (java) R 13032 13035 8337 0 -1 4202560 21 0 0 0 72 0 0 0 20 0 22 0 23210590 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392473256728 140392969128658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13055] ppid=13032 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/13035/task/13055/stat : 13055 (java) R 13032 13035 8337 0 -1 4202560 30 0 0 0 71 0 0 0 20 0 22 0 23210590 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392472203528 140392969162171 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13056] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13056/stat : 13056 (java) S 13032 13035 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23210598 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392471152168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13057] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13057/stat : 13057 (java) S 13032 13035 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23210599 10060525568 53592 33554432000 1073741824 1073778376 140737095647968 140392470099624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.14 4.26 4.25 5/220 13057
/proc/meminfo: memFree=25976844/32872528 swapFree=1499884/1696108
[pid=13035] ppid=13032 vsize=9824732 CPUtime=7.62 cores=1,3,5,7
/proc/13035/stat : 13035 (java) S 13032 13035 8337 0 -1 4202496 19958 0 1 0 743 19 0 0 20 0 22 0 23210520 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140737095639104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13035/statm: 2456183 93785 2279 9 0 2446860 0
[pid=13035/tid=13036] ppid=13032 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/13035/task/13036/stat : 13036 (java) S 13032 13035 8337 0 -1 4202560 2473 0 1 0 65 3 0 0 20 0 22 0 23210521 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140393127850872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13038] ppid=13032 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/13035/task/13038/stat : 13038 (java) S 13032 13035 8337 0 -1 4202560 101 0 0 0 4 2 0 0 20 0 22 0 23210521 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140393089342120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13039] ppid=13032 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13035/task/13039/stat : 13039 (java) S 13032 13035 8337 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 23210521 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140393088289576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13040] ppid=13032 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13035/task/13040/stat : 13040 (java) S 13032 13035 8337 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 23210521 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140393087237032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13041] ppid=13032 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/13035/task/13041/stat : 13041 (java) S 13032 13035 8337 0 -1 4202560 41 0 0 0 5 3 0 0 20 0 22 0 23210521 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392968219688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13042] ppid=13032 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13035/task/13042/stat : 13042 (java) S 13032 13035 8337 0 -1 4202560 77 0 0 0 2 1 0 0 20 0 22 0 23210521 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392967166120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13043] ppid=13032 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13035/task/13043/stat : 13043 (java) S 13032 13035 8337 0 -1 4202560 147 0 0 0 2 1 0 0 20 0 22 0 23210521 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392966113576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13044] ppid=13032 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13035/task/13044/stat : 13044 (java) S 13032 13035 8337 0 -1 4202560 107 0 0 0 3 0 0 0 20 0 22 0 23210521 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392965061032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13045] ppid=13032 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13035/task/13045/stat : 13045 (java) S 13032 13035 8337 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 22 0 23210521 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392964008488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13046] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13046/stat : 13046 (java) S 13032 13035 8337 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23210522 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392481679976 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13047] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13047/stat : 13047 (java) S 13032 13035 8337 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23210523 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392480626296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13048] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13048/stat : 13048 (java) S 13032 13035 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23210523 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392479573640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13049] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13049/stat : 13049 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392478522384 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13050] ppid=13032 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/13035/task/13050/stat : 13050 (java) S 13032 13035 8337 0 -1 4202560 7665 0 0 0 84 2 0 0 20 0 22 0 23210525 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392477468728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13051] ppid=13032 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/13035/task/13051/stat : 13051 (java) R 13032 13035 8337 0 -1 4202560 7696 0 0 0 106 2 0 0 20 0 22 0 23210525 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392476416184 140393130579133 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13052] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13052/stat : 13052 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392475363832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13053] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13053/stat : 13053 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392474311496 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13054] ppid=13032 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/13035/task/13054/stat : 13054 (java) R 13032 13035 8337 0 -1 4202560 36 0 0 0 225 0 0 0 20 0 22 0 23210590 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392473256280 140392969019349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13055] ppid=13032 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/13035/task/13055/stat : 13055 (java) R 13032 13035 8337 0 -1 4202560 70 0 0 0 222 2 0 0 20 0 22 0 23210590 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392472204424 140392969162219 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13056] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13056/stat : 13056 (java) S 13032 13035 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23210598 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392471152168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13057] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13057/stat : 13057 (java) S 13032 13035 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23210599 10060525568 93785 33554432000 1073741824 1073778376 140737095647968 140392470099624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.14 4.26 4.25 5/220 13057
/proc/meminfo: memFree=25857756/32872528 swapFree=1499884/1696108
[pid=13035] ppid=13032 vsize=9824732 CPUtime=14.13 cores=1,3,5,7
/proc/13035/stat : 13035 (java) S 13032 13035 8337 0 -1 4202496 20059 0 1 0 1390 23 0 0 20 0 22 0 23210520 10060525568 100459 33554432000 1073741824 1073778376 140737095647968 140737095639104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13035/statm: 2456183 100459 2279 9 0 2446860 0
[pid=13035/tid=13036] ppid=13032 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/13035/task/13036/stat : 13036 (java) S 13032 13035 8337 0 -1 4202560 2473 0 1 0 65 3 0 0 20 0 22 0 23210521 10060525568 100459 33554432000 1073741824 1073778376 140737095647968 140393127850872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13038] ppid=13032 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13035/task/13038/stat : 13038 (java) S 13032 13035 8337 0 -1 4202560 119 0 0 0 7 3 0 0 20 0 22 0 23210521 10060525568 100459 33554432000 1073741824 1073778376 140737095647968 140393089342120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13039] ppid=13032 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/13035/task/13039/stat : 13039 (java) S 13032 13035 8337 0 -1 4202560 45 0 0 0 3 2 0 0 20 0 22 0 23210521 10060525568 100459 33554432000 1073741824 1073778376 140737095647968 140393088289576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13040] ppid=13032 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/13035/task/13040/stat : 13040 (java) S 13032 13035 8337 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 22 0 23210521 10060525568 100459 33554432000 1073741824 1073778376 140737095647968 140393087237032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13041] ppid=13032 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13035/task/13041/stat : 13041 (java) S 13032 13035 8337 0 -1 4202560 63 0 0 0 7 3 0 0 20 0 22 0 23210521 10060525568 100459 33554432000 1073741824 1073778376 140737095647968 140392968219688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13042] ppid=13032 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13035/task/13042/stat : 13042 (java) S 13032 13035 8337 0 -1 4202560 78 0 0 0 3 1 0 0 20 0 22 0 23210521 10060525568 100459 33554432000 1073741824 1073778376 140737095647968 140392967166120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13043] ppid=13032 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13035/task/13043/stat : 13043 (java) S 13032 13035 8337 0 -1 4202560 151 0 0 0 3 1 0 0 20 0 22 0 23210521 10060525568 100459 33554432000 1073741824 1073778376 140737095647968 140392966113576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13044] ppid=13032 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/13035/task/13044/stat : 13044 (java) S 13032 13035 8337 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 22 0 23210521 10060525568 100459 33554432000 1073741824 1073778376 140737095647968 140392965061032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13045] ppid=13032 vsize=9824732 CPUtime=0.06 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.13 4.24 4.26 6/220 13297
/proc/meminfo: memFree=27159024/32872528 swapFree=1499884/1696108
[pid=13035] ppid=13032 vsize=9824732 CPUtime=1768.37 cores=1,3,5,7
/proc/13035/stat : 13035 (java) S 13032 13035 8337 0 -1 4202496 31850 0 1 0 176685 152 0 0 20 0 22 0 23210520 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140737095639104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13035/statm: 2456183 541269 2294 9 0 2446860 0
[pid=13035/tid=13036] ppid=13032 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/13035/task/13036/stat : 13036 (java) S 13032 13035 8337 0 -1 4202560 2483 0 1 0 67 5 0 0 20 0 22 0 23210521 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140393127850872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13038] ppid=13032 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/13035/task/13038/stat : 13038 (java) S 13032 13035 8337 0 -1 4202560 416 0 0 0 108 10 0 0 20 0 22 0 23210521 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140393089342120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13039] ppid=13032 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/13035/task/13039/stat : 13039 (java) S 13032 13035 8337 0 -1 4202560 287 0 0 0 108 12 0 0 20 0 22 0 23210521 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140393088289576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13040] ppid=13032 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/13035/task/13040/stat : 13040 (java) S 13032 13035 8337 0 -1 4202560 375 0 0 0 115 11 0 0 20 0 22 0 23210521 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140393087237032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13041] ppid=13032 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/13035/task/13041/stat : 13041 (java) S 13032 13035 8337 0 -1 4202560 522 0 0 0 118 11 0 0 20 0 22 0 23210521 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392968219688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13042] ppid=13032 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/13035/task/13042/stat : 13042 (java) S 13032 13035 8337 0 -1 4202560 279 0 0 0 105 9 0 0 20 0 22 0 23210521 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392967166120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13043] ppid=13032 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/13035/task/13043/stat : 13043 (java) S 13032 13035 8337 0 -1 4202560 460 0 0 0 113 9 0 0 20 0 22 0 23210521 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392966113576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13044] ppid=13032 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/13035/task/13044/stat : 13044 (java) S 13032 13035 8337 0 -1 4202560 590 0 0 0 111 10 0 0 20 0 22 0 23210521 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392965061032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13045] ppid=13032 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/13035/task/13045/stat : 13045 (java) S 13032 13035 8337 0 -1 4202560 342 0 0 0 121 12 0 0 20 0 22 0 23210521 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392964008488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13046] ppid=13032 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/13035/task/13046/stat : 13046 (java) S 13032 13035 8337 0 -1 4202560 1648 0 0 0 272 9 0 0 20 0 22 0 23210522 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392481679976 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13047] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13047/stat : 13047 (java) S 13032 13035 8337 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23210523 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392480626296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13048] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13048/stat : 13048 (java) S 13032 13035 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23210523 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392479573640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13049] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13049/stat : 13049 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392478522384 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13050] ppid=13032 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/13035/task/13050/stat : 13050 (java) S 13032 13035 8337 0 -1 4202560 13443 0 0 0 174 2 0 0 20 0 22 0 23210525 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392477468728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13051] ppid=13032 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/13035/task/13051/stat : 13051 (java) S 13032 13035 8337 0 -1 4202560 7741 0 0 0 154 2 0 0 20 0 22 0 23210525 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392476416184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13052] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13052/stat : 13052 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392475363832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13053] ppid=13032 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/13035/task/13053/stat : 13053 (java) S 13032 13035 8337 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 23210525 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392474311496 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13054] ppid=13032 vsize=9824732 CPUtime=875.79 cores=1,3,5,7
/proc/13035/task/13054/stat : 13054 (java) R 13032 13035 8337 0 -1 4202560 1175 0 0 0 87540 39 0 0 20 0 22 0 23210590 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392473254832 140392969312956 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13055] ppid=13032 vsize=9824732 CPUtime=875.79 cores=1,3,5,7
/proc/13035/task/13055/stat : 13055 (java) R 13032 13035 8337 0 -1 4202560 772 0 0 0 87554 25 0 0 20 0 22 0 23210590 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392472203056 140392969191072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13056] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13056/stat : 13056 (java) S 13032 13035 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23210598 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392471152168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13057] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13057/stat : 13057 (java) S 13032 13035 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23210599 10060525568 541269 33554432000 1073741824 1073778376 140737095647968 140392470099624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1768.37
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.101 s]
/proc/loadavg: 4.18 4.24 4.26 6/220 13297
/proc/meminfo: memFree=27221820/32872528 swapFree=1499884/1696108
[pid=13035] ppid=13032 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/13035/stat : 13035 (java) S 13032 13035 8337 0 -1 4202496 31926 0 1 0 179854 153 0 0 20 0 22 0 23210520 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140737095639104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13035/statm: 2456183 525194 2294 9 0 2446860 0
[pid=13035/tid=13036] ppid=13032 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/13035/task/13036/stat : 13036 (java) S 13032 13035 8337 0 -1 4202560 2483 0 1 0 67 5 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140393127850872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13038] ppid=13032 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/13035/task/13038/stat : 13038 (java) S 13032 13035 8337 0 -1 4202560 416 0 0 0 113 10 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140393089342120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13039] ppid=13032 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/13035/task/13039/stat : 13039 (java) S 13032 13035 8337 0 -1 4202560 297 0 0 0 111 12 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140393088289576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13040] ppid=13032 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/13035/task/13040/stat : 13040 (java) S 13032 13035 8337 0 -1 4202560 375 0 0 0 117 11 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140393087237032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13041] ppid=13032 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/13035/task/13041/stat : 13041 (java) S 13032 13035 8337 0 -1 4202560 555 0 0 0 122 11 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392968219688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13042] ppid=13032 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/13035/task/13042/stat : 13042 (java) S 13032 13035 8337 0 -1 4202560 279 0 0 0 107 9 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392967166120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13043] ppid=13032 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/13035/task/13043/stat : 13043 (java) S 13032 13035 8337 0 -1 4202560 486 0 0 0 119 9 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392966113576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13044] ppid=13032 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/13035/task/13044/stat : 13044 (java) S 13032 13035 8337 0 -1 4202560 590 0 0 0 113 10 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392965061032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13045] ppid=13032 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/13035/task/13045/stat : 13045 (java) S 13032 13035 8337 0 -1 4202560 342 0 0 0 127 12 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392964008488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13046] ppid=13032 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/13035/task/13046/stat : 13046 (java) S 13032 13035 8337 0 -1 4202560 1650 0 0 0 273 9 0 0 20 0 22 0 23210522 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392481679976 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13047] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13047/stat : 13047 (java) S 13032 13035 8337 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23210523 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392480626296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13048] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13048/stat : 13048 (java) S 13032 13035 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23210523 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392479573640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13049] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13049/stat : 13049 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392478522384 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13050] ppid=13032 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/13035/task/13050/stat : 13050 (java) S 13032 13035 8337 0 -1 4202560 13443 0 0 0 174 2 0 0 20 0 22 0 23210525 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392477468728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13051] ppid=13032 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/13035/task/13051/stat : 13051 (java) S 13032 13035 8337 0 -1 4202560 7741 0 0 0 154 2 0 0 20 0 22 0 23210525 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392476416184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13052] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13052/stat : 13052 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392475363832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13053] ppid=13032 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/13035/task/13053/stat : 13053 (java) S 13032 13035 8337 0 -1 4202560 53 0 0 0 12 18 0 0 20 0 22 0 23210525 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392474311496 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13054] ppid=13032 vsize=9824732 CPUtime=891.49 cores=1,3,5,7
/proc/13035/task/13054/stat : 13054 (java) R 13032 13035 8337 0 -1 4202560 1176 0 0 0 89110 39 0 0 20 0 22 0 23210590 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392473254832 140392969312956 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13055] ppid=13032 vsize=9824732 CPUtime=891.47 cores=1,3,5,7
/proc/13035/task/13055/stat : 13055 (java) R 13032 13035 8337 0 -1 4202560 774 0 0 0 89122 25 0 0 20 0 22 0 23210590 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392472202992 140392968670829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13056] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13056/stat : 13056 (java) S 13032 13035 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23210598 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392471152168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13057] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13057/stat : 13057 (java) S 13032 13035 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23210599 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392470099624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13035 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.101 s]
/proc/loadavg: 4.18 4.24 4.26 6/220 13297
/proc/meminfo: memFree=27221820/32872528 swapFree=1499884/1696108
[pid=13035] ppid=13032 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/13035/stat : 13035 (java) S 13032 13035 8337 0 -1 4202496 31926 0 1 0 179854 153 0 0 20 0 22 0 23210520 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140737095639104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13035/statm: 2456183 525194 2294 9 0 2446860 0
[pid=13035/tid=13036] ppid=13032 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/13035/task/13036/stat : 13036 (java) S 13032 13035 8337 0 -1 4202560 2483 0 1 0 67 5 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140393127850872 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13038] ppid=13032 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/13035/task/13038/stat : 13038 (java) S 13032 13035 8337 0 -1 4202560 416 0 0 0 113 10 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140393089342120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13039] ppid=13032 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/13035/task/13039/stat : 13039 (java) S 13032 13035 8337 0 -1 4202560 297 0 0 0 111 12 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140393088289576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13040] ppid=13032 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/13035/task/13040/stat : 13040 (java) S 13032 13035 8337 0 -1 4202560 375 0 0 0 117 11 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140393087237032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13041] ppid=13032 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/13035/task/13041/stat : 13041 (java) S 13032 13035 8337 0 -1 4202560 555 0 0 0 122 11 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392968219688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13042] ppid=13032 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/13035/task/13042/stat : 13042 (java) S 13032 13035 8337 0 -1 4202560 279 0 0 0 107 9 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392967166120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13043] ppid=13032 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/13035/task/13043/stat : 13043 (java) S 13032 13035 8337 0 -1 4202560 486 0 0 0 119 9 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392966113576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13044] ppid=13032 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/13035/task/13044/stat : 13044 (java) S 13032 13035 8337 0 -1 4202560 590 0 0 0 113 10 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392965061032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13045] ppid=13032 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/13035/task/13045/stat : 13045 (java) S 13032 13035 8337 0 -1 4202560 342 0 0 0 127 12 0 0 20 0 22 0 23210521 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392964008488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13046] ppid=13032 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/13035/task/13046/stat : 13046 (java) S 13032 13035 8337 0 -1 4202560 1650 0 0 0 273 9 0 0 20 0 22 0 23210522 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392481679976 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13047] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13047/stat : 13047 (java) S 13032 13035 8337 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23210523 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392480626296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13048] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13048/stat : 13048 (java) S 13032 13035 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23210523 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392479573640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13049] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13049/stat : 13049 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392478522384 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13050] ppid=13032 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/13035/task/13050/stat : 13050 (java) S 13032 13035 8337 0 -1 4202560 13443 0 0 0 174 2 0 0 20 0 22 0 23210525 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392477468728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13051] ppid=13032 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/13035/task/13051/stat : 13051 (java) S 13032 13035 8337 0 -1 4202560 7741 0 0 0 154 2 0 0 20 0 22 0 23210525 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392476416184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13052] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13052/stat : 13052 (java) S 13032 13035 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23210525 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392475363832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13035/tid=13053] ppid=13032 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/13035/task/13053/stat : 13053 (java) S 13032 13035 8337 0 -1 4202560 53 0 0 0 12 18 0 0 20 0 22 0 23210525 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392474311496 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13054] ppid=13032 vsize=9824732 CPUtime=891.49 cores=1,3,5,7
/proc/13035/task/13054/stat : 13054 (java) R 13032 13035 8337 0 -1 4202560 1176 0 0 0 89110 39 0 0 20 0 22 0 23210590 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392473254832 140392969312956 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13035/tid=13055] ppid=13032 vsize=9824732 CPUtime=891.47 cores=1,3,5,7
/proc/13035/task/13055/stat : 13055 (java) R 13032 13035 8337 0 -1 4202560 774 0 0 0 89122 25 0 0 20 0 22 0 23210590 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392472202992 140392968670829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13035/tid=13056] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13056/stat : 13056 (java) S 13032 13035 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23210598 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392471152168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13035/tid=13057] ppid=13032 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13057/stat : 13057 (java) S 13032 13035 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23210599 10060525568 525194 33554432000 1073741824 1073778376 140737095647968 140392470099624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.146
CPU time (s): 1800.63
CPU user time (s): 1798.61
CPU system time (s): 2.02169
CPU usage (%): 200.483
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 2.02169
maximum resident set size= 2899672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31967
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24617
involuntary context switches= 30136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.62415 second user time and 7.51386 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 03:00:48
IDJOB=4100898
IDBENCH=1675
IDSOLVER=2543
FILE ID=node137/4100898-1466211648
RUNJOBID= node137-1466206054-8354
PBS_JOBID= 19918140
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-standata.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100898-1466211648/watcher-4100898-1466211648 -o /tmp/evaluation-result-4100898-1466211648/solver-4100898-1466211648 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100898-1466211648.opb

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

MD5SUM BENCH= c8622f62aab23c6f6a5a29143b44f7fa
RANDOM SEED=1694873325

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26252056 kB
Buffers:           43112 kB
Cached:            90356 kB
SwapCached:         1252 kB
Active:          4127216 kB
Inactive:          84592 kB
Active(anon):    4079900 kB
Inactive(anon):      972 kB
Active(file):      47316 kB
Inactive(file):    83620 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67099968 kB
Dirty:              1576 kB
Writeback:             0 kB
AnonPages:       5681400 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             572196 kB
SReclaimable:      15616 kB
SUnreclaim:       556580 kB
KernelStack:        1800 kB
PageTables:        15528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6483096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4120576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node137 at 2016-06-18 03:15:46