Trace number 4085453

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)57 1800.01 1799.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_2.opb
MD5SUMc0264878059fff5e6fa5f51839a60b24
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
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 constraint54
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 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4099
Number of bits of the biggest sum of numbers13
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085453-1465244726.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.14	c ... done. Wall clock time 0.029s.
0.09/0.14	c declared #vars     120
0.09/0.14	c #constraints  10
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.14	c 10 constraints processed.
0.09/0.14	c objective function length is 80 literals
0.74/0.54	c cleaning 2494 clauses out of 5002 with flag 10096/5002
1.35/1.06	c cleaning 4248 clauses out of 8506 with flag 22184/11000
2.15/1.83	c cleaning 5622 clauses out of 11260 with flag 36288/18002
3.06/2.75	c cleaning 6811 clauses out of 13637 with flag 52404/26001
4.28/3.91	c cleaning 7905 clauses out of 15825 with flag 70666/35000
5.58/5.28	c cleaning 8950 clauses out of 17920 with flag 90806/45000
7.28/6.95	c cleaning 9977 clauses out of 19973 with flag 112937/56003
8.48/8.10	c SATISFIABLE
8.48/8.10	c OPTIMIZING...
8.48/8.10	c Got one! Elapsed wall clock time (in seconds):7.987
8.48/8.10	o 162
9.35/8.99	c cleaning 11386 clauses out of 22783 with flag 10259/68790
10.24/9.84	c cleaning 8688 clauses out of 17394 with flag 22468/74787
11.04/10.67	c cleaning 7844 clauses out of 15706 with flag 36852/81787
12.04/11.67	c cleaning 7920 clauses out of 15862 with flag 53198/89787
13.25/12.84	c cleaning 8466 clauses out of 16943 with flag 71655/98788
13.34/12.96	c Got one! Elapsed wall clock time (in seconds):12.845
13.34/12.96	o 86
13.84/13.46	c cleaning 7012 clauses out of 14033 with flag 8157/104344
14.44/14.08	c cleaning 6502 clauses out of 13022 with flag 20225/110345
15.14/14.79	c cleaning 6750 clauses out of 13518 with flag 34368/117343
16.04/15.67	c cleaning 7372 clauses out of 14769 with flag 50474/125344
17.14/16.74	c cleaning 8188 clauses out of 16395 with flag 68768/134342
18.44/18.05	c cleaning 9095 clauses out of 18207 with flag 89057/144342
20.04/19.60	c cleaning 10046 clauses out of 20112 with flag 111234/155342
21.94/21.58	c cleaning 11023 clauses out of 22067 with flag 135362/167343
24.24/23.82	c cleaning 12014 clauses out of 24044 with flag 161473/180343
26.74/26.36	c cleaning 13009 clauses out of 26030 with flag 189675/194343
29.55/29.16	c cleaning 13999 clauses out of 28022 with flag 220083/209344
32.75/32.39	c cleaning 15004 clauses out of 30022 with flag 252544/225343
36.35/35.97	c cleaning 15994 clauses out of 32017 with flag 287021/242342
39.95/39.51	c cleaning 17005 clauses out of 34023 with flag 323565/260342
43.64/43.29	c cleaning 17999 clauses out of 36020 with flag 362209/279344
47.64/47.22	c cleaning 19001 clauses out of 38021 with flag 403213/299344
52.64/52.22	c cleaning 20001 clauses out of 40021 with flag 446064/320345
56.65/56.26	c Got one! Elapsed wall clock time (in seconds):56.152
56.65/56.26	o 85
58.35/57.97	c cleaning 21319 clauses out of 42648 with flag 10066/342973
59.75/59.33	c cleaning 13651 clauses out of 27324 with flag 22109/348968
60.85/60.48	c cleaning 10327 clauses out of 20673 with flag 36158/355968
61.95/61.55	c cleaning 9161 clauses out of 18347 with flag 52234/363969
63.05/62.69	c cleaning 9082 clauses out of 18186 with flag 70441/372969
64.55/64.12	c cleaning 9547 clauses out of 19103 with flag 90518/382968
66.05/65.69	c cleaning 10272 clauses out of 20557 with flag 112635/393969
67.85/67.41	c cleaning 11133 clauses out of 22286 with flag 137089/405970
69.76/69.31	c cleaning 12065 clauses out of 24152 with flag 163346/418969
71.96/71.58	c cleaning 13036 clauses out of 26091 with flag 191693/432973
72.15/71.75	c Got one! Elapsed wall clock time (in seconds):71.641
72.15/71.75	o 84
72.76/72.34	c cleaning 9479 clauses out of 18980 with flag 8216/438898
73.36/72.96	c cleaning 7744 clauses out of 15502 with flag 20326/444899
74.06/73.62	c cleaning 7370 clauses out of 14756 with flag 34474/451897
74.76/74.38	c cleaning 7685 clauses out of 15387 with flag 50924/459898
75.66/75.26	c cleaning 8343 clauses out of 16701 with flag 69324/468897
76.76/76.39	c cleaning 9168 clauses out of 18358 with flag 89658/478897
78.06/77.69	c cleaning 10088 clauses out of 20190 with flag 111931/489897
79.76/79.37	c cleaning 11037 clauses out of 22103 with flag 136229/501898
81.76/81.33	c cleaning 12015 clauses out of 24065 with flag 162576/514897
83.86/83.43	c cleaning 13018 clauses out of 26053 with flag 190918/528900
86.26/85.80	c cleaning 14010 clauses out of 28034 with flag 221354/543899
89.25/88.81	c cleaning 15004 clauses out of 30024 with flag 253742/559899
92.45/92.05	c cleaning 16001 clauses out of 32018 with flag 288149/576897
95.55/95.18	c cleaning 17000 clauses out of 34018 with flag 324598/594898
98.85/98.43	c cleaning 18000 clauses out of 36018 with flag 363323/613898
102.66/102.29	c cleaning 18997 clauses out of 38019 with flag 403967/633899
106.76/106.34	c cleaning 20001 clauses out of 40021 with flag 446370/654898
110.96/110.55	c cleaning 21005 clauses out of 42021 with flag 490863/676899
115.56/115.17	c cleaning 21996 clauses out of 44016 with flag 537744/699899
120.56/120.16	c cleaning 22997 clauses out of 46019 with flag 586828/723898
120.76/120.35	c Got one! Elapsed wall clock time (in seconds):120.235
120.76/120.35	o 82
121.47/121.09	c cleaning 14118 clauses out of 28248 with flag 8102/729124
122.26/121.90	c cleaning 10053 clauses out of 20127 with flag 20256/735121
123.08/122.66	c cleaning 8526 clauses out of 17075 with flag 34342/742122
123.18/122.70	c Got one! Elapsed wall clock time (in seconds):122.59
123.18/122.70	o 80
123.58/123.19	c cleaning 7061 clauses out of 14135 with flag 10195/747708
124.18/123.72	c cleaning 6530 clauses out of 13073 with flag 22356/753707
124.79/124.31	c cleaning 6759 clauses out of 13544 with flag 36634/760708
125.48/125.02	c cleaning 7382 clauses out of 14784 with flag 52779/768707
126.38/125.94	c cleaning 8189 clauses out of 16402 with flag 70968/777707
127.58/127.16	c cleaning 9100 clauses out of 18215 with flag 91118/787709
129.08/128.66	c cleaning 10049 clauses out of 20114 with flag 113330/798708
130.78/130.39	c cleaning 11020 clauses out of 22064 with flag 137511/810707
132.78/132.33	c cleaning 12011 clauses out of 24044 with flag 163803/823707
134.98/134.57	c cleaning 13006 clauses out of 26034 with flag 192147/837708
137.58/137.20	c cleaning 14002 clauses out of 28027 with flag 222462/852707
140.78/140.35	c cleaning 15001 clauses out of 30026 with flag 254697/868708
143.98/143.51	c cleaning 16004 clauses out of 32025 with flag 289369/885708
146.91/146.49	c cleaning 16997 clauses out of 34022 with flag 325950/903709
150.71/150.22	c cleaning 17999 clauses out of 36023 with flag 364606/922707
154.20/153.78	c cleaning 18997 clauses out of 38024 with flag 405294/942707
156.71/156.26	c Got one! Elapsed wall clock time (in seconds):156.146
156.71/156.26	o 79
157.81/157.37	c cleaning 19484 clauses out of 38985 with flag 10390/962665
158.60/158.18	c cleaning 12741 clauses out of 25506 with flag 22579/968670
159.40/158.94	c cleaning 9868 clauses out of 19761 with flag 36757/975666
160.20/159.72	c cleaning 8938 clauses out of 17892 with flag 53086/983665
161.00/160.55	c cleaning 8967 clauses out of 17956 with flag 71399/992667
162.00/161.53	c cleaning 9491 clauses out of 18987 with flag 91728/1002665
162.00/161.53	c Got one! Elapsed wall clock time (in seconds):161.418
162.00/161.53	o 77
162.31/161.87	c Got one! Elapsed wall clock time (in seconds):161.754
162.31/161.87	o 74
162.40/161.92	c Got one! Elapsed wall clock time (in seconds):161.806
162.40/161.92	o 58
162.60/162.20	c cleaning 7499 clauses out of 15012 with flag 4114/1008181
163.20/162.79	c cleaning 6751 clauses out of 13515 with flag 16229/1014183
163.90/163.44	c cleaning 6870 clauses out of 13762 with flag 30307/1021181
164.70/164.22	c cleaning 7440 clauses out of 14892 with flag 46386/1029181
165.70/165.23	c cleaning 8224 clauses out of 16457 with flag 64513/1038186
166.80/166.39	c cleaning 9101 clauses out of 18229 with flag 84885/1048182
168.20/167.77	c cleaning 10054 clauses out of 20127 with flag 107252/1059181
169.91/169.41	c cleaning 11024 clauses out of 22073 with flag 131556/1071181
171.90/171.47	c cleaning 12014 clauses out of 24051 with flag 157790/1084183
174.31/173.85	c cleaning 13008 clauses out of 26036 with flag 186301/1098182
176.90/176.45	c cleaning 14003 clauses out of 28029 with flag 217003/1113183
179.91/179.49	c cleaning 15001 clauses out of 30025 with flag 249537/1129182
183.30/182.80	c cleaning 16004 clauses out of 32023 with flag 284181/1146181
187.00/186.53	c cleaning 16998 clauses out of 34019 with flag 320827/1164181
190.50/190.04	c cleaning 18000 clauses out of 36021 with flag 359272/1183181
194.90/194.45	c cleaning 19004 clauses out of 38021 with flag 399748/1203181
199.80/199.38	c cleaning 19999 clauses out of 40017 with flag 442430/1224181
204.90/204.45	c cleaning 21000 clauses out of 42018 with flag 487092/1246181
210.61/210.20	c cleaning 22003 clauses out of 44019 with flag 533971/1269182
216.30/215.88	c cleaning 22999 clauses out of 46015 with flag 582549/1293181
222.50/222.08	c cleaning 24000 clauses out of 48018 with flag 633289/1318183
229.60/229.17	c cleaning 24999 clauses out of 50017 with flag 686032/1344182
237.31/236.85	c cleaning 25995 clauses out of 52017 with flag 741057/1371181
245.23/244.73	c cleaning 27002 clauses out of 54022 with flag 798166/1399181
252.84/252.30	c cleaning 27997 clauses out of 56020 with flag 857139/1428181
261.74/261.29	c cleaning 29002 clauses out of 58024 with flag 918136/1458182
272.24/271.71	c cleaning 30003 clauses out of 60022 with flag 981145/1489182
283.03/282.59	c cleaning 31001 clauses out of 62018 with flag 1047100/1521181
294.74/294.25	c cleaning 31996 clauses out of 64020 with flag 1114925/1554184
309.74/309.23	c cleaning 32995 clauses out of 66021 with flag 1183966/1588181
324.33/323.85	c cleaning 34001 clauses out of 68027 with flag 1254745/1623182
339.64/339.15	c cleaning 35007 clauses out of 70027 with flag 1327656/1659183
356.25/355.78	c cleaning 35997 clauses out of 72020 with flag 1403111/1696183
357.05/356.55	c Got one! Elapsed wall clock time (in seconds):356.438
357.05/356.55	o 57
358.15/357.68	c cleaning 20872 clauses out of 41768 with flag 6014/1701928
359.35/358.82	c cleaning 13445 clauses out of 26899 with flag 18082/1707931
360.35/359.88	c cleaning 10215 clauses out of 20452 with flag 32156/1714929
361.35/360.85	c cleaning 9108 clauses out of 18236 with flag 48274/1722928
362.45/361.92	c cleaning 9059 clauses out of 18129 with flag 66429/1731929
363.75/363.21	c cleaning 9528 clauses out of 19070 with flag 86590/1741929
365.25/364.70	c cleaning 10262 clauses out of 20546 with flag 108706/1752933
366.95/366.49	c cleaning 11128 clauses out of 22279 with flag 132790/1764928
369.05/368.54	c cleaning 12067 clauses out of 24151 with flag 158905/1777928
371.55/371.00	c cleaning 13034 clauses out of 26084 with flag 187073/1791928
374.25/373.73	c cleaning 14016 clauses out of 28053 with flag 217376/1806931
377.44/376.99	c cleaning 15006 clauses out of 30035 with flag 249853/1822929
380.94/380.43	c cleaning 16004 clauses out of 32029 with flag 284393/1839929
385.04/384.53	c cleaning 17003 clauses out of 34026 with flag 320952/1857930
389.64/389.15	c cleaning 18002 clauses out of 36023 with flag 359560/1876930
394.15/393.62	c cleaning 18995 clauses out of 38019 with flag 400123/1896928
399.15/398.70	c cleaning 20000 clauses out of 40024 with flag 442871/1917928
404.54/404.01	c cleaning 21002 clauses out of 42024 with flag 487581/1939928
410.44/409.92	c cleaning 22000 clauses out of 44024 with flag 534035/1962930
417.24/416.77	c cleaning 22998 clauses out of 46024 with flag 582488/1986930
423.14/422.65	c cleaning 24003 clauses out of 48025 with flag 633342/2011929
430.65/430.14	c cleaning 24999 clauses out of 50022 with flag 686048/2037929
438.94/438.40	c cleaning 26005 clauses out of 52025 with flag 740884/2064931
448.14/447.67	c cleaning 26992 clauses out of 54017 with flag 798236/2092928
457.65/457.16	c cleaning 28001 clauses out of 56025 with flag 856886/2121928
468.16/467.67	c cleaning 28999 clauses out of 58027 with flag 917549/2151931
480.05/479.53	c cleaning 30002 clauses out of 60026 with flag 980094/2182929
491.95/491.45	c cleaning 30999 clauses out of 62024 with flag 1044566/2214929
503.05/502.54	c cleaning 32007 clauses out of 64025 with flag 1111265/2247929
515.86/515.31	c cleaning 33000 clauses out of 66017 with flag 1179984/2281928
529.96/529.41	c cleaning 33996 clauses out of 68017 with flag 1250879/2316928
544.26/543.78	c cleaning 34999 clauses out of 70022 with flag 1323752/2352929
560.90/560.36	c cleaning 36002 clauses out of 72023 with flag 1398624/2389929
576.70/576.12	c cleaning 36999 clauses out of 74021 with flag 1475843/2427929
594.10/593.53	c cleaning 38001 clauses out of 76021 with flag 1555036/2466928
612.39/611.81	c cleaning 38998 clauses out of 78020 with flag 1636842/2506928
631.61/631.05	c cleaning 40001 clauses out of 80022 with flag 1720263/2547928
654.21/653.65	c cleaning 40998 clauses out of 82021 with flag 1806084/2589928
676.41/675.80	c cleaning 42005 clauses out of 84024 with flag 1893504/2632929
699.41/698.85	c cleaning 42998 clauses out of 86018 with flag 1982660/2676928
726.01/725.47	c cleaning 43999 clauses out of 88022 with flag 2073790/2721930
755.12/754.59	c cleaning 44997 clauses out of 90022 with flag 2166643/2767929
784.12/783.59	c cleaning 46001 clauses out of 92025 with flag 2261593/2814929
816.13/815.55	c cleaning 46998 clauses out of 94023 with flag 2358167/2862928
846.97/846.36	c cleaning 48003 clauses out of 96025 with flag 2456969/2911928
878.37/877.72	c cleaning 49003 clauses out of 98023 with flag 2558019/2961929
916.18/915.51	c cleaning 50000 clauses out of 100021 with flag 2661128/3012930
952.29/951.65	c cleaning 51000 clauses out of 102021 with flag 2766310/3064930
986.88/986.23	c cleaning 52001 clauses out of 104019 with flag 2873397/3117928
1033.09/1032.44	c cleaning 52996 clauses out of 106018 with flag 2982294/3171928
1080.10/1079.48	c cleaning 54003 clauses out of 108024 with flag 3093093/3226930
1128.51/1127.81	c cleaning 54999 clauses out of 110019 with flag 3206038/3282928
1176.90/1176.19	c cleaning 55997 clauses out of 112021 with flag 3321023/3339929
1229.71/1228.96	c cleaning 57000 clauses out of 114023 with flag 3437816/3397928
1284.62/1283.89	c cleaning 58001 clauses out of 116023 with flag 3556789/3456928
1350.55/1349.77	c cleaning 58997 clauses out of 118022 with flag 3677895/3516928
1412.36/1411.54	c cleaning 59999 clauses out of 120025 with flag 3801280/3577928
1476.28/1475.49	c cleaning 61002 clauses out of 122027 with flag 3926537/3639929
1529.58/1528.71	c cleaning 62003 clauses out of 124025 with flag 4054042/3702929
1592.80/1591.90	c cleaning 62998 clauses out of 126021 with flag 4183354/3766928
1656.89/1655.94	c cleaning 64005 clauses out of 128026 with flag 4314632/3831931
1722.40/1721.49	c cleaning 64996 clauses out of 130018 with flag 4448135/3897928
1796.51/1795.54	c cleaning 66001 clauses out of 132024 with flag 4584029/3964930
1800.01/1799.00	c starts		: 23
1800.01/1799.00	c conflicts		: 3971112
1800.01/1799.00	c decisions		: 4024458
1800.01/1799.00	c propagations		: 28338811
1800.01/1799.00	c inspects		: 37834914668
1800.01/1799.00	c shortcuts		: 0
1800.01/1799.00	c learnt literals	: 0
1800.01/1799.00	c learnt binary clauses	: 0
1800.01/1799.00	c learnt ternary clauses	: 0
1800.01/1799.00	c learnt constraints	: 3971112
1800.01/1799.00	c ignored constraints	: 0
1800.01/1799.00	c root simplifications	: 0
1800.01/1799.00	c removed literals (reason simplification)	: 0
1800.01/1799.00	c reason swapping (by a shorter reason)	: 0
1800.01/1799.00	c Calls to reduceDB	: 180
1800.01/1799.00	c Number of update (reduction) of LBD	: 91189
1800.01/1799.00	c Imported unit clauses	: 0
1800.01/1799.00	c number of reductions to clauses (during analyze)	: 0
1800.01/1799.00	c number of learned constraints concerned by reduction	: 0
1800.01/1799.00	c number of learning phase by resolution	: 0
1800.01/1799.00	c number of learning phase by cutting planes	: 0
1800.01/1799.00	c speed (assignments/second)	: 15753.770584576112
1800.01/1799.00	c non guided choices	207
1800.01/1799.03	c learnt constraints type 
1800.01/1799.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72205
1800.01/1799.03	s SATISFIABLE
1800.01/1799.03	c Found 11 solution(s)
1800.01/1799.03	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 x85 x86 -x87 x88 -x89 -x90 x91 x92 x93 x94 x95 x96 -x97 -x98 -x99 -x100 -x101 x102 x103 x104 x105 -x106 x107 x108 x109 x110 -x111 x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 
1800.01/1799.03	c objective function=57
1800.01/1799.03	c Total wall clock time (in seconds): 1798.916

Verifier Data

OK	57

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-4085453-1465244726/watcher-4085453-1465244726 -o /tmp/evaluation-result-4085453-1465244726/solver-4085453-1465244726 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5848 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085453-1465244726.opb 

pid=9519
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.16 2.18 2.18 4/194 9522
/proc/meminfo: memFree=30336180/32872528 swapFree=16204/1518544
[pid=9522] ppid=9519 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/9522/stat : 9522 (java) R 9519 9522 5832 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 106405478 2560000 46 33554432000 1073741824 1073778376 140735136864944 140735136862072 229346733866 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 892 49 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.16 2.18 2.18 4/194 9522
/proc/meminfo: memFree=30336180/32872528 swapFree=16204/1518544
[pid=9522] ppid=9519 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9522/stat : 9522 (java) S 9519 9522 5832 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 106405478 9787879424 6038 33554432000 1073741824 1073778376 140735136864944 140735136856080 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.16 2.18 2.18 4/194 9522
/proc/meminfo: memFree=30336180/32872528 swapFree=16204/1518544
[pid=9522] ppid=9519 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9522/stat : 9522 (java) S 9519 9522 5832 0 -1 4202496 6954 0 1 0 29 2 0 0 20 0 19 0 106405478 9856040960 7952 33554432000 1073741824 1073778376 140735136864944 140735136856080 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 2406260 7952 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300229 s]
/proc/loadavg: 2.16 2.18 2.18 4/194 9522
/proc/meminfo: memFree=30336180/32872528 swapFree=16204/1518544
[pid=9522] ppid=9519 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9522/stat : 9522 (java) S 9519 9522 5832 0 -1 4202496 7268 0 1 0 50 2 0 0 20 0 19 0 106405478 9856040960 8452 33554432000 1073741824 1073778376 140735136864944 140735136856080 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 2406260 8452 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700152 s]
/proc/loadavg: 2.16 2.18 2.18 4/194 9522
/proc/meminfo: memFree=30336180/32872528 swapFree=16204/1518544
[pid=9522] ppid=9519 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/9522/stat : 9522 (java) S 9519 9522 5832 0 -1 4202496 7296 0 1 0 97 2 0 0 20 0 19 0 106405478 9856040960 8480 33554432000 1073741824 1073778376 140735136864944 140735136856080 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 2406260 8480 2252 9 0 2396937 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.16 2.18 2.18 4/213 9541
/proc/meminfo: memFree=30308356/32872528 swapFree=16204/1518544
[pid=9522] ppid=9519 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/9522/stat : 9522 (java) S 9519 9522 5832 0 -1 4202496 8439 0 1 0 183 2 0 0 20 0 19 0 106405478 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140735136856080 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 2406260 9561 2256 9 0 2396937 0
[pid=9522/tid=9524] ppid=9519 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/9522/task/9524/stat : 9524 (java) R 9519 9522 5832 0 -1 4202560 2425 0 1 0 144 2 0 0 20 0 19 0 106405479 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140158310007136 140158154784489 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9525] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9525/stat : 9525 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140158282459944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9526] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9526/stat : 9526 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140158281407144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9527] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9527/stat : 9527 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140158280354856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9528] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9528/stat : 9528 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140158279302056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9529] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9529/stat : 9529 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140158278248744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9530] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9530/stat : 9530 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140158277195944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9531] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9531/stat : 9531 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140158276143656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9532] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9532/stat : 9532 (java) S 9519 9522 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140158275090856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9533] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9533/stat : 9533 (java) S 9519 9522 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140157663554280 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9534] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9534/stat : 9534 (java) S 9519 9522 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140157662500344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9535] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9535/stat : 9535 (java) S 9519 9522 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140157661447944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9536] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9536/stat : 9536 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140157660396432 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9537] ppid=9519 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/9522/task/9537/stat : 9537 (java) S 9519 9522 5832 0 -1 4202560 2380 0 0 0 19 0 0 0 20 0 19 0 106405484 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140157659343032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9538] ppid=9519 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9522/task/9538/stat : 9538 (java) S 9519 9522 5832 0 -1 4202560 2361 0 0 0 17 0 0 0 20 0 19 0 106405484 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140157658290232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9539] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9539/stat : 9539 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140157657238136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9540] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9540/stat : 9540 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140157656185544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9541] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9541/stat : 9541 (java) S 9519 9522 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106405493 9856040960 9561 33554432000 1073741824 1073778376 140735136864944 140157655131560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.16 2.18 2.18 4/213 9541
/proc/meminfo: memFree=30303640/32872528 swapFree=16204/1518544
[pid=9522] ppid=9519 vsize=9625040 CPUtime=3.48 cores=0,2,4,6
/proc/9522/stat : 9522 (java) S 9519 9522 5832 0 -1 4202496 8442 0 1 0 346 2 0 0 20 0 19 0 106405478 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140735136856080 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 2406260 10586 2256 9 0 2396937 0
[pid=9522/tid=9524] ppid=9519 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/9522/task/9524/stat : 9524 (java) R 9519 9522 5832 0 -1 4202560 2427 0 1 0 304 2 0 0 20 0 19 0 106405479 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140158310007064 140158154744865 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9525] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9525/stat : 9525 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140158282459944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9526] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9526/stat : 9526 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140158281407144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9527] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9527/stat : 9527 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140158280354856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9528] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9528/stat : 9528 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140158279302056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9529] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9529/stat : 9529 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140158278248744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9530] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9530/stat : 9530 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140158277195944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9531] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9531/stat : 9531 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140158276143656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9532] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9532/stat : 9532 (java) S 9519 9522 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140158275090856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9533] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9533/stat : 9533 (java) S 9519 9522 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140157663554280 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9534] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9534/stat : 9534 (java) S 9519 9522 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140157662500344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9535] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9535/stat : 9535 (java) S 9519 9522 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140157661447944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9536] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9536/stat : 9536 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140157660396432 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9537] ppid=9519 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9522/task/9537/stat : 9537 (java) S 9519 9522 5832 0 -1 4202560 2381 0 0 0 22 0 0 0 20 0 19 0 106405484 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140157659343032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9538] ppid=9519 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9522/task/9538/stat : 9538 (java) S 9519 9522 5832 0 -1 4202560 2361 0 0 0 17 0 0 0 20 0 19 0 106405484 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140157658290232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9539] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9539/stat : 9539 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140157657238136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9540] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9540/stat : 9540 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140157656185544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9541] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9541/stat : 9541 (java) S 9519 9522 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106405493 9856040960 10586 33554432000 1073741824 1073778376 140735136864944 140157655131560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.23 2.19 2.18 3/213 9541
/proc/meminfo: memFree=30296016/32872528 swapFree=16204/1518544
[pid=9522] ppid=9519 vsize=9625040 CPUtime=6.68 cores=0,2,4,6
/proc/9522/stat : 9522 (java) S 9519 9522 5832 0 -1 4202496 8448 0 1 0 666 2 0 0 20 0 19 0 106405478 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140735136856080 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 2406260 12418 2257 9 0 2396937 0
[pid=9522/tid=9524] ppid=9519 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/9522/task/9524/stat : 9524 (java) R 9519 9522 5832 0 -1 4202560 2432 0 1 0 623 2 0 0 20 0 19 0 106405479 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140158309998288 140158154764545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9525] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9525/stat : 9525 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140158282459944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9526] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9526/stat : 9526 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140158281407144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9527] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9527/stat : 9527 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140158280354856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9528] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9528/stat : 9528 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140158279302056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9529] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9529/stat : 9529 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140158278248744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9530] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9530/stat : 9530 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140158277195944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9531] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9531/stat : 9531 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140158276143656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9532] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9532/stat : 9532 (java) S 9519 9522 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106405480 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140158275090856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9533] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9533/stat : 9533 (java) S 9519 9522 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140157663554280 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9534] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9534/stat : 9534 (java) S 9519 9522 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140157662500344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9535] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9535/stat : 9535 (java) S 9519 9522 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140157661447944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9536] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9536/stat : 9536 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140157660396432 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9537] ppid=9519 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9522/task/9537/stat : 9537 (java) S 9519 9522 5832 0 -1 4202560 2381 0 0 0 22 0 0 0 20 0 19 0 106405484 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140157659343032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9538] ppid=9519 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9522/task/9538/stat : 9538 (java) S 9519 9522 5832 0 -1 4202560 2361 0 0 0 17 0 0 0 20 0 19 0 106405484 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140157658290232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9539] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9539/stat : 9539 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140157657238136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9540] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9540/stat : 9540 (java) S 9519 9522 5832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140157656185544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9541] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9541/stat : 9541 (java) S 9519 9522 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106405493 9856040960 12418 33554432000 1073741824 1073778376 140735136864944 140157655131560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9625040


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

[pid=9522/tid=9541] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9541/stat : 9541 (java) S 9519 9522 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106405493 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157655131560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1663.29
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.21 2.18 4/213 9650
/proc/meminfo: memFree=29940588/32872528 swapFree=16204/1518544
[pid=9522] ppid=9519 vsize=9625040 CPUtime=1723.3 cores=0,2,4,6
/proc/9522/stat : 9522 (java) S 9519 9522 5832 0 -1 4202496 10731 0 1 0 172294 36 0 0 20 0 19 0 106405478 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140735136856080 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 2406260 55931 2272 9 0 2396937 0
[pid=9522/tid=9524] ppid=9519 vsize=9625040 CPUtime=1717.69 cores=0,2,4,6
/proc/9522/task/9524/stat : 9524 (java) R 9519 9522 5832 0 -1 4202560 2499 0 1 0 171740 29 0 0 20 0 19 0 106405479 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158309998272 140158154783916 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9525] ppid=9519 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9522/task/9525/stat : 9525 (java) S 9519 9522 5832 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158282459944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9526] ppid=9519 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9522/task/9526/stat : 9526 (java) S 9519 9522 5832 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158281407144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9527] ppid=9519 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9522/task/9527/stat : 9527 (java) S 9519 9522 5832 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158280354856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9528] ppid=9519 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9522/task/9528/stat : 9528 (java) S 9519 9522 5832 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158279302056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9529] ppid=9519 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9522/task/9529/stat : 9529 (java) S 9519 9522 5832 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158278248744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9530] ppid=9519 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9522/task/9530/stat : 9530 (java) S 9519 9522 5832 0 -1 4202560 113 0 0 0 4 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158277195944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9531] ppid=9519 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9522/task/9531/stat : 9531 (java) S 9519 9522 5832 0 -1 4202560 140 0 0 0 4 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158276143656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9532] ppid=9519 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9522/task/9532/stat : 9532 (java) S 9519 9522 5832 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158275090856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9533] ppid=9519 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9522/task/9533/stat : 9533 (java) S 9519 9522 5832 0 -1 4202560 34 0 0 0 1 1 0 0 20 0 19 0 106405481 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157663554280 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9534] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9534/stat : 9534 (java) S 9519 9522 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157662500344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9535] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9535/stat : 9535 (java) S 9519 9522 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157661447944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9536] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9536/stat : 9536 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157660396432 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9537] ppid=9519 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9522/task/9537/stat : 9537 (java) S 9519 9522 5832 0 -1 4202560 3858 0 0 0 30 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157659343032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9538] ppid=9519 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9522/task/9538/stat : 9538 (java) S 9519 9522 5832 0 -1 4202560 2361 0 0 0 17 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157658290232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9539] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9539/stat : 9539 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157657238136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9540] ppid=9519 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/9522/task/9540/stat : 9540 (java) S 9519 9522 5832 0 -1 4202560 100 0 0 0 31 31 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157656185544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9541] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9541/stat : 9541 (java) S 9519 9522 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106405493 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157655131560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.3
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/213 9651
/proc/meminfo: memFree=29786368/32872528 swapFree=16204/1518544
[pid=9522] ppid=9519 vsize=9625040 CPUtime=1783.31 cores=0,2,4,6
/proc/9522/stat : 9522 (java) S 9519 9522 5832 0 -1 4202496 10735 0 1 0 178294 37 0 0 20 0 19 0 106405478 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140735136856080 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 2406260 55931 2272 9 0 2396937 0
[pid=9522/tid=9524] ppid=9519 vsize=9625040 CPUtime=1777.54 cores=0,2,4,6
/proc/9522/task/9524/stat : 9524 (java) R 9519 9522 5832 0 -1 4202560 2499 0 1 0 177724 30 0 0 20 0 19 0 106405479 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158309998272 140158154744858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9525] ppid=9519 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9522/task/9525/stat : 9525 (java) S 9519 9522 5832 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158282459944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9526] ppid=9519 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9522/task/9526/stat : 9526 (java) S 9519 9522 5832 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158281407144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9527] ppid=9519 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9522/task/9527/stat : 9527 (java) S 9519 9522 5832 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158280354856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9528] ppid=9519 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9522/task/9528/stat : 9528 (java) S 9519 9522 5832 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158279302056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9529] ppid=9519 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9522/task/9529/stat : 9529 (java) S 9519 9522 5832 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158278248744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9530] ppid=9519 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9522/task/9530/stat : 9530 (java) S 9519 9522 5832 0 -1 4202560 113 0 0 0 4 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158277195944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9531] ppid=9519 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9522/task/9531/stat : 9531 (java) S 9519 9522 5832 0 -1 4202560 140 0 0 0 4 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158276143656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9532] ppid=9519 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9522/task/9532/stat : 9532 (java) S 9519 9522 5832 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158275090856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9533] ppid=9519 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9522/task/9533/stat : 9533 (java) S 9519 9522 5832 0 -1 4202560 34 0 0 0 1 1 0 0 20 0 19 0 106405481 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157663554280 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9534] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9534/stat : 9534 (java) S 9519 9522 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157662500344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9535] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9535/stat : 9535 (java) S 9519 9522 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157661447944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9536] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9536/stat : 9536 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157660396432 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9537] ppid=9519 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9522/task/9537/stat : 9537 (java) S 9519 9522 5832 0 -1 4202560 3858 0 0 0 30 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157659343032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9538] ppid=9519 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9522/task/9538/stat : 9538 (java) S 9519 9522 5832 0 -1 4202560 2361 0 0 0 17 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157658290232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9539] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9539/stat : 9539 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157657238136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9540] ppid=9519 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/9522/task/9540/stat : 9540 (java) S 9519 9522 5832 0 -1 4202560 104 0 0 0 32 32 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157656185544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9541] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9541/stat : 9541 (java) S 9519 9522 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106405493 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157655131560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.31
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.14 2.19 2.18 4/213 9651
/proc/meminfo: memFree=29747460/32872528 swapFree=16204/1518544
[pid=9522] ppid=9519 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/9522/stat : 9522 (java) S 9519 9522 5832 0 -1 4202496 10735 0 1 0 179964 37 0 0 20 0 19 0 106405478 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140735136856080 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 2406260 55931 2272 9 0 2396937 0
[pid=9522/tid=9524] ppid=9519 vsize=9625040 CPUtime=1794.19 cores=0,2,4,6
/proc/9522/task/9524/stat : 9524 (java) R 9519 9522 5832 0 -1 4202560 2499 0 1 0 179389 30 0 0 20 0 19 0 106405479 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158309998272 140158154783904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9525] ppid=9519 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9522/task/9525/stat : 9525 (java) S 9519 9522 5832 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158282459944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9526] ppid=9519 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9522/task/9526/stat : 9526 (java) S 9519 9522 5832 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158281407144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9527] ppid=9519 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9522/task/9527/stat : 9527 (java) S 9519 9522 5832 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158280354856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9528] ppid=9519 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9522/task/9528/stat : 9528 (java) S 9519 9522 5832 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158279302056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9529] ppid=9519 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9522/task/9529/stat : 9529 (java) S 9519 9522 5832 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158278248744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9530] ppid=9519 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9522/task/9530/stat : 9530 (java) S 9519 9522 5832 0 -1 4202560 113 0 0 0 4 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158277195944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9531] ppid=9519 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9522/task/9531/stat : 9531 (java) S 9519 9522 5832 0 -1 4202560 140 0 0 0 4 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158276143656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9522/tid=9532] ppid=9519 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9522/task/9532/stat : 9532 (java) S 9519 9522 5832 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 106405480 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140158275090856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9533] ppid=9519 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9522/task/9533/stat : 9533 (java) S 9519 9522 5832 0 -1 4202560 34 0 0 0 1 1 0 0 20 0 19 0 106405481 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157663554280 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9534] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9534/stat : 9534 (java) S 9519 9522 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157662500344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9535] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9535/stat : 9535 (java) S 9519 9522 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106405481 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157661447944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9536] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9536/stat : 9536 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157660396432 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9537] ppid=9519 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9522/task/9537/stat : 9537 (java) S 9519 9522 5832 0 -1 4202560 3858 0 0 0 30 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157659343032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9538] ppid=9519 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9522/task/9538/stat : 9538 (java) S 9519 9522 5832 0 -1 4202560 2361 0 0 0 17 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157658290232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9522/tid=9539] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9539/stat : 9539 (java) S 9519 9522 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157657238136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9522/tid=9540] ppid=9519 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/9522/task/9540/stat : 9540 (java) S 9519 9522 5832 0 -1 4202560 104 0 0 0 32 33 0 0 20 0 19 0 106405484 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157656185544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9522/tid=9541] ppid=9519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9522/task/9541/stat : 9541 (java) S 9519 9522 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106405493 9856040960 55931 33554432000 1073741824 1073778376 140735136864944 140157655131560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 9522 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9522 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=178091
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=784880
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.04
CPU time (s): 1800.01
CPU user time (s): 1799.64
CPU system time (s): 0.37
CPU usage (%): 100.054
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.18
system time used= 0.78488
maximum resident set size= 223892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10784
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38219
involuntary context switches= 3130

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4324 second user time and 13.332 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-06 22:25:26
IDJOB=4085453
IDBENCH=2926
IDSOLVER=2546
FILE ID=node129/4085453-1465244726
RUNJOBID= node129-1465222695-5848
PBS_JOBID= 19843233
Free space on /tmp= 71736 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_2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085453-1465244726/watcher-4085453-1465244726 -o /tmp/evaluation-result-4085453-1465244726/solver-4085453-1465244726 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5848 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085453-1465244726.opb

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

MD5SUM BENCH= c0264878059fff5e6fa5f51839a60b24
RANDOM SEED=702838821

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.715
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.715
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.715
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.715
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.715
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:        30337344 kB
Buffers:           36340 kB
Cached:            91016 kB
SwapCached:         1820 kB
Active:           248392 kB
Inactive:          67324 kB
Active(anon):     189876 kB
Inactive(anon):     1112 kB
Active(file):      58516 kB
Inactive(file):    66212 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       1706632 kB
Mapped:            15292 kB
Shmem:                 0 kB
Slab:             566924 kB
SReclaimable:      10764 kB
SUnreclaim:       556160 kB
KernelStack:        1584 kB
PageTables:         7616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2207144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1669120 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= 71724 MiB
End job on node129 at 2016-06-06 22:55:25