Trace number 4116582

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.12 898.165

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round22-1.opb
MD5SUMada06cfabce70a25df94d8484f9bb09a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8672
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116582-1466953241.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.73/0.49	c ... done. Wall clock time 0.369s.
0.73/0.49	c declared #vars     4128
0.73/0.49	c #constraints  9920
0.73/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.73/0.49	c org.sat4j.specs.Constr$1 => 872
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.73/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.73/0.49	c 9920 constraints processed.
0.73/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.73/0.49	c org.sat4j.specs.Constr$1 => 872
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.73/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
0.73/0.49	c 9920 constraints processed.
4.57/1.44	c cleaning 2500 clauses out of 4999 with flag 15696/5001
6.29/2.07	c cleaning 4238 clauses out of 8498 with flag 36892/11000
7.73/2.79	c cleaning 5627 clauses out of 11261 with flag 63400/18001
9.82/3.72	c cleaning 6810 clauses out of 13633 with flag 95812/26000
11.64/4.68	c cleaning 7890 clauses out of 15823 with flag 135478/35000
14.11/5.85	c cleaning 8965 clauses out of 17934 with flag 182195/45001
16.82/7.18	c cleaning 9961 clauses out of 19969 with flag 233831/56001
19.61/8.56	c cleaning 10998 clauses out of 22007 with flag 291564/68000
22.90/10.18	c cleaning 11995 clauses out of 24010 with flag 358582/81001
26.50/11.99	c cleaning 13000 clauses out of 26014 with flag 431937/95000
30.59/13.92	c cleaning 13982 clauses out of 28014 with flag 512131/110000
34.79/16.02	c cleaning 15008 clauses out of 30032 with flag 598215/126000
36.03/16.61	c cleaning 0 clauses out of 5000 with flag 0/5000
40.04/18.40	c cleaning 16002 clauses out of 32024 with flag 693556/143000
45.43/21.06	c cleaning 16995 clauses out of 34022 with flag 789672/161000
51.52/24.00	c cleaning 18001 clauses out of 36027 with flag 897741/180000
57.53/27.08	c cleaning 18974 clauses out of 38026 with flag 1012333/200000
64.20/30.38	c cleaning 20020 clauses out of 40052 with flag 1136220/221000
71.40/33.91	c cleaning 21017 clauses out of 42033 with flag 1265592/243001
79.30/37.84	c cleaning 21998 clauses out of 44016 with flag 1398966/266001
87.30/41.81	c cleaning 22969 clauses out of 46017 with flag 1540556/290000
96.10/46.28	c cleaning 24023 clauses out of 48051 with flag 1686759/315003
105.40/50.81	c cleaning 24944 clauses out of 50025 with flag 1840015/341000
114.70/55.48	c cleaning 26036 clauses out of 52083 with flag 2001685/368002
125.11/60.68	c cleaning 27018 clauses out of 54045 with flag 2171056/396000
136.22/66.18	c cleaning 28002 clauses out of 56027 with flag 2345454/425000
148.08/72.06	c cleaning 29012 clauses out of 58025 with flag 2528125/455000
159.27/77.68	c cleaning 29946 clauses out of 60015 with flag 2719384/486002
171.74/83.87	c cleaning 31020 clauses out of 62069 with flag 2914803/518002
185.02/90.44	c cleaning 32015 clauses out of 64048 with flag 3118813/551001
198.89/97.30	c cleaning 33001 clauses out of 66033 with flag 3329111/585001
213.79/104.75	c cleaning 33993 clauses out of 68033 with flag 3545901/620002
229.90/112.77	c cleaning 34989 clauses out of 70038 with flag 3768569/656000
247.38/121.83	c cleaning 36013 clauses out of 72049 with flag 3997760/693000
261.62/128.90	c cleaning 0 clauses out of 11001 with flag 0/11001
264.22/130.29	c cleaning 37011 clauses out of 74036 with flag 4235274/731000
282.09/139.19	c cleaning 37996 clauses out of 76025 with flag 4479028/770000
300.81/148.50	c cleaning 38991 clauses out of 78031 with flag 4726676/810002
320.14/158.09	c cleaning 40009 clauses out of 80039 with flag 4981845/851001
340.67/168.21	c cleaning 40994 clauses out of 82029 with flag 5246238/893000
360.98/178.37	c cleaning 41999 clauses out of 84035 with flag 5516766/936000
380.29/187.93	c cleaning 43019 clauses out of 86038 with flag 5795166/980002
399.08/197.30	c cleaning 43978 clauses out of 88017 with flag 6076251/1025000
419.48/207.51	c cleaning 44972 clauses out of 90039 with flag 6369194/1071000
439.48/217.53	c cleaning 46002 clauses out of 92067 with flag 6667407/1118000
462.22/228.90	c cleaning 46997 clauses out of 94065 with flag 6972424/1166000
484.01/239.78	c cleaning 48019 clauses out of 96071 with flag 7283154/1215003
508.31/251.83	c cleaning 48975 clauses out of 98051 with flag 7602763/1265002
532.11/263.75	c cleaning 49991 clauses out of 100074 with flag 7922719/1316000
556.31/275.85	c cleaning 51036 clauses out of 102085 with flag 8253920/1368002
581.52/288.49	c cleaning 52007 clauses out of 104047 with flag 8589127/1421000
608.12/301.78	c cleaning 52993 clauses out of 106042 with flag 8929106/1475002
635.12/315.28	c cleaning 53977 clauses out of 108047 with flag 9277696/1530000
663.12/329.20	c cleaning 55035 clauses out of 110070 with flag 9631869/1586000
692.52/343.98	c cleaning 55975 clauses out of 112035 with flag 9993429/1643000
724.00/360.44	c cleaning 56988 clauses out of 114061 with flag 10363603/1701001
753.42/375.18	c cleaning 58018 clauses out of 116072 with flag 10739648/1760000
785.00/390.91	c cleaning 59012 clauses out of 118054 with flag 11120582/1820000
816.00/406.45	c cleaning 59996 clauses out of 120042 with flag 11510296/1881000
847.80/422.35	c cleaning 60979 clauses out of 122046 with flag 11906341/1943000
881.20/439.06	c cleaning 62006 clauses out of 124069 with flag 12308875/2006002
916.07/456.39	c cleaning 63006 clauses out of 126062 with flag 12715665/2070001
951.46/474.09	c cleaning 63978 clauses out of 128055 with flag 13129087/2135000
988.07/492.39	c cleaning 65015 clauses out of 130077 with flag 13555723/2201000
1025.26/510.93	c cleaning 66009 clauses out of 132065 with flag 13978394/2268003
1063.87/530.28	c cleaning 67003 clauses out of 134053 with flag 14412803/2336000
1102.87/549.74	c cleaning 67982 clauses out of 136051 with flag 14848380/2405001
1144.47/570.58	c cleaning 69025 clauses out of 138070 with flag 15295947/2475002
1186.27/591.47	c cleaning 69975 clauses out of 140043 with flag 15752662/2546000
1228.27/612.44	c cleaning 71023 clauses out of 142071 with flag 16208917/2618003
1272.20/634.30	c cleaning 72000 clauses out of 144045 with flag 16674811/2691000
1316.81/656.63	c cleaning 73011 clauses out of 146045 with flag 17146390/2765000
1362.20/679.31	c cleaning 73995 clauses out of 148035 with flag 17625726/2840001
1411.16/703.71	c cleaning 75007 clauses out of 150039 with flag 18105147/2916000
1456.56/726.47	c cleaning 75997 clauses out of 152032 with flag 18598217/2993000
1504.37/750.32	c cleaning 76988 clauses out of 154036 with flag 19098079/3071001
1554.31/775.23	c cleaning 77991 clauses out of 156047 with flag 19604712/3150000
1603.72/799.94	c cleaning 79012 clauses out of 158056 with flag 20119240/3230000
1654.71/825.44	c cleaning 80014 clauses out of 160044 with flag 20635618/3311000
1706.93/851.51	c cleaning 80984 clauses out of 162030 with flag 21161543/3393000
1760.52/878.32	c cleaning 81993 clauses out of 164047 with flag 21689972/3476001
1800.12/898.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/898.10	c starts		: 29787
1800.12/898.10	c conflicts		: 3540768
1800.12/898.10	c decisions		: 36733961
1800.12/898.10	c propagations		: 493912522
1800.12/898.10	c inspects		: 10484631915
1800.12/898.10	c shortcuts		: 0
1800.12/898.10	c learnt literals	: 2
1800.12/898.10	c learnt binary clauses	: 32
1800.12/898.10	c learnt ternary clauses	: 584
1800.12/898.10	c learnt constraints	: 3540766
1800.12/898.10	c ignored constraints	: 0
1800.12/898.10	c root simplifications	: 0
1800.12/898.10	c removed literals (reason simplification)	: 2175515
1800.12/898.10	c reason swapping (by a shorter reason)	: 0
1800.12/898.10	c Calls to reduceDB	: 79
1800.12/898.10	c Number of update (reduction) of LBD	: 743191
1800.12/898.10	c Imported unit clauses	: 0
1800.12/898.10	c number of reductions to clauses (during analyze)	: 0
1800.12/898.10	c number of learned constraints concerned by reduction	: 0
1800.12/898.10	c number of learning phase by resolution	: 0
1800.12/898.10	c number of learning phase by cutting planes	: 0
1800.12/898.10	c speed (assignments/second)	: 550258.4355409587
1800.12/898.10	c non guided choices	6957
1800.12/898.13	c learnt constraints type 
1800.12/898.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 32
1800.12/898.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146789
1800.12/898.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/898.13	c starts		: 36
1800.12/898.13	c conflicts		: 12756
1800.12/898.13	c decisions		: 53366
1800.12/898.13	c propagations		: 1478487
1800.12/898.13	c inspects		: 220917385
1800.12/898.13	c shortcuts		: 0
1800.12/898.13	c learnt literals	: 0
1800.12/898.13	c learnt binary clauses	: 0
1800.12/898.13	c learnt ternary clauses	: 0
1800.12/898.13	c learnt constraints	: 12755
1800.12/898.13	c ignored constraints	: 0
1800.12/898.13	c root simplifications	: 0
1800.12/898.13	c removed literals (reason simplification)	: 0
1800.12/898.13	c reason swapping (by a shorter reason)	: 0
1800.12/898.13	c Calls to reduceDB	: 2
1800.12/898.13	c Number of update (reduction) of LBD	: 0
1800.12/898.13	c Imported unit clauses	: 0
1800.12/898.13	c number of reductions to clauses (during analyze)	: 0
1800.12/898.13	c number of learned constraints concerned by reduction	: 0
1800.12/898.13	c number of learning phase by resolution	: 0
1800.12/898.13	c number of learning phase by cutting planes	: 0
1800.12/898.13	c speed (assignments/second)	: 1647.1080383143983
1800.12/898.13	c non guided choices	368
1800.12/898.13	c learnt constraints type 
1800.12/898.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.12/898.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12749
1800.12/898.13	s UNKNOWN
1800.12/898.13	c Total wall clock time (in seconds): 898.013

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-4116582-1466953241/watcher-4116582-1466953241 -o /tmp/evaluation-result-4116582-1466953241/solver-4116582-1466953241 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116582-1466953241.opb 

pid=21463
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.51 4.38 4.30 3/198 21466
/proc/meminfo: memFree=26854772/32872528 swapFree=1541156/1696500
[pid=21466] ppid=21463 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/21466/stat : 21466 (java) D 21463 21466 19474 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 28362823 2560000 46 33554432000 1073741824 1073778376 140733411705936 140733411703064 270698376487 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/21466/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 4.51 4.38 4.30 3/198 21466
/proc/meminfo: memFree=26854772/32872528 swapFree=1541156/1696500
[pid=21466] ppid=21463 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21466/stat : 21466 (java) S 21463 21466 19474 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 28362823 9787879424 6034 33554432000 1073741824 1073778376 140733411705936 140733411697072 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21466/statm: 2389619 6034 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 4.51 4.38 4.30 3/198 21466
/proc/meminfo: memFree=26854772/32872528 swapFree=1541156/1696500
[pid=21466] ppid=21463 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/21466/stat : 21466 (java) S 21463 21466 19474 0 -1 4202496 4708 0 1 0 23 2 0 0 20 0 18 0 28362823 9787879424 6827 33554432000 1073741824 1073778376 140733411705936 140733411697072 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21466/statm: 2389619 6827 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 4.51 4.38 4.30 3/198 21466
/proc/meminfo: memFree=26854772/32872528 swapFree=1541156/1696500
[pid=21466] ppid=21463 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/21466/stat : 21466 (java) S 21463 21466 19474 0 -1 4202496 5812 0 1 0 46 2 0 0 20 0 18 0 28362823 9787879424 8496 33554432000 1073741824 1073778376 140733411705936 140733411697072 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21466/statm: 2389619 8496 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 4.51 4.38 4.30 3/198 21466
/proc/meminfo: memFree=26854772/32872528 swapFree=1541156/1696500
[pid=21466] ppid=21463 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/21466/stat : 21466 (java) S 21463 21466 19474 0 -1 4202496 15040 0 1 0 178 5 0 0 20 0 22 0 28362823 10060525568 24391 33554432000 1073741824 1073778376 140733411705936 140733411697072 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21466/statm: 2456183 24391 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.51 4.38 4.30 7/220 21488
/proc/meminfo: memFree=26725264/32872528 swapFree=1541156/1696500
[pid=21466] ppid=21463 vsize=9824732 CPUtime=4.91 cores=0,2,4,6
/proc/21466/stat : 21466 (java) S 21463 21466 19474 0 -1 4202496 19641 0 1 0 484 7 0 0 20 0 22 0 28362823 10060525568 46836 33554432000 1073741824 1073778376 140733411705936 140733411697072 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21466/statm: 2456183 46863 2292 9 0 2446860 0
[pid=21466/tid=21468] ppid=21463 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21466/task/21468/stat : 21468 (java) S 21463 21466 19474 0 -1 4202560 2435 0 1 0 43 3 0 0 20 0 22 0 28362824 10060525568 46881 33554432000 1073741824 1073778376 140733411705936 140100595987320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21469] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21469/stat : 21469 (java) S 21463 21466 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28362825 10060525568 46901 33554432000 1073741824 1073778376 140733411705936 140100568439592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21470] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21470/stat : 21470 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362825 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140100567386792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21471] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21471/stat : 21471 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362825 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140100566334504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21472] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21472/stat : 21472 (java) S 21463 21466 19474 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28362825 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140100565281704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21473] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21473/stat : 21473 (java) S 21463 21466 19474 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28362825 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140100564228392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21474] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21474/stat : 21474 (java) S 21463 21466 19474 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 28362825 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140100563175592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21475] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21475/stat : 21475 (java) S 21463 21466 19474 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28362825 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140100562123304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21476] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21476/stat : 21476 (java) S 21463 21466 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28362825 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140100561070504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21477] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21477/stat : 21477 (java) S 21463 21466 19474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140099949931240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21478] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21478/stat : 21478 (java) S 21463 21466 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140099948877304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21479] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21479/stat : 21479 (java) S 21463 21466 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140099947824904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21480] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21480/stat : 21480 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140099946773392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21481] ppid=21463 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/21466/task/21481/stat : 21481 (java) R 21463 21466 19474 0 -1 4202560 6605 0 0 0 121 0 0 0 20 0 22 0 28362829 10060525568 46915 33554432000 1073741824 1073778376 140733411705936 140099945713688 270707208909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21482] ppid=21463 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/21466/task/21482/stat : 21482 (java) R 21463 21466 19474 0 -1 4202560 9275 0 0 0 118 2 0 0 20 0 22 0 28362829 10060525568 46917 33554432000 1073741824 1073778376 140733411705936 140099944654720 140100598593625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21483] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21483/stat : 21483 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 46919 33554432000 1073741824 1073778376 140733411705936 140099943615096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21484] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21484/stat : 21484 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 46741 33554432000 1073741824 1073778376 140733411705936 140099942562504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21485] ppid=21463 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/21466/task/21485/stat : 21485 (java) R 21463 21466 19474 0 -1 4202560 19 0 0 0 97 0 0 0 20 0 22 0 28362872 10060525568 46741 33554432000 1073741824 1073778376 140733411705936 140099941499168 140100440749480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21486] ppid=21463 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/21466/task/21486/stat : 21486 (java) R 21463 21466 19474 0 -1 4202560 75 0 0 0 95 1 0 0 20 0 22 0 28362872 10060525568 46741 33554432000 1073741824 1073778376 140733411705936 140099940454848 140100441534228 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21487] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21487/stat : 21487 (java) S 21463 21466 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28362873 10060525568 46741 33554432000 1073741824 1073778376 140733411705936 140099939403432 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21488] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21488/stat : 21488 (java) S 21463 21466 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28362873 10060525568 46741 33554432000 1073741824 1073778376 140733411705936 140099938350632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.51 4.38 4.30 6/220 21488
/proc/meminfo: memFree=26656308/32872528 swapFree=1541156/1696500
[pid=21466] ppid=21463 vsize=9824732 CPUtime=8.57 cores=0,2,4,6
/proc/21466/stat : 21466 (java) S 21463 21466 19474 0 -1 4202496 21439 0 1 0 843 14 0 0 20 0 22 0 28362823 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140733411697072 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21466/statm: 2456183 86327 2292 9 0 2446860 0
[pid=21466/tid=21468] ppid=21463 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21466/task/21468/stat : 21468 (java) S 21463 21466 19474 0 -1 4202560 2435 0 1 0 43 3 0 0 20 0 22 0 28362824 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140100595987320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21469] ppid=21463 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21466/task/21469/stat : 21469 (java) S 21463 21466 19474 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 28362825 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140100568439592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21470] ppid=21463 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21466/task/21470/stat : 21470 (java) S 21463 21466 19474 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 28362825 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140100567386792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21471] ppid=21463 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21466/task/21471/stat : 21471 (java) S 21463 21466 19474 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 28362825 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140100566334504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21472] ppid=21463 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21466/task/21472/stat : 21472 (java) S 21463 21466 19474 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 28362825 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140100565281704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21473] ppid=21463 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21466/task/21473/stat : 21473 (java) S 21463 21466 19474 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 28362825 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140100564228392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21474] ppid=21463 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21466/task/21474/stat : 21474 (java) S 21463 21466 19474 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 28362825 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140100563175592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21475] ppid=21463 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21466/task/21475/stat : 21475 (java) S 21463 21466 19474 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 28362825 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140100562123304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21476] ppid=21463 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21466/task/21476/stat : 21476 (java) S 21463 21466 19474 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 28362825 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140100561070504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21477] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21477/stat : 21477 (java) S 21463 21466 19474 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099949931240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21478] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21478/stat : 21478 (java) S 21463 21466 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099948877304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21479] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21479/stat : 21479 (java) S 21463 21466 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099947824904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21480] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21480/stat : 21480 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099946773392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21481] ppid=21463 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/21466/task/21481/stat : 21481 (java) S 21463 21466 19474 0 -1 4202560 7969 0 0 0 142 1 0 0 20 0 22 0 28362829 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099945719992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21482] ppid=21463 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/21466/task/21482/stat : 21482 (java) S 21463 21466 19474 0 -1 4202560 9276 0 0 0 130 2 0 0 20 0 22 0 28362829 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099944667192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21483] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21483/stat : 21483 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099943615096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21484] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21484/stat : 21484 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099942562504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21485] ppid=21463 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/21466/task/21485/stat : 21485 (java) R 21463 21466 19474 0 -1 4202560 20 0 0 0 248 0 0 0 20 0 22 0 28362872 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099941506032 140100441408475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21486] ppid=21463 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/21466/task/21486/stat : 21486 (java) R 21463 21466 19474 0 -1 4202560 126 0 0 0 244 2 0 0 20 0 22 0 28362872 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099940453888 140100441433318 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21487] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21487/stat : 21487 (java) S 21463 21466 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28362873 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099939403432 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21488] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21488/stat : 21488 (java) S 21463 21466 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28362873 10060525568 86327 33554432000 1073741824 1073778376 140733411705936 140099938350632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.47 4.37 4.29 5/220 21488
/proc/meminfo: memFree=26247844/32872528 swapFree=1541156/1696500
[pid=21466] ppid=21463 vsize=9824732 CPUtime=15.11 cores=0,2,4,6
/proc/21466/stat : 21466 (java) S 21463 21466 19474 0 -1 4202496 22105 0 1 0 1486 25 0 0 20 0 22 0 28362823 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140733411697072 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21466/statm: 2456183 153407 2292 9 0 2446860 0
[pid=21466/tid=21468] ppid=21463 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21466/task/21468/stat : 21468 (java) S 21463 21466 19474 0 -1 4202560 2436 0 1 0 43 3 0 0 20 0 22 0 28362824 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140100595987320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21469] ppid=21463 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/21466/task/21469/stat : 21469 (java) S 21463 21466 19474 0 -1 4202560 96 0 0 0 4 2 0 0 20 0 22 0 28362825 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140100568439592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21470] ppid=21463 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21466/task/21470/stat : 21470 (java) S 21463 21466 19474 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 22 0 28362825 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140100567386792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21471] ppid=21463 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21466/task/21471/stat : 21471 (java) S 21463 21466 19474 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 28362825 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140100566334504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21472] ppid=21463 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21466/task/21472/stat : 21472 (java) S 21463 21466 19474 0 -1 4202560 76 0 0 0 5 2 0 0 20 0 22 0 28362825 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140100565281704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21473] ppid=21463 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21466/task/21473/stat : 21473 (java) S 21463 21466 19474 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 22 0 28362825 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140100564228392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21474] ppid=21463 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21466/task/21474/stat : 21474 (java) S 21463 21466 19474 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 28362825 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140100563175592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21475] ppid=21463 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/21466/task/21475/stat : 21475 (java) S 21463 21466 19474 0 -1 4202560 83 0 0 0 7 3 0 0 20 0 22 0 28362825 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140100562123304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21476] ppid=21463 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21466/task/21476/stat : 21476 (java) S 21463 21466 19474 0 -1 4202560 79 0 0 0 5 2 0 0 20 0 22 0 28362825 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140100561070504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21477] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21477/stat : 21477 (java) S 21463 21466 19474 0 -1 4202560 451 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140099949931240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21478] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21478/stat : 21478 (java) S 21463 21466 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140099948877304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21479] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21479/stat : 21479 (java) S 21463 21466 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140099947824904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21480] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21480/stat : 21480 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 153407 33554432000 1073741824 1073778376 140733411705936 140099946773392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21481] ppid=21463 vsize=9824732 CPUtime=1.43 cores=0,2,4,6

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

/proc/21466/task/21471/stat : 21471 (java) S 21463 21466 19474 0 -1 4202560 1021 0 0 0 72 11 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100566334504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21472] ppid=21463 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/21466/task/21472/stat : 21472 (java) S 21463 21466 19474 0 -1 4202560 1226 0 0 0 65 14 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100565281704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21473] ppid=21463 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/21466/task/21473/stat : 21473 (java) S 21463 21466 19474 0 -1 4202560 969 0 0 0 80 13 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100564228392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21474] ppid=21463 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/21466/task/21474/stat : 21474 (java) S 21463 21466 19474 0 -1 4202560 952 0 0 0 84 14 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100563175592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21475] ppid=21463 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/21466/task/21475/stat : 21475 (java) S 21463 21466 19474 0 -1 4202560 1094 0 0 0 78 15 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100562123304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21476] ppid=21463 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/21466/task/21476/stat : 21476 (java) S 21463 21466 19474 0 -1 4202560 785 0 0 0 75 14 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100561070504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21477] ppid=21463 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/21466/task/21477/stat : 21477 (java) S 21463 21466 19474 0 -1 4202560 3738 0 0 0 246 3 0 0 20 0 22 0 28362826 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099949931240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21478] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21478/stat : 21478 (java) S 21463 21466 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099948877304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21479] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21479/stat : 21479 (java) S 21463 21466 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099947824904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21480] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21480/stat : 21480 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099946773392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21481] ppid=21463 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/21466/task/21481/stat : 21481 (java) S 21463 21466 19474 0 -1 4202560 7970 0 0 0 147 1 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099945719992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21482] ppid=21463 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/21466/task/21482/stat : 21482 (java) S 21463 21466 19474 0 -1 4202560 15533 0 0 0 184 3 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099944667192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21483] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21483/stat : 21483 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099943615096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21484] ppid=21463 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/21466/task/21484/stat : 21484 (java) S 21463 21466 19474 0 -1 4202560 51 0 0 0 19 15 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099942562504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21485] ppid=21463 vsize=9824732 CPUtime=874.91 cores=0,2,4,6
/proc/21466/task/21485/stat : 21485 (java) R 21463 21466 19474 0 -1 4202560 49 0 0 0 87477 14 0 0 20 0 22 0 28362872 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099941499248 140100441408331 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21486] ppid=21463 vsize=9824732 CPUtime=874.98 cores=0,2,4,6
/proc/21466/task/21486/stat : 21486 (java) R 21463 21466 19474 0 -1 4202560 2069 0 0 0 87450 48 0 0 20 0 22 0 28362872 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099940453872 140100441908488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21487] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21487/stat : 21487 (java) S 21463 21466 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28362873 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099939403432 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21488] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21488/stat : 21488 (java) S 21463 21466 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28362873 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099938350632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1768.54
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.101 s]
/proc/loadavg: 4.20 4.24 4.26 5/219 21600
/proc/meminfo: memFree=23286112/32872528 swapFree=1541156/1696500
[pid=21466] ppid=21463 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/21466/stat : 21466 (java) S 21463 21466 19474 0 -1 4202496 41296 0 1 0 179839 173 0 0 20 0 22 0 28362823 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140733411697072 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21466/statm: 2456183 846662 2301 9 0 2446860 0
[pid=21466/tid=21468] ppid=21463 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/21466/task/21468/stat : 21468 (java) S 21463 21466 19474 0 -1 4202560 2441 0 1 0 45 5 0 0 20 0 22 0 28362824 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100595987320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21469] ppid=21463 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/21466/task/21469/stat : 21469 (java) S 21463 21466 19474 0 -1 4202560 787 0 0 0 87 17 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100568439592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21470] ppid=21463 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/21466/task/21470/stat : 21470 (java) S 21463 21466 19474 0 -1 4202560 1346 0 0 0 95 16 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100567386792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21471] ppid=21463 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/21466/task/21471/stat : 21471 (java) S 21463 21466 19474 0 -1 4202560 1021 0 0 0 72 11 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100566334504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21472] ppid=21463 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/21466/task/21472/stat : 21472 (java) S 21463 21466 19474 0 -1 4202560 1226 0 0 0 65 14 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100565281704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21473] ppid=21463 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/21466/task/21473/stat : 21473 (java) S 21463 21466 19474 0 -1 4202560 969 0 0 0 80 13 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100564228392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21474] ppid=21463 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/21466/task/21474/stat : 21474 (java) S 21463 21466 19474 0 -1 4202560 952 0 0 0 84 14 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100563175592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21475] ppid=21463 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/21466/task/21475/stat : 21475 (java) S 21463 21466 19474 0 -1 4202560 1094 0 0 0 78 15 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100562123304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21476] ppid=21463 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/21466/task/21476/stat : 21476 (java) S 21463 21466 19474 0 -1 4202560 785 0 0 0 75 14 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100561070504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21477] ppid=21463 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/21466/task/21477/stat : 21477 (java) S 21463 21466 19474 0 -1 4202560 3738 0 0 0 246 3 0 0 20 0 22 0 28362826 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099949931240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21478] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21478/stat : 21478 (java) S 21463 21466 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099948877304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21479] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21479/stat : 21479 (java) S 21463 21466 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099947824904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21480] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21480/stat : 21480 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099946773392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21481] ppid=21463 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/21466/task/21481/stat : 21481 (java) S 21463 21466 19474 0 -1 4202560 7970 0 0 0 147 1 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099945719992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21482] ppid=21463 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/21466/task/21482/stat : 21482 (java) S 21463 21466 19474 0 -1 4202560 15533 0 0 0 184 3 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099944667192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21483] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21483/stat : 21483 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099943615096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21484] ppid=21463 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/21466/task/21484/stat : 21484 (java) S 21463 21466 19474 0 -1 4202560 51 0 0 0 20 15 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099942562504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21485] ppid=21463 vsize=9824732 CPUtime=890.66 cores=0,2,4,6
/proc/21466/task/21485/stat : 21485 (java) R 21463 21466 19474 0 -1 4202560 49 0 0 0 89052 14 0 0 20 0 22 0 28362872 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099941499248 140100441478041 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21486] ppid=21463 vsize=9824732 CPUtime=890.73 cores=0,2,4,6
/proc/21466/task/21486/stat : 21486 (java) R 21463 21466 19474 0 -1 4202560 2069 0 0 0 89025 48 0 0 20 0 22 0 28362872 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099940453872 140100441648110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21487] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21487/stat : 21487 (java) S 21463 21466 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28362873 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099939403432 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21488] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21488/stat : 21488 (java) S 21463 21466 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28362873 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099938350632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 21466 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.101 s]
/proc/loadavg: 4.20 4.24 4.26 5/219 21600
/proc/meminfo: memFree=23286112/32872528 swapFree=1541156/1696500
[pid=21466] ppid=21463 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/21466/stat : 21466 (java) S 21463 21466 19474 0 -1 4202496 41296 0 1 0 179839 173 0 0 20 0 22 0 28362823 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140733411697072 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21466/statm: 2456183 846662 2301 9 0 2446860 0
[pid=21466/tid=21468] ppid=21463 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/21466/task/21468/stat : 21468 (java) S 21463 21466 19474 0 -1 4202560 2441 0 1 0 45 5 0 0 20 0 22 0 28362824 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100595987320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21469] ppid=21463 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/21466/task/21469/stat : 21469 (java) S 21463 21466 19474 0 -1 4202560 787 0 0 0 87 17 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100568439592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21470] ppid=21463 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/21466/task/21470/stat : 21470 (java) S 21463 21466 19474 0 -1 4202560 1346 0 0 0 95 16 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100567386792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21471] ppid=21463 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/21466/task/21471/stat : 21471 (java) S 21463 21466 19474 0 -1 4202560 1021 0 0 0 72 11 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100566334504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21472] ppid=21463 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/21466/task/21472/stat : 21472 (java) S 21463 21466 19474 0 -1 4202560 1226 0 0 0 65 14 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100565281704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21473] ppid=21463 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/21466/task/21473/stat : 21473 (java) S 21463 21466 19474 0 -1 4202560 969 0 0 0 80 13 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100564228392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21474] ppid=21463 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/21466/task/21474/stat : 21474 (java) S 21463 21466 19474 0 -1 4202560 952 0 0 0 84 14 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100563175592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21475] ppid=21463 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/21466/task/21475/stat : 21475 (java) S 21463 21466 19474 0 -1 4202560 1094 0 0 0 78 15 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100562123304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21476] ppid=21463 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/21466/task/21476/stat : 21476 (java) S 21463 21466 19474 0 -1 4202560 785 0 0 0 75 14 0 0 20 0 22 0 28362825 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140100561070504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21477] ppid=21463 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/21466/task/21477/stat : 21477 (java) S 21463 21466 19474 0 -1 4202560 3738 0 0 0 246 3 0 0 20 0 22 0 28362826 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099949931240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21478] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21478/stat : 21478 (java) S 21463 21466 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099948877304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21479] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21479/stat : 21479 (java) S 21463 21466 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28362826 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099947824904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21480] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21480/stat : 21480 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099946773392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21481] ppid=21463 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/21466/task/21481/stat : 21481 (java) S 21463 21466 19474 0 -1 4202560 7970 0 0 0 147 1 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099945719992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21482] ppid=21463 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/21466/task/21482/stat : 21482 (java) S 21463 21466 19474 0 -1 4202560 15533 0 0 0 184 3 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099944667192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21483] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21483/stat : 21483 (java) S 21463 21466 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099943615096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21484] ppid=21463 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/21466/task/21484/stat : 21484 (java) S 21463 21466 19474 0 -1 4202560 51 0 0 0 20 15 0 0 20 0 22 0 28362829 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099942562504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21466/tid=21485] ppid=21463 vsize=9824732 CPUtime=890.66 cores=0,2,4,6
/proc/21466/task/21485/stat : 21485 (java) R 21463 21466 19474 0 -1 4202560 49 0 0 0 89052 14 0 0 20 0 22 0 28362872 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099941499248 140100441478041 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21466/tid=21486] ppid=21463 vsize=9824732 CPUtime=890.73 cores=0,2,4,6
/proc/21466/task/21486/stat : 21486 (java) R 21463 21466 19474 0 -1 4202560 2069 0 0 0 89025 48 0 0 20 0 22 0 28362872 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099940453872 140100441648110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21466/tid=21487] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21487/stat : 21487 (java) S 21463 21466 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28362873 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099939403432 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21466/tid=21488] ppid=21463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21466/task/21488/stat : 21488 (java) S 21463 21466 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28362873 10060525568 846662 33554432000 1073741824 1073778376 140733411705936 140099938350632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21466 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=787302
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=201665
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.165
CPU time (s): 1800.12
CPU user time (s): 1798.39
CPU system time (s): 1.73
CPU usage (%): 200.422
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 2.20167
maximum resident set size= 3483924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41331
page faults= 1
swaps= 0
block input operations= 0
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22533
involuntary context switches= 9352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56285 second user time and 5.41518 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 17:00:41
IDJOB=4116582
IDBENCH=109488
IDSOLVER=2543
FILE ID=node125/4116582-1466953241
RUNJOBID= node125-1466943674-19490
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round22-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116582-1466953241/watcher-4116582-1466953241 -o /tmp/evaluation-result-4116582-1466953241/solver-4116582-1466953241 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116582-1466953241.opb

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

MD5SUM BENCH= ada06cfabce70a25df94d8484f9bb09a
RANDOM SEED=1462202723

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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		: 2667.021
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		: 2667.021
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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:        26854400 kB
Buffers:           13376 kB
Cached:            40668 kB
SwapCached:         1748 kB
Active:          3583584 kB
Inactive:          30644 kB
Active(anon):    3561988 kB
Inactive(anon):      448 kB
Active(file):      21596 kB
Inactive(file):    30196 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098440 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:       5352360 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             565388 kB
SReclaimable:       9172 kB
SUnreclaim:       556216 kB
KernelStack:        1816 kB
PageTables:        14548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5442408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3733504 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= 71740 MiB
End job on node125 at 2016-06-26 17:15:39