Trace number 4119277

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)-50 1800.56 901.762

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament16.opb
MD5SUMe50010062d8d5db5da5cdedd3163eb65
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-60
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 312
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 340
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 340
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)224
Sum of products size (including duplicates)448
Number of different products0
Sum of products size0

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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-4119277-1467251992.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.16	c ... done. Wall clock time 0.05s.
0.10/0.16	c declared #vars     120
0.10/0.16	c internal #vars     344
0.10/0.16	c #constraints  448
0.10/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 224
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 224
0.10/0.16	c 448 constraints processed.
0.10/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 224
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 224
0.10/0.16	c 448 constraints processed.
0.10/0.16	c objective function length is 312 literals
0.10/0.17	c And the winner is solver0
0.18/0.66	c SATISFIABLE
0.18/0.66	c OPTIMIZING...
0.18/0.66	c Got one! Elapsed wall clock time (in seconds):0.554
0.18/0.66	o -34
0.29/0.74	c And the winner is solver0
0.76/1.17	c Got one! Elapsed wall clock time (in seconds):1.06
0.76/1.17	o -35
0.87/1.21	c And the winner is solver0
0.92/1.67	c Got one! Elapsed wall clock time (in seconds):1.564
0.92/1.67	o -36
1.00/1.75	c And the winner is solver0
1.36/2.17	c Got one! Elapsed wall clock time (in seconds):2.067
1.36/2.17	o -37
2.04/2.42	c And the winner is solver1
2.32/2.68	c Got one! Elapsed wall clock time (in seconds):2.569
2.32/2.68	o -39
2.40/2.76	c cleaning 3250 clauses out of 6516 with flag 2091/6516
3.54/3.14	c cleaning 4627 clauses out of 9267 with flag 14734/12517
4.61/3.63	c cleaning 5820 clauses out of 11640 with flag 29514/19517
4.84/3.77	c And the winner is solver1
5.02/4.18	c Got one! Elapsed wall clock time (in seconds):4.072
5.02/4.18	o -41
5.25/4.37	c cleaning 5736 clauses out of 11474 with flag 6314/25171
6.15/4.77	c cleaning 5868 clauses out of 11736 with flag 18950/31169
7.33/5.28	c cleaning 6431 clauses out of 12868 with flag 33717/38169
7.72/5.45	c And the winner is solver1
7.85/5.68	c Got one! Elapsed wall clock time (in seconds):5.574
7.85/5.68	o -42
8.08/5.84	c And the winner is solver1
8.18/6.18	c Got one! Elapsed wall clock time (in seconds):6.076
8.18/6.18	o -43
8.20/6.26	c cleaning 6468 clauses out of 12939 with flag 2154/44671
9.09/6.69	c cleaning 6232 clauses out of 12471 with flag 14798/50671
9.29/6.75	c And the winner is solver1
9.39/7.18	c Got one! Elapsed wall clock time (in seconds):7.078
9.39/7.18	o -44
9.81/7.42	c cleaning 5735 clauses out of 11470 with flag 8486/55902
10.50/7.80	c cleaning 5867 clauses out of 11735 with flag 21213/61902
11.49/8.24	c cleaning 6433 clauses out of 12868 with flag 36046/68902
12.64/8.80	c cleaning 7219 clauses out of 14437 with flag 52900/76904
14.32/9.45	c cleaning 8103 clauses out of 16216 with flag 71976/85902
15.73/10.14	c cleaning 9057 clauses out of 18114 with flag 93176/95903
16.73/10.64	c And the winner is solver1
16.73/10.69	c Got one! Elapsed wall clock time (in seconds):10.581
16.73/10.69	o -45
17.57/11.09	c cleaning 10443 clauses out of 20890 with flag 10573/107736
18.35/11.49	c cleaning 8216 clauses out of 16446 with flag 23299/113735
19.35/11.93	c cleaning 7612 clauses out of 15232 with flag 38072/120737
20.35/12.40	c cleaning 7806 clauses out of 15618 with flag 54960/128735
21.35/12.96	c cleaning 8403 clauses out of 16814 with flag 74056/137737
22.76/13.63	c And the winner is solver1
22.76/13.64	c cleaning 9203 clauses out of 18411 with flag 95215/147737
22.76/13.69	c Got one! Elapsed wall clock time (in seconds):13.584
22.76/13.69	o -48
23.26/13.99	c cleaning 7104 clauses out of 14208 with flag 10561/152737
24.41/14.41	c cleaning 6549 clauses out of 13104 with flag 23169/158737
25.19/14.83	c cleaning 6776 clauses out of 13555 with flag 37904/165737
26.19/15.32	c cleaning 7388 clauses out of 14781 with flag 54755/173739
27.21/15.90	c cleaning 8195 clauses out of 16392 with flag 73802/182738
27.61/16.09	c And the winner is solver1
27.80/16.19	c Got one! Elapsed wall clock time (in seconds):16.087
27.80/16.19	o -49
28.02/16.32	c cleaning 6851 clauses out of 13706 with flag 4195/188247
28.64/16.65	c cleaning 6428 clauses out of 12855 with flag 16848/194247
29.42/17.09	c cleaning 6714 clauses out of 13428 with flag 31639/201248
30.76/17.65	c cleaning 7356 clauses out of 14714 with flag 48585/209248
31.95/18.23	c cleaning 8179 clauses out of 16358 with flag 67617/218248
33.35/18.90	c cleaning 9086 clauses out of 18179 with flag 88758/228248
34.95/19.74	c cleaning 10047 clauses out of 20093 with flag 112036/239248
36.75/20.68	c cleaning 11020 clauses out of 22045 with flag 137600/251247
38.75/21.61	c cleaning 12008 clauses out of 24025 with flag 165218/264247
41.09/22.79	c cleaning 13010 clauses out of 26019 with flag 195093/278249
43.69/24.00	c cleaning 14001 clauses out of 28007 with flag 227106/293247
46.30/25.34	c cleaning 14998 clauses out of 30006 with flag 261236/309247
49.29/26.83	c cleaning 16000 clauses out of 32009 with flag 297701/326248
52.60/28.48	c cleaning 17001 clauses out of 34009 with flag 336122/344248
56.40/30.30	c cleaning 18001 clauses out of 36008 with flag 376731/363248
60.19/32.24	c cleaning 19001 clauses out of 38006 with flag 419686/383247
64.62/34.42	c cleaning 19999 clauses out of 40005 with flag 464575/404247
69.56/36.81	c cleaning 21001 clauses out of 42006 with flag 511894/426247
74.76/39.50	c cleaning 22003 clauses out of 44006 with flag 560666/449248
80.16/42.12	c cleaning 22998 clauses out of 46002 with flag 611892/473247
85.76/44.97	c cleaning 24002 clauses out of 48005 with flag 665078/498248
92.68/48.39	c cleaning 24998 clauses out of 50002 with flag 720875/524247
99.08/51.59	c cleaning 26002 clauses out of 52004 with flag 778509/551247
106.09/55.05	c cleaning 27000 clauses out of 54003 with flag 838258/579248
113.55/58.77	c cleaning 27998 clauses out of 56002 with flag 899705/608247
120.76/62.30	c cleaning 29002 clauses out of 58004 with flag 963206/638247
129.30/66.81	c cleaning 29997 clauses out of 60003 with flag 1028884/669248
137.51/70.92	c cleaning 31003 clauses out of 62005 with flag 1094732/701247
150.36/77.31	c cleaning 31999 clauses out of 64002 with flag 1161257/734247
160.97/82.65	c cleaning 33002 clauses out of 66003 with flag 1229798/768247
175.43/89.88	c cleaning 34001 clauses out of 68001 with flag 1299954/803247
192.12/98.17	c cleaning 35001 clauses out of 70001 with flag 1372425/839248
207.23/105.54	c cleaning 35997 clauses out of 71999 with flag 1447239/876247
224.92/114.35	c cleaning 37001 clauses out of 74003 with flag 1524035/914248
241.03/122.31	c cleaning 38001 clauses out of 76001 with flag 1602801/953247
251.43/127.57	c cleaning 0 clauses out of 7240 with flag 0/7241
259.03/131.17	c cleaning 38996 clauses out of 78000 with flag 1683532/993247
276.53/139.85	c cleaning 39998 clauses out of 80004 with flag 1766184/1034247
293.61/148.35	c cleaning 41000 clauses out of 82007 with flag 1850777/1076248
310.13/156.53	c cleaning 42000 clauses out of 84006 with flag 1937069/1119247
329.82/166.36	c cleaning 43003 clauses out of 86006 with flag 2025214/1163247
345.56/174.14	c cleaning 44001 clauses out of 88004 with flag 2115362/1208248
364.67/183.65	c cleaning 45001 clauses out of 90002 with flag 2207691/1254247
374.67/188.68	c And the winner is solver1
374.89/188.99	c Got one! Elapsed wall clock time (in seconds):188.885
374.89/188.99	o -50
377.43/190.69	c cleaning 42089 clauses out of 84189 with flag 10499/1293435
378.63/191.24	c cleaning 24045 clauses out of 48100 with flag 23135/1299435
379.63/191.72	c cleaning 15525 clauses out of 31054 with flag 37910/1306434
380.63/192.26	c cleaning 11761 clauses out of 23530 with flag 54811/1314435
381.83/192.88	c cleaning 10381 clauses out of 20770 with flag 73955/1323436
383.23/193.56	c cleaning 10187 clauses out of 20389 with flag 95330/1333436
384.83/194.35	c cleaning 10600 clauses out of 21200 with flag 118717/1344434
386.84/195.34	c cleaning 11297 clauses out of 22600 with flag 144347/1356434
388.84/196.36	c cleaning 12149 clauses out of 24303 with flag 172046/1369434
391.24/197.52	c cleaning 13076 clauses out of 26155 with flag 201988/1383435
393.64/198.70	c cleaning 14038 clauses out of 28078 with flag 234043/1398434
396.04/199.97	c cleaning 15020 clauses out of 30041 with flag 268032/1414435
399.10/201.47	c cleaning 16010 clauses out of 32021 with flag 304064/1431435
402.69/203.29	c cleaning 17004 clauses out of 34010 with flag 342047/1449434
407.09/205.47	c cleaning 18004 clauses out of 36007 with flag 382184/1468435
412.11/207.98	c cleaning 18998 clauses out of 38003 with flag 424615/1488435
416.29/210.00	c cleaning 20000 clauses out of 40005 with flag 469032/1509435
420.54/212.16	c cleaning 20999 clauses out of 42005 with flag 515858/1531435
425.14/214.45	c cleaning 21996 clauses out of 44006 with flag 564734/1554435
430.14/216.95	c cleaning 23006 clauses out of 46011 with flag 615941/1578436
434.94/219.33	c cleaning 24001 clauses out of 48003 with flag 669507/1603434
439.74/221.79	c cleaning 24999 clauses out of 50003 with flag 725095/1629435
446.01/224.87	c cleaning 25997 clauses out of 52003 with flag 782824/1656434
452.42/228.07	c cleaning 26999 clauses out of 54006 with flag 842877/1684434
460.63/232.12	c cleaning 28000 clauses out of 56007 with flag 904319/1713434
468.10/235.85	c cleaning 29000 clauses out of 58007 with flag 967992/1743434
475.69/239.66	c cleaning 30001 clauses out of 60007 with flag 1034348/1774434
483.89/243.79	c cleaning 31002 clauses out of 62007 with flag 1102839/1806435
492.60/248.02	c cleaning 32000 clauses out of 64004 with flag 1173746/1839434
503.00/253.25	c cleaning 33001 clauses out of 66004 with flag 1246720/1873434
513.12/258.23	c cleaning 34001 clauses out of 68003 with flag 1321975/1908434
524.93/264.15	c cleaning 34999 clauses out of 70002 with flag 1399232/1944434
536.06/269.64	c cleaning 35999 clauses out of 72004 with flag 1478962/1981435
547.85/275.53	c cleaning 37000 clauses out of 74005 with flag 1560553/2019435
560.77/281.97	c cleaning 38002 clauses out of 76004 with flag 1644581/2058434
573.16/288.13	c cleaning 39002 clauses out of 78003 with flag 1730575/2098435
585.07/294.03	c cleaning 39997 clauses out of 80000 with flag 1818999/2139434
598.46/300.71	c cleaning 41000 clauses out of 82004 with flag 1909394/2181435
611.95/307.45	c cleaning 41997 clauses out of 84003 with flag 2002047/2224434
625.35/314.18	c cleaning 43002 clauses out of 86007 with flag 2096007/2268435
638.55/320.70	c cleaning 44000 clauses out of 88004 with flag 2192683/2313434
653.74/328.37	c cleaning 44999 clauses out of 90006 with flag 2291490/2359436
668.74/335.83	c cleaning 46001 clauses out of 92005 with flag 2392701/2406434
683.34/343.16	c cleaning 46999 clauses out of 94005 with flag 2495626/2454435
699.93/351.44	c cleaning 48000 clauses out of 96005 with flag 2600226/2503434
717.12/360.08	c cleaning 49001 clauses out of 98005 with flag 2707361/2553434
732.71/367.81	c cleaning 50002 clauses out of 100005 with flag 2817728/2604435
747.70/375.34	c cleaning 50998 clauses out of 102003 with flag 2929328/2656435
765.14/383.93	c cleaning 52000 clauses out of 104005 with flag 3043624/2709435
782.12/392.47	c cleaning 53001 clauses out of 106005 with flag 3159960/2763435
799.51/401.10	c cleaning 53998 clauses out of 108004 with flag 3278583/2818435
819.11/410.97	c cleaning 55001 clauses out of 110006 with flag 3398306/2874435
841.51/422.13	c cleaning 55998 clauses out of 112004 with flag 3520254/2931434
861.10/431.92	c cleaning 56999 clauses out of 114006 with flag 3645432/2989434
882.50/442.67	c cleaning 58004 clauses out of 116007 with flag 3774152/3048434
904.29/453.51	c cleaning 59000 clauses out of 118004 with flag 3903169/3108435
927.09/464.92	c cleaning 60002 clauses out of 120004 with flag 4034331/3169435
950.09/476.43	c cleaning 60995 clauses out of 122001 with flag 4167625/3231434
968.47/485.63	c cleaning 61998 clauses out of 124008 with flag 4302637/3294436
989.26/496.06	c cleaning 62996 clauses out of 126008 with flag 4439299/3358434
1011.86/507.34	c cleaning 64005 clauses out of 128013 with flag 4579133/3423435
1034.06/518.41	c cleaning 65001 clauses out of 130007 with flag 4721994/3489434
1059.05/530.87	c cleaning 66000 clauses out of 132006 with flag 4865720/3556434
1081.84/542.23	c cleaning 67000 clauses out of 134006 with flag 5012288/3624434
1107.84/555.25	c cleaning 67999 clauses out of 136007 with flag 5160665/3693435
1135.83/569.28	c cleaning 69000 clauses out of 138009 with flag 5311045/3763436
1164.02/583.35	c cleaning 70003 clauses out of 140007 with flag 5464029/3834434
1194.61/598.63	c cleaning 71000 clauses out of 142005 with flag 5619570/3906435
1228.00/615.34	c cleaning 71996 clauses out of 144004 with flag 5777389/3979434
1261.00/631.90	c cleaning 73003 clauses out of 146008 with flag 5937435/4053434
1298.19/650.42	c cleaning 74000 clauses out of 148006 with flag 6097628/4128435
1336.18/669.47	c cleaning 75000 clauses out of 150007 with flag 6260502/4204436
1368.97/685.88	c cleaning 75998 clauses out of 152006 with flag 6426001/4281435
1405.16/703.96	c cleaning 77002 clauses out of 154007 with flag 6595125/4359434
1438.95/720.83	c cleaning 77998 clauses out of 156006 with flag 6765552/4438435
1474.95/738.80	c cleaning 79004 clauses out of 158007 with flag 6932842/4518434
1525.53/764.19	c cleaning 80002 clauses out of 160003 with flag 7097582/4599434
1588.63/796.00	c cleaning 81002 clauses out of 162003 with flag 7264885/4681436
1658.01/830.79	c cleaning 81999 clauses out of 164001 with flag 7433791/4764436
1737.60/870.59	c cleaning 83000 clauses out of 166001 with flag 7604903/4848435
1800.01/901.70	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.01/901.70	c starts		: 76386
1800.01/901.70	c conflicts		: 4929745
1800.01/901.70	c decisions		: 11124970
1800.01/901.70	c propagations		: 82041575
1800.01/901.70	c inspects		: 15237529152
1800.01/901.70	c shortcuts		: 0
1800.01/901.70	c learnt literals	: 0
1800.01/901.70	c learnt binary clauses	: 0
1800.01/901.70	c learnt ternary clauses	: 0
1800.01/901.70	c learnt constraints	: 4929745
1800.01/901.70	c ignored constraints	: 0
1800.01/901.70	c root simplifications	: 0
1800.01/901.70	c removed literals (reason simplification)	: 5860238
1800.01/901.70	c reason swapping (by a shorter reason)	: 0
1800.01/901.70	c Calls to reduceDB	: 147
1800.01/901.70	c Number of update (reduction) of LBD	: 216552
1800.01/901.70	c Imported unit clauses	: 0
1800.01/901.70	c number of reductions to clauses (during analyze)	: 0
1800.01/901.70	c number of learned constraints concerned by reduction	: 0
1800.01/901.70	c number of learning phase by resolution	: 0
1800.01/901.70	c number of learning phase by cutting planes	: 0
1800.01/901.70	c speed (assignments/second)	: 115112.30389962805
1800.01/901.70	c non guided choices	1
1800.01/901.73	c learnt constraints type 
1800.01/901.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164311
1800.01/901.73	c >>>>>>>>>> Solver number 1 (9 answers) <<<<<<<<<<<<<<<<<<
1800.01/901.73	c starts		: 48
1800.01/901.73	c conflicts		: 10966
1800.01/901.73	c decisions		: 33126
1800.01/901.73	c propagations		: 258005
1800.01/901.73	c inspects		: 306779314
1800.01/901.73	c shortcuts		: 0
1800.01/901.73	c learnt literals	: 0
1800.01/901.73	c learnt binary clauses	: 0
1800.01/901.73	c learnt ternary clauses	: 0
1800.01/901.73	c learnt constraints	: 10964
1800.01/901.73	c ignored constraints	: 0
1800.01/901.73	c root simplifications	: 0
1800.01/901.73	c removed literals (reason simplification)	: 0
1800.01/901.73	c reason swapping (by a shorter reason)	: 0
1800.01/901.73	c Calls to reduceDB	: 1
1800.01/901.73	c Number of update (reduction) of LBD	: 0
1800.01/901.73	c Imported unit clauses	: 0
1800.01/901.73	c number of reductions to clauses (during analyze)	: 0
1800.01/901.73	c number of learned constraints concerned by reduction	: 0
1800.01/901.73	c number of learning phase by resolution	: 0
1800.01/901.73	c number of learning phase by cutting planes	: 0
1800.01/901.73	c speed (assignments/second)	: 286.8146735100656
1800.01/901.73	c non guided choices	5
1800.01/901.73	c learnt constraints type 
1800.01/901.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.01/901.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10958
1800.01/901.73	s SATISFIABLE
1800.01/901.73	c Found 13 solution(s)
1800.01/901.73	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 
1800.01/901.73	c objective function=-50
1800.01/901.73	c Total wall clock time (in seconds): 901.628

Verifier Data

OK	-50

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

pid=8991
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: 2.65 2.93 3.18 3/196 8994
/proc/meminfo: memFree=28326772/32872528 swapFree=480236/529292
[pid=8994] ppid=8991 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8994/stat : 8994 (java) S 8991 8994 6228 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 4219166 98570240 977 33554432000 1073741824 1073778376 140734156746160 140734156737296 211462160445 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8994/statm: 24065 977 743 9 0 16771 0
[pid=8994/tid=8995] ppid=8991 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8994/task/8995/stat : 8995 (java) R 8991 8994 6228 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4219166 98570240 977 33554432000 1073741824 1073778376 140734156746160 140563784457768 211458803072 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10016 s]
/proc/loadavg: 2.65 2.93 3.18 3/196 8994
/proc/meminfo: memFree=28326772/32872528 swapFree=480236/529292
[pid=8994] ppid=8991 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8994/stat : 8994 (java) S 8991 8994 6228 0 -1 4202496 4495 0 1 0 9 1 0 0 20 0 18 0 4219166 9787879424 6119 33554432000 1073741824 1073778376 140734156746160 140734156737296 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8994/statm: 2389619 6119 2156 9 0 2380296 0
[pid=8994/tid=8995] ppid=8991 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8994/task/8995/stat : 8995 (java) R 8991 8994 6228 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 4219166 9787879424 6119 33554432000 1073741824 1073778376 140734156746160 140563784461216 211462186253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200372 s]
/proc/loadavg: 2.65 2.93 3.18 3/196 8994
/proc/meminfo: memFree=28326772/32872528 swapFree=480236/529292
[pid=8994] ppid=8991 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8994/stat : 8994 (java) S 8991 8994 6228 0 -1 4202496 4593 0 1 0 17 1 0 0 20 0 19 0 4219166 10060525568 7711 33554432000 1073741824 1073778376 140734156746160 140734156737296 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8994/statm: 2456183 7711 2176 9 0 2446860 0
[pid=8994/tid=8995] ppid=8991 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8994/task/8995/stat : 8995 (java) S 8991 8994 6228 0 -1 4202560 2411 0 1 0 12 2 0 0 20 0 19 0 4219166 10060525568 7711 33554432000 1073741824 1073778376 140734156746160 140563784463224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9824732

[startup+0.30037 s]
/proc/loadavg: 2.65 2.93 3.18 3/196 8994
/proc/meminfo: memFree=28326772/32872528 swapFree=480236/529292
[pid=8994] ppid=8991 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8994/stat : 8994 (java) S 8991 8994 6228 0 -1 4202496 4593 0 1 0 17 1 0 0 20 0 19 0 4219166 10060525568 7711 33554432000 1073741824 1073778376 140734156746160 140734156737296 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8994/statm: 2456183 7711 2176 9 0 2446860 0
[pid=8994/tid=8995] ppid=8991 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8994/task/8995/stat : 8995 (java) S 8991 8994 6228 0 -1 4202560 2411 0 1 0 12 2 0 0 20 0 19 0 4219166 10060525568 7711 33554432000 1073741824 1073778376 140734156746160 140563784463224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9824732

[startup+0.700205 s]
/proc/loadavg: 2.65 2.93 3.18 3/196 8994
/proc/meminfo: memFree=28326772/32872528 swapFree=480236/529292
[pid=8994] ppid=8991 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/8994/stat : 8994 (java) S 8991 8994 6228 0 -1 4202496 5555 0 1 0 27 2 0 0 20 0 22 0 4219166 10060525568 9354 33554432000 1073741824 1073778376 140734156746160 140734156737296 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8994/statm: 2456183 9355 2221 9 0 2446860 0
[pid=8994/tid=8995] ppid=8991 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8994/task/8995/stat : 8995 (java) S 8991 8994 6228 0 -1 4202560 2411 0 1 0 13 2 0 0 20 0 22 0 4219166 10060525568 9357 33554432000 1073741824 1073778376 140734156746160 140563784463224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 2.65 2.93 3.18 2/215 9019
/proc/meminfo: memFree=28277636/32872528 swapFree=480236/529292
[pid=8994] ppid=8991 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/8994/stat : 8994 (java) S 8991 8994 6228 0 -1 4202496 13469 0 1 0 85 7 0 0 20 0 19 0 4219166 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140734156737296 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8994/statm: 2456183 15326 2233 9 0 2446860 0
[pid=8994/tid=8995] ppid=8991 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8994/task/8995/stat : 8995 (java) S 8991 8994 6228 0 -1 4202560 2412 0 1 0 13 2 0 0 20 0 19 0 4219166 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563784463224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=8997] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/8997/stat : 8997 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4219167 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563745954600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=8998] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/8998/stat : 8998 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4219167 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563744901800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=8999] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/8999/stat : 8999 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4219167 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563626060840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9000] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9000/stat : 9000 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4219167 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563625008040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9001] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9001/stat : 9001 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4219167 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563623954728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9002] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9002/stat : 9002 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4219167 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563622901928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9003] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9003/stat : 9003 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4219167 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563621849640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9004] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9004/stat : 9004 (java) S 8991 8994 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4219167 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563620796840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9005] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9005/stat : 9005 (java) S 8991 8994 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4219168 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563138468584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9006] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9006/stat : 9006 (java) S 8991 8994 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4219168 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563137414648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9007] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9007/stat : 9007 (java) S 8991 8994 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4219168 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563136362248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9008] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9008/stat : 9008 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4219171 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563135310736 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9009] ppid=8991 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/8994/task/9009/stat : 9009 (java) S 8991 8994 6228 0 -1 4202560 7026 0 0 0 35 0 0 0 20 0 19 0 4219171 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563134257336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9010] ppid=8991 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/8994/task/9010/stat : 9010 (java) S 8991 8994 6228 0 -1 4202560 2682 0 0 0 16 0 0 0 20 0 19 0 4219171 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563133204536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9011] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9011/stat : 9011 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4219171 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563132152440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9012] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9012/stat : 9012 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4219171 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563131099848 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9016] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9016/stat : 9016 (java) S 8991 8994 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4219183 10060525568 15326 33554432000 1073741824 1073778376 140734156746160 140563126887976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 2.68 2.93 3.18 6/218 9028
/proc/meminfo: memFree=28253916/32872528 swapFree=480236/529292
[pid=8994] ppid=8991 vsize=9824732 CPUtime=3.54 cores=1,3,5,7
/proc/8994/stat : 8994 (java) S 8991 8994 6228 0 -1 4202496 21791 0 1 0 340 14 0 0 20 0 22 0 4219166 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140734156737296 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8994/statm: 2456183 46878 2268 9 0 2446860 0
[pid=8994/tid=8995] ppid=8991 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/8994/task/8995/stat : 8995 (java) S 8991 8994 6228 0 -1 4202560 2413 0 1 0 14 2 0 0 20 0 22 0 4219166 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563784463224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=8997] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/8997/stat : 8997 (java) S 8991 8994 6228 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4219167 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563745954600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=8998] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/8998/stat : 8998 (java) S 8991 8994 6228 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 4219167 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563744901800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=8999] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/8999/stat : 8999 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219167 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563626060840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9000] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9000/stat : 9000 (java) S 8991 8994 6228 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 4219167 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563625008040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9001] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9001/stat : 9001 (java) S 8991 8994 6228 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4219167 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563623954728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9002] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9002/stat : 9002 (java) S 8991 8994 6228 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 4219167 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563622901928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9003] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9003/stat : 9003 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219167 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563621849640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9004] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9004/stat : 9004 (java) S 8991 8994 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4219167 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563620796840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9005] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9005/stat : 9005 (java) S 8991 8994 6228 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563138468584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9006] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9006/stat : 9006 (java) S 8991 8994 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563137414648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9007] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9007/stat : 9007 (java) S 8991 8994 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563136362248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9008] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9008/stat : 9008 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219171 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563135310736 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9009] ppid=8991 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/8994/task/9009/stat : 9009 (java) S 8991 8994 6228 0 -1 4202560 11250 0 0 0 97 2 0 0 20 0 22 0 4219171 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563134257336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9010] ppid=8991 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/8994/task/9010/stat : 9010 (java) S 8991 8994 6228 0 -1 4202560 6660 0 0 0 61 2 0 0 20 0 22 0 4219171 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563133204536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9011] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9011/stat : 9011 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219171 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563132152440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9012] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9012/stat : 9012 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219171 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563131099848 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9028] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9028/stat : 9028 (java) S 8991 8994 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4219384 10060525568 46878 33554432000 1073741824 1073778376 140734156746160 140563130045480 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9824732

[startup+6.3008 s]
/proc/loadavg: 2.68 2.93 3.18 2/215 9034
/proc/meminfo: memFree=28083484/32872528 swapFree=480236/529292
[pid=8994] ppid=8991 vsize=9824732 CPUtime=8.4 cores=1,3,5,7
/proc/8994/stat : 8994 (java) S 8991 8994 6228 0 -1 4202496 23735 0 1 0 813 27 0 0 20 0 22 0 4219166 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140734156737296 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8994/statm: 2456183 82345 2279 9 0 2446860 0
[pid=8994/tid=8995] ppid=8991 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/8994/task/8995/stat : 8995 (java) S 8991 8994 6228 0 -1 4202560 2414 0 1 0 15 2 0 0 20 0 22 0 4219166 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563784463224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=8997] ppid=8991 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8994/task/8997/stat : 8997 (java) S 8991 8994 6228 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 4219167 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563745954600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=8998] ppid=8991 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8994/task/8998/stat : 8998 (java) S 8991 8994 6228 0 -1 4202560 113 0 0 0 5 0 0 0 20 0 22 0 4219167 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563744901800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=8999] ppid=8991 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8994/task/8999/stat : 8999 (java) S 8991 8994 6228 0 -1 4202560 225 0 0 0 4 0 0 0 20 0 22 0 4219167 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563626060840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9000] ppid=8991 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8994/task/9000/stat : 9000 (java) S 8991 8994 6228 0 -1 4202560 109 0 0 0 3 1 0 0 20 0 22 0 4219167 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563625008040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9001] ppid=8991 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/8994/task/9001/stat : 9001 (java) S 8991 8994 6228 0 -1 4202560 162 0 0 0 5 2 0 0 20 0 22 0 4219167 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563623954728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9002] ppid=8991 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8994/task/9002/stat : 9002 (java) S 8991 8994 6228 0 -1 4202560 233 0 0 0 3 2 0 0 20 0 22 0 4219167 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563622901928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9003] ppid=8991 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8994/task/9003/stat : 9003 (java) S 8991 8994 6228 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 4219167 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563621849640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9004] ppid=8991 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8994/task/9004/stat : 9004 (java) S 8991 8994 6228 0 -1 4202560 144 0 0 0 2 0 0 0 20 0 22 0 4219167 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563620796840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9005] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9005/stat : 9005 (java) S 8991 8994 6228 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563138468584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9006] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9006/stat : 9006 (java) S 8991 8994 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563137414648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9007] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9007/stat : 9007 (java) S 8991 8994 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563136362248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9008] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9008/stat : 9008 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219171 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563135310736 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9009] ppid=8991 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/8994/task/9009/stat : 9009 (java) S 8991 8994 6228 0 -1 4202560 11254 0 0 0 104 2 0 0 20 0 22 0 4219171 10060525568 82345 33554432000 1073741824 1073778376 140734156746160 140563134257336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9010] ppid=8991 vsize=9824732 CPUtime=0.81 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 3.98 3.81 3.50 5/219 9344
/proc/meminfo: memFree=26109636/32872528 swapFree=480236/529292
[pid=8994] ppid=8991 vsize=9824732 CPUtime=1761.22 cores=1,3,5,7
/proc/8994/stat : 8994 (java) S 8991 8994 6228 0 -1 4202496 33510 0 1 0 175913 209 0 0 20 0 22 0 4219166 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140734156737296 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8994/statm: 2456183 871021 2295 9 0 2446860 0
[pid=8994/tid=8995] ppid=8991 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8994/task/8995/stat : 8995 (java) S 8991 8994 6228 0 -1 4202560 2417 0 1 0 18 3 0 0 20 0 22 0 4219166 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563784463224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=8997] ppid=8991 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/8994/task/8997/stat : 8997 (java) S 8991 8994 6228 0 -1 4202560 451 0 0 0 123 17 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563745954600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=8998] ppid=8991 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/8994/task/8998/stat : 8998 (java) S 8991 8994 6228 0 -1 4202560 517 0 0 0 98 15 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563744901800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=8999] ppid=8991 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/8994/task/8999/stat : 8999 (java) S 8991 8994 6228 0 -1 4202560 678 0 0 0 82 14 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563626060840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9000] ppid=8991 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/8994/task/9000/stat : 9000 (java) S 8991 8994 6228 0 -1 4202560 430 0 0 0 94 13 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563625008040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9001] ppid=8991 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/8994/task/9001/stat : 9001 (java) S 8991 8994 6228 0 -1 4202560 543 0 0 0 103 16 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563623954728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9002] ppid=8991 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8994/task/9002/stat : 9002 (java) S 8991 8994 6228 0 -1 4202560 582 0 0 0 90 13 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563622901928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9003] ppid=8991 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/8994/task/9003/stat : 9003 (java) S 8991 8994 6228 0 -1 4202560 382 0 0 0 101 11 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563621849640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9004] ppid=8991 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/8994/task/9004/stat : 9004 (java) S 8991 8994 6228 0 -1 4202560 494 0 0 0 102 16 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563620796840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9005] ppid=8991 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/8994/task/9005/stat : 9005 (java) S 8991 8994 6228 0 -1 4202560 1925 0 0 0 246 6 0 0 20 0 22 0 4219168 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563138468584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9006] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9006/stat : 9006 (java) S 8991 8994 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563137414648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9007] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9007/stat : 9007 (java) S 8991 8994 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563136362248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9008] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9008/stat : 9008 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563135310736 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9009] ppid=8991 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/8994/task/9009/stat : 9009 (java) S 8991 8994 6228 0 -1 4202560 12040 0 0 0 201 2 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563134257336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9010] ppid=8991 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/8994/task/9010/stat : 9010 (java) S 8991 8994 6228 0 -1 4202560 10173 0 0 0 131 2 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563133204536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9011] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9011/stat : 9011 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563132152440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9012] ppid=8991 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/8994/task/9012/stat : 9012 (java) S 8991 8994 6228 0 -1 4202560 51 0 0 0 9 17 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563131099848 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9028] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9028/stat : 9028 (java) S 8991 8994 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4219384 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563130045480 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9083] ppid=8991 vsize=9824732 CPUtime=690.19 cores=1,3,5,7
/proc/8994/task/9083/stat : 9083 (java) R 8991 8994 6228 0 -1 4202560 13 0 0 0 69006 13 0 0 20 0 22 0 4238066 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563127931248 140563626580551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9084] ppid=8991 vsize=9824732 CPUtime=690.23 cores=1,3,5,7
/proc/8994/task/9084/stat : 9084 (java) R 8991 8994 6228 0 -1 4202560 12 0 0 0 69011 12 0 0 20 0 22 0 4238066 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563128990928 140563626824204 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9085] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9085/stat : 9085 (java) S 8991 8994 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4238066 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563126888104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1761.22
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.701 s]
/proc/loadavg: 3.98 3.82 3.51 5/219 9344
/proc/meminfo: memFree=26025296/32872528 swapFree=480236/529292
[pid=8994] ppid=8991 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/8994/stat : 8994 (java) S 8991 8994 6228 0 -1 4202496 33512 0 1 0 179792 209 0 0 20 0 22 0 4219166 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140734156737296 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8994/statm: 2456183 871021 2295 9 0 2446860 0
[pid=8994/tid=8995] ppid=8991 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8994/task/8995/stat : 8995 (java) S 8991 8994 6228 0 -1 4202560 2417 0 1 0 18 3 0 0 20 0 22 0 4219166 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563784463224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=8997] ppid=8991 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/8994/task/8997/stat : 8997 (java) S 8991 8994 6228 0 -1 4202560 451 0 0 0 123 17 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563745954600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=8998] ppid=8991 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/8994/task/8998/stat : 8998 (java) S 8991 8994 6228 0 -1 4202560 517 0 0 0 98 15 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563744901800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=8999] ppid=8991 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/8994/task/8999/stat : 8999 (java) S 8991 8994 6228 0 -1 4202560 678 0 0 0 82 14 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563626060840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9000] ppid=8991 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/8994/task/9000/stat : 9000 (java) S 8991 8994 6228 0 -1 4202560 430 0 0 0 94 13 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563625008040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9001] ppid=8991 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/8994/task/9001/stat : 9001 (java) S 8991 8994 6228 0 -1 4202560 543 0 0 0 103 16 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563623954728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9002] ppid=8991 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8994/task/9002/stat : 9002 (java) S 8991 8994 6228 0 -1 4202560 582 0 0 0 90 13 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563622901928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9003] ppid=8991 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/8994/task/9003/stat : 9003 (java) S 8991 8994 6228 0 -1 4202560 382 0 0 0 101 11 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563621849640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9004] ppid=8991 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/8994/task/9004/stat : 9004 (java) S 8991 8994 6228 0 -1 4202560 494 0 0 0 102 16 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563620796840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9005] ppid=8991 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/8994/task/9005/stat : 9005 (java) S 8991 8994 6228 0 -1 4202560 1925 0 0 0 246 6 0 0 20 0 22 0 4219168 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563138468584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9006] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9006/stat : 9006 (java) S 8991 8994 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563137414648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9007] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9007/stat : 9007 (java) S 8991 8994 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563136362248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9008] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9008/stat : 9008 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563135310736 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9009] ppid=8991 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/8994/task/9009/stat : 9009 (java) S 8991 8994 6228 0 -1 4202560 12040 0 0 0 201 2 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563134257336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9010] ppid=8991 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/8994/task/9010/stat : 9010 (java) S 8991 8994 6228 0 -1 4202560 10173 0 0 0 131 2 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563133204536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9011] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9011/stat : 9011 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563132152440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9012] ppid=8991 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/8994/task/9012/stat : 9012 (java) S 8991 8994 6228 0 -1 4202560 53 0 0 0 9 18 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563131099848 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9028] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9028/stat : 9028 (java) S 8991 8994 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4219384 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563130045480 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9083] ppid=8991 vsize=9824732 CPUtime=709.58 cores=1,3,5,7
/proc/8994/task/9083/stat : 9083 (java) R 8991 8994 6228 0 -1 4202560 13 0 0 0 70945 13 0 0 20 0 22 0 4238066 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563127931248 140563626579576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9084] ppid=8991 vsize=9824732 CPUtime=709.63 cores=1,3,5,7
/proc/8994/task/9084/stat : 9084 (java) R 8991 8994 6228 0 -1 4202560 12 0 0 0 70951 12 0 0 20 0 22 0 4238066 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563128990928 140563627221325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9085] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9085/stat : 9085 (java) S 8991 8994 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4238066 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563126888104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 8994 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+901.701 s]
/proc/loadavg: 3.98 3.82 3.51 5/219 9344
/proc/meminfo: memFree=26025296/32872528 swapFree=480236/529292
[pid=8994] ppid=8991 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/8994/stat : 8994 (java) S 8991 8994 6228 0 -1 4202496 33512 0 1 0 179792 209 0 0 20 0 22 0 4219166 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140734156737296 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8994/statm: 2456183 871021 2295 9 0 2446860 0
[pid=8994/tid=8995] ppid=8991 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8994/task/8995/stat : 8995 (java) S 8991 8994 6228 0 -1 4202560 2417 0 1 0 18 3 0 0 20 0 22 0 4219166 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563784463224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=8997] ppid=8991 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/8994/task/8997/stat : 8997 (java) S 8991 8994 6228 0 -1 4202560 451 0 0 0 123 17 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563745954600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=8998] ppid=8991 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/8994/task/8998/stat : 8998 (java) S 8991 8994 6228 0 -1 4202560 517 0 0 0 98 15 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563744901800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=8999] ppid=8991 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/8994/task/8999/stat : 8999 (java) S 8991 8994 6228 0 -1 4202560 678 0 0 0 82 14 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563626060840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9000] ppid=8991 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/8994/task/9000/stat : 9000 (java) S 8991 8994 6228 0 -1 4202560 430 0 0 0 94 13 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563625008040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9001] ppid=8991 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/8994/task/9001/stat : 9001 (java) S 8991 8994 6228 0 -1 4202560 543 0 0 0 103 16 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563623954728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9002] ppid=8991 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8994/task/9002/stat : 9002 (java) S 8991 8994 6228 0 -1 4202560 582 0 0 0 90 13 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563622901928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9003] ppid=8991 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/8994/task/9003/stat : 9003 (java) S 8991 8994 6228 0 -1 4202560 382 0 0 0 101 11 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563621849640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9004] ppid=8991 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/8994/task/9004/stat : 9004 (java) S 8991 8994 6228 0 -1 4202560 494 0 0 0 102 16 0 0 20 0 22 0 4219167 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563620796840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9005] ppid=8991 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/8994/task/9005/stat : 9005 (java) S 8991 8994 6228 0 -1 4202560 1925 0 0 0 246 6 0 0 20 0 22 0 4219168 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563138468584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9006] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9006/stat : 9006 (java) S 8991 8994 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563137414648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9007] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9007/stat : 9007 (java) S 8991 8994 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4219168 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563136362248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9008] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9008/stat : 9008 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563135310736 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9009] ppid=8991 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/8994/task/9009/stat : 9009 (java) S 8991 8994 6228 0 -1 4202560 12040 0 0 0 201 2 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563134257336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8994/tid=9010] ppid=8991 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/8994/task/9010/stat : 9010 (java) S 8991 8994 6228 0 -1 4202560 10173 0 0 0 131 2 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563133204536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9011] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9011/stat : 9011 (java) S 8991 8994 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563132152440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9012] ppid=8991 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/8994/task/9012/stat : 9012 (java) S 8991 8994 6228 0 -1 4202560 53 0 0 0 9 18 0 0 20 0 22 0 4219171 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563131099848 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8994/tid=9028] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9028/stat : 9028 (java) S 8991 8994 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4219384 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563130045480 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9083] ppid=8991 vsize=9824732 CPUtime=709.58 cores=1,3,5,7
/proc/8994/task/9083/stat : 9083 (java) R 8991 8994 6228 0 -1 4202560 13 0 0 0 70945 13 0 0 20 0 22 0 4238066 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563127931248 140563626579576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8994/tid=9084] ppid=8991 vsize=9824732 CPUtime=709.63 cores=1,3,5,7
/proc/8994/task/9084/stat : 9084 (java) R 8991 8994 6228 0 -1 4202560 12 0 0 0 70951 12 0 0 20 0 22 0 4238066 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563128990928 140563627221325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8994/tid=9085] ppid=8991 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8994/task/9085/stat : 9085 (java) S 8991 8994 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4238066 10060525568 871021 33554432000 1073741824 1073778376 140734156746160 140563126888104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 901.762
CPU time (s): 1800.56
CPU user time (s): 1798.03
CPU system time (s): 2.53161
CPU usage (%): 199.671
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 2.53161
maximum resident set size= 3484216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33556
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22560
involuntary context switches= 24439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.61399 second user time and 6.26305 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 03:59:52
IDJOB=4119277
IDBENCH=111690
IDSOLVER=2543
FILE ID=node141/4119277-1467251992
RUNJOBID= node141-1467246696-6245
PBS_JOBID= 20004482
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament16.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119277-1467251992/watcher-4119277-1467251992 -o /tmp/evaluation-result-4119277-1467251992/solver-4119277-1467251992 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467246696-6245 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119277-1467251992.opb

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

MD5SUM BENCH= e50010062d8d5db5da5cdedd3163eb65
RANDOM SEED=1883822412

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28327944 kB
Buffers:          133704 kB
Cached:           722172 kB
SwapCached:            0 kB
Active:          2600444 kB
Inactive:         670340 kB
Active(anon):    2417084 kB
Inactive(anon):        4 kB
Active(file):     183360 kB
Inactive(file):   670336 kB
Unevictable:      529292 kB
Mlocked:          480236 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:       3023156 kB
Mapped:            22208 kB
Shmem:               204 kB
Slab:             609276 kB
SReclaimable:      52992 kB
SUnreclaim:       556284 kB
KernelStack:        1800 kB
PageTables:        10080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3290756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2490368 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= 71700 MiB
End job on node141 at 2016-06-30 04:14:54