Trace number 4116214

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.07 894.966

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-3.opb
MD5SUM6f4be082ddb547be6db9d2faedab8301
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark57.6152
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints832
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-4116214-1466950614.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.72/0.47	c ... done. Wall clock time 0.356s.
0.72/0.47	c declared #vars     3968
0.72/0.47	c #constraints  9216
0.72/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.72/0.48	c constraints type 
0.72/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.72/0.48	c org.sat4j.specs.Constr$1 => 936
0.72/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.72/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.72/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.72/0.48	c 9216 constraints processed.
0.72/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.72/0.48	c constraints type 
0.72/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.72/0.48	c org.sat4j.specs.Constr$1 => 936
0.72/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5958
0.72/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1658
0.72/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
0.72/0.48	c 9216 constraints processed.
4.46/1.48	c cleaning 2499 clauses out of 4998 with flag 15855/5000
6.13/2.14	c cleaning 4240 clauses out of 8499 with flag 37846/11000
7.67/2.89	c cleaning 5618 clauses out of 11259 with flag 65981/18000
9.73/3.80	c cleaning 6814 clauses out of 13641 with flag 99669/26000
11.79/4.84	c cleaning 7905 clauses out of 15828 with flag 140873/35001
14.25/6.05	c cleaning 8932 clauses out of 17923 with flag 188540/45001
17.13/7.42	c cleaning 9982 clauses out of 19992 with flag 243589/56002
19.94/8.87	c cleaning 10982 clauses out of 22008 with flag 303190/68000
23.42/10.58	c cleaning 11991 clauses out of 24026 with flag 369758/81000
27.22/12.42	c cleaning 13012 clauses out of 26035 with flag 444729/95000
31.51/14.51	c cleaning 13985 clauses out of 28023 with flag 525541/110000
35.91/16.75	c cleaning 14991 clauses out of 30040 with flag 612937/126002
41.22/19.32	c cleaning 16014 clauses out of 32047 with flag 708028/143000
46.63/22.06	c cleaning 17005 clauses out of 34033 with flag 809009/161000
52.51/24.97	c cleaning 17990 clauses out of 36030 with flag 916843/180002
52.91/25.18	c cleaning 0 clauses out of 5001 with flag 0/5001
59.20/28.12	c cleaning 18995 clauses out of 38038 with flag 1032355/200000
66.46/31.67	c cleaning 20007 clauses out of 40044 with flag 1151830/221001
73.67/35.21	c cleaning 21010 clauses out of 42036 with flag 1279688/243000
81.46/39.16	c cleaning 21996 clauses out of 44027 with flag 1415410/266001
89.76/43.26	c cleaning 22992 clauses out of 46030 with flag 1554824/290000
98.55/47.62	c cleaning 23993 clauses out of 48038 with flag 1702220/315000
107.85/52.29	c cleaning 25012 clauses out of 50045 with flag 1857484/341000
117.97/57.27	c cleaning 25976 clauses out of 52033 with flag 2022226/368000
128.56/62.58	c cleaning 27024 clauses out of 54057 with flag 2191405/396000
139.84/68.17	c cleaning 27999 clauses out of 56033 with flag 2367721/425000
151.84/74.17	c cleaning 29005 clauses out of 58035 with flag 2550152/455001
164.35/80.40	c cleaning 29991 clauses out of 60029 with flag 2740476/486000
177.23/86.74	c cleaning 30996 clauses out of 62038 with flag 2938500/518000
192.22/94.54	c cleaning 32023 clauses out of 64046 with flag 3143797/551004
207.06/101.90	c cleaning 33001 clauses out of 66019 with flag 3356099/585000
222.12/109.48	c cleaning 33995 clauses out of 68018 with flag 3572899/620000
238.32/117.51	c cleaning 34999 clauses out of 70024 with flag 3801809/656001
254.58/125.67	c cleaning 35981 clauses out of 72024 with flag 4033169/693000
271.88/134.30	c cleaning 37023 clauses out of 74045 with flag 4271253/731002
290.14/143.38	c cleaning 37999 clauses out of 76021 with flag 4520072/770001
309.24/152.80	c cleaning 38992 clauses out of 78021 with flag 4770878/810000
329.60/162.92	c cleaning 39994 clauses out of 80030 with flag 5029408/851001
350.64/173.33	c cleaning 40990 clauses out of 82035 with flag 5298543/893000
369.87/182.88	c cleaning 0 clauses out of 11003 with flag 0/11003
372.47/184.17	c cleaning 41985 clauses out of 84045 with flag 5575132/936000
395.22/195.43	c cleaning 43015 clauses out of 86060 with flag 5857931/980000
419.27/207.37	c cleaning 43996 clauses out of 88046 with flag 6148136/1025001
443.58/219.49	c cleaning 45006 clauses out of 90050 with flag 6445609/1071001
468.50/231.88	c cleaning 46006 clauses out of 92043 with flag 6747571/1118000
494.93/244.93	c cleaning 46971 clauses out of 94037 with flag 7056866/1166000
522.44/258.63	c cleaning 48021 clauses out of 96066 with flag 7373346/1215000
551.47/273.67	c cleaning 49005 clauses out of 98045 with flag 7697291/1265000
580.53/288.12	c cleaning 49998 clauses out of 100040 with flag 8025093/1316000
611.13/303.34	c cleaning 50987 clauses out of 102042 with flag 8363810/1368000
641.95/318.69	c cleaning 52017 clauses out of 104055 with flag 8711004/1421000
674.45/334.71	c cleaning 53017 clauses out of 106038 with flag 9060629/1475000
708.38/351.58	c cleaning 53990 clauses out of 108021 with flag 9418025/1530000
743.44/368.93	c cleaning 54988 clauses out of 110032 with flag 9781496/1586001
780.07/387.18	c cleaning 56008 clauses out of 112043 with flag 10152083/1643000
817.23/405.62	c cleaning 56987 clauses out of 114035 with flag 10529979/1701000
855.59/424.74	c cleaning 57999 clauses out of 116050 with flag 10921905/1760002
895.38/444.59	c cleaning 58995 clauses out of 118049 with flag 11315821/1820000
936.19/464.88	c cleaning 60018 clauses out of 120055 with flag 11715836/1881001
979.01/486.05	c cleaning 60992 clauses out of 122037 with flag 12123155/1943001
1021.72/507.27	c cleaning 62012 clauses out of 124044 with flag 12535665/2006000
1065.64/529.10	c cleaning 62966 clauses out of 126032 with flag 12954109/2070000
1111.25/551.62	c cleaning 63986 clauses out of 128066 with flag 13383450/2135000
1157.68/574.75	c cleaning 64994 clauses out of 130081 with flag 13815830/2201001
1207.70/600.46	c cleaning 66033 clauses out of 132087 with flag 14258746/2268001
1258.07/625.51	c cleaning 66998 clauses out of 134053 with flag 14711882/2336000
1308.55/650.65	c cleaning 67995 clauses out of 136056 with flag 15166022/2405001
1361.48/676.97	c cleaning 68992 clauses out of 138060 with flag 15630447/2475000
1415.71/703.92	c cleaning 70006 clauses out of 140068 with flag 16099091/2546000
1444.57/718.25	c cleaning 0 clauses out of 18000 with flag 0/18000
1470.90/731.38	c cleaning 71015 clauses out of 142062 with flag 16574862/2618000
1527.93/759.61	c cleaning 72014 clauses out of 144048 with flag 17059166/2691001
1586.30/788.67	c cleaning 73005 clauses out of 146034 with flag 17545610/2765001
1646.50/818.53	c cleaning 74000 clauses out of 148029 with flag 18039354/2840001
1707.37/848.82	c cleaning 74958 clauses out of 150028 with flag 18541175/2916000
1769.48/879.70	c cleaning 75997 clauses out of 152070 with flag 19051792/2993000
1800.07/894.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/894.90	c starts		: 29216
1800.07/894.90	c conflicts		: 3036676
1800.07/894.90	c decisions		: 25137928
1800.07/894.90	c propagations		: 399515112
1800.07/894.90	c inspects		: 9323225997
1800.07/894.90	c shortcuts		: 0
1800.07/894.90	c learnt literals	: 2
1800.07/894.90	c learnt binary clauses	: 101
1800.07/894.90	c learnt ternary clauses	: 816
1800.07/894.90	c learnt constraints	: 3036674
1800.07/894.90	c ignored constraints	: 0
1800.07/894.90	c root simplifications	: 0
1800.07/894.90	c removed literals (reason simplification)	: 3139173
1800.07/894.90	c reason swapping (by a shorter reason)	: 0
1800.07/894.90	c Calls to reduceDB	: 73
1800.07/894.90	c Number of update (reduction) of LBD	: 655902
1800.07/894.90	c Imported unit clauses	: 0
1800.07/894.90	c number of reductions to clauses (during analyze)	: 0
1800.07/894.90	c number of learned constraints concerned by reduction	: 0
1800.07/894.90	c number of learning phase by resolution	: 0
1800.07/894.90	c number of learning phase by cutting planes	: 0
1800.07/894.90	c speed (assignments/second)	: 446678.0618371358
1800.07/894.90	c non guided choices	4059
1800.07/894.93	c learnt constraints type 
1800.07/894.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 101
1800.07/894.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119648
1800.07/894.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/894.93	c starts		: 45
1800.07/894.93	c conflicts		: 19656
1800.07/894.93	c decisions		: 60177
1800.07/894.93	c propagations		: 2423230
1800.07/894.93	c inspects		: 846338585
1800.07/894.93	c shortcuts		: 0
1800.07/894.93	c learnt literals	: 0
1800.07/894.93	c learnt binary clauses	: 0
1800.07/894.93	c learnt ternary clauses	: 0
1800.07/894.93	c learnt constraints	: 19656
1800.07/894.93	c ignored constraints	: 0
1800.07/894.93	c root simplifications	: 0
1800.07/894.93	c removed literals (reason simplification)	: 0
1800.07/894.93	c reason swapping (by a shorter reason)	: 0
1800.07/894.93	c Calls to reduceDB	: 3
1800.07/894.93	c Number of update (reduction) of LBD	: 0
1800.07/894.93	c Imported unit clauses	: 0
1800.07/894.93	c number of reductions to clauses (during analyze)	: 0
1800.07/894.93	c number of learned constraints concerned by reduction	: 0
1800.07/894.93	c number of learning phase by resolution	: 0
1800.07/894.93	c number of learning phase by cutting planes	: 0
1800.07/894.93	c speed (assignments/second)	: 2709.2169402083982
1800.07/894.93	c non guided choices	260
1800.07/894.94	c learnt constraints type 
1800.07/894.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.07/894.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19653
1800.07/894.94	s UNKNOWN
1800.07/894.94	c Total wall clock time (in seconds): 894.819

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-4116214-1466950614/watcher-4116214-1466950614 -o /tmp/evaluation-result-4116214-1466950614/solver-4116214-1466950614 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116214-1466950614.opb 

pid=22977
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: 4.05 4.06 4.08 4/197 22980
/proc/meminfo: memFree=28305944/32872528 swapFree=681168/738400
[pid=22980] ppid=22977 vsize=9212 CPUtime=0 cores=1,3,5,7
/proc/22980/stat : 22980 (java) R 22977 22980 20053 0 -1 4202496 390 0 0 0 0 0 0 0 20 0 1 0 28100928 9433088 60 33554432000 1073741824 1073778376 140734977284096 140734977281224 213857169194 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22980/statm: 2304 68 54 9 0 36 0

[startup+0.10006 s]
/proc/loadavg: 4.05 4.06 4.08 4/197 22980
/proc/meminfo: memFree=28305944/32872528 swapFree=681168/738400
[pid=22980] ppid=22977 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22980/stat : 22980 (java) S 22977 22980 20053 0 -1 4202496 4461 0 1 0 8 1 0 0 20 0 18 0 28100928 9787879424 5585 33554432000 1073741824 1073778376 140734977284096 140734977275232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22980/statm: 2389619 5585 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 4.05 4.06 4.08 4/197 22980
/proc/meminfo: memFree=28305944/32872528 swapFree=681168/738400
[pid=22980] ppid=22977 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/22980/stat : 22980 (java) S 22977 22980 20053 0 -1 4202496 4752 0 1 0 23 1 0 0 20 0 18 0 28100928 9787879424 6339 33554432000 1073741824 1073778376 140734977284096 140734977275232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22980/statm: 2389619 6339 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300252 s]
/proc/loadavg: 4.05 4.06 4.08 4/197 22980
/proc/meminfo: memFree=28305944/32872528 swapFree=681168/738400
[pid=22980] ppid=22977 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/22980/stat : 22980 (java) S 22977 22980 20053 0 -1 4202496 5865 0 1 0 46 2 0 0 20 0 18 0 28100928 9787879424 8074 33554432000 1073741824 1073778376 140734977284096 140734977275232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22980/statm: 2389619 8074 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 4.05 4.06 4.08 4/197 22980
/proc/meminfo: memFree=28305944/32872528 swapFree=681168/738400
[pid=22980] ppid=22977 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/22980/stat : 22980 (java) S 22977 22980 20053 0 -1 4202496 15448 0 1 0 180 3 0 0 20 0 22 0 28100928 10060525568 22366 33554432000 1073741824 1073778376 140734977284096 140734977275232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22980/statm: 2456183 22366 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.05 4.06 4.08 7/219 23002
/proc/meminfo: memFree=28181996/32872528 swapFree=681168/738400
[pid=22980] ppid=22977 vsize=9824732 CPUtime=4.71 cores=1,3,5,7
/proc/22980/stat : 22980 (java) S 22977 22980 20053 0 -1 4202496 19857 0 1 0 466 5 0 0 20 0 22 0 28100928 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140734977275232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22980/statm: 2456183 46602 2292 9 0 2446860 0
[pid=22980/tid=22982] ppid=22977 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/22980/task/22982/stat : 22982 (java) S 22977 22980 20053 0 -1 4202560 2490 0 1 0 43 1 0 0 20 0 22 0 28100929 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140269077635960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22983] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22983/stat : 22983 (java) S 22977 22980 20053 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 28100930 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268921551400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22984] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22984/stat : 22984 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100931 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268920498600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22985] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22985/stat : 22985 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100931 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268919445800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=22986] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22986/stat : 22986 (java) S 22977 22980 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28100931 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268918393000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22987] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22987/stat : 22987 (java) S 22977 22980 20053 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28100931 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268917341224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22988] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22988/stat : 22988 (java) S 22977 22980 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28100931 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268916288424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=22989] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22989/stat : 22989 (java) S 22977 22980 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28100931 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268915235624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22990] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22990/stat : 22990 (java) S 22977 22980 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28100931 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268914182824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22991] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22991/stat : 22991 (java) S 22977 22980 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268901771752 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22992] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22992/stat : 22992 (java) S 22977 22980 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268900717816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22993] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22993/stat : 22993 (java) S 22977 22980 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268899664904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22994] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22994/stat : 22994 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100934 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268898613392 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22995] ppid=22977 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/22980/task/22995/stat : 22995 (java) S 22977 22980 20053 0 -1 4202560 8135 0 0 0 108 1 0 0 20 0 22 0 28100934 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268897561528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22996] ppid=22977 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/22980/task/22996/stat : 22996 (java) S 22977 22980 20053 0 -1 4202560 7821 0 0 0 114 1 0 0 20 0 22 0 28100934 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268896508728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22997] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22997/stat : 22997 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100934 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268895456120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22998] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22998/stat : 22998 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100935 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268894403528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22999] ppid=22977 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/22980/task/22999/stat : 22999 (java) R 22977 22980 20053 0 -1 4202560 18 0 0 0 92 0 0 0 20 0 22 0 28100977 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268892971040 140268950737248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=23000] ppid=22977 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/22980/task/23000/stat : 23000 (java) R 22977 22980 20053 0 -1 4202560 76 0 0 0 98 0 0 0 20 0 22 0 28100977 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268891926568 140268950850225 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=23001] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/23001/stat : 23001 (java) S 22977 22980 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28100978 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268890874792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=23002] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/23002/stat : 23002 (java) S 22977 22980 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28100978 10060525568 46602 33554432000 1073741824 1073778376 140734977284096 140268889821992 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.21 4.10 4.09 5/219 23002
/proc/meminfo: memFree=28102488/32872528 swapFree=681168/738400
[pid=22980] ppid=22977 vsize=9824732 CPUtime=8.28 cores=1,3,5,7
/proc/22980/stat : 22980 (java) S 22977 22980 20053 0 -1 4202496 20224 0 1 0 819 9 0 0 20 0 22 0 28100928 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140734977275232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22980/statm: 2456183 70758 2292 9 0 2446860 0
[pid=22980/tid=22982] ppid=22977 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/22980/task/22982/stat : 22982 (java) S 22977 22980 20053 0 -1 4202560 2490 0 1 0 43 1 0 0 20 0 22 0 28100929 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140269077635960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22983] ppid=22977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22980/task/22983/stat : 22983 (java) S 22977 22980 20053 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 28100930 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268921551400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22984] ppid=22977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22980/task/22984/stat : 22984 (java) S 22977 22980 20053 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 28100931 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268920498600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22985] ppid=22977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22980/task/22985/stat : 22985 (java) S 22977 22980 20053 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 28100931 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268919445800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22986] ppid=22977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22980/task/22986/stat : 22986 (java) S 22977 22980 20053 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 28100931 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268918393000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22987] ppid=22977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22980/task/22987/stat : 22987 (java) S 22977 22980 20053 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 28100931 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268917341224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22988] ppid=22977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22980/task/22988/stat : 22988 (java) S 22977 22980 20053 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 28100931 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268916288424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22989] ppid=22977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22980/task/22989/stat : 22989 (java) S 22977 22980 20053 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 28100931 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268915235624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22990] ppid=22977 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22980/task/22990/stat : 22990 (java) S 22977 22980 20053 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 28100931 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268914182824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22991] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22991/stat : 22991 (java) S 22977 22980 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268901771752 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22992] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22992/stat : 22992 (java) S 22977 22980 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268900717816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22993] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22993/stat : 22993 (java) S 22977 22980 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268899664904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22994] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22994/stat : 22994 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100934 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268898613392 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22995] ppid=22977 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/22980/task/22995/stat : 22995 (java) S 22977 22980 20053 0 -1 4202560 8332 0 0 0 123 1 0 0 20 0 22 0 28100934 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268897561528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22996] ppid=22977 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/22980/task/22996/stat : 22996 (java) S 22977 22980 20053 0 -1 4202560 7832 0 0 0 130 2 0 0 20 0 22 0 28100934 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268896508728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22997] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22997/stat : 22997 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100934 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268895456120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22998] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22998/stat : 22998 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100935 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268894403528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22999] ppid=22977 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/22980/task/22999/stat : 22999 (java) R 22977 22980 20053 0 -1 4202560 19 0 0 0 244 0 0 0 20 0 22 0 28100977 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268892971040 140268950639440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=23000] ppid=22977 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/22980/task/23000/stat : 23000 (java) R 22977 22980 20053 0 -1 4202560 106 0 0 0 247 1 0 0 20 0 22 0 28100977 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268891925728 140268950712050 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=23001] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/23001/stat : 23001 (java) S 22977 22980 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28100978 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268890874792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=23002] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/23002/stat : 23002 (java) S 22977 22980 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28100978 10060525568 70758 33554432000 1073741824 1073778376 140734977284096 140268889821992 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.21 4.10 4.09 5/219 23002
/proc/meminfo: memFree=27693684/32872528 swapFree=681168/738400
[pid=22980] ppid=22977 vsize=9824732 CPUtime=14.85 cores=1,3,5,7
/proc/22980/stat : 22980 (java) S 22977 22980 20053 0 -1 4202496 21134 0 1 0 1464 21 0 0 20 0 22 0 28100928 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140734977275232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22980/statm: 2456183 153870 2292 9 0 2446860 0
[pid=22980/tid=22982] ppid=22977 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/22980/task/22982/stat : 22982 (java) S 22977 22980 20053 0 -1 4202560 2490 0 1 0 43 2 0 0 20 0 22 0 28100929 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140269077635960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=22983] ppid=22977 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22980/task/22983/stat : 22983 (java) S 22977 22980 20053 0 -1 4202560 84 0 0 0 6 2 0 0 20 0 22 0 28100930 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268921551400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22984] ppid=22977 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22980/task/22984/stat : 22984 (java) S 22977 22980 20053 0 -1 4202560 48 0 0 0 4 0 0 0 20 0 22 0 28100931 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268920498600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=22985] ppid=22977 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22980/task/22985/stat : 22985 (java) S 22977 22980 20053 0 -1 4202560 79 0 0 0 6 2 0 0 20 0 22 0 28100931 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268919445800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22986] ppid=22977 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/22980/task/22986/stat : 22986 (java) S 22977 22980 20053 0 -1 4202560 70 0 0 0 5 2 0 0 20 0 22 0 28100931 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268918393000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22987] ppid=22977 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22980/task/22987/stat : 22987 (java) S 22977 22980 20053 0 -1 4202560 64 0 0 0 5 0 0 0 20 0 22 0 28100931 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268917341224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=22988] ppid=22977 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22980/task/22988/stat : 22988 (java) S 22977 22980 20053 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 22 0 28100931 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268916288424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22989] ppid=22977 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22980/task/22989/stat : 22989 (java) S 22977 22980 20053 0 -1 4202560 51 0 0 0 5 1 0 0 20 0 22 0 28100931 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268915235624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22990] ppid=22977 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22980/task/22990/stat : 22990 (java) S 22977 22980 20053 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 22 0 28100931 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268914182824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22991] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22991/stat : 22991 (java) S 22977 22980 20053 0 -1 4202560 454 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268901771752 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22992] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22992/stat : 22992 (java) S 22977 22980 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268900717816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22993] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22993/stat : 22993 (java) S 22977 22980 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268899664904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22994] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22994/stat : 22994 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100934 10060525568 153870 33554432000 1073741824 1073778376 140734977284096 140268898613392 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22995] ppid=22977 vsize=9824732 CPUtime=1.27 cores=1,3,5,7

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

/proc/22980/task/22985/stat : 22985 (java) S 22977 22980 20053 0 -1 4202560 727 0 0 0 283 17 0 0 20 0 22 0 28100931 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268919445800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22986] ppid=22977 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/22980/task/22986/stat : 22986 (java) S 22977 22980 20053 0 -1 4202560 648 0 0 0 282 17 0 0 20 0 22 0 28100931 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268918393000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22987] ppid=22977 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/22980/task/22987/stat : 22987 (java) S 22977 22980 20053 0 -1 4202560 596 0 0 0 269 16 0 0 20 0 22 0 28100931 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268917341224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22988] ppid=22977 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/22980/task/22988/stat : 22988 (java) S 22977 22980 20053 0 -1 4202560 582 0 0 0 275 14 0 0 20 0 22 0 28100931 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268916288424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22989] ppid=22977 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/22980/task/22989/stat : 22989 (java) S 22977 22980 20053 0 -1 4202560 677 0 0 0 295 16 0 0 20 0 22 0 28100931 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268915235624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22990] ppid=22977 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/22980/task/22990/stat : 22990 (java) S 22977 22980 20053 0 -1 4202560 628 0 0 0 278 16 0 0 20 0 22 0 28100931 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268914182824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22991] ppid=22977 vsize=9824732 CPUtime=3.6 cores=1,3,5,7
/proc/22980/task/22991/stat : 22991 (java) S 22977 22980 20053 0 -1 4202560 2229 0 0 0 350 10 0 0 20 0 22 0 28100932 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268901771752 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22992] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22992/stat : 22992 (java) S 22977 22980 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268900717816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22993] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22993/stat : 22993 (java) S 22977 22980 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268899664904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22994] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22994/stat : 22994 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100934 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268898613392 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22995] ppid=22977 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/22980/task/22995/stat : 22995 (java) S 22977 22980 20053 0 -1 4202560 9065 0 0 0 146 2 0 0 20 0 22 0 28100934 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268897561528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22996] ppid=22977 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/22980/task/22996/stat : 22996 (java) S 22977 22980 20053 0 -1 4202560 9959 0 0 0 175 2 0 0 20 0 22 0 28100934 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268896508728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22997] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22997/stat : 22997 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100934 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268895456120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22998] ppid=22977 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/22980/task/22998/stat : 22998 (java) S 22977 22980 20053 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 28100935 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268894403528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22999] ppid=22977 vsize=9824732 CPUtime=869.3 cores=1,3,5,7
/proc/22980/task/22999/stat : 22999 (java) R 22977 22980 20053 0 -1 4202560 71 0 0 0 86915 15 0 0 20 0 22 0 28100977 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268892978920 140268950736920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=23000] ppid=22977 vsize=9824732 CPUtime=869.42 cores=1,3,5,7
/proc/22980/task/23000/stat : 23000 (java) R 22977 22980 20053 0 -1 4202560 1674 0 0 0 86890 52 0 0 20 0 22 0 28100977 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268891927176 140268950772843 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=23001] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/23001/stat : 23001 (java) S 22977 22980 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28100978 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268890874792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=23002] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/23002/stat : 23002 (java) S 22977 22980 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28100978 10060525568 930712 33554432000 1073741824 1073778376 140734977284096 140268889821992 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1774.79
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.901 s]
/proc/loadavg: 4.24 4.22 4.16 5/219 23094
/proc/meminfo: memFree=24588196/32872528 swapFree=681168/738400
[pid=22980] ppid=22977 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/22980/stat : 22980 (java) S 22977 22980 20053 0 -1 4202496 32090 0 1 0 179800 207 0 0 20 0 22 0 28100928 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140734977275232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22980/statm: 2456183 932247 2301 9 0 2446860 0
[pid=22980/tid=22982] ppid=22977 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/22980/task/22982/stat : 22982 (java) S 22977 22980 20053 0 -1 4202560 2493 0 1 0 46 4 0 0 20 0 22 0 28100929 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140269077635960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22983] ppid=22977 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/22980/task/22983/stat : 22983 (java) S 22977 22980 20053 0 -1 4202560 775 0 0 0 306 16 0 0 20 0 22 0 28100930 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268921551400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22984] ppid=22977 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/22980/task/22984/stat : 22984 (java) S 22977 22980 20053 0 -1 4202560 642 0 0 0 274 14 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268920498600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22985] ppid=22977 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/22980/task/22985/stat : 22985 (java) S 22977 22980 20053 0 -1 4202560 728 0 0 0 285 17 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268919445800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22986] ppid=22977 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/22980/task/22986/stat : 22986 (java) S 22977 22980 20053 0 -1 4202560 650 0 0 0 284 18 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268918393000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22987] ppid=22977 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/22980/task/22987/stat : 22987 (java) S 22977 22980 20053 0 -1 4202560 597 0 0 0 270 16 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268917341224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22988] ppid=22977 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/22980/task/22988/stat : 22988 (java) S 22977 22980 20053 0 -1 4202560 582 0 0 0 277 14 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268916288424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22989] ppid=22977 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/22980/task/22989/stat : 22989 (java) S 22977 22980 20053 0 -1 4202560 678 0 0 0 298 16 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268915235624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22990] ppid=22977 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/22980/task/22990/stat : 22990 (java) S 22977 22980 20053 0 -1 4202560 629 0 0 0 280 16 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268914182824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22991] ppid=22977 vsize=9824732 CPUtime=3.6 cores=1,3,5,7
/proc/22980/task/22991/stat : 22991 (java) S 22977 22980 20053 0 -1 4202560 2229 0 0 0 350 10 0 0 20 0 22 0 28100932 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268901771752 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22992] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22992/stat : 22992 (java) S 22977 22980 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268900717816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22993] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22993/stat : 22993 (java) S 22977 22980 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268899664904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22994] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22994/stat : 22994 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100934 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268898613392 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22995] ppid=22977 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/22980/task/22995/stat : 22995 (java) S 22977 22980 20053 0 -1 4202560 9065 0 0 0 146 2 0 0 20 0 22 0 28100934 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268897561528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22996] ppid=22977 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/22980/task/22996/stat : 22996 (java) S 22977 22980 20053 0 -1 4202560 9959 0 0 0 175 2 0 0 20 0 22 0 28100934 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268896508728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22997] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22997/stat : 22997 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100934 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268895456120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22998] ppid=22977 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/22980/task/22998/stat : 22998 (java) S 22977 22980 20053 0 -1 4202560 51 0 0 0 16 23 0 0 20 0 22 0 28100935 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268894403528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22999] ppid=22977 vsize=9824732 CPUtime=881.82 cores=1,3,5,7
/proc/22980/task/22999/stat : 22999 (java) R 22977 22980 20053 0 -1 4202560 71 0 0 0 88167 15 0 0 20 0 22 0 28100977 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268892978800 140268950651163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=23000] ppid=22977 vsize=9824732 CPUtime=881.93 cores=1,3,5,7
/proc/22980/task/23000/stat : 23000 (java) R 22977 22980 20053 0 -1 4202560 1675 0 0 0 88141 52 0 0 20 0 22 0 28100977 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268891927056 140268950712478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=23001] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/23001/stat : 23001 (java) S 22977 22980 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28100978 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268890874792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=23002] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/23002/stat : 23002 (java) S 22977 22980 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28100978 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268889821992 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 22980 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.901 s]
/proc/loadavg: 4.24 4.22 4.16 5/219 23094
/proc/meminfo: memFree=24588196/32872528 swapFree=681168/738400
[pid=22980] ppid=22977 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/22980/stat : 22980 (java) S 22977 22980 20053 0 -1 4202496 32090 0 1 0 179800 207 0 0 20 0 22 0 28100928 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140734977275232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22980/statm: 2456183 932247 2301 9 0 2446860 0
[pid=22980/tid=22982] ppid=22977 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/22980/task/22982/stat : 22982 (java) S 22977 22980 20053 0 -1 4202560 2493 0 1 0 46 4 0 0 20 0 22 0 28100929 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140269077635960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22983] ppid=22977 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/22980/task/22983/stat : 22983 (java) S 22977 22980 20053 0 -1 4202560 775 0 0 0 306 16 0 0 20 0 22 0 28100930 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268921551400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22984] ppid=22977 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/22980/task/22984/stat : 22984 (java) S 22977 22980 20053 0 -1 4202560 642 0 0 0 274 14 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268920498600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22985] ppid=22977 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/22980/task/22985/stat : 22985 (java) S 22977 22980 20053 0 -1 4202560 728 0 0 0 285 17 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268919445800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22986] ppid=22977 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/22980/task/22986/stat : 22986 (java) S 22977 22980 20053 0 -1 4202560 650 0 0 0 284 18 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268918393000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22987] ppid=22977 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/22980/task/22987/stat : 22987 (java) S 22977 22980 20053 0 -1 4202560 597 0 0 0 270 16 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268917341224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22988] ppid=22977 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/22980/task/22988/stat : 22988 (java) S 22977 22980 20053 0 -1 4202560 582 0 0 0 277 14 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268916288424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22989] ppid=22977 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/22980/task/22989/stat : 22989 (java) S 22977 22980 20053 0 -1 4202560 678 0 0 0 298 16 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268915235624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22990] ppid=22977 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/22980/task/22990/stat : 22990 (java) S 22977 22980 20053 0 -1 4202560 629 0 0 0 280 16 0 0 20 0 22 0 28100931 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268914182824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22991] ppid=22977 vsize=9824732 CPUtime=3.6 cores=1,3,5,7
/proc/22980/task/22991/stat : 22991 (java) S 22977 22980 20053 0 -1 4202560 2229 0 0 0 350 10 0 0 20 0 22 0 28100932 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268901771752 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22992] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22992/stat : 22992 (java) S 22977 22980 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268900717816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22993] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22993/stat : 22993 (java) S 22977 22980 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28100932 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268899664904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22994] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22994/stat : 22994 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100934 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268898613392 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22995] ppid=22977 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/22980/task/22995/stat : 22995 (java) S 22977 22980 20053 0 -1 4202560 9065 0 0 0 146 2 0 0 20 0 22 0 28100934 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268897561528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22996] ppid=22977 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/22980/task/22996/stat : 22996 (java) S 22977 22980 20053 0 -1 4202560 9959 0 0 0 175 2 0 0 20 0 22 0 28100934 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268896508728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22980/tid=22997] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/22997/stat : 22997 (java) S 22977 22980 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28100934 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268895456120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=22998] ppid=22977 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/22980/task/22998/stat : 22998 (java) S 22977 22980 20053 0 -1 4202560 51 0 0 0 16 23 0 0 20 0 22 0 28100935 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268894403528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22980/tid=22999] ppid=22977 vsize=9824732 CPUtime=881.82 cores=1,3,5,7
/proc/22980/task/22999/stat : 22999 (java) R 22977 22980 20053 0 -1 4202560 71 0 0 0 88167 15 0 0 20 0 22 0 28100977 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268892978800 140268950651163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22980/tid=23000] ppid=22977 vsize=9824732 CPUtime=881.93 cores=1,3,5,7
/proc/22980/task/23000/stat : 23000 (java) R 22977 22980 20053 0 -1 4202560 1675 0 0 0 88141 52 0 0 20 0 22 0 28100977 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268891927056 140268950712478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=23001] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/23001/stat : 23001 (java) S 22977 22980 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28100978 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268890874792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22980/tid=23002] ppid=22977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22980/task/23002/stat : 23002 (java) S 22977 22980 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28100978 10060525568 932247 33554432000 1073741824 1073778376 140734977284096 140268889821992 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 894.966
CPU time (s): 1800.07
CPU user time (s): 1798
CPU system time (s): 2.07
CPU usage (%): 201.133
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.38
system time used= 2.52162
maximum resident set size= 3729104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32123
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24270
involuntary context switches= 30228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8951 second user time and 7.45287 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 16:16:54
IDJOB=4116214
IDBENCH=109442
IDSOLVER=2543
FILE ID=node112/4116214-1466950614
RUNJOBID= node112-1466939767-20070
PBS_JOBID= 19976335
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round21-3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116214-1466950614/watcher-4116214-1466950614 -o /tmp/evaluation-result-4116214-1466950614/solver-4116214-1466950614 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116214-1466950614.opb

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

MD5SUM BENCH= 6f4be082ddb547be6db9d2faedab8301
RANDOM SEED=1657872606

node112.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.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.91
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.959
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.959
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		: 2666.959
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.56
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.959
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.959
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		: 2666.959
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		: 2666.959
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:        28306588 kB
Buffers:           17560 kB
Cached:           150204 kB
SwapCached:         1700 kB
Active:          2968564 kB
Inactive:         145108 kB
Active(anon):    2945344 kB
Inactive(anon):     2540 kB
Active(file):      23220 kB
Inactive(file):   142568 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       3631884 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             565632 kB
SReclaimable:       9416 kB
SUnreclaim:       556216 kB
KernelStack:        1808 kB
PageTables:        11576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3918128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2902016 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= 71688 MiB
End job on node112 at 2016-06-26 16:31:49