Trace number 4106632

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)12 1800.18 897.553

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_3.opb
MD5SUM8decd85a4aebca069c2c72faa547de31
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1244
Sum of products size (including duplicates)2488
Number of different products1244
Sum of products size2488

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4106632-1466274545.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.44/0.30	c ... done. Wall clock time 0.174s.
0.44/0.30	c declared #vars     100
0.44/0.30	c internal #vars     1344
0.44/0.30	c #constraints  2588
0.44/0.30	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.30	c constraints type 
0.44/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1344
0.44/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1244
0.44/0.30	c 2588 constraints processed.
0.44/0.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.31	c constraints type 
0.44/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1344
0.44/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1244
0.44/0.31	c 2588 constraints processed.
0.44/0.31	c objective function length is 100 literals
0.44/0.32	c And the winner is solver0
0.54/0.81	c SATISFIABLE
0.54/0.81	c OPTIMIZING...
0.54/0.81	c Got one! Elapsed wall clock time (in seconds):0.678
0.54/0.81	o 16
0.54/0.82	c And the winner is solver0
0.63/1.31	c Got one! Elapsed wall clock time (in seconds):1.181
0.63/1.31	o 15
0.96/1.46	c And the winner is solver0
1.53/1.81	c Got one! Elapsed wall clock time (in seconds):1.682
1.53/1.81	o 14
4.32/2.84	c cleaning 2665 clauses out of 5344 with flag 13226/5344
6.90/4.02	c cleaning 4331 clauses out of 8680 with flag 29089/11345
10.02/5.51	c cleaning 5674 clauses out of 11348 with flag 47767/18344
13.51/7.26	c cleaning 6838 clauses out of 13676 with flag 69565/26346
13.51/7.29	c And the winner is solver0
13.71/7.36	c Got one! Elapsed wall clock time (in seconds):7.234
13.71/7.36	o 13
15.89/8.40	c cleaning 5992 clauses out of 11983 with flag 13448/31491
18.30/9.64	c cleaning 5986 clauses out of 11986 with flag 29654/37486
21.59/11.21	c cleaning 6496 clauses out of 13001 with flag 47851/44487
25.19/13.01	c cleaning 7244 clauses out of 14504 with flag 69781/52486
29.33/15.06	c cleaning 8124 clauses out of 16260 with flag 94008/61486
33.76/17.22	c cleaning 9060 clauses out of 18136 with flag 120234/71486
38.62/19.68	c cleaning 10037 clauses out of 20076 with flag 148508/82486
44.42/22.53	c cleaning 11016 clauses out of 22039 with flag 180798/94486
50.46/25.51	c cleaning 12010 clauses out of 24024 with flag 215314/107487
56.46/28.54	c cleaning 12999 clauses out of 26014 with flag 251731/121487
64.14/32.37	c cleaning 14005 clauses out of 28014 with flag 292750/136486
72.54/36.59	c cleaning 15001 clauses out of 30009 with flag 335473/152486
81.61/41.07	c cleaning 15992 clauses out of 32008 with flag 380184/169486
91.61/46.07	c cleaning 17004 clauses out of 34017 with flag 427503/187487
102.88/51.67	c cleaning 18006 clauses out of 36012 with flag 477886/206486
114.67/57.58	c cleaning 18998 clauses out of 38007 with flag 532563/226487
126.93/63.67	c cleaning 19998 clauses out of 40008 with flag 587972/247486
140.20/70.30	c cleaning 21001 clauses out of 42010 with flag 648704/269486
147.41/73.86	c cleaning 0 clauses out of 5587 with flag 0/5588
154.93/77.49	c cleaning 21998 clauses out of 44013 with flag 710998/292490
168.92/84.39	c cleaning 23000 clauses out of 46012 with flag 774075/316487
184.77/92.30	c cleaning 24002 clauses out of 48012 with flag 843616/341487
200.65/100.18	c cleaning 25003 clauses out of 50009 with flag 914375/367486
217.30/108.42	c cleaning 25996 clauses out of 52013 with flag 986996/394493
234.76/117.13	c cleaning 26995 clauses out of 54010 with flag 1063141/422486
253.62/126.52	c cleaning 27992 clauses out of 56015 with flag 1143541/451486
272.70/136.04	c cleaning 29008 clauses out of 58023 with flag 1223708/481486
291.95/145.69	c cleaning 30002 clauses out of 60015 with flag 1308524/512486
311.46/155.39	c cleaning 31005 clauses out of 62013 with flag 1395660/544486
333.38/166.29	c cleaning 31989 clauses out of 64008 with flag 1482867/577486
357.73/178.32	c cleaning 33009 clauses out of 66021 with flag 1574407/611488
381.84/190.39	c cleaning 33989 clauses out of 68013 with flag 1670116/646489
405.77/202.22	c cleaning 35011 clauses out of 70021 with flag 1769461/682486
431.76/215.18	c cleaning 35989 clauses out of 72010 with flag 1874629/719486
458.56/228.48	c cleaning 37008 clauses out of 74021 with flag 1982268/757486
486.37/242.28	c cleaning 38006 clauses out of 76016 with flag 2092461/796489
506.50/252.66	c And the winner is solver1
506.50/252.87	c Got one! Elapsed wall clock time (in seconds):252.745
506.50/252.87	o 12
510.78/255.05	c cleaning 35790 clauses out of 71579 with flag 15803/830058
514.21/256.76	c cleaning 20887 clauses out of 41789 with flag 35354/836058
517.82/258.58	c cleaning 13950 clauses out of 27904 with flag 57622/843060
521.43/260.39	c cleaning 10968 clauses out of 21952 with flag 84406/851058
525.63/262.44	c cleaning 9988 clauses out of 19985 with flag 113504/860059
529.85/264.56	c cleaning 9996 clauses out of 19995 with flag 146888/870057
534.87/267.06	c cleaning 10499 clauses out of 20999 with flag 183775/881057
540.72/269.91	c cleaning 11245 clauses out of 22500 with flag 225281/893057
546.36/272.71	c cleaning 12127 clauses out of 24257 with flag 272927/906059
552.98/276.01	c cleaning 13062 clauses out of 26129 with flag 318904/920058
560.20/279.63	c cleaning 14035 clauses out of 28069 with flag 365670/935060
567.86/283.49	c cleaning 15011 clauses out of 30031 with flag 418640/951057
576.27/287.65	c cleaning 16006 clauses out of 32021 with flag 477001/968058
584.92/291.93	c cleaning 17005 clauses out of 34015 with flag 545652/986058
594.57/296.76	c cleaning 18001 clauses out of 36009 with flag 623203/1005057
605.82/302.38	c cleaning 19000 clauses out of 38008 with flag 690849/1025057
617.68/308.29	c cleaning 20004 clauses out of 40009 with flag 761761/1046058
629.52/314.13	c cleaning 20996 clauses out of 42004 with flag 837479/1068057
641.94/320.36	c cleaning 22002 clauses out of 44009 with flag 917146/1091058
656.40/327.59	c cleaning 22997 clauses out of 46008 with flag 999139/1115059
669.81/334.23	c cleaning 23996 clauses out of 48009 with flag 1098520/1140057
684.84/341.74	c cleaning 25004 clauses out of 50013 with flag 1190854/1166057
700.88/349.76	c cleaning 26005 clauses out of 52010 with flag 1283395/1193058
717.36/357.96	c cleaning 27000 clauses out of 54004 with flag 1384791/1221057
721.75/360.13	c cleaning 0 clauses out of 11334 with flag 0/11335
734.65/366.52	c cleaning 27996 clauses out of 56004 with flag 1493359/1250057
752.54/375.41	c cleaning 29004 clauses out of 58010 with flag 1606514/1280059
771.44/384.88	c cleaning 29996 clauses out of 60004 with flag 1725763/1311057
791.77/395.00	c cleaning 31001 clauses out of 62008 with flag 1850007/1343057
813.11/405.53	c cleaning 31999 clauses out of 64007 with flag 1978391/1376057
835.79/416.81	c cleaning 33002 clauses out of 66008 with flag 2101786/1410057
860.76/429.21	c cleaning 34003 clauses out of 68009 with flag 2213893/1445060
886.25/441.91	c cleaning 34999 clauses out of 70005 with flag 2329132/1481059
913.22/455.32	c cleaning 36003 clauses out of 72007 with flag 2449936/1518060
939.36/468.34	c cleaning 37001 clauses out of 74003 with flag 2583328/1556059
966.31/481.70	c cleaning 37996 clauses out of 76003 with flag 2707530/1595060
994.04/495.52	c cleaning 38995 clauses out of 78004 with flag 2841187/1635057
1023.41/510.14	c cleaning 40004 clauses out of 80009 with flag 2994972/1676057
1055.37/526.08	c cleaning 41002 clauses out of 82007 with flag 3134409/1718059
1086.50/541.56	c cleaning 42000 clauses out of 84003 with flag 3284961/1761057
1118.52/557.94	c cleaning 43002 clauses out of 86004 with flag 3446159/1805058
1151.66/574.40	c cleaning 43991 clauses out of 88001 with flag 3594831/1850057
1185.44/591.29	c cleaning 45000 clauses out of 90013 with flag 3762462/1896060
1222.03/609.44	c cleaning 46001 clauses out of 92012 with flag 3919087/1943059
1258.04/627.39	c cleaning 47006 clauses out of 94011 with flag 4093929/1991059
1294.41/645.45	c cleaning 48001 clauses out of 96004 with flag 4273357/2040058
1331.97/664.17	c cleaning 48993 clauses out of 98002 with flag 4460486/2090057
1371.60/683.82	c cleaning 49997 clauses out of 100009 with flag 4652207/2141057
1411.18/703.55	c cleaning 51004 clauses out of 102015 with flag 4856157/2193060
1452.76/724.21	c cleaning 51997 clauses out of 104008 with flag 5068311/2246057
1498.18/746.87	c cleaning 52997 clauses out of 106011 with flag 5261584/2300057
1547.40/771.34	c cleaning 54007 clauses out of 108015 with flag 5451245/2355058
1595.61/795.40	c cleaning 55000 clauses out of 110007 with flag 5650667/2411057
1643.07/818.94	c cleaning 56004 clauses out of 112007 with flag 5851330/2468057
1693.92/844.22	c cleaning 56995 clauses out of 114004 with flag 6052115/2526058
1745.69/869.93	c cleaning 57997 clauses out of 116008 with flag 6255774/2585057
1800.18/897.50	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.18/897.50	c starts		: 35203
1800.18/897.50	c conflicts		: 2642041
1800.18/897.50	c decisions		: 6140281
1800.18/897.50	c propagations		: 592045339
1800.18/897.50	c inspects		: 10340403961
1800.18/897.50	c shortcuts		: 0
1800.18/897.50	c learnt literals	: 0
1800.18/897.50	c learnt binary clauses	: 0
1800.18/897.50	c learnt ternary clauses	: 2
1800.18/897.50	c learnt constraints	: 2642041
1800.18/897.50	c ignored constraints	: 0
1800.18/897.50	c root simplifications	: 0
1800.18/897.50	c removed literals (reason simplification)	: 312830
1800.18/897.50	c reason swapping (by a shorter reason)	: 0
1800.18/897.50	c Calls to reduceDB	: 94
1800.18/897.50	c Number of update (reduction) of LBD	: 803829
1800.18/897.50	c Imported unit clauses	: 0
1800.18/897.50	c number of reductions to clauses (during analyze)	: 0
1800.18/897.50	c number of learned constraints concerned by reduction	: 0
1800.18/897.50	c number of learning phase by resolution	: 0
1800.18/897.50	c number of learning phase by cutting planes	: 0
1800.18/897.50	c speed (assignments/second)	: 918428.2695938284
1800.18/897.50	c non guided choices	0
1800.18/897.53	c learnt constraints type 
1800.18/897.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114996
1800.18/897.53	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.18/897.53	c starts		: 53
1800.18/897.53	c conflicts		: 15203
1800.18/897.53	c decisions		: 27038
1800.18/897.53	c propagations		: 1635265
1800.18/897.53	c inspects		: 997824493
1800.18/897.53	c shortcuts		: 0
1800.18/897.53	c learnt literals	: 0
1800.18/897.53	c learnt binary clauses	: 0
1800.18/897.53	c learnt ternary clauses	: 0
1800.18/897.53	c learnt constraints	: 15202
1800.18/897.53	c ignored constraints	: 0
1800.18/897.53	c root simplifications	: 0
1800.18/897.53	c removed literals (reason simplification)	: 0
1800.18/897.53	c reason swapping (by a shorter reason)	: 0
1800.18/897.53	c Calls to reduceDB	: 2
1800.18/897.53	c Number of update (reduction) of LBD	: 0
1800.18/897.53	c Imported unit clauses	: 0
1800.18/897.53	c number of reductions to clauses (during analyze)	: 0
1800.18/897.53	c number of learned constraints concerned by reduction	: 0
1800.18/897.53	c number of learning phase by resolution	: 0
1800.18/897.53	c number of learning phase by cutting planes	: 0
1800.18/897.53	c speed (assignments/second)	: 1837.0378941408549
1800.18/897.53	c non guided choices	0
1800.18/897.54	c learnt constraints type 
1800.18/897.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.18/897.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 147
1800.18/897.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15053
1800.18/897.54	s SATISFIABLE
1800.18/897.54	c Found 5 solution(s)
1800.18/897.54	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 
1800.18/897.54	c objective function=12
1800.18/897.54	c Total wall clock time (in seconds): 897.408

Verifier Data

OK	12

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-4106632-1466274545/watcher-4106632-1466274545 -o /tmp/evaluation-result-4106632-1466274545/solver-4106632-1466274545 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106632-1466274545.opb 

pid=3822
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.22 4.24 4.24 4/197 3825
/proc/meminfo: memFree=26467504/32872528 swapFree=1534436/1655032
[pid=3825] ppid=3822 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (java) R 3822 3825 28285 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 29502898 9515008 175 33554432000 1073741824 1073778376 140733657515184 140733657512312 217410117232 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3825/statm: 2323 176 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.22 4.24 4.24 4/197 3825
/proc/meminfo: memFree=26467504/32872528 swapFree=1534436/1655032
[pid=3825] ppid=3822 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/3825/stat : 3825 (java) S 3822 3825 28285 0 -1 4202496 4354 0 1 0 7 0 0 0 20 0 18 0 29502898 9787879424 4968 33554432000 1073741824 1073778376 140735516969312 140735516960448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3825/statm: 2389619 4971 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 4.22 4.24 4.24 4/197 3825
/proc/meminfo: memFree=26467504/32872528 swapFree=1534436/1655032
[pid=3825] ppid=3822 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/3825/stat : 3825 (java) S 3822 3825 28285 0 -1 4202496 4634 0 1 0 19 1 0 0 20 0 18 0 29502898 9787879424 6748 33554432000 1073741824 1073778376 140735516969312 140735516960448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3825/statm: 2389619 6748 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 4.22 4.24 4.24 4/197 3825
/proc/meminfo: memFree=26467504/32872528 swapFree=1534436/1655032
[pid=3825] ppid=3822 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/3825/stat : 3825 (java) S 3822 3825 28285 0 -1 4202496 6269 0 1 0 42 2 0 0 20 0 18 0 29502898 9787879424 8487 33554432000 1073741824 1073778376 140735516969312 140735516960448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3825/statm: 2389619 8487 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700267 s]
/proc/loadavg: 4.22 4.24 4.24 4/197 3825
/proc/meminfo: memFree=26467504/32872528 swapFree=1534436/1655032
[pid=3825] ppid=3822 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/3825/stat : 3825 (java) S 3822 3825 28285 0 -1 4202496 6423 0 1 0 50 4 0 0 20 0 19 0 29502898 10060525568 9531 33554432000 1073741824 1073778376 140735516969312 140735516960448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3825/statm: 2456183 9531 2255 9 0 2446860 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9824732

[startup+1.50073 s]
/proc/loadavg: 4.20 4.24 4.24 4/216 3850
/proc/meminfo: memFree=26432400/32872528 swapFree=1534436/1655032
[pid=3825] ppid=3822 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/3825/stat : 3825 (java) S 3822 3825 28285 0 -1 4202496 9761 0 1 0 123 8 0 0 20 0 19 0 29502898 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 140735516960448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3825/statm: 2456183 14108 2265 9 0 2446860 0
[pid=3825/tid=3827] ppid=3822 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/3825/task/3827/stat : 3827 (java) S 3822 3825 28285 0 -1 4202560 2485 0 1 0 27 0 0 0 20 0 19 0 29502899 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865410773880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3828] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3828/stat : 3828 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29502901 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865254783912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3829] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3829/stat : 3829 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29502901 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865253731368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3830] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3830/stat : 3830 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29502901 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865252678312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3831] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3831/stat : 3831 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29502901 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865251625768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3832] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3832/stat : 3832 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29502901 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865250572712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3833] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3833/stat : 3833 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29502901 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865249520168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3834] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3834/stat : 3834 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29502901 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865248467112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3835] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3835/stat : 3835 (java) S 3822 3825 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29502901 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865247414568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3836] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3836/stat : 3836 (java) S 3822 3825 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29502902 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865235004264 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3837] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3837/stat : 3837 (java) S 3822 3825 28285 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29502902 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865233950584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3838] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3838/stat : 3838 (java) S 3822 3825 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29502902 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865232897416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3839] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3839/stat : 3839 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29502905 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865231846160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3840] ppid=3822 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/3825/task/3840/stat : 3840 (java) R 3822 3825 28285 0 -1 4202560 3037 0 0 0 30 0 0 0 20 0 19 0 29502905 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865230770104 139865417586213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3841] ppid=3822 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/3825/task/3841/stat : 3841 (java) R 3822 3825 28285 0 -1 4202560 2890 0 0 0 30 0 0 0 20 0 19 0 29502905 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865229717720 139865413380192 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3842] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3842/stat : 3842 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29502905 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865228687608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3843] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3843/stat : 3843 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29502905 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865227635272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3847] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3847/stat : 3847 (java) S 3822 3825 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29502929 10060525568 14108 33554432000 1073741824 1073778376 140735516969312 139865223423400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.20 4.24 4.24 8/219 3856
/proc/meminfo: memFree=26338748/32872528 swapFree=1534436/1655032
[pid=3825] ppid=3822 vsize=9824732 CPUtime=5.01 cores=0,2,4,6
/proc/3825/stat : 3825 (java) S 3822 3825 28285 0 -1 4202496 14570 0 1 0 486 15 0 0 20 0 22 0 29502898 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 140735516960448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3825/statm: 2456183 50704 2293 9 0 2446860 0
[pid=3825/tid=3827] ppid=3822 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/3825/task/3827/stat : 3827 (java) S 3822 3825 28285 0 -1 4202560 2485 0 1 0 27 0 0 0 20 0 22 0 29502899 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865410773880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3828] ppid=3822 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3825/task/3828/stat : 3828 (java) S 3822 3825 28285 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 29502901 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865254783912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3829] ppid=3822 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3825/task/3829/stat : 3829 (java) S 3822 3825 28285 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 29502901 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865253731368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3830] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3830/stat : 3830 (java) S 3822 3825 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29502901 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865252678312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3831] ppid=3822 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3825/task/3831/stat : 3831 (java) S 3822 3825 28285 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29502901 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865251625768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3832] ppid=3822 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3825/task/3832/stat : 3832 (java) S 3822 3825 28285 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 29502901 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865250572712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3833] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3833/stat : 3833 (java) S 3822 3825 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29502901 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865249520168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3834] ppid=3822 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3825/task/3834/stat : 3834 (java) S 3822 3825 28285 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 29502901 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865248467112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3835] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3835/stat : 3835 (java) S 3822 3825 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29502901 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865247414568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3836] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3836/stat : 3836 (java) S 3822 3825 28285 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865235004264 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3837] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3837/stat : 3837 (java) S 3822 3825 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865233950584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3838] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3838/stat : 3838 (java) S 3822 3825 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865232897416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3839] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3839/stat : 3839 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29502905 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865231846160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3840] ppid=3822 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/3825/task/3840/stat : 3840 (java) S 3822 3825 28285 0 -1 4202560 3455 0 0 0 66 0 0 0 20 0 22 0 29502905 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865230793016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3841] ppid=3822 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/3825/task/3841/stat : 3841 (java) S 3822 3825 28285 0 -1 4202560 7066 0 0 0 98 1 0 0 20 0 22 0 29502905 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865229740472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3842] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3842/stat : 3842 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29502905 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865228687608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3843] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3843/stat : 3843 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29502905 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865227635272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3847] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3847/stat : 3847 (java) S 3822 3825 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29502929 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865223423400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3854] ppid=3822 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/3825/task/3854/stat : 3854 (java) R 3822 3825 28285 0 -1 4202560 7 0 0 0 122 0 0 0 20 0 22 0 29503080 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865224473376 139865282939245 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3855] ppid=3822 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/3825/task/3855/stat : 3855 (java) R 3822 3825 28285 0 -1 4202560 59 0 0 0 121 1 0 0 20 0 22 0 29503080 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865226579728 139865282963213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3856] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3856/stat : 3856 (java) S 3822 3825 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29503080 10060525568 50704 33554432000 1073741824 1073778376 140735516969312 139865225528360 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.18 4.24 4.23 5/219 3856
/proc/meminfo: memFree=26106208/32872528 swapFree=1534436/1655032
[pid=3825] ppid=3822 vsize=9824732 CPUtime=11.71 cores=0,2,4,6
/proc/3825/stat : 3825 (java) S 3822 3825 28285 0 -1 4202496 15412 0 1 0 1141 30 0 0 20 0 22 0 29502898 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 140735516960448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3825/statm: 2456183 154039 2293 9 0 2446860 0
[pid=3825/tid=3827] ppid=3822 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/3825/task/3827/stat : 3827 (java) S 3822 3825 28285 0 -1 4202560 2485 0 1 0 27 0 0 0 20 0 22 0 29502899 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865410773880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3828] ppid=3822 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/3825/task/3828/stat : 3828 (java) S 3822 3825 28285 0 -1 4202560 63 0 0 0 6 3 0 0 20 0 22 0 29502901 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865254783912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3829] ppid=3822 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/3825/task/3829/stat : 3829 (java) S 3822 3825 28285 0 -1 4202560 56 0 0 0 7 3 0 0 20 0 22 0 29502901 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865253731368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3830] ppid=3822 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3825/task/3830/stat : 3830 (java) S 3822 3825 28285 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 29502901 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865252678312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3831] ppid=3822 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/3825/task/3831/stat : 3831 (java) S 3822 3825 28285 0 -1 4202560 48 0 0 0 6 3 0 0 20 0 22 0 29502901 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865251625768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3832] ppid=3822 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3825/task/3832/stat : 3832 (java) S 3822 3825 28285 0 -1 4202560 57 0 0 0 5 1 0 0 20 0 22 0 29502901 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865250572712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3833] ppid=3822 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3825/task/3833/stat : 3833 (java) S 3822 3825 28285 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 22 0 29502901 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865249520168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3834] ppid=3822 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/3825/task/3834/stat : 3834 (java) S 3822 3825 28285 0 -1 4202560 62 0 0 0 7 3 0 0 20 0 22 0 29502901 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865248467112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3835] ppid=3822 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3825/task/3835/stat : 3835 (java) S 3822 3825 28285 0 -1 4202560 50 0 0 0 3 2 0 0 20 0 22 0 29502901 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865247414568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3836] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3836/stat : 3836 (java) S 3822 3825 28285 0 -1 4202560 450 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865235004264 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3837] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3837/stat : 3837 (java) S 3822 3825 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865233950584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3838] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3838/stat : 3838 (java) S 3822 3825 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865232897416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3839] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3839/stat : 3839 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29502905 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865231846160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3840] ppid=3822 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/3825/task/3840/stat : 3840 (java) S 3822 3825 28285 0 -1 4202560 3459 0 0 0 70 0 0 0 20 0 22 0 29502905 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865230793016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3841] ppid=3822 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/3825/task/3841/stat : 3841 (java) S 3822 3825 28285 0 -1 4202560 7066 0 0 0 102 1 0 0 20 0 22 0 29502905 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865229740472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3842] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3842/stat : 3842 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29502905 10060525568 154039 33554432000 1073741824 1073778376 140735516969312 139865228687608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3843] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=3825/tid=3835] ppid=3822 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/3825/task/3835/stat : 3835 (java) S 3822 3825 28285 0 -1 4202560 393 0 0 0 253 9 0 0 20 0 22 0 29502901 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865247414568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3836] ppid=3822 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/3825/task/3836/stat : 3836 (java) S 3822 3825 28285 0 -1 4202560 1517 0 0 0 168 20 0 0 20 0 22 0 29502902 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865235004264 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3837] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3837/stat : 3837 (java) S 3822 3825 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865233950584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3838] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3838/stat : 3838 (java) S 3822 3825 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865232897416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3839] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3839/stat : 3839 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29502905 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865231846160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3840] ppid=3822 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/3825/task/3840/stat : 3840 (java) S 3822 3825 28285 0 -1 4202560 8469 0 0 0 126 2 0 0 20 0 22 0 29502905 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865230793016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3841] ppid=3822 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/3825/task/3841/stat : 3841 (java) S 3822 3825 28285 0 -1 4202560 7079 0 0 0 109 1 0 0 20 0 22 0 29502905 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865229740472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3842] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3842/stat : 3842 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29502905 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865228687608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3843] ppid=3822 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/3825/task/3843/stat : 3843 (java) S 3822 3825 28285 0 -1 4202560 50 0 0 0 13 19 0 0 20 0 22 0 29502905 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865227635272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3859] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3859/stat : 3859 (java) S 3822 3825 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29503635 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865225528232 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3867] ppid=3822 vsize=9824732 CPUtime=622.41 cores=0,2,4,6
/proc/3825/task/3867/stat : 3867 (java) R 3822 3825 28285 0 -1 4202560 83 0 0 0 62231 10 0 0 20 0 22 0 29528186 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865226579952 139865282887781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3868] ppid=3822 vsize=9824732 CPUtime=622.48 cores=0,2,4,6
/proc/3825/task/3868/stat : 3868 (java) R 3822 3825 28285 0 -1 4202560 102 0 0 0 62239 9 0 0 20 0 22 0 29528186 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865224473880 139865282898534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3869] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3869/stat : 3869 (java) S 3822 3825 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29528186 10060525568 617831 33554432000 1073741824 1073778376 140735516969312 139865223423272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1769.58
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.501 s]
/proc/loadavg: 4.22 4.25 4.24 6/219 3981
/proc/meminfo: memFree=23943240/32872528 swapFree=1534436/1655032
[pid=3825] ppid=3822 vsize=9824732 CPUtime=1799.11 cores=0,2,4,6
/proc/3825/stat : 3825 (java) S 3822 3825 28285 0 -1 4202496 26202 0 1 0 179743 168 0 0 20 0 22 0 29502898 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 140735516960448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3825/statm: 2456183 617586 2303 9 0 2446860 0
[pid=3825/tid=3827] ppid=3822 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/3825/task/3827/stat : 3827 (java) S 3822 3825 28285 0 -1 4202560 2491 0 1 0 29 2 0 0 20 0 22 0 29502899 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865410773880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3828] ppid=3822 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/3825/task/3828/stat : 3828 (java) S 3822 3825 28285 0 -1 4202560 421 0 0 0 267 10 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865254783912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3829] ppid=3822 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/3825/task/3829/stat : 3829 (java) S 3822 3825 28285 0 -1 4202560 367 0 0 0 258 11 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865253731368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3830] ppid=3822 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/3825/task/3830/stat : 3830 (java) S 3822 3825 28285 0 -1 4202560 336 0 0 0 249 11 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865252678312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3831] ppid=3822 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/3825/task/3831/stat : 3831 (java) S 3822 3825 28285 0 -1 4202560 369 0 0 0 261 11 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865251625768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3832] ppid=3822 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/3825/task/3832/stat : 3832 (java) S 3822 3825 28285 0 -1 4202560 374 0 0 0 251 10 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865250572712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3833] ppid=3822 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/3825/task/3833/stat : 3833 (java) S 3822 3825 28285 0 -1 4202560 346 0 0 0 264 9 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865249520168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3834] ppid=3822 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/3825/task/3834/stat : 3834 (java) S 3822 3825 28285 0 -1 4202560 336 0 0 0 263 8 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865248467112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3835] ppid=3822 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/3825/task/3835/stat : 3835 (java) S 3822 3825 28285 0 -1 4202560 394 0 0 0 256 9 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865247414568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3836] ppid=3822 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/3825/task/3836/stat : 3836 (java) S 3822 3825 28285 0 -1 4202560 1875 0 0 0 268 21 0 0 20 0 22 0 29502902 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865235004264 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3837] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3837/stat : 3837 (java) S 3822 3825 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865233950584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3838] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3838/stat : 3838 (java) S 3822 3825 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865232897416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3839] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3839/stat : 3839 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29502905 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865231846160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3840] ppid=3822 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/3825/task/3840/stat : 3840 (java) S 3822 3825 28285 0 -1 4202560 8469 0 0 0 126 2 0 0 20 0 22 0 29502905 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865230793016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3841] ppid=3822 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/3825/task/3841/stat : 3841 (java) S 3822 3825 28285 0 -1 4202560 7079 0 0 0 109 1 0 0 20 0 22 0 29502905 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865229740472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3842] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3842/stat : 3842 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29502905 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865228687608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3843] ppid=3822 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/3825/task/3843/stat : 3843 (java) S 3822 3825 28285 0 -1 4202560 50 0 0 0 14 19 0 0 20 0 22 0 29502905 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865227635272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3859] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3859/stat : 3859 (java) S 3822 3825 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29503635 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865225528232 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3867] ppid=3822 vsize=9824732 CPUtime=636.46 cores=0,2,4,6
/proc/3825/task/3867/stat : 3867 (java) R 3822 3825 28285 0 -1 4202560 83 0 0 0 63636 10 0 0 20 0 22 0 29528186 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865226579952 139865282887781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3868] ppid=3822 vsize=9824732 CPUtime=636.52 cores=0,2,4,6
/proc/3825/task/3868/stat : 3868 (java) R 3822 3825 28285 0 -1 4202560 104 0 0 0 63643 9 0 0 20 0 22 0 29528186 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865224473888 139865282965030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3869] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3869/stat : 3869 (java) S 3822 3825 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29528186 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865223423272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
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 3825 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.501 s]
/proc/loadavg: 4.22 4.25 4.24 6/219 3981
/proc/meminfo: memFree=23943240/32872528 swapFree=1534436/1655032
[pid=3825] ppid=3822 vsize=9824732 CPUtime=1799.11 cores=0,2,4,6
/proc/3825/stat : 3825 (java) S 3822 3825 28285 0 -1 4202496 26202 0 1 0 179743 168 0 0 20 0 22 0 29502898 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 140735516960448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3825/statm: 2456183 617586 2303 9 0 2446860 0
[pid=3825/tid=3827] ppid=3822 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/3825/task/3827/stat : 3827 (java) S 3822 3825 28285 0 -1 4202560 2491 0 1 0 29 2 0 0 20 0 22 0 29502899 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865410773880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3828] ppid=3822 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/3825/task/3828/stat : 3828 (java) S 3822 3825 28285 0 -1 4202560 421 0 0 0 267 10 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865254783912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3829] ppid=3822 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/3825/task/3829/stat : 3829 (java) S 3822 3825 28285 0 -1 4202560 367 0 0 0 258 11 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865253731368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3830] ppid=3822 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/3825/task/3830/stat : 3830 (java) S 3822 3825 28285 0 -1 4202560 336 0 0 0 249 11 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865252678312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3831] ppid=3822 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/3825/task/3831/stat : 3831 (java) S 3822 3825 28285 0 -1 4202560 369 0 0 0 261 11 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865251625768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3832] ppid=3822 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/3825/task/3832/stat : 3832 (java) S 3822 3825 28285 0 -1 4202560 374 0 0 0 251 10 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865250572712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3833] ppid=3822 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/3825/task/3833/stat : 3833 (java) S 3822 3825 28285 0 -1 4202560 346 0 0 0 264 9 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865249520168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3834] ppid=3822 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/3825/task/3834/stat : 3834 (java) S 3822 3825 28285 0 -1 4202560 336 0 0 0 263 8 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865248467112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3835] ppid=3822 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/3825/task/3835/stat : 3835 (java) S 3822 3825 28285 0 -1 4202560 394 0 0 0 256 9 0 0 20 0 22 0 29502901 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865247414568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3836] ppid=3822 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/3825/task/3836/stat : 3836 (java) S 3822 3825 28285 0 -1 4202560 1875 0 0 0 268 21 0 0 20 0 22 0 29502902 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865235004264 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3837] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3837/stat : 3837 (java) S 3822 3825 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865233950584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3838] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3838/stat : 3838 (java) S 3822 3825 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29502902 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865232897416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3839] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3839/stat : 3839 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29502905 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865231846160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3840] ppid=3822 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/3825/task/3840/stat : 3840 (java) S 3822 3825 28285 0 -1 4202560 8469 0 0 0 126 2 0 0 20 0 22 0 29502905 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865230793016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3841] ppid=3822 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/3825/task/3841/stat : 3841 (java) S 3822 3825 28285 0 -1 4202560 7079 0 0 0 109 1 0 0 20 0 22 0 29502905 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865229740472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3842] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3842/stat : 3842 (java) S 3822 3825 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29502905 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865228687608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3843] ppid=3822 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/3825/task/3843/stat : 3843 (java) S 3822 3825 28285 0 -1 4202560 50 0 0 0 14 19 0 0 20 0 22 0 29502905 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865227635272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3825/tid=3859] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3859/stat : 3859 (java) S 3822 3825 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29503635 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865225528232 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3825/tid=3867] ppid=3822 vsize=9824732 CPUtime=636.46 cores=0,2,4,6
/proc/3825/task/3867/stat : 3867 (java) R 3822 3825 28285 0 -1 4202560 83 0 0 0 63636 10 0 0 20 0 22 0 29528186 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865226579952 139865282887781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3825/tid=3868] ppid=3822 vsize=9824732 CPUtime=636.52 cores=0,2,4,6
/proc/3825/task/3868/stat : 3868 (java) R 3822 3825 28285 0 -1 4202560 104 0 0 0 63643 9 0 0 20 0 22 0 29528186 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865224473888 139865282965030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3825/tid=3869] ppid=3822 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3825/task/3869/stat : 3869 (java) S 3822 3825 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29528186 10060525568 617586 33554432000 1073741824 1073778376 140735516969312 139865223423272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 9824732

Child status: 143

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.07001
#  lost CPU user time (s): 1.14999
#  lost CPU system time (s): -0.08

Real time (s): 897.553
CPU time (s): 1800.18
CPU user time (s): 1798.58
CPU system time (s): 1.6
CPU usage (%): 200.565
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 2.12268
maximum resident set size= 2901220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26237
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28318
involuntary context switches= 51931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.81927 second user time and 4.71428 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 20:29:05
IDJOB=4106632
IDBENCH=48147
IDSOLVER=2543
FILE ID=node122/4106632-1466274545
RUNJOBID= node122-1466264503-28301
PBS_JOBID= 19918220
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106632-1466274545/watcher-4106632-1466274545 -o /tmp/evaluation-result-4106632-1466274545/solver-4106632-1466274545 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106632-1466274545.opb

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

MD5SUM BENCH= 8decd85a4aebca069c2c72faa547de31
RANDOM SEED=1458520710

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26468032 kB
Buffers:          149164 kB
Cached:           223432 kB
SwapCached:            0 kB
Active:          3727288 kB
Inactive:         271508 kB
Active(anon):    3618972 kB
Inactive(anon):     9916 kB
Active(file):     108316 kB
Inactive(file):   261592 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               920 kB
Writeback:             0 kB
AnonPages:       5281276 kB
Mapped:            21280 kB
Shmem:               204 kB
Slab:             610992 kB
SReclaimable:      54692 kB
SUnreclaim:       556300 kB
KernelStack:        1624 kB
PageTables:        14320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5546872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3629056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node122 at 2016-06-18 20:44:02