Trace number 4085284

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)219 1800.73 1786.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_24.opb.PB06.opb
MD5SUM7903a80129c7e51df900bcb9ac0a6f39
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark216
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 185
Optimality of the best value was proved NO
Number of variables475
Total number of constraints475
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 constraints475
Minimum length of a constraint3
Maximum length of a constraint19
Number of terms in the objective function 475
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 475
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 475
Number of bits of the biggest sum of numbers9
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-4085284-1465224322.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.25/0.23	c ... done. Wall clock time 0.11s.
0.25/0.23	c declared #vars     475
0.25/0.23	c #constraints  475
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 475
0.25/0.23	c 475 constraints processed.
0.25/0.23	c objective function length is 475 literals
0.25/0.25	c SATISFIABLE
0.25/0.25	c OPTIMIZING...
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.123
0.25/0.25	o 222
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.158
0.25/0.28	o 221
1.09/0.75	c cleaning 2508 clauses out of 5028 with flag 10847/5028
1.71/1.20	c cleaning 4252 clauses out of 8520 with flag 23306/11028
2.32/1.73	c cleaning 5628 clauses out of 11268 with flag 37826/18028
2.93/2.35	c cleaning 6811 clauses out of 13639 with flag 54311/26027
3.65/3.03	c cleaning 7906 clauses out of 15829 with flag 72885/35028
4.56/3.99	c cleaning 8953 clauses out of 17922 with flag 93529/45027
5.66/5.07	c cleaning 9981 clauses out of 19969 with flag 117553/56027
6.95/6.32	c cleaning 10988 clauses out of 21988 with flag 142635/68027
8.25/7.61	c cleaning 11992 clauses out of 24000 with flag 169713/81027
9.86/9.24	c cleaning 12995 clauses out of 26008 with flag 199074/95027
11.56/10.95	c Got one! Elapsed wall clock time (in seconds):10.83
11.56/10.95	o 220
12.23/11.59	c cleaning 16179 clauses out of 32374 with flag 10715/114388
12.83/12.12	c cleaning 11089 clauses out of 22195 with flag 23203/120388
13.42/12.71	c cleaning 9047 clauses out of 18106 with flag 38069/127388
14.04/13.37	c cleaning 8521 clauses out of 17059 with flag 54777/135388
14.84/14.12	c cleaning 8762 clauses out of 17538 with flag 74010/144388
15.64/14.94	c cleaning 9385 clauses out of 18777 with flag 95003/154389
16.54/15.86	c cleaning 10187 clauses out of 20391 with flag 117950/165388
17.64/16.93	c cleaning 11096 clauses out of 22205 with flag 143055/177389
18.74/18.08	c cleaning 12045 clauses out of 24109 with flag 170245/190389
20.14/19.45	c cleaning 13020 clauses out of 26063 with flag 199928/204388
21.64/20.97	c cleaning 14013 clauses out of 28043 with flag 231515/219388
23.14/22.48	c cleaning 15005 clauses out of 30031 with flag 264827/235389
24.84/24.16	c cleaning 16005 clauses out of 32026 with flag 300296/252389
26.49/25.75	c cleaning 17002 clauses out of 34021 with flag 337963/270389
28.29/27.52	c cleaning 17999 clauses out of 36018 with flag 377828/289388
30.39/29.67	c cleaning 19005 clauses out of 38021 with flag 419412/309390
32.89/32.13	c cleaning 20000 clauses out of 40015 with flag 463889/330389
35.19/34.48	c cleaning 21002 clauses out of 42015 with flag 510291/352389
37.79/37.09	c cleaning 21996 clauses out of 44012 with flag 558634/375388
40.49/39.77	c cleaning 22999 clauses out of 46017 with flag 609355/399389
43.95/43.11	c cleaning 24001 clauses out of 48018 with flag 662590/424389
47.55/46.75	c cleaning 24994 clauses out of 50016 with flag 717994/450388
51.15/50.30	c cleaning 26001 clauses out of 52022 with flag 775132/477388
54.86/54.04	c cleaning 27002 clauses out of 54022 with flag 834245/505389
58.56/57.79	c cleaning 28004 clauses out of 56019 with flag 895123/534388
62.62/61.61	c cleaning 28992 clauses out of 58015 with flag 958188/564388
66.52/65.53	c cleaning 30003 clauses out of 60023 with flag 1023189/595388
70.62/69.65	c cleaning 30998 clauses out of 62020 with flag 1090352/627388
74.73/73.73	c cleaning 32002 clauses out of 64022 with flag 1159586/660388
79.59/78.41	c cleaning 32999 clauses out of 66020 with flag 1230407/694388
84.29/83.16	c cleaning 34001 clauses out of 68021 with flag 1303665/729388
89.49/88.31	c cleaning 35000 clauses out of 70020 with flag 1379326/765388
94.99/93.87	c cleaning 35999 clauses out of 72021 with flag 1457226/802389
100.63/99.30	c cleaning 37004 clauses out of 74021 with flag 1537312/840388
105.83/104.57	c cleaning 38002 clauses out of 76017 with flag 1618698/879388
111.63/110.36	c cleaning 39003 clauses out of 78015 with flag 1702004/919388
117.72/116.27	c cleaning 40001 clauses out of 80013 with flag 1787328/960389
124.52/123.09	c cleaning 40998 clauses out of 82012 with flag 1875426/1002389
131.02/129.53	c cleaning 41997 clauses out of 84014 with flag 1965958/1045389
137.82/136.13	c cleaning 42998 clauses out of 86016 with flag 2058564/1089388
144.62/142.96	c cleaning 43999 clauses out of 88020 with flag 2152871/1134390
151.89/150.03	c cleaning 45001 clauses out of 90019 with flag 2249266/1180388
159.19/157.31	c cleaning 45998 clauses out of 92020 with flag 2347697/1227390
166.69/164.81	c cleaning 47000 clauses out of 94022 with flag 2448956/1275390
174.85/172.84	c cleaning 48000 clauses out of 96020 with flag 2552633/1324388
184.14/182.12	c cleaning 49003 clauses out of 98021 with flag 2658699/1374389
194.01/191.99	c cleaning 49996 clauses out of 100017 with flag 2766727/1425388
204.11/202.01	c cleaning 51002 clauses out of 102023 with flag 2876194/1477390
213.49/211.32	c cleaning 51997 clauses out of 104020 with flag 2987938/1530389
224.19/222.02	c cleaning 52997 clauses out of 106022 with flag 3102905/1584388
234.04/231.80	c cleaning 54001 clauses out of 108025 with flag 3219300/1639388
244.70/242.48	c cleaning 55000 clauses out of 110024 with flag 3338007/1695388
255.42/253.14	c cleaning 56004 clauses out of 112025 with flag 3458953/1752389
266.39/264.07	c cleaning 57000 clauses out of 114020 with flag 3582737/1810388
278.69/276.31	c cleaning 57999 clauses out of 116021 with flag 3707927/1869389
292.63/290.22	c cleaning 59004 clauses out of 118021 with flag 3834529/1929388
306.24/303.80	c cleaning 60000 clauses out of 120017 with flag 3963494/1990388
320.03/317.54	c cleaning 61000 clauses out of 122018 with flag 4095254/2052389
335.68/333.18	c cleaning 61995 clauses out of 124018 with flag 4228400/2115389
351.13/348.54	c cleaning 62998 clauses out of 126022 with flag 4362466/2179388
365.60/362.94	c cleaning 64000 clauses out of 128025 with flag 4499607/2244389
381.21/378.51	c cleaning 65002 clauses out of 130024 with flag 4637938/2310388
396.17/393.47	c cleaning 65997 clauses out of 132023 with flag 4779700/2377389
412.04/409.29	c cleaning 67005 clauses out of 134026 with flag 4923404/2445389
427.22/424.31	c cleaning 68002 clauses out of 136021 with flag 5070456/2514389
442.72/439.70	c cleaning 68998 clauses out of 138018 with flag 5220356/2584388
459.52/456.50	c cleaning 70001 clauses out of 140020 with flag 5371322/2655388
477.02/473.85	c cleaning 71003 clauses out of 142020 with flag 5524879/2727389
492.18/488.92	c cleaning 72000 clauses out of 144017 with flag 5680561/2800389
508.96/505.69	c cleaning 73000 clauses out of 146017 with flag 5837598/2874389
526.86/523.43	c Got one! Elapsed wall clock time (in seconds):523.303
526.86/523.43	o 219
529.37/525.91	c cleaning 74618 clauses out of 149254 with flag 10452/2950626
531.06/527.65	c cleaning 40312 clauses out of 80635 with flag 22968/2956625
532.06/528.60	c cleaning 23654 clauses out of 47324 with flag 37601/2963626
532.67/529.29	c cleaning 15825 clauses out of 31670 with flag 54231/2971626
533.46/530.04	c cleaning 12412 clauses out of 24845 with flag 73086/2980626
534.26/530.84	c cleaning 11208 clauses out of 22433 with flag 94845/2990626
535.16/531.70	c cleaning 11105 clauses out of 22224 with flag 117882/3001625
536.19/532.71	c cleaning 11551 clauses out of 23119 with flag 142988/3013625
537.19/533.72	c cleaning 12273 clauses out of 24568 with flag 170415/3026625
538.29/534.89	c cleaning 13139 clauses out of 26296 with flag 199858/3040626
539.69/536.30	c cleaning 14067 clauses out of 28156 with flag 231402/3055625
541.19/537.76	c cleaning 15035 clauses out of 30090 with flag 265018/3071626
542.82/539.31	c cleaning 16014 clauses out of 32054 with flag 300646/3088625
544.32/540.83	c cleaning 17008 clauses out of 34040 with flag 338341/3106625
545.92/542.47	c cleaning 18006 clauses out of 36032 with flag 377959/3125625
547.63/544.17	c cleaning 19002 clauses out of 38027 with flag 419697/3145626
549.53/546.05	c cleaning 20001 clauses out of 40024 with flag 463785/3166625
551.93/548.47	c cleaning 20998 clauses out of 42023 with flag 510242/3188625
554.35/550.83	c cleaning 22001 clauses out of 44026 with flag 558853/3211626
556.96/553.41	c cleaning 22999 clauses out of 46025 with flag 609535/3235626
559.85/556.30	c cleaning 24002 clauses out of 48025 with flag 662669/3260625
563.37/559.90	c cleaning 25000 clauses out of 50023 with flag 718177/3286625
567.37/563.85	c cleaning 25999 clauses out of 52024 with flag 775740/3313626
571.10/567.52	c cleaning 26998 clauses out of 54025 with flag 834881/3341626
574.80/571.20	c cleaning 28000 clauses out of 56027 with flag 896845/3370626
578.44/574.87	c cleaning 28999 clauses out of 58026 with flag 960783/3400625
582.54/578.98	c cleaning 30003 clauses out of 60027 with flag 1026577/3431625
587.18/583.51	c cleaning 31003 clauses out of 62025 with flag 1093764/3463626
591.88/588.26	c cleaning 31995 clauses out of 64022 with flag 1162957/3496626
597.09/593.44	c cleaning 33004 clauses out of 66026 with flag 1234531/3530625
602.20/598.51	c cleaning 33999 clauses out of 68023 with flag 1307808/3565626
607.71/604.02	c cleaning 34997 clauses out of 70024 with flag 1382859/3601626
612.76/609.06	c cleaning 36002 clauses out of 72027 with flag 1460306/3638626
618.47/614.73	c cleaning 36998 clauses out of 74024 with flag 1540230/3676625
624.09/620.36	c cleaning 38001 clauses out of 76027 with flag 1622087/3715626
629.85/626.04	c cleaning 39004 clauses out of 78026 with flag 1705277/3755626
636.05/632.26	c cleaning 40000 clauses out of 80021 with flag 1792001/3796625
644.18/640.32	c cleaning 41002 clauses out of 82021 with flag 1879882/3838625
650.83/646.91	c cleaning 42003 clauses out of 84020 with flag 1970078/3881626
657.55/653.66	c cleaning 43002 clauses out of 86016 with flag 2061894/3925625
664.55/660.67	c cleaning 43998 clauses out of 88015 with flag 2155981/3970626
672.17/668.29	c cleaning 44998 clauses out of 90017 with flag 2252445/4016626
680.29/676.30	c cleaning 46001 clauses out of 92018 with flag 2351252/4063625
689.03/685.05	c cleaning 46998 clauses out of 94017 with flag 2452533/4111625
697.44/693.48	c cleaning 47999 clauses out of 96019 with flag 2555466/4160625
705.17/701.10	c cleaning 49002 clauses out of 98020 with flag 2661104/4210625
715.68/711.66	c cleaning 49999 clauses out of 100018 with flag 2770194/4261625
724.51/720.48	c cleaning 51002 clauses out of 102020 with flag 2880578/4313626
734.59/730.41	c cleaning 52002 clauses out of 104017 with flag 2993040/4366625
746.05/741.89	c cleaning 53002 clauses out of 106016 with flag 3106673/4420626
758.29/754.06	c cleaning 53998 clauses out of 108014 with flag 3222234/4475626
769.18/764.80	c cleaning 54998 clauses out of 110015 with flag 3339394/4531625
779.92/775.55	c cleaning 55999 clauses out of 112017 with flag 3458942/4588625
790.09/785.69	c cleaning 56997 clauses out of 114019 with flag 3581401/4646626
802.41/797.99	c cleaning 58004 clauses out of 116021 with flag 3705100/4705625
814.06/809.54	c cleaning 58999 clauses out of 118018 with flag 3831261/4765626
826.28/821.70	c cleaning 59999 clauses out of 120018 with flag 3959157/4826625
839.17/834.48	c cleaning 61002 clauses out of 122020 with flag 4088822/4888626
851.17/846.39	c cleaning 61999 clauses out of 124017 with flag 4220245/4951625
864.06/859.19	c cleaning 62998 clauses out of 126018 with flag 4355008/5015625
879.69/874.65	c cleaning 63999 clauses out of 128020 with flag 4491606/5080625
892.27/887.13	c cleaning 65001 clauses out of 130021 with flag 4629426/5146625
908.56/903.30	c cleaning 66000 clauses out of 132020 with flag 4770257/5213625
923.56/918.25	c cleaning 66997 clauses out of 134020 with flag 4913333/5281625
939.24/933.81	c cleaning 68003 clauses out of 136024 with flag 5058305/5350626
953.22/947.66	c cleaning 68999 clauses out of 138020 with flag 5204983/5420625
968.59/962.90	c cleaning 69998 clauses out of 140021 with flag 5354689/5491625
983.49/977.77	c cleaning 70995 clauses out of 142023 with flag 5505954/5563625
1000.61/994.77	c cleaning 72006 clauses out of 144029 with flag 5659040/5636626
1016.59/1010.68	c cleaning 73001 clauses out of 146022 with flag 5815147/5710625
1036.52/1030.48	c cleaning 74001 clauses out of 148021 with flag 5974667/5785625
1058.68/1052.48	c cleaning 74994 clauses out of 150020 with flag 6135874/5861625
1077.85/1071.40	c cleaning 76002 clauses out of 152026 with flag 6298074/5938625
1096.35/1089.89	c cleaning 77003 clauses out of 154025 with flag 6462438/6016626
1114.90/1108.21	c cleaning 78000 clauses out of 156022 with flag 6628658/6095626
1134.62/1127.87	c cleaning 79001 clauses out of 158022 with flag 6796066/6175626
1154.97/1148.03	c cleaning 80001 clauses out of 160021 with flag 6966787/6256626
1175.30/1168.24	c cleaning 81003 clauses out of 162020 with flag 7139621/6338626
1192.26/1185.08	c cleaning 82000 clauses out of 164016 with flag 7314006/6421625
1213.82/1206.41	c cleaning 83000 clauses out of 166017 with flag 7490519/6505626
1235.09/1227.58	c cleaning 83998 clauses out of 168017 with flag 7668512/6590626
1256.88/1249.12	c cleaning 84999 clauses out of 170019 with flag 7848232/6676626
1279.87/1271.97	c cleaning 85999 clauses out of 172019 with flag 8029633/6763625
1303.33/1295.26	c cleaning 86999 clauses out of 174020 with flag 8213534/6851625
1327.50/1319.28	c cleaning 88000 clauses out of 176021 with flag 8399499/6940625
1351.56/1343.01	c cleaning 89002 clauses out of 178022 with flag 8589074/7030626
1375.62/1366.89	c cleaning 89999 clauses out of 180020 with flag 8780301/7121626
1398.50/1389.43	c cleaning 90997 clauses out of 182023 with flag 8974663/7213628
1424.27/1414.91	c cleaning 91999 clauses out of 184024 with flag 9171363/7306626
1454.45/1444.85	c cleaning 93000 clauses out of 186026 with flag 9371501/7400627
1481.60/1471.71	c cleaning 94002 clauses out of 188025 with flag 9573134/7495626
1512.52/1502.39	c cleaning 95001 clauses out of 190022 with flag 9776150/7591625
1541.02/1530.52	c cleaning 96000 clauses out of 192021 with flag 9980140/7688625
1568.50/1557.75	c cleaning 96999 clauses out of 194021 with flag 10186202/7786625
1602.50/1591.37	c cleaning 97999 clauses out of 196022 with flag 10396883/7885625
1633.86/1622.37	c cleaning 98999 clauses out of 198025 with flag 10608283/7985627
1669.07/1657.15	c cleaning 99999 clauses out of 200025 with flag 10822100/8086626
1706.49/1694.21	c cleaning 100998 clauses out of 202025 with flag 11039978/8188625
1745.54/1732.94	c cleaning 102000 clauses out of 204028 with flag 11256819/8291626
1772.89/1760.06	c cleaning 103004 clauses out of 206027 with flag 11478713/8395625
1797.99/1784.87	c cleaning 103999 clauses out of 208023 with flag 11699873/8500625
1800.04/1786.80	c starts		: 5
1800.04/1786.80	c conflicts		: 8513940
1800.04/1786.80	c decisions		: 11050832
1800.04/1786.80	c propagations		: 257650394
1800.04/1786.80	c inspects		: 31295667921
1800.04/1786.80	c shortcuts		: 0
1800.04/1786.80	c learnt literals	: 0
1800.04/1786.80	c learnt binary clauses	: 0
1800.04/1786.80	c learnt ternary clauses	: 0
1800.04/1786.80	c learnt constraints	: 8513940
1800.04/1786.80	c ignored constraints	: 0
1800.04/1786.80	c root simplifications	: 0
1800.04/1786.80	c removed literals (reason simplification)	: 0
1800.04/1786.80	c reason swapping (by a shorter reason)	: 0
1800.04/1786.80	c Calls to reduceDB	: 181
1800.04/1786.80	c Number of update (reduction) of LBD	: 225417
1800.04/1786.80	c Imported unit clauses	: 0
1800.04/1786.80	c number of reductions to clauses (during analyze)	: 0
1800.04/1786.80	c number of learned constraints concerned by reduction	: 0
1800.04/1786.80	c number of learning phase by resolution	: 0
1800.04/1786.80	c number of learning phase by cutting planes	: 0
1800.04/1786.80	c speed (assignments/second)	: 144215.43564581437
1800.04/1786.80	c non guided choices	0
1800.04/1786.83	c learnt constraints type 
1800.04/1786.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117339
1800.04/1786.83	s SATISFIABLE
1800.04/1786.83	c Found 4 solution(s)
1800.04/1786.83	v -x1 x2 x3 x4 x5 -x6 x7 -x8 -x9 x10 x11 x12 x13 x14 x15 x16 x17 -x18 x19 x20 x21 -x22 x23 x24 x25 -x26 x27 x28 -x29 x30 x31 -x32 x33 -x34 x35 x36 x37 -x38 x39 x40 x41 -x42 x43 x44 x45 x46 x47 -x48 -x49 x50 x51 -x52 x53 x54 x55 x56 x57 x58 -x59 x60 x61 x62 x63 x64 x65 x66 -x67 x68 x69 -x70 -x71 x72 -x73 x74 x75 -x76 x77 x78 x79 x80 x81 x82 -x83 x84 x85 x86 x87 -x88 -x89 x90 x91 x92 -x93 x94 x95 -x96 x97 x98 x99 -x100 x101 x102 x103 -x104 x105 x106 x107 x108 x109 -x110 x111 x112 x113 x114 -x115 x116 x117 x118 -x119 x120 x121 x122 x123 -x124 x125 x126 -x127 -x128 x129 -x130 -x131 x132 x133 -x134 x135 -x136 x137 x138 -x139 x140 -x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 -x155 -x156 x157 x158 x159 x160 x161 x162 -x163 -x164 x165 x166 -x167 -x168 x169 x170 x171 -x172 x173 -x174 x175 -x176 -x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 x187 x188 -x189 -x190 -x191 -x192 x193 x194 -x195 -x196 x197 -x198 x199 -x200 x201 x202 -x203 -x204 x205 x206 x207 -x208 x209 -x210 -x211 x212 -x213 x214 x215 -x216 x217 x218 x219 x220 x221 -x222 x223 -x224 x225 x226 x227 x228 x229 x230 -x231 x232 x233 x234 -x235 x236 -x237 x238 -x239 -x240 x241 -x242 x243 -x244 x245 x246 x247 x248 -x249 -x250 -x251 -x252 -x253 x254 x255 -x256 x257 x258 -x259 x260 x261 -x262 -x263 x264 -x265 x266 -x267 x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 x276 -x277 x278 -x279 x280 -x281 -x282 x283 -x284 -x285 -x286 x287 -x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 x297 -x298 x299 x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 x314 x315 x316 x317 -x318 x319 -x320 -x321 -x322 -x323 x324 x325 -x326 -x327 x328 -x329 x330 x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 x339 -x340 -x341 -x342 x343 -x344 x345 -x346 -x347 x348 -x349 x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 x363 -x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 x436 x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 
1800.04/1786.83	c objective function=219
1800.04/1786.83	c Total wall clock time (in seconds): 1786.71

Verifier Data

OK	219

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-4085284-1465224322/watcher-4085284-1465224322 -o /tmp/evaluation-result-4085284-1465224322/solver-4085284-1465224322 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085284-1465224322.opb 

pid=1278
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 3/194 1281
/proc/meminfo: memFree=31581556/32872528 swapFree=12744/274376
[pid=1281] ppid=1278 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1281/stat : 1281 (java) D 1278 1281 32587 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 104366954 9515008 176 33554432000 1073741824 1073778376 140733491066048 140733491048776 251143209872 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/1281/statm: 2323 176 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.02 2.04 2.00 3/194 1281
/proc/meminfo: memFree=31581556/32872528 swapFree=12744/274376
[pid=1281] ppid=1278 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1281/stat : 1281 (java) S 1278 1281 32587 0 -1 4202496 4410 0 1 0 7 2 0 0 20 0 18 0 104366954 9787879424 5024 33554432000 1073741824 1073778376 140733425139248 140733425130384 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1281/statm: 2389619 5030 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.02 2.04 2.00 3/194 1281
/proc/meminfo: memFree=31581556/32872528 swapFree=12744/274376
[pid=1281] ppid=1278 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/1281/stat : 1281 (java) S 1278 1281 32587 0 -1 4202496 4925 0 1 0 23 2 0 0 20 0 18 0 104366954 9787879424 6476 33554432000 1073741824 1073778376 140733425139248 140733425130384 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1281/statm: 2389619 6476 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 2.02 2.04 2.00 3/194 1281
/proc/meminfo: memFree=31581556/32872528 swapFree=12744/274376
[pid=1281] ppid=1278 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/1281/stat : 1281 (java) S 1278 1281 32587 0 -1 4202496 6846 0 1 0 47 2 0 0 20 0 19 0 104366954 9856040960 8746 33554432000 1073741824 1073778376 140733425139248 140733425130384 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1281/statm: 2406260 8746 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700128 s]
/proc/loadavg: 2.02 2.04 2.00 3/194 1281
/proc/meminfo: memFree=31581556/32872528 swapFree=12744/274376
[pid=1281] ppid=1278 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/1281/stat : 1281 (java) S 1278 1281 32587 0 -1 4202496 8375 0 1 0 106 3 0 0 20 0 19 0 104366954 9856040960 10590 33554432000 1073741824 1073778376 140733425139248 140733425130384 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1281/statm: 2406260 10590 2246 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 1303
/proc/meminfo: memFree=31531536/32872528 swapFree=12744/274376
[pid=1281] ppid=1278 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/1281/stat : 1281 (java) S 1278 1281 32587 0 -1 4202496 13676 0 1 0 208 4 0 0 20 0 19 0 104366954 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 140733425130384 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1281/statm: 2406260 16239 2258 9 0 2396937 0
[pid=1281/tid=1283] ppid=1278 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/1281/task/1283/stat : 1283 (java) R 1278 1281 32587 0 -1 4202560 2475 0 1 0 144 2 0 0 20 0 19 0 104366955 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923992411344 139923932624722 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1284] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1284/stat : 1284 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923931143080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1285] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1285/stat : 1285 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923930090536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1286] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1286/stat : 1286 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923929037480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1287] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1287/stat : 1287 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923832912680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1288] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1288/stat : 1288 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923831859624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1289] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1289/stat : 1289 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923830807080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1290] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1290/stat : 1290 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923829754024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1291] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1291/stat : 1291 (java) S 1278 1281 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923828701480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1292] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1292/stat : 1292 (java) S 1278 1281 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104366957 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923816504168 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1293] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1293/stat : 1293 (java) S 1278 1281 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923815450488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1294] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1294/stat : 1294 (java) S 1278 1281 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923814397320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1295] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1295/stat : 1295 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923813346064 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1296] ppid=1278 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1281/task/1296/stat : 1296 (java) S 1278 1281 32587 0 -1 4202560 5924 0 0 0 34 1 0 0 20 0 19 0 104366960 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923812292920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1297] ppid=1278 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/1281/task/1297/stat : 1297 (java) S 1278 1281 32587 0 -1 4202560 4004 0 0 0 26 0 0 0 20 0 19 0 104366960 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923811240376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1298] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1298/stat : 1298 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923810187512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1299] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1299/stat : 1299 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923809135176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1303] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1303/stat : 1303 (java) S 1278 1281 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104366978 9856040960 16239 33554432000 1073741824 1073778376 140733425139248 139923808081448 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 1303
/proc/meminfo: memFree=31517696/32872528 swapFree=12744/274376
[pid=1281] ppid=1278 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/1281/stat : 1281 (java) S 1278 1281 32587 0 -1 4202496 13693 0 1 0 371 4 0 0 20 0 19 0 104366954 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 140733425130384 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1281/statm: 2406260 21366 2258 9 0 2396937 0
[pid=1281/tid=1283] ppid=1278 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/1281/task/1283/stat : 1283 (java) R 1278 1281 32587 0 -1 4202560 2485 0 1 0 303 3 0 0 20 0 19 0 104366955 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923992403648 139923932697714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1284] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1284/stat : 1284 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923931143080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1285] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1285/stat : 1285 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923930090536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1286] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1286/stat : 1286 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923929037480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1287] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1287/stat : 1287 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923832912680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1288] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1288/stat : 1288 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923831859624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1289] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1289/stat : 1289 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923830807080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1290] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1290/stat : 1290 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923829754024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1291] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1291/stat : 1291 (java) S 1278 1281 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923828701480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1292] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1292/stat : 1292 (java) S 1278 1281 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104366957 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923816504168 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1293] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1293/stat : 1293 (java) S 1278 1281 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923815450488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1294] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1294/stat : 1294 (java) S 1278 1281 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923814397320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1295] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1295/stat : 1295 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923813346064 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1296] ppid=1278 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1281/task/1296/stat : 1296 (java) S 1278 1281 32587 0 -1 4202560 5931 0 0 0 38 1 0 0 20 0 19 0 104366960 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923812292920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1297] ppid=1278 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1281/task/1297/stat : 1297 (java) S 1278 1281 32587 0 -1 4202560 4004 0 0 0 27 0 0 0 20 0 19 0 104366960 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923811240376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1298] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1298/stat : 1298 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923810187512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1299] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1299/stat : 1299 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923809135176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1303] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1303/stat : 1303 (java) S 1278 1281 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104366978 9856040960 21366 33554432000 1073741824 1073778376 140733425139248 139923808081448 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 1303
/proc/meminfo: memFree=31486884/32872528 swapFree=12744/274376
[pid=1281] ppid=1278 vsize=9625040 CPUtime=6.95 cores=1,3,5,7
/proc/1281/stat : 1281 (java) S 1278 1281 32587 0 -1 4202496 13710 0 1 0 690 5 0 0 20 0 19 0 104366954 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 140733425130384 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1281/statm: 2406260 28144 2259 9 0 2396937 0
[pid=1281/tid=1283] ppid=1278 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/1281/task/1283/stat : 1283 (java) R 1278 1281 32587 0 -1 4202560 2501 0 1 0 623 3 0 0 20 0 19 0 104366955 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923992412520 139923932744624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1284] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1284/stat : 1284 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923931143080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1285] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1285/stat : 1285 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923930090536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1286] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1286/stat : 1286 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923929037480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1287] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1287/stat : 1287 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923832912680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1288] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1288/stat : 1288 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923831859624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1289] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1289/stat : 1289 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923830807080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1290] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1290/stat : 1290 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923829754024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1291] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1291/stat : 1291 (java) S 1278 1281 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104366956 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923828701480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1292] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1292/stat : 1292 (java) S 1278 1281 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104366957 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923816504168 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1293] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1293/stat : 1293 (java) S 1278 1281 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923815450488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1294] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1294/stat : 1294 (java) S 1278 1281 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923814397320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1295] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1295/stat : 1295 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923813346064 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1296] ppid=1278 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1281/task/1296/stat : 1296 (java) S 1278 1281 32587 0 -1 4202560 5931 0 0 0 38 1 0 0 20 0 19 0 104366960 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923812292920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1297] ppid=1278 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1281/task/1297/stat : 1297 (java) S 1278 1281 32587 0 -1 4202560 4004 0 0 0 27 0 0 0 20 0 19 0 104366960 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923811240376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1298] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1298/stat : 1298 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923810187512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1299] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1299/stat : 1299 (java) S 1278 1281 32587 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923809135176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1303] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1303/stat : 1303 (java) S 1278 1281 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104366978 9856040960 28144 33554432000 1073741824 1073778376 140733425139248 139923808081448 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 9625040


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

[pid=1281/tid=1293] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1293/stat : 1293 (java) S 1278 1281 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 71602 33554432000 1073741824 1073778376 140733425139248 139923815450488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1294] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1294/stat : 1294 (java) S 1278 1281 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 71602 33554432000 1073741824 1073778376 140733425139248 139923814397320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1295] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1295/stat : 1295 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 71602 33554432000 1073741824 1073778376 140733425139248 139923813346064 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1296] ppid=1278 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/1281/task/1296/stat : 1296 (java) S 1278 1281 32587 0 -1 4202560 5993 0 0 0 47 1 0 0 20 0 19 0 104366960 9856040960 71602 33554432000 1073741824 1073778376 140733425139248 139923812292920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1297] ppid=1278 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1281/task/1297/stat : 1297 (java) S 1278 1281 32587 0 -1 4202560 4004 0 0 0 27 0 0 0 20 0 19 0 104366960 9856040960 71602 33554432000 1073741824 1073778376 140733425139248 139923811240376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1298] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1298/stat : 1298 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 71602 33554432000 1073741824 1073778376 140733425139248 139923810187512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1299] ppid=1278 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/1281/task/1299/stat : 1299 (java) S 1278 1281 32587 0 -1 4202560 96 0 0 0 29 20 0 0 20 0 19 0 104366960 9856040960 71602 33554432000 1073741824 1073778376 140733425139248 139923809135176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1303] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1303/stat : 1303 (java) S 1278 1281 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104366978 9856040960 71602 33554432000 1073741824 1073778376 140733425139248 139923808081448 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1674.38
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/213 1450
/proc/meminfo: memFree=31005076/32872528 swapFree=12744/274376
[pid=1281] ppid=1278 vsize=9625040 CPUtime=1734.92 cores=1,3,5,7
/proc/1281/stat : 1281 (java) S 1278 1281 32587 0 -1 4202496 29922 0 1 0 173365 127 0 0 20 0 19 0 104366954 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 140733425130384 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1281/statm: 2406260 79035 2283 9 0 2396937 0
[pid=1281/tid=1283] ppid=1278 vsize=9625040 CPUtime=1713.63 cores=1,3,5,7
/proc/1281/task/1283/stat : 1283 (java) R 1278 1281 32587 0 -1 4202560 2895 0 1 0 171330 33 0 0 20 0 19 0 104366955 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923992411296 139923932611525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1284] ppid=1278 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/1281/task/1284/stat : 1284 (java) S 1278 1281 32587 0 -1 4202560 1197 0 0 0 197 13 0 0 20 0 19 0 104366956 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923931143080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1285] ppid=1278 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/1281/task/1285/stat : 1285 (java) S 1278 1281 32587 0 -1 4202560 1977 0 0 0 194 10 0 0 20 0 19 0 104366956 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923930090536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1286] ppid=1278 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/1281/task/1286/stat : 1286 (java) S 1278 1281 32587 0 -1 4202560 2757 0 0 0 197 11 0 0 20 0 19 0 104366956 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923929037480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1287] ppid=1278 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/1281/task/1287/stat : 1287 (java) S 1278 1281 32587 0 -1 4202560 1967 0 0 0 200 14 0 0 20 0 19 0 104366956 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923832912680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1288] ppid=1278 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/1281/task/1288/stat : 1288 (java) S 1278 1281 32587 0 -1 4202560 1385 0 0 0 211 14 0 0 20 0 19 0 104366956 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923831859624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1289] ppid=1278 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/1281/task/1289/stat : 1289 (java) S 1278 1281 32587 0 -1 4202560 1661 0 0 0 201 13 0 0 20 0 19 0 104366956 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923830807080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1290] ppid=1278 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/1281/task/1290/stat : 1290 (java) S 1278 1281 32587 0 -1 4202560 2319 0 0 0 200 11 0 0 20 0 19 0 104366956 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923829754024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1291] ppid=1278 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/1281/task/1291/stat : 1291 (java) S 1278 1281 32587 0 -1 4202560 1653 0 0 0 203 13 0 0 20 0 19 0 104366956 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923828701480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1292] ppid=1278 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/1281/task/1292/stat : 1292 (java) S 1278 1281 32587 0 -1 4202560 755 0 0 0 325 5 0 0 20 0 19 0 104366957 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923816504168 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1293] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1293/stat : 1293 (java) S 1278 1281 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923815450488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1294] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1294/stat : 1294 (java) S 1278 1281 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923814397320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1295] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1295/stat : 1295 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923813346064 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1296] ppid=1278 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/1281/task/1296/stat : 1296 (java) S 1278 1281 32587 0 -1 4202560 5993 0 0 0 47 1 0 0 20 0 19 0 104366960 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923812292920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1297] ppid=1278 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1281/task/1297/stat : 1297 (java) S 1278 1281 32587 0 -1 4202560 4004 0 0 0 27 0 0 0 20 0 19 0 104366960 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923811240376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1298] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1298/stat : 1298 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923810187512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1299] ppid=1278 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1281/task/1299/stat : 1299 (java) S 1278 1281 32587 0 -1 4202560 100 0 0 0 31 20 0 0 20 0 19 0 104366960 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923809135176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1303] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1303/stat : 1303 (java) S 1278 1281 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104366978 9856040960 79035 33554432000 1073741824 1073778376 140733425139248 139923808081448 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1734.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 4/213 1451
/proc/meminfo: memFree=31030180/32872528 swapFree=12744/274376
[pid=1281] ppid=1278 vsize=9625040 CPUtime=1795.49 cores=1,3,5,7
/proc/1281/stat : 1281 (java) S 1278 1281 32587 0 -1 4202496 31315 0 1 0 179416 133 0 0 20 0 19 0 104366954 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 140733425130384 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1281/statm: 2406260 78502 2283 9 0 2396937 0
[pid=1281/tid=1283] ppid=1278 vsize=9625040 CPUtime=1773.09 cores=1,3,5,7
/proc/1281/task/1283/stat : 1283 (java) R 1278 1281 32587 0 -1 4202560 2920 0 1 0 177276 33 0 0 20 0 19 0 104366955 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923992411312 139923932644461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1284] ppid=1278 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/1281/task/1284/stat : 1284 (java) S 1278 1281 32587 0 -1 4202560 1391 0 0 0 208 13 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923931143080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1285] ppid=1278 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/1281/task/1285/stat : 1285 (java) S 1278 1281 32587 0 -1 4202560 2059 0 0 0 204 11 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923930090536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1286] ppid=1278 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/1281/task/1286/stat : 1286 (java) S 1278 1281 32587 0 -1 4202560 2812 0 0 0 206 11 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923929037480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1287] ppid=1278 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/1281/task/1287/stat : 1287 (java) S 1278 1281 32587 0 -1 4202560 2399 0 0 0 211 15 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923832912680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1288] ppid=1278 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/1281/task/1288/stat : 1288 (java) S 1278 1281 32587 0 -1 4202560 1536 0 0 0 220 15 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923831859624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1289] ppid=1278 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/1281/task/1289/stat : 1289 (java) S 1278 1281 32587 0 -1 4202560 1709 0 0 0 212 14 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923830807080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1290] ppid=1278 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/1281/task/1290/stat : 1290 (java) S 1278 1281 32587 0 -1 4202560 2602 0 0 0 209 11 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923829754024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1291] ppid=1278 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/1281/task/1291/stat : 1291 (java) S 1278 1281 32587 0 -1 4202560 1705 0 0 0 214 14 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923828701480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1292] ppid=1278 vsize=9625040 CPUtime=3.59 cores=1,3,5,7
/proc/1281/task/1292/stat : 1292 (java) S 1278 1281 32587 0 -1 4202560 822 0 0 0 354 5 0 0 20 0 19 0 104366957 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923816504168 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1293] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1293/stat : 1293 (java) S 1278 1281 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923815450488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1294] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1294/stat : 1294 (java) S 1278 1281 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923814397320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1295] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1295/stat : 1295 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923813346064 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1296] ppid=1278 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/1281/task/1296/stat : 1296 (java) S 1278 1281 32587 0 -1 4202560 5993 0 0 0 47 1 0 0 20 0 19 0 104366960 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923812292920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1297] ppid=1278 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1281/task/1297/stat : 1297 (java) S 1278 1281 32587 0 -1 4202560 4004 0 0 0 27 0 0 0 20 0 19 0 104366960 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923811240376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1298] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1298/stat : 1298 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923810187512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1299] ppid=1278 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/1281/task/1299/stat : 1299 (java) S 1278 1281 32587 0 -1 4202560 104 0 0 0 32 21 0 0 20 0 19 0 104366960 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923809135176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1303] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1303/stat : 1303 (java) S 1278 1281 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104366978 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923808081448 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1795.49
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.8 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 1451
/proc/meminfo: memFree=31030192/32872528 swapFree=12744/274376
[pid=1281] ppid=1278 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/1281/stat : 1281 (java) S 1278 1281 32587 0 -1 4202496 31316 0 1 0 179871 133 0 0 20 0 19 0 104366954 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 140733425130384 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1281/statm: 2406260 78502 2283 9 0 2396937 0
[pid=1281/tid=1283] ppid=1278 vsize=9625040 CPUtime=1777.57 cores=1,3,5,7
/proc/1281/task/1283/stat : 1283 (java) R 1278 1281 32587 0 -1 4202560 2921 0 1 0 177723 34 0 0 20 0 19 0 104366955 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923992411312 139923932589096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1284] ppid=1278 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/1281/task/1284/stat : 1284 (java) S 1278 1281 32587 0 -1 4202560 1391 0 0 0 209 13 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923931143080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1285] ppid=1278 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/1281/task/1285/stat : 1285 (java) S 1278 1281 32587 0 -1 4202560 2059 0 0 0 205 11 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923930090536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1286] ppid=1278 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/1281/task/1286/stat : 1286 (java) S 1278 1281 32587 0 -1 4202560 2812 0 0 0 207 11 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923929037480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1287] ppid=1278 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/1281/task/1287/stat : 1287 (java) S 1278 1281 32587 0 -1 4202560 2399 0 0 0 212 15 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923832912680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1288] ppid=1278 vsize=9625040 CPUtime=2.36 cores=1,3,5,7
/proc/1281/task/1288/stat : 1288 (java) S 1278 1281 32587 0 -1 4202560 1536 0 0 0 221 15 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923831859624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1281/tid=1289] ppid=1278 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/1281/task/1289/stat : 1289 (java) S 1278 1281 32587 0 -1 4202560 1709 0 0 0 213 14 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923830807080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1290] ppid=1278 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/1281/task/1290/stat : 1290 (java) S 1278 1281 32587 0 -1 4202560 2602 0 0 0 209 11 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923829754024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1291] ppid=1278 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/1281/task/1291/stat : 1291 (java) S 1278 1281 32587 0 -1 4202560 1705 0 0 0 214 14 0 0 20 0 19 0 104366956 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923828701480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1292] ppid=1278 vsize=9625040 CPUtime=3.59 cores=1,3,5,7
/proc/1281/task/1292/stat : 1292 (java) S 1278 1281 32587 0 -1 4202560 822 0 0 0 354 5 0 0 20 0 19 0 104366957 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923816504168 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1293] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1293/stat : 1293 (java) S 1278 1281 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923815450488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1294] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1294/stat : 1294 (java) S 1278 1281 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104366958 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923814397320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1295] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1295/stat : 1295 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923813346064 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1296] ppid=1278 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/1281/task/1296/stat : 1296 (java) S 1278 1281 32587 0 -1 4202560 5993 0 0 0 47 1 0 0 20 0 19 0 104366960 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923812292920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1297] ppid=1278 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1281/task/1297/stat : 1297 (java) S 1278 1281 32587 0 -1 4202560 4004 0 0 0 27 0 0 0 20 0 19 0 104366960 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923811240376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1281/tid=1298] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1298/stat : 1298 (java) S 1278 1281 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104366960 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923810187512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1281/tid=1299] ppid=1278 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1281/task/1299/stat : 1299 (java) S 1278 1281 32587 0 -1 4202560 104 0 0 0 32 22 0 0 20 0 19 0 104366960 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923809135176 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1281/tid=1303] ppid=1278 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1281/task/1303/stat : 1303 (java) S 1278 1281 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104366978 9856040960 78502 33554432000 1073741824 1073778376 140733425139248 139923808081448 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 1281 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1786.84
CPU time (s): 1800.73
CPU user time (s): 1798.92
CPU system time (s): 1.81272
CPU usage (%): 100.777
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.81272
maximum resident set size= 713312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31363
page faults= 1
swaps= 0
block input operations= 72
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49205
involuntary context switches= 37093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3124 second user time and 7.68483 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-06 16:45:22
IDJOB=4085284
IDBENCH=1952
IDSOLVER=2546
FILE ID=node107/4085284-1465224322
RUNJOBID= node107-1465220764-32604
PBS_JOBID= 19843224
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/liu/domset/normalized-domset_v500_e2000_w30_mw19_24.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085284-1465224322/watcher-4085284-1465224322 -o /tmp/evaluation-result-4085284-1465224322/solver-4085284-1465224322 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085284-1465224322.opb

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

MD5SUM BENCH= 7903a80129c7e51df900bcb9ac0a6f39
RANDOM SEED=1299195888

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.441
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:        31581828 kB
Buffers:           10524 kB
Cached:            81564 kB
SwapCached:         1700 kB
Active:           270576 kB
Inactive:          35260 kB
Active(anon):     215848 kB
Inactive(anon):      388 kB
Active(file):      54728 kB
Inactive(file):    34872 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098420 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:        602328 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             566808 kB
SReclaimable:      10232 kB
SUnreclaim:       556576 kB
KernelStack:        1768 kB
PageTables:         5172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     610460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node107 at 2016-06-06 17:15:09