Trace number 4117238

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.14 895.167

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round21-3.opb
MD5SUMd697f0b135d9ad156caa23de2b279c84
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 benchmark6.17506
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 constraints7856
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)368
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4117238-1466947158.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.72/0.48	c ... done. Wall clock time 0.368s.
0.72/0.48	c declared #vars     3968
0.72/0.48	c #constraints  9056
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 => 856
0.72/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.72/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.72/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.72/0.48	c 9056 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 => 856
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 => 456
0.72/0.48	c 9056 constraints processed.
4.51/1.49	c cleaning 2498 clauses out of 4998 with flag 15298/5000
6.80/2.16	c cleaning 4246 clauses out of 8500 with flag 35535/11000
8.45/2.92	c cleaning 5618 clauses out of 11254 with flag 61917/18000
10.31/3.84	c cleaning 6819 clauses out of 13637 with flag 93522/26001
12.39/4.87	c cleaning 7882 clauses out of 15817 with flag 131503/35000
15.07/6.10	c cleaning 8948 clauses out of 17935 with flag 176262/45000
17.75/7.46	c cleaning 9974 clauses out of 19987 with flag 227514/56000
20.76/8.91	c cleaning 10975 clauses out of 22013 with flag 284499/68000
23.95/10.51	c cleaning 12011 clauses out of 24038 with flag 349130/81000
27.65/12.31	c cleaning 12990 clauses out of 26027 with flag 419276/95000
31.95/14.42	c cleaning 14009 clauses out of 28037 with flag 497721/110000
36.53/16.77	c cleaning 14999 clauses out of 30029 with flag 583393/126001
42.04/19.43	c cleaning 15993 clauses out of 32029 with flag 673697/143000
47.45/22.19	c cleaning 16991 clauses out of 34036 with flag 773738/161000
53.71/25.22	c cleaning 18008 clauses out of 36045 with flag 879163/180000
60.12/28.43	c cleaning 19000 clauses out of 38037 with flag 993748/200000
62.31/29.53	c cleaning 0 clauses out of 5000 with flag 0/5000
67.55/31.97	c cleaning 20016 clauses out of 40040 with flag 1113888/221003
74.34/35.39	c cleaning 20990 clauses out of 42021 with flag 1242358/243000
82.27/39.23	c cleaning 22003 clauses out of 44034 with flag 1374759/266003
90.46/43.32	c cleaning 23009 clauses out of 46031 with flag 1515888/290003
99.13/47.63	c cleaning 23978 clauses out of 48019 with flag 1662025/315000
108.33/52.22	c cleaning 24990 clauses out of 50041 with flag 1817066/341000
118.20/57.18	c cleaning 26002 clauses out of 52051 with flag 1980261/368000
129.09/62.54	c cleaning 26999 clauses out of 54049 with flag 2150847/396000
140.10/68.06	c cleaning 28001 clauses out of 56050 with flag 2328557/425000
151.80/73.88	c cleaning 29015 clauses out of 58049 with flag 2515235/455000
163.85/79.87	c cleaning 29984 clauses out of 60034 with flag 2705209/486000
176.45/86.19	c cleaning 31010 clauses out of 62050 with flag 2903785/518000
189.93/92.89	c cleaning 32005 clauses out of 64041 with flag 3110321/551001
204.63/100.14	c cleaning 32998 clauses out of 66036 with flag 3323094/585001
220.20/108.25	c cleaning 33980 clauses out of 68038 with flag 3541547/620001
235.85/116.07	c cleaning 34993 clauses out of 70057 with flag 3769078/656000
251.90/124.00	c cleaning 36017 clauses out of 72068 with flag 4007064/693004
268.60/132.37	c cleaning 37020 clauses out of 74047 with flag 4249121/731000
286.52/141.25	c cleaning 37995 clauses out of 76027 with flag 4497329/770000
305.40/150.63	c cleaning 39008 clauses out of 78034 with flag 4754942/810002
324.71/160.21	c cleaning 40000 clauses out of 80025 with flag 5018612/851001
345.05/170.32	c cleaning 41007 clauses out of 82024 with flag 5288781/893000
365.41/180.43	c cleaning 41997 clauses out of 84018 with flag 5568622/936001
387.86/191.56	c cleaning 42978 clauses out of 86020 with flag 5853417/980000
405.96/200.52	c cleaning 0 clauses out of 11000 with flag 0/11000
410.95/203.01	c cleaning 44007 clauses out of 88043 with flag 6146563/1025001
434.39/214.64	c cleaning 44975 clauses out of 90035 with flag 6447922/1071000
459.11/226.98	c cleaning 45995 clauses out of 92061 with flag 6754317/1118001
484.95/239.73	c cleaning 47026 clauses out of 94066 with flag 7066657/1166001
511.47/253.00	c cleaning 48009 clauses out of 96039 with flag 7386082/1215000
541.79/268.54	c cleaning 48994 clauses out of 98030 with flag 7713284/1265000
571.70/283.40	c cleaning 50004 clauses out of 100036 with flag 8048809/1316000
603.27/299.15	c cleaning 50999 clauses out of 102033 with flag 8396550/1368001
635.73/315.27	c cleaning 52013 clauses out of 104034 with flag 8744485/1421001
667.48/331.09	c cleaning 52995 clauses out of 106021 with flag 9100709/1475001
700.38/347.34	c cleaning 53993 clauses out of 108026 with flag 9461736/1530001
733.84/363.92	c cleaning 54987 clauses out of 110032 with flag 9834366/1586000
768.59/381.26	c cleaning 56011 clauses out of 112045 with flag 10215377/1643000
804.13/398.96	c cleaning 56997 clauses out of 114034 with flag 10605300/1701000
842.84/418.17	c cleaning 57966 clauses out of 116037 with flag 11002595/1760000
882.03/437.69	c cleaning 59006 clauses out of 118071 with flag 11404690/1820000
921.25/457.19	c cleaning 60017 clauses out of 120066 with flag 11811797/1881001
961.36/477.01	c cleaning 61007 clauses out of 122048 with flag 12227117/1943000
1004.79/498.69	c cleaning 62005 clauses out of 124042 with flag 12648304/2006001
1048.80/520.42	c cleaning 62995 clauses out of 126037 with flag 13078231/2070001
1093.10/542.44	c cleaning 63993 clauses out of 128041 with flag 13514586/2135000
1138.75/565.10	c cleaning 64986 clauses out of 130049 with flag 13959301/2201001
1184.95/588.17	c cleaning 65995 clauses out of 132063 with flag 14406129/2268001
1226.26/608.78	c cleaning 67017 clauses out of 134068 with flag 14861967/2336001
1270.59/630.80	c cleaning 68004 clauses out of 136050 with flag 15324473/2405000
1315.32/653.94	c cleaning 69015 clauses out of 138046 with flag 15796571/2475000
1358.78/675.63	c cleaning 69988 clauses out of 140033 with flag 16276190/2546002
1402.98/697.73	c cleaning 70990 clauses out of 142043 with flag 16759956/2618000
1449.52/720.92	c cleaning 72010 clauses out of 144053 with flag 17247628/2691000
1506.19/749.16	c cleaning 73010 clauses out of 146045 with flag 17745831/2765002
1564.13/777.82	c cleaning 74005 clauses out of 148033 with flag 18253710/2840000
1612.57/801.82	c cleaning 0 clauses out of 18000 with flag 0/18000
1623.69/807.35	c cleaning 74976 clauses out of 150028 with flag 18762983/2916000
1686.98/838.86	c cleaning 75978 clauses out of 152053 with flag 19283375/2993001
1751.73/871.03	c cleaning 77017 clauses out of 154074 with flag 19812747/3071000
1800.14/895.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/895.10	c starts		: 30884
1800.14/895.10	c conflicts		: 3134915
1800.14/895.10	c decisions		: 35063329
1800.14/895.10	c propagations		: 455963274
1800.14/895.10	c inspects		: 9506440031
1800.14/895.10	c shortcuts		: 0
1800.14/895.10	c learnt literals	: 2
1800.14/895.10	c learnt binary clauses	: 38
1800.14/895.10	c learnt ternary clauses	: 504
1800.14/895.10	c learnt constraints	: 3134913
1800.14/895.10	c ignored constraints	: 0
1800.14/895.10	c root simplifications	: 0
1800.14/895.10	c removed literals (reason simplification)	: 1995669
1800.14/895.10	c reason swapping (by a shorter reason)	: 0
1800.14/895.10	c Calls to reduceDB	: 74
1800.14/895.10	c Number of update (reduction) of LBD	: 640589
1800.14/895.10	c Imported unit clauses	: 0
1800.14/895.10	c number of reductions to clauses (during analyze)	: 0
1800.14/895.10	c number of learned constraints concerned by reduction	: 0
1800.14/895.10	c number of learning phase by resolution	: 0
1800.14/895.10	c number of learning phase by cutting planes	: 0
1800.14/895.10	c speed (assignments/second)	: 509679.4059521042
1800.14/895.10	c non guided choices	2162
1800.14/895.13	c learnt constraints type 
1800.14/895.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38
1800.14/895.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140934
1800.14/895.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/895.13	c starts		: 45
1800.14/895.13	c conflicts		: 18943
1800.14/895.13	c decisions		: 67349
1800.14/895.13	c propagations		: 2339752
1800.14/895.13	c inspects		: 722602541
1800.14/895.13	c shortcuts		: 0
1800.14/895.13	c learnt literals	: 0
1800.14/895.13	c learnt binary clauses	: 0
1800.14/895.13	c learnt ternary clauses	: 0
1800.14/895.13	c learnt constraints	: 18943
1800.14/895.13	c ignored constraints	: 0
1800.14/895.13	c root simplifications	: 0
1800.14/895.13	c removed literals (reason simplification)	: 0
1800.14/895.13	c reason swapping (by a shorter reason)	: 0
1800.14/895.13	c Calls to reduceDB	: 3
1800.14/895.13	c Number of update (reduction) of LBD	: 0
1800.14/895.13	c Imported unit clauses	: 0
1800.14/895.13	c number of reductions to clauses (during analyze)	: 0
1800.14/895.13	c number of learned constraints concerned by reduction	: 0
1800.14/895.13	c number of learning phase by resolution	: 0
1800.14/895.13	c number of learning phase by cutting planes	: 0
1800.14/895.13	c speed (assignments/second)	: 2615.308778867854
1800.14/895.13	c non guided choices	277
1800.14/895.14	c learnt constraints type 
1800.14/895.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4
1800.14/895.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18939
1800.14/895.14	s UNKNOWN
1800.14/895.14	c Total wall clock time (in seconds): 895.027

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

pid=21984
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.24 4.11 4.09 4/197 21987
/proc/meminfo: memFree=28376944/32872528 swapFree=681168/738400
[pid=21987] ppid=21984 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/21987/stat : 21987 (java) R 21984 21987 20053 0 -1 4202496 1163 0 0 0 0 0 0 0 20 0 1 0 27755270 23793664 814 33554432000 1073741824 1073778376 140736521065104 140736521054168 140292997587907 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21987/statm: 5809 833 626 9 0 128 0
[pid=21987/tid=21988] ppid=21984 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21988/stat : 21988 (java) R 21984 21987 20053 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 27755271 24780800 867 33554432000 1073741824 1073778376 140736521065104 140736521054168 213866387633 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 4.24 4.11 4.09 4/197 21987
/proc/meminfo: memFree=28376944/32872528 swapFree=681168/738400
[pid=21987] ppid=21984 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21987/stat : 21987 (java) S 21984 21987 20053 0 -1 4202496 4449 0 1 0 9 1 0 0 20 0 18 0 27755270 9787879424 6075 33554432000 1073741824 1073778376 140736521065104 140736521056240 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21987/statm: 2389619 6075 2141 9 0 2380296 0
[pid=21987/tid=21988] ppid=21984 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21987/task/21988/stat : 21988 (java) R 21984 21987 20053 0 -1 4202560 2388 0 1 0 7 0 0 0 20 0 18 0 27755271 9787879424 6075 33554432000 1073741824 1073778376 140736521065104 140292992840344 140292841918561 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 4.24 4.11 4.09 4/197 21987
/proc/meminfo: memFree=28376944/32872528 swapFree=681168/738400
[pid=21987] ppid=21984 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/21987/stat : 21987 (java) S 21984 21987 20053 0 -1 4202496 4692 0 1 0 25 1 0 0 20 0 18 0 27755270 9787879424 6787 33554432000 1073741824 1073778376 140736521065104 140736521056240 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21987/statm: 2389619 6787 2203 9 0 2380296 0
[pid=21987/tid=21988] ppid=21984 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/21987/task/21988/stat : 21988 (java) R 21984 21987 20053 0 -1 4202560 2404 0 1 0 16 1 0 0 20 0 18 0 27755271 9787879424 6787 33554432000 1073741824 1073778376 140736521065104 140292992840344 140292841865098 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 4.24 4.11 4.09 4/197 21987
/proc/meminfo: memFree=28376944/32872528 swapFree=681168/738400
[pid=21987] ppid=21984 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/21987/stat : 21987 (java) S 21984 21987 20053 0 -1 4202496 5762 0 1 0 47 2 0 0 20 0 18 0 27755270 9787879424 8353 33554432000 1073741824 1073778376 140736521065104 140736521056240 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21987/statm: 2389619 8353 2234 9 0 2380296 0
[pid=21987/tid=21988] ppid=21984 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/21987/task/21988/stat : 21988 (java) R 21984 21987 20053 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 27755271 9787879424 8353 33554432000 1073741824 1073778376 140736521065104 140292992840344 140292841882767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700224 s]
/proc/loadavg: 4.24 4.11 4.09 4/197 21987
/proc/meminfo: memFree=28376944/32872528 swapFree=681168/738400
[pid=21987] ppid=21984 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/21987/stat : 21987 (java) S 21984 21987 20053 0 -1 4202496 15134 0 1 0 179 4 0 0 20 0 22 0 27755270 10060525568 22202 33554432000 1073741824 1073778376 140736521065104 140736521056240 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21987/statm: 2456183 22202 2265 9 0 2446860 0
[pid=21987/tid=21988] ppid=21984 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21987/task/21988/stat : 21988 (java) S 21984 21987 20053 0 -1 4202560 2436 0 1 0 45 1 0 0 20 0 22 0 27755271 10060525568 22202 33554432000 1073741824 1073778376 140736521065104 140292992840568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.24 4.11 4.09 7/219 22009
/proc/meminfo: memFree=28245124/32872528 swapFree=681168/738400
[pid=21987] ppid=21984 vsize=9824732 CPUtime=4.87 cores=0,2,4,6
/proc/21987/stat : 21987 (java) S 21984 21987 20053 0 -1 4202496 21487 0 1 0 479 8 0 0 20 0 22 0 27755270 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140736521056240 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21987/statm: 2456183 47565 2292 9 0 2446860 0
[pid=21987/tid=21988] ppid=21984 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21987/task/21988/stat : 21988 (java) S 21984 21987 20053 0 -1 4202560 2436 0 1 0 45 1 0 0 20 0 22 0 27755271 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292992840568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21990] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21990/stat : 21990 (java) S 21984 21987 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27755272 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292965292712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21991] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21991/stat : 21991 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755272 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292964240168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21992] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21992/stat : 21992 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755272 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292963187624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21993] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21993/stat : 21993 (java) S 21984 21987 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27755272 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292962135080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21994] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21994/stat : 21994 (java) S 21984 21987 20053 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 27755272 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292961081512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21995] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21995/stat : 21995 (java) S 21984 21987 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27755272 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292830832936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21996] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21996/stat : 21996 (java) S 21984 21987 20053 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27755272 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292829780392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21997] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21997/stat : 21997 (java) S 21984 21987 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27755272 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292828727848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21998] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21998/stat : 21998 (java) S 21984 21987 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292345780840 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21999] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21999/stat : 21999 (java) S 21984 21987 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292344727160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22000] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22000/stat : 22000 (java) S 21984 21987 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292343674504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22001] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22001/stat : 22001 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755275 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292342623248 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22002] ppid=21984 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/21987/task/22002/stat : 22002 (java) R 21984 21987 20053 0 -1 4202560 8501 0 0 0 115 1 0 0 20 0 22 0 27755275 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292341569472 140292999629409 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22003] ppid=21984 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/21987/task/22003/stat : 22003 (java) R 21984 21987 20053 0 -1 4202560 9139 0 0 0 116 2 0 0 20 0 22 0 27755275 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292340517048 140292995745880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22004] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22004/stat : 22004 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755276 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292339464696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22005] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22005/stat : 22005 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755276 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292338412360 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22006] ppid=21984 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/21987/task/22006/stat : 22006 (java) R 21984 21987 20053 0 -1 4202560 18 0 0 0 97 0 0 0 20 0 22 0 27755319 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292337348768 140292842546075 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=22007] ppid=21984 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/21987/task/22007/stat : 22007 (java) R 21984 21987 20053 0 -1 4202560 75 0 0 0 96 2 0 0 20 0 22 0 27755319 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292336305176 140292995030615 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=22008] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22008/stat : 22008 (java) S 21984 21987 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27755320 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292335253032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=22009] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22009/stat : 22009 (java) S 21984 21987 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27755320 10060525568 47565 33554432000 1073741824 1073778376 140736521065104 140292334200488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.24 4.11 4.09 5/219 22009
/proc/meminfo: memFree=28166628/32872528 swapFree=681168/738400
[pid=21987] ppid=21984 vsize=9824732 CPUtime=8.86 cores=0,2,4,6
/proc/21987/stat : 21987 (java) S 21984 21987 20053 0 -1 4202496 26752 0 1 0 872 14 0 0 20 0 22 0 27755270 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140736521056240 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21987/statm: 2456183 78066 2292 9 0 2446860 0
[pid=21987/tid=21988] ppid=21984 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21987/task/21988/stat : 21988 (java) S 21984 21987 20053 0 -1 4202560 2436 0 1 0 45 1 0 0 20 0 22 0 27755271 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292992840568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21990] ppid=21984 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21987/task/21990/stat : 21990 (java) S 21984 21987 20053 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 27755272 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292965292712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21991] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21991/stat : 21991 (java) S 21984 21987 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27755272 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292964240168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21992] ppid=21984 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21987/task/21992/stat : 21992 (java) S 21984 21987 20053 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 27755272 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292963187624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21993] ppid=21984 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21987/task/21993/stat : 21993 (java) S 21984 21987 20053 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 27755272 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292962135080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21994] ppid=21984 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21987/task/21994/stat : 21994 (java) S 21984 21987 20053 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 27755272 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292961081512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21995] ppid=21984 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21987/task/21995/stat : 21995 (java) S 21984 21987 20053 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 27755272 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292830832936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21996] ppid=21984 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21987/task/21996/stat : 21996 (java) S 21984 21987 20053 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 27755272 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292829780392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21997] ppid=21984 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21987/task/21997/stat : 21997 (java) S 21984 21987 20053 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 27755272 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292828727848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=21998] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21998/stat : 21998 (java) S 21984 21987 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292345780840 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21999] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21999/stat : 21999 (java) S 21984 21987 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292344727160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22000] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22000/stat : 22000 (java) S 21984 21987 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292343674504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22001] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22001/stat : 22001 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755275 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292342623248 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22002] ppid=21984 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/21987/task/22002/stat : 22002 (java) S 21984 21987 20053 0 -1 4202560 13194 0 0 0 157 2 0 0 20 0 22 0 27755275 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292341569592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22003] ppid=21984 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/21987/task/22003/stat : 22003 (java) S 21984 21987 20053 0 -1 4202560 9532 0 0 0 143 2 0 0 20 0 22 0 27755275 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292340517048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22004] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22004/stat : 22004 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755276 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292339464696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22005] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22005/stat : 22005 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755276 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292338412360 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22006] ppid=21984 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/21987/task/22006/stat : 22006 (java) R 21984 21987 20053 0 -1 4202560 20 0 0 0 248 0 0 0 20 0 22 0 27755319 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292337348768 140292842067831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=22007] ppid=21984 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/21987/task/22007/stat : 22007 (java) R 21984 21987 20053 0 -1 4202560 113 0 0 0 248 3 0 0 20 0 22 0 27755319 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292336303808 140292996968000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22008] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22008/stat : 22008 (java) S 21984 21987 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27755320 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292335253032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=22009] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22009/stat : 22009 (java) S 21984 21987 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27755320 10060525568 78066 33554432000 1073741824 1073778376 140736521065104 140292334200488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.86
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.22 4.11 4.09 5/219 22009
/proc/meminfo: memFree=27739712/32872528 swapFree=681168/738400
[pid=21987] ppid=21984 vsize=9824732 CPUtime=15.47 cores=0,2,4,6
/proc/21987/stat : 21987 (java) S 21984 21987 20053 0 -1 4202496 27507 0 1 0 1519 28 0 0 20 0 22 0 27755270 10060525568 155797 33554432000 1073741824 1073778376 140736521065104 140736521056240 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21987/statm: 2456183 155797 2292 9 0 2446860 0
[pid=21987/tid=21988] ppid=21984 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21987/task/21988/stat : 21988 (java) S 21984 21987 20053 0 -1 4202560 2436 0 1 0 45 1 0 0 20 0 22 0 27755271 10060525568 155797 33554432000 1073741824 1073778376 140736521065104 140292992840568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21990] ppid=21984 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/21987/task/21990/stat : 21990 (java) S 21984 21987 20053 0 -1 4202560 55 0 0 0 8 2 0 0 20 0 22 0 27755272 10060525568 155797 33554432000 1073741824 1073778376 140736521065104 140292965292712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21991] ppid=21984 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21987/task/21991/stat : 21991 (java) S 21984 21987 20053 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 27755272 10060525568 155797 33554432000 1073741824 1073778376 140736521065104 140292964240168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21992] ppid=21984 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/21987/task/21992/stat : 21992 (java) S 21984 21987 20053 0 -1 4202560 65 0 0 0 9 3 0 0 20 0 22 0 27755272 10060525568 155797 33554432000 1073741824 1073778376 140736521065104 140292963187624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21993] ppid=21984 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/21987/task/21993/stat : 21993 (java) S 21984 21987 20053 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 22 0 27755272 10060525568 155797 33554432000 1073741824 1073778376 140736521065104 140292962135080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21994] ppid=21984 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/21987/task/21994/stat : 21994 (java) S 21984 21987 20053 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 27755272 10060525568 155797 33554432000 1073741824 1073778376 140736521065104 140292961081512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21995] ppid=21984 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/21987/task/21995/stat : 21995 (java) S 21984 21987 20053 0 -1 4202560 51 0 0 0 8 2 0 0 20 0 22 0 27755272 10060525568 155797 33554432000 1073741824 1073778376 140736521065104 140292830832936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=21996] ppid=21984 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21987/task/21996/stat : 21996 (java) S 21984 21987 20053 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 22 0 27755272 10060525568 155797 33554432000 1073741824 1073778376 140736521065104 140292829780392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21997] ppid=21984 vsize=9824732 CPUtime=0.07 cores=0,2,4,6

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

/proc/21987/task/21992/stat : 21992 (java) S 21984 21987 20053 0 -1 4202560 759 0 0 0 266 18 0 0 20 0 22 0 27755272 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292963187624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21993] ppid=21984 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/21987/task/21993/stat : 21993 (java) S 21984 21987 20053 0 -1 4202560 641 0 0 0 253 17 0 0 20 0 22 0 27755272 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292962135080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21994] ppid=21984 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/21987/task/21994/stat : 21994 (java) S 21984 21987 20053 0 -1 4202560 627 0 0 0 248 17 0 0 20 0 22 0 27755272 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292961081512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21995] ppid=21984 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/21987/task/21995/stat : 21995 (java) S 21984 21987 20053 0 -1 4202560 698 0 0 0 272 20 0 0 20 0 22 0 27755272 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292830832936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21996] ppid=21984 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/21987/task/21996/stat : 21996 (java) S 21984 21987 20053 0 -1 4202560 603 0 0 0 273 19 0 0 20 0 22 0 27755272 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292829780392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21997] ppid=21984 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/21987/task/21997/stat : 21997 (java) S 21984 21987 20053 0 -1 4202560 521 0 0 0 253 13 0 0 20 0 22 0 27755272 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292828727848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21998] ppid=21984 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/21987/task/21998/stat : 21998 (java) S 21984 21987 20053 0 -1 4202560 2311 0 0 0 350 7 0 0 20 0 22 0 27755273 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292345780840 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=21999] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21999/stat : 21999 (java) S 21984 21987 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292344727160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22000] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22000/stat : 22000 (java) S 21984 21987 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292343674504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22001] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22001/stat : 22001 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755275 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292342623248 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22002] ppid=21984 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/21987/task/22002/stat : 22002 (java) S 21984 21987 20053 0 -1 4202560 16665 0 0 0 210 2 0 0 20 0 22 0 27755275 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292341569592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22003] ppid=21984 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/21987/task/22003/stat : 22003 (java) S 21984 21987 20053 0 -1 4202560 9539 0 0 0 150 2 0 0 20 0 22 0 27755275 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292340517048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22004] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22004/stat : 22004 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755276 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292339464696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22005] ppid=21984 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/21987/task/22005/stat : 22005 (java) S 21984 21987 20053 0 -1 4202560 51 0 0 0 14 20 0 0 20 0 22 0 27755276 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292338412360 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=22006] ppid=21984 vsize=9824732 CPUtime=869.85 cores=0,2,4,6
/proc/21987/task/22006/stat : 22006 (java) R 21984 21987 20053 0 -1 4202560 61 0 0 0 86972 13 0 0 20 0 22 0 27755319 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292337356464 140292842546075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22007] ppid=21984 vsize=9824732 CPUtime=869.94 cores=0,2,4,6
/proc/21987/task/22007/stat : 22007 (java) R 21984 21987 20053 0 -1 4202560 1635 0 0 0 86943 51 0 0 20 0 22 0 27755319 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292336303040 140292842625791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22008] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22008/stat : 22008 (java) S 21984 21987 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27755320 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292335253032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=22009] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22009/stat : 22009 (java) S 21984 21987 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27755320 10060525568 951647 33554432000 1073741824 1073778376 140736521065104 140292334200488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1774.42
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.25 4.11 4.05 5/219 22303
/proc/meminfo: memFree=24045740/32872528 swapFree=681168/738400
[pid=21987] ppid=21984 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/21987/stat : 21987 (java) S 21984 21987 20053 0 -1 4202496 39041 0 1 0 179805 209 0 0 20 0 22 0 27755270 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140736521056240 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21987/statm: 2456183 955871 2301 9 0 2446860 0
[pid=21987/tid=21988] ppid=21984 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/21987/task/21988/stat : 21988 (java) S 21984 21987 20053 0 -1 4202560 2446 0 1 0 47 3 0 0 20 0 22 0 27755271 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292992840568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21990] ppid=21984 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/21987/task/21990/stat : 21990 (java) S 21984 21987 20053 0 -1 4202560 630 0 0 0 278 18 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292965292712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21991] ppid=21984 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/21987/task/21991/stat : 21991 (java) S 21984 21987 20053 0 -1 4202560 569 0 0 0 255 16 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292964240168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21992] ppid=21984 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/21987/task/21992/stat : 21992 (java) S 21984 21987 20053 0 -1 4202560 760 0 0 0 268 18 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292963187624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21993] ppid=21984 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/21987/task/21993/stat : 21993 (java) S 21984 21987 20053 0 -1 4202560 641 0 0 0 256 17 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292962135080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21994] ppid=21984 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/21987/task/21994/stat : 21994 (java) S 21984 21987 20053 0 -1 4202560 630 0 0 0 253 17 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292961081512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21995] ppid=21984 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/21987/task/21995/stat : 21995 (java) S 21984 21987 20053 0 -1 4202560 701 0 0 0 277 20 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292830832936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21996] ppid=21984 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/21987/task/21996/stat : 21996 (java) S 21984 21987 20053 0 -1 4202560 608 0 0 0 281 19 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292829780392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21997] ppid=21984 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/21987/task/21997/stat : 21997 (java) S 21984 21987 20053 0 -1 4202560 524 0 0 0 256 14 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292828727848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21998] ppid=21984 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/21987/task/21998/stat : 21998 (java) S 21984 21987 20053 0 -1 4202560 2312 0 0 0 350 7 0 0 20 0 22 0 27755273 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292345780840 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=21999] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21999/stat : 21999 (java) S 21984 21987 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292344727160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22000] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22000/stat : 22000 (java) S 21984 21987 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292343674504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22001] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22001/stat : 22001 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755275 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292342623248 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22002] ppid=21984 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/21987/task/22002/stat : 22002 (java) S 21984 21987 20053 0 -1 4202560 16665 0 0 0 210 2 0 0 20 0 22 0 27755275 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292341569592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22003] ppid=21984 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/21987/task/22003/stat : 22003 (java) S 21984 21987 20053 0 -1 4202560 9539 0 0 0 150 2 0 0 20 0 22 0 27755275 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292340517048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22004] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22004/stat : 22004 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755276 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292339464696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22005] ppid=21984 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/21987/task/22005/stat : 22005 (java) S 21984 21987 20053 0 -1 4202560 53 0 0 0 14 21 0 0 20 0 22 0 27755276 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292338412360 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=22006] ppid=21984 vsize=9824732 CPUtime=882.49 cores=0,2,4,6
/proc/21987/task/22006/stat : 22006 (java) R 21984 21987 20053 0 -1 4202560 61 0 0 0 88236 13 0 0 20 0 22 0 27755319 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292337356464 140292842546075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22007] ppid=21984 vsize=9824732 CPUtime=882.58 cores=0,2,4,6
/proc/21987/task/22007/stat : 22007 (java) R 21984 21987 20053 0 -1 4202560 1637 0 0 0 88207 51 0 0 20 0 22 0 27755319 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292336305024 140292842599060 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22008] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22008/stat : 22008 (java) S 21984 21987 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27755320 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292335253032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=22009] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22009/stat : 22009 (java) S 21984 21987 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27755320 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292334200488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 21987 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.101 s]
/proc/loadavg: 4.25 4.11 4.05 5/219 22303
/proc/meminfo: memFree=24045740/32872528 swapFree=681168/738400
[pid=21987] ppid=21984 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/21987/stat : 21987 (java) S 21984 21987 20053 0 -1 4202496 39041 0 1 0 179805 209 0 0 20 0 22 0 27755270 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140736521056240 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21987/statm: 2456183 955871 2301 9 0 2446860 0
[pid=21987/tid=21988] ppid=21984 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/21987/task/21988/stat : 21988 (java) S 21984 21987 20053 0 -1 4202560 2446 0 1 0 47 3 0 0 20 0 22 0 27755271 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292992840568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21990] ppid=21984 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/21987/task/21990/stat : 21990 (java) S 21984 21987 20053 0 -1 4202560 630 0 0 0 278 18 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292965292712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21991] ppid=21984 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/21987/task/21991/stat : 21991 (java) S 21984 21987 20053 0 -1 4202560 569 0 0 0 255 16 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292964240168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21992] ppid=21984 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/21987/task/21992/stat : 21992 (java) S 21984 21987 20053 0 -1 4202560 760 0 0 0 268 18 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292963187624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=21993] ppid=21984 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/21987/task/21993/stat : 21993 (java) S 21984 21987 20053 0 -1 4202560 641 0 0 0 256 17 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292962135080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21994] ppid=21984 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/21987/task/21994/stat : 21994 (java) S 21984 21987 20053 0 -1 4202560 630 0 0 0 253 17 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292961081512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=21995] ppid=21984 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/21987/task/21995/stat : 21995 (java) S 21984 21987 20053 0 -1 4202560 701 0 0 0 277 20 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292830832936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21996] ppid=21984 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/21987/task/21996/stat : 21996 (java) S 21984 21987 20053 0 -1 4202560 608 0 0 0 281 19 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292829780392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21997] ppid=21984 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/21987/task/21997/stat : 21997 (java) S 21984 21987 20053 0 -1 4202560 524 0 0 0 256 14 0 0 20 0 22 0 27755272 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292828727848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=21998] ppid=21984 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/21987/task/21998/stat : 21998 (java) S 21984 21987 20053 0 -1 4202560 2312 0 0 0 350 7 0 0 20 0 22 0 27755273 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292345780840 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=21999] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/21999/stat : 21999 (java) S 21984 21987 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292344727160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22000] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22000/stat : 22000 (java) S 21984 21987 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27755273 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292343674504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22001] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22001/stat : 22001 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755275 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292342623248 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22002] ppid=21984 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/21987/task/22002/stat : 22002 (java) S 21984 21987 20053 0 -1 4202560 16665 0 0 0 210 2 0 0 20 0 22 0 27755275 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292341569592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22003] ppid=21984 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/21987/task/22003/stat : 22003 (java) S 21984 21987 20053 0 -1 4202560 9539 0 0 0 150 2 0 0 20 0 22 0 27755275 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292340517048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22004] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22004/stat : 22004 (java) S 21984 21987 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27755276 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292339464696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22005] ppid=21984 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/21987/task/22005/stat : 22005 (java) S 21984 21987 20053 0 -1 4202560 53 0 0 0 14 21 0 0 20 0 22 0 27755276 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292338412360 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21987/tid=22006] ppid=21984 vsize=9824732 CPUtime=882.49 cores=0,2,4,6
/proc/21987/task/22006/stat : 22006 (java) R 21984 21987 20053 0 -1 4202560 61 0 0 0 88236 13 0 0 20 0 22 0 27755319 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292337356464 140292842546075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21987/tid=22007] ppid=21984 vsize=9824732 CPUtime=882.58 cores=0,2,4,6
/proc/21987/task/22007/stat : 22007 (java) R 21984 21987 20053 0 -1 4202560 1637 0 0 0 88207 51 0 0 20 0 22 0 27755319 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292336305024 140292842599060 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21987/tid=22008] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22008/stat : 22008 (java) S 21984 21987 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27755320 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292335253032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21987/tid=22009] ppid=21984 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21987/task/22009/stat : 22009 (java) S 21984 21987 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27755320 10060525568 955871 33554432000 1073741824 1073778376 140736521065104 140292334200488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.167
CPU time (s): 1800.14
CPU user time (s): 1798.05
CPU system time (s): 2.09
CPU usage (%): 201.095
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.62
system time used= 2.55061
maximum resident set size= 3825024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39076
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24205
involuntary context switches= 24093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.52116 second user time and 7.49586 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 15:19:18
IDJOB=4117238
IDBENCH=109570
IDSOLVER=2543
FILE ID=node112/4117238-1466947158
RUNJOBID= node112-1466939767-20069
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-size80-round21-3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117238-1466947158/watcher-4117238-1466947158 -o /tmp/evaluation-result-4117238-1466947158/solver-4117238-1466947158 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20069 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117238-1466947158.opb

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

MD5SUM BENCH= d697f0b135d9ad156caa23de2b279c84
RANDOM SEED=1592687930

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:        28377852 kB
Buffers:           12656 kB
Cached:           148584 kB
SwapCached:         1704 kB
Active:          2895248 kB
Inactive:         138836 kB
Active(anon):    2873048 kB
Inactive(anon):     2540 kB
Active(file):      22200 kB
Inactive(file):   136296 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098664 kB
Dirty:              1348 kB
Writeback:            12 kB
AnonPages:       3607184 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             565876 kB
SReclaimable:       9244 kB
SUnreclaim:       556632 kB
KernelStack:        1768 kB
PageTables:        11288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4003572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2865152 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 15:34:13