Trace number 4081734

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.98 897.063

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_1.opb
MD5SUM26861ca996cf8fd2abe5c211e1f47a26
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 -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081734-1465256642.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.21/0.26	c ... done. Wall clock time 0.142s.
0.21/0.26	c declared #vars     100
0.21/0.26	c internal #vars     710
0.21/0.26	c #constraints  1372
0.21/0.26	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.26	c constraints type 
0.21/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 610
0.21/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.21/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.21/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 610
0.21/0.26	c 1372 constraints processed.
0.21/0.26	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.26	c constraints type 
0.21/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.21/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 610
0.21/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.21/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 610
0.21/0.26	c 1372 constraints processed.
0.21/0.26	c objective function length is 50 literals
0.45/0.37	c And the winner is solver0
0.86/0.76	c SATISFIABLE
0.86/0.76	c OPTIMIZING...
0.86/0.76	c Got one! Elapsed wall clock time (in seconds):0.647
0.86/0.77	o -8
0.97/0.80	c And the winner is solver0
1.00/1.27	c Got one! Elapsed wall clock time (in seconds):1.148
1.00/1.27	o -9
1.00/1.28	c And the winner is solver1
1.07/1.77	c Got one! Elapsed wall clock time (in seconds):1.649
1.07/1.77	o -10
2.34/2.18	c cleaning 2716 clauses out of 5434 with flag 17420/5434
3.53/2.48	c cleaning 4358 clauses out of 8716 with flag 39095/11432
5.11/2.84	c cleaning 5677 clauses out of 11358 with flag 68903/18432
6.08/3.27	c cleaning 6841 clauses out of 13681 with flag 102654/26432
7.26/3.75	c cleaning 7921 clauses out of 15842 with flag 140067/35434
8.51/4.39	c cleaning 8960 clauses out of 17919 with flag 180292/45432
9.94/5.01	c cleaning 9979 clauses out of 19960 with flag 224973/56433
10.15/5.19	c And the winner is solver1
10.34/5.27	c Got one! Elapsed wall clock time (in seconds):5.151
10.34/5.27	o -11
10.59/5.42	c cleaning 7890 clauses out of 15787 with flag 11582/62239
11.25/5.76	c cleaning 6946 clauses out of 13898 with flag 43145/68240
11.45/5.81	c And the winner is solver1
11.49/6.27	c Got one! Elapsed wall clock time (in seconds):6.152
11.49/6.27	o -12
11.75/6.49	c cleaning 6091 clauses out of 12182 with flag 19165/73470
12.36/6.78	c cleaning 6040 clauses out of 12090 with flag 49060/79469
13.14/7.13	c cleaning 6522 clauses out of 13051 with flag 83284/86470
13.98/7.55	c cleaning 7258 clauses out of 14527 with flag 118201/94468
14.98/8.05	c cleaning 8124 clauses out of 16269 with flag 158811/103468
16.19/8.62	c cleaning 9071 clauses out of 18147 with flag 207449/113470
17.39/9.26	c cleaning 10031 clauses out of 20074 with flag 259048/124468
19.07/10.06	c cleaning 11016 clauses out of 22043 with flag 311470/136468
20.66/10.89	c cleaning 12008 clauses out of 24027 with flag 369848/149468
22.67/11.85	c cleaning 13010 clauses out of 26019 with flag 437320/163468
24.92/12.92	c cleaning 14001 clauses out of 28009 with flag 508948/178468
27.32/14.12	c cleaning 15000 clauses out of 30008 with flag 584171/194468
29.95/15.46	c cleaning 15991 clauses out of 32009 with flag 663698/211469
32.93/16.94	c cleaning 17009 clauses out of 34017 with flag 745454/229468
36.62/18.74	c cleaning 17994 clauses out of 36009 with flag 828379/248469
40.20/20.57	c cleaning 19007 clauses out of 38014 with flag 915995/268468
44.20/22.54	c cleaning 20003 clauses out of 40007 with flag 1012215/289468
48.44/24.61	c cleaning 21003 clauses out of 42005 with flag 1101031/311469
52.64/26.78	c cleaning 21996 clauses out of 44002 with flag 1198735/334469
57.64/29.22	c cleaning 22998 clauses out of 46007 with flag 1296248/358470
63.11/31.91	c cleaning 24002 clauses out of 48007 with flag 1398171/383468
68.69/34.70	c cleaning 25000 clauses out of 50006 with flag 1499523/409469
74.69/37.77	c cleaning 25998 clauses out of 52006 with flag 1607420/436469
81.78/41.27	c cleaning 27000 clauses out of 54007 with flag 1716617/464468
88.78/44.74	c cleaning 27987 clauses out of 56008 with flag 1826401/493469
96.41/48.59	c cleaning 29009 clauses out of 58022 with flag 1943184/523470
99.06/49.88	c cleaning 0 clauses out of 5757 with flag 0/5758
105.23/52.76	c cleaning 30007 clauses out of 60013 with flag 2062893/554470
114.09/57.14	c cleaning 30995 clauses out of 62004 with flag 2190205/586468
123.36/61.71	c cleaning 32002 clauses out of 64009 with flag 2310153/619468
132.94/66.51	c cleaning 32999 clauses out of 66007 with flag 2434044/653468
143.02/71.60	c cleaning 34001 clauses out of 68008 with flag 2554494/688468
154.09/77.02	c cleaning 34999 clauses out of 70010 with flag 2673792/724471
165.67/82.80	c cleaning 36001 clauses out of 72009 with flag 2805307/761469
177.92/88.98	c cleaning 36994 clauses out of 74007 with flag 2926145/799468
191.18/95.56	c cleaning 38004 clauses out of 76013 with flag 3060061/838468
205.41/102.62	c cleaning 39000 clauses out of 78009 with flag 3191833/878468
220.62/110.24	c cleaning 40001 clauses out of 80009 with flag 3331883/919468
235.22/117.52	c cleaning 40989 clauses out of 82008 with flag 3468006/961468
251.45/125.66	c cleaning 42008 clauses out of 84019 with flag 3608765/1004468
268.50/134.18	c cleaning 43002 clauses out of 86012 with flag 3748484/1048469
287.12/143.45	c cleaning 44001 clauses out of 88009 with flag 3897068/1093468
296.55/148.11	c And the winner is solver1
296.63/148.32	c Got one! Elapsed wall clock time (in seconds):148.198
296.63/148.32	o -13
299.21/149.68	c cleaning 38263 clauses out of 76535 with flag 17552/1125995
300.99/150.59	c cleaning 22131 clauses out of 44272 with flag 38633/1131995
302.39/151.28	c cleaning 14570 clauses out of 29143 with flag 61113/1138997
303.81/151.95	c cleaning 11263 clauses out of 22571 with flag 89898/1146995
304.99/152.59	c cleaning 10144 clauses out of 20309 with flag 122306/1155996
306.63/153.34	c cleaning 10076 clauses out of 20165 with flag 160095/1165996
308.25/154.15	c cleaning 10538 clauses out of 21088 with flag 199958/1176995
310.03/155.00	c cleaning 11267 clauses out of 22551 with flag 243621/1188996
312.03/156.03	c cleaning 12138 clauses out of 24283 with flag 287247/1201995
314.24/157.16	c cleaning 13061 clauses out of 26145 with flag 335832/1215995
316.85/158.46	c cleaning 14038 clauses out of 28084 with flag 386291/1230995
319.65/159.85	c cleaning 15016 clauses out of 30046 with flag 438322/1246995
322.46/161.30	c cleaning 16015 clauses out of 32030 with flag 493640/1263995
326.06/163.06	c cleaning 17008 clauses out of 34015 with flag 552339/1281995
329.89/164.94	c cleaning 18005 clauses out of 36011 with flag 613002/1300999
334.09/167.03	c cleaning 19000 clauses out of 38004 with flag 680510/1320997
338.70/169.30	c cleaning 19994 clauses out of 40002 with flag 747371/1341995
343.34/171.68	c cleaning 20999 clauses out of 42012 with flag 818456/1363999
348.52/174.25	c cleaning 22000 clauses out of 44009 with flag 891680/1386995
354.14/177.07	c cleaning 22994 clauses out of 46009 with flag 963563/1410995
360.54/180.23	c cleaning 24000 clauses out of 48017 with flag 1044249/1435997
367.36/183.65	c cleaning 25000 clauses out of 50015 with flag 1130327/1461995
374.60/187.22	c cleaning 26002 clauses out of 52019 with flag 1216037/1488999
382.04/190.91	c cleaning 26999 clauses out of 54013 with flag 1299428/1516995
390.31/195.05	c cleaning 28007 clauses out of 56019 with flag 1390085/1546000
399.75/199.78	c cleaning 29001 clauses out of 58008 with flag 1485108/1575996
409.58/204.62	c cleaning 30003 clauses out of 60007 with flag 1586238/1606996
419.79/209.72	c cleaning 30997 clauses out of 62003 with flag 1689800/1638995
430.27/214.96	c cleaning 32003 clauses out of 64007 with flag 1791425/1671996
442.30/220.94	c cleaning 33002 clauses out of 66003 with flag 1900201/1705995
453.78/226.63	c cleaning 0 clauses out of 11499 with flag 0/11500
454.41/226.92	c cleaning 33992 clauses out of 68001 with flag 2006158/1740995
468.05/233.72	c cleaning 35003 clauses out of 70009 with flag 2119020/1776995
481.68/240.53	c cleaning 36001 clauses out of 72007 with flag 2231515/1813996
496.32/247.83	c cleaning 36993 clauses out of 74005 with flag 2346851/1851995
511.59/255.46	c cleaning 38007 clauses out of 76013 with flag 2467935/1890996
527.04/263.14	c cleaning 38991 clauses out of 78005 with flag 2584704/1930995
543.76/271.50	c cleaning 40003 clauses out of 80014 with flag 2704313/1971995
562.88/280.91	c cleaning 40999 clauses out of 82011 with flag 2837497/2013995
582.60/290.72	c cleaning 42000 clauses out of 84013 with flag 2967549/2056996
602.91/300.82	c cleaning 43005 clauses out of 86016 with flag 3098925/2100999
624.06/311.34	c cleaning 44001 clauses out of 88007 with flag 3234579/2145995
646.01/322.26	c cleaning 45000 clauses out of 90006 with flag 3372012/2191995
668.31/333.35	c cleaning 46001 clauses out of 92009 with flag 3510255/2238998
693.21/345.73	c cleaning 47000 clauses out of 94005 with flag 3653521/2286995
718.18/358.12	c cleaning 47992 clauses out of 96005 with flag 3798870/2335995
744.51/371.29	c cleaning 48993 clauses out of 98013 with flag 3951799/2385995
771.87/384.81	c cleaning 50005 clauses out of 100021 with flag 4102118/2436996
799.86/398.74	c cleaning 51009 clauses out of 102018 with flag 4253871/2488998
829.44/413.40	c cleaning 52003 clauses out of 104007 with flag 4411380/2541996
861.50/429.60	c cleaning 52995 clauses out of 106003 with flag 4574331/2595995
891.44/444.52	c cleaning 54000 clauses out of 108009 with flag 4735341/2650996
923.18/460.39	c cleaning 54995 clauses out of 110008 with flag 4901609/2706995
956.34/476.82	c cleaning 56000 clauses out of 112013 with flag 5070721/2763995
990.50/493.90	c cleaning 57006 clauses out of 114013 with flag 5240949/2821995
1027.68/512.33	c cleaning 58001 clauses out of 116007 with flag 5417574/2880995
1067.04/531.94	c cleaning 58998 clauses out of 118006 with flag 5597096/2940995
1108.24/552.50	c cleaning 59999 clauses out of 120009 with flag 5782696/3001996
1148.84/572.67	c cleaning 61004 clauses out of 122009 with flag 5965124/3063995
1191.28/593.74	c cleaning 62001 clauses out of 124005 with flag 6151766/3126995
1234.91/615.49	c cleaning 63003 clauses out of 126009 with flag 6344627/3191000
1279.13/637.40	c cleaning 63993 clauses out of 128002 with flag 6537310/3255996
1325.69/660.99	c cleaning 65005 clauses out of 130010 with flag 6726513/3321997
1341.38/668.75	c cleaning 0 clauses out of 17499 with flag 0/17500
1373.29/684.66	c cleaning 65995 clauses out of 132003 with flag 6923759/3388995
1421.93/708.85	c cleaning 66991 clauses out of 134008 with flag 7119267/3456995
1473.96/734.73	c cleaning 68001 clauses out of 136019 with flag 7322698/3525997
1527.38/761.39	c cleaning 69008 clauses out of 138017 with flag 7526221/3595996
1580.85/787.94	c cleaning 70002 clauses out of 140009 with flag 7729554/3666996
1637.12/815.91	c cleaning 70995 clauses out of 142006 with flag 7938153/3738995
1695.93/845.29	c cleaning 71987 clauses out of 144013 with flag 8151847/3811997
1757.46/875.85	c cleaning 73012 clauses out of 146025 with flag 8372881/3885996
1800.10/897.00	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.10/897.00	c starts		: 56455
1800.10/897.00	c conflicts		: 3943636
1800.10/897.00	c decisions		: 8868121
1800.10/897.00	c propagations		: 105788613
1800.10/897.00	c inspects		: 12198968722
1800.10/897.00	c shortcuts		: 0
1800.10/897.00	c learnt literals	: 0
1800.10/897.00	c learnt binary clauses	: 4
1800.10/897.00	c learnt ternary clauses	: 3650
1800.10/897.00	c learnt constraints	: 3943636
1800.10/897.00	c ignored constraints	: 0
1800.10/897.00	c root simplifications	: 0
1800.10/897.00	c removed literals (reason simplification)	: 158712983
1800.10/897.00	c reason swapping (by a shorter reason)	: 0
1800.10/897.00	c Calls to reduceDB	: 120
1800.10/897.00	c Number of update (reduction) of LBD	: 1375169
1800.10/897.00	c Imported unit clauses	: 0
1800.10/897.00	c number of reductions to clauses (during analyze)	: 0
1800.10/897.00	c number of learned constraints concerned by reduction	: 0
1800.10/897.00	c number of learning phase by resolution	: 0
1800.10/897.00	c number of learning phase by cutting planes	: 0
1800.10/897.00	c speed (assignments/second)	: 141299.22864756206
1800.10/897.00	c non guided choices	0
1800.10/897.03	c learnt constraints type 
1800.10/897.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.10/897.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130649
1800.10/897.03	c >>>>>>>>>> Solver number 1 (4 answers) <<<<<<<<<<<<<<<<<<
1800.10/897.03	c starts		: 51
1800.10/897.03	c conflicts		: 20184
1800.10/897.03	c decisions		: 34348
1800.10/897.03	c propagations		: 1017566
1800.10/897.03	c inspects		: 943986507
1800.10/897.03	c shortcuts		: 0
1800.10/897.03	c learnt literals	: 0
1800.10/897.03	c learnt binary clauses	: 0
1800.10/897.03	c learnt ternary clauses	: 0
1800.10/897.03	c learnt constraints	: 20183
1800.10/897.03	c ignored constraints	: 0
1800.10/897.03	c root simplifications	: 0
1800.10/897.03	c removed literals (reason simplification)	: 0
1800.10/897.03	c reason swapping (by a shorter reason)	: 0
1800.10/897.03	c Calls to reduceDB	: 3
1800.10/897.03	c Number of update (reduction) of LBD	: 0
1800.10/897.03	c Imported unit clauses	: 0
1800.10/897.03	c number of reductions to clauses (during analyze)	: 0
1800.10/897.03	c number of learned constraints concerned by reduction	: 0
1800.10/897.03	c number of learning phase by resolution	: 0
1800.10/897.03	c number of learning phase by cutting planes	: 0
1800.10/897.03	c speed (assignments/second)	: 1135.981887985496
1800.10/897.03	c non guided choices	6
1800.10/897.04	c learnt constraints type 
1800.10/897.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.10/897.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20182
1800.10/897.04	s SATISFIABLE
1800.10/897.04	c Found 6 solution(s)
1800.10/897.04	v -x1 -x2 -x3 x4 -x5 -x6 x7 x8 x9 -x10 -x11 -x12 -x13 -x14 x15 x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 x40 x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 x78 -x79 -x80 x81 x82 -x83 x84 -x85 x86 x87 x88 -x89 -x90 -x91 x92 -x93 -x94 x95 -x96 -x97 x98 x99 -x100 
1800.10/897.04	c objective function=-13
1800.10/897.04	c Total wall clock time (in seconds): 896.919

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

pid=20821
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.26 4.25 4.20 4/199 20824
/proc/meminfo: memFree=27281280/32872528 swapFree=15540/1663004
[pid=20824] ppid=20821 vsize=9216 CPUtime=0 cores=1,3,5,7
/proc/20824/stat : 20824 (java) R 20821 20824 15677 0 -1 4202496 396 0 0 0 0 0 0 0 20 0 1 0 107596950 9437184 68 33554432000 1073741824 1073778376 140737328654240 140737328651368 273896503054 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20824/statm: 2306 83 65 9 0 38 0

[startup+0.100138 s]
/proc/loadavg: 4.26 4.25 4.20 4/199 20824
/proc/meminfo: memFree=27281280/32872528 swapFree=15540/1663004
[pid=20824] ppid=20821 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20824/stat : 20824 (java) S 20821 20824 15677 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 107596950 9787879424 6038 33554432000 1073741824 1073778376 140737328654240 140737328645376 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20824/statm: 2389619 6038 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200345 s]
/proc/loadavg: 4.26 4.25 4.20 4/199 20824
/proc/meminfo: memFree=27281280/32872528 swapFree=15540/1663004
[pid=20824] ppid=20821 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/20824/stat : 20824 (java) S 20821 20824 15677 0 -1 4202496 4569 0 1 0 20 1 0 0 20 0 18 0 107596950 9787879424 7203 33554432000 1073741824 1073778376 140737328654240 140737328645376 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20824/statm: 2389619 7203 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300261 s]
/proc/loadavg: 4.26 4.25 4.20 4/199 20824
/proc/meminfo: memFree=27281280/32872528 swapFree=15540/1663004
[pid=20824] ppid=20821 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/20824/stat : 20824 (java) S 20821 20824 15677 0 -1 4202496 5965 0 1 0 43 2 0 0 20 0 22 0 107596950 10060525568 9676 33554432000 1073741824 1073778376 140737328654240 140737328645376 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20824/statm: 2456183 9676 2237 9 0 2446860 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9824732

[startup+0.700267 s]
/proc/loadavg: 4.26 4.25 4.20 4/199 20824
/proc/meminfo: memFree=27281280/32872528 swapFree=15540/1663004
[pid=20824] ppid=20821 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/20824/stat : 20824 (java) S 20821 20824 15677 0 -1 4202496 10476 0 1 0 82 4 0 0 20 0 19 0 107596950 10060525568 12702 33554432000 1073741824 1073778376 140737328654240 140737328645376 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20824/statm: 2456183 12702 2251 9 0 2446860 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.08 4.21 4.19 3/218 20849
/proc/meminfo: memFree=27234600/32872528 swapFree=15540/1663004
[pid=20824] ppid=20821 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/20824/stat : 20824 (java) S 20821 20824 15677 0 -1 4202496 10542 0 1 0 99 8 0 0 20 0 19 0 107596950 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 140737328645376 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20824/statm: 2456183 15308 2257 9 0 2446860 0
[pid=20824/tid=20826] ppid=20821 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20824/task/20826/stat : 20826 (java) S 20821 20824 15677 0 -1 4202560 2422 0 1 0 22 1 0 0 20 0 19 0 107596951 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950863590264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20827] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20827/stat : 20827 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107596952 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950841691176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107596952 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950840638376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107596952 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950839585576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107596952 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950502701736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107596952 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950501648936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107596952 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950500596136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107596952 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950499543336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107596952 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950498490536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107596953 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950486293480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 15677 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107596954 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950485239544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107596954 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950484186632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107596956 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950483135120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20839] ppid=20821 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/20824/task/20839/stat : 20839 (java) S 20821 20824 15677 0 -1 4202560 2841 0 0 0 25 0 0 0 20 0 19 0 107596956 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950482082232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20840] ppid=20821 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/20824/task/20840/stat : 20840 (java) S 20821 20824 15677 0 -1 4202560 3931 0 0 0 25 0 0 0 20 0 19 0 107596956 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950481029432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20841] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20841/stat : 20841 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107596956 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950479976824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20842] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20842/stat : 20842 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107596956 10060525568 15308 33554432000 1073741824 1073778376 140737328654240 139950478924232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9824732

[startup+3.10102 s]
/proc/loadavg: 4.08 4.21 4.19 7/221 20855
/proc/meminfo: memFree=27125404/32872528 swapFree=15540/1663004
[pid=20824] ppid=20821 vsize=9824732 CPUtime=5.86 cores=1,3,5,7
/proc/20824/stat : 20824 (java) S 20821 20824 15677 0 -1 4202496 26866 0 1 0 571 15 0 0 20 0 22 0 107596950 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 140737328645376 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20824/statm: 2456183 52262 2284 9 0 2446860 0
[pid=20824/tid=20826] ppid=20821 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20824/task/20826/stat : 20826 (java) S 20821 20824 15677 0 -1 4202560 2422 0 1 0 22 1 0 0 20 0 22 0 107596951 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950863590264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20827] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20827/stat : 20827 (java) S 20821 20824 15677 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107596952 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950841691176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107596952 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950840638376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 15677 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107596952 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950839585576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 15677 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 107596952 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950502701736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107596952 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950501648936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 15677 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107596952 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950500596136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107596952 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950499543336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107596952 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950498490536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 15677 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 107596953 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950486293480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107596954 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950485239544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107596954 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950484186632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950483135120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20839] ppid=20821 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/20824/task/20839/stat : 20839 (java) S 20821 20824 15677 0 -1 4202560 11684 0 0 0 127 3 0 0 20 0 22 0 107596956 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950482082232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20840] ppid=20821 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/20824/task/20840/stat : 20840 (java) S 20821 20824 15677 0 -1 4202560 11221 0 0 0 131 2 0 0 20 0 22 0 107596956 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950481029432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20841] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20841/stat : 20841 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950479976824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20842] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20842/stat : 20842 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950478924232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20852] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20852/stat : 20852 (java) S 20821 20824 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107597077 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950475666984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20853] ppid=20821 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/20824/task/20853/stat : 20853 (java) R 20821 20824 15677 0 -1 4202560 6 0 0 0 128 0 0 0 20 0 22 0 107597127 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950477771944 139950721320160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20854] ppid=20821 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/20824/task/20854/stat : 20854 (java) R 20821 20824 15677 0 -1 4202560 60 0 0 0 124 2 0 0 20 0 22 0 107597127 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950476717336 139950721398261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20855] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20855/stat : 20855 (java) S 20821 20824 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107597127 10060525568 52262 33554432000 1073741824 1073778376 140737328654240 139950474613928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 4.08 4.21 4.19 5/221 20858
/proc/meminfo: memFree=26754392/32872528 swapFree=15540/1663004
[pid=20824] ppid=20821 vsize=9824732 CPUtime=11.54 cores=1,3,5,7
/proc/20824/stat : 20824 (java) S 20821 20824 15677 0 -1 4202496 27818 0 1 0 1123 31 0 0 20 0 22 0 107596950 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 140737328645376 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20824/statm: 2456183 149877 2285 9 0 2446860 0
[pid=20824/tid=20826] ppid=20821 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/20824/task/20826/stat : 20826 (java) S 20821 20824 15677 0 -1 4202560 2423 0 1 0 22 2 0 0 20 0 22 0 107596951 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950863590264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20827] ppid=20821 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20824/task/20827/stat : 20827 (java) S 20821 20824 15677 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 22 0 107596952 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950841691176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 15677 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 107596952 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950840638376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 15677 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 22 0 107596952 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950839585576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 15677 0 -1 4202560 95 0 0 0 6 0 0 0 20 0 22 0 107596952 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950502701736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 15677 0 -1 4202560 76 0 0 0 2 0 0 0 20 0 22 0 107596952 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950501648936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 15677 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 107596952 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950500596136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 15677 0 -1 4202560 93 0 0 0 4 2 0 0 20 0 22 0 107596952 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950499543336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 15677 0 -1 4202560 98 0 0 0 4 0 0 0 20 0 22 0 107596952 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950498490536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 15677 0 -1 4202560 441 0 0 0 0 0 0 0 20 0 22 0 107596953 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950486293480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107596954 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950485239544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107596954 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950484186632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950483135120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20839] ppid=20821 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/20824/task/20839/stat : 20839 (java) S 20821 20824 15677 0 -1 4202560 11684 0 0 0 127 3 0 0 20 0 22 0 107596956 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950482082232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20840] ppid=20821 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/20824/task/20840/stat : 20840 (java) S 20821 20824 15677 0 -1 4202560 11225 0 0 0 147 2 0 0 20 0 22 0 107596956 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950481029432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20841] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20841/stat : 20841 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950479976824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20842] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20842/stat : 20842 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 149877 33554432000 1073741824 1073778376 140737328654240 139950478924232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20852] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.38 4.27 4.20 5/221 20999
/proc/meminfo: memFree=24321280/32872528 swapFree=15540/1663004
[pid=20824] ppid=20821 vsize=9824732 CPUtime=1649.97 cores=1,3,5,7
/proc/20824/stat : 20824 (java) S 20821 20824 15677 0 -1 4202496 34028 0 1 0 164842 155 0 0 20 0 22 0 107596950 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 140737328645376 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20824/statm: 2456183 606171 2293 9 0 2446860 0
[pid=20824/tid=20826] ppid=20821 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/20824/task/20826/stat : 20826 (java) S 20821 20824 15677 0 -1 4202560 2425 0 1 0 25 3 0 0 20 0 22 0 107596951 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950863590264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20827] ppid=20821 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/20824/task/20827/stat : 20827 (java) S 20821 20824 15677 0 -1 4202560 356 0 0 0 244 6 0 0 20 0 22 0 107596952 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950841691176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 15677 0 -1 4202560 364 0 0 0 237 6 0 0 20 0 22 0 107596952 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950840638376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 15677 0 -1 4202560 360 0 0 0 243 7 0 0 20 0 22 0 107596952 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950839585576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 15677 0 -1 4202560 427 0 0 0 239 6 0 0 20 0 22 0 107596952 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950502701736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 15677 0 -1 4202560 431 0 0 0 262 7 0 0 20 0 22 0 107596952 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950501648936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 15677 0 -1 4202560 346 0 0 0 235 6 0 0 20 0 22 0 107596952 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950500596136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 15677 0 -1 4202560 425 0 0 0 251 7 0 0 20 0 22 0 107596952 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950499543336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 15677 0 -1 4202560 449 0 0 0 244 7 0 0 20 0 22 0 107596952 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950498490536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 15677 0 -1 4202560 1590 0 0 0 126 33 0 0 20 0 22 0 107596953 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950486293480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107596954 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950485239544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107596954 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950484186632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950483135120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20839] ppid=20821 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/20824/task/20839/stat : 20839 (java) S 20821 20824 15677 0 -1 4202560 11684 0 0 0 131 3 0 0 20 0 22 0 107596956 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950482082232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20840] ppid=20821 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/20824/task/20840/stat : 20840 (java) S 20821 20824 15677 0 -1 4202560 11888 0 0 0 206 2 0 0 20 0 22 0 107596956 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950481029432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20841] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20841/stat : 20841 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950479976824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20842] ppid=20821 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/20824/task/20842/stat : 20842 (java) S 20821 20824 15677 0 -1 4202560 46 0 0 0 15 19 0 0 20 0 22 0 107596956 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950478924232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20852] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20852/stat : 20852 (java) S 20821 20824 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107597077 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950475666984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20865] ppid=20821 vsize=9824732 CPUtime=667.11 cores=1,3,5,7
/proc/20824/task/20865/stat : 20865 (java) R 20821 20824 15677 0 -1 4202560 106 0 0 0 66699 12 0 0 20 0 22 0 107611782 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950474612432 139950721422161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20866] ppid=20821 vsize=9824732 CPUtime=667.27 cores=1,3,5,7
/proc/20824/task/20866/stat : 20866 (java) R 20821 20824 15677 0 -1 4202560 251 0 0 0 66715 12 0 0 20 0 22 0 107611782 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950476719000 139950721476237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20867] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20867/stat : 20867 (java) S 20821 20824 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107611782 10060525568 606171 33554432000 1073741824 1073778376 140737328654240 139950477771816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1649.97
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.39 4.28 4.20 5/221 21000
/proc/meminfo: memFree=24337176/32872528 swapFree=15540/1663004
[pid=20824] ppid=20821 vsize=9824732 CPUtime=1770.52 cores=1,3,5,7
/proc/20824/stat : 20824 (java) S 20821 20824 15677 0 -1 4202496 34287 0 1 0 176891 161 0 0 20 0 22 0 107596950 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 140737328645376 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20824/statm: 2456183 602070 2293 9 0 2446860 0
[pid=20824/tid=20826] ppid=20821 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/20824/task/20826/stat : 20826 (java) S 20821 20824 15677 0 -1 4202560 2425 0 1 0 26 3 0 0 20 0 22 0 107596951 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950863590264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20827] ppid=20821 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/20824/task/20827/stat : 20827 (java) S 20821 20824 15677 0 -1 4202560 384 0 0 0 259 7 0 0 20 0 22 0 107596952 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950841691176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 15677 0 -1 4202560 369 0 0 0 253 7 0 0 20 0 22 0 107596952 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950840638376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 15677 0 -1 4202560 378 0 0 0 262 7 0 0 20 0 22 0 107596952 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950839585576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 15677 0 -1 4202560 432 0 0 0 259 7 0 0 20 0 22 0 107596952 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950502701736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 15677 0 -1 4202560 439 0 0 0 279 7 0 0 20 0 22 0 107596952 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950501648936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 15677 0 -1 4202560 378 0 0 0 254 6 0 0 20 0 22 0 107596952 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950500596136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 15677 0 -1 4202560 430 0 0 0 271 7 0 0 20 0 22 0 107596952 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950499543336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 15677 0 -1 4202560 573 0 0 0 267 7 0 0 20 0 22 0 107596952 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950498490536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 15677 0 -1 4202560 1594 0 0 0 126 36 0 0 20 0 22 0 107596953 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950486293480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107596954 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950485239544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107596954 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950484186632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950483135120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20839] ppid=20821 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/20824/task/20839/stat : 20839 (java) S 20821 20824 15677 0 -1 4202560 11684 0 0 0 131 3 0 0 20 0 22 0 107596956 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950482082232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20840] ppid=20821 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/20824/task/20840/stat : 20840 (java) S 20821 20824 15677 0 -1 4202560 11888 0 0 0 206 2 0 0 20 0 22 0 107596956 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950481029432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20841] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20841/stat : 20841 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950479976824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20842] ppid=20821 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20824/task/20842/stat : 20842 (java) S 20821 20824 15677 0 -1 4202560 50 0 0 0 16 20 0 0 20 0 22 0 107596956 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950478924232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20852] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20852/stat : 20852 (java) S 20821 20824 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107597077 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950475666984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20865] ppid=20821 vsize=9824732 CPUtime=726.63 cores=1,3,5,7
/proc/20824/task/20865/stat : 20865 (java) R 20821 20824 15677 0 -1 4202560 114 0 0 0 72650 13 0 0 20 0 22 0 107611782 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950474612464 139950721320155 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20866] ppid=20821 vsize=9824732 CPUtime=726.78 cores=1,3,5,7
/proc/20824/task/20866/stat : 20866 (java) R 20821 20824 15677 0 -1 4202560 269 0 0 0 72665 13 0 0 20 0 22 0 107611782 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950476718720 139950721476237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20867] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20867/stat : 20867 (java) S 20821 20824 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107611782 10060525568 602070 33554432000 1073741824 1073778376 140737328654240 139950477771816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1770.52
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.001 s]
/proc/loadavg: 4.38 4.28 4.20 5/221 21001
/proc/meminfo: memFree=24334628/32872528 swapFree=15540/1663004
[pid=20824] ppid=20821 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/20824/stat : 20824 (java) S 20821 20824 15677 0 -1 4202496 34311 0 1 0 179847 163 0 0 20 0 22 0 107596950 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 140737328645376 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20824/statm: 2456183 602706 2293 9 0 2446860 0
[pid=20824/tid=20826] ppid=20821 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/20824/task/20826/stat : 20826 (java) S 20821 20824 15677 0 -1 4202560 2425 0 1 0 26 3 0 0 20 0 22 0 107596951 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950863590264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20827] ppid=20821 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/20824/task/20827/stat : 20827 (java) S 20821 20824 15677 0 -1 4202560 385 0 0 0 264 7 0 0 20 0 22 0 107596952 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950841691176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20828] ppid=20821 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/20824/task/20828/stat : 20828 (java) S 20821 20824 15677 0 -1 4202560 372 0 0 0 260 7 0 0 20 0 22 0 107596952 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950840638376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20829] ppid=20821 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/20824/task/20829/stat : 20829 (java) S 20821 20824 15677 0 -1 4202560 378 0 0 0 267 7 0 0 20 0 22 0 107596952 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950839585576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20830] ppid=20821 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/20824/task/20830/stat : 20830 (java) S 20821 20824 15677 0 -1 4202560 436 0 0 0 265 7 0 0 20 0 22 0 107596952 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950502701736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20831] ppid=20821 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/20824/task/20831/stat : 20831 (java) S 20821 20824 15677 0 -1 4202560 439 0 0 0 283 7 0 0 20 0 22 0 107596952 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950501648936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20832] ppid=20821 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/20824/task/20832/stat : 20832 (java) S 20821 20824 15677 0 -1 4202560 380 0 0 0 259 7 0 0 20 0 22 0 107596952 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950500596136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20833] ppid=20821 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/20824/task/20833/stat : 20833 (java) S 20821 20824 15677 0 -1 4202560 433 0 0 0 278 7 0 0 20 0 22 0 107596952 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950499543336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20824/tid=20834] ppid=20821 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/20824/task/20834/stat : 20834 (java) S 20821 20824 15677 0 -1 4202560 575 0 0 0 273 7 0 0 20 0 22 0 107596952 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950498490536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20835] ppid=20821 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/20824/task/20835/stat : 20835 (java) S 20821 20824 15677 0 -1 4202560 1596 0 0 0 126 37 0 0 20 0 22 0 107596953 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950486293480 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20836] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20836/stat : 20836 (java) S 20821 20824 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107596954 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950485239544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20837] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20837/stat : 20837 (java) S 20821 20824 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107596954 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950484186632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20838] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20838/stat : 20838 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950483135120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20839] ppid=20821 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/20824/task/20839/stat : 20839 (java) S 20821 20824 15677 0 -1 4202560 11684 0 0 0 131 3 0 0 20 0 22 0 107596956 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950482082232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20840] ppid=20821 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/20824/task/20840/stat : 20840 (java) S 20821 20824 15677 0 -1 4202560 11888 0 0 0 206 2 0 0 20 0 22 0 107596956 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950481029432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20841] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20841/stat : 20841 (java) S 20821 20824 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107596956 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950479976824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20842] ppid=20821 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/20824/task/20842/stat : 20842 (java) S 20821 20824 15677 0 -1 4202560 52 0 0 0 17 20 0 0 20 0 22 0 107596956 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950478924232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20852] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20852/stat : 20852 (java) S 20821 20824 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107597077 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950475666984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20824/tid=20865] ppid=20821 vsize=9824732 CPUtime=741.2 cores=1,3,5,7
/proc/20824/task/20865/stat : 20865 (java) R 20821 20824 15677 0 -1 4202560 115 0 0 0 74107 13 0 0 20 0 22 0 107611782 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950474612448 139950721320155 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20824/tid=20866] ppid=20821 vsize=9824732 CPUtime=741.35 cores=1,3,5,7
/proc/20824/task/20866/stat : 20866 (java) R 20821 20824 15677 0 -1 4202560 273 0 0 0 74122 13 0 0 20 0 22 0 107611782 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950476718712 139950721398898 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20824/tid=20867] ppid=20821 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20824/task/20867/stat : 20867 (java) S 20821 20824 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107611782 10060525568 602706 33554432000 1073741824 1073778376 140737328654240 139950477771816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 20824 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 897.063
CPU time (s): 1800.98
CPU user time (s): 1798.81
CPU system time (s): 2.17367
CPU usage (%): 200.764
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 2.17367
maximum resident set size= 2887792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34354
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32056
involuntary context switches= 48811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.46117 second user time and 8.13476 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 01:44:02
IDJOB=4081734
IDBENCH=48227
IDSOLVER=2543
FILE ID=node134/4081734-1465256642
RUNJOBID= node134-1465243580-15694
PBS_JOBID= 19843249
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 26861ca996cf8fd2abe5c211e1f47a26
RANDOM SEED=987600451

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
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.403
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.403
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.56
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.403
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:        27282180 kB
Buffers:           54696 kB
Cached:           121020 kB
SwapCached:         1804 kB
Active:          3093608 kB
Inactive:         104948 kB
Active(anon):    3024160 kB
Inactive(anon):     1040 kB
Active(file):      69448 kB
Inactive(file):   103908 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098296 kB
Dirty:               904 kB
Writeback:             0 kB
AnonPages:       4706096 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             569032 kB
SReclaimable:      12872 kB
SUnreclaim:       556160 kB
KernelStack:        1624 kB
PageTables:        13588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5270444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4595712 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= 71732 MiB
End job on node134 at 2016-06-07 01:58:59