Trace number 4081718

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.16 898.065

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_1.opb
MD5SUMfd0cd32338d58e5da2d0a0f96e14ad7d
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)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4081718-1465257274.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.69/0.46	c ... done. Wall clock time 0.352s.
0.69/0.46	c declared #vars     200
0.69/0.46	c internal #vars     3238
0.69/0.46	c #constraints  6378
0.69/0.47	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.69/0.47	c constraints type 
0.69/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
0.69/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.69/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.69/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3038
0.69/0.47	c 6378 constraints processed.
0.69/0.47	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.69/0.47	c constraints type 
0.69/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.69/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
0.69/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
0.69/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
0.69/0.47	c 6378 constraints processed.
0.69/0.47	c objective function length is 100 literals
2.59/0.91	c And the winner is solver1
2.59/0.97	c SATISFIABLE
2.59/0.97	c OPTIMIZING...
2.59/0.97	c Got one! Elapsed wall clock time (in seconds):0.857
2.59/0.97	o -4
2.85/1.03	c And the winner is solver0
2.96/1.47	c Got one! Elapsed wall clock time (in seconds):1.358
2.96/1.47	o -7
2.96/1.49	c And the winner is solver0
3.19/1.97	c Got one! Elapsed wall clock time (in seconds):1.859
3.19/1.97	o -8
3.19/1.99	c And the winner is solver0
3.29/2.47	c Got one! Elapsed wall clock time (in seconds):2.36
3.29/2.47	o -9
3.29/2.48	c And the winner is solver0
3.29/2.97	c Got one! Elapsed wall clock time (in seconds):2.861
3.29/2.97	o -10
3.38/3.06	c And the winner is solver0
3.78/3.47	c Got one! Elapsed wall clock time (in seconds):3.362
3.78/3.47	o -11
5.50/4.29	c cleaning 2912 clauses out of 5826 with flag 20248/5826
7.74/5.22	c cleaning 4455 clauses out of 8910 with flag 45656/11822
9.99/6.31	c cleaning 5728 clauses out of 11459 with flag 66756/18826
12.18/7.36	c cleaning 6858 clauses out of 13727 with flag 88978/26822
14.27/8.34	c cleaning 7933 clauses out of 15869 with flag 121640/35822
16.46/9.46	c cleaning 8970 clauses out of 17939 with flag 152531/45825
19.62/10.71	c cleaning 9981 clauses out of 19967 with flag 189564/56823
22.64/12.23	c cleaning 10989 clauses out of 21993 with flag 238266/68830
27.29/14.51	c cleaning 11987 clauses out of 23997 with flag 291004/81823
33.59/17.67	c cleaning 13003 clauses out of 26009 with flag 347376/95822
38.98/20.35	c cleaning 14002 clauses out of 28007 with flag 404366/110823
43.85/22.73	c cleaning 14989 clauses out of 30005 with flag 458950/126823
48.06/24.81	c cleaning 16009 clauses out of 32017 with flag 526146/143824
52.66/27.19	c cleaning 16992 clauses out of 34011 with flag 598519/161827
57.11/29.39	c cleaning 18002 clauses out of 36014 with flag 678738/180822
61.91/31.73	c cleaning 19003 clauses out of 38014 with flag 759806/200824
67.11/34.34	c cleaning 19992 clauses out of 40010 with flag 842966/221823
72.59/37.01	c cleaning 20995 clauses out of 42017 with flag 933234/243822
78.00/39.72	c cleaning 22012 clauses out of 44024 with flag 1032997/266824
79.19/40.36	c And the winner is solver1
79.19/40.48	c Got one! Elapsed wall clock time (in seconds):40.37
79.19/40.48	o -12
80.81/41.40	c cleaning 16899 clauses out of 33814 with flag 24911/278626
82.81/42.34	c cleaning 11452 clauses out of 22912 with flag 53875/284623
84.88/43.39	c cleaning 9212 clauses out of 18464 with flag 85591/291627
87.48/44.63	c cleaning 8607 clauses out of 17248 with flag 123216/299623
90.48/46.16	c cleaning 8826 clauses out of 17652 with flag 161362/308634
94.68/48.27	c cleaning 9411 clauses out of 18822 with flag 202277/318630
98.28/50.10	c cleaning 10200 clauses out of 20404 with flag 252895/329623
101.93/51.86	c cleaning 11102 clauses out of 22205 with flag 311887/341624
105.51/53.64	c cleaning 12053 clauses out of 24106 with flag 377066/354627
109.31/55.57	c cleaning 13025 clauses out of 26049 with flag 450770/368623
113.51/57.67	c cleaning 14002 clauses out of 28024 with flag 530665/383623
116.56/59.15	c cleaning 0 clauses out of 5670 with flag 0/5671
117.84/59.75	c cleaning 15013 clauses out of 30026 with flag 616619/399627
122.59/62.03	c cleaning 15982 clauses out of 32009 with flag 704179/416623
127.19/64.34	c cleaning 17000 clauses out of 34027 with flag 807047/434623
133.66/67.50	c cleaning 17989 clauses out of 36028 with flag 903406/453624
141.26/71.36	c cleaning 19027 clauses out of 38053 with flag 998035/473638
149.31/75.33	c cleaning 20005 clauses out of 40012 with flag 1094758/494624
158.18/79.71	c cleaning 20981 clauses out of 42008 with flag 1190389/516625
166.77/84.08	c cleaning 22011 clauses out of 44029 with flag 1294178/539627
176.04/88.64	c cleaning 23011 clauses out of 46022 with flag 1410130/563631
184.72/92.93	c cleaning 23999 clauses out of 48005 with flag 1516000/588625
193.12/97.14	c cleaning 24995 clauses out of 50007 with flag 1629662/614626
200.59/100.84	c cleaning 26005 clauses out of 52009 with flag 1737826/641623
209.84/105.49	c cleaning 26991 clauses out of 54004 with flag 1869806/669623
219.07/110.01	c cleaning 28002 clauses out of 56013 with flag 2006215/698623
227.31/114.15	c cleaning 29007 clauses out of 58014 with flag 2134569/728626
235.14/118.08	c cleaning 29994 clauses out of 60004 with flag 2282169/759623
243.39/122.12	c And the winner is solver1
243.39/122.22	c cleaning 31001 clauses out of 62011 with flag 2429077/791624
243.39/122.50	c Got one! Elapsed wall clock time (in seconds):122.384
243.39/122.50	o -13
245.00/123.36	c cleaning 17997 clauses out of 36010 with flag 26909/796624
246.58/124.19	c cleaning 12004 clauses out of 24014 with flag 57212/802625
248.58/125.14	c cleaning 9497 clauses out of 19016 with flag 92450/809631
250.98/126.35	c cleaning 8720 clauses out of 17512 with flag 131752/817624
253.43/127.54	c cleaning 8870 clauses out of 17794 with flag 178536/826626
255.85/128.80	c cleaning 9450 clauses out of 18923 with flag 229400/836625
258.63/130.13	c cleaning 10211 clauses out of 20472 with flag 292114/847624
261.69/131.61	c cleaning 11126 clauses out of 22261 with flag 359033/859624
264.92/133.29	c cleaning 12061 clauses out of 24143 with flag 429641/872632
268.90/135.22	c cleaning 13037 clauses out of 26074 with flag 504880/886624
272.74/137.14	c cleaning 14011 clauses out of 28038 with flag 592827/901625
276.94/139.29	c cleaning 15012 clauses out of 30026 with flag 679811/917624
282.20/141.87	c cleaning 16000 clauses out of 32015 with flag 766718/934625
287.03/144.26	c cleaning 16993 clauses out of 34014 with flag 868281/952624
292.46/146.92	c cleaning 17987 clauses out of 36021 with flag 980617/971624
298.29/149.84	c cleaning 19000 clauses out of 38034 with flag 1096207/991624
304.55/152.91	c cleaning 20017 clauses out of 40034 with flag 1226029/1012624
310.56/155.93	c cleaning 21001 clauses out of 42017 with flag 1367597/1034624
316.76/159.04	c cleaning 21960 clauses out of 44016 with flag 1511983/1057624
324.45/162.81	c cleaning 23000 clauses out of 46058 with flag 1657762/1081626
331.88/166.58	c cleaning 24028 clauses out of 48056 with flag 1805990/1106624
339.70/170.41	c cleaning 25014 clauses out of 50035 with flag 1984999/1132631
347.53/174.33	c cleaning 26007 clauses out of 52014 with flag 2188721/1159624
356.58/178.85	c cleaning 26991 clauses out of 54009 with flag 2367753/1187626
367.25/184.12	c cleaning 27989 clauses out of 56016 with flag 2527328/1216624
378.34/189.62	c cleaning 29010 clauses out of 58027 with flag 2687103/1246624
389.02/194.96	c cleaning 29999 clauses out of 60017 with flag 2871558/1277624
400.29/200.54	c cleaning 31005 clauses out of 62018 with flag 3083840/1309624
412.22/206.43	c cleaning 31998 clauses out of 64013 with flag 3292063/1342624
424.90/212.73	c cleaning 33003 clauses out of 66015 with flag 3493720/1376624
436.25/218.34	c cleaning 34007 clauses out of 68013 with flag 3710021/1411625
450.34/225.61	c cleaning 34993 clauses out of 70006 with flag 3930660/1447625
464.75/232.89	c cleaning 35998 clauses out of 72012 with flag 4145215/1484624
477.62/239.20	c cleaning 0 clauses out of 10894 with flag 0/10895
479.45/240.15	c cleaning 36998 clauses out of 74014 with flag 4353034/1522624
493.58/247.19	c cleaning 38000 clauses out of 76016 with flag 4576721/1561624
508.21/254.48	c cleaning 39003 clauses out of 78016 with flag 4811663/1601624
524.89/262.77	c cleaning 39982 clauses out of 80013 with flag 5035369/1642624
541.57/271.09	c cleaning 40996 clauses out of 82032 with flag 5280698/1684625
558.42/279.44	c cleaning 42016 clauses out of 84038 with flag 5515363/1727627
576.96/288.62	c cleaning 42997 clauses out of 86019 with flag 5769678/1771624
594.06/297.13	c cleaning 44001 clauses out of 88022 with flag 6000389/1816624
610.73/305.45	c cleaning 45003 clauses out of 90021 with flag 6256055/1862624
629.26/314.62	c cleaning 45995 clauses out of 92019 with flag 6507327/1909625
649.37/324.62	c cleaning 46995 clauses out of 94023 with flag 6788189/1957624
670.69/335.28	c cleaning 48013 clauses out of 96030 with flag 7057018/2006626
691.02/345.37	c cleaning 48996 clauses out of 98015 with flag 7352001/2056624
713.32/356.41	c cleaning 50000 clauses out of 100019 with flag 7672386/2107624
733.84/366.68	c cleaning 51005 clauses out of 102019 with flag 7973334/2159624
755.11/377.25	c cleaning 51992 clauses out of 104014 with flag 8243922/2212624
778.04/388.68	c cleaning 52988 clauses out of 106022 with flag 8542034/2266624
803.82/401.85	c cleaning 54008 clauses out of 108036 with flag 8869687/2321626
828.32/414.01	c cleaning 55009 clauses out of 110029 with flag 9188350/2377627
852.45/426.05	c cleaning 56001 clauses out of 112018 with flag 9520904/2434625
878.16/438.88	c cleaning 56994 clauses out of 114016 with flag 9844950/2492624
903.28/451.34	c cleaning 57995 clauses out of 116023 with flag 10132368/2551625
930.89/465.03	c cleaning 59008 clauses out of 118027 with flag 10439672/2611624
960.81/479.92	c cleaning 60006 clauses out of 120020 with flag 10763065/2672625
989.70/494.31	c cleaning 61003 clauses out of 122013 with flag 11091836/2734624
1019.24/509.08	c cleaning 61995 clauses out of 124010 with flag 11405633/2797624
1046.77/522.72	c cleaning 63006 clauses out of 126016 with flag 11720385/2861625
1076.53/537.52	c cleaning 63997 clauses out of 128009 with flag 12054962/2926624
1108.52/553.49	c cleaning 65002 clauses out of 130012 with flag 12427421/2992624
1138.01/568.13	c cleaning 66004 clauses out of 132010 with flag 12739673/3059624
1168.39/583.20	c cleaning 66995 clauses out of 134007 with flag 13057998/3127625
1201.38/599.62	c cleaning 67997 clauses out of 136011 with flag 13434479/3196624
1237.79/617.77	c cleaning 68997 clauses out of 138015 with flag 13813447/3266625
1274.70/636.57	c cleaning 70006 clauses out of 140018 with flag 14176049/3337625
1309.87/654.05	c cleaning 71002 clauses out of 142017 with flag 14560469/3409630
1346.59/672.38	c cleaning 71990 clauses out of 144009 with flag 14976845/3482624
1382.83/690.32	c cleaning 73004 clauses out of 146022 with flag 15371077/3556627
1428.48/713.08	c cleaning 73998 clauses out of 148015 with flag 15783884/3631624
1431.48/714.58	c cleaning 0 clauses out of 16894 with flag 0/16895
1469.39/733.49	c cleaning 75001 clauses out of 150017 with flag 16153203/3707624
1509.99/753.68	c cleaning 76006 clauses out of 152017 with flag 16529946/3784625
1551.56/774.39	c cleaning 76993 clauses out of 154011 with flag 16902276/3862625
1594.36/795.70	c cleaning 77997 clauses out of 156018 with flag 17308270/3941625
1636.40/816.51	c cleaning 79010 clauses out of 158020 with flag 17662238/4021624
1680.58/838.52	c cleaning 80005 clauses out of 160010 with flag 18042339/4102624
1726.25/861.29	c cleaning 80996 clauses out of 162006 with flag 18446261/4184625
1773.08/884.55	c cleaning 81999 clauses out of 164009 with flag 18862307/4267624
1800.16/898.00	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.00	c starts		: 45698
1800.16/898.00	c conflicts		: 4324231
1800.16/898.00	c decisions		: 19829693
1800.16/898.00	c propagations		: 282481340
1800.16/898.00	c inspects		: 10156145649
1800.16/898.00	c shortcuts		: 0
1800.16/898.00	c learnt literals	: 0
1800.16/898.00	c learnt binary clauses	: 6
1800.16/898.00	c learnt ternary clauses	: 22688
1800.16/898.00	c learnt constraints	: 4324231
1800.16/898.00	c ignored constraints	: 0
1800.16/898.00	c root simplifications	: 0
1800.16/898.00	c removed literals (reason simplification)	: 427756202
1800.16/898.00	c reason swapping (by a shorter reason)	: 0
1800.16/898.00	c Calls to reduceDB	: 126
1800.16/898.00	c Number of update (reduction) of LBD	: 1730202
1800.16/898.00	c Imported unit clauses	: 0
1800.16/898.00	c number of reductions to clauses (during analyze)	: 0
1800.16/898.00	c number of learned constraints concerned by reduction	: 0
1800.16/898.00	c number of learning phase by resolution	: 0
1800.16/898.00	c number of learning phase by cutting planes	: 0
1800.16/898.00	c speed (assignments/second)	: 364253.75915368914
1800.16/898.00	c non guided choices	0
1800.16/898.03	c learnt constraints type 
1800.16/898.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.16/898.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138611
1800.16/898.03	c >>>>>>>>>> Solver number 1 (3 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.03	c starts		: 52
1800.16/898.03	c conflicts		: 18110
1800.16/898.03	c decisions		: 89810
1800.16/898.03	c propagations		: 3156458
1800.16/898.03	c inspects		: 1033195940
1800.16/898.03	c shortcuts		: 0
1800.16/898.03	c learnt literals	: 0
1800.16/898.03	c learnt binary clauses	: 0
1800.16/898.03	c learnt ternary clauses	: 0
1800.16/898.03	c learnt constraints	: 18108
1800.16/898.03	c ignored constraints	: 0
1800.16/898.03	c root simplifications	: 0
1800.16/898.03	c removed literals (reason simplification)	: 0
1800.16/898.03	c reason swapping (by a shorter reason)	: 0
1800.16/898.03	c Calls to reduceDB	: 3
1800.16/898.03	c Number of update (reduction) of LBD	: 0
1800.16/898.03	c Imported unit clauses	: 0
1800.16/898.03	c number of reductions to clauses (during analyze)	: 0
1800.16/898.03	c number of learned constraints concerned by reduction	: 0
1800.16/898.03	c number of learning phase by resolution	: 0
1800.16/898.03	c number of learning phase by cutting planes	: 0
1800.16/898.03	c speed (assignments/second)	: 3528.5191759934537
1800.16/898.03	c non guided choices	30
1800.16/898.04	c learnt constraints type 
1800.16/898.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.16/898.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18105
1800.16/898.04	s SATISFIABLE
1800.16/898.04	c Found 8 solution(s)
1800.16/898.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 -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.16/898.04	c objective function=-13
1800.16/898.04	c Total wall clock time (in seconds): 897.928

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

pid=4682
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.14 4.33 4.26 2/194 4685
/proc/meminfo: memFree=30184972/32872528 swapFree=16080/1655368
[pid=4685] ppid=4682 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4685/stat : 4685 (java) S 4682 4685 3593 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 107660956 98570240 977 33554432000 1073741824 1073778376 140736307649024 140736307640160 217413877821 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4685/statm: 24065 977 743 9 0 16771 0
[pid=4685/tid=4686] ppid=4682 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4686/stat : 4686 (java) R 4682 4685 3593 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 107660957 98570240 977 33554432000 1073741824 1073778376 140736307649024 139948736466472 217410520448 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 4.14 4.33 4.26 2/194 4685
/proc/meminfo: memFree=30184972/32872528 swapFree=16080/1655368
[pid=4685] ppid=4682 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/4685/stat : 4685 (java) S 4682 4685 3593 0 -1 4202496 4444 0 1 0 9 1 0 0 20 0 18 0 107660956 9787879424 6074 33554432000 1073741824 1073778376 140736307649024 140736307640160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4685/statm: 2389619 6074 2141 9 0 2380296 0
[pid=4685/tid=4686] ppid=4682 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/4685/task/4686/stat : 4686 (java) R 4682 4685 3593 0 -1 4202560 2385 0 1 0 6 1 0 0 20 0 18 0 107660957 9787879424 6075 33554432000 1073741824 1073778376 140736307649024 139948736469920 217413903629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 4.14 4.33 4.26 2/194 4685
/proc/meminfo: memFree=30184972/32872528 swapFree=16080/1655368
[pid=4685] ppid=4682 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/4685/stat : 4685 (java) S 4682 4685 3593 0 -1 4202496 4587 0 1 0 22 1 0 0 20 0 18 0 107660956 9787879424 7207 33554432000 1073741824 1073778376 140736307649024 140736307640160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4685/statm: 2389619 7207 2209 9 0 2380296 0
[pid=4685/tid=4686] ppid=4682 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/4685/task/4686/stat : 4686 (java) R 4682 4685 3593 0 -1 4202560 2405 0 1 0 16 2 0 0 20 0 18 0 107660957 9787879424 7208 33554432000 1073741824 1073778376 140736307649024 139948736440112 139948573404496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300326 s]
/proc/loadavg: 4.14 4.33 4.26 2/194 4685
/proc/meminfo: memFree=30184972/32872528 swapFree=16080/1655368
[pid=4685] ppid=4682 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/4685/stat : 4685 (java) S 4682 4685 3593 0 -1 4202496 5777 0 1 0 44 2 0 0 20 0 18 0 107660956 9787879424 9108 33554432000 1073741824 1073778376 140736307649024 140736307640160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4685/statm: 2389619 9108 2238 9 0 2380296 0
[pid=4685/tid=4686] ppid=4682 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/4685/task/4686/stat : 4686 (java) R 4682 4685 3593 0 -1 4202560 2409 0 1 0 26 2 0 0 20 0 18 0 107660957 9787879424 9108 33554432000 1073741824 1073778376 140736307649024 139948736440112 139948573447047 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700212 s]
/proc/loadavg: 4.14 4.33 4.26 2/194 4685
/proc/meminfo: memFree=30184972/32872528 swapFree=16080/1655368
[pid=4685] ppid=4682 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/4685/stat : 4685 (java) S 4682 4685 3593 0 -1 4202496 23070 0 1 0 174 5 0 0 20 0 22 0 107660956 10060525568 26690 33554432000 1073741824 1073778376 140736307649024 140736307640160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4685/statm: 2456183 26690 2259 9 0 2446860 0
[pid=4685/tid=4686] ppid=4682 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/4685/task/4686/stat : 4686 (java) S 4682 4685 3593 0 -1 4202560 2428 0 1 0 43 2 0 0 20 0 22 0 107660957 10060525568 26690 33554432000 1073741824 1073778376 140736307649024 139948736471928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9824732

[startup+1.5007 s]
/proc/loadavg: 4.12 4.32 4.26 3/216 4719
/proc/meminfo: memFree=30062784/32872528 swapFree=16080/1655368
[pid=4685] ppid=4682 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/4685/stat : 4685 (java) S 4682 4685 3593 0 -1 4202496 24711 0 1 0 293 11 0 0 20 0 19 0 107660956 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 140736307640160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4685/statm: 2456183 35151 2267 9 0 2446860 0
[pid=4685/tid=4686] ppid=4682 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/4685/task/4686/stat : 4686 (java) S 4682 4685 3593 0 -1 4202560 2428 0 1 0 43 2 0 0 20 0 19 0 107660957 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948736471928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4688] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4688/stat : 4688 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948697962920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4689] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4689/stat : 4689 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948696910376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4690] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4690/stat : 4690 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948695857320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4691] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4691/stat : 4691 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948694804776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4692] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4692/stat : 4692 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948693752744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4693] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4693/stat : 4693 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948692700200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4694] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4694/stat : 4694 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948573321896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4695] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4695/stat : 4695 (java) S 4682 4685 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948572269352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4696] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4696/stat : 4696 (java) S 4682 4685 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107660959 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948560071016 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4697] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4697/stat : 4697 (java) S 4682 4685 3593 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107660959 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948559017336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4698] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4698/stat : 4698 (java) S 4682 4685 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107660959 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139948557964168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4699] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4699/stat : 4699 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660961 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139947818346768 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4700] ppid=4682 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/4685/task/4700/stat : 4700 (java) R 4682 4685 3593 0 -1 4202560 9860 0 0 0 74 2 0 0 20 0 19 0 107660961 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139947817285600 139948744222181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4701] ppid=4682 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/4685/task/4701/stat : 4701 (java) S 4682 4685 3593 0 -1 4202560 11065 0 0 0 74 3 0 0 20 0 19 0 107660961 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139947816242104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4702] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4702/stat : 4702 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660961 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139947815189240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4703] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4703/stat : 4703 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660961 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139947814136904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4716] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4716/stat : 4716 (java) S 4682 4685 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107661054 10060525568 35151 33554432000 1073741824 1073778376 140736307649024 139947810977064 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.12 4.32 4.26 1/213 4731
/proc/meminfo: memFree=30043600/32872528 swapFree=16080/1655368
[pid=4685] ppid=4682 vsize=9824732 CPUtime=3.71 cores=0,2,4,6
/proc/4685/stat : 4685 (java) S 4682 4685 3593 0 -1 4202496 28321 0 1 0 355 16 0 0 20 0 19 0 107660956 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 140736307640160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4685/statm: 2456183 42375 2272 9 0 2446860 0
[pid=4685/tid=4686] ppid=4682 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/4685/task/4686/stat : 4686 (java) S 4682 4685 3593 0 -1 4202560 2428 0 1 0 43 2 0 0 20 0 19 0 107660957 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948736471928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4688] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4688/stat : 4688 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948697962920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4689] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4689/stat : 4689 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948696910376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4690] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4690/stat : 4690 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948695857320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4691] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4691/stat : 4691 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948694804776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4692] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4692/stat : 4692 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948693752744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4693] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4693/stat : 4693 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948692700200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4694] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4694/stat : 4694 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948573321896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4695] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4695/stat : 4695 (java) S 4682 4685 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107660957 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948572269352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4696] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4696/stat : 4696 (java) S 4682 4685 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107660959 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948560071016 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4697] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4697/stat : 4697 (java) S 4682 4685 3593 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107660959 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948559017336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4698] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4698/stat : 4698 (java) S 4682 4685 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107660959 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139948557964168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4699] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4699/stat : 4699 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660961 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139947818346768 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4700] ppid=4682 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/4685/task/4700/stat : 4700 (java) R 4682 4685 3593 0 -1 4202560 13400 0 0 0 101 2 0 0 20 0 19 0 107660961 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139947817286880 139948740318692 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4701] ppid=4682 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/4685/task/4701/stat : 4701 (java) R 4682 4685 3593 0 -1 4202560 11100 0 0 0 92 3 0 0 20 0 19 0 107660961 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139947816227976 139948742314784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4702] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4702/stat : 4702 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660961 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139947815189240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4703] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4703/stat : 4703 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107660961 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139947814136904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4716] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4716/stat : 4716 (java) S 4682 4685 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107661054 10060525568 42375 33554432000 1073741824 1073778376 140736307649024 139947810977064 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.12 4.32 4.26 3/216 4755
/proc/meminfo: memFree=29661812/32872528 swapFree=16080/1655368
[pid=4685] ppid=4682 vsize=9824732 CPUtime=9.99 cores=0,2,4,6
/proc/4685/stat : 4685 (java) S 4682 4685 3593 0 -1 4202496 29581 0 1 0 970 29 0 0 20 0 22 0 107660956 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 140736307640160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4685/statm: 2456183 97695 2293 9 0 2446860 0
[pid=4685/tid=4686] ppid=4682 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/4685/task/4686/stat : 4686 (java) S 4682 4685 3593 0 -1 4202560 2428 0 1 0 43 2 0 0 20 0 22 0 107660957 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948736471928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4688] ppid=4682 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4685/task/4688/stat : 4688 (java) S 4682 4685 3593 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 107660957 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948697962920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4689] ppid=4682 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4685/task/4689/stat : 4689 (java) S 4682 4685 3593 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 107660957 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948696910376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4690] ppid=4682 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4685/task/4690/stat : 4690 (java) S 4682 4685 3593 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 107660957 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948695857320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4691] ppid=4682 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4685/task/4691/stat : 4691 (java) S 4682 4685 3593 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 107660957 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948694804776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4692] ppid=4682 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4685/task/4692/stat : 4692 (java) S 4682 4685 3593 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 107660957 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948693752744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4693] ppid=4682 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4685/task/4693/stat : 4693 (java) S 4682 4685 3593 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 107660957 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948692700200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4694] ppid=4682 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4685/task/4694/stat : 4694 (java) S 4682 4685 3593 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 22 0 107660957 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948573321896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4695] ppid=4682 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/4685/task/4695/stat : 4695 (java) S 4682 4685 3593 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 107660957 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948572269352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4696] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4696/stat : 4696 (java) S 4682 4685 3593 0 -1 4202560 202 0 0 0 0 0 0 0 20 0 22 0 107660959 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948560071016 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4697] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4697/stat : 4697 (java) S 4682 4685 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107660959 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948559017336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4698] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4698/stat : 4698 (java) S 4682 4685 3593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107660959 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139948557964168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4699] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4699/stat : 4699 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107660961 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139947818346768 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4700] ppid=4682 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/4685/task/4700/stat : 4700 (java) S 4682 4685 3593 0 -1 4202560 14153 0 0 0 123 3 0 0 20 0 22 0 107660961 10060525568 97695 33554432000 1073741824 1073778376 140736307649024 139947817294648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4701] ppid=4682 vsize=9824732 CPUtime=1.17 cores=0,2,4,6

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

[pid=4685/tid=4695] ppid=4682 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/4685/task/4695/stat : 4695 (java) S 4682 4685 3593 0 -1 4202560 393 0 0 0 239 11 0 0 20 0 22 0 107660957 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139948572269352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4696] ppid=4682 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/4685/task/4696/stat : 4696 (java) S 4682 4685 3593 0 -1 4202560 1574 0 0 0 220 16 0 0 20 0 22 0 107660959 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139948560071016 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4697] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4697/stat : 4697 (java) S 4682 4685 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107660959 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139948559017336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4698] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4698/stat : 4698 (java) S 4682 4685 3593 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107660959 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139948557964168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4699] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4699/stat : 4699 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107660961 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139947818346768 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4700] ppid=4682 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/4685/task/4700/stat : 4700 (java) S 4682 4685 3593 0 -1 4202560 14169 0 0 0 163 3 0 0 20 0 22 0 107660961 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139947817294648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4701] ppid=4682 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/4685/task/4701/stat : 4701 (java) S 4682 4685 3593 0 -1 4202560 13856 0 0 0 179 3 0 0 20 0 22 0 107660961 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139947816242104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4702] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4702/stat : 4702 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107660961 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139947815189240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4703] ppid=4682 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/4685/task/4703/stat : 4703 (java) S 4682 4685 3593 0 -1 4202560 47 0 0 0 12 19 0 0 20 0 22 0 107660961 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139947814136904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4746] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4746/stat : 4746 (java) S 4682 4685 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107661304 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139947809924776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4776] ppid=4682 vsize=9824732 CPUtime=691.11 cores=0,2,4,6
/proc/4685/task/4776/stat : 4776 (java) R 4682 4685 3593 0 -1 4202560 50 0 0 0 69100 11 0 0 20 0 22 0 107673206 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139947812028032 139948574137184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4777] ppid=4682 vsize=9824732 CPUtime=691.15 cores=0,2,4,6
/proc/4685/task/4777/stat : 4777 (java) R 4682 4685 3593 0 -1 4202560 131 0 0 0 69104 11 0 0 20 0 22 0 107673206 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139947810976000 139948574111087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4778] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4778/stat : 4778 (java) S 4682 4685 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107673206 10060525568 579031 33554432000 1073741824 1073778376 140736307649024 139947813082024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1647.73
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.28 4.25 4.26 5/219 4825
/proc/meminfo: memFree=24610116/32872528 swapFree=16080/1655368
[pid=4685] ppid=4682 vsize=9824732 CPUtime=1768.34 cores=0,2,4,6
/proc/4685/stat : 4685 (java) S 4682 4685 3593 0 -1 4202496 38217 0 1 0 176667 167 0 0 20 0 22 0 107660956 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 140736307640160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4685/statm: 2456183 580597 2302 9 0 2446860 0
[pid=4685/tid=4686] ppid=4682 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/4685/task/4686/stat : 4686 (java) S 4682 4685 3593 0 -1 4202560 2436 0 1 0 46 4 0 0 20 0 22 0 107660957 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948736471928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4688] ppid=4682 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/4685/task/4688/stat : 4688 (java) S 4682 4685 3593 0 -1 4202560 425 0 0 0 251 10 0 0 20 0 22 0 107660957 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948697962920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4689] ppid=4682 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/4685/task/4689/stat : 4689 (java) S 4682 4685 3593 0 -1 4202560 427 0 0 0 256 9 0 0 20 0 22 0 107660957 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948696910376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4690] ppid=4682 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/4685/task/4690/stat : 4690 (java) S 4682 4685 3593 0 -1 4202560 408 0 0 0 247 9 0 0 20 0 22 0 107660957 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948695857320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4691] ppid=4682 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/4685/task/4691/stat : 4691 (java) S 4682 4685 3593 0 -1 4202560 399 0 0 0 225 9 0 0 20 0 22 0 107660957 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948694804776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4692] ppid=4682 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/4685/task/4692/stat : 4692 (java) S 4682 4685 3593 0 -1 4202560 441 0 0 0 269 12 0 0 20 0 22 0 107660957 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948693752744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4693] ppid=4682 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/4685/task/4693/stat : 4693 (java) S 4682 4685 3593 0 -1 4202560 402 0 0 0 272 9 0 0 20 0 22 0 107660957 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948692700200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4694] ppid=4682 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/4685/task/4694/stat : 4694 (java) S 4682 4685 3593 0 -1 4202560 402 0 0 0 240 8 0 0 20 0 22 0 107660957 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948573321896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4695] ppid=4682 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/4685/task/4695/stat : 4695 (java) S 4682 4685 3593 0 -1 4202560 438 0 0 0 258 11 0 0 20 0 22 0 107660957 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948572269352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4696] ppid=4682 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/4685/task/4696/stat : 4696 (java) S 4682 4685 3593 0 -1 4202560 1578 0 0 0 220 17 0 0 20 0 22 0 107660959 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948560071016 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4697] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4697/stat : 4697 (java) S 4682 4685 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107660959 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948559017336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4698] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4698/stat : 4698 (java) S 4682 4685 3593 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107660959 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139948557964168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4699] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4699/stat : 4699 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107660961 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139947818346768 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4700] ppid=4682 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/4685/task/4700/stat : 4700 (java) S 4682 4685 3593 0 -1 4202560 14169 0 0 0 163 3 0 0 20 0 22 0 107660961 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139947817294648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4701] ppid=4682 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/4685/task/4701/stat : 4701 (java) S 4682 4685 3593 0 -1 4202560 13856 0 0 0 179 3 0 0 20 0 22 0 107660961 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139947816242104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4702] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4702/stat : 4702 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107660961 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139947815189240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4703] ppid=4682 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/4685/task/4703/stat : 4703 (java) S 4682 4685 3593 0 -1 4202560 51 0 0 0 13 20 0 0 20 0 22 0 107660961 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139947814136904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4746] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4746/stat : 4746 (java) S 4682 4685 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107661304 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139947809924776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4776] ppid=4682 vsize=9824732 CPUtime=750.59 cores=0,2,4,6
/proc/4685/task/4776/stat : 4776 (java) R 4682 4685 3593 0 -1 4202560 56 0 0 0 75047 12 0 0 20 0 22 0 107673206 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139947812028016 139948574227110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4777] ppid=4682 vsize=9824732 CPUtime=750.62 cores=0,2,4,6
/proc/4685/task/4777/stat : 4777 (java) R 4682 4685 3593 0 -1 4202560 136 0 0 0 75050 12 0 0 20 0 22 0 107673206 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139947810973808 139948574168515 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4778] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4778/stat : 4778 (java) S 4682 4685 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107673206 10060525568 580597 33554432000 1073741824 1073778376 140736307649024 139947813082024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1768.34
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.001 s]
/proc/loadavg: 4.70 4.34 4.29 5/219 4825
/proc/meminfo: memFree=24733736/32872528 swapFree=16080/1655368
[pid=4685] ppid=4682 vsize=9824732 CPUtime=1799.86 cores=0,2,4,6
/proc/4685/stat : 4685 (java) S 4682 4685 3593 0 -1 4202496 38235 0 1 0 179818 168 0 0 20 0 22 0 107660956 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 140736307640160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4685/statm: 2456183 580864 2302 9 0 2446860 0
[pid=4685/tid=4686] ppid=4682 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/4685/task/4686/stat : 4686 (java) S 4682 4685 3593 0 -1 4202560 2436 0 1 0 46 4 0 0 20 0 22 0 107660957 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948736471928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4688] ppid=4682 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/4685/task/4688/stat : 4688 (java) S 4682 4685 3593 0 -1 4202560 428 0 0 0 258 10 0 0 20 0 22 0 107660957 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948697962920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4689] ppid=4682 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/4685/task/4689/stat : 4689 (java) S 4682 4685 3593 0 -1 4202560 427 0 0 0 259 9 0 0 20 0 22 0 107660957 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948696910376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4690] ppid=4682 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/4685/task/4690/stat : 4690 (java) S 4682 4685 3593 0 -1 4202560 410 0 0 0 250 9 0 0 20 0 22 0 107660957 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948695857320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4691] ppid=4682 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/4685/task/4691/stat : 4691 (java) S 4682 4685 3593 0 -1 4202560 400 0 0 0 228 9 0 0 20 0 22 0 107660957 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948694804776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4692] ppid=4682 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/4685/task/4692/stat : 4692 (java) S 4682 4685 3593 0 -1 4202560 444 0 0 0 274 12 0 0 20 0 22 0 107660957 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948693752744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4693] ppid=4682 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/4685/task/4693/stat : 4693 (java) S 4682 4685 3593 0 -1 4202560 405 0 0 0 278 9 0 0 20 0 22 0 107660957 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948692700200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4694] ppid=4682 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/4685/task/4694/stat : 4694 (java) S 4682 4685 3593 0 -1 4202560 404 0 0 0 245 9 0 0 20 0 22 0 107660957 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948573321896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4695] ppid=4682 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/4685/task/4695/stat : 4695 (java) S 4682 4685 3593 0 -1 4202560 439 0 0 0 262 11 0 0 20 0 22 0 107660957 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948572269352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4696] ppid=4682 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/4685/task/4696/stat : 4696 (java) S 4682 4685 3593 0 -1 4202560 1578 0 0 0 220 17 0 0 20 0 22 0 107660959 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948560071016 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4697] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4697/stat : 4697 (java) S 4682 4685 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107660959 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948559017336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4698] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4698/stat : 4698 (java) S 4682 4685 3593 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107660959 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139948557964168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4699] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4699/stat : 4699 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107660961 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139947818346768 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4700] ppid=4682 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/4685/task/4700/stat : 4700 (java) S 4682 4685 3593 0 -1 4202560 14169 0 0 0 163 3 0 0 20 0 22 0 107660961 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139947817294648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4685/tid=4701] ppid=4682 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/4685/task/4701/stat : 4701 (java) S 4682 4685 3593 0 -1 4202560 13856 0 0 0 179 3 0 0 20 0 22 0 107660961 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139947816242104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4702] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4702/stat : 4702 (java) S 4682 4685 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107660961 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139947815189240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4703] ppid=4682 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/4685/task/4703/stat : 4703 (java) S 4682 4685 3593 0 -1 4202560 51 0 0 0 13 20 0 0 20 0 22 0 107660961 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139947814136904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4746] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4746/stat : 4746 (java) S 4682 4685 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107661304 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139947809924776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4685/tid=4776] ppid=4682 vsize=9824732 CPUtime=766.12 cores=0,2,4,6
/proc/4685/task/4776/stat : 4776 (java) R 4682 4685 3593 0 -1 4202560 57 0 0 0 76600 12 0 0 20 0 22 0 107673206 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139947812028016 139948574226367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4685/tid=4777] ppid=4682 vsize=9824732 CPUtime=766.15 cores=0,2,4,6
/proc/4685/task/4777/stat : 4777 (java) R 4682 4685 3593 0 -1 4202560 138 0 0 0 76603 12 0 0 20 0 22 0 107673206 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139947810974112 139948574111043 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4685/tid=4778] ppid=4682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4685/task/4778/stat : 4778 (java) S 4682 4685 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107673206 10060525568 580864 33554432000 1073741824 1073778376 140736307649024 139947813082024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.86
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 4685 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 4685 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=367214
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=172669
# CPU time returned by wait4() is 1796.54
# while last known CPU time is 1799.86
#
# 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.300018
#  lost CPU user time (s): 0.340012
#  lost CPU system time (s): -0.0400001

Real time (s): 898.065
CPU time (s): 1800.16
CPU user time (s): 1798.52
CPU system time (s): 1.64
CPU usage (%): 200.449
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 2.17267
maximum resident set size= 2917284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38272
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27826
involuntary context switches= 46632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.49416 second user time and 7.68283 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 01:54:34
IDJOB=4081718
IDBENCH=48243
IDSOLVER=2543
FILE ID=node122/4081718-1465257274
RUNJOBID= node122-1465253685-3609
PBS_JOBID= 19843267
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_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081718-1465257274/watcher-4081718-1465257274 -o /tmp/evaluation-result-4081718-1465257274/solver-4081718-1465257274 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3609 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081718-1465257274.opb

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

MD5SUM BENCH= fd0cd32338d58e5da2d0a0f96e14ad7d
RANDOM SEED=1475697027

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
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.898
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.898
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.898
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:        30185848 kB
Buffers:           68344 kB
Cached:            96872 kB
SwapCached:          856 kB
Active:           222716 kB
Inactive:         104224 kB
Active(anon):     162368 kB
Inactive(anon):     1584 kB
Active(file):      60348 kB
Inactive(file):   102640 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099468 kB
Dirty:              1848 kB
Writeback:             0 kB
AnonPages:       1822264 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             569096 kB
SReclaimable:      12920 kB
SUnreclaim:       556176 kB
KernelStack:        1784 kB
PageTables:         8076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2347172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1781760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node122 at 2016-06-07 02:09:32