Trace number 4103982

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)82944 1800.55 907.743

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-markshare2.opb
MD5SUMed3cba978a5e277395c10305f700e2f4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark77824
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 46080
Optimality of the best value was proved NO
Number of variables270
Total number of constraints7
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 constraints7
Minimum length of a constraint90
Maximum length of a constraint90
Number of terms in the objective function 210
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 7516192761
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 7516192761
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4103982-1466251665.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.07/0.18	c ... done. Wall clock time 0.05s.
0.07/0.18	c declared #vars     270
0.07/0.18	c #constraints  14
0.07/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.18	c constraints type 
0.07/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.07/0.18	c 14 constraints processed.
0.07/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.18	c constraints type 
0.07/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
0.07/0.18	c 14 constraints processed.
0.07/0.18	c objective function length is 210 literals
1.04/0.48	c And the winner is solver0
1.61/0.68	c SATISFIABLE
1.61/0.68	c OPTIMIZING...
1.61/0.68	c Got one! Elapsed wall clock time (in seconds):0.555
1.61/0.68	o 404480
3.22/1.17	c cleaning 2944 clauses out of 5888 with flag 8658/5888
3.77/1.31	c And the winner is solver0
3.87/1.69	c Got one! Elapsed wall clock time (in seconds):1.557
3.87/1.69	o 224256
4.33/1.92	c cleaning 4065 clauses out of 8130 with flag 6963/11074
5.19/2.31	c cleaning 5032 clauses out of 10066 with flag 23650/17075
6.19/2.88	c cleaning 6018 clauses out of 12036 with flag 39083/24077
7.81/3.66	c cleaning 7008 clauses out of 14017 with flag 56283/32076
8.01/3.73	c And the winner is solver0
8.32/4.19	c Got one! Elapsed wall clock time (in seconds):4.06
8.32/4.19	o 211968
9.25/4.68	c cleaning 6418 clauses out of 12836 with flag 10926/37903
10.44/5.21	c cleaning 6208 clauses out of 12417 with flag 24194/43902
11.64/5.86	c cleaning 6606 clauses out of 13212 with flag 40019/50905
13.04/6.59	c cleaning 7300 clauses out of 14604 with flag 57770/58903
14.84/7.42	c cleaning 8147 clauses out of 16306 with flag 78093/67905
16.65/8.35	c cleaning 9077 clauses out of 18159 with flag 100521/77905
18.85/9.49	c cleaning 10036 clauses out of 20079 with flag 125468/88902
21.65/10.83	c cleaning 11022 clauses out of 22043 with flag 152529/100902
24.67/12.35	c cleaning 12007 clauses out of 24023 with flag 181737/113904
28.49/14.29	c cleaning 13002 clauses out of 26015 with flag 211832/127903
32.70/16.37	c cleaning 14006 clauses out of 28017 with flag 244011/142907
37.30/18.61	c cleaning 15005 clauses out of 30010 with flag 278181/158906
42.11/21.05	c cleaning 15998 clauses out of 32001 with flag 315398/175902
47.13/23.57	c cleaning 16997 clauses out of 34004 with flag 354215/193903
52.53/26.25	c cleaning 18002 clauses out of 36007 with flag 395434/212903
58.73/29.30	c cleaning 18996 clauses out of 38004 with flag 439637/232902
65.33/32.68	c cleaning 20005 clauses out of 40009 with flag 485615/253903
72.53/36.25	c cleaning 21001 clauses out of 42007 with flag 533666/275906
78.73/39.32	c And the winner is solver0
78.92/39.70	c Got one! Elapsed wall clock time (in seconds):39.567
78.92/39.70	o 169984
81.76/41.16	c cleaning 22115 clauses out of 44237 with flag 10665/299137
83.81/42.17	c cleaning 14050 clauses out of 28121 with flag 23433/305136
85.81/43.10	c cleaning 10529 clauses out of 21072 with flag 38222/312137
87.62/44.10	c cleaning 9270 clauses out of 18543 with flag 55148/320137
89.82/45.14	c cleaning 9135 clauses out of 18272 with flag 74092/329136
92.24/46.36	c cleaning 9568 clauses out of 19141 with flag 95713/339140
95.02/47.78	c cleaning 10283 clauses out of 20574 with flag 119192/350141
98.22/49.30	c cleaning 11144 clauses out of 22287 with flag 144755/362137
101.22/50.86	c cleaning 12072 clauses out of 24143 with flag 174543/375137
103.82/52.10	c And the winner is solver0
105.65/53.95	c Got one! Elapsed wall clock time (in seconds):53.824
105.65/53.95	o 136192
107.39/54.82	c cleaning 13853 clauses out of 27708 with flag 11105/390774
108.59/55.47	c cleaning 9924 clauses out of 19852 with flag 24479/396771
110.03/56.18	c cleaning 8453 clauses out of 16927 with flag 39617/403770
111.83/57.00	c cleaning 8231 clauses out of 16474 with flag 57195/411770
113.43/57.86	c cleaning 8623 clauses out of 17247 with flag 77536/420774
115.44/58.89	c cleaning 9311 clauses out of 18621 with flag 99432/430771
117.84/60.05	c cleaning 10150 clauses out of 20309 with flag 124052/441770
118.64/60.41	c And the winner is solver0
120.58/62.36	c Got one! Elapsed wall clock time (in seconds):62.231
120.58/62.36	o 135168
120.90/62.50	c cleaning 7634 clauses out of 15278 with flag 2153/446889
121.89/63.06	c cleaning 6818 clauses out of 13645 with flag 16176/452890
123.29/63.70	c cleaning 6908 clauses out of 13827 with flag 32051/459890
124.69/64.46	c cleaning 7452 clauses out of 14920 with flag 49758/467891
126.69/65.41	c cleaning 8231 clauses out of 16467 with flag 70503/476890
128.92/66.55	c cleaning 9119 clauses out of 18240 with flag 93177/486894
129.92/67.02	c And the winner is solver0
135.85/72.97	c Got one! Elapsed wall clock time (in seconds):72.844
135.85/72.97	o 89088
137.19/73.63	c cleaning 9618 clauses out of 19236 with flag 11417/497009
138.19/74.19	c cleaning 7805 clauses out of 15618 with flag 24125/503009
139.40/74.79	c cleaning 7401 clauses out of 14814 with flag 38974/510010
140.80/75.47	c cleaning 7703 clauses out of 15412 with flag 56016/518009
142.60/76.37	c cleaning 8356 clauses out of 16713 with flag 74854/527013
144.60/77.37	c cleaning 9178 clauses out of 18355 with flag 96095/537011
147.00/78.50	c cleaning 10086 clauses out of 20178 with flag 118928/548012
149.60/79.80	c cleaning 11041 clauses out of 22092 with flag 143633/560012
152.60/81.38	c cleaning 12022 clauses out of 24048 with flag 170616/573009
156.39/83.28	c cleaning 13013 clauses out of 26027 with flag 199828/587010
160.39/85.26	c cleaning 14008 clauses out of 28015 with flag 230800/602011
164.80/87.41	c cleaning 15004 clauses out of 30009 with flag 263703/618013
169.19/89.61	c cleaning 15994 clauses out of 32001 with flag 298604/635009
174.04/92.04	c cleaning 17001 clauses out of 34007 with flag 335610/653009
179.25/94.64	c cleaning 18001 clauses out of 36006 with flag 375104/672009
185.64/97.80	c cleaning 19003 clauses out of 38006 with flag 417842/692010
192.24/101.20	c cleaning 19997 clauses out of 40003 with flag 462952/713010
199.69/104.83	c cleaning 21003 clauses out of 42011 with flag 510837/735015
207.12/108.58	c cleaning 21997 clauses out of 44002 with flag 560358/758009
215.32/112.64	c cleaning 23001 clauses out of 46007 with flag 612231/782011
224.52/117.25	c cleaning 24001 clauses out of 48007 with flag 665081/807012
234.14/122.06	c cleaning 24996 clauses out of 50004 with flag 720713/833010
244.74/127.34	c cleaning 26001 clauses out of 52009 with flag 779493/860011
256.01/132.91	c cleaning 27002 clauses out of 54008 with flag 839213/888011
269.41/139.69	c cleaning 28001 clauses out of 56005 with flag 901499/917010
282.83/146.36	c cleaning 28994 clauses out of 58005 with flag 966351/947011
297.01/153.44	c cleaning 30004 clauses out of 60009 with flag 1032232/978009
311.81/160.88	c cleaning 31003 clauses out of 62006 with flag 1099618/1010010
328.22/169.06	c cleaning 31992 clauses out of 64002 with flag 1167657/1043009
345.03/177.42	c cleaning 33000 clauses out of 66010 with flag 1236893/1077009
363.27/186.53	c cleaning 34000 clauses out of 68012 with flag 1308718/1112011
382.32/196.09	c cleaning 34999 clauses out of 70010 with flag 1382294/1148009
404.15/206.92	c cleaning 36002 clauses out of 72012 with flag 1458077/1185010
426.54/218.14	c cleaning 36998 clauses out of 74009 with flag 1536280/1223009
451.53/230.61	c cleaning 38006 clauses out of 76012 with flag 1616453/1262010
479.39/244.57	c cleaning 39000 clauses out of 78006 with flag 1698792/1302010
506.99/258.35	c cleaning 40002 clauses out of 80005 with flag 1783595/1343009
535.88/272.75	c cleaning 40997 clauses out of 82003 with flag 1870809/1385009
572.30/290.94	c cleaning 42004 clauses out of 84008 with flag 1959609/1428011
591.90/300.70	c And the winner is solver0
594.10/302.81	c Got one! Elapsed wall clock time (in seconds):302.682
594.10/302.81	o 83968
598.74/305.14	c cleaning 37778 clauses out of 75569 with flag 11224/1461576
600.93/306.24	c cleaning 21888 clauses out of 43793 with flag 24068/1467578
602.74/307.13	c cleaning 14443 clauses out of 28902 with flag 39420/1474575
604.33/307.91	c cleaning 11225 clauses out of 22459 with flag 56753/1482575
605.74/308.67	c cleaning 10111 clauses out of 20237 with flag 76088/1491578
607.33/309.42	c cleaning 10055 clauses out of 20124 with flag 96914/1501576
609.15/310.32	c cleaning 10529 clauses out of 21071 with flag 120402/1512578
611.15/311.39	c cleaning 11267 clauses out of 22541 with flag 146921/1524577
614.17/312.87	c cleaning 12133 clauses out of 24276 with flag 174552/1537579
617.57/314.54	c cleaning 13069 clauses out of 26140 with flag 203573/1551576
621.17/316.32	c cleaning 14027 clauses out of 28070 with flag 235574/1566575
625.41/318.42	c cleaning 15018 clauses out of 30044 with flag 269371/1582576
629.20/320.37	c cleaning 16006 clauses out of 32025 with flag 305514/1599575
633.60/322.59	c cleaning 17009 clauses out of 34020 with flag 342977/1617576
638.80/325.14	c cleaning 18006 clauses out of 36012 with flag 381852/1636577
644.60/328.09	c cleaning 18995 clauses out of 38008 with flag 424279/1656579
651.60/331.56	c cleaning 20004 clauses out of 40011 with flag 470829/1677577
658.60/335.08	c cleaning 21003 clauses out of 42007 with flag 518564/1699577
666.79/339.17	c cleaning 21993 clauses out of 44004 with flag 568424/1722577
676.21/343.83	c cleaning 22994 clauses out of 46010 with flag 620972/1746576
685.41/348.42	c cleaning 23996 clauses out of 48015 with flag 676573/1771575
696.06/353.75	c cleaning 25010 clauses out of 50019 with flag 735180/1797575
707.86/359.66	c cleaning 26007 clauses out of 52013 with flag 793764/1824579
720.06/365.70	c cleaning 27004 clauses out of 54007 with flag 854296/1852580
732.86/372.10	c cleaning 27999 clauses out of 56000 with flag 917643/1881577
748.26/379.81	c cleaning 28994 clauses out of 57999 with flag 982838/1911575
763.66/387.53	c cleaning 29999 clauses out of 60007 with flag 1051719/1942577
780.00/395.71	c cleaning 30998 clauses out of 62009 with flag 1123345/1974578
796.40/403.98	c cleaning 32000 clauses out of 64016 with flag 1195413/2007583
803.59/407.52	c And the winner is solver0
807.83/411.79	c Got one! Elapsed wall clock time (in seconds):411.658
807.83/411.79	o 82944
811.98/413.82	c cleaning 26782 clauses out of 53567 with flag 10911/2029134
813.79/414.76	c cleaning 16392 clauses out of 32783 with flag 23460/2035132
815.18/415.48	c cleaning 11696 clauses out of 23396 with flag 38114/2042137
816.78/416.25	c cleaning 9842 clauses out of 19697 with flag 55123/2050134
818.19/416.99	c cleaning 9423 clauses out of 18857 with flag 74999/2059136
819.97/417.87	c cleaning 9711 clauses out of 19432 with flag 96616/2069134
821.98/418.88	c cleaning 10354 clauses out of 20719 with flag 120625/2080132
824.58/420.10	c cleaning 11181 clauses out of 22368 with flag 146909/2092135
827.38/421.51	c cleaning 12092 clauses out of 24185 with flag 175066/2105133
830.38/423.10	c cleaning 13043 clauses out of 26095 with flag 205077/2119135
833.98/424.89	c cleaning 14021 clauses out of 28049 with flag 237511/2134132
837.99/426.87	c cleaning 15010 clauses out of 30028 with flag 271163/2150132
842.78/429.23	c cleaning 16011 clauses out of 32024 with flag 307501/2167138
847.58/431.64	c cleaning 17003 clauses out of 34007 with flag 346854/2185132
853.18/434.45	c cleaning 17996 clauses out of 36004 with flag 387799/2204132
859.18/437.45	c cleaning 19004 clauses out of 38014 with flag 430725/2224138
865.58/440.67	c cleaning 19999 clauses out of 40006 with flag 475161/2245134
873.97/444.86	c cleaning 21003 clauses out of 42005 with flag 519788/2267132
883.17/449.47	c cleaning 22001 clauses out of 44003 with flag 566507/2290133
892.59/454.18	c cleaning 22997 clauses out of 46001 with flag 615575/2314132
902.79/459.21	c cleaning 23995 clauses out of 48004 with flag 666917/2339132
913.39/464.56	c cleaning 25002 clauses out of 50009 with flag 720224/2365132
925.19/470.46	c cleaning 26004 clauses out of 52007 with flag 775753/2392132
939.99/477.83	c cleaning 26992 clauses out of 54004 with flag 833001/2420133
956.38/486.01	c cleaning 28005 clauses out of 56015 with flag 892351/2449136
971.78/493.72	c cleaning 28996 clauses out of 58006 with flag 954113/2479132
986.82/501.29	c cleaning 30003 clauses out of 60011 with flag 1018656/2510133
1003.03/509.33	c cleaning 31001 clauses out of 62007 with flag 1084969/2542132
1019.42/517.56	c cleaning 31999 clauses out of 64006 with flag 1153357/2575132
1039.01/527.36	c cleaning 33003 clauses out of 66007 with flag 1223292/2609132
1058.22/536.98	c cleaning 34003 clauses out of 68008 with flag 1295046/2644136
1078.67/547.13	c cleaning 34994 clauses out of 70001 with flag 1369294/2680132
1101.92/558.77	c cleaning 36001 clauses out of 72007 with flag 1445591/2717132
1124.91/570.28	c cleaning 36996 clauses out of 74007 with flag 1523812/2755133
1151.96/583.75	c cleaning 37982 clauses out of 76010 with flag 1604072/2794132
1186.95/601.21	c cleaning 39010 clauses out of 78030 with flag 1686729/2834134
1222.54/619.07	c cleaning 40007 clauses out of 80019 with flag 1769841/2875133
1258.35/636.95	c cleaning 41003 clauses out of 82013 with flag 1855020/2917134
1298.17/656.89	c cleaning 42003 clauses out of 84012 with flag 1942360/2960136
1339.35/677.45	c cleaning 42995 clauses out of 86005 with flag 2031722/3004132
1381.14/698.34	c cleaning 44003 clauses out of 88014 with flag 2123001/3049136
1423.36/719.43	c cleaning 45001 clauses out of 90007 with flag 2216467/3095132
1471.35/743.43	c cleaning 46004 clauses out of 92009 with flag 2312170/3142135
1515.15/765.35	c cleaning 46997 clauses out of 94002 with flag 2411480/3190132
1564.22/789.81	c cleaning 47997 clauses out of 96010 with flag 2512828/3239137
1614.20/814.86	c cleaning 49001 clauses out of 98008 with flag 2616477/3289132
1669.57/842.53	c cleaning 50001 clauses out of 100008 with flag 2721757/3340133
1727.26/871.35	c cleaning 50998 clauses out of 102009 with flag 2828861/3392135
1788.50/901.91	c cleaning 52002 clauses out of 104011 with flag 2938412/3445135
1800.16/907.70	c >>>>>>>>>> Solver number 0 (9 answers) <<<<<<<<<<<<<<<<<<
1800.16/907.70	c starts		: 245
1800.16/907.70	c conflicts		: 3457705
1800.16/907.70	c decisions		: 3673180
1800.16/907.70	c propagations		: 37667309
1800.16/907.70	c inspects		: 18383349826
1800.16/907.70	c shortcuts		: 0
1800.16/907.70	c learnt literals	: 0
1800.16/907.70	c learnt binary clauses	: 0
1800.16/907.70	c learnt ternary clauses	: 0
1800.16/907.70	c learnt constraints	: 3457705
1800.16/907.70	c ignored constraints	: 0
1800.16/907.70	c root simplifications	: 0
1800.16/907.70	c removed literals (reason simplification)	: 26837237
1800.16/907.70	c reason swapping (by a shorter reason)	: 0
1800.16/907.70	c Calls to reduceDB	: 162
1800.16/907.70	c Number of update (reduction) of LBD	: 269086
1800.16/907.70	c Imported unit clauses	: 0
1800.16/907.70	c number of reductions to clauses (during analyze)	: 0
1800.16/907.70	c number of learned constraints concerned by reduction	: 0
1800.16/907.70	c number of learning phase by resolution	: 0
1800.16/907.70	c number of learning phase by cutting planes	: 0
1800.16/907.70	c speed (assignments/second)	: 41505.94479876939
1800.16/907.70	c non guided choices	271
1800.16/907.73	c learnt constraints type 
1800.16/907.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64579
1800.16/907.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/907.73	c starts		: 10
1800.16/907.73	c conflicts		: 376
1800.16/907.73	c decisions		: 12949
1800.16/907.73	c propagations		: 37113
1800.16/907.73	c inspects		: 3242698
1800.16/907.73	c shortcuts		: 0
1800.16/907.73	c learnt literals	: 0
1800.16/907.73	c learnt binary clauses	: 0
1800.16/907.73	c learnt ternary clauses	: 0
1800.16/907.73	c learnt constraints	: 369
1800.16/907.73	c ignored constraints	: 0
1800.16/907.73	c root simplifications	: 0
1800.16/907.73	c removed literals (reason simplification)	: 0
1800.16/907.73	c reason swapping (by a shorter reason)	: 0
1800.16/907.73	c Calls to reduceDB	: 0
1800.16/907.73	c Number of update (reduction) of LBD	: 0
1800.16/907.73	c Imported unit clauses	: 0
1800.16/907.73	c number of reductions to clauses (during analyze)	: 0
1800.16/907.73	c number of learned constraints concerned by reduction	: 0
1800.16/907.73	c number of learning phase by resolution	: 0
1800.16/907.73	c number of learning phase by cutting planes	: 0
1800.16/907.73	c speed (assignments/second)	: 74.83666720438781
1800.16/907.73	c non guided choices	246
1800.16/907.73	c learnt constraints type 
1800.16/907.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 369
1800.16/907.73	s SATISFIABLE
1800.16/907.73	c Found 9 solution(s)
1800.16/907.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 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 x137 x138 x139 -x140 -x141 -x142 x143 -x144 -x145 x146 -x147 x148 x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 x188 x189 x190 x191 -x192 x193 -x194 -x195 x196 -x197 x198 -x199 -x200 x201 -x202 x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 x237 x238 x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 x251 x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 
1800.16/907.73	c objective function=82944
1800.16/907.73	c Total wall clock time (in seconds): 907.599

Verifier Data

OK	82944

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

pid=21382
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: 3.33 3.21 3.11 4/197 21385
/proc/meminfo: memFree=25727068/32872528 swapFree=1286400/1433568
[pid=21385] ppid=21382 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/21385/stat : 21385 (java) D 21382 21385 18358 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 27213249 278528 33 33554432000 1073741824 1073778376 140735624647920 140735624645096 214360485159 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/21385/statm: 68 33 25 9 0 25 0

[startup+0.100061 s]
/proc/loadavg: 3.33 3.21 3.11 4/197 21385
/proc/meminfo: memFree=25727068/32872528 swapFree=1286400/1433568
[pid=21385] ppid=21382 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21385/stat : 21385 (java) S 21382 21385 18358 0 -1 4202496 4129 0 1 0 6 1 0 0 20 0 18 0 27213249 9787879424 5258 33554432000 1073741824 1073778376 140733627189808 140733627180944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21385/statm: 2389619 5264 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200245 s]
/proc/loadavg: 3.33 3.21 3.11 4/197 21385
/proc/meminfo: memFree=25727068/32872528 swapFree=1286400/1433568
[pid=21385] ppid=21382 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/21385/stat : 21385 (java) S 21382 21385 18358 0 -1 4202496 4890 0 1 0 22 1 0 0 20 0 22 0 27213249 10060525568 7971 33554432000 1073741824 1073778376 140733627189808 140733627180944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21385/statm: 2456183 7996 2219 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300228 s]
/proc/loadavg: 3.33 3.21 3.11 4/197 21385
/proc/meminfo: memFree=25727068/32872528 swapFree=1286400/1433568
[pid=21385] ppid=21382 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/21385/stat : 21385 (java) S 21382 21385 18358 0 -1 4202496 7273 0 1 0 62 2 0 0 20 0 22 0 27213249 10060525568 9893 33554432000 1073741824 1073778376 140733627189808 140733627180944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21385/statm: 2456183 9893 2242 9 0 2446860 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.7002 s]
/proc/loadavg: 3.33 3.21 3.11 4/197 21385
/proc/meminfo: memFree=25727068/32872528 swapFree=1286400/1433568
[pid=21385] ppid=21382 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/21385/stat : 21385 (java) S 21382 21385 18358 0 -1 4202496 16191 0 1 0 174 6 0 0 20 0 22 0 27213249 10060525568 22533 33554432000 1073741824 1073778376 140733627189808 140733627180944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21385/statm: 2456183 22533 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 3.33 3.21 3.11 5/219 21410
/proc/meminfo: memFree=25563868/32872528 swapFree=1286400/1433568
[pid=21385] ppid=21382 vsize=9824732 CPUtime=3.87 cores=0,2,4,6
/proc/21385/stat : 21385 (java) S 21382 21385 18358 0 -1 4202496 19527 0 1 0 376 11 0 0 20 0 19 0 27213249 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140733627180944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21385/statm: 2456183 46247 2283 9 0 2446860 0
[pid=21385/tid=21387] ppid=21382 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21385/task/21387/stat : 21387 (java) S 21382 21385 18358 0 -1 4202560 2412 0 1 0 14 0 0 0 20 0 19 0 27213250 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412502438776 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21388] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21388/stat : 21388 (java) S 21382 21385 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27213252 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412346071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21389] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21389/stat : 21389 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27213252 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412345019432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21390] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21390/stat : 21390 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27213252 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412343966376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21391] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21391/stat : 21391 (java) S 21382 21385 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27213252 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412342913832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21392] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21392/stat : 21392 (java) S 21382 21385 18358 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 27213252 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412341860776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21393] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21393/stat : 21393 (java) S 21382 21385 18358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 27213252 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412340808232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21394] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21394/stat : 21394 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27213252 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412339755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21395] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21395/stat : 21395 (java) S 21382 21385 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27213252 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412338702632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21396] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21396/stat : 21396 (java) S 21382 21385 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27213253 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412326505320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21397] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21397/stat : 21397 (java) S 21382 21385 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27213253 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412325451640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21398] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21398/stat : 21398 (java) S 21382 21385 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27213253 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412324398472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21399] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21399/stat : 21399 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27213256 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412323347216 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21400] ppid=21382 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/21385/task/21400/stat : 21400 (java) S 21382 21385 18358 0 -1 4202560 8107 0 0 0 94 2 0 0 20 0 19 0 27213256 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412322294072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21401] ppid=21382 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/21385/task/21401/stat : 21401 (java) S 21382 21385 18358 0 -1 4202560 7538 0 0 0 82 2 0 0 20 0 19 0 27213256 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412321241528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21402] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21402/stat : 21402 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27213256 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412320188664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21403] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21403/stat : 21403 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27213256 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412319136328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21406] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21406/stat : 21406 (java) S 21382 21385 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27213268 10060525568 46247 33554432000 1073741824 1073778376 140733627189808 140412315977000 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 3.46 3.24 3.12 5/219 21413
/proc/meminfo: memFree=25536872/32872528 swapFree=1286400/1433568
[pid=21385] ppid=21382 vsize=9824732 CPUtime=6.82 cores=0,2,4,6
/proc/21385/stat : 21385 (java) S 21382 21385 18358 0 -1 4202496 19629 0 1 0 670 12 0 0 20 0 22 0 27213249 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140733627180944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21385/statm: 2456183 50417 2283 9 0 2446860 0
[pid=21385/tid=21387] ppid=21382 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21385/task/21387/stat : 21387 (java) S 21382 21385 18358 0 -1 4202560 2412 0 1 0 14 0 0 0 20 0 22 0 27213250 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412502438776 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21388] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21388/stat : 21388 (java) S 21382 21385 18358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412346071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21389] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21389/stat : 21389 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412345019432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21390] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21390/stat : 21390 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412343966376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21391] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21391/stat : 21391 (java) S 21382 21385 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412342913832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21392] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21392/stat : 21392 (java) S 21382 21385 18358 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412341860776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21393] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21393/stat : 21393 (java) S 21382 21385 18358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412340808232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21394] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21394/stat : 21394 (java) S 21382 21385 18358 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412339755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21395] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21395/stat : 21395 (java) S 21382 21385 18358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412338702632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21396] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21396/stat : 21396 (java) S 21382 21385 18358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412326505320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21397] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21397/stat : 21397 (java) S 21382 21385 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412325451640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21398] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21398/stat : 21398 (java) S 21382 21385 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412324398472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21399] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21399/stat : 21399 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213256 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412323347216 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21400] ppid=21382 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/21385/task/21400/stat : 21400 (java) S 21382 21385 18358 0 -1 4202560 8108 0 0 0 100 2 0 0 20 0 22 0 27213256 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412322294072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21401] ppid=21382 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/21385/task/21401/stat : 21401 (java) S 21382 21385 18358 0 -1 4202560 7538 0 0 0 89 2 0 0 20 0 22 0 27213256 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412321241528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21402] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21402/stat : 21402 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213256 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412320188664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21403] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21403/stat : 21403 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213256 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412319136328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21406] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21406/stat : 21406 (java) S 21382 21385 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27213268 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412315977000 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21411] ppid=21382 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/21385/task/21411/stat : 21411 (java) R 21382 21385 18358 0 -1 4202560 3 0 0 0 137 0 0 0 20 0 22 0 27213418 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412318081336 140412363311104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21412] ppid=21382 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/21385/task/21412/stat : 21412 (java) R 21382 21385 18358 0 -1 4202560 4 0 0 0 137 0 0 0 20 0 22 0 27213418 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412317027808 140412363258928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21413] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21413/stat : 21413 (java) S 21382 21385 18358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27213418 10060525568 50417 33554432000 1073741824 1073778376 140733627189808 140412314924712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 3.46 3.24 3.12 5/219 21416
/proc/meminfo: memFree=25500192/32872528 swapFree=1286400/1433568
[pid=21385] ppid=21382 vsize=9824732 CPUtime=12.64 cores=0,2,4,6
/proc/21385/stat : 21385 (java) S 21382 21385 18358 0 -1 4202496 19712 0 1 0 1246 18 0 0 20 0 22 0 27213249 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140733627180944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21385/statm: 2456183 62490 2284 9 0 2446860 0
[pid=21385/tid=21387] ppid=21382 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/21385/task/21387/stat : 21387 (java) S 21382 21385 18358 0 -1 4202560 2413 0 1 0 15 0 0 0 20 0 22 0 27213250 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412502438776 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21388] ppid=21382 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21385/task/21388/stat : 21388 (java) S 21382 21385 18358 0 -1 4202560 25 0 0 0 0 1 0 0 20 0 22 0 27213252 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412346071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21389] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21389/stat : 21389 (java) S 21382 21385 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412345019432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21390] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21390/stat : 21390 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412343966376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21391] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21391/stat : 21391 (java) S 21382 21385 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412342913832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21392] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21392/stat : 21392 (java) S 21382 21385 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412341860776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21393] ppid=21382 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21385/task/21393/stat : 21393 (java) S 21382 21385 18358 0 -1 4202560 27 0 0 0 1 1 0 0 20 0 22 0 27213252 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412340808232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21394] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21394/stat : 21394 (java) S 21382 21385 18358 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 27213252 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412339755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21395] ppid=21382 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21385/task/21395/stat : 21395 (java) S 21382 21385 18358 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 22 0 27213252 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412338702632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21396] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21396/stat : 21396 (java) S 21382 21385 18358 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412326505320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21397] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21397/stat : 21397 (java) S 21382 21385 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412325451640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21398] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21398/stat : 21398 (java) S 21382 21385 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412324398472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21399] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21399/stat : 21399 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213256 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412323347216 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21400] ppid=21382 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21385/task/21400/stat : 21400 (java) S 21382 21385 18358 0 -1 4202560 8108 0 0 0 106 2 0 0 20 0 22 0 27213256 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412322294072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21401] ppid=21382 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/21385/task/21401/stat : 21401 (java) S 21382 21385 18358 0 -1 4202560 7538 0 0 0 92 2 0 0 20 0 22 0 27213256 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412321241528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21402] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21402/stat : 21402 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213256 10060525568 62490 33554432000 1073741824 1073778376 140733627189808 140412320188664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21403] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.16 4.14 3.74 5/219 21528
/proc/meminfo: memFree=25980840/32872528 swapFree=1286400/1433568
[pid=21385] ppid=21382 vsize=9824732 CPUtime=1749.26 cores=0,2,4,6
/proc/21385/stat : 21385 (java) S 21382 21385 18358 0 -1 4202496 23789 0 1 0 174782 144 0 0 20 0 22 0 27213249 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140733627180944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21385/statm: 2456183 272734 2293 9 0 2446860 0
[pid=21385/tid=21387] ppid=21382 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/21385/task/21387/stat : 21387 (java) S 21382 21385 18358 0 -1 4202560 2413 0 1 0 18 2 0 0 20 0 22 0 27213250 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412502438776 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21388] ppid=21382 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/21385/task/21388/stat : 21388 (java) S 21382 21385 18358 0 -1 4202560 391 0 0 0 37 11 0 0 20 0 22 0 27213252 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412346071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21389] ppid=21382 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/21385/task/21389/stat : 21389 (java) S 21382 21385 18358 0 -1 4202560 330 0 0 0 38 11 0 0 20 0 22 0 27213252 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412345019432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21390] ppid=21382 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21385/task/21390/stat : 21390 (java) S 21382 21385 18358 0 -1 4202560 258 0 0 0 37 9 0 0 20 0 22 0 27213252 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412343966376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21391] ppid=21382 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21385/task/21391/stat : 21391 (java) S 21382 21385 18358 0 -1 4202560 243 0 0 0 36 10 0 0 20 0 22 0 27213252 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412342913832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21392] ppid=21382 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/21385/task/21392/stat : 21392 (java) S 21382 21385 18358 0 -1 4202560 204 0 0 0 38 7 0 0 20 0 22 0 27213252 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412341860776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21393] ppid=21382 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/21385/task/21393/stat : 21393 (java) S 21382 21385 18358 0 -1 4202560 303 0 0 0 41 12 0 0 20 0 22 0 27213252 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412340808232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21394] ppid=21382 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/21385/task/21394/stat : 21394 (java) S 21382 21385 18358 0 -1 4202560 302 0 0 0 40 11 0 0 20 0 22 0 27213252 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412339755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21395] ppid=21382 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/21385/task/21395/stat : 21395 (java) S 21382 21385 18358 0 -1 4202560 284 0 0 0 46 13 0 0 20 0 22 0 27213252 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412338702632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21396] ppid=21382 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/21385/task/21396/stat : 21396 (java) S 21382 21385 18358 0 -1 4202560 790 0 0 0 25 14 0 0 20 0 22 0 27213253 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412326505320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21397] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21397/stat : 21397 (java) S 21382 21385 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412325451640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21398] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21398/stat : 21398 (java) S 21382 21385 18358 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412324398472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21399] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21399/stat : 21399 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213256 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412323347216 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21400] ppid=21382 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21385/task/21400/stat : 21400 (java) S 21382 21385 18358 0 -1 4202560 8109 0 0 0 106 2 0 0 20 0 22 0 27213256 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412322294072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21401] ppid=21382 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/21385/task/21401/stat : 21401 (java) S 21382 21385 18358 0 -1 4202560 7552 0 0 0 102 2 0 0 20 0 22 0 27213256 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412321241528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21402] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21402/stat : 21402 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213256 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412320188664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21403] ppid=21382 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/21385/task/21403/stat : 21403 (java) S 21382 21385 18358 0 -1 4202560 51 0 0 0 9 13 0 0 20 0 22 0 27213256 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412319136328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21406] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21406/stat : 21406 (java) S 21382 21385 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27213268 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412315977000 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21514] ppid=21382 vsize=9824732 CPUtime=469.97 cores=0,2,4,6
/proc/21385/task/21514/stat : 21514 (java) R 21382 21385 18358 0 -1 4202560 11 0 0 0 46990 7 0 0 20 0 22 0 27254429 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412317020016 140412363227102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21515] ppid=21382 vsize=9824732 CPUtime=469.96 cores=0,2,4,6
/proc/21385/task/21515/stat : 21515 (java) R 21382 21385 18358 0 -1 4202560 47 0 0 0 46987 9 0 0 20 0 22 0 27254429 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412314922400 140412363258933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21516] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21516/stat : 21516 (java) S 21382 21385 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27254430 10060525568 272734 33554432000 1073741824 1073778376 140733627189808 140412318081832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1749.26
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.701 s]
/proc/loadavg: 4.10 4.13 3.75 5/219 21529
/proc/meminfo: memFree=25800704/32872528 swapFree=1286400/1433568
[pid=21385] ppid=21382 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/21385/stat : 21385 (java) S 21382 21385 18358 0 -1 4202496 24794 0 1 0 179866 150 0 0 20 0 22 0 27213249 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140733627180944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21385/statm: 2456183 317650 2293 9 0 2446860 0
[pid=21385/tid=21387] ppid=21382 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/21385/task/21387/stat : 21387 (java) S 21382 21385 18358 0 -1 4202560 2413 0 1 0 18 2 0 0 20 0 22 0 27213250 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412502438776 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21388] ppid=21382 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/21385/task/21388/stat : 21388 (java) S 21382 21385 18358 0 -1 4202560 401 0 0 0 40 12 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412346071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21389] ppid=21382 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/21385/task/21389/stat : 21389 (java) S 21382 21385 18358 0 -1 4202560 340 0 0 0 41 12 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412345019432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21390] ppid=21382 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/21385/task/21390/stat : 21390 (java) S 21382 21385 18358 0 -1 4202560 263 0 0 0 40 9 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412343966376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21391] ppid=21382 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/21385/task/21391/stat : 21391 (java) S 21382 21385 18358 0 -1 4202560 268 0 0 0 39 11 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412342913832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21392] ppid=21382 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/21385/task/21392/stat : 21392 (java) S 21382 21385 18358 0 -1 4202560 206 0 0 0 41 7 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412341860776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21393] ppid=21382 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/21385/task/21393/stat : 21393 (java) S 21382 21385 18358 0 -1 4202560 309 0 0 0 43 12 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412340808232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21394] ppid=21382 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/21385/task/21394/stat : 21394 (java) S 21382 21385 18358 0 -1 4202560 310 0 0 0 44 11 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412339755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21395] ppid=21382 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/21385/task/21395/stat : 21395 (java) S 21382 21385 18358 0 -1 4202560 304 0 0 0 51 14 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412338702632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21396] ppid=21382 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/21385/task/21396/stat : 21396 (java) S 21382 21385 18358 0 -1 4202560 933 0 0 0 25 14 0 0 20 0 22 0 27213253 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412326505320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21397] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21397/stat : 21397 (java) S 21382 21385 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412325451640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21398] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21398/stat : 21398 (java) S 21382 21385 18358 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412324398472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21399] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21399/stat : 21399 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213256 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412323347216 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21400] ppid=21382 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21385/task/21400/stat : 21400 (java) S 21382 21385 18358 0 -1 4202560 8109 0 0 0 106 2 0 0 20 0 22 0 27213256 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412322294072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21401] ppid=21382 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/21385/task/21401/stat : 21401 (java) S 21382 21385 18358 0 -1 4202560 7553 0 0 0 102 2 0 0 20 0 22 0 27213256 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412321241528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21402] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21402/stat : 21402 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213256 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412320188664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21403] ppid=21382 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/21385/task/21403/stat : 21403 (java) S 21382 21385 18358 0 -1 4202560 53 0 0 0 10 13 0 0 20 0 22 0 27213256 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412319136328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21406] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21406/stat : 21406 (java) S 21382 21385 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27213268 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412315977000 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21514] ppid=21382 vsize=9824732 CPUtime=495.27 cores=0,2,4,6
/proc/21385/task/21514/stat : 21514 (java) R 21382 21385 18358 0 -1 4202560 12 0 0 0 49520 7 0 0 20 0 22 0 27254429 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412317026880 140412363734815 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21515] ppid=21382 vsize=9824732 CPUtime=495.26 cores=0,2,4,6
/proc/21385/task/21515/stat : 21515 (java) R 21382 21385 18358 0 -1 4202560 819 0 0 0 49514 12 0 0 20 0 22 0 27254429 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412314922400 140412363258986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21516] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21516/stat : 21516 (java) S 21382 21385 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27254430 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412318081832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 21385 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+907.701 s]
/proc/loadavg: 4.10 4.13 3.75 5/219 21529
/proc/meminfo: memFree=25800704/32872528 swapFree=1286400/1433568
[pid=21385] ppid=21382 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/21385/stat : 21385 (java) S 21382 21385 18358 0 -1 4202496 24794 0 1 0 179866 150 0 0 20 0 22 0 27213249 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140733627180944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21385/statm: 2456183 317650 2293 9 0 2446860 0
[pid=21385/tid=21387] ppid=21382 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/21385/task/21387/stat : 21387 (java) S 21382 21385 18358 0 -1 4202560 2413 0 1 0 18 2 0 0 20 0 22 0 27213250 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412502438776 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21388] ppid=21382 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/21385/task/21388/stat : 21388 (java) S 21382 21385 18358 0 -1 4202560 401 0 0 0 40 12 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412346071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21389] ppid=21382 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/21385/task/21389/stat : 21389 (java) S 21382 21385 18358 0 -1 4202560 340 0 0 0 41 12 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412345019432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21390] ppid=21382 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/21385/task/21390/stat : 21390 (java) S 21382 21385 18358 0 -1 4202560 263 0 0 0 40 9 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412343966376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21391] ppid=21382 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/21385/task/21391/stat : 21391 (java) S 21382 21385 18358 0 -1 4202560 268 0 0 0 39 11 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412342913832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21392] ppid=21382 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/21385/task/21392/stat : 21392 (java) S 21382 21385 18358 0 -1 4202560 206 0 0 0 41 7 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412341860776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21393] ppid=21382 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/21385/task/21393/stat : 21393 (java) S 21382 21385 18358 0 -1 4202560 309 0 0 0 43 12 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412340808232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21394] ppid=21382 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/21385/task/21394/stat : 21394 (java) S 21382 21385 18358 0 -1 4202560 310 0 0 0 44 11 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412339755176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21395] ppid=21382 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/21385/task/21395/stat : 21395 (java) S 21382 21385 18358 0 -1 4202560 304 0 0 0 51 14 0 0 20 0 22 0 27213252 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412338702632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21385/tid=21396] ppid=21382 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/21385/task/21396/stat : 21396 (java) S 21382 21385 18358 0 -1 4202560 933 0 0 0 25 14 0 0 20 0 22 0 27213253 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412326505320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21397] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21397/stat : 21397 (java) S 21382 21385 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412325451640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21398] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21398/stat : 21398 (java) S 21382 21385 18358 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 27213253 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412324398472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21399] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21399/stat : 21399 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213256 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412323347216 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21400] ppid=21382 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21385/task/21400/stat : 21400 (java) S 21382 21385 18358 0 -1 4202560 8109 0 0 0 106 2 0 0 20 0 22 0 27213256 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412322294072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21385/tid=21401] ppid=21382 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/21385/task/21401/stat : 21401 (java) S 21382 21385 18358 0 -1 4202560 7553 0 0 0 102 2 0 0 20 0 22 0 27213256 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412321241528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21402] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21402/stat : 21402 (java) S 21382 21385 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27213256 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412320188664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21403] ppid=21382 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/21385/task/21403/stat : 21403 (java) S 21382 21385 18358 0 -1 4202560 53 0 0 0 10 13 0 0 20 0 22 0 27213256 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412319136328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21406] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21406/stat : 21406 (java) S 21382 21385 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27213268 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412315977000 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21514] ppid=21382 vsize=9824732 CPUtime=495.27 cores=0,2,4,6
/proc/21385/task/21514/stat : 21514 (java) R 21382 21385 18358 0 -1 4202560 12 0 0 0 49520 7 0 0 20 0 22 0 27254429 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412317026880 140412363734815 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21385/tid=21515] ppid=21382 vsize=9824732 CPUtime=495.26 cores=0,2,4,6
/proc/21385/task/21515/stat : 21515 (java) R 21382 21385 18358 0 -1 4202560 819 0 0 0 49514 12 0 0 20 0 22 0 27254429 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412314922400 140412363258986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21385/tid=21516] ppid=21382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21385/task/21516/stat : 21516 (java) S 21382 21385 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27254430 10060525568 317650 33554432000 1073741824 1073778376 140733627189808 140412318081832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 907.743
CPU time (s): 1800.55
CPU user time (s): 1798.67
CPU system time (s): 1.88471
CPU usage (%): 198.355
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.88471
maximum resident set size= 1270764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24836
page faults= 1
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24088
involuntary context switches= 20536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.62415 second user time and 7.40287 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 14:07:45
IDJOB=4103982
IDBENCH=2523
IDSOLVER=2543
FILE ID=node130/4103982-1466251665
RUNJOBID= node130-1466240252-18374
PBS_JOBID= 19918180
Free space on /tmp= 71460 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-markshare2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103982-1466251665/watcher-4103982-1466251665 -o /tmp/evaluation-result-4103982-1466251665/solver-4103982-1466251665 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103982-1466251665.opb

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

MD5SUM BENCH= ed3cba978a5e277395c10305f700e2f4
RANDOM SEED=2051474742

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        25728240 kB
Buffers:           17440 kB
Cached:           431380 kB
SwapCached:         1896 kB
Active:          4840392 kB
Inactive:         113552 kB
Active(anon):    4505340 kB
Inactive(anon):     2208 kB
Active(file):     335052 kB
Inactive(file):   111344 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098716 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       5957824 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             605700 kB
SReclaimable:      49276 kB
SUnreclaim:       556424 kB
KernelStack:        1800 kB
PageTables:        16232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6935948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4581376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-18 14:22:53