Trace number 4106764

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-23 1800.69 900.964

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_2.opb
MD5SUMc154cb0964ce03c2d199339cf62d0c63
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
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 constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2520
Sum of products size (including duplicates)5040
Number of different products1260
Sum of products size2520

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4106764-1466276957.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.43/0.34	c ... done. Wall clock time 0.205s.
0.43/0.34	c declared #vars     200
0.43/0.34	c internal #vars     1460
0.43/0.34	c #constraints  2822
0.43/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.43/0.34	c constraints type 
0.43/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1260
0.43/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.43/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.43/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1260
0.43/0.34	c 2822 constraints processed.
0.43/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.43/0.34	c constraints type 
0.43/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.43/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1260
0.43/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
0.43/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1260
0.43/0.34	c 2822 constraints processed.
0.43/0.34	c objective function length is 100 literals
0.75/0.46	c And the winner is solver1
1.08/0.84	c SATISFIABLE
1.08/0.84	c OPTIMIZING...
1.08/0.84	c Got one! Elapsed wall clock time (in seconds):0.71
1.08/0.84	o -4
1.08/0.86	c And the winner is solver1
1.18/1.34	c Got one! Elapsed wall clock time (in seconds):1.212
1.18/1.34	o -7
1.18/1.36	c And the winner is solver1
1.27/1.84	c Got one! Elapsed wall clock time (in seconds):1.713
1.27/1.84	o -8
1.27/1.85	c And the winner is solver1
1.33/2.34	c Got one! Elapsed wall clock time (in seconds):2.214
1.33/2.34	o -9
1.33/2.36	c And the winner is solver1
1.39/2.85	c Got one! Elapsed wall clock time (in seconds):2.715
1.39/2.85	o -11
1.39/2.85	c And the winner is solver0
1.42/3.35	c Got one! Elapsed wall clock time (in seconds):3.216
1.42/3.35	o -16
1.42/3.35	c And the winner is solver0
1.42/3.85	c Got one! Elapsed wall clock time (in seconds):3.717
1.42/3.85	o -17
1.86/4.05	c And the winner is solver1
2.54/4.35	c Got one! Elapsed wall clock time (in seconds):4.218
2.54/4.35	o -18
3.21/4.61	c And the winner is solver1
3.25/4.85	c Got one! Elapsed wall clock time (in seconds):4.719
3.25/4.85	o -19
3.35/4.92	c And the winner is solver1
3.42/5.35	c Got one! Elapsed wall clock time (in seconds):5.22
3.42/5.35	o -20
3.75/5.60	c cleaning 3757 clauses out of 7513 with flag 8767/7513
5.07/6.17	c cleaning 4863 clauses out of 9759 with flag 36777/13516
6.33/6.76	c cleaning 5945 clauses out of 11893 with flag 69279/20513
7.83/7.46	c cleaning 6976 clauses out of 13959 with flag 101539/28524
9.45/8.25	c cleaning 7984 clauses out of 15973 with flag 137947/37514
11.68/9.30	c cleaning 8987 clauses out of 17990 with flag 175156/47515
13.91/10.31	c cleaning 9993 clauses out of 20004 with flag 215112/58516
16.74/11.79	c cleaning 10999 clauses out of 22014 with flag 247241/70519
19.82/13.29	c cleaning 11996 clauses out of 24009 with flag 291168/83513
23.00/14.84	c cleaning 13011 clauses out of 26022 with flag 338151/97522
26.68/16.62	c cleaning 14003 clauses out of 28009 with flag 385497/112520
30.88/18.78	c cleaning 14995 clauses out of 30000 with flag 433582/128514
35.94/21.23	c cleaning 16005 clauses out of 32009 with flag 477779/145518
41.62/24.04	c cleaning 16999 clauses out of 33999 with flag 526835/163513
48.02/27.30	c cleaning 17993 clauses out of 36001 with flag 578132/182514
55.02/30.71	c cleaning 18986 clauses out of 38011 with flag 625592/202517
55.87/31.18	c And the winner is solver1
56.06/31.37	c Got one! Elapsed wall clock time (in seconds):31.235
56.06/31.37	o -21
56.52/31.62	c cleaning 12466 clauses out of 24932 with flag 10819/208424
57.52/32.11	c cleaning 9234 clauses out of 18467 with flag 41919/214425
58.52/32.64	c cleaning 8104 clauses out of 16236 with flag 78036/221428
59.72/33.26	c cleaning 8041 clauses out of 16129 with flag 118654/229425
61.12/33.98	c cleaning 8539 clauses out of 17087 with flag 166320/238424
63.12/34.92	c cleaning 9251 clauses out of 18552 with flag 212679/248428
64.92/35.83	c And the winner is solver1
64.92/35.87	c Got one! Elapsed wall clock time (in seconds):35.736
64.92/35.87	o -22
66.07/36.45	c cleaning 11550 clauses out of 23108 with flag 28407/262235
67.05/36.94	c cleaning 8753 clauses out of 17561 with flag 61809/268238
68.09/37.48	c cleaning 7879 clauses out of 15805 with flag 100872/275235
69.47/38.13	c cleaning 7970 clauses out of 15939 with flag 140105/283248
70.95/38.85	c cleaning 8458 clauses out of 16956 with flag 184399/292235
72.56/39.64	c cleaning 9238 clauses out of 18498 with flag 234860/302235
74.55/40.61	c cleaning 10121 clauses out of 20261 with flag 285517/313236
76.55/41.69	c cleaning 11042 clauses out of 22139 with flag 342597/325235
79.36/43.05	c cleaning 12049 clauses out of 24098 with flag 402672/338236
82.55/44.62	c cleaning 13018 clauses out of 26049 with flag 465983/352236
85.59/46.16	c cleaning 14016 clauses out of 28032 with flag 529742/367237
89.20/47.93	c cleaning 14989 clauses out of 30015 with flag 599208/383236
92.62/49.64	c cleaning 16013 clauses out of 32025 with flag 682842/400235
96.81/51.75	c cleaning 16999 clauses out of 34013 with flag 761371/418236
101.26/53.97	c cleaning 18003 clauses out of 36013 with flag 840958/437235
105.86/56.28	c cleaning 19004 clauses out of 38012 with flag 927105/457237
111.24/58.98	c cleaning 20005 clauses out of 40009 with flag 1028139/478238
117.30/61.97	c cleaning 20994 clauses out of 42002 with flag 1127596/500236
124.11/65.30	c cleaning 21967 clauses out of 44007 with flag 1230314/523235
130.17/68.37	c cleaning 23019 clauses out of 46040 with flag 1346281/547235
136.35/71.42	c cleaning 24010 clauses out of 48022 with flag 1461056/572236
143.60/75.07	c cleaning 25003 clauses out of 50011 with flag 1574443/598235
151.80/79.16	c cleaning 26000 clauses out of 52010 with flag 1689458/625237
159.87/83.12	c cleaning 26975 clauses out of 54008 with flag 1808290/653235
162.10/84.21	c cleaning 0 clauses out of 5950 with flag 0/5951
169.98/88.08	c cleaning 28017 clauses out of 56033 with flag 1938921/682235
179.85/92.94	c cleaning 29009 clauses out of 58017 with flag 2078338/712236
188.71/97.34	c cleaning 29970 clauses out of 60007 with flag 2218556/743235
198.77/102.39	c cleaning 31024 clauses out of 62047 with flag 2355640/775245
210.02/107.99	c cleaning 32006 clauses out of 64013 with flag 2498767/808235
220.63/113.29	c cleaning 32992 clauses out of 66008 with flag 2651456/842236
232.26/119.07	c cleaning 33986 clauses out of 68015 with flag 2811104/877235
243.51/124.70	c cleaning 35010 clauses out of 70029 with flag 2979297/913235
255.33/130.59	c cleaning 36010 clauses out of 72019 with flag 3135928/950235
269.22/137.44	c cleaning 36992 clauses out of 74009 with flag 3293425/988235
282.85/144.29	c cleaning 38004 clauses out of 76020 with flag 3456808/1027238
297.53/151.56	c cleaning 38997 clauses out of 78013 with flag 3642791/1067235
311.81/158.69	c cleaning 39999 clauses out of 80016 with flag 3832868/1108235
325.84/165.65	c cleaning 40980 clauses out of 82017 with flag 4007889/1150235
340.75/173.00	c cleaning 42024 clauses out of 84048 with flag 4196376/1193246
341.15/173.28	c And the winner is solver1
341.37/173.41	c Got one! Elapsed wall clock time (in seconds):173.284
341.37/173.41	o -23
342.37/173.93	c cleaning 23754 clauses out of 47510 with flag 15902/1198732
343.35/174.49	c cleaning 14875 clauses out of 29758 with flag 43708/1204734
344.75/175.11	c cleaning 10933 clauses out of 21886 with flag 78223/1211737
346.01/175.78	c cleaning 9463 clauses out of 18952 with flag 114619/1219736
347.61/176.51	c cleaning 9219 clauses out of 18485 with flag 161875/1228732
349.21/177.36	c cleaning 9618 clauses out of 19267 with flag 208337/1238733
351.03/178.26	c cleaning 10310 clauses out of 20649 with flag 263080/1249733
353.02/179.29	c cleaning 11146 clauses out of 22338 with flag 321709/1261732
355.43/180.43	c cleaning 12075 clauses out of 24192 with flag 379378/1274732
358.04/181.70	c cleaning 13048 clauses out of 26117 with flag 445905/1288732
360.64/183.01	c cleaning 14002 clauses out of 28072 with flag 525242/1303735
363.67/184.58	c cleaning 15020 clauses out of 30067 with flag 607247/1319732
367.07/186.26	c cleaning 16013 clauses out of 32047 with flag 702701/1336732
370.90/188.11	c cleaning 17010 clauses out of 34034 with flag 788995/1354732
374.70/190.09	c cleaning 18005 clauses out of 36024 with flag 881103/1373732
379.48/192.68	c cleaning 18975 clauses out of 38021 with flag 978916/1393734
384.08/194.91	c cleaning 20022 clauses out of 40044 with flag 1076988/1414732
388.70/197.27	c cleaning 21003 clauses out of 42022 with flag 1183089/1436732
394.13/199.91	c cleaning 22002 clauses out of 44019 with flag 1299631/1459732
400.17/202.90	c cleaning 23004 clauses out of 46017 with flag 1410889/1483732
407.17/206.48	c cleaning 24006 clauses out of 48013 with flag 1534322/1508732
413.79/209.77	c cleaning 24963 clauses out of 50007 with flag 1675806/1534732
420.62/213.19	c cleaning 26008 clauses out of 52044 with flag 1820929/1561732
428.09/216.84	c cleaning 27018 clauses out of 54036 with flag 1970908/1589732
435.51/220.52	c cleaning 27999 clauses out of 56018 with flag 2114848/1618732
443.16/224.39	c cleaning 29008 clauses out of 58022 with flag 2267550/1648735
452.01/228.71	c cleaning 29994 clauses out of 60011 with flag 2420686/1679732
461.25/233.37	c cleaning 31008 clauses out of 62018 with flag 2603592/1711733
470.69/238.05	c cleaning 31977 clauses out of 64009 with flag 2767011/1744732
480.33/242.87	c cleaning 33016 clauses out of 66032 with flag 2946960/1778732
488.94/247.18	c cleaning 34008 clauses out of 68016 with flag 3132458/1813732
499.41/252.36	c cleaning 34969 clauses out of 70008 with flag 3332029/1849732
510.29/257.77	c cleaning 36002 clauses out of 72042 with flag 3518039/1886735
521.56/263.37	c cleaning 36995 clauses out of 74037 with flag 3710276/1924732
534.85/269.95	c cleaning 37997 clauses out of 76042 with flag 3915964/1963732
548.72/276.83	c cleaning 38998 clauses out of 78046 with flag 4121027/2003733
562.57/283.80	c cleaning 40003 clauses out of 80048 with flag 4331374/2044733
576.65/290.77	c cleaning 40974 clauses out of 82045 with flag 4567667/2086733
591.31/298.02	c cleaning 42021 clauses out of 84070 with flag 4814344/2129732
606.78/305.78	c cleaning 42992 clauses out of 86049 with flag 5025514/2173732
623.29/314.27	c cleaning 44030 clauses out of 88059 with flag 5238728/2218734
641.56/323.40	c cleaning 45013 clauses out of 90028 with flag 5472716/2264733
658.41/331.78	c cleaning 46003 clauses out of 92015 with flag 5719621/2311733
676.53/340.76	c cleaning 46974 clauses out of 94012 with flag 5992691/2359733
694.47/349.63	c cleaning 47987 clauses out of 96038 with flag 6281632/2408733
712.58/358.61	c cleaning 48995 clauses out of 98050 with flag 6545097/2458732
718.56/361.67	c cleaning 0 clauses out of 11082 with flag 0/11083
731.29/367.99	c cleaning 50010 clauses out of 100055 with flag 6796895/2509732
752.35/378.49	c cleaning 51017 clauses out of 102045 with flag 7054356/2561732
772.81/388.65	c cleaning 52009 clauses out of 104030 with flag 7330812/2614734
795.11/399.71	c cleaning 52976 clauses out of 106020 with flag 7596501/2668733
817.20/410.77	c cleaning 54008 clauses out of 108043 with flag 7861741/2723732
841.10/422.92	c cleaning 55013 clauses out of 110036 with flag 8128394/2779733
864.80/434.71	c cleaning 56002 clauses out of 112022 with flag 8400826/2836732
887.90/446.24	c cleaning 57011 clauses out of 114021 with flag 8681693/2894733
911.37/457.93	c cleaning 58000 clauses out of 116012 with flag 8992668/2953735
933.87/469.16	c cleaning 58995 clauses out of 118011 with flag 9290239/3013734
958.95/481.68	c cleaning 60001 clauses out of 120014 with flag 9585837/3074732
985.15/495.12	c cleaning 60997 clauses out of 122013 with flag 9910996/3136732
1011.87/508.41	c cleaning 62008 clauses out of 124016 with flag 10237972/3199732
1039.64/522.26	c cleaning 62996 clauses out of 126008 with flag 10556012/3263732
1069.20/536.98	c cleaning 63986 clauses out of 128013 with flag 10873442/3328733
1098.07/551.32	c cleaning 65000 clauses out of 130028 with flag 11157303/3394734
1130.89/567.66	c cleaning 65993 clauses out of 132026 with flag 11483337/3461732
1163.65/583.94	c cleaning 67004 clauses out of 134033 with flag 11830549/3529732
1195.15/599.67	c cleaning 67993 clauses out of 136030 with flag 12194005/3598733
1227.97/615.97	c cleaning 69004 clauses out of 138036 with flag 12525600/3668732
1259.90/631.88	c cleaning 70015 clauses out of 140033 with flag 12872531/3739733
1293.33/648.44	c cleaning 71012 clauses out of 142023 with flag 13192650/3811738
1327.68/665.51	c cleaning 71955 clauses out of 144005 with flag 13555886/3884732
1364.09/683.68	c cleaning 73006 clauses out of 146050 with flag 13909269/3958732
1402.40/702.75	c cleaning 74017 clauses out of 148044 with flag 14284639/4033732
1440.28/721.57	c cleaning 74969 clauses out of 150027 with flag 14639029/4109732
1479.79/741.10	c cleaning 76012 clauses out of 152058 with flag 15022699/4186732
1517.52/759.94	c cleaning 76986 clauses out of 154046 with flag 15373872/4264732
1556.01/779.05	c cleaning 78014 clauses out of 156060 with flag 15736538/4343732
1594.93/798.34	c cleaning 78993 clauses out of 158046 with flag 16106365/4423732
1637.19/819.86	c cleaning 80012 clauses out of 160053 with flag 16484716/4504732
1678.66/840.55	c cleaning 81020 clauses out of 162041 with flag 16891056/4586732
1724.56/863.33	c cleaning 82004 clauses out of 164021 with flag 17226205/4669732
1770.98/886.48	c cleaning 83004 clauses out of 166018 with flag 17538441/4753733
1799.88/900.80	c cleaning 0 clauses out of 17081 with flag 0/17082
1800.09/900.91	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.09/900.91	c starts		: 68192
1800.09/900.91	c conflicts		: 4813155
1800.09/900.91	c decisions		: 38794644
1800.09/900.91	c propagations		: 254735248
1800.09/900.91	c inspects		: 9570627966
1800.09/900.91	c shortcuts		: 0
1800.09/900.91	c learnt literals	: 0
1800.09/900.91	c learnt binary clauses	: 2
1800.09/900.91	c learnt ternary clauses	: 5007
1800.09/900.91	c learnt constraints	: 4813155
1800.09/900.91	c ignored constraints	: 0
1800.09/900.91	c root simplifications	: 0
1800.09/900.91	c removed literals (reason simplification)	: 351332510
1800.09/900.91	c reason swapping (by a shorter reason)	: 0
1800.09/900.91	c Calls to reduceDB	: 141
1800.09/900.91	c Number of update (reduction) of LBD	: 2549641
1800.09/900.91	c Imported unit clauses	: 0
1800.09/900.91	c number of reductions to clauses (during analyze)	: 0
1800.09/900.91	c number of learned constraints concerned by reduction	: 0
1800.09/900.91	c number of learning phase by resolution	: 0
1800.09/900.91	c number of learning phase by cutting planes	: 0
1800.09/900.91	c speed (assignments/second)	: 350155.3941486642
1800.09/900.91	c non guided choices	1
1800.09/900.94	c learnt constraints type 
1800.09/900.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.09/900.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142434
1800.09/900.94	c >>>>>>>>>> Solver number 1 (11 answers) <<<<<<<<<<<<<<<<<<
1800.09/900.94	c starts		: 57
1800.09/900.94	c conflicts		: 17084
1800.09/900.94	c decisions		: 75832
1800.09/900.94	c propagations		: 1293311
1800.09/900.94	c inspects		: 921459451
1800.09/900.94	c shortcuts		: 0
1800.09/900.94	c learnt literals	: 0
1800.09/900.94	c learnt binary clauses	: 0
1800.09/900.94	c learnt ternary clauses	: 0
1800.09/900.94	c learnt constraints	: 17082
1800.09/900.94	c ignored constraints	: 0
1800.09/900.94	c root simplifications	: 0
1800.09/900.94	c removed literals (reason simplification)	: 0
1800.09/900.94	c reason swapping (by a shorter reason)	: 0
1800.09/900.94	c Calls to reduceDB	: 3
1800.09/900.94	c Number of update (reduction) of LBD	: 0
1800.09/900.94	c Imported unit clauses	: 0
1800.09/900.94	c number of reductions to clauses (during analyze)	: 0
1800.09/900.94	c number of learned constraints concerned by reduction	: 0
1800.09/900.94	c number of learning phase by resolution	: 0
1800.09/900.94	c number of learning phase by cutting planes	: 0
1800.09/900.94	c speed (assignments/second)	: 1441.6752406951819
1800.09/900.94	c non guided choices	9
1800.09/900.94	c learnt constraints type 
1800.09/900.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.09/900.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17080
1800.09/900.94	s SATISFIABLE
1800.09/900.94	c Found 13 solution(s)
1800.09/900.95	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 
1800.09/900.95	c objective function=-23
1800.09/900.95	c Total wall clock time (in seconds): 900.816

Verifier Data

OK	-23

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

pid=10554
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: 4.05 4.20 4.24 4/197 10557
/proc/meminfo: memFree=28083304/32872528 swapFree=1286400/1433568
[pid=10557] ppid=10554 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (java) D 10554 10557 3621 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 29742454 278528 33 33554432000 1073741824 1073778376 140736874233792 140736874230968 214360485159 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/10557/statm: 68 33 25 9 0 25 0

[startup+0.100459 s]
/proc/loadavg: 4.05 4.20 4.24 4/197 10557
/proc/meminfo: memFree=28083304/32872528 swapFree=1286400/1433568
[pid=10557] ppid=10554 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10557/stat : 10557 (java) S 10554 10557 3621 0 -1 4202496 4107 0 1 0 6 2 0 0 20 0 18 0 29742454 9787879424 5222 33554432000 1073741824 1073778376 140735771791216 140735771782352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10557/statm: 2389619 5222 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200343 s]
/proc/loadavg: 4.05 4.20 4.24 4/197 10557
/proc/meminfo: memFree=28083304/32872528 swapFree=1286400/1433568
[pid=10557] ppid=10554 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/10557/stat : 10557 (java) S 10554 10557 3621 0 -1 4202496 4567 0 1 0 18 2 0 0 20 0 18 0 29742454 9787879424 7188 33554432000 1073741824 1073778376 140735771791216 140735771782352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10557/statm: 2389619 7188 2178 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558476

[startup+0.300246 s]
/proc/loadavg: 4.05 4.20 4.24 4/197 10557
/proc/meminfo: memFree=28083304/32872528 swapFree=1286400/1433568
[pid=10557] ppid=10554 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/10557/stat : 10557 (java) S 10554 10557 3621 0 -1 4202496 5803 0 1 0 41 2 0 0 20 0 18 0 29742454 9787879424 9165 33554432000 1073741824 1073778376 140735771791216 140735771782352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10557/statm: 2389619 9165 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.70035 s]
/proc/loadavg: 4.05 4.20 4.24 4/197 10557
/proc/meminfo: memFree=28083304/32872528 swapFree=1286400/1433568
[pid=10557] ppid=10554 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/10557/stat : 10557 (java) S 10554 10557 3621 0 -1 4202496 11179 0 1 0 103 5 0 0 20 0 19 0 29742454 10060525568 13986 33554432000 1073741824 1073778376 140735771791216 140735771782352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10557/statm: 2456183 13986 2261 9 0 2446860 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.05 4.20 4.24 3/216 10582
/proc/meminfo: memFree=28034312/32872528 swapFree=1286400/1433568
[pid=10557] ppid=10554 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/10557/stat : 10557 (java) S 10554 10557 3621 0 -1 4202496 11423 0 1 0 118 9 0 0 20 0 19 0 29742454 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140735771782352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10557/statm: 2456183 17613 2264 9 0 2446860 0
[pid=10557/tid=10559] ppid=10554 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/10557/task/10559/stat : 10559 (java) S 10554 10557 3621 0 -1 4202560 2423 0 1 0 28 2 0 0 20 0 19 0 29742455 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210395403128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10560] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10560/stat : 10560 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210356894120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10561] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10561/stat : 10561 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210355841576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10562] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10562/stat : 10562 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210354788520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10563] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10563/stat : 10563 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210353735976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10564] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10564/stat : 10564 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210352683944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10565] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10565/stat : 10565 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210351631400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10566] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10566/stat : 10566 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210350578344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10567] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10567/stat : 10567 (java) S 10554 10557 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210349525800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10568] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10568/stat : 10568 (java) S 10554 10557 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29742458 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210219424104 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10569] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10569/stat : 10569 (java) S 10554 10557 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29742459 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210218370424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10570] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10570/stat : 10570 (java) S 10554 10557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29742459 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210217317256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10571] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10571/stat : 10571 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742461 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210216266000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10572] ppid=10554 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/10557/task/10572/stat : 10572 (java) S 10554 10557 3621 0 -1 4202560 3362 0 0 0 30 0 0 0 20 0 19 0 29742461 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140210215213880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10573] ppid=10554 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/10557/task/10573/stat : 10573 (java) S 10554 10557 3621 0 -1 4202560 4286 0 0 0 29 2 0 0 20 0 19 0 29742461 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140209341590456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10574] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10574/stat : 10574 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742461 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140209340537592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10575] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10575/stat : 10575 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742461 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140209339485256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10579] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10579/stat : 10579 (java) S 10554 10557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29742489 10060525568 17613 33554432000 1073741824 1073778376 140735771791216 140209335272360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 4.05 4.20 4.24 4/216 10588
/proc/meminfo: memFree=28022200/32872528 swapFree=1286400/1433568
[pid=10557] ppid=10554 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/10557/stat : 10557 (java) S 10554 10557 3621 0 -1 4202496 11596 0 1 0 129 13 0 0 20 0 19 0 29742454 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140735771782352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10557/statm: 2456183 21197 2264 9 0 2446860 0
[pid=10557/tid=10559] ppid=10554 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/10557/task/10559/stat : 10559 (java) S 10554 10557 3621 0 -1 4202560 2424 0 1 0 28 2 0 0 20 0 19 0 29742455 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210395403128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10560] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10560/stat : 10560 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210356894120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10561] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10561/stat : 10561 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210355841576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10562] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10562/stat : 10562 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210354788520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10563] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10563/stat : 10563 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210353735976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10564] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10564/stat : 10564 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210352683944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10565] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10565/stat : 10565 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210351631400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10566] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10566/stat : 10566 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210350578344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10567] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10567/stat : 10567 (java) S 10554 10557 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29742457 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210349525800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10568] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10568/stat : 10568 (java) S 10554 10557 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29742458 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210219424104 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10569] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10569/stat : 10569 (java) S 10554 10557 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29742459 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210218370424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10570] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10570/stat : 10570 (java) S 10554 10557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29742459 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210217317256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10571] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10571/stat : 10571 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742461 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210216266000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10572] ppid=10554 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10557/task/10572/stat : 10572 (java) S 10554 10557 3621 0 -1 4202560 3506 0 0 0 34 0 0 0 20 0 19 0 29742461 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140210215213880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10573] ppid=10554 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/10557/task/10573/stat : 10573 (java) S 10554 10557 3621 0 -1 4202560 4286 0 0 0 33 2 0 0 20 0 19 0 29742461 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140209341590456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10574] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10574/stat : 10574 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742461 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140209340537592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10575] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10575/stat : 10575 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29742461 10060525568 21197 33554432000 1073741824 1073778376 140735771791216 140209339485256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=26 pid=1809 uid=0 cmd=

[startup+6.30103 s]
/proc/loadavg: 3.97 4.18 4.23 6/219 10609
/proc/meminfo: memFree=27908888/32872528 swapFree=1286400/1433568
[pid=10557] ppid=10554 vsize=9824732 CPUtime=5.47 cores=1,3,5,7
/proc/10557/stat : 10557 (java) S 10554 10557 3621 0 -1 4202496 19839 0 1 0 520 27 0 0 20 0 22 0 29742454 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140735771782352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10557/statm: 2456183 52327 2290 9 0 2446860 0
[pid=10557/tid=10559] ppid=10554 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/10557/task/10559/stat : 10559 (java) S 10554 10557 3621 0 -1 4202560 2425 0 1 0 28 2 0 0 20 0 22 0 29742455 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210395403128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10560] ppid=10554 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10557/task/10560/stat : 10560 (java) S 10554 10557 3621 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29742457 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210356894120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10561] ppid=10554 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10557/task/10561/stat : 10561 (java) S 10554 10557 3621 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29742457 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210355841576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10562] ppid=10554 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10557/task/10562/stat : 10562 (java) S 10554 10557 3621 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 29742457 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210354788520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10563] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10563/stat : 10563 (java) S 10554 10557 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29742457 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210353735976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10564] ppid=10554 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10557/task/10564/stat : 10564 (java) S 10554 10557 3621 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 22 0 29742457 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210352683944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10565] ppid=10554 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10557/task/10565/stat : 10565 (java) S 10554 10557 3621 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 29742457 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210351631400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10566] ppid=10554 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10557/task/10566/stat : 10566 (java) S 10554 10557 3621 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 29742457 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210350578344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10567] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10567/stat : 10567 (java) S 10554 10557 3621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29742457 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210349525800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10568] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10568/stat : 10568 (java) S 10554 10557 3621 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 29742458 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210219424104 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10569] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10569/stat : 10569 (java) S 10554 10557 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29742459 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210218370424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10570] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10570/stat : 10570 (java) S 10554 10557 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29742459 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210217317256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10571] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10571/stat : 10571 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29742461 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210216266000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10572] ppid=10554 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/10557/task/10572/stat : 10572 (java) S 10554 10557 3621 0 -1 4202560 9895 0 0 0 93 2 0 0 20 0 22 0 29742461 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140210215213880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10573] ppid=10554 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/10557/task/10573/stat : 10573 (java) S 10554 10557 3621 0 -1 4202560 5892 0 0 0 87 2 0 0 20 0 22 0 29742461 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140209341590456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10574] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10574/stat : 10574 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29742461 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140209340537592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10575] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10575/stat : 10575 (java) S 10554 10557 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29742461 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140209339485256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10600] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10600/stat : 10600 (java) S 10554 10557 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29742839 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140209338430504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10607] ppid=10554 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/10557/task/10607/stat : 10607 (java) R 10554 10557 3621 0 -1 4202560 4 0 0 0 87 0 0 0 20 0 22 0 29742989 10060525568 52327 33554432000 1073741824 1073778376 140735771791216 140209336316192 140210231503958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10608] ppid=10554 vsize=9824732 CPUtime=0.82 cores=1,3,5,7

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

[startup+882.308 s]
/proc/loadavg: 4.23 4.32 4.27 5/219 10767
/proc/meminfo: memFree=23687904/32872528 swapFree=1286400/1433568
[pid=10557] ppid=10554 vsize=9824732 CPUtime=1762.71 cores=1,3,5,7
/proc/10557/stat : 10557 (java) S 10554 10557 3621 0 -1 4202496 33253 0 1 0 176052 219 0 0 20 0 22 0 29742454 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140735771782352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10557/statm: 2456183 817926 2301 9 0 2446860 0
[pid=10557/tid=10559] ppid=10554 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/10557/task/10559/stat : 10559 (java) S 10554 10557 3621 0 -1 4202560 2436 0 1 0 31 4 0 0 20 0 22 0 29742455 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210395403128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10560] ppid=10554 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/10557/task/10560/stat : 10560 (java) S 10554 10557 3621 0 -1 4202560 611 0 0 0 229 17 0 0 20 0 22 0 29742457 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210356894120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10561] ppid=10554 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/10557/task/10561/stat : 10561 (java) S 10554 10557 3621 0 -1 4202560 536 0 0 0 237 14 0 0 20 0 22 0 29742457 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210355841576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10562] ppid=10554 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/10557/task/10562/stat : 10562 (java) S 10554 10557 3621 0 -1 4202560 566 0 0 0 246 15 0 0 20 0 22 0 29742457 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210354788520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10563] ppid=10554 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/10557/task/10563/stat : 10563 (java) S 10554 10557 3621 0 -1 4202560 506 0 0 0 220 15 0 0 20 0 22 0 29742457 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210353735976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10564] ppid=10554 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/10557/task/10564/stat : 10564 (java) S 10554 10557 3621 0 -1 4202560 501 0 0 0 243 14 0 0 20 0 22 0 29742457 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210352683944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10565] ppid=10554 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/10557/task/10565/stat : 10565 (java) S 10554 10557 3621 0 -1 4202560 581 0 0 0 227 12 0 0 20 0 22 0 29742457 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210351631400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10566] ppid=10554 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/10557/task/10566/stat : 10566 (java) S 10554 10557 3621 0 -1 4202560 750 0 0 0 244 14 0 0 20 0 22 0 29742457 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210350578344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10567] ppid=10554 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/10557/task/10567/stat : 10567 (java) S 10554 10557 3621 0 -1 4202560 707 0 0 0 232 14 0 0 20 0 22 0 29742457 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210349525800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10568] ppid=10554 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/10557/task/10568/stat : 10568 (java) S 10554 10557 3621 0 -1 4202560 2144 0 0 0 360 16 0 0 20 0 22 0 29742458 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210219424104 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10569] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10569/stat : 10569 (java) S 10554 10557 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29742459 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210218370424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10570] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10570/stat : 10570 (java) S 10554 10557 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29742459 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210217317256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10571] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10571/stat : 10571 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29742461 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210216266000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10572] ppid=10554 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/10557/task/10572/stat : 10572 (java) S 10554 10557 3621 0 -1 4202560 9901 0 0 0 117 2 0 0 20 0 22 0 29742461 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140210215213880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10573] ppid=10554 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/10557/task/10573/stat : 10573 (java) S 10554 10557 3621 0 -1 4202560 9451 0 0 0 148 3 0 0 20 0 22 0 29742461 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140209341590456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10574] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10574/stat : 10574 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29742461 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140209340537592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10575] ppid=10554 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/10557/task/10575/stat : 10575 (java) S 10554 10557 3621 0 -1 4202560 52 0 0 0 14 24 0 0 20 0 22 0 29742461 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140209339485256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10600] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10600/stat : 10600 (java) S 10554 10557 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29742839 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140209338430504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10621] ppid=10554 vsize=9824732 CPUtime=700.77 cores=1,3,5,7
/proc/10557/task/10621/stat : 10621 (java) R 10554 10557 3621 0 -1 4202560 46 0 0 0 70065 12 0 0 20 0 22 0 29759796 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140209336322832 140210231290023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10622] ppid=10554 vsize=9824732 CPUtime=700.62 cores=1,3,5,7
/proc/10557/task/10622/stat : 10622 (java) R 10554 10557 3621 0 -1 4202560 1799 0 0 0 70046 16 0 0 20 0 22 0 29759796 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140209337376288 140210231503958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10623] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10623/stat : 10623 (java) S 10554 10557 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29759796 10060525568 817926 33554432000 1073741824 1073778376 140735771791216 140209335272232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.71
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.901 s]
/proc/loadavg: 4.16 4.30 4.26 5/219 10767
/proc/meminfo: memFree=23687904/32872528 swapFree=1286400/1433568
[pid=10557] ppid=10554 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/10557/stat : 10557 (java) S 10554 10557 3621 0 -1 4202496 33258 0 1 0 179789 220 0 0 20 0 22 0 29742454 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140735771782352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10557/statm: 2456183 817912 2301 9 0 2446860 0
[pid=10557/tid=10559] ppid=10554 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/10557/task/10559/stat : 10559 (java) S 10554 10557 3621 0 -1 4202560 2436 0 1 0 31 4 0 0 20 0 22 0 29742455 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210395403128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10560] ppid=10554 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/10557/task/10560/stat : 10560 (java) S 10554 10557 3621 0 -1 4202560 611 0 0 0 237 17 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210356894120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10561] ppid=10554 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/10557/task/10561/stat : 10561 (java) S 10554 10557 3621 0 -1 4202560 536 0 0 0 244 14 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210355841576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10562] ppid=10554 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/10557/task/10562/stat : 10562 (java) S 10554 10557 3621 0 -1 4202560 566 0 0 0 250 15 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210354788520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10563] ppid=10554 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/10557/task/10563/stat : 10563 (java) S 10554 10557 3621 0 -1 4202560 506 0 0 0 224 15 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210353735976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10564] ppid=10554 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/10557/task/10564/stat : 10564 (java) S 10554 10557 3621 0 -1 4202560 501 0 0 0 250 14 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210352683944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10565] ppid=10554 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/10557/task/10565/stat : 10565 (java) S 10554 10557 3621 0 -1 4202560 581 0 0 0 229 12 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210351631400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10566] ppid=10554 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/10557/task/10566/stat : 10566 (java) S 10554 10557 3621 0 -1 4202560 750 0 0 0 247 14 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210350578344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10567] ppid=10554 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/10557/task/10567/stat : 10567 (java) S 10554 10557 3621 0 -1 4202560 707 0 0 0 237 14 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210349525800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10568] ppid=10554 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/10557/task/10568/stat : 10568 (java) S 10554 10557 3621 0 -1 4202560 2146 0 0 0 360 16 0 0 20 0 22 0 29742458 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210219424104 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10569] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10569/stat : 10569 (java) S 10554 10557 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29742459 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210218370424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10570] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10570/stat : 10570 (java) S 10554 10557 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29742459 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210217317256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10571] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10571/stat : 10571 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29742461 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210216266000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10572] ppid=10554 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/10557/task/10572/stat : 10572 (java) S 10554 10557 3621 0 -1 4202560 9901 0 0 0 117 2 0 0 20 0 22 0 29742461 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210215213880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10573] ppid=10554 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/10557/task/10573/stat : 10573 (java) S 10554 10557 3621 0 -1 4202560 9451 0 0 0 148 3 0 0 20 0 22 0 29742461 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209341590456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10574] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10574/stat : 10574 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29742461 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209340537592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10575] ppid=10554 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/10557/task/10575/stat : 10575 (java) S 10554 10557 3621 0 -1 4202560 52 0 0 0 14 24 0 0 20 0 22 0 29742461 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209339485256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10600] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10600/stat : 10600 (java) S 10554 10557 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29742839 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209338430504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10621] ppid=10554 vsize=9824732 CPUtime=719.25 cores=1,3,5,7
/proc/10557/task/10621/stat : 10621 (java) R 10554 10557 3621 0 -1 4202560 48 0 0 0 71913 12 0 0 20 0 22 0 29759796 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209336323600 140210231503958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10622] ppid=10554 vsize=9824732 CPUtime=719.09 cores=1,3,5,7
/proc/10557/task/10622/stat : 10622 (java) R 10554 10557 3621 0 -1 4202560 1800 0 0 0 71893 16 0 0 20 0 22 0 29759796 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209337368592 140210231450264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10623] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10623/stat : 10623 (java) S 10554 10557 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29759796 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209335272232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10557 sig 9
??? kill -10557 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+900.901 s]
/proc/loadavg: 4.16 4.30 4.26 5/219 10767
/proc/meminfo: memFree=23687904/32872528 swapFree=1286400/1433568
[pid=10557] ppid=10554 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/10557/stat : 10557 (java) S 10554 10557 3621 0 -1 4202496 33258 0 1 0 179789 220 0 0 20 0 22 0 29742454 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140735771782352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10557/statm: 2456183 817912 2301 9 0 2446860 0
[pid=10557/tid=10559] ppid=10554 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/10557/task/10559/stat : 10559 (java) S 10554 10557 3621 0 -1 4202560 2436 0 1 0 31 4 0 0 20 0 22 0 29742455 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210395403128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10560] ppid=10554 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/10557/task/10560/stat : 10560 (java) S 10554 10557 3621 0 -1 4202560 611 0 0 0 237 17 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210356894120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10561] ppid=10554 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/10557/task/10561/stat : 10561 (java) S 10554 10557 3621 0 -1 4202560 536 0 0 0 244 14 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210355841576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10562] ppid=10554 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/10557/task/10562/stat : 10562 (java) S 10554 10557 3621 0 -1 4202560 566 0 0 0 250 15 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210354788520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10563] ppid=10554 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/10557/task/10563/stat : 10563 (java) S 10554 10557 3621 0 -1 4202560 506 0 0 0 224 15 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210353735976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10564] ppid=10554 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/10557/task/10564/stat : 10564 (java) S 10554 10557 3621 0 -1 4202560 501 0 0 0 250 14 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210352683944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10565] ppid=10554 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/10557/task/10565/stat : 10565 (java) S 10554 10557 3621 0 -1 4202560 581 0 0 0 229 12 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210351631400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10566] ppid=10554 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/10557/task/10566/stat : 10566 (java) S 10554 10557 3621 0 -1 4202560 750 0 0 0 247 14 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210350578344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10567] ppid=10554 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/10557/task/10567/stat : 10567 (java) S 10554 10557 3621 0 -1 4202560 707 0 0 0 237 14 0 0 20 0 22 0 29742457 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210349525800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10568] ppid=10554 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/10557/task/10568/stat : 10568 (java) S 10554 10557 3621 0 -1 4202560 2146 0 0 0 360 16 0 0 20 0 22 0 29742458 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210219424104 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10569] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10569/stat : 10569 (java) S 10554 10557 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29742459 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210218370424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10570] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10570/stat : 10570 (java) S 10554 10557 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29742459 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210217317256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10571] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10571/stat : 10571 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29742461 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210216266000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10572] ppid=10554 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/10557/task/10572/stat : 10572 (java) S 10554 10557 3621 0 -1 4202560 9901 0 0 0 117 2 0 0 20 0 22 0 29742461 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140210215213880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10557/tid=10573] ppid=10554 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/10557/task/10573/stat : 10573 (java) S 10554 10557 3621 0 -1 4202560 9451 0 0 0 148 3 0 0 20 0 22 0 29742461 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209341590456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10574] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10574/stat : 10574 (java) S 10554 10557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29742461 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209340537592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10575] ppid=10554 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/10557/task/10575/stat : 10575 (java) S 10554 10557 3621 0 -1 4202560 52 0 0 0 14 24 0 0 20 0 22 0 29742461 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209339485256 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10557/tid=10600] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10600/stat : 10600 (java) S 10554 10557 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29742839 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209338430504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10621] ppid=10554 vsize=9824732 CPUtime=719.25 cores=1,3,5,7
/proc/10557/task/10621/stat : 10621 (java) R 10554 10557 3621 0 -1 4202560 48 0 0 0 71913 12 0 0 20 0 22 0 29759796 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209336323600 140210231503958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10557/tid=10622] ppid=10554 vsize=9824732 CPUtime=719.09 cores=1,3,5,7
/proc/10557/task/10622/stat : 10622 (java) R 10554 10557 3621 0 -1 4202560 1800 0 0 0 71893 16 0 0 20 0 22 0 29759796 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209337368592 140210231450264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10557/tid=10623] ppid=10554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10557/task/10623/stat : 10623 (java) S 10554 10557 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29759796 10060525568 817912 33554432000 1073741824 1073778376 140735771791216 140209335272232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 900.964
CPU time (s): 1800.69
CPU user time (s): 1797.98
CPU system time (s): 2.71159
CPU usage (%): 199.863
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.98
system time used= 2.71159
maximum resident set size= 3280660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33294
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26464
involuntary context switches= 36822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.97309 second user time and 7.66383 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 21:09:17
IDJOB=4106764
IDBENCH=48241
IDSOLVER=2543
FILE ID=node130/4106764-1466276957
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106764-1466276957/watcher-4106764-1466276957 -o /tmp/evaluation-result-4106764-1466276957/solver-4106764-1466276957 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106764-1466276957.opb

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

MD5SUM BENCH= c154cb0964ce03c2d199339cf62d0c63
RANDOM SEED=2101566139

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28084204 kB
Buffers:           53664 kB
Cached:           169520 kB
SwapCached:         1872 kB
Active:          2442552 kB
Inactive:         171312 kB
Active(anon):    2390792 kB
Inactive(anon):     2284 kB
Active(file):      51760 kB
Inactive(file):   169028 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       3924136 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             601812 kB
SReclaimable:      45268 kB
SUnreclaim:       556544 kB
KernelStack:        1808 kB
PageTables:        12728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4019352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2590720 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= 71744 MiB
End job on node130 at 2016-06-18 21:24:18