Trace number 4106800

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)-13 1800.02 897.263

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_4.opb
MD5SUMfeead174159765db2806c13d35bd6cbe
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-14
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 -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4106800-1466277677.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.69/0.46	c ... done. Wall clock time 0.339s.
0.69/0.46	c declared #vars     200
0.69/0.46	c internal #vars     3270
0.69/0.46	c #constraints  6442
0.69/0.46	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.69/0.46	c constraints type 
0.69/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3070
0.69/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.69/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.69/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3070
0.69/0.46	c 6442 constraints processed.
0.69/0.46	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.69/0.46	c constraints type 
0.69/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.69/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3070
0.69/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
0.69/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
0.69/0.46	c 6442 constraints processed.
0.69/0.46	c objective function length is 100 literals
2.20/0.89	c And the winner is solver1
2.60/0.96	c SATISFIABLE
2.60/0.96	c OPTIMIZING...
2.60/0.96	c Got one! Elapsed wall clock time (in seconds):0.843
2.60/0.96	o -9
2.79/1.06	c And the winner is solver0
3.31/1.46	c Got one! Elapsed wall clock time (in seconds):1.344
3.31/1.46	o -10
5.49/2.31	c cleaning 2602 clauses out of 5204 with flag 19631/5204
7.70/3.36	c cleaning 4303 clauses out of 8606 with flag 39131/11208
9.97/4.49	c cleaning 5651 clauses out of 11302 with flag 65424/18207
11.43/5.10	c And the winner is solver1
11.44/5.47	c Got one! Elapsed wall clock time (in seconds):5.346
11.44/5.47	o -11
11.71/5.67	c cleaning 5407 clauses out of 10817 with flag 4700/23373
12.11/5.80	c And the winner is solver1
12.13/5.97	c Got one! Elapsed wall clock time (in seconds):5.847
12.13/5.97	o -12
13.45/6.66	c cleaning 5662 clauses out of 11327 with flag 26921/29290
15.73/7.54	c cleaning 5831 clauses out of 11674 with flag 48738/35299
18.05/8.63	c cleaning 6415 clauses out of 12837 with flag 77413/42293
20.73/9.95	c cleaning 7209 clauses out of 14421 with flag 115173/50292
23.51/11.35	c cleaning 8106 clauses out of 16212 with flag 155890/59292
26.77/12.99	c cleaning 9057 clauses out of 18114 with flag 196511/69300
30.37/14.79	c cleaning 10023 clauses out of 20049 with flag 241198/80292
35.05/17.02	c cleaning 11012 clauses out of 22026 with flag 289576/92292
39.07/19.00	c cleaning 12006 clauses out of 24012 with flag 330169/105290
43.33/21.19	c cleaning 13005 clauses out of 26010 with flag 380573/119294
47.14/23.00	c cleaning 13987 clauses out of 28002 with flag 433266/134291
50.14/24.57	c cleaning 15003 clauses out of 30016 with flag 492901/150292
53.54/26.25	c cleaning 16006 clauses out of 32012 with flag 564360/167291
57.39/28.15	c cleaning 16999 clauses out of 34005 with flag 642476/185290
62.40/30.61	c cleaning 17996 clauses out of 36013 with flag 740576/204297
67.42/33.14	c cleaning 18996 clauses out of 38010 with flag 823484/224290
72.70/35.73	c cleaning 19998 clauses out of 40016 with flag 919497/245292
77.70/38.22	c cleaning 21010 clauses out of 42022 with flag 1017842/267296
82.91/40.83	c cleaning 21999 clauses out of 44007 with flag 1117909/290291
88.77/43.75	c cleaning 22997 clauses out of 46007 with flag 1220527/314290
94.96/46.82	c cleaning 24005 clauses out of 48012 with flag 1339535/339292
101.76/50.22	c cleaning 24995 clauses out of 50005 with flag 1457582/365290
108.62/53.66	c cleaning 26004 clauses out of 52011 with flag 1573062/392291
115.84/57.30	c cleaning 27004 clauses out of 54007 with flag 1692397/420291
123.85/61.24	c cleaning 28001 clauses out of 56002 with flag 1807109/449290
131.08/64.80	c cleaning 0 clauses out of 5662 with flag 0/5663
132.66/65.59	c cleaning 29002 clauses out of 58004 with flag 1936500/479293
142.11/70.28	c cleaning 29996 clauses out of 60001 with flag 2070644/510292
148.97/73.69	c And the winner is solver0
149.04/74.04	c Got one! Elapsed wall clock time (in seconds):73.917
149.04/74.04	o -13
151.57/75.40	c cleaning 27542 clauses out of 55094 with flag 19848/535381
153.77/76.50	c cleaning 16754 clauses out of 33541 with flag 42354/541370
156.19/77.70	c cleaning 11868 clauses out of 23790 with flag 74705/548373
158.99/79.08	c cleaning 9950 clauses out of 19922 with flag 115023/556373
161.65/80.36	c cleaning 9482 clauses out of 18969 with flag 152581/565370
164.05/81.52	c cleaning 9728 clauses out of 19487 with flag 188403/575370
166.84/82.93	c cleaning 10379 clauses out of 20760 with flag 234623/586371
169.64/84.37	c cleaning 11190 clauses out of 22380 with flag 285807/598370
172.50/85.73	c cleaning 12088 clauses out of 24190 with flag 333857/611370
175.90/87.45	c cleaning 13048 clauses out of 26102 with flag 394530/625370
180.11/89.54	c cleaning 14002 clauses out of 28054 with flag 455693/640370
184.94/92.00	c cleaning 15026 clauses out of 30054 with flag 526259/656372
189.34/94.18	c cleaning 16010 clauses out of 32026 with flag 594674/673370
194.60/96.75	c cleaning 16998 clauses out of 34017 with flag 668295/691371
199.41/99.17	c cleaning 18010 clauses out of 36020 with flag 741281/710372
204.60/101.79	c cleaning 18989 clauses out of 38015 with flag 824650/730377
212.03/105.49	c cleaning 20010 clauses out of 40019 with flag 903640/751370
220.46/109.64	c cleaning 21000 clauses out of 42018 with flag 999099/773379
229.71/114.22	c cleaning 21990 clauses out of 44009 with flag 1093717/796370
236.54/117.68	c cleaning 23000 clauses out of 46019 with flag 1182755/820370
243.36/121.06	c cleaning 24010 clauses out of 48020 with flag 1292779/845371
250.39/124.59	c cleaning 25000 clauses out of 50009 with flag 1408037/871370
259.04/128.81	c cleaning 25997 clauses out of 52009 with flag 1511755/898370
268.07/133.31	c cleaning 27004 clauses out of 54014 with flag 1625874/926372
278.50/138.57	c cleaning 27998 clauses out of 56009 with flag 1753842/955371
288.99/143.76	c cleaning 29000 clauses out of 58010 with flag 1877423/985370
298.65/148.54	c cleaning 30000 clauses out of 60010 with flag 2010206/1016370
308.91/153.63	c cleaning 30994 clauses out of 62010 with flag 2172704/1048370
319.76/159.09	c cleaning 32001 clauses out of 64016 with flag 2338511/1081370
330.44/164.40	c cleaning 32993 clauses out of 66015 with flag 2499291/1115370
343.51/170.88	c cleaning 33982 clauses out of 68022 with flag 2647357/1150370
357.98/178.01	c cleaning 35015 clauses out of 70041 with flag 2796581/1186371
374.47/186.20	c cleaning 36021 clauses out of 72041 with flag 2959377/1223386
392.79/195.33	c cleaning 36989 clauses out of 74005 with flag 3124698/1261371
408.86/203.30	c cleaning 38008 clauses out of 76016 with flag 3289571/1300371
426.35/212.03	c cleaning 38995 clauses out of 78009 with flag 3482752/1340372
442.05/220.17	c cleaning 39991 clauses out of 80013 with flag 3669529/1381371
461.31/229.75	c cleaning 41001 clauses out of 82021 with flag 3854432/1423370
476.99/237.57	c cleaning 42000 clauses out of 84024 with flag 4057581/1466374
494.05/246.08	c cleaning 42998 clauses out of 86020 with flag 4291167/1510370
511.32/254.62	c cleaning 44009 clauses out of 88022 with flag 4516914/1555370
528.21/263.05	c cleaning 45006 clauses out of 90014 with flag 4747380/1601371
546.46/272.14	c cleaning 46000 clauses out of 92010 with flag 4949061/1648373
566.78/282.23	c cleaning 46991 clauses out of 94008 with flag 5127387/1696371
589.47/293.50	c cleaning 47996 clauses out of 96017 with flag 5321957/1745371
608.76/303.18	c cleaning 0 clauses out of 11046 with flag 0/11047
613.65/305.53	c cleaning 49006 clauses out of 98020 with flag 5523822/1795370
637.17/317.27	c cleaning 49999 clauses out of 100015 with flag 5704195/1846371
663.09/330.17	c cleaning 51004 clauses out of 102015 with flag 5891690/1898370
689.75/343.70	c cleaning 51999 clauses out of 104011 with flag 6095751/1951370
718.65/358.19	c cleaning 52996 clauses out of 106012 with flag 6278394/2005370
748.94/373.27	c cleaning 53998 clauses out of 108016 with flag 6472135/2060370
780.89/389.19	c cleaning 55004 clauses out of 110020 with flag 6681886/2116372
808.40/402.83	c cleaning 55978 clauses out of 112014 with flag 6941165/2173370
834.95/416.03	c cleaning 57001 clauses out of 114036 with flag 7223493/2231370
860.48/428.77	c cleaning 58002 clauses out of 116036 with flag 7495641/2290371
888.20/442.51	c cleaning 59005 clauses out of 118034 with flag 7771131/2350371
916.14/456.41	c cleaning 60012 clauses out of 120028 with flag 8029706/2411370
949.92/473.27	c cleaning 60998 clauses out of 122018 with flag 8315339/2473372
981.68/489.08	c cleaning 62010 clauses out of 124019 with flag 8615431/2536371
1012.64/504.49	c cleaning 62996 clauses out of 126008 with flag 8905232/2600370
1045.93/521.09	c cleaning 64002 clauses out of 128012 with flag 9227231/2665370
1078.48/537.23	c cleaning 64995 clauses out of 130010 with flag 9516998/2731370
1112.05/553.90	c cleaning 65993 clauses out of 132015 with flag 9816394/2798370
1151.95/574.16	c cleaning 67008 clauses out of 134023 with flag 10123064/2866371
1187.56/591.90	c cleaning 68006 clauses out of 136017 with flag 10420539/2935373
1221.08/608.53	c cleaning 69000 clauses out of 138009 with flag 10746668/3005371
1258.68/627.28	c cleaning 70002 clauses out of 140010 with flag 11094452/3076372
1300.82/648.26	c cleaning 70989 clauses out of 142006 with flag 11464893/3148370
1339.36/667.48	c cleaning 72004 clauses out of 144019 with flag 11783549/3221372
1380.51/687.93	c cleaning 72999 clauses out of 146013 with flag 12104317/3295370
1420.35/707.71	c cleaning 73998 clauses out of 148014 with flag 12455696/3370370
1458.51/726.70	c cleaning 75002 clauses out of 150016 with flag 12789578/3446370
1499.91/747.37	c cleaning 76003 clauses out of 152014 with flag 13158508/3523370
1544.29/769.45	c cleaning 76998 clauses out of 154011 with flag 13509178/3601370
1589.34/791.89	c cleaning 78003 clauses out of 156014 with flag 13881691/3680371
1633.34/813.74	c cleaning 79000 clauses out of 158011 with flag 14249555/3760371
1679.61/836.76	c cleaning 79996 clauses out of 160010 with flag 14605247/3841370
1729.52/862.14	c cleaning 81001 clauses out of 162015 with flag 14983742/3923371
1776.12/885.34	c cleaning 82000 clauses out of 164014 with flag 15382496/4006371
1800.02/897.20	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.20	c starts		: 8987
1800.02/897.20	c conflicts		: 4055187
1800.02/897.20	c decisions		: 12213085
1800.02/897.20	c propagations		: 126754847
1800.02/897.20	c inspects		: 10798970032
1800.02/897.20	c shortcuts		: 0
1800.02/897.20	c learnt literals	: 0
1800.02/897.20	c learnt binary clauses	: 6
1800.02/897.20	c learnt ternary clauses	: 18370
1800.02/897.20	c learnt constraints	: 4055187
1800.02/897.20	c ignored constraints	: 0
1800.02/897.20	c root simplifications	: 0
1800.02/897.20	c removed literals (reason simplification)	: 379157170
1800.02/897.20	c reason swapping (by a shorter reason)	: 0
1800.02/897.20	c Calls to reduceDB	: 110
1800.02/897.20	c Number of update (reduction) of LBD	: 1330478
1800.02/897.20	c Imported unit clauses	: 0
1800.02/897.20	c number of reductions to clauses (during analyze)	: 0
1800.02/897.20	c number of learned constraints concerned by reduction	: 0
1800.02/897.20	c number of learning phase by resolution	: 0
1800.02/897.20	c number of learning phase by cutting planes	: 0
1800.02/897.20	c speed (assignments/second)	: 142223.82087777072
1800.02/897.20	c non guided choices	0
1800.02/897.23	c learnt constraints type 
1800.02/897.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.02/897.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130824
1800.02/897.23	c >>>>>>>>>> Solver number 1 (3 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.23	c starts		: 64
1800.02/897.23	c conflicts		: 16186
1800.02/897.23	c decisions		: 87359
1800.02/897.23	c propagations		: 2428601
1800.02/897.23	c inspects		: 1032037790
1800.02/897.23	c shortcuts		: 0
1800.02/897.23	c learnt literals	: 0
1800.02/897.23	c learnt binary clauses	: 0
1800.02/897.23	c learnt ternary clauses	: 0
1800.02/897.23	c learnt constraints	: 16185
1800.02/897.23	c ignored constraints	: 0
1800.02/897.23	c root simplifications	: 0
1800.02/897.23	c removed literals (reason simplification)	: 0
1800.02/897.23	c reason swapping (by a shorter reason)	: 0
1800.02/897.23	c Calls to reduceDB	: 2
1800.02/897.23	c Number of update (reduction) of LBD	: 0
1800.02/897.23	c Imported unit clauses	: 0
1800.02/897.23	c number of reductions to clauses (during analyze)	: 0
1800.02/897.23	c number of learned constraints concerned by reduction	: 0
1800.02/897.23	c number of learning phase by resolution	: 0
1800.02/897.23	c number of learning phase by cutting planes	: 0
1800.02/897.23	c speed (assignments/second)	: 2950.227832908766
1800.02/897.23	c non guided choices	2
1800.02/897.24	c learnt constraints type 
1800.02/897.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.02/897.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16184
1800.02/897.24	s SATISFIABLE
1800.02/897.24	c Found 5 solution(s)
1800.02/897.24	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 
1800.02/897.24	c objective function=-13
1800.02/897.24	c Total wall clock time (in seconds): 897.117

Verifier Data

OK	-13

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

pid=28941
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.27 4.23 4.06 4/197 28944
/proc/meminfo: memFree=27373352/32872528 swapFree=1542984/1696284
[pid=28944] ppid=28941 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/28944/stat : 28944 (java) D 28941 28944 28084 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 29814290 2560000 46 33554432000 1073741824 1073778376 140735499795232 140735499792360 270698376487 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/28944/statm: 625 46 37 9 0 29 0

[startup+0.100063 s]
/proc/loadavg: 4.27 4.23 4.06 4/197 28944
/proc/meminfo: memFree=27373352/32872528 swapFree=1542984/1696284
[pid=28944] ppid=28941 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/28944/stat : 28944 (java) S 28941 28944 28084 0 -1 4202496 4420 0 1 0 7 1 0 0 20 0 18 0 29814290 9787879424 6047 33554432000 1073741824 1073778376 140735499795232 140735499786368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28944/statm: 2389619 6047 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 4.27 4.23 4.06 4/197 28944
/proc/meminfo: memFree=27373352/32872528 swapFree=1542984/1696284
[pid=28944] ppid=28941 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/28944/stat : 28944 (java) S 28941 28944 28084 0 -1 4202496 4572 0 1 0 20 1 0 0 20 0 18 0 29814290 9787879424 7201 33554432000 1073741824 1073778376 140735499795232 140735499786368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28944/statm: 2389619 7201 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 4.27 4.23 4.06 4/197 28944
/proc/meminfo: memFree=27373352/32872528 swapFree=1542984/1696284
[pid=28944] ppid=28941 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/28944/stat : 28944 (java) S 28941 28944 28084 0 -1 4202496 5782 0 1 0 42 2 0 0 20 0 18 0 29814290 9787879424 9121 33554432000 1073741824 1073778376 140735499795232 140735499786368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28944/statm: 2389619 9121 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 4.27 4.23 4.06 4/197 28944
/proc/meminfo: memFree=27373352/32872528 swapFree=1542984/1696284
[pid=28944] ppid=28941 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/28944/stat : 28944 (java) S 28941 28944 28084 0 -1 4202496 21343 0 1 0 174 6 0 0 20 0 22 0 29814290 10060525568 25734 33554432000 1073741824 1073778376 140735499795232 140735499786368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28944/statm: 2456183 25734 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9824732

[startup+1.50071 s]
/proc/loadavg: 4.27 4.23 4.06 5/216 28969
/proc/meminfo: memFree=27242944/32872528 swapFree=1542984/1696284
[pid=28944] ppid=28941 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/28944/stat : 28944 (java) S 28941 28944 28084 0 -1 4202496 25913 0 1 0 332 10 0 0 20 0 22 0 29814290 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 140735499786368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28944/statm: 2456183 36954 2270 9 0 2446860 0
[pid=28944/tid=28946] ppid=28941 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/28944/task/28946/stat : 28946 (java) S 28941 28944 28084 0 -1 4202560 2439 0 1 0 41 2 0 0 20 0 22 0 29814291 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663257367416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28947] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28947/stat : 28947 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814292 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663218859048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28948] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28948/stat : 28948 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814292 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663217806248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28949] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28949/stat : 28949 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814292 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663216753448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28950] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28950/stat : 28950 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814292 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663215700648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28951] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28951/stat : 28951 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814292 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663214647848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28952] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28952/stat : 28952 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814292 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663213595048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28953] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28953/stat : 28953 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814292 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663212542248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28954] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28954/stat : 28954 (java) S 28941 28944 28084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29814292 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663211489448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28955] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28955/stat : 28955 (java) S 28941 28944 28084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29814293 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663081069544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28956] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28956/stat : 28956 (java) S 28941 28944 28084 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663080015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28957] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28957/stat : 28957 (java) S 28941 28944 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663078962696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28958] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28958/stat : 28958 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663077911184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28959] ppid=28941 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/28944/task/28959/stat : 28959 (java) R 28941 28944 28084 0 -1 4202560 12638 0 0 0 87 3 0 0 20 0 22 0 29814296 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139663076858136 139663259956480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28960] ppid=28941 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/28944/task/28960/stat : 28960 (java) R 28941 28944 28084 0 -1 4202560 9471 0 0 0 93 2 0 0 20 0 22 0 29814296 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139662203021624 139663261460961 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28961] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28961/stat : 28961 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139662201969016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28962] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28962/stat : 28962 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139662200916424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28969] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28969/stat : 28969 (java) S 28941 28944 28084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29814387 10060525568 36954 33554432000 1073741824 1073778376 140735499795232 139662196704168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.24 4.23 4.06 5/219 28972
/proc/meminfo: memFree=27153136/32872528 swapFree=1542984/1696284
[pid=28944] ppid=28941 vsize=9824732 CPUtime=7.23 cores=0,2,4,6
/proc/28944/stat : 28944 (java) S 28941 28944 28084 0 -1 4202496 26881 0 1 0 706 17 0 0 20 0 22 0 29814290 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 140735499786368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28944/statm: 2456183 85729 2293 9 0 2446860 0
[pid=28944/tid=28946] ppid=28941 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/28944/task/28946/stat : 28946 (java) S 28941 28944 28084 0 -1 4202560 2439 0 1 0 41 2 0 0 20 0 22 0 29814291 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663257367416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28947] ppid=28941 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28944/task/28947/stat : 28947 (java) S 28941 28944 28084 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 29814292 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663218859048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28948] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28948/stat : 28948 (java) S 28941 28944 28084 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29814292 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663217806248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28949] ppid=28941 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28944/task/28949/stat : 28949 (java) S 28941 28944 28084 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 29814292 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663216753448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28950] ppid=28941 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/28944/task/28950/stat : 28950 (java) S 28941 28944 28084 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 29814292 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663215700648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28951] ppid=28941 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/28944/task/28951/stat : 28951 (java) S 28941 28944 28084 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 29814292 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663214647848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28952] ppid=28941 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28944/task/28952/stat : 28952 (java) S 28941 28944 28084 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 29814292 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663213595048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28953] ppid=28941 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28944/task/28953/stat : 28953 (java) S 28941 28944 28084 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 29814292 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663212542248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28954] ppid=28941 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28944/task/28954/stat : 28954 (java) S 28941 28944 28084 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 29814292 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663211489448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28955] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28955/stat : 28955 (java) S 28941 28944 28084 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 29814293 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663081069544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28956] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28956/stat : 28956 (java) S 28941 28944 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663080015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28957] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28957/stat : 28957 (java) S 28941 28944 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663078962696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28958] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28958/stat : 28958 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663077911184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28959] ppid=28941 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/28944/task/28959/stat : 28959 (java) S 28941 28944 28084 0 -1 4202560 12670 0 0 0 110 3 0 0 20 0 22 0 29814296 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139663076858296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28960] ppid=28941 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/28944/task/28960/stat : 28960 (java) S 28941 28944 28084 0 -1 4202560 10155 0 0 0 124 2 0 0 20 0 22 0 29814296 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139662203021624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28961] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28961/stat : 28961 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139662201969016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28962] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28962/stat : 28962 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139662200916424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28969] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28969/stat : 28969 (java) S 28941 28944 28084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29814387 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139662196704168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28970] ppid=28941 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/28944/task/28970/stat : 28970 (java) R 28941 28944 28084 0 -1 4202560 5 0 0 0 151 0 0 0 20 0 22 0 29814437 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139662198809016 139663092948980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28971] ppid=28941 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/28944/task/28971/stat : 28971 (java) R 28941 28944 28084 0 -1 4202560 85 0 0 0 149 3 0 0 20 0 22 0 29814437 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139662199861104 139663092974246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28972] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28972/stat : 28972 (java) S 28941 28944 28084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29814437 10060525568 85729 33554432000 1073741824 1073778376 140735499795232 139662197757480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30086 s]
/proc/loadavg: 4.24 4.23 4.06 5/219 28975
/proc/meminfo: memFree=26761828/32872528 swapFree=1542984/1696284
[pid=28944] ppid=28941 vsize=9824732 CPUtime=12.78 cores=0,2,4,6
/proc/28944/stat : 28944 (java) S 28941 28944 28084 0 -1 4202496 27877 0 1 0 1246 32 0 0 20 0 22 0 29814290 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 140735499786368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28944/statm: 2456183 156408 2294 9 0 2446860 0
[pid=28944/tid=28946] ppid=28941 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/28944/task/28946/stat : 28946 (java) S 28941 28944 28084 0 -1 4202560 2439 0 1 0 41 2 0 0 20 0 22 0 29814291 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663257367416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28947] ppid=28941 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/28944/task/28947/stat : 28947 (java) S 28941 28944 28084 0 -1 4202560 102 0 0 0 6 2 0 0 20 0 22 0 29814292 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663218859048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28948] ppid=28941 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/28944/task/28948/stat : 28948 (java) S 28941 28944 28084 0 -1 4202560 115 0 0 0 5 1 0 0 20 0 22 0 29814292 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663217806248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28949] ppid=28941 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/28944/task/28949/stat : 28949 (java) S 28941 28944 28084 0 -1 4202560 52 0 0 0 5 2 0 0 20 0 22 0 29814292 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663216753448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28950] ppid=28941 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/28944/task/28950/stat : 28950 (java) S 28941 28944 28084 0 -1 4202560 131 0 0 0 7 2 0 0 20 0 22 0 29814292 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663215700648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28951] ppid=28941 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/28944/task/28951/stat : 28951 (java) S 28941 28944 28084 0 -1 4202560 37 0 0 0 7 2 0 0 20 0 22 0 29814292 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663214647848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28952] ppid=28941 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/28944/task/28952/stat : 28952 (java) S 28941 28944 28084 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 22 0 29814292 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663213595048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28953] ppid=28941 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/28944/task/28953/stat : 28953 (java) S 28941 28944 28084 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 29814292 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663212542248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28954] ppid=28941 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/28944/task/28954/stat : 28954 (java) S 28941 28944 28084 0 -1 4202560 104 0 0 0 6 0 0 0 20 0 22 0 29814292 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663211489448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28955] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28955/stat : 28955 (java) S 28941 28944 28084 0 -1 4202560 446 0 0 0 0 0 0 0 20 0 22 0 29814293 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663081069544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28956] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28956/stat : 28956 (java) S 28941 28944 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663080015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28957] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28957/stat : 28957 (java) S 28941 28944 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663078962696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28958] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28958/stat : 28958 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663077911184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28959] ppid=28941 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/28944/task/28959/stat : 28959 (java) S 28941 28944 28084 0 -1 4202560 12670 0 0 0 113 3 0 0 20 0 22 0 29814296 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139663076858296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28960] ppid=28941 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/28944/task/28960/stat : 28960 (java) S 28941 28944 28084 0 -1 4202560 10155 0 0 0 127 2 0 0 20 0 22 0 29814296 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139662203021624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28961] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28961/stat : 28961 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 156408 33554432000 1073741824 1073778376 140735499795232 139662201969016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28962] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=28944/tid=28954] ppid=28941 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/28944/task/28954/stat : 28954 (java) S 28941 28944 28084 0 -1 4202560 516 0 0 0 216 8 0 0 20 0 22 0 29814292 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139663211489448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28955] ppid=28941 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/28944/task/28955/stat : 28955 (java) S 28941 28944 28084 0 -1 4202560 1517 0 0 0 189 18 0 0 20 0 22 0 29814293 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139663081069544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28956] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28956/stat : 28956 (java) S 28941 28944 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139663080015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28957] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28957/stat : 28957 (java) S 28941 28944 28084 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139663078962696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28958] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28958/stat : 28958 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139663077911184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28959] ppid=28941 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/28944/task/28959/stat : 28959 (java) S 28941 28944 28084 0 -1 4202560 12685 0 0 0 133 3 0 0 20 0 22 0 29814296 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139663076858296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28960] ppid=28941 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/28944/task/28960/stat : 28960 (java) S 28941 28944 28084 0 -1 4202560 13466 0 0 0 214 3 0 0 20 0 22 0 29814296 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139662203021624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28961] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28961/stat : 28961 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139662201969016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28962] ppid=28941 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/28944/task/28962/stat : 28962 (java) S 28941 28944 28084 0 -1 4202560 47 0 0 0 12 16 0 0 20 0 22 0 29814296 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139662200916424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28978] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28978/stat : 28978 (java) S 28941 28944 28084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29814887 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139662196704040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=29087] ppid=28941 vsize=9824732 CPUtime=739.53 cores=0,2,4,6
/proc/28944/task/29087/stat : 29087 (java) R 28941 28944 28084 0 -1 4202560 48 0 0 0 73940 13 0 0 20 0 22 0 29821694 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139662199860632 139663092923580 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=29088] ppid=28941 vsize=9824732 CPUtime=739.58 cores=0,2,4,6
/proc/28944/task/29088/stat : 29088 (java) R 28941 28944 28084 0 -1 4202560 141 0 0 0 73946 12 0 0 20 0 22 0 29821694 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139662198808568 139663093044382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=29089] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/29089/stat : 29089 (java) S 28941 28944 28084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29821694 10060525568 557808 33554432000 1073741824 1073778376 140735499795232 139662197757352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1650.56
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.25 4.32 4.20 5/219 29115
/proc/meminfo: memFree=24566864/32872528 swapFree=1542984/1696284
[pid=28944] ppid=28941 vsize=9824732 CPUtime=1770.06 cores=0,2,4,6
/proc/28944/stat : 28944 (java) S 28941 28944 28084 0 -1 4202496 37190 0 1 0 176829 177 0 0 20 0 22 0 29814290 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 140735499786368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28944/statm: 2456183 550949 2302 9 0 2446860 0
[pid=28944/tid=28946] ppid=28941 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/28944/task/28946/stat : 28946 (java) S 28941 28944 28084 0 -1 4202560 2451 0 1 0 44 3 0 0 20 0 22 0 29814291 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663257367416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28947] ppid=28941 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/28944/task/28947/stat : 28947 (java) S 28941 28944 28084 0 -1 4202560 638 0 0 0 234 10 0 0 20 0 22 0 29814292 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663218859048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28948] ppid=28941 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/28944/task/28948/stat : 28948 (java) S 28941 28944 28084 0 -1 4202560 618 0 0 0 255 9 0 0 20 0 22 0 29814292 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663217806248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28949] ppid=28941 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/28944/task/28949/stat : 28949 (java) S 28941 28944 28084 0 -1 4202560 389 0 0 0 232 8 0 0 20 0 22 0 29814292 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663216753448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28950] ppid=28941 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/28944/task/28950/stat : 28950 (java) S 28941 28944 28084 0 -1 4202560 524 0 0 0 248 11 0 0 20 0 22 0 29814292 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663215700648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28951] ppid=28941 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/28944/task/28951/stat : 28951 (java) S 28941 28944 28084 0 -1 4202560 423 0 0 0 227 9 0 0 20 0 22 0 29814292 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663214647848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28952] ppid=28941 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/28944/task/28952/stat : 28952 (java) S 28941 28944 28084 0 -1 4202560 416 0 0 0 252 9 0 0 20 0 22 0 29814292 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663213595048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28953] ppid=28941 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/28944/task/28953/stat : 28953 (java) S 28941 28944 28084 0 -1 4202560 415 0 0 0 248 10 0 0 20 0 22 0 29814292 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663212542248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28954] ppid=28941 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/28944/task/28954/stat : 28954 (java) S 28941 28944 28084 0 -1 4202560 526 0 0 0 233 8 0 0 20 0 22 0 29814292 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663211489448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28955] ppid=28941 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/28944/task/28955/stat : 28955 (java) S 28941 28944 28084 0 -1 4202560 1601 0 0 0 301 20 0 0 20 0 22 0 29814293 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663081069544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28956] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28956/stat : 28956 (java) S 28941 28944 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663080015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28957] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28957/stat : 28957 (java) S 28941 28944 28084 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663078962696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28958] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28958/stat : 28958 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663077911184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28959] ppid=28941 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/28944/task/28959/stat : 28959 (java) S 28941 28944 28084 0 -1 4202560 12685 0 0 0 133 3 0 0 20 0 22 0 29814296 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139663076858296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28960] ppid=28941 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/28944/task/28960/stat : 28960 (java) S 28941 28944 28084 0 -1 4202560 13466 0 0 0 214 3 0 0 20 0 22 0 29814296 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139662203021624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28961] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28961/stat : 28961 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139662201969016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28962] ppid=28941 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28944/task/28962/stat : 28962 (java) S 28941 28944 28084 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 29814296 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139662200916424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28978] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28978/stat : 28978 (java) S 28941 28944 28084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29814887 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139662196704040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=29087] ppid=28941 vsize=9824732 CPUtime=797.88 cores=0,2,4,6
/proc/28944/task/29087/stat : 29087 (java) R 28941 28944 28084 0 -1 4202560 52 0 0 0 79774 14 0 0 20 0 22 0 29821694 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139662199861296 139663093011660 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=29088] ppid=28941 vsize=9824732 CPUtime=797.92 cores=0,2,4,6
/proc/28944/task/29088/stat : 29088 (java) R 28941 28944 28084 0 -1 4202560 145 0 0 0 79778 14 0 0 20 0 22 0 29821694 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139662198807408 139663092973553 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=29089] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/29089/stat : 29089 (java) S 28941 28944 28084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29821694 10060525568 550949 33554432000 1073741824 1073778376 140735499795232 139662197757352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1770.06
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.201 s]
/proc/loadavg: 4.21 4.31 4.20 5/219 29115
/proc/meminfo: memFree=24574944/32872528 swapFree=1542984/1696284
[pid=28944] ppid=28941 vsize=9824732 CPUtime=1799.94 cores=0,2,4,6
/proc/28944/stat : 28944 (java) S 28941 28944 28084 0 -1 4202496 37200 0 1 0 179816 178 0 0 20 0 22 0 29814290 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 140735499786368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28944/statm: 2456183 547186 2302 9 0 2446860 0
[pid=28944/tid=28946] ppid=28941 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/28944/task/28946/stat : 28946 (java) S 28941 28944 28084 0 -1 4202560 2451 0 1 0 44 3 0 0 20 0 22 0 29814291 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663257367416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=28947] ppid=28941 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/28944/task/28947/stat : 28947 (java) S 28941 28944 28084 0 -1 4202560 638 0 0 0 238 10 0 0 20 0 22 0 29814292 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663218859048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28948] ppid=28941 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/28944/task/28948/stat : 28948 (java) S 28941 28944 28084 0 -1 4202560 618 0 0 0 258 9 0 0 20 0 22 0 29814292 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663217806248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28949] ppid=28941 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/28944/task/28949/stat : 28949 (java) S 28941 28944 28084 0 -1 4202560 389 0 0 0 235 8 0 0 20 0 22 0 29814292 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663216753448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28950] ppid=28941 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/28944/task/28950/stat : 28950 (java) S 28941 28944 28084 0 -1 4202560 524 0 0 0 253 11 0 0 20 0 22 0 29814292 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663215700648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28951] ppid=28941 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/28944/task/28951/stat : 28951 (java) S 28941 28944 28084 0 -1 4202560 423 0 0 0 230 9 0 0 20 0 22 0 29814292 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663214647848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28952] ppid=28941 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/28944/task/28952/stat : 28952 (java) S 28941 28944 28084 0 -1 4202560 416 0 0 0 255 9 0 0 20 0 22 0 29814292 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663213595048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28953] ppid=28941 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/28944/task/28953/stat : 28953 (java) S 28941 28944 28084 0 -1 4202560 415 0 0 0 250 10 0 0 20 0 22 0 29814292 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663212542248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28954] ppid=28941 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/28944/task/28954/stat : 28954 (java) S 28941 28944 28084 0 -1 4202560 531 0 0 0 238 8 0 0 20 0 22 0 29814292 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663211489448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28955] ppid=28941 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/28944/task/28955/stat : 28955 (java) S 28941 28944 28084 0 -1 4202560 1601 0 0 0 301 20 0 0 20 0 22 0 29814293 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663081069544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28956] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28956/stat : 28956 (java) S 28941 28944 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663080015608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28957] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28957/stat : 28957 (java) S 28941 28944 28084 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29814294 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663078962696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28958] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28958/stat : 28958 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663077911184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28959] ppid=28941 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/28944/task/28959/stat : 28959 (java) S 28941 28944 28084 0 -1 4202560 12685 0 0 0 133 3 0 0 20 0 22 0 29814296 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139663076858296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28960] ppid=28941 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/28944/task/28960/stat : 28960 (java) S 28941 28944 28084 0 -1 4202560 13466 0 0 0 214 3 0 0 20 0 22 0 29814296 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139662203021624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28944/tid=28961] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28961/stat : 28961 (java) S 28941 28944 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29814296 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139662201969016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28944/tid=28962] ppid=28941 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/28944/task/28962/stat : 28962 (java) S 28941 28944 28084 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 22 0 29814296 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139662200916424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=28978] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/28978/stat : 28978 (java) S 28941 28944 28084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29814887 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139662196704040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=29087] ppid=28941 vsize=9824732 CPUtime=812.64 cores=0,2,4,6
/proc/28944/task/29087/stat : 29087 (java) R 28941 28944 28084 0 -1 4202560 52 0 0 0 81250 14 0 0 20 0 22 0 29821694 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139662199861296 139663092923580 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28944/tid=29088] ppid=28941 vsize=9824732 CPUtime=812.69 cores=0,2,4,6
/proc/28944/task/29088/stat : 29088 (java) R 28941 28944 28084 0 -1 4202560 148 0 0 0 81255 14 0 0 20 0 22 0 29821694 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139662198809600 139663092975782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28944/tid=29089] ppid=28941 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28944/task/29089/stat : 29089 (java) S 28941 28944 28084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29821694 10060525568 547186 33554432000 1073741824 1073778376 140735499795232 139662197757352 270710912937 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 28944 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 28944 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=158246
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=163671
# CPU time returned by wait4() is 1796.32
# 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.0800018
#  lost CPU user time (s): 0.100006
#  lost CPU system time (s): -0.02

Real time (s): 897.263
CPU time (s): 1800.02
CPU user time (s): 1798.26
CPU system time (s): 1.76
CPU usage (%): 200.612
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 2.16367
maximum resident set size= 2914976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37239
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28096
involuntary context switches= 50540

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87111 second user time and 7.09592 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 21:21:17
IDJOB=4106800
IDBENCH=48264
IDSOLVER=2543
FILE ID=node125/4106800-1466277677
RUNJOBID= node125-1466274976-28100
PBS_JOBID= 19918241
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/bsg/normalized-bsg_100_25_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106800-1466277677/watcher-4106800-1466277677 -o /tmp/evaluation-result-4106800-1466277677/solver-4106800-1466277677 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466274976-28100 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106800-1466277677.opb

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

MD5SUM BENCH= feead174159765db2806c13d35bd6cbe
RANDOM SEED=168666208

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27374144 kB
Buffers:          146564 kB
Cached:           174376 kB
SwapCached:          688 kB
Active:          2812608 kB
Inactive:         245300 kB
Active(anon):    2738144 kB
Inactive(anon):     1040 kB
Active(file):      74464 kB
Inactive(file):   244260 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:       4432340 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             604752 kB
SReclaimable:      48336 kB
SUnreclaim:       556416 kB
KernelStack:        1592 kB
PageTables:        13136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4532800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2789376 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= 71744 MiB
End job on node125 at 2016-06-18 21:36:14