Trace number 4081792

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)-110 1800.04 897.874

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_3.opb
MD5SUM0247ef4de041bbff376811a7e6bf0408
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-113
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -110
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint10
Maximum length of a constraint22
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6316
Sum of products size (including duplicates)12632
Number of different products3158
Sum of products size6316

Quality of the solution as a function of time


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

Solver Data

0.05/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.25	c See www.sat4j.org for details.
0.05/0.25	c version PB16.v20160501
0.05/0.25	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.25	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.25	c java.vm.version	19.1-b02
0.05/0.25	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.25	c sun.arch.data.model	64
0.05/0.25	c java.version		1.6.0_24
0.05/0.25	c os.name		Linux
0.05/0.25	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.25	c os.arch		amd64
0.05/0.25	c Free memory 		501472288
0.05/0.25	c Max memory 		7480803328
0.05/0.25	c Total memory 		504102912
0.05/0.26	c Number of processors 	8
0.05/0.30	c Pseudo Boolean Optimization by upper bound
0.05/0.30	c ManyCore solver with 2 solvers running in parallel
0.05/0.30	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.05/0.30	c --- Begin Solver configuration ---
0.05/0.30	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.05/0.30	c Learn all clauses as in MiniSAT
0.05/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.30	c Expensive reason simplification
0.05/0.30	c Glucose 2.1 dynamic restart strategy
0.05/0.30	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.05/0.30	c timeout=2147483s
0.05/0.30	c DB Simplification allowed=false
0.05/0.30	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.30	c --- End Solver configuration ---
0.05/0.30	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.05/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.30	c --- Begin Solver configuration ---
0.05/0.30	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.05/0.30	c Learn all clauses as in MiniSAT
0.05/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.30	c No reason simplification
0.05/0.30	c Armin Biere (Picosat) restarts strategy
0.05/0.30	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.05/0.30	c timeout=2147483s
0.05/0.30	c DB Simplification allowed=false
0.05/0.30	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.30	c --- End Solver configuration ---
0.15/0.30	c solving HOME/instance-4081792-1465255598.opb
0.15/0.30	c reading problem ... 
0.15/0.31	c  objective function found
0.78/0.65	c ... done. Wall clock time 0.355s.
0.78/0.65	c declared #vars     500
0.78/0.65	c internal #vars     3658
0.78/0.65	c #constraints  7316
0.78/0.65	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.78/0.65	c constraints type 
0.78/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3158
0.78/0.65	c org.sat4j.minisat.constraints.cnf.UnitClauses => 389
0.78/0.65	c org.sat4j.specs.Constr$1 => 562
0.78/0.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 49
0.78/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3158
0.78/0.65	c 7316 constraints processed.
0.78/0.65	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.78/0.65	c constraints type 
0.78/0.65	c org.sat4j.specs.Constr$1 => 562
0.78/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3158
0.78/0.65	c org.sat4j.pb.constraints.pb.UnitClausesPB => 389
0.78/0.65	c org.sat4j.pb.constraints.pb.UnitClausePB => 49
0.78/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3158
0.78/0.65	c 7316 constraints processed.
0.78/0.65	c objective function length is 500 literals
1.11/0.70	c And the winner is solver0
1.90/1.16	c SATISFIABLE
1.90/1.16	c OPTIMIZING...
1.90/1.16	c Got one! Elapsed wall clock time (in seconds):0.861
1.90/1.16	o -94
1.90/1.20	c And the winner is solver0
2.22/1.66	c Got one! Elapsed wall clock time (in seconds):1.363
2.22/1.66	o -95
2.22/1.68	c And the winner is solver0
2.44/2.16	c Got one! Elapsed wall clock time (in seconds):1.866
2.44/2.16	o -96
2.44/2.18	c And the winner is solver0
2.62/2.66	c Got one! Elapsed wall clock time (in seconds):2.368
2.62/2.66	o -97
2.75/2.72	c And the winner is solver1
3.11/3.17	c Got one! Elapsed wall clock time (in seconds):2.87
3.11/3.17	o -98
3.21/3.20	c And the winner is solver1
3.24/3.67	c Got one! Elapsed wall clock time (in seconds):3.371
3.24/3.67	o -99
3.32/3.78	c And the winner is solver1
3.71/4.17	c Got one! Elapsed wall clock time (in seconds):3.873
3.71/4.17	o -100
3.76/4.22	c And the winner is solver1
3.82/4.67	c Got one! Elapsed wall clock time (in seconds):4.374
3.82/4.67	o -101
4.76/5.00	c And the winner is solver1
4.81/5.17	c Got one! Elapsed wall clock time (in seconds):4.875
4.81/5.17	o -102
5.12/5.30	c cleaning 3300 clauses out of 6600 with flag 2197/6600
6.58/5.94	c cleaning 4649 clauses out of 9300 with flag 15828/12600
7.53/6.36	c And the winner is solver1
7.66/6.67	c Got one! Elapsed wall clock time (in seconds):6.376
7.66/6.67	o -103
7.74/6.78	c cleaning 4974 clauses out of 9947 with flag 2198/17896
9.15/7.36	c cleaning 5487 clauses out of 10974 with flag 15892/23897
9.58/7.52	c And the winner is solver1
9.64/7.67	c Got one! Elapsed wall clock time (in seconds):7.378
9.64/7.67	o -104
10.58/8.12	c cleaning 5709 clauses out of 11419 with flag 9393/29829
11.82/8.70	c cleaning 5856 clauses out of 11711 with flag 24024/35830
12.50/9.08	c And the winner is solver1
12.66/9.18	c Got one! Elapsed wall clock time (in seconds):8.879
12.66/9.18	o -105
12.91/9.39	c cleaning 5869 clauses out of 11750 with flag 4520/41725
14.12/9.93	c cleaning 5936 clauses out of 11880 with flag 18301/47724
15.52/10.60	c cleaning 6472 clauses out of 12945 with flag 34847/54725
15.52/10.68	c And the winner is solver1
15.69/11.18	c Got one! Elapsed wall clock time (in seconds):10.881
15.69/11.18	o -106
16.66/11.69	c cleaning 6229 clauses out of 12458 with flag 12562/60710
17.90/12.29	c cleaning 6114 clauses out of 12230 with flag 28142/66711
19.32/12.94	c cleaning 6555 clauses out of 13116 with flag 44948/73711
21.28/13.82	c cleaning 7280 clauses out of 14560 with flag 64126/81710
23.09/14.70	c cleaning 8137 clauses out of 16280 with flag 84724/90710
25.30/15.82	c cleaning 9071 clauses out of 18144 with flag 109756/100711
25.30/15.87	c And the winner is solver1
25.43/16.25	c Got one! Elapsed wall clock time (in seconds):15.952
25.43/16.25	o -107
26.33/16.75	c cleaning 7244 clauses out of 14491 with flag 11305/106129
27.91/17.43	c cleaning 6623 clauses out of 13246 with flag 25275/112128
29.31/18.13	c cleaning 6807 clauses out of 13624 with flag 42357/119129
30.92/18.95	c cleaning 7407 clauses out of 14817 with flag 62450/127129
31.72/19.32	c And the winner is solver1
31.76/19.75	c Got one! Elapsed wall clock time (in seconds):19.454
31.76/19.75	o -108
32.08/19.99	c cleaning 6602 clauses out of 13214 with flag 4594/132933
33.65/20.68	c cleaning 6305 clauses out of 12611 with flag 18566/138932
35.04/21.39	c cleaning 6653 clauses out of 13307 with flag 35573/145933
36.65/22.16	c cleaning 7325 clauses out of 14655 with flag 54882/153934
38.44/23.00	c cleaning 8161 clauses out of 16329 with flag 75678/162933
40.64/24.12	c cleaning 9080 clauses out of 18167 with flag 99579/172932
43.06/25.37	c cleaning 10037 clauses out of 20087 with flag 125362/183932
46.46/26.94	c cleaning 11024 clauses out of 22051 with flag 154633/195933
49.65/28.51	c cleaning 12008 clauses out of 24027 with flag 186387/208933
53.25/30.39	c cleaning 13010 clauses out of 26019 with flag 220050/222933
58.31/33.07	c cleaning 14005 clauses out of 28009 with flag 256306/237933
59.09/33.42	c And the winner is solver1
59.09/33.89	c Got one! Elapsed wall clock time (in seconds):33.59
59.09/33.89	o -109
59.73/34.29	c cleaning 9956 clauses out of 19921 with flag 6973/243850
61.11/34.96	c cleaning 7977 clauses out of 15966 with flag 21282/249851
62.51/35.66	c cleaning 7490 clauses out of 14988 with flag 37931/256850
64.12/36.47	c cleaning 7744 clauses out of 15497 with flag 56876/264849
66.12/37.50	c cleaning 8371 clauses out of 16754 with flag 79883/273850
68.33/38.55	c cleaning 9190 clauses out of 18383 with flag 103432/283850
70.52/39.69	c cleaning 10094 clauses out of 20192 with flag 128998/294849
73.62/41.13	c cleaning 11048 clauses out of 22099 with flag 157191/306850
77.23/42.96	c cleaning 12025 clauses out of 24051 with flag 189211/319850
81.22/44.96	c cleaning 13007 clauses out of 26025 with flag 223774/333849
84.62/46.64	c cleaning 14009 clauses out of 28021 with flag 258470/348852
89.02/48.85	c cleaning 14999 clauses out of 30009 with flag 296949/364849
93.94/51.29	c cleaning 15998 clauses out of 32010 with flag 336922/381849
99.14/53.83	c cleaning 17003 clauses out of 34013 with flag 379292/399850
105.74/57.18	c cleaning 18005 clauses out of 36009 with flag 426450/418849
114.51/61.44	c cleaning 19001 clauses out of 38005 with flag 475575/438850
123.31/65.87	c cleaning 20002 clauses out of 40003 with flag 527772/459849
131.47/70.23	c And the winner is solver1
131.47/70.38	c Got one! Elapsed wall clock time (in seconds):70.087
131.47/70.38	o -110
133.29/71.33	c cleaning 22047 clauses out of 44107 with flag 11420/483955
135.29/72.33	c cleaning 14025 clauses out of 28060 with flag 25662/489955
137.09/73.28	c cleaning 10511 clauses out of 21035 with flag 42782/496955
139.09/74.27	c cleaning 9260 clauses out of 18524 with flag 62169/504955
141.29/75.31	c cleaning 9129 clauses out of 18264 with flag 83782/513955
143.49/76.47	c cleaning 9567 clauses out of 19136 with flag 108928/523956
146.09/77.73	c cleaning 10279 clauses out of 20568 with flag 136322/534955
149.39/79.32	c cleaning 11140 clauses out of 22290 with flag 164988/546956
152.57/80.91	c cleaning 12070 clauses out of 24149 with flag 195183/559955
155.65/82.46	c cleaning 13039 clauses out of 26079 with flag 227872/573955
159.65/84.43	c cleaning 14016 clauses out of 28040 with flag 264665/588955
163.86/86.55	c cleaning 15011 clauses out of 30024 with flag 303469/604955
168.58/88.83	c cleaning 16001 clauses out of 32013 with flag 343580/621955
174.37/91.73	c cleaning 17001 clauses out of 34012 with flag 387442/639955
180.78/94.99	c cleaning 18006 clauses out of 36012 with flag 435468/658956
187.18/98.14	c cleaning 19001 clauses out of 38005 with flag 484133/678955
196.94/102.93	c cleaning 20000 clauses out of 40004 with flag 536919/699955
203.94/106.42	c cleaning 21000 clauses out of 42004 with flag 590642/721955
213.11/110.91	c cleaning 21997 clauses out of 44005 with flag 649569/744956
222.32/115.51	c cleaning 23002 clauses out of 46007 with flag 708333/768955
232.90/120.78	c cleaning 24001 clauses out of 48005 with flag 772772/793955
242.90/125.70	c cleaning 24999 clauses out of 50004 with flag 838683/819955
253.48/130.99	c cleaning 26002 clauses out of 52005 with flag 906788/846955
259.27/133.88	c cleaning 26999 clauses out of 54005 with flag 970786/874957
265.87/137.17	c cleaning 28002 clauses out of 56004 with flag 1037437/903955
272.86/140.61	c cleaning 29000 clauses out of 58003 with flag 1106588/933956
280.66/144.41	c cleaning 30002 clauses out of 60003 with flag 1180736/964956
287.86/148.00	c cleaning 30995 clauses out of 62000 with flag 1255451/996955
296.02/152.04	c cleaning 31999 clauses out of 64005 with flag 1332742/1029955
305.42/156.76	c cleaning 33004 clauses out of 66008 with flag 1415498/1063957
316.29/162.64	c cleaning 33996 clauses out of 68002 with flag 1499893/1098955
326.09/167.56	c cleaning 35003 clauses out of 70006 with flag 1587802/1134955
336.98/172.95	c cleaning 35999 clauses out of 72003 with flag 1674607/1171955
347.98/178.41	c cleaning 37003 clauses out of 74005 with flag 1763464/1209956
358.48/183.66	c cleaning 37998 clauses out of 76002 with flag 1853250/1248956
369.70/189.28	c cleaning 39000 clauses out of 78003 with flag 1950739/1288955
383.62/196.12	c cleaning 39996 clauses out of 80003 with flag 2052730/1329955
397.35/202.98	c cleaning 41004 clauses out of 82007 with flag 2154859/1371955
410.61/209.56	c cleaning 41998 clauses out of 84005 with flag 2257658/1414957
425.82/217.07	c cleaning 42999 clauses out of 86005 with flag 2364703/1458955
442.44/225.20	c cleaning 44001 clauses out of 88006 with flag 2476203/1503955
458.66/233.24	c cleaning 44999 clauses out of 90006 with flag 2588504/1549956
473.04/240.41	c cleaning 45996 clauses out of 92007 with flag 2699191/1596956
485.84/246.78	c cleaning 47001 clauses out of 94010 with flag 2812070/1644955
498.84/253.25	c cleaning 47998 clauses out of 96009 with flag 2929400/1693955
514.46/260.94	c cleaning 49006 clauses out of 98012 with flag 3048584/1743956
528.13/267.69	c cleaning 50002 clauses out of 100009 with flag 3171286/1794959
543.53/275.33	c cleaning 50999 clauses out of 102005 with flag 3300690/1846957
559.12/283.15	c cleaning 51998 clauses out of 104005 with flag 3431413/1899956
577.90/292.33	c cleaning 53003 clauses out of 106006 with flag 3564163/1953955
594.85/300.61	c cleaning 53994 clauses out of 108004 with flag 3694730/2008956
613.65/310.01	c cleaning 54999 clauses out of 110009 with flag 3830636/2064955
635.41/320.69	c cleaning 56002 clauses out of 112010 with flag 3968832/2121955
640.41/323.13	c cleaning 0 clauses out of 8464 with flag 0/8464
659.82/332.36	c cleaning 56999 clauses out of 114008 with flag 4115335/2179955
685.17/345.89	c cleaning 58003 clauses out of 116010 with flag 4262624/2238956
704.71/355.52	c cleaning 58995 clauses out of 118006 with flag 4408572/2298955
730.80/368.47	c cleaning 60003 clauses out of 120011 with flag 4560548/2359955
753.85/379.86	c cleaning 61000 clauses out of 122008 with flag 4716977/2421955
776.57/391.02	c cleaning 61996 clauses out of 124011 with flag 4874579/2484958
798.74/401.93	c cleaning 63002 clauses out of 126012 with flag 5019651/2548955
820.34/412.61	c cleaning 64000 clauses out of 128011 with flag 5157278/2613956
841.97/423.22	c cleaning 65002 clauses out of 130010 with flag 5306363/2679955
866.54/435.24	c cleaning 66004 clauses out of 132010 with flag 5449238/2746957
894.36/448.89	c cleaning 66998 clauses out of 134004 with flag 5600564/2814955
924.28/463.53	c cleaning 68000 clauses out of 136006 with flag 5753656/2883955
953.38/477.84	c cleaning 69004 clauses out of 138007 with flag 5909761/2953956
980.43/491.18	c cleaning 69994 clauses out of 140002 with flag 6071602/3024955
1008.63/505.08	c cleaning 71001 clauses out of 142008 with flag 6232110/3096955
1041.27/522.09	c cleaning 72001 clauses out of 144008 with flag 6385676/3169956
1074.05/538.38	c cleaning 73001 clauses out of 146008 with flag 6541738/3243957
1106.75/554.56	c cleaning 73997 clauses out of 148005 with flag 6699608/3318955
1136.23/569.10	c cleaning 75004 clauses out of 150009 with flag 6860208/3394956
1170.20/585.93	c cleaning 75999 clauses out of 152004 with flag 7022737/3471955
1206.91/603.99	c cleaning 77001 clauses out of 154006 with flag 7187159/3549956
1244.72/622.53	c cleaning 77999 clauses out of 156005 with flag 7356331/3628956
1283.94/641.80	c cleaning 79001 clauses out of 158006 with flag 7532430/3708956
1323.36/661.26	c cleaning 80003 clauses out of 160005 with flag 7707059/3789956
1362.33/680.49	c cleaning 81001 clauses out of 162002 with flag 7880755/3871956
1399.11/698.65	c cleaning 82000 clauses out of 164001 with flag 8055538/3954956
1435.68/716.78	c cleaning 82999 clauses out of 166002 with flag 8232538/4038957
1476.01/736.73	c cleaning 83997 clauses out of 168002 with flag 8411743/4123956
1519.02/757.99	c cleaning 84994 clauses out of 170004 with flag 8592801/4209955
1567.63/781.80	c cleaning 86003 clauses out of 172010 with flag 8776164/4296955
1607.06/801.24	c cleaning 87004 clauses out of 174008 with flag 8962348/4384956
1654.12/825.66	c cleaning 88000 clauses out of 176004 with flag 9149937/4473956
1698.93/847.86	c cleaning 89002 clauses out of 178003 with flag 9339277/4563955
1746.62/871.46	c cleaning 90001 clauses out of 180002 with flag 9530571/4654956
1800.04/897.80	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.04/897.80	c starts		: 47490
1800.04/897.80	c conflicts		: 4745417
1800.04/897.80	c decisions		: 22927452
1800.04/897.80	c propagations		: 61044231
1800.04/897.80	c inspects		: 9268000332
1800.04/897.80	c shortcuts		: 0
1800.04/897.80	c learnt literals	: 0
1800.04/897.80	c learnt binary clauses	: 0
1800.04/897.80	c learnt ternary clauses	: 0
1800.04/897.80	c learnt constraints	: 4745417
1800.04/897.80	c ignored constraints	: 0
1800.04/897.80	c root simplifications	: 0
1800.04/897.80	c removed literals (reason simplification)	: 69971357
1800.04/897.80	c reason swapping (by a shorter reason)	: 0
1800.04/897.80	c Calls to reduceDB	: 134
1800.04/897.80	c Number of update (reduction) of LBD	: 82097
1800.04/897.80	c Imported unit clauses	: 0
1800.04/897.80	c number of reductions to clauses (during analyze)	: 0
1800.04/897.80	c number of learned constraints concerned by reduction	: 0
1800.04/897.80	c number of learning phase by resolution	: 0
1800.04/897.80	c number of learning phase by cutting planes	: 0
1800.04/897.80	c speed (assignments/second)	: 73776.59592468155
1800.04/897.80	c non guided choices	0
1800.04/897.83	c learnt constraints type 
1800.04/897.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 180462
1800.04/897.83	c >>>>>>>>>> Solver number 1 (13 answers) <<<<<<<<<<<<<<<<<<
1800.04/897.83	c starts		: 58
1800.04/897.83	c conflicts		: 14134
1800.04/897.83	c decisions		: 30899
1800.04/897.83	c propagations		: 297558
1800.04/897.83	c inspects		: 686726207
1800.04/897.83	c shortcuts		: 0
1800.04/897.83	c learnt literals	: 0
1800.04/897.83	c learnt binary clauses	: 0
1800.04/897.83	c learnt ternary clauses	: 0
1800.04/897.83	c learnt constraints	: 14133
1800.04/897.83	c ignored constraints	: 0
1800.04/897.83	c root simplifications	: 0
1800.04/897.83	c removed literals (reason simplification)	: 0
1800.04/897.83	c reason swapping (by a shorter reason)	: 0
1800.04/897.83	c Calls to reduceDB	: 1
1800.04/897.83	c Number of update (reduction) of LBD	: 0
1800.04/897.83	c Imported unit clauses	: 0
1800.04/897.83	c number of reductions to clauses (during analyze)	: 0
1800.04/897.83	c number of learned constraints concerned by reduction	: 0
1800.04/897.83	c number of learning phase by resolution	: 0
1800.04/897.83	c number of learning phase by cutting planes	: 0
1800.04/897.83	c speed (assignments/second)	: 332.40538626355334
1800.04/897.83	c non guided choices	0
1800.04/897.84	c learnt constraints type 
1800.04/897.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 584
1800.04/897.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13549
1800.04/897.84	s SATISFIABLE
1800.04/897.84	c Found 17 solution(s)
1800.04/897.84	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 x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 x157 x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 x225 -x226 x227 -x228 x229 -x230 -x231 -x232 -x233 x234 -x235 x236 -x237 -x238 x239 -x240 x241 -x242 x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 x261 x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 x270 -x271 x272 x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 x292 x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 x326 -x327 x328 -x329 x330 x331 -x332 x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 -x378 x379 -x380 -x381 -x382 -x383 -x384 x385 x386 x387 -x388 -x389 x390 -x391 -x392 x393 -x394 -x395 -x396 -x397 -x398 -x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 x415 x416 -x417 x418 -x419 -x420 x421 x422 x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 x431 -x432 -x433 -x434 x435 -x436 -x437 -x438 -x439 -x440 x441 -x442 -x443 -x444 x445 x446 x447 -x448 -x449 -x450 x451 x452 -x453 x454 x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 x464 -x465 x466 x467 -x468 x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 x484 -x485 -x486 -x487 -x488 x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 x497 -x498 x499 -x500 
1800.04/897.84	c objective function=-110
1800.04/897.84	c Total wall clock time (in seconds): 897.544

Verifier Data

OK	-110

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

pid=8882
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: 1.22 1.72 1.89 3/176 8885
/proc/meminfo: memFree=31796244/32872528 swapFree=11372/178980
[pid=8885] ppid=8882 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/8885/stat : 8885 (runsolver) D 8882 8885 8839 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 107494511 24911872 151 33554432000 4194304 4338465 140735276276016 140735276273656 224922520759 0 0 4096 24578 18446744072101238148 0 0 17 0 0 0 0 0 0
/proc/8885/statm: 6082 151 105 36 0 2655 0

[startup+0.100064 s]
/proc/loadavg: 1.22 1.72 1.89 3/176 8885
/proc/meminfo: memFree=31796244/32872528 swapFree=11372/178980
[pid=8885] ppid=8882 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/8885/stat : 8885 (java) S 8882 8885 8839 0 -1 4202496 2857 0 4 0 0 1 0 0 20 0 10 0 107494511 9233014784 3481 33554432000 1073741824 1073778376 140734032108864 140734032100000 224925876285 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8885/statm: 2254154 3481 1537 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.200253 s]
/proc/loadavg: 1.22 1.72 1.89 3/176 8885
/proc/meminfo: memFree=31796244/32872528 swapFree=11372/178980
[pid=8885] ppid=8882 vsize=9558428 CPUtime=0.05 cores=0,2,4,6
/proc/8885/stat : 8885 (java) S 8882 8885 8839 0 -1 4202496 3252 0 4 0 4 1 0 0 20 0 18 0 107494511 9787830272 4385 33554432000 1073741824 1073778376 140734032108864 140734032100000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8885/statm: 2389607 4385 1756 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558428

[startup+0.300208 s]
/proc/loadavg: 1.22 1.72 1.89 3/176 8885
/proc/meminfo: memFree=31796244/32872528 swapFree=11372/178980
[pid=8885] ppid=8882 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/8885/stat : 8885 (java) S 8882 8885 8839 0 -1 4202496 4542 0 4 0 13 2 0 0 20 0 18 0 107494511 9787879424 6139 33554432000 1073741824 1073778376 140734032108864 140734032100000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8885/statm: 2389619 6139 2169 9 0 2380296 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 1.22 1.72 1.89 3/176 8885
/proc/meminfo: memFree=31796244/32872528 swapFree=11372/178980
[pid=8885] ppid=8882 vsize=9693660 CPUtime=1.11 cores=0,2,4,6
/proc/8885/stat : 8885 (java) S 8882 8885 8839 0 -1 4202496 14651 0 4 0 108 3 0 0 20 0 22 0 107494511 9926307840 19328 33554432000 1073741824 1073778376 140734032108864 140734032100000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8885/statm: 2423415 19331 2257 9 0 2414092 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9693660

[startup+1.50081 s]
/proc/loadavg: 1.22 1.72 1.89 3/213 8931
/proc/meminfo: memFree=31644472/32872528 swapFree=11372/178980
[pid=8885] ppid=8882 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/8885/stat : 8885 (java) S 8882 8885 8839 0 -1 4202496 27177 0 4 0 213 9 0 0 20 0 19 0 107494511 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 140734032100000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8885/statm: 2456183 29827 2271 9 0 2446860 0
[pid=8885/tid=8888] ppid=8882 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/8885/task/8888/stat : 8888 (java) S 8882 8885 8839 0 -1 4202560 2420 0 4 0 44 2 0 0 20 0 19 0 107494513 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830729470840 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 11 0 0
[pid=8885/tid=8890] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8890/stat : 8890 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830718532008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8892] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8892/stat : 8892 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830717479464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8894] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8894/stat : 8894 (java) S 8882 8885 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830716426408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8896] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8896/stat : 8896 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830715373864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8897] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8897/stat : 8897 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830568369064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8899] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8899/stat : 8899 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830567316520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8900] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8900/stat : 8900 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830566263464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8902] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8902/stat : 8902 (java) S 8882 8885 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830565210920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8906] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8906/stat : 8906 (java) S 8882 8885 8839 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107494523 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830553012584 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8907] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8907/stat : 8907 (java) S 8882 8885 8839 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107494525 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830551958904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8910] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8910/stat : 8910 (java) S 8882 8885 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107494525 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830550905736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8911] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8911/stat : 8911 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494530 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830549854480 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8913] ppid=8882 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/8885/task/8913/stat : 8913 (java) S 8882 8885 8839 0 -1 4202560 10943 0 0 0 73 2 0 0 20 0 19 0 107494530 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830548802360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8915] ppid=8882 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/8885/task/8915/stat : 8915 (java) S 8882 8885 8839 0 -1 4202560 12466 0 0 0 77 2 0 0 20 0 19 0 107494530 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830547749816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8917] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8917/stat : 8917 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494530 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830546696952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8919] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8919/stat : 8919 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494530 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830545644616 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8927] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8927/stat : 8927 (java) S 8882 8885 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107494579 10060525568 29827 33554432000 1073741824 1073778376 140734032108864 139830542484264 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 1.22 1.72 1.89 7/216 8943
/proc/meminfo: memFree=31474048/32872528 swapFree=11372/178980
[pid=8885] ppid=8882 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/8885/stat : 8885 (java) S 8882 8885 8839 0 -1 4202496 27294 0 4 0 296 15 0 0 20 0 19 0 107494511 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 140734032100000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8885/statm: 2456183 34521 2272 9 0 2446860 0
[pid=8885/tid=8888] ppid=8882 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/8885/task/8888/stat : 8888 (java) S 8882 8885 8839 0 -1 4202560 2420 0 4 0 44 3 0 0 20 0 19 0 107494513 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830729470840 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 11 0 0
[pid=8885/tid=8890] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8890/stat : 8890 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830718532008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8892] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8892/stat : 8892 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830717479464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8894] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8894/stat : 8894 (java) S 8882 8885 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830716426408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8896] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8896/stat : 8896 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830715373864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8897] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8897/stat : 8897 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830568369064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8899] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8899/stat : 8899 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830567316520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8900] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8900/stat : 8900 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830566263464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8902] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8902/stat : 8902 (java) S 8882 8885 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107494518 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830565210920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8906] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8906/stat : 8906 (java) S 8882 8885 8839 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107494523 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830553012584 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8907] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8907/stat : 8907 (java) S 8882 8885 8839 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107494525 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830551958904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8910] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8910/stat : 8910 (java) S 8882 8885 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107494525 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830550905736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8911] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8911/stat : 8911 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494530 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830549854480 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8913] ppid=8882 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/8885/task/8913/stat : 8913 (java) S 8882 8885 8839 0 -1 4202560 10953 0 0 0 108 2 0 0 20 0 19 0 107494530 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830548802360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8915] ppid=8882 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/8885/task/8915/stat : 8915 (java) S 8882 8885 8839 0 -1 4202560 12541 0 0 0 109 2 0 0 20 0 19 0 107494530 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830547749816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8917] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8917/stat : 8917 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494530 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830546696952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8919] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8919/stat : 8919 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107494530 10060525568 34521 33554432000 1073741824 1073778376 140734032108864 139830545644616 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 1.36 1.74 1.89 5/219 8964
/proc/meminfo: memFree=30967520/32872528 swapFree=11372/178980
[pid=8885] ppid=8882 vsize=9824732 CPUtime=7.53 cores=0,2,4,6
/proc/8885/stat : 8885 (java) S 8882 8885 8839 0 -1 4202496 28180 0 4 0 721 32 0 0 20 0 22 0 107494511 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 140734032100000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8885/statm: 2456183 70362 2295 9 0 2446860 0
[pid=8885/tid=8888] ppid=8882 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/8885/task/8888/stat : 8888 (java) S 8882 8885 8839 0 -1 4202560 2420 0 4 0 45 3 0 0 20 0 22 0 107494513 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830729470840 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 11 0 0
[pid=8885/tid=8890] ppid=8882 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8885/task/8890/stat : 8890 (java) S 8882 8885 8839 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 22 0 107494518 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830718532008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8892] ppid=8882 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8885/task/8892/stat : 8892 (java) S 8882 8885 8839 0 -1 4202560 15 0 0 0 0 1 0 0 20 0 22 0 107494518 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830717479464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8894] ppid=8882 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8885/task/8894/stat : 8894 (java) S 8882 8885 8839 0 -1 4202560 148 0 0 0 1 0 0 0 20 0 22 0 107494518 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830716426408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8896] ppid=8882 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8885/task/8896/stat : 8896 (java) S 8882 8885 8839 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 107494518 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830715373864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8897] ppid=8882 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8885/task/8897/stat : 8897 (java) S 8882 8885 8839 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 107494518 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830568369064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8899] ppid=8882 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8885/task/8899/stat : 8899 (java) S 8882 8885 8839 0 -1 4202560 146 0 0 0 1 2 0 0 20 0 22 0 107494518 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830567316520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8900] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8900/stat : 8900 (java) S 8882 8885 8839 0 -1 4202560 112 0 0 0 0 0 0 0 20 0 22 0 107494518 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830566263464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8902] ppid=8882 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8885/task/8902/stat : 8902 (java) S 8882 8885 8839 0 -1 4202560 130 0 0 0 3 1 0 0 20 0 22 0 107494518 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830565210920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8906] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8906/stat : 8906 (java) S 8882 8885 8839 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107494523 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830553012584 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8907] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8907/stat : 8907 (java) S 8882 8885 8839 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 107494525 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830551958904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8910] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8910/stat : 8910 (java) S 8882 8885 8839 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107494525 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830550905736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8911] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8911/stat : 8911 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107494530 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830549854480 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8913] ppid=8882 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/8885/task/8913/stat : 8913 (java) S 8882 8885 8839 0 -1 4202560 11069 0 0 0 179 2 0 0 20 0 22 0 107494530 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830548802360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8915] ppid=8882 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/8885/task/8915/stat : 8915 (java) S 8882 8885 8839 0 -1 4202560 12542 0 0 0 137 2 0 0 20 0 22 0 107494530 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830547749816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8917] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8917/stat : 8917 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107494530 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830546696952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8919] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8919/stat : 8919 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107494530 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830545644616 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8949] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8949/stat : 8949 (java) S 8882 8885 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107494778 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830543537576 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8962] ppid=8882 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/8885/task/8962/stat : 8962 (java) R 8882 8885 8839 0 -1 4202560 4 0 0 0 104 0 0 0 20 0 22 0 107495029 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830544587912 139830596570243 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8963] ppid=8882 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/8885/task/8963/stat : 8963 (java) R 8882 8885 8839 0 -1 4202560 4 0 0 0 103 0 0 0 20 0 22 0 107495029 10060525568 70362 33554432000 1073741824 1073778376 140734032108864 139830542482944 139830596872772 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8964] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=8885/tid=8902] ppid=8882 vsize=9824732 CPUtime=5.13 cores=0,2,4,6
/proc/8885/task/8902/stat : 8902 (java) S 8882 8885 8839 0 -1 4202560 848 0 0 0 490 23 0 0 20 0 22 0 107494518 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830565210920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8906] ppid=8882 vsize=9824732 CPUtime=8.49 cores=0,2,4,6
/proc/8885/task/8906/stat : 8906 (java) S 8882 8885 8839 0 -1 4202560 3384 0 0 0 841 8 0 0 20 0 22 0 107494523 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830553012584 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8907] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8907/stat : 8907 (java) S 8882 8885 8839 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 107494525 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830551958904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8910] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8910/stat : 8910 (java) S 8882 8885 8839 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 107494525 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830550905736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8911] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8911/stat : 8911 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107494530 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830549854480 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8913] ppid=8882 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/8885/task/8913/stat : 8913 (java) S 8882 8885 8839 0 -1 4202560 11109 0 0 0 245 2 0 0 20 0 22 0 107494530 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830548802360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8915] ppid=8882 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/8885/task/8915/stat : 8915 (java) S 8882 8885 8839 0 -1 4202560 12543 0 0 0 162 2 0 0 20 0 22 0 107494530 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830547749816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8917] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8917/stat : 8917 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107494530 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830546696952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8919] ppid=8882 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/8885/task/8919/stat : 8919 (java) S 8882 8885 8839 0 -1 4202560 47 0 0 0 16 18 0 0 20 0 22 0 107494530 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830545644616 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8949] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8949/stat : 8949 (java) S 8882 8885 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107494778 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830543537576 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=9087] ppid=8882 vsize=9824732 CPUtime=732.64 cores=0,2,4,6
/proc/8885/task/9087/stat : 9087 (java) R 8882 8885 8839 0 -1 4202560 16 0 0 0 73253 11 0 0 20 0 22 0 107501550 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830544588040 139830596570741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=9088] ppid=8882 vsize=9824732 CPUtime=732.58 cores=0,2,4,6
/proc/8885/task/9088/stat : 9088 (java) R 8882 8885 8839 0 -1 4202560 86 0 0 0 73247 11 0 0 20 0 22 0 107501550 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830542483488 139830597084292 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=9089] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/9089/stat : 9089 (java) S 8882 8885 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107501550 10060525568 1136759 33554432000 1073741824 1073778376 140734032108864 139830541432104 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1647.42
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.01 3.92 3.20 5/219 9119
/proc/meminfo: memFree=23327056/32872528 swapFree=11372/178980
[pid=8885] ppid=8882 vsize=9824732 CPUtime=1768.51 cores=0,2,4,6
/proc/8885/stat : 8885 (java) S 8882 8885 8839 0 -1 4202496 40699 0 4 0 176531 320 0 0 20 0 22 0 107494511 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 140734032100000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8885/statm: 2456183 1131156 2303 9 0 2446860 0
[pid=8885/tid=8888] ppid=8882 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/8885/task/8888/stat : 8888 (java) S 8882 8885 8839 0 -1 4202560 2433 0 4 0 49 4 0 0 20 0 22 0 107494513 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830729470840 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 11 0 0
[pid=8885/tid=8890] ppid=8882 vsize=9824732 CPUtime=5.35 cores=0,2,4,6
/proc/8885/task/8890/stat : 8890 (java) S 8882 8885 8839 0 -1 4202560 901 0 0 0 505 30 0 0 20 0 22 0 107494518 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830718532008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8892] ppid=8882 vsize=9824732 CPUtime=5.71 cores=0,2,4,6
/proc/8885/task/8892/stat : 8892 (java) S 8882 8885 8839 0 -1 4202560 970 0 0 0 538 33 0 0 20 0 22 0 107494518 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830717479464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8894] ppid=8882 vsize=9824732 CPUtime=5.82 cores=0,2,4,6
/proc/8885/task/8894/stat : 8894 (java) S 8882 8885 8839 0 -1 4202560 953 0 0 0 553 29 0 0 20 0 22 0 107494518 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830716426408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8896] ppid=8882 vsize=9824732 CPUtime=6.2 cores=0,2,4,6
/proc/8885/task/8896/stat : 8896 (java) S 8882 8885 8839 0 -1 4202560 986 0 0 0 590 30 0 0 20 0 22 0 107494518 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830715373864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8897] ppid=8882 vsize=9824732 CPUtime=5.67 cores=0,2,4,6
/proc/8885/task/8897/stat : 8897 (java) S 8882 8885 8839 0 -1 4202560 1011 0 0 0 540 27 0 0 20 0 22 0 107494518 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830568369064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8899] ppid=8882 vsize=9824732 CPUtime=5.97 cores=0,2,4,6
/proc/8885/task/8899/stat : 8899 (java) S 8882 8885 8839 0 -1 4202560 1368 0 0 0 565 32 0 0 20 0 22 0 107494518 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830567316520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8900] ppid=8882 vsize=9824732 CPUtime=5.51 cores=0,2,4,6
/proc/8885/task/8900/stat : 8900 (java) S 8882 8885 8839 0 -1 4202560 900 0 0 0 526 25 0 0 20 0 22 0 107494518 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830566263464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8902] ppid=8882 vsize=9824732 CPUtime=5.35 cores=0,2,4,6
/proc/8885/task/8902/stat : 8902 (java) S 8882 8885 8839 0 -1 4202560 848 0 0 0 512 23 0 0 20 0 22 0 107494518 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830565210920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8906] ppid=8882 vsize=9824732 CPUtime=8.5 cores=0,2,4,6
/proc/8885/task/8906/stat : 8906 (java) S 8882 8885 8839 0 -1 4202560 3416 0 0 0 841 9 0 0 20 0 22 0 107494523 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830553012584 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8907] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8907/stat : 8907 (java) S 8882 8885 8839 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 107494525 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830551958904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8910] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8910/stat : 8910 (java) S 8882 8885 8839 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 107494525 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830550905736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8911] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8911/stat : 8911 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107494530 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830549854480 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8913] ppid=8882 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/8885/task/8913/stat : 8913 (java) S 8882 8885 8839 0 -1 4202560 11109 0 0 0 245 2 0 0 20 0 22 0 107494530 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830548802360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8915] ppid=8882 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/8885/task/8915/stat : 8915 (java) S 8882 8885 8839 0 -1 4202560 12543 0 0 0 162 2 0 0 20 0 22 0 107494530 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830547749816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8917] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8917/stat : 8917 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107494530 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830546696952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8919] ppid=8882 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/8885/task/8919/stat : 8919 (java) S 8882 8885 8839 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 22 0 107494530 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830545644616 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8949] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8949/stat : 8949 (java) S 8882 8885 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107494778 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830543537576 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=9087] ppid=8882 vsize=9824732 CPUtime=791.88 cores=0,2,4,6
/proc/8885/task/9087/stat : 9087 (java) R 8882 8885 8839 0 -1 4202560 17 0 0 0 79176 12 0 0 20 0 22 0 107501550 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830544588704 139830596915948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=9088] ppid=8882 vsize=9824732 CPUtime=791.83 cores=0,2,4,6
/proc/8885/task/9088/stat : 9088 (java) R 8882 8885 8839 0 -1 4202560 93 0 0 0 79171 12 0 0 20 0 22 0 107501550 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830542484608 139830597084364 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=9089] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/9089/stat : 9089 (java) S 8882 8885 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107501550 10060525568 1131156 33554432000 1073741824 1073778376 140734032108864 139830541432104 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1768.51
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.801 s]
/proc/loadavg: 4.01 3.92 3.21 5/219 9119
/proc/meminfo: memFree=23326688/32872528 swapFree=11372/178980
[pid=8885] ppid=8882 vsize=9824732 CPUtime=1799.94 cores=0,2,4,6
/proc/8885/stat : 8885 (java) S 8882 8885 8839 0 -1 4202496 40720 0 4 0 179674 320 0 0 20 0 22 0 107494511 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 140734032100000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8885/statm: 2456183 1131175 2303 9 0 2446860 0
[pid=8885/tid=8888] ppid=8882 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/8885/task/8888/stat : 8888 (java) S 8882 8885 8839 0 -1 4202560 2434 0 4 0 49 4 0 0 20 0 22 0 107494513 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830729470840 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 11 0 0
[pid=8885/tid=8890] ppid=8882 vsize=9824732 CPUtime=5.5 cores=0,2,4,6
/proc/8885/task/8890/stat : 8890 (java) S 8882 8885 8839 0 -1 4202560 901 0 0 0 520 30 0 0 20 0 22 0 107494518 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830718532008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8892] ppid=8882 vsize=9824732 CPUtime=5.81 cores=0,2,4,6
/proc/8885/task/8892/stat : 8892 (java) S 8882 8885 8839 0 -1 4202560 970 0 0 0 548 33 0 0 20 0 22 0 107494518 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830717479464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8894] ppid=8882 vsize=9824732 CPUtime=5.95 cores=0,2,4,6
/proc/8885/task/8894/stat : 8894 (java) S 8882 8885 8839 0 -1 4202560 953 0 0 0 566 29 0 0 20 0 22 0 107494518 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830716426408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8896] ppid=8882 vsize=9824732 CPUtime=6.33 cores=0,2,4,6
/proc/8885/task/8896/stat : 8896 (java) S 8882 8885 8839 0 -1 4202560 986 0 0 0 603 30 0 0 20 0 22 0 107494518 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830715373864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8897] ppid=8882 vsize=9824732 CPUtime=5.76 cores=0,2,4,6
/proc/8885/task/8897/stat : 8897 (java) S 8882 8885 8839 0 -1 4202560 1011 0 0 0 549 27 0 0 20 0 22 0 107494518 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830568369064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8899] ppid=8882 vsize=9824732 CPUtime=6.11 cores=0,2,4,6
/proc/8885/task/8899/stat : 8899 (java) S 8882 8885 8839 0 -1 4202560 1368 0 0 0 579 32 0 0 20 0 22 0 107494518 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830567316520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8900] ppid=8882 vsize=9824732 CPUtime=5.64 cores=0,2,4,6
/proc/8885/task/8900/stat : 8900 (java) S 8882 8885 8839 0 -1 4202560 900 0 0 0 539 25 0 0 20 0 22 0 107494518 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830566263464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8902] ppid=8882 vsize=9824732 CPUtime=5.41 cores=0,2,4,6
/proc/8885/task/8902/stat : 8902 (java) S 8882 8885 8839 0 -1 4202560 848 0 0 0 518 23 0 0 20 0 22 0 107494518 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830565210920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8906] ppid=8882 vsize=9824732 CPUtime=8.5 cores=0,2,4,6
/proc/8885/task/8906/stat : 8906 (java) S 8882 8885 8839 0 -1 4202560 3435 0 0 0 841 9 0 0 20 0 22 0 107494523 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830553012584 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8907] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8907/stat : 8907 (java) S 8882 8885 8839 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 107494525 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830551958904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8910] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8910/stat : 8910 (java) S 8882 8885 8839 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 107494525 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830550905736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8911] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8911/stat : 8911 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107494530 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830549854480 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=8913] ppid=8882 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/8885/task/8913/stat : 8913 (java) S 8882 8885 8839 0 -1 4202560 11109 0 0 0 245 2 0 0 20 0 22 0 107494530 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830548802360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=8915] ppid=8882 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/8885/task/8915/stat : 8915 (java) S 8882 8885 8839 0 -1 4202560 12543 0 0 0 162 2 0 0 20 0 22 0 107494530 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830547749816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8885/tid=8917] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8917/stat : 8917 (java) S 8882 8885 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107494530 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830546696952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8919] ppid=8882 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/8885/task/8919/stat : 8919 (java) S 8882 8885 8839 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 22 0 107494530 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830545644616 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=8949] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/8949/stat : 8949 (java) S 8882 8885 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107494778 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830543537576 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8885/tid=9087] ppid=8882 vsize=9824732 CPUtime=807.09 cores=0,2,4,6
/proc/8885/task/9087/stat : 9087 (java) R 8882 8885 8839 0 -1 4202560 17 0 0 0 80697 12 0 0 20 0 22 0 107501550 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830544588704 139830596212674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8885/tid=9088] ppid=8882 vsize=9824732 CPUtime=807.04 cores=0,2,4,6
/proc/8885/task/9088/stat : 9088 (java) R 8882 8885 8839 0 -1 4202560 94 0 0 0 80692 12 0 0 20 0 22 0 107501550 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830542482704 139830597084351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8885/tid=9089] ppid=8882 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8885/task/9089/stat : 9089 (java) S 8882 8885 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107501550 10060525568 1131175 33554432000 1073741824 1073778376 140734032108864 139830541432104 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.94
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 8885 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8885 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=568488
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=642446
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1799.94
#
# 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): 0.100006
#  lost CPU user time (s): 0.110001
#  lost CPU system time (s): -0.00999999

Real time (s): 897.874
CPU time (s): 1800.04
CPU user time (s): 1796.85
CPU system time (s): 3.19
CPU usage (%): 200.478
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.57
system time used= 3.64245
maximum resident set size= 4547036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40755
page faults= 4
swaps= 0
block input operations= 4168
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25441
involuntary context switches= 29513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.45317 second user time and 7.53385 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 01:26:38
IDJOB=4081792
IDBENCH=48187
IDSOLVER=2543
FILE ID=node105/4081792-1465255598
RUNJOBID= node105-1465255598-8855
PBS_JOBID= 19843277
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 0247ef4de041bbff376811a7e6bf0408
RANDOM SEED=1203491136

node105.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.813
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.62
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.813
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.813
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.813
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.813
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.813
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.813
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.813
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31799748 kB
Buffers:           65324 kB
Cached:           120792 kB
SwapCached:         1756 kB
Active:            73560 kB
Inactive:         116288 kB
Active(anon):       4692 kB
Inactive(anon):     1508 kB
Active(file):      68868 kB
Inactive(file):   114780 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098464 kB
Dirty:              1688 kB
Writeback:             0 kB
AnonPages:        182760 kB
Mapped:             8716 kB
Shmem:                 0 kB
Slab:             569772 kB
SReclaimable:      13320 kB
SUnreclaim:       556452 kB
KernelStack:        1344 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     300404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71748 MiB
End job on node105 at 2016-06-07 01:41:36