Trace number 4085452

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 Resolution PB16SAT (TO)16 1800.65 1799.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM5bf563c7058af01702ea80887f1d43ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
Number of bits of the biggest sum of numbers12
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085452-1465244524.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.03s.
0.09/0.15	c declared #vars     120
0.09/0.15	c #constraints  10
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.15	c 10 constraints processed.
0.09/0.15	c objective function length is 80 literals
0.74/0.57	c cleaning 2493 clauses out of 5000 with flag 10090/5000
1.36/1.01	c cleaning 4244 clauses out of 8508 with flag 22232/11001
1.36/1.03	c SATISFIABLE
1.36/1.03	c OPTIMIZING...
1.36/1.03	c Got one! Elapsed wall clock time (in seconds):0.904
1.36/1.03	o 93
1.52/1.11	c Got one! Elapsed wall clock time (in seconds):0.986
1.52/1.11	o 81
1.71/1.30	c Got one! Elapsed wall clock time (in seconds):1.178
1.71/1.30	o 79
1.91/1.50	c cleaning 5096 clauses out of 10212 with flag 4123/16949
2.42/2.03	c cleaning 5551 clauses out of 11116 with flag 16933/22949
2.74/2.37	c Got one! Elapsed wall clock time (in seconds):2.25
2.74/2.37	o 77
2.93/2.50	c cleaning 5317 clauses out of 10655 with flag 2033/28039
3.03/2.63	c Got one! Elapsed wall clock time (in seconds):2.509
3.03/2.63	o 75
3.13/2.70	c Got one! Elapsed wall clock time (in seconds):2.581
3.13/2.70	o 74
3.23/2.87	c Got one! Elapsed wall clock time (in seconds):2.746
3.23/2.87	o 53
3.43/3.09	c cleaning 6178 clauses out of 12373 with flag 4073/35074
4.03/3.66	c cleaning 6088 clauses out of 12196 with flag 16179/41075
4.73/4.34	c cleaning 6544 clauses out of 13107 with flag 30286/48074
5.63/5.20	c cleaning 7270 clauses out of 14564 with flag 46385/56075
6.63/6.20	c cleaning 8138 clauses out of 16294 with flag 64500/65075
7.83/7.46	c cleaning 9066 clauses out of 18156 with flag 84654/75075
9.33/8.99	c cleaning 10034 clauses out of 20089 with flag 106768/86074
11.22/10.86	c cleaning 11017 clauses out of 22056 with flag 130930/98075
13.32/13.00	c cleaning 12011 clauses out of 24040 with flag 157133/111076
15.72/15.36	c cleaning 13009 clauses out of 26027 with flag 185304/125074
17.12/16.78	c Got one! Elapsed wall clock time (in seconds):16.655
17.12/16.78	o 52
17.22/16.82	c Got one! Elapsed wall clock time (in seconds):16.699
17.22/16.82	o 45
17.62/17.21	c Got one! Elapsed wall clock time (in seconds):17.09
17.62/17.21	o 39
18.22/17.89	c cleaning 13806 clauses out of 27626 with flag 6146/139682
19.13/18.77	c cleaning 9900 clauses out of 19821 with flag 18252/145683
20.02/19.60	c cleaning 8451 clauses out of 16922 with flag 32616/152684
20.82/20.50	c cleaning 8229 clauses out of 16470 with flag 48827/160683
21.93/21.56	c cleaning 8611 clauses out of 17243 with flag 67003/169685
23.13/22.79	c cleaning 9307 clauses out of 18630 with flag 87135/179683
23.43/23.00	c Got one! Elapsed wall clock time (in seconds):22.881
23.43/23.00	o 38
23.73/23.35	c cleaning 7176 clauses out of 14364 with flag 6075/184724
24.33/23.91	c cleaning 6589 clauses out of 13189 with flag 18156/190725
24.93/24.59	c cleaning 6786 clauses out of 13598 with flag 32245/197723
25.84/25.41	c cleaning 7397 clauses out of 14812 with flag 48407/205723
26.73/26.40	c cleaning 8197 clauses out of 16417 with flag 66590/214725
28.04/27.66	c cleaning 9096 clauses out of 18218 with flag 86824/224723
29.63/29.22	c cleaning 10055 clauses out of 20122 with flag 109032/235723
31.43/31.03	c cleaning 11024 clauses out of 22067 with flag 133205/247723
33.53/33.12	c cleaning 12012 clauses out of 24044 with flag 159488/260724
35.93/35.58	c cleaning 13002 clauses out of 26031 with flag 187733/274723
37.13/36.70	c Got one! Elapsed wall clock time (in seconds):36.582
37.13/36.70	o 36
37.23/36.81	c Got one! Elapsed wall clock time (in seconds):36.687
37.23/36.81	o 35
38.23/37.80	c cleaning 13178 clauses out of 26371 with flag 10128/288065
38.23/37.85	c Got one! Elapsed wall clock time (in seconds):37.73
38.23/37.85	o 33
38.94/38.58	c cleaning 9327 clauses out of 18671 with flag 10130/293543
39.63/39.22	c cleaning 7666 clauses out of 15343 with flag 22248/299542
40.14/39.72	c Got one! Elapsed wall clock time (in seconds):39.599
40.14/39.72	o 31
40.83/40.40	c cleaning 8875 clauses out of 17763 with flag 10234/309628
41.43/41.09	c cleaning 7432 clauses out of 14886 with flag 22364/315626
42.23/41.81	c cleaning 7215 clauses out of 14453 with flag 36609/322625
43.03/42.64	c cleaning 7612 clauses out of 15239 with flag 52715/330626
44.13/43.71	c cleaning 8305 clauses out of 16628 with flag 70881/339627
45.43/45.04	c cleaning 9150 clauses out of 18322 with flag 91048/349626
47.03/46.63	c cleaning 10075 clauses out of 20174 with flag 113155/360628
48.93/48.52	c cleaning 11037 clauses out of 22096 with flag 137294/372625
51.04/50.68	c cleaning 12018 clauses out of 24059 with flag 163482/385625
53.53/53.13	c cleaning 13011 clauses out of 26045 with flag 191658/399629
56.43/56.02	c cleaning 14003 clauses out of 28030 with flag 221821/414625
59.53/59.17	c cleaning 15003 clauses out of 30028 with flag 254015/430626
63.14/62.75	c cleaning 16003 clauses out of 32025 with flag 288311/447626
67.23/66.81	c cleaning 17002 clauses out of 34021 with flag 324715/465625
71.75/71.39	c cleaning 18000 clauses out of 36019 with flag 363046/484625
76.75/76.33	c cleaning 19000 clauses out of 38021 with flag 403437/504627
82.16/81.73	c cleaning 19996 clauses out of 40020 with flag 445880/525626
88.06/87.61	c cleaning 21001 clauses out of 42023 with flag 490168/547625
90.36/89.94	c Got one! Elapsed wall clock time (in seconds):89.817
90.36/89.94	o 30
91.56/91.14	c cleaning 18167 clauses out of 36353 with flag 10128/562956
92.56/92.16	c cleaning 12080 clauses out of 24180 with flag 22204/568950
93.46/93.06	c cleaning 9541 clauses out of 19102 with flag 36320/575952
94.46/94.02	c cleaning 8766 clauses out of 17559 with flag 52422/583950
95.56/95.10	c cleaning 8890 clauses out of 17797 with flag 70546/592954
96.56/96.17	c Got one! Elapsed wall clock time (in seconds):96.052
96.56/96.17	o 28
97.47/97.09	c cleaning 11365 clauses out of 22747 with flag 10063/606794
98.27/97.83	c cleaning 8688 clauses out of 17385 with flag 22160/612797
98.57/98.16	c Got one! Elapsed wall clock time (in seconds):98.038
98.57/98.16	o 27
98.87/98.41	c cleaning 7175 clauses out of 14376 with flag 4036/618476
99.37/98.98	c cleaning 6596 clauses out of 13201 with flag 16129/624476
100.07/99.63	c cleaning 6792 clauses out of 13605 with flag 30236/631476
100.87/100.40	c cleaning 7400 clauses out of 14815 with flag 46348/639478
101.78/101.37	c cleaning 8199 clauses out of 16413 with flag 64447/648476
103.07/102.67	c cleaning 9096 clauses out of 18215 with flag 84543/658477
104.57/104.12	c cleaning 10048 clauses out of 20118 with flag 106670/669476
106.37/105.93	c cleaning 11026 clauses out of 22072 with flag 130802/681478
108.47/108.08	c cleaning 12011 clauses out of 24044 with flag 156989/694476
110.97/110.59	c cleaning 13007 clauses out of 26035 with flag 185195/708478
113.78/113.40	c cleaning 14001 clauses out of 28026 with flag 215416/723476
116.97/116.59	c cleaning 15005 clauses out of 30025 with flag 247650/739476
120.48/120.08	c cleaning 16000 clauses out of 32020 with flag 281849/756476
124.47/124.04	c cleaning 17001 clauses out of 34023 with flag 318035/774479
129.07/128.60	c cleaning 18002 clauses out of 36020 with flag 356256/793477
134.07/133.64	c cleaning 19002 clauses out of 38018 with flag 396495/813477
139.67/139.27	c cleaning 19999 clauses out of 40015 with flag 438715/834476
145.37/144.90	c cleaning 20998 clauses out of 42016 with flag 482974/856476
151.76/151.35	c cleaning 22001 clauses out of 44019 with flag 529341/879477
158.76/158.32	c cleaning 22997 clauses out of 46017 with flag 577702/903476
166.07/165.62	c cleaning 24003 clauses out of 48023 with flag 628110/928479
174.07/173.63	c cleaning 24998 clauses out of 50018 with flag 680566/954477
182.37/181.93	c cleaning 25998 clauses out of 52020 with flag 734900/981477
190.79/190.40	c cleaning 27002 clauses out of 54021 with flag 791231/1009476
200.48/200.03	c cleaning 28000 clauses out of 56019 with flag 849621/1038476
210.38/209.93	c cleaning 29000 clauses out of 58021 with flag 910066/1068478
221.19/220.76	c cleaning 29999 clauses out of 60020 with flag 972440/1099477
233.09/232.61	c cleaning 31002 clauses out of 62020 with flag 1036761/1131476
245.69/245.27	c cleaning 32002 clauses out of 64019 with flag 1103139/1164477
260.10/259.70	c cleaning 32995 clauses out of 66016 with flag 1171636/1198476
275.50/275.03	c cleaning 33997 clauses out of 68022 with flag 1242105/1233477
292.41/291.90	c cleaning 34999 clauses out of 70026 with flag 1314529/1269478
309.41/308.96	c cleaning 35999 clauses out of 72025 with flag 1389070/1306476
313.02/312.54	c Got one! Elapsed wall clock time (in seconds):312.417
313.02/312.54	o 25
314.02/313.54	c Got one! Elapsed wall clock time (in seconds):313.415
314.02/313.54	o 24
315.41/314.93	c cleaning 26354 clauses out of 52734 with flag 6117/1323184
316.91/316.42	c cleaning 16184 clauses out of 32381 with flag 18207/1329185
318.01/317.58	c Got one! Elapsed wall clock time (in seconds):317.456
318.01/317.58	o 21
319.01/318.56	c cleaning 13992 clauses out of 27999 with flag 10222/1340987
319.91/319.41	c cleaning 9994 clauses out of 20007 with flag 22352/1346987
320.62/320.19	c cleaning 8498 clauses out of 17015 with flag 36528/1353989
321.51/321.04	c Got one! Elapsed wall clock time (in seconds):320.914
321.51/321.04	o 19
322.21/321.80	c cleaning 10684 clauses out of 21381 with flag 10097/1366853
322.92/322.45	c cleaning 8339 clauses out of 16696 with flag 22173/1372852
323.61/323.15	c cleaning 7670 clauses out of 15357 with flag 36283/1379852
324.41/323.95	c cleaning 7837 clauses out of 15693 with flag 52404/1387858
325.41/324.94	c cleaning 8411 clauses out of 16852 with flag 70542/1396854
326.31/325.84	c Got one! Elapsed wall clock time (in seconds):325.717
326.31/325.84	o 18
326.81/326.34	c Got one! Elapsed wall clock time (in seconds):326.213
326.81/326.34	o 17
327.11/326.70	c cleaning 11412 clauses out of 22825 with flag 4216/1411238
327.81/327.37	c cleaning 8703 clauses out of 17410 with flag 17011/1417235
327.91/327.41	c Got one! Elapsed wall clock time (in seconds):327.29
327.91/327.41	o 16
328.42/327.97	c cleaning 7146 clauses out of 14307 with flag 10131/1422835
329.01/328.55	c cleaning 6572 clauses out of 13161 with flag 22269/1428835
329.71/329.24	c cleaning 6786 clauses out of 13589 with flag 36422/1435835
330.52/330.06	c cleaning 7393 clauses out of 14803 with flag 52577/1443835
331.51/331.05	c cleaning 8200 clauses out of 16412 with flag 70698/1452837
332.72/332.26	c cleaning 9092 clauses out of 18210 with flag 90888/1462835
334.21/333.72	c cleaning 10051 clauses out of 20120 with flag 113083/1473837
335.91/335.45	c cleaning 11026 clauses out of 22068 with flag 137342/1485836
338.11/337.66	c cleaning 12014 clauses out of 24042 with flag 163582/1498836
340.61/340.14	c cleaning 13006 clauses out of 26029 with flag 191789/1512837
343.41/342.92	c cleaning 14002 clauses out of 28021 with flag 221968/1527835
346.51/346.09	c cleaning 15001 clauses out of 30019 with flag 254177/1543835
350.01/349.57	c cleaning 15999 clauses out of 32018 with flag 288426/1560835
354.12/353.66	c cleaning 17005 clauses out of 34022 with flag 324648/1578838
358.72/358.27	c cleaning 17999 clauses out of 36016 with flag 362886/1597837
363.72/363.27	c cleaning 18997 clauses out of 38017 with flag 403321/1617837
369.61/369.11	c cleaning 20003 clauses out of 40018 with flag 445708/1638835
375.62/375.18	c cleaning 21001 clauses out of 42017 with flag 490180/1660837
382.32/381.88	c cleaning 21998 clauses out of 44014 with flag 536663/1683835
389.51/389.04	c cleaning 22999 clauses out of 46016 with flag 585181/1707835
397.90/397.48	c cleaning 24000 clauses out of 48018 with flag 635634/1732836
407.20/406.77	c cleaning 24995 clauses out of 50018 with flag 688087/1758836
417.20/416.71	c cleaning 26004 clauses out of 52023 with flag 742637/1785836
427.00/426.52	c cleaning 26994 clauses out of 54018 with flag 799084/1813835
438.41/437.93	c cleaning 28001 clauses out of 56024 with flag 857489/1842835
450.30/449.83	c cleaning 29005 clauses out of 58026 with flag 917897/1872838
463.60/463.17	c cleaning 30002 clauses out of 60019 with flag 980433/1903836
477.90/477.47	c cleaning 30998 clauses out of 62018 with flag 1044970/1935837
492.69/492.22	c cleaning 32003 clauses out of 64019 with flag 1111522/1968836
508.60/508.17	c cleaning 32995 clauses out of 66015 with flag 1180139/2002835
524.10/523.61	c cleaning 34000 clauses out of 68024 with flag 1250865/2037839
541.14/540.63	c cleaning 35001 clauses out of 70020 with flag 1323365/2073835
559.12/558.63	c cleaning 35996 clauses out of 72019 with flag 1397839/2110835
577.32/576.89	c cleaning 37003 clauses out of 74027 with flag 1474601/2148839
597.22/596.79	c cleaning 37999 clauses out of 76022 with flag 1553033/2187837
618.42/617.98	c cleaning 39001 clauses out of 78021 with flag 1633661/2227835
641.84/641.40	c cleaning 39999 clauses out of 80020 with flag 1716176/2268835
666.03/665.58	c cleaning 40994 clauses out of 82021 with flag 1800667/2310835
693.64/693.15	c cleaning 42001 clauses out of 84027 with flag 1887130/2353835
720.54/720.08	c cleaning 43000 clauses out of 86028 with flag 1975791/2397837
749.25/748.75	c cleaning 44001 clauses out of 88026 with flag 2066477/2442835
780.85/780.31	c cleaning 45002 clauses out of 90027 with flag 2159072/2488837
815.07/814.58	c cleaning 45999 clauses out of 92024 with flag 2253701/2535836
849.66/849.12	c cleaning 47003 clauses out of 94027 with flag 2350503/2583838
883.23/882.66	c cleaning 48003 clauses out of 96023 with flag 2449154/2632837
919.23/918.67	c cleaning 49001 clauses out of 98018 with flag 2549878/2682835
958.13/957.51	c cleaning 50003 clauses out of 100019 with flag 2652559/2733837
999.74/999.13	c cleaning 50995 clauses out of 102015 with flag 2757100/2785836
1045.15/1044.53	c cleaning 51999 clauses out of 104019 with flag 2863722/2838835
1093.37/1092.72	c cleaning 53000 clauses out of 106021 with flag 2972445/2892836
1142.98/1142.34	c cleaning 53998 clauses out of 108020 with flag 3083176/2947835
1189.10/1188.41	c cleaning 54999 clauses out of 110022 with flag 3196144/3003835
1238.40/1237.71	c cleaning 56007 clauses out of 112025 with flag 3310953/3060837
1288.11/1287.47	c cleaning 57001 clauses out of 114018 with flag 3428100/3118837
1339.80/1339.01	c cleaning 57999 clauses out of 116016 with flag 3546997/3177836
1393.21/1392.43	c cleaning 58997 clauses out of 118019 with flag 3667858/3237838
1453.42/1452.69	c cleaning 60001 clauses out of 120023 with flag 3790706/3298839
1516.53/1515.74	c cleaning 60998 clauses out of 122019 with flag 3915771/3360836
1584.24/1583.44	c cleaning 61997 clauses out of 124024 with flag 4042790/3423839
1655.16/1654.35	c cleaning 63001 clauses out of 126023 with flag 4172016/3487835
1725.57/1724.75	c cleaning 63998 clauses out of 128022 with flag 4303336/3552835
1800.00/1799.10	c starts		: 51
1800.00/1799.10	c conflicts		: 3617945
1800.00/1799.10	c decisions		: 3639262
1800.00/1799.10	c propagations		: 24894905
1800.00/1799.10	c inspects		: 36815025209
1800.00/1799.10	c shortcuts		: 0
1800.00/1799.10	c learnt literals	: 0
1800.00/1799.10	c learnt binary clauses	: 0
1800.00/1799.10	c learnt ternary clauses	: 0
1800.00/1799.10	c learnt constraints	: 3617945
1800.00/1799.10	c ignored constraints	: 0
1800.00/1799.10	c root simplifications	: 0
1800.00/1799.10	c removed literals (reason simplification)	: 0
1800.00/1799.10	c reason swapping (by a shorter reason)	: 0
1800.00/1799.10	c Calls to reduceDB	: 165
1800.00/1799.10	c Number of update (reduction) of LBD	: 53167
1800.00/1799.10	c Imported unit clauses	: 0
1800.00/1799.10	c number of reductions to clauses (during analyze)	: 0
1800.00/1799.10	c number of learned constraints concerned by reduction	: 0
1800.00/1799.10	c number of learning phase by resolution	: 0
1800.00/1799.10	c number of learning phase by cutting planes	: 0
1800.00/1799.10	c speed (assignments/second)	: 13838.598913697848
1800.00/1799.10	c non guided choices	445
1800.00/1799.13	c learnt constraints type 
1800.00/1799.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129135
1800.00/1799.13	s SATISFIABLE
1800.00/1799.13	c Found 25 solution(s)
1800.00/1799.13	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.00/1799.13	c objective function=16
1800.00/1799.13	c Total wall clock time (in seconds): 1799.008

Verifier Data

OK	16

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

pid=14423
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: 2.35 2.26 2.19 3/194 14426
/proc/meminfo: memFree=30382928/32872528 swapFree=15784/1434320
[pid=14426] ppid=14423 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/14426/stat : 14426 (java) D 14423 14426 7184 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 106385645 2560000 47 33554432000 1073741824 1073778376 140733348496064 140733348493192 214360485159 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/14426/statm: 625 47 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.35 2.26 2.19 3/194 14426
/proc/meminfo: memFree=30382928/32872528 swapFree=15784/1434320
[pid=14426] ppid=14423 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14426/stat : 14426 (java) S 14423 14426 7184 0 -1 4202496 4341 0 1 0 8 1 0 0 20 0 18 0 106385645 9787879424 5468 33554432000 1073741824 1073778376 140733348496064 140733348487200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14426/statm: 2389619 5468 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.35 2.26 2.19 3/194 14426
/proc/meminfo: memFree=30382928/32872528 swapFree=15784/1434320
[pid=14426] ppid=14423 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/14426/stat : 14426 (java) S 14423 14426 7184 0 -1 4202496 6409 0 1 0 27 1 0 0 20 0 19 0 106385645 9856040960 7445 33554432000 1073741824 1073778376 140733348496064 140733348487200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14426/statm: 2406260 7445 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300228 s]
/proc/loadavg: 2.35 2.26 2.19 3/194 14426
/proc/meminfo: memFree=30382928/32872528 swapFree=15784/1434320
[pid=14426] ppid=14423 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/14426/stat : 14426 (java) S 14423 14426 7184 0 -1 4202496 7185 0 1 0 50 1 0 0 20 0 19 0 106385645 9856040960 8453 33554432000 1073741824 1073778376 140733348496064 140733348487200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14426/statm: 2406260 8453 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700148 s]
/proc/loadavg: 2.35 2.26 2.19 3/194 14426
/proc/meminfo: memFree=30382928/32872528 swapFree=15784/1434320
[pid=14426] ppid=14423 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/14426/stat : 14426 (java) S 14423 14426 7184 0 -1 4202496 7199 0 1 0 97 1 0 0 20 0 19 0 106385645 9856040960 8467 33554432000 1073741824 1073778376 140733348496064 140733348487200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14426/statm: 2406260 8467 2251 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.35 2.26 2.19 3/213 14445
/proc/meminfo: memFree=30353552/32872528 swapFree=15784/1434320
[pid=14426] ppid=14423 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/14426/stat : 14426 (java) S 14423 14426 7184 0 -1 4202496 8758 0 1 0 189 2 0 0 20 0 19 0 106385645 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140733348487200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14426/statm: 2406260 10063 2257 9 0 2396937 0
[pid=14426/tid=14428] ppid=14423 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/14426/task/14428/stat : 14428 (java) R 14423 14426 7184 0 -1 4202560 2423 0 1 0 146 0 0 0 20 0 19 0 106385646 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140421296500848 140421154028605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14429] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14429/stat : 14429 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140421274602280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14430] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14430/stat : 14430 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140421273549480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14431] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140421272497192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420935838632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420934785320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420933732520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420932680232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420931627432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106385648 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420919216872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420918162936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420917110536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420916059024 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/14426/task/14441/stat : 14441 (java) R 14423 14426 7184 0 -1 4202560 3671 0 0 0 29 0 0 0 20 0 19 0 106385652 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420915005464 140421304264432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7184 0 -1 4202560 1392 0 0 0 12 0 0 0 20 0 19 0 106385652 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420913952824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420912900728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420911848136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14445/stat : 14445 (java) S 14423 14426 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106385661 9856040960 10063 33554432000 1073741824 1073778376 140733348496064 140420910695848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.32 2.25 2.19 3/213 14445
/proc/meminfo: memFree=30348712/32872528 swapFree=15784/1434320
[pid=14426] ppid=14423 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/14426/stat : 14426 (java) S 14423 14426 7184 0 -1 4202496 8763 0 1 0 351 2 0 0 20 0 19 0 106385645 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140733348487200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14426/statm: 2406260 11600 2257 9 0 2396937 0
[pid=14426/tid=14428] ppid=14423 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/14426/task/14428/stat : 14428 (java) R 14423 14426 7184 0 -1 4202560 2426 0 1 0 306 0 0 0 20 0 19 0 106385646 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140421296499120 140421154480905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14429] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14429/stat : 14429 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140421274602280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14430] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14430/stat : 14430 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140421273549480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14431] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140421272497192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420935838632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420934785320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420933732520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420932680232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420931627432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106385648 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420919216872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420918162936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420917110536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420916059024 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/14426/task/14441/stat : 14441 (java) S 14423 14426 7184 0 -1 4202560 3673 0 0 0 31 0 0 0 20 0 19 0 106385652 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420915005624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7184 0 -1 4202560 1392 0 0 0 12 0 0 0 20 0 19 0 106385652 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420913952824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420912900728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420911848136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14445/stat : 14445 (java) S 14423 14426 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106385661 9856040960 11600 33554432000 1073741824 1073778376 140733348496064 140420910695848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.32 2.25 2.19 4/213 14445
/proc/meminfo: memFree=30338800/32872528 swapFree=15784/1434320
[pid=14426] ppid=14423 vsize=9625040 CPUtime=6.73 cores=0,2,4,6
/proc/14426/stat : 14426 (java) S 14423 14426 7184 0 -1 4202496 8769 0 1 0 671 2 0 0 20 0 19 0 106385645 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140733348487200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14426/statm: 2406260 13590 2258 9 0 2396937 0
[pid=14426/tid=14428] ppid=14423 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/14426/task/14428/stat : 14428 (java) R 14423 14426 7184 0 -1 4202560 2431 0 1 0 624 2 0 0 20 0 19 0 106385646 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140421296492224 140421154419870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14429] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14429/stat : 14429 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140421274602280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14430] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14430/stat : 14430 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140421273549480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14431] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140421272497192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420935838632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420934785320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420933732520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420932680232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106385647 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420931627432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106385648 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420919216872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420918162936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420917110536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420916059024 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/14426/task/14441/stat : 14441 (java) S 14423 14426 7184 0 -1 4202560 3673 0 0 0 31 0 0 0 20 0 19 0 106385652 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420915005624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7184 0 -1 4202560 1392 0 0 0 12 0 0 0 20 0 19 0 106385652 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420913952824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420912900728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420911848136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14445/stat : 14445 (java) S 14423 14426 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106385661 9856040960 13590 33554432000 1073741824 1073778376 140733348496064 140420910695848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040


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

[pid=14426/tid=14438] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420918162936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420917110536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420916059024 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/14426/task/14441/stat : 14441 (java) S 14423 14426 7184 0 -1 4202560 3734 0 0 0 35 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420915005624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7184 0 -1 4202560 1392 0 0 0 12 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420913952824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420912900728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7184 0 -1 4202560 100 0 0 0 36 32 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420911848136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14445/stat : 14445 (java) S 14423 14426 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106385661 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420910695848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.17
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.13 2.14 4/213 14556
/proc/meminfo: memFree=30161252/32872528 swapFree=15784/1434320
[pid=14426] ppid=14423 vsize=9625040 CPUtime=1783.18 cores=0,2,4,6
/proc/14426/stat : 14426 (java) S 14423 14426 7184 0 -1 4202496 9184 0 1 0 178281 37 0 0 20 0 19 0 106385645 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140733348487200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14426/statm: 2406260 54625 2272 9 0 2396937 0
[pid=14426/tid=14428] ppid=14423 vsize=9625040 CPUtime=1782.1 cores=0,2,4,6
/proc/14426/task/14428/stat : 14428 (java) R 14423 14426 7184 0 -1 4202560 2492 0 1 0 178179 31 0 0 20 0 19 0 106385646 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421296492224 140421154398275 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14429] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14429/stat : 14429 (java) S 14423 14426 7184 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421274602280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14430] ppid=14423 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14426/task/14430/stat : 14430 (java) S 14423 14426 7184 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421273549480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14431] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7184 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421272497192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7184 0 -1 4202560 50 0 0 0 3 1 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420935838632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7184 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420934785320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7184 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420933732520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7184 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420932680232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7184 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420931627432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7184 0 -1 4202560 27 0 0 0 0 2 0 0 20 0 19 0 106385648 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420919216872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420918162936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420917110536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420916059024 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/14426/task/14441/stat : 14441 (java) S 14423 14426 7184 0 -1 4202560 3734 0 0 0 35 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420915005624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7184 0 -1 4202560 1392 0 0 0 12 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420913952824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420912900728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7184 0 -1 4202560 104 0 0 0 39 32 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420911848136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14445/stat : 14445 (java) S 14423 14426 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106385661 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420910695848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.18
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 2.09 2.13 2.14 3/213 14556
/proc/meminfo: memFree=30161256/32872528 swapFree=15784/1434320
[pid=14426] ppid=14423 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/14426/stat : 14426 (java) S 14423 14426 7184 0 -1 4202496 9184 0 1 0 179962 38 0 0 20 0 19 0 106385645 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140733348487200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14426/statm: 2406260 54625 2272 9 0 2396937 0
[pid=14426/tid=14428] ppid=14423 vsize=9625040 CPUtime=1798.9 cores=0,2,4,6
/proc/14426/task/14428/stat : 14428 (java) R 14423 14426 7184 0 -1 4202560 2492 0 1 0 179859 31 0 0 20 0 19 0 106385646 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421296492224 140421154480947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14429] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14429/stat : 14429 (java) S 14423 14426 7184 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421274602280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14430] ppid=14423 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14426/task/14430/stat : 14430 (java) S 14423 14426 7184 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421273549480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14431] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7184 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421272497192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7184 0 -1 4202560 50 0 0 0 3 1 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420935838632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7184 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420934785320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7184 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420933732520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7184 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420932680232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7184 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420931627432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7184 0 -1 4202560 27 0 0 0 0 2 0 0 20 0 19 0 106385648 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420919216872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420918162936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420917110536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420916059024 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/14426/task/14441/stat : 14441 (java) S 14423 14426 7184 0 -1 4202560 3734 0 0 0 35 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420915005624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7184 0 -1 4202560 1392 0 0 0 12 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420913952824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420912900728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7184 0 -1 4202560 104 0 0 0 39 32 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420911848136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14445/stat : 14445 (java) S 14423 14426 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106385661 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420910695848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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 14426 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.1 s]
/proc/loadavg: 2.09 2.13 2.14 3/213 14556
/proc/meminfo: memFree=30161256/32872528 swapFree=15784/1434320
[pid=14426] ppid=14423 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/14426/stat : 14426 (java) S 14423 14426 7184 0 -1 4202496 9184 0 1 0 179962 38 0 0 20 0 19 0 106385645 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140733348487200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14426/statm: 2406260 54625 2272 9 0 2396937 0
[pid=14426/tid=14428] ppid=14423 vsize=9625040 CPUtime=1798.9 cores=0,2,4,6
/proc/14426/task/14428/stat : 14428 (java) R 14423 14426 7184 0 -1 4202560 2492 0 1 0 179859 31 0 0 20 0 19 0 106385646 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421296492224 140421154480947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14429] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14429/stat : 14429 (java) S 14423 14426 7184 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421274602280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14430] ppid=14423 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14426/task/14430/stat : 14430 (java) S 14423 14426 7184 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421273549480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14431] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7184 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140421272497192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7184 0 -1 4202560 50 0 0 0 3 1 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420935838632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7184 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420934785320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7184 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420933732520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7184 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420932680232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7184 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 106385647 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420931627432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7184 0 -1 4202560 27 0 0 0 0 2 0 0 20 0 19 0 106385648 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420919216872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420918162936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106385649 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420917110536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420916059024 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/14426/task/14441/stat : 14441 (java) S 14423 14426 7184 0 -1 4202560 3734 0 0 0 35 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420915005624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7184 0 -1 4202560 1392 0 0 0 12 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420913952824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420912900728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7184 0 -1 4202560 104 0 0 0 39 32 0 0 20 0 19 0 106385652 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420911848136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14426/task/14445/stat : 14445 (java) S 14423 14426 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106385661 9856040960 54625 33554432000 1073741824 1073778376 140733348496064 140420910695848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1799.14
CPU time (s): 1800.65
CPU user time (s): 1799.84
CPU system time (s): 0.813876
CPU usage (%): 100.084
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.813876
maximum resident set size= 218668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9233
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38174
involuntary context switches= 5252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1503 second user time and 12.847 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-06 22:22:04
IDJOB=4085452
IDBENCH=2923
IDSOLVER=2546
FILE ID=node130/4085452-1465244524
RUNJOBID= node130-1465218951-7200
PBS_JOBID= 19843207
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085452-1465244524/watcher-4085452-1465244524 -o /tmp/evaluation-result-4085452-1465244524/solver-4085452-1465244524 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7200 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085452-1465244524.opb

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

MD5SUM BENCH= 5bf563c7058af01702ea80887f1d43ad
RANDOM SEED=906549641

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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:        30383572 kB
Buffers:           38932 kB
Cached:            97716 kB
SwapCached:         1752 kB
Active:           264132 kB
Inactive:          75192 kB
Active(anon):     203852 kB
Inactive(anon):     1200 kB
Active(file):      60280 kB
Inactive(file):    73992 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098352 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1649076 kB
Mapped:            15232 kB
Shmem:                 0 kB
Slab:             568116 kB
SReclaimable:      11620 kB
SUnreclaim:       556496 kB
KernelStack:        1608 kB
PageTables:         7292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2123392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1624064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node130 at 2016-06-06 22:52:03