Trace number 4085417

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)31 1800.61 1798.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_300_10_15.r.opb
MD5SUM34bb25320bcbfa536bfc14194ca6ac66
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22
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 19
Optimality of the best value was proved YES
Number of variables297
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Number of terms in the objective function 297
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 297
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 297
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.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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4085417-1465241869.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  objective function found
0.08/0.17	c ... done. Wall clock time 0.055s.
0.08/0.17	c declared #vars     297
0.08/0.17	c #constraints  100
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.08/0.17	c 100 constraints processed.
0.08/0.17	c objective function length is 297 literals
0.08/0.17	c SATISFIABLE
0.08/0.17	c OPTIMIZING...
0.08/0.17	c Got one! Elapsed wall clock time (in seconds):0.062
0.08/0.17	o 34
0.81/0.55	c cleaning 2489 clauses out of 5002 with flag 13943/5002
1.15/0.86	c cleaning 4256 clauses out of 8511 with flag 31277/11000
1.57/1.24	c cleaning 5626 clauses out of 11255 with flag 50526/18000
2.08/1.70	c cleaning 6805 clauses out of 13629 with flag 73759/26000
2.70/2.31	c cleaning 7910 clauses out of 15824 with flag 98523/35000
3.39/3.00	c cleaning 8948 clauses out of 17914 with flag 125892/45000
4.09/3.77	c cleaning 9980 clauses out of 19966 with flag 156155/56000
4.99/4.63	c cleaning 10992 clauses out of 21987 with flag 188375/68001
5.90/5.51	c cleaning 11994 clauses out of 23994 with flag 224581/81000
6.89/6.57	c cleaning 12989 clauses out of 26002 with flag 262278/95002
8.19/7.89	c cleaning 14002 clauses out of 28013 with flag 304167/110002
9.60/9.29	c cleaning 14996 clauses out of 30010 with flag 349990/126001
10.69/10.37	c Got one! Elapsed wall clock time (in seconds):10.255
10.69/10.37	o 33
11.13/10.79	c cleaning 16309 clauses out of 32634 with flag 14165/143621
11.54/11.16	c cleaning 11153 clauses out of 22325 with flag 30865/149621
11.93/11.57	c cleaning 9071 clauses out of 18172 with flag 49938/156621
12.43/12.02	c cleaning 8535 clauses out of 17101 with flag 71696/164621
12.93/12.58	c cleaning 8769 clauses out of 17566 with flag 96382/173621
13.53/13.19	c cleaning 9388 clauses out of 18797 with flag 123350/183621
14.33/13.98	c cleaning 10187 clauses out of 20409 with flag 154195/194621
15.23/14.85	c cleaning 11101 clauses out of 22222 with flag 187391/206621
16.23/15.82	c cleaning 12048 clauses out of 24121 with flag 222499/219621
17.43/17.04	c cleaning 13020 clauses out of 26073 with flag 261189/233621
18.63/18.29	c cleaning 13997 clauses out of 28053 with flag 301409/248621
20.04/19.63	c cleaning 15016 clauses out of 30056 with flag 346077/264621
21.54/21.14	c cleaning 15988 clauses out of 32040 with flag 391620/281621
23.24/22.81	c cleaning 17012 clauses out of 34052 with flag 440479/299621
25.14/24.70	c cleaning 18006 clauses out of 36040 with flag 492555/318621
27.44/27.08	c cleaning 19001 clauses out of 38035 with flag 547109/338622
29.54/29.17	c cleaning 19994 clauses out of 40037 with flag 604614/359625
32.03/31.64	c cleaning 20995 clauses out of 42040 with flag 664242/381622
34.73/34.31	c cleaning 22000 clauses out of 44044 with flag 725653/404621
37.43/37.01	c cleaning 22991 clauses out of 46044 with flag 791103/428621
40.24/39.82	c cleaning 24002 clauses out of 48053 with flag 857013/453621
43.74/43.31	c cleaning 25006 clauses out of 50051 with flag 927286/479621
46.84/46.46	c cleaning 26010 clauses out of 52046 with flag 1001906/506622
50.54/50.11	c cleaning 26987 clauses out of 54035 with flag 1077481/534621
54.36/53.97	c cleaning 27998 clauses out of 56050 with flag 1156553/563623
58.65/58.28	c cleaning 29008 clauses out of 58051 with flag 1237496/593622
62.66/62.25	c cleaning 30000 clauses out of 60045 with flag 1318476/624624
67.05/66.60	c cleaning 31006 clauses out of 62042 with flag 1405679/656621
72.15/71.70	c cleaning 32013 clauses out of 64036 with flag 1497093/689621
77.85/77.40	c cleaning 33005 clauses out of 66024 with flag 1588893/723622
83.15/82.75	c cleaning 33993 clauses out of 68018 with flag 1686099/758621
88.05/87.62	c cleaning 34992 clauses out of 70025 with flag 1784897/794621
93.35/92.91	c cleaning 36002 clauses out of 72034 with flag 1885697/831622
99.35/98.93	c cleaning 37006 clauses out of 74031 with flag 1990017/869621
105.75/105.31	c cleaning 37993 clauses out of 76025 with flag 2096056/908621
111.66/111.21	c cleaning 39001 clauses out of 78034 with flag 2206873/948623
119.05/118.65	c cleaning 39988 clauses out of 80033 with flag 2319034/989623
126.65/126.28	c cleaning 40988 clauses out of 82044 with flag 2433628/1031622
133.96/133.55	c cleaning 42005 clauses out of 84056 with flag 2550181/1074622
141.92/141.47	c cleaning 43006 clauses out of 86051 with flag 2668591/1118622
150.32/149.85	c cleaning 44008 clauses out of 88046 with flag 2790425/1163623
161.92/161.44	c cleaning 45001 clauses out of 90036 with flag 2919115/1209621
170.82/170.30	c cleaning 46010 clauses out of 92040 with flag 3048226/1256626
181.62/181.13	c cleaning 47000 clauses out of 94025 with flag 3179047/1304621
190.23/189.70	c cleaning 47991 clauses out of 96025 with flag 3311963/1353621
200.23/199.78	c cleaning 48999 clauses out of 98034 with flag 3445419/1403621
210.83/210.37	c cleaning 49998 clauses out of 100037 with flag 3583002/1454623
221.53/221.02	c cleaning 51007 clauses out of 102038 with flag 3724296/1506622
232.33/231.82	c cleaning 51992 clauses out of 104033 with flag 3867373/1559624
244.25/243.74	c cleaning 53000 clauses out of 106038 with flag 4013597/1613621
255.96/255.46	c cleaning 53995 clauses out of 108040 with flag 4167483/1668623
269.53/268.91	c cleaning 54998 clauses out of 110043 with flag 4324261/1724621
281.23/280.67	c cleaning 56013 clauses out of 112048 with flag 4484821/1781624
294.43/293.81	c cleaning 57008 clauses out of 114032 with flag 4649873/1839621
305.61/305.09	c cleaning 57999 clauses out of 116025 with flag 4815422/1898622
318.70/318.14	c cleaning 59007 clauses out of 118025 with flag 4982618/1958621
331.31/330.78	c cleaning 60006 clauses out of 120018 with flag 5152526/2019621
344.40/343.82	c cleaning 60992 clauses out of 122012 with flag 5326229/2081621
358.69/358.11	c cleaning 61997 clauses out of 124022 with flag 5498563/2144623
374.09/373.57	c cleaning 62999 clauses out of 126023 with flag 5673014/2208621
389.54/388.90	c cleaning 63999 clauses out of 128026 with flag 5849552/2273623
406.15/405.52	c cleaning 65004 clauses out of 130025 with flag 6034818/2339621
406.55/405.93	c Got one! Elapsed wall clock time (in seconds):405.822
406.55/405.93	o 32
406.95/406.34	c cleaning 35464 clauses out of 70928 with flag 8876/2345528
407.54/406.91	c cleaning 20729 clauses out of 41464 with flag 26074/2351528
408.04/407.44	c cleaning 13862 clauses out of 27735 with flag 45592/2358528
408.64/408.00	c cleaning 10928 clauses out of 21874 with flag 68922/2366529
409.24/408.69	c cleaning 9965 clauses out of 19949 with flag 94117/2375532
410.04/409.44	c cleaning 9972 clauses out of 19981 with flag 122003/2385529
410.95/410.34	c cleaning 10505 clauses out of 21009 with flag 152440/2396529
411.84/411.25	c cleaning 11241 clauses out of 22505 with flag 185303/2408530
412.84/412.30	c cleaning 12125 clauses out of 24265 with flag 220500/2421531
414.14/413.50	c cleaning 13070 clauses out of 26139 with flag 260461/2435530
415.45/414.87	c cleaning 14028 clauses out of 28067 with flag 303187/2450528
417.04/416.45	c cleaning 15013 clauses out of 30040 with flag 347678/2466529
418.84/418.28	c cleaning 16010 clauses out of 32027 with flag 394295/2483529
420.84/420.25	c cleaning 17000 clauses out of 34016 with flag 443004/2501528
422.94/422.35	c cleaning 18007 clauses out of 36018 with flag 494492/2520530
425.44/424.87	c cleaning 19003 clauses out of 38013 with flag 550077/2540532
428.33/427.72	c cleaning 19996 clauses out of 40006 with flag 607138/2561528
431.13/430.51	c cleaning 21004 clauses out of 42019 with flag 668312/2583537
434.14/433.58	c cleaning 21995 clauses out of 44006 with flag 730862/2606528
437.13/436.58	c cleaning 23006 clauses out of 46014 with flag 795816/2630531
440.64/440.05	c cleaning 24002 clauses out of 48005 with flag 864233/2655528
443.93/443.35	c cleaning 24992 clauses out of 50005 with flag 936735/2681530
447.92/447.34	c cleaning 25992 clauses out of 52013 with flag 1010341/2708530
452.12/451.56	c cleaning 26998 clauses out of 54019 with flag 1086057/2736528
456.52/455.91	c cleaning 27988 clauses out of 56025 with flag 1165232/2765532
461.72/461.17	c cleaning 29003 clauses out of 58033 with flag 1247262/2795528
466.52/465.93	c cleaning 30014 clauses out of 60030 with flag 1332490/2826528
472.14/471.50	c cleaning 31004 clauses out of 62016 with flag 1420057/2858528
477.24/476.70	c cleaning 32001 clauses out of 64012 with flag 1510462/2891528
483.24/482.69	c cleaning 33001 clauses out of 66015 with flag 1603118/2925532
488.73/488.16	c cleaning 33991 clauses out of 68012 with flag 1698733/2960530
494.83/494.26	c cleaning 34994 clauses out of 70019 with flag 1795795/2996528
500.64/500.09	c cleaning 36003 clauses out of 72025 with flag 1895202/3033528
507.34/506.78	c cleaning 37004 clauses out of 74022 with flag 1996955/3071528
514.54/513.97	c cleaning 38004 clauses out of 76018 with flag 2100366/3110528
522.04/521.47	c cleaning 38995 clauses out of 78014 with flag 2208369/3150528
530.44/529.83	c cleaning 40007 clauses out of 80019 with flag 2322369/3191528
540.44/539.83	c cleaning 41000 clauses out of 82013 with flag 2439652/3233529
551.04/550.48	c cleaning 41997 clauses out of 84012 with flag 2557565/3276528
561.64/561.01	c cleaning 42986 clauses out of 86015 with flag 2678904/3320528
572.13/571.52	c cleaning 44016 clauses out of 88031 with flag 2801675/3365530
582.93/582.32	c cleaning 44993 clauses out of 90013 with flag 2929407/3411528
594.39/593.74	c cleaning 45997 clauses out of 92020 with flag 3058132/3458528
604.49/603.90	c cleaning 47012 clauses out of 94023 with flag 3187871/3506528
614.99/614.32	c cleaning 47987 clauses out of 96011 with flag 3321617/3555528
626.80/626.18	c cleaning 48992 clauses out of 98026 with flag 3457642/3605530
638.10/637.47	c cleaning 50008 clauses out of 100033 with flag 3597159/3656529
651.30/650.69	c cleaning 51003 clauses out of 102024 with flag 3741059/3708528
664.50/663.87	c cleaning 52001 clauses out of 104023 with flag 3889800/3761530
679.30/678.67	c cleaning 53001 clauses out of 106022 with flag 4040892/3815530
693.11/692.49	c cleaning 54004 clauses out of 108019 with flag 4195572/3870528
707.51/706.82	c cleaning 55001 clauses out of 110015 with flag 4350468/3926528
723.31/722.55	c cleaning 55985 clauses out of 112014 with flag 4512047/3983528
740.11/739.37	c cleaning 56999 clauses out of 114030 with flag 4672803/4041529
754.61/753.81	c cleaning 58012 clauses out of 116034 with flag 4834120/4100532
770.71/769.97	c cleaning 59003 clauses out of 118021 with flag 5005191/4160531
787.21/786.40	c cleaning 59985 clauses out of 120017 with flag 5176736/4221530
805.91/805.13	c cleaning 61012 clauses out of 122030 with flag 5350232/4283528
824.22/823.45	c cleaning 62002 clauses out of 124018 with flag 5525564/4346528
844.63/843.85	c cleaning 62979 clauses out of 126016 with flag 5705023/4410528
866.02/865.29	c cleaning 64013 clauses out of 128042 with flag 5886788/4475533
884.43/883.54	c cleaning 64994 clauses out of 130025 with flag 6067944/4541529
901.73/900.89	c Got one! Elapsed wall clock time (in seconds):900.778
901.73/900.89	o 31
903.33/902.45	c cleaning 67474 clauses out of 134970 with flag 14428/4611468
904.33/903.47	c cleaning 36733 clauses out of 73495 with flag 31559/4617467
905.24/904.35	c cleaning 21868 clauses out of 43762 with flag 50290/4624467
906.03/905.10	c cleaning 14927 clauses out of 29894 with flag 72094/4632467
906.73/905.83	c cleaning 11967 clauses out of 23973 with flag 95825/4641473
907.53/906.65	c cleaning 10979 clauses out of 22000 with flag 122150/4651467
908.33/907.49	c cleaning 10994 clauses out of 22026 with flag 151829/4662472
909.33/908.42	c cleaning 11504 clauses out of 23027 with flag 184332/4674467
910.33/909.49	c cleaning 12247 clauses out of 24523 with flag 219997/4687467
911.43/910.59	c cleaning 13131 clauses out of 26277 with flag 258575/4701468
912.73/911.89	c cleaning 14064 clauses out of 28145 with flag 299600/4716467
914.23/913.34	c cleaning 15037 clauses out of 30081 with flag 343914/4732467
915.63/914.79	c cleaning 15992 clauses out of 32044 with flag 389858/4749467
917.53/916.60	c cleaning 17016 clauses out of 34052 with flag 439640/4767467
919.54/918.65	c cleaning 18004 clauses out of 36038 with flag 492356/4786469
921.63/920.77	c cleaning 18993 clauses out of 38034 with flag 546966/4806469
923.83/922.91	c cleaning 20001 clauses out of 40039 with flag 603890/4827467
926.14/925.26	c cleaning 20996 clauses out of 42038 with flag 664165/4849467
928.74/927.80	c cleaning 21994 clauses out of 44042 with flag 727940/4872467
931.34/930.44	c cleaning 23001 clauses out of 46049 with flag 792778/4896468
934.34/933.40	c cleaning 24006 clauses out of 48050 with flag 860150/4921470
937.44/936.58	c cleaning 25000 clauses out of 50042 with flag 931426/4947468
941.14/940.28	c cleaning 25998 clauses out of 52041 with flag 1005334/4974467
944.54/943.64	c cleaning 26993 clauses out of 54044 with flag 1083012/5002468
948.34/947.45	c cleaning 27997 clauses out of 56050 with flag 1162525/5031467
952.62/951.64	c cleaning 29001 clauses out of 58053 with flag 1244848/5061467
957.02/956.08	c cleaning 30007 clauses out of 60052 with flag 1328721/5092467
962.52/961.53	c cleaning 31008 clauses out of 62045 with flag 1417191/5124467
967.41/966.47	c cleaning 32019 clauses out of 64040 with flag 1509370/5157470
972.11/971.10	c cleaning 33003 clauses out of 66021 with flag 1602392/5191470
977.01/976.06	c cleaning 33999 clauses out of 68017 with flag 1698645/5226469
982.51/981.59	c cleaning 35005 clauses out of 70016 with flag 1798738/5262467
988.61/987.64	c cleaning 35992 clauses out of 72011 with flag 1904130/5299467
995.11/994.14	c cleaning 36998 clauses out of 74019 with flag 2009227/5337467
1001.32/1000.39	c cleaning 38005 clauses out of 76023 with flag 2114478/5376469
1008.62/1007.66	c cleaning 38999 clauses out of 78016 with flag 2223266/5416467
1015.92/1014.97	c cleaning 39988 clauses out of 80018 with flag 2333618/5457468
1025.42/1024.40	c cleaning 41010 clauses out of 82030 with flag 2444926/5499468
1032.62/1031.66	c cleaning 41997 clauses out of 84019 with flag 2560840/5542467
1041.70/1040.62	c cleaning 42983 clauses out of 86024 with flag 2678668/5586469
1050.50/1049.45	c cleaning 43994 clauses out of 88039 with flag 2799890/5631467
1057.80/1056.78	c cleaning 45006 clauses out of 90047 with flag 2923791/5677469
1066.00/1064.98	c cleaning 45991 clauses out of 92039 with flag 3049923/5724467
1076.60/1075.58	c cleaning 46991 clauses out of 94049 with flag 3177111/5772468
1085.89/1084.89	c cleaning 48015 clauses out of 96057 with flag 3309075/5821467
1096.19/1095.11	c cleaning 49018 clauses out of 98044 with flag 3446313/5871469
1106.61/1105.54	c cleaning 50000 clauses out of 100024 with flag 3585640/5922467
1117.61/1116.52	c cleaning 51013 clauses out of 102030 with flag 3727827/5974473
1129.10/1128.09	c cleaning 51992 clauses out of 104012 with flag 3871160/6027468
1141.81/1140.73	c cleaning 52997 clauses out of 106019 with flag 4019347/6081467
1154.16/1153.01	c cleaning 53989 clauses out of 108022 with flag 4164602/6136467
1166.37/1165.25	c cleaning 54996 clauses out of 110034 with flag 4314866/6192468
1178.37/1177.27	c cleaning 55995 clauses out of 112037 with flag 4469887/6249467
1191.57/1190.44	c cleaning 56998 clauses out of 114045 with flag 4625751/6307470
1203.86/1202.72	c cleaning 58001 clauses out of 116046 with flag 4784260/6366469
1217.16/1216.07	c cleaning 59013 clauses out of 118043 with flag 4948621/6426467
1231.96/1230.81	c cleaning 59995 clauses out of 120030 with flag 5116369/6487467
1247.06/1245.95	c cleaning 61004 clauses out of 122037 with flag 5282582/6549469
1263.15/1261.91	c cleaning 62002 clauses out of 124039 with flag 5452517/6612475
1279.85/1278.60	c cleaning 63005 clauses out of 126029 with flag 5624986/6676467
1298.36/1297.19	c cleaning 64008 clauses out of 128026 with flag 5800632/6741469
1317.56/1316.30	c cleaning 64994 clauses out of 130016 with flag 5978058/6807467
1336.36/1335.11	c cleaning 65997 clauses out of 132023 with flag 6156249/6874468
1356.87/1355.62	c cleaning 67000 clauses out of 134025 with flag 6340370/6942467
1376.77/1375.55	c cleaning 67999 clauses out of 136025 with flag 6528527/7011467
1394.99/1393.72	c cleaning 69001 clauses out of 138027 with flag 6718152/7081468
1416.75/1415.41	c cleaning 70004 clauses out of 140025 with flag 6909518/7152467
1439.25/1437.99	c cleaning 71000 clauses out of 142021 with flag 7101950/7224467
1460.66/1459.35	c cleaning 71997 clauses out of 144021 with flag 7295503/7297467
1482.66/1481.31	c cleaning 73009 clauses out of 146024 with flag 7493031/7371467
1507.46/1506.17	c cleaning 74005 clauses out of 148016 with flag 7695954/7446468
1532.26/1530.99	c cleaning 74999 clauses out of 150010 with flag 7901901/7522467
1559.86/1558.44	c cleaning 75997 clauses out of 152014 with flag 8111785/7599470
1587.16/1585.73	c cleaning 76998 clauses out of 154016 with flag 8322704/7677469
1613.47/1612.09	c cleaning 77990 clauses out of 156016 with flag 8534287/7756467
1640.57/1639.12	c cleaning 78989 clauses out of 158027 with flag 8746476/7836468
1669.67/1668.23	c cleaning 80013 clauses out of 160039 with flag 8959808/7917469
1696.98/1695.58	c cleaning 81000 clauses out of 162024 with flag 9180092/7999467
1722.96/1721.47	c cleaning 81990 clauses out of 164025 with flag 9404217/8082468
1751.46/1749.94	c cleaning 83005 clauses out of 166034 with flag 9628327/8166467
1781.87/1780.32	c cleaning 84007 clauses out of 168030 with flag 9859077/8251468
1800.08/1798.51	c starts		: 17
1800.08/1798.51	c conflicts		: 8309184
1800.08/1798.51	c decisions		: 19950611
1800.08/1798.51	c propagations		: 598418921
1800.08/1798.51	c inspects		: 44219691964
1800.08/1798.51	c shortcuts		: 0
1800.08/1798.51	c learnt literals	: 0
1800.08/1798.51	c learnt binary clauses	: 0
1800.08/1798.51	c learnt ternary clauses	: 0
1800.08/1798.51	c learnt constraints	: 8309185
1800.08/1798.51	c ignored constraints	: 0
1800.08/1798.51	c root simplifications	: 0
1800.08/1798.51	c removed literals (reason simplification)	: 0
1800.08/1798.51	c reason swapping (by a shorter reason)	: 0
1800.08/1798.51	c Calls to reduceDB	: 217
1800.08/1798.51	c Number of update (reduction) of LBD	: 2360868
1800.08/1798.51	c Imported unit clauses	: 0
1800.08/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.51	c number of learned constraints concerned by reduction	: 0
1800.08/1798.51	c number of learning phase by resolution	: 0
1800.08/1798.51	c number of learning phase by cutting planes	: 0
1800.08/1798.51	c speed (assignments/second)	: 332762.0215098488
1800.08/1798.51	c non guided choices	5
1800.08/1798.54	c learnt constraints type 
1800.08/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 141740
1800.08/1798.54	s SATISFIABLE
1800.08/1798.54	c Found 4 solution(s)
1800.08/1798.54	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 
1800.08/1798.54	c objective function=31
1800.08/1798.54	c Total wall clock time (in seconds): 1798.428

Verifier Data

OK	31

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-4085417-1465241869/watcher-4085417-1465241869 -o /tmp/evaluation-result-4085417-1465241869/solver-4085417-1465241869 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085417-1465241869.opb 

pid=4436
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.22 2.21 2.18 3/194 4439
/proc/meminfo: memFree=30465784/32872528 swapFree=16252/1391864
[pid=4439] ppid=4436 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/4439/stat : 4439 (java) R 4436 4439 737 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 106120041 278528 33 33554432000 1073741824 1073778376 140734893332064 140734570872968 272877317415 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4439/statm: 84 40 32 9 0 25 0

[startup+0.100158 s]
/proc/loadavg: 2.22 2.21 2.18 3/194 4439
/proc/meminfo: memFree=30465784/32872528 swapFree=16252/1391864
[pid=4439] ppid=4436 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/4439/stat : 4439 (java) S 4436 4439 737 0 -1 4202496 4459 0 1 0 7 1 0 0 20 0 18 0 106120041 9787879424 5572 33554432000 1073741824 1073778376 140734893332064 140734893323200 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4439/statm: 2389619 5572 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.22 2.21 2.18 3/194 4439
/proc/meminfo: memFree=30465784/32872528 swapFree=16252/1391864
[pid=4439] ppid=4436 vsize=9625312 CPUtime=0.24 cores=1,3,5,7
/proc/4439/stat : 4439 (java) S 4436 4439 737 0 -1 4202496 5423 0 1 0 23 1 0 0 20 0 19 0 106120041 9856319488 6945 33554432000 1073741824 1073778376 140734893332064 140734893323200 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4439/statm: 2406328 6945 2223 9 0 2397005 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625312

[startup+0.300241 s]
/proc/loadavg: 2.22 2.21 2.18 3/194 4439
/proc/meminfo: memFree=30465784/32872528 swapFree=16252/1391864
[pid=4439] ppid=4436 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/4439/stat : 4439 (java) S 4436 4439 737 0 -1 4202496 7290 0 1 0 51 2 0 0 20 0 19 0 106120041 9856040960 7873 33554432000 1073741824 1073778376 140734893332064 140734893323200 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4439/statm: 2406260 7873 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700265 s]
/proc/loadavg: 2.22 2.21 2.18 3/194 4439
/proc/meminfo: memFree=30465784/32872528 swapFree=16252/1391864
[pid=4439] ppid=4436 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/4439/stat : 4439 (java) S 4436 4439 737 0 -1 4202496 8033 0 1 0 102 2 0 0 20 0 19 0 106120041 9856040960 8950 33554432000 1073741824 1073778376 140734893332064 140734893323200 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4439/statm: 2406260 8950 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 4458
/proc/meminfo: memFree=30436376/32872528 swapFree=16252/1391864
[pid=4439] ppid=4436 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/4439/stat : 4439 (java) S 4436 4439 737 0 -1 4202496 8045 0 1 0 186 2 0 0 20 0 19 0 106120041 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 140734893323200 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4439/statm: 2406260 9472 2256 9 0 2396937 0
[pid=4439/tid=4441] ppid=4436 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/4439/task/4441/stat : 4441 (java) R 4436 4439 737 0 -1 4202560 2459 0 1 0 145 2 0 0 20 0 19 0 106120042 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700853067488 139700793262516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4442] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4442/stat : 4442 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700791806120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4443] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4443/stat : 4443 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700695939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4444] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4444/stat : 4444 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700694886824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4445] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4445/stat : 4445 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700693834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4446] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4446/stat : 4446 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700692781736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4447] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4447/stat : 4447 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700691729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4448] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4448/stat : 4448 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700690676648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4449] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4449/stat : 4449 (java) S 4436 4439 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700689624104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4450] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4450/stat : 4450 (java) S 4436 4439 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700677212264 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4451] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4451/stat : 4451 (java) S 4436 4439 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700676158584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4452] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4452/stat : 4452 (java) S 4436 4439 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700675105928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4453] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4453/stat : 4453 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700674054672 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4454] ppid=4436 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/4439/task/4454/stat : 4454 (java) S 4436 4439 737 0 -1 4202560 2469 0 0 0 20 0 0 0 20 0 19 0 106120047 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700673002040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4455] ppid=4436 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/4439/task/4455/stat : 4455 (java) S 4436 4439 737 0 -1 4202560 1845 0 0 0 18 0 0 0 20 0 19 0 106120047 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700671949496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4456] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4456/stat : 4456 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700670897144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4457] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4457/stat : 4457 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700669844808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4458] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4458/stat : 4458 (java) S 4436 4439 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106120058 9856040960 9472 33554432000 1073741824 1073778376 140734893332064 139700668789544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.20 2.20 2.18 3/213 4458
/proc/meminfo: memFree=30431908/32872528 swapFree=16252/1391864
[pid=4439] ppid=4436 vsize=9625040 CPUtime=3.49 cores=1,3,5,7
/proc/4439/stat : 4439 (java) S 4436 4439 737 0 -1 4202496 8052 0 1 0 347 2 0 0 20 0 19 0 106120041 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 140734893323200 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4439/statm: 2406260 11012 2256 9 0 2396937 0
[pid=4439/tid=4441] ppid=4436 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/4439/task/4441/stat : 4441 (java) R 4436 4439 737 0 -1 4202560 2462 0 1 0 305 2 0 0 20 0 19 0 106120042 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700853076264 139700793288844 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4442] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4442/stat : 4442 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700791806120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4443] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4443/stat : 4443 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700695939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4444] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4444/stat : 4444 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700694886824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4445] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4445/stat : 4445 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700693834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4446] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4446/stat : 4446 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700692781736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4447] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4447/stat : 4447 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700691729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4448] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4448/stat : 4448 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700690676648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4449] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4449/stat : 4449 (java) S 4436 4439 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700689624104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4450] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4450/stat : 4450 (java) S 4436 4439 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700677212264 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4451] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4451/stat : 4451 (java) S 4436 4439 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700676158584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4452] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4452/stat : 4452 (java) S 4436 4439 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700675105928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4453] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4453/stat : 4453 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700674054672 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4454] ppid=4436 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4439/task/4454/stat : 4454 (java) S 4436 4439 737 0 -1 4202560 2473 0 0 0 21 0 0 0 20 0 19 0 106120047 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700673002040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4455] ppid=4436 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/4439/task/4455/stat : 4455 (java) S 4436 4439 737 0 -1 4202560 1845 0 0 0 18 0 0 0 20 0 19 0 106120047 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700671949496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4456] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4456/stat : 4456 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700670897144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4457] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4457/stat : 4457 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700669844808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4458] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4458/stat : 4458 (java) S 4436 4439 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106120058 9856040960 11012 33554432000 1073741824 1073778376 140734893332064 139700668789544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.20 2.20 2.18 3/213 4458
/proc/meminfo: memFree=30421900/32872528 swapFree=16252/1391864
[pid=4439] ppid=4436 vsize=9625040 CPUtime=6.69 cores=1,3,5,7
/proc/4439/stat : 4439 (java) S 4436 4439 737 0 -1 4202496 8059 0 1 0 667 2 0 0 20 0 19 0 106120041 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 140734893323200 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4439/statm: 2406260 13410 2257 9 0 2396937 0
[pid=4439/tid=4441] ppid=4436 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/4439/task/4441/stat : 4441 (java) R 4436 4439 737 0 -1 4202560 2468 0 1 0 624 2 0 0 20 0 19 0 106120042 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700853067472 139700793288738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4442] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4442/stat : 4442 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700791806120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4443] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4443/stat : 4443 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700695939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4444] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4444/stat : 4444 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700694886824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4445] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4445/stat : 4445 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700693834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4446] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4446/stat : 4446 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700692781736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4447] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4447/stat : 4447 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700691729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4448] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4448/stat : 4448 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700690676648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4449] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4449/stat : 4449 (java) S 4436 4439 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106120043 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700689624104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4450] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4450/stat : 4450 (java) S 4436 4439 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700677212264 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4451] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4451/stat : 4451 (java) S 4436 4439 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700676158584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4452] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4452/stat : 4452 (java) S 4436 4439 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700675105928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4453] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4453/stat : 4453 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700674054672 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4454] ppid=4436 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4439/task/4454/stat : 4454 (java) S 4436 4439 737 0 -1 4202560 2473 0 0 0 21 0 0 0 20 0 19 0 106120047 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700673002040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4455] ppid=4436 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/4439/task/4455/stat : 4455 (java) S 4436 4439 737 0 -1 4202560 1845 0 0 0 18 0 0 0 20 0 19 0 106120047 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700671949496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4456] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4456/stat : 4456 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700670897144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4457] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4457/stat : 4457 (java) S 4436 4439 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700669844808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4458] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4458/stat : 4458 (java) S 4436 4439 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106120058 9856040960 13410 33554432000 1073741824 1073778376 140734893332064 139700668789544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9625040


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

/proc/4439/task/4451/stat : 4451 (java) S 4436 4439 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700676158584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4452] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4452/stat : 4452 (java) S 4436 4439 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700675105928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4453] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4453/stat : 4453 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700674054672 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4454] ppid=4436 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4439/task/4454/stat : 4454 (java) S 4436 4439 737 0 -1 4202560 3450 0 0 0 27 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700673002040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4455] ppid=4436 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/4439/task/4455/stat : 4455 (java) S 4436 4439 737 0 -1 4202560 1845 0 0 0 18 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700671949496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4456] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4456/stat : 4456 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700670897144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4457] ppid=4436 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/4439/task/4457/stat : 4457 (java) S 4436 4439 737 0 -1 4202560 100 0 0 0 18 23 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700669844808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=4439/tid=4458] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4458/stat : 4458 (java) S 4436 4439 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106120058 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700668789544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.86
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.18 2.18 3/213 4590
/proc/meminfo: memFree=30125864/32872528 swapFree=16252/1391864
[pid=4439] ppid=4436 vsize=9625040 CPUtime=1783.87 cores=1,3,5,7
/proc/4439/stat : 4439 (java) S 4436 4439 737 0 -1 4202496 10114 0 1 0 178339 48 0 0 20 0 19 0 106120041 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 140734893323200 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4439/statm: 2406260 82850 2272 9 0 2396937 0
[pid=4439/tid=4441] ppid=4436 vsize=9625040 CPUtime=1781.8 cores=1,3,5,7
/proc/4439/task/4441/stat : 4441 (java) R 4436 4439 737 0 -1 4202560 2539 0 1 0 178147 33 0 0 20 0 19 0 106120042 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700853067456 139700793288849 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4442] ppid=4436 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/4439/task/4442/stat : 4442 (java) S 4436 4439 737 0 -1 4202560 140 0 0 0 14 2 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700791806120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4443] ppid=4436 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4439/task/4443/stat : 4443 (java) S 4436 4439 737 0 -1 4202560 149 0 0 0 15 2 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700695939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4444] ppid=4436 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/4439/task/4444/stat : 4444 (java) S 4436 4439 737 0 -1 4202560 87 0 0 0 16 3 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700694886824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4445] ppid=4436 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/4439/task/4445/stat : 4445 (java) S 4436 4439 737 0 -1 4202560 191 0 0 0 16 4 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700693834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4446] ppid=4436 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/4439/task/4446/stat : 4446 (java) S 4436 4439 737 0 -1 4202560 56 0 0 0 13 2 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700692781736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4447] ppid=4436 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4439/task/4447/stat : 4447 (java) S 4436 4439 737 0 -1 4202560 166 0 0 0 18 3 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700691729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4448] ppid=4436 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/4439/task/4448/stat : 4448 (java) S 4436 4439 737 0 -1 4202560 23 0 0 0 13 1 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700690676648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4449] ppid=4436 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/4439/task/4449/stat : 4449 (java) S 4436 4439 737 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700689624104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4450] ppid=4436 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/4439/task/4450/stat : 4450 (java) S 4436 4439 737 0 -1 4202560 55 0 0 0 1 0 0 0 20 0 19 0 106120044 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700677212264 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4451] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4451/stat : 4451 (java) S 4436 4439 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700676158584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4452] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4452/stat : 4452 (java) S 4436 4439 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700675105928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4453] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4453/stat : 4453 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700674054672 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4454] ppid=4436 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4439/task/4454/stat : 4454 (java) S 4436 4439 737 0 -1 4202560 3450 0 0 0 27 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700673002040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4455] ppid=4436 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/4439/task/4455/stat : 4455 (java) S 4436 4439 737 0 -1 4202560 1845 0 0 0 18 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700671949496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4456] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4456/stat : 4456 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700670897144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4457] ppid=4436 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/4439/task/4457/stat : 4457 (java) S 4436 4439 737 0 -1 4202560 104 0 0 0 19 24 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700669844808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=4439/tid=4458] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4458/stat : 4458 (java) S 4436 4439 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106120058 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700668789544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.87
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.29 2.20 2.18 3/213 4591
/proc/meminfo: memFree=30117240/32872528 swapFree=16252/1391864
[pid=4439] ppid=4436 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/4439/stat : 4439 (java) S 4436 4439 737 0 -1 4202496 10114 0 1 0 179960 48 0 0 20 0 19 0 106120041 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 140734893323200 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4439/statm: 2406260 82850 2272 9 0 2396937 0
[pid=4439/tid=4441] ppid=4436 vsize=9625040 CPUtime=1798.01 cores=1,3,5,7
/proc/4439/task/4441/stat : 4441 (java) R 4436 4439 737 0 -1 4202560 2539 0 1 0 179768 33 0 0 20 0 19 0 106120042 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700853067456 139700793263375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4442] ppid=4436 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/4439/task/4442/stat : 4442 (java) S 4436 4439 737 0 -1 4202560 140 0 0 0 14 2 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700791806120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4443] ppid=4436 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4439/task/4443/stat : 4443 (java) S 4436 4439 737 0 -1 4202560 149 0 0 0 15 2 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700695939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4444] ppid=4436 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/4439/task/4444/stat : 4444 (java) S 4436 4439 737 0 -1 4202560 87 0 0 0 16 3 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700694886824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4445] ppid=4436 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/4439/task/4445/stat : 4445 (java) S 4436 4439 737 0 -1 4202560 191 0 0 0 16 4 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700693834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4446] ppid=4436 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/4439/task/4446/stat : 4446 (java) S 4436 4439 737 0 -1 4202560 56 0 0 0 13 2 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700692781736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4447] ppid=4436 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4439/task/4447/stat : 4447 (java) S 4436 4439 737 0 -1 4202560 166 0 0 0 18 3 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700691729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4448] ppid=4436 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/4439/task/4448/stat : 4448 (java) S 4436 4439 737 0 -1 4202560 23 0 0 0 13 1 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700690676648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4449] ppid=4436 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/4439/task/4449/stat : 4449 (java) S 4436 4439 737 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700689624104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4450] ppid=4436 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/4439/task/4450/stat : 4450 (java) S 4436 4439 737 0 -1 4202560 55 0 0 0 1 0 0 0 20 0 19 0 106120044 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700677212264 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4451] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4451/stat : 4451 (java) S 4436 4439 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700676158584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4452] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4452/stat : 4452 (java) S 4436 4439 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700675105928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4453] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4453/stat : 4453 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700674054672 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4454] ppid=4436 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4439/task/4454/stat : 4454 (java) S 4436 4439 737 0 -1 4202560 3450 0 0 0 27 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700673002040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4455] ppid=4436 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/4439/task/4455/stat : 4455 (java) S 4436 4439 737 0 -1 4202560 1845 0 0 0 18 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700671949496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4456] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4456/stat : 4456 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700670897144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4457] ppid=4436 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/4439/task/4457/stat : 4457 (java) S 4436 4439 737 0 -1 4202560 104 0 0 0 20 24 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700669844808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=4439/tid=4458] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4458/stat : 4458 (java) S 4436 4439 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106120058 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700668789544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 4439 sig 9
??? kill -4439 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.29 2.20 2.18 3/213 4591
/proc/meminfo: memFree=30117240/32872528 swapFree=16252/1391864
[pid=4439] ppid=4436 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/4439/stat : 4439 (java) S 4436 4439 737 0 -1 4202496 10114 0 1 0 179960 48 0 0 20 0 19 0 106120041 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 140734893323200 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4439/statm: 2406260 82850 2272 9 0 2396937 0
[pid=4439/tid=4441] ppid=4436 vsize=9625040 CPUtime=1798.01 cores=1,3,5,7
/proc/4439/task/4441/stat : 4441 (java) R 4436 4439 737 0 -1 4202560 2539 0 1 0 179768 33 0 0 20 0 19 0 106120042 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700853067456 139700793263375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4442] ppid=4436 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/4439/task/4442/stat : 4442 (java) S 4436 4439 737 0 -1 4202560 140 0 0 0 14 2 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700791806120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4443] ppid=4436 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4439/task/4443/stat : 4443 (java) S 4436 4439 737 0 -1 4202560 149 0 0 0 15 2 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700695939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4444] ppid=4436 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/4439/task/4444/stat : 4444 (java) S 4436 4439 737 0 -1 4202560 87 0 0 0 16 3 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700694886824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4445] ppid=4436 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/4439/task/4445/stat : 4445 (java) S 4436 4439 737 0 -1 4202560 191 0 0 0 16 4 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700693834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4446] ppid=4436 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/4439/task/4446/stat : 4446 (java) S 4436 4439 737 0 -1 4202560 56 0 0 0 13 2 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700692781736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4447] ppid=4436 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4439/task/4447/stat : 4447 (java) S 4436 4439 737 0 -1 4202560 166 0 0 0 18 3 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700691729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4448] ppid=4436 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/4439/task/4448/stat : 4448 (java) S 4436 4439 737 0 -1 4202560 23 0 0 0 13 1 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700690676648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4439/tid=4449] ppid=4436 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/4439/task/4449/stat : 4449 (java) S 4436 4439 737 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 19 0 106120043 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700689624104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4450] ppid=4436 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/4439/task/4450/stat : 4450 (java) S 4436 4439 737 0 -1 4202560 55 0 0 0 1 0 0 0 20 0 19 0 106120044 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700677212264 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4439/tid=4451] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4451/stat : 4451 (java) S 4436 4439 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700676158584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4452] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4452/stat : 4452 (java) S 4436 4439 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106120044 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700675105928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4453] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4453/stat : 4453 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700674054672 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4454] ppid=4436 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4439/task/4454/stat : 4454 (java) S 4436 4439 737 0 -1 4202560 3450 0 0 0 27 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700673002040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4439/tid=4455] ppid=4436 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/4439/task/4455/stat : 4455 (java) S 4436 4439 737 0 -1 4202560 1845 0 0 0 18 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700671949496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4456] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4456/stat : 4456 (java) S 4436 4439 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700670897144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4439/tid=4457] ppid=4436 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/4439/task/4457/stat : 4457 (java) S 4436 4439 737 0 -1 4202560 104 0 0 0 20 24 0 0 20 0 19 0 106120047 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700669844808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=4439/tid=4458] ppid=4436 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4439/task/4458/stat : 4458 (java) S 4436 4439 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106120058 9856040960 82850 33554432000 1073741824 1073778376 140734893332064 139700668789544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.55
CPU time (s): 1800.61
CPU user time (s): 1799.7
CPU system time (s): 0.910861
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 9625312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.910861
maximum resident set size= 331580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10166
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38410
involuntary context switches= 9985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3243 second user time and 12.0622 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 21:37:49
IDJOB=4085417
IDBENCH=2851
IDSOLVER=2546
FILE ID=node119/4085417-1465241869
RUNJOBID= node119-1465217315-755
PBS_JOBID= 19843200
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/logic_synthesis/normalized-m100_300_10_15.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085417-1465241869/watcher-4085417-1465241869 -o /tmp/evaluation-result-4085417-1465241869/solver-4085417-1465241869 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085417-1465241869.opb

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

MD5SUM BENCH= 34bb25320bcbfa536bfc14194ca6ac66
RANDOM SEED=1010709677

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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.410
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.410
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.410
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.410
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:        30466428 kB
Buffers:           34756 kB
Cached:            95396 kB
SwapCached:          856 kB
Active:           243988 kB
Inactive:          69944 kB
Active(anon):     184636 kB
Inactive(anon):     1640 kB
Active(file):      59352 kB
Inactive(file):    68304 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100136 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1591432 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             566100 kB
SReclaimable:      10208 kB
SUnreclaim:       555892 kB
KernelStack:        1760 kB
PageTables:         7216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1533952 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= 71736 MiB
End job on node119 at 2016-06-06 22:07:48