Trace number 4081648

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)22 1800.12 899.569

General information on the benchmark

Name/OPT-SMALLINT-LIN/
kullmann/normalized-sbox_4_shg.opb
MD5SUM175e0a4a6cd805ac131e3fa3fd7ba75e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.193969
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables147
Total number of constraints240
Number of constraints which are clauses240
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 constraint2
Maximum length of a constraint21
Number of terms in the objective function 147
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 147
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 147
Number of bits of the biggest sum of numbers8
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081648-1465271483.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.29/0.20	c ... done. Wall clock time 0.089s.
0.29/0.20	c declared #vars     147
0.29/0.20	c #constraints  240
0.29/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.29/0.20	c constraints type 
0.29/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 239
0.29/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.29/0.20	c 240 constraints processed.
0.29/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.29/0.20	c constraints type 
0.29/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.29/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 239
0.29/0.20	c 240 constraints processed.
0.29/0.20	c objective function length is 147 literals
0.29/0.21	c And the winner is solver0
0.31/0.70	c SATISFIABLE
0.31/0.70	c OPTIMIZING...
0.31/0.70	c Got one! Elapsed wall clock time (in seconds):0.594
0.31/0.70	o 32
0.31/0.71	c And the winner is solver0
0.31/1.20	c Got one! Elapsed wall clock time (in seconds):1.098
0.31/1.20	o 31
0.31/1.24	c And the winner is solver0
0.51/1.71	c Got one! Elapsed wall clock time (in seconds):1.599
0.51/1.71	o 30
0.51/1.78	c And the winner is solver1
0.72/2.21	c Got one! Elapsed wall clock time (in seconds):2.101
0.72/2.21	o 29
1.00/2.34	c And the winner is solver1
1.65/2.71	c Got one! Elapsed wall clock time (in seconds):2.603
1.65/2.71	o 28
1.65/2.75	c And the winner is solver1
2.01/3.21	c Got one! Elapsed wall clock time (in seconds):3.104
2.01/3.21	o 27
2.01/3.30	c And the winner is solver1
2.32/3.71	c Got one! Elapsed wall clock time (in seconds):3.605
2.32/3.71	o 26
2.32/3.79	c cleaning 3563 clauses out of 7125 with flag 2781/7125
2.99/3.98	c And the winner is solver1
3.28/4.21	c Got one! Elapsed wall clock time (in seconds):4.107
3.28/4.21	o 25
3.71/4.43	c cleaning 6844 clauses out of 13693 with flag 13014/17256
4.13/4.68	c cleaning 6425 clauses out of 12850 with flag 29060/23257
4.79/4.93	c And the winner is solver1
4.86/5.21	c Got one! Elapsed wall clock time (in seconds):5.108
4.86/5.21	o 24
5.29/5.45	c cleaning 8796 clauses out of 17591 with flag 13213/34423
5.98/5.71	c cleaning 7399 clauses out of 14797 with flag 29138/40425
6.57/6.00	c cleaning 7200 clauses out of 14399 with flag 47619/47426
7.20/6.38	c cleaning 7597 clauses out of 15197 with flag 68759/55424
8.02/6.80	c cleaning 8300 clauses out of 16600 with flag 93314/64424
9.05/7.27	c cleaning 9150 clauses out of 18299 with flag 120181/74423
10.36/7.85	c cleaning 10069 clauses out of 20149 with flag 150925/85423
11.83/8.52	c cleaning 11036 clauses out of 22080 with flag 184634/97423
13.23/9.27	c cleaning 12018 clauses out of 24044 with flag 222960/110423
15.11/10.11	c cleaning 13012 clauses out of 26027 with flag 262443/124424
16.70/10.97	c cleaning 14009 clauses out of 28017 with flag 303003/139426
18.70/11.99	c cleaning 15002 clauses out of 30007 with flag 348789/155425
21.38/13.21	c cleaning 16001 clauses out of 32006 with flag 398559/172426
23.97/14.57	c cleaning 17000 clauses out of 34003 with flag 447343/190424
27.43/16.27	c cleaning 17999 clauses out of 36004 with flag 494985/209425
30.63/17.88	c cleaning 18999 clauses out of 38005 with flag 545318/229425
33.84/19.49	c cleaning 19998 clauses out of 40006 with flag 600383/250425
38.28/21.62	c cleaning 20998 clauses out of 42006 with flag 660671/272423
42.68/23.81	c cleaning 22001 clauses out of 44010 with flag 722045/295425
47.54/26.24	c cleaning 22997 clauses out of 46007 with flag 784048/319423
52.14/28.52	c cleaning 23999 clauses out of 48011 with flag 853460/344424
56.75/30.88	c cleaning 24997 clauses out of 50011 with flag 921062/370423
58.53/31.75	c And the winner is solver1
58.53/32.22	c Got one! Elapsed wall clock time (in seconds):32.114
58.53/32.22	o 23
59.47/32.71	c cleaning 21104 clauses out of 42211 with flag 13462/387620
60.08/33.05	c cleaning 13553 clauses out of 27106 with flag 33112/393619
60.86/33.41	c cleaning 10278 clauses out of 20555 with flag 56442/400621
61.47/33.78	c cleaning 9136 clauses out of 18275 with flag 80784/408619
62.28/34.20	c cleaning 9069 clauses out of 18139 with flag 109792/417619
63.47/34.71	c cleaning 9535 clauses out of 19070 with flag 139812/427619
64.77/35.35	c cleaning 10268 clauses out of 20535 with flag 169330/438619
66.16/36.01	c cleaning 11138 clauses out of 22276 with flag 202076/450628
67.56/36.71	c cleaning 12063 clauses out of 24129 with flag 239062/463619
68.97/37.48	c cleaning 13027 clauses out of 26066 with flag 278477/477619
70.96/38.44	c cleaning 14020 clauses out of 28040 with flag 323358/492620
72.96/39.45	c cleaning 15010 clauses out of 30021 with flag 373116/508621
75.16/40.52	c cleaning 16003 clauses out of 32010 with flag 425138/525620
77.55/41.72	c cleaning 17001 clauses out of 34006 with flag 480838/543619
79.96/42.98	c cleaning 18004 clauses out of 36008 with flag 539975/562622
83.02/44.45	c cleaning 18997 clauses out of 38001 with flag 604859/582619
86.22/46.08	c cleaning 20000 clauses out of 40005 with flag 674048/603620
90.02/47.93	c cleaning 20995 clauses out of 42004 with flag 747089/625619
94.22/50.01	c cleaning 22003 clauses out of 44010 with flag 830529/648620
98.22/52.04	c cleaning 23002 clauses out of 46006 with flag 918007/672619
102.45/54.19	c cleaning 23999 clauses out of 48004 with flag 997591/697619
106.85/56.35	c cleaning 25002 clauses out of 50005 with flag 1070974/723619
112.05/58.98	c cleaning 25999 clauses out of 52003 with flag 1144786/750619
117.67/61.79	c cleaning 27003 clauses out of 54006 with flag 1228112/778621
122.90/64.36	c cleaning 28001 clauses out of 56005 with flag 1310810/807623
126.31/66.03	c cleaning 0 clauses out of 6855 with flag 0/6856
129.29/67.34	c cleaning 28997 clauses out of 58000 with flag 1404855/837619
135.55/70.50	c cleaning 30001 clauses out of 60005 with flag 1497199/868621
142.98/74.11	c cleaning 31001 clauses out of 62003 with flag 1585267/900620
149.18/77.25	c cleaning 31997 clauses out of 64001 with flag 1680763/933619
154.58/79.93	c cleaning 32998 clauses out of 66004 with flag 1779078/967619
162.24/83.79	c cleaning 33999 clauses out of 68006 with flag 1878359/1002619
169.82/87.52	c cleaning 35002 clauses out of 70008 with flag 1979775/1038620
176.67/90.99	c cleaning 35997 clauses out of 72006 with flag 2089079/1075620
184.08/94.64	c cleaning 37003 clauses out of 74008 with flag 2209737/1113619
192.32/98.75	c cleaning 37998 clauses out of 76006 with flag 2321889/1152620
200.92/103.03	c cleaning 39004 clauses out of 78007 with flag 2447634/1192619
209.57/107.31	c cleaning 40002 clauses out of 80003 with flag 2570920/1233619
218.37/111.74	c cleaning 41001 clauses out of 82004 with flag 2698672/1275622
227.82/116.47	c cleaning 41996 clauses out of 84001 with flag 2823377/1318620
236.07/120.58	c cleaning 43001 clauses out of 86004 with flag 2949380/1362619
245.87/125.42	c cleaning 44001 clauses out of 88004 with flag 3079720/1407620
255.72/130.39	c cleaning 44999 clauses out of 90002 with flag 3210112/1453619
265.56/135.30	c cleaning 46001 clauses out of 92003 with flag 3340781/1500619
276.39/140.66	c cleaning 47000 clauses out of 94002 with flag 3482438/1548619
288.06/146.43	c cleaning 48000 clauses out of 96002 with flag 3633098/1597619
293.45/149.17	c And the winner is solver1
293.45/149.26	c Got one! Elapsed wall clock time (in seconds):149.151
293.45/149.26	o 22
294.75/149.94	c cleaning 41816 clauses out of 83632 with flag 13189/1633249
295.55/150.39	c cleaning 23906 clauses out of 47814 with flag 29677/1639247
296.36/150.72	c cleaning 15450 clauses out of 30907 with flag 48300/1646246
296.95/151.09	c cleaning 11729 clauses out of 23457 with flag 69864/1654246
297.75/151.49	c cleaning 10364 clauses out of 20728 with flag 95558/1663246
298.77/151.91	c cleaning 10176 clauses out of 20364 with flag 124768/1673246
299.78/152.44	c cleaning 10590 clauses out of 21188 with flag 158323/1684246
300.99/153.05	c cleaning 11294 clauses out of 22598 with flag 195191/1696246
302.18/153.68	c cleaning 12152 clauses out of 24305 with flag 235497/1709247
303.58/154.38	c cleaning 13075 clauses out of 26152 with flag 281226/1723246
305.39/155.22	c cleaning 14039 clauses out of 28078 with flag 326986/1738247
307.18/156.15	c cleaning 15019 clauses out of 30040 with flag 372329/1754248
309.18/157.17	c cleaning 16010 clauses out of 32024 with flag 420434/1771251
311.43/158.20	c cleaning 17002 clauses out of 34009 with flag 472043/1789246
313.63/159.33	c cleaning 18000 clauses out of 36008 with flag 523200/1808247
316.03/160.55	c cleaning 19003 clauses out of 38007 with flag 576202/1828246
318.64/161.89	c cleaning 19999 clauses out of 40006 with flag 634445/1849248
321.86/163.43	c cleaning 21003 clauses out of 42005 with flag 695830/1871246
324.87/164.90	c cleaning 22000 clauses out of 44002 with flag 770134/1894246
328.47/166.70	c cleaning 22998 clauses out of 46002 with flag 841930/1918246
332.69/168.85	c cleaning 23996 clauses out of 48004 with flag 911531/1943246
336.10/170.53	c cleaning 25002 clauses out of 50008 with flag 981892/1969246
339.69/172.35	c cleaning 26001 clauses out of 52007 with flag 1053770/1996247
343.51/174.29	c cleaning 27001 clauses out of 54005 with flag 1131271/2024246
347.72/176.33	c cleaning 28001 clauses out of 56008 with flag 1209812/2053250
352.74/178.86	c cleaning 29002 clauses out of 58003 with flag 1295513/2083246
357.74/181.38	c cleaning 30000 clauses out of 60001 with flag 1381711/2114246
362.98/183.94	c cleaning 31001 clauses out of 62001 with flag 1472473/2146246
369.24/187.01	c cleaning 31999 clauses out of 64003 with flag 1564112/2179249
374.42/189.67	c cleaning 32999 clauses out of 66002 with flag 1657229/2213247
380.65/192.72	c cleaning 33992 clauses out of 68002 with flag 1757582/2248246
387.29/196.01	c cleaning 35003 clauses out of 70010 with flag 1862466/2284246
393.33/199.02	c cleaning 36004 clauses out of 72009 with flag 1963246/2321248
399.97/202.34	c cleaning 37000 clauses out of 74004 with flag 2069118/2359247
407.01/205.87	c cleaning 37999 clauses out of 76003 with flag 2183323/2398246
413.65/209.14	c cleaning 39002 clauses out of 78004 with flag 2298898/2438246
420.88/212.71	c cleaning 0 clauses out of 12096 with flag 0/12097
421.29/212.96	c cleaning 39996 clauses out of 80004 with flag 2412793/2479248
430.31/217.41	c cleaning 41004 clauses out of 82008 with flag 2541545/2521248
439.34/221.90	c cleaning 42001 clauses out of 84003 with flag 2682590/2564247
449.41/226.97	c cleaning 42994 clauses out of 86001 with flag 2804860/2608246
459.06/231.75	c cleaning 43995 clauses out of 88007 with flag 2926862/2653246
470.36/237.34	c cleaning 45003 clauses out of 90014 with flag 3050792/2699248
483.06/243.65	c cleaning 46004 clauses out of 92010 with flag 3181049/2746247
494.35/249.21	c cleaning 47003 clauses out of 94006 with flag 3319904/2794247
506.66/255.37	c cleaning 47999 clauses out of 96002 with flag 3458236/2843246
521.71/262.86	c cleaning 48994 clauses out of 98003 with flag 3601334/2893246
536.80/270.35	c cleaning 50001 clauses out of 100009 with flag 3754942/2944246
550.11/276.95	c cleaning 51000 clauses out of 102009 with flag 3916485/2996247
563.61/283.68	c cleaning 52001 clauses out of 104008 with flag 4117766/3049246
578.70/291.15	c cleaning 53002 clauses out of 106007 with flag 4286207/3103246
594.41/298.98	c cleaning 54002 clauses out of 108007 with flag 4458788/3158248
609.32/306.31	c cleaning 55003 clauses out of 110005 with flag 4618596/3214248
625.85/314.60	c cleaning 55997 clauses out of 112001 with flag 4797008/3271247
642.84/323.23	c cleaning 57000 clauses out of 114003 with flag 4990829/3329246
657.71/330.63	c cleaning 58001 clauses out of 116005 with flag 5169243/3388248
673.18/338.38	c cleaning 59000 clauses out of 118002 with flag 5374874/3448246
692.32/347.82	c cleaning 59997 clauses out of 120002 with flag 5574996/3509246
711.40/357.39	c cleaning 60999 clauses out of 122006 with flag 5758988/3571247
733.30/368.25	c cleaning 61999 clauses out of 124006 with flag 5944187/3634246
756.62/379.81	c cleaning 63006 clauses out of 126011 with flag 6136570/3698250
776.67/389.81	c cleaning 63999 clauses out of 128002 with flag 6344220/3763247
796.98/399.91	c cleaning 65003 clauses out of 130006 with flag 6554944/3829250
819.27/411.07	c cleaning 65999 clauses out of 131999 with flag 6784512/3896246
843.79/423.24	c cleaning 66992 clauses out of 134000 with flag 6973712/3964246
864.10/433.36	c cleaning 68004 clauses out of 136010 with flag 7161875/4033248
889.67/446.02	c cleaning 69001 clauses out of 138004 with flag 7375279/4103246
913.59/457.96	c cleaning 69998 clauses out of 140004 with flag 7576192/4174247
936.53/469.39	c cleaning 71002 clauses out of 142007 with flag 7785819/4246248
959.88/481.28	c cleaning 72000 clauses out of 144004 with flag 7992171/4319247
984.73/493.66	c cleaning 73001 clauses out of 146003 with flag 8198314/4393246
1008.64/505.54	c cleaning 73999 clauses out of 148002 with flag 8419952/4468246
1026.74/514.50	c cleaning 0 clauses out of 18098 with flag 0/18099
1034.00/518.19	c cleaning 75000 clauses out of 150004 with flag 8659774/4544247
1058.50/530.37	c cleaning 75999 clauses out of 152007 with flag 8923458/4621250
1087.85/544.97	c cleaning 77000 clauses out of 154006 with flag 9178769/4699248
1113.58/557.77	c cleaning 78000 clauses out of 156004 with flag 9440621/4778246
1139.29/570.54	c cleaning 79000 clauses out of 158004 with flag 9730436/4858246
1170.68/586.15	c cleaning 80000 clauses out of 160004 with flag 10011843/4939246
1204.62/603.02	c cleaning 81000 clauses out of 162004 with flag 10255787/5021246
1235.17/618.28	c cleaning 82002 clauses out of 164004 with flag 10496924/5104246
1263.70/632.46	c cleaning 83002 clauses out of 166004 with flag 10742179/5188248
1289.06/645.05	c cleaning 83997 clauses out of 168000 with flag 10975050/5273246
1317.42/659.17	c cleaning 84999 clauses out of 170003 with flag 11210872/5359246
1347.78/674.30	c cleaning 85995 clauses out of 172005 with flag 11463331/5446247
1376.95/688.75	c cleaning 87003 clauses out of 174011 with flag 11708532/5534248
1405.89/703.11	c cleaning 88003 clauses out of 176010 with flag 11990509/5623250
1443.30/721.72	c cleaning 88992 clauses out of 178004 with flag 12237077/5713247
1477.34/739.02	c cleaning 90006 clauses out of 180011 with flag 12500222/5804246
1511.29/755.95	c cleaning 91003 clauses out of 182005 with flag 12767814/5896246
1545.08/772.73	c cleaning 92001 clauses out of 184003 with flag 13070460/5989247
1585.52/792.84	c cleaning 92997 clauses out of 186001 with flag 13344146/6083246
1626.17/813.02	c cleaning 93993 clauses out of 188004 with flag 13641140/6178246
1666.37/833.06	c cleaning 95005 clauses out of 190011 with flag 13927652/6274246
1710.39/854.93	c cleaning 95996 clauses out of 192006 with flag 14224403/6371246
1756.04/877.64	c cleaning 97002 clauses out of 194013 with flag 14506677/6469249
1800.12/899.50	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.12/899.50	c starts		: 122737
1800.12/899.50	c conflicts		: 6565548
1800.12/899.50	c decisions		: 16139070
1800.12/899.50	c propagations		: 144539497
1800.12/899.50	c inspects		: 16098016934
1800.12/899.50	c shortcuts		: 0
1800.12/899.50	c learnt literals	: 0
1800.12/899.50	c learnt binary clauses	: 0
1800.12/899.50	c learnt ternary clauses	: 0
1800.12/899.50	c learnt constraints	: 6565548
1800.12/899.50	c ignored constraints	: 0
1800.12/899.50	c root simplifications	: 0
1800.12/899.50	c removed literals (reason simplification)	: 22913830
1800.12/899.50	c reason swapping (by a shorter reason)	: 0
1800.12/899.50	c Calls to reduceDB	: 164
1800.12/899.50	c Number of update (reduction) of LBD	: 1339921
1800.12/899.50	c Imported unit clauses	: 0
1800.12/899.50	c number of reductions to clauses (during analyze)	: 0
1800.12/899.50	c number of learned constraints concerned by reduction	: 0
1800.12/899.50	c number of learning phase by resolution	: 0
1800.12/899.50	c number of learning phase by cutting planes	: 0
1800.12/899.50	c speed (assignments/second)	: 192656.65170264608
1800.12/899.50	c non guided choices	0
1800.12/899.53	c learnt constraints type 
1800.12/899.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 193310
1800.12/899.53	c >>>>>>>>>> Solver number 1 (8 answers) <<<<<<<<<<<<<<<<<<
1800.12/899.53	c starts		: 63
1800.12/899.53	c conflicts		: 23579
1800.12/899.53	c decisions		: 70794
1800.12/899.53	c propagations		: 457450
1800.12/899.53	c inspects		: 956533573
1800.12/899.53	c shortcuts		: 0
1800.12/899.53	c learnt literals	: 0
1800.12/899.53	c learnt binary clauses	: 0
1800.12/899.53	c learnt ternary clauses	: 0
1800.12/899.53	c learnt constraints	: 23577
1800.12/899.53	c ignored constraints	: 0
1800.12/899.53	c root simplifications	: 0
1800.12/899.53	c removed literals (reason simplification)	: 0
1800.12/899.53	c reason swapping (by a shorter reason)	: 0
1800.12/899.53	c Calls to reduceDB	: 3
1800.12/899.53	c Number of update (reduction) of LBD	: 0
1800.12/899.53	c Imported unit clauses	: 0
1800.12/899.53	c number of reductions to clauses (during analyze)	: 0
1800.12/899.53	c number of learned constraints concerned by reduction	: 0
1800.12/899.53	c number of learning phase by resolution	: 0
1800.12/899.53	c number of learning phase by cutting planes	: 0
1800.12/899.53	c speed (assignments/second)	: 509.5096589086503
1800.12/899.53	c non guided choices	1
1800.12/899.54	c learnt constraints type 
1800.12/899.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 848
1800.12/899.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22729
1800.12/899.54	s SATISFIABLE
1800.12/899.54	c Found 11 solution(s)
1800.12/899.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 
1800.12/899.54	c objective function=22
1800.12/899.54	c Total wall clock time (in seconds): 899.437

Verifier Data

OK	22

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-4081648-1465271483/watcher-4081648-1465271483 -o /tmp/evaluation-result-4081648-1465271483/solver-4081648-1465271483 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465256572-5998 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081648-1465271483.opb 

pid=13799
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.54 4.04 4.12 4/191 13802
/proc/meminfo: memFree=26630508/32872528 swapFree=17280/1464432
[pid=13802] ppid=13799 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/13802/stat : 13802 (java) S 13799 13802 5982 0 -1 4202496 1225 0 0 0 0 0 0 0 20 0 2 0 109081308 24780800 867 33554432000 1073741824 1073778376 140735115273488 140735115264624 227515859005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13802/statm: 22434 871 657 9 0 16769 0
[pid=13802/tid=13803] ppid=13799 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13803/stat : 13803 (java) R 13799 13802 5982 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 109081309 91889664 894 33554432000 1073741824 1073778376 140735115273488 140735115262552 227503336743 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 3.54 4.04 4.12 4/191 13802
/proc/meminfo: memFree=26630508/32872528 swapFree=17280/1464432
[pid=13802] ppid=13799 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/13802/stat : 13802 (java) S 13799 13802 5982 0 -1 4202496 4481 0 1 0 10 1 0 0 20 0 18 0 109081308 9787879424 6094 33554432000 1073741824 1073778376 140735115273488 140735115264624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13802/statm: 2389619 6094 2156 9 0 2380296 0
[pid=13802/tid=13803] ppid=13799 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13802/task/13803/stat : 13803 (java) R 13799 13802 5982 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 109081309 9787879424 6094 33554432000 1073741824 1073778376 140735115273488 140077712268192 227515884813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 3.54 4.04 4.12 4/191 13802
/proc/meminfo: memFree=26630508/32872528 swapFree=17280/1464432
[pid=13802] ppid=13799 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/13802/stat : 13802 (java) S 13799 13802 5982 0 -1 4202496 5013 0 1 0 28 1 0 0 20 0 18 0 109081308 9787879424 7542 33554432000 1073741824 1073778376 140735115273488 140735115264624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13802/statm: 2389619 7542 2225 9 0 2380296 0
[pid=13802/tid=13803] ppid=13799 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/13802/task/13803/stat : 13803 (java) R 13799 13802 5982 0 -1 4202560 2410 0 1 0 17 0 0 0 20 0 18 0 109081309 9787879424 7542 33554432000 1073741824 1073778376 140735115273488 140077712259864 140077715202599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300366 s]
/proc/loadavg: 3.54 4.04 4.12 4/191 13802
/proc/meminfo: memFree=26630508/32872528 swapFree=17280/1464432
[pid=13802] ppid=13799 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/13802/stat : 13802 (java) S 13799 13802 5982 0 -1 4202496 5109 0 1 0 30 1 0 0 20 0 19 0 109081308 10060525568 8078 33554432000 1073741824 1073778376 140735115273488 140735115264624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13802/statm: 2456183 8078 2231 9 0 2446860 0
[pid=13802/tid=13803] ppid=13799 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/13802/task/13803/stat : 13803 (java) S 13799 13802 5982 0 -1 4202560 2416 0 1 0 18 0 0 0 20 0 19 0 109081309 10060525568 8078 33554432000 1073741824 1073778376 140735115273488 140077712270200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+0.700272 s]
/proc/loadavg: 3.54 4.04 4.12 4/191 13802
/proc/meminfo: memFree=26630508/32872528 swapFree=17280/1464432
[pid=13802] ppid=13799 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/13802/stat : 13802 (java) S 13799 13802 5982 0 -1 4202496 5109 0 1 0 30 1 0 0 20 0 19 0 109081308 10060525568 8078 33554432000 1073741824 1073778376 140735115273488 140735115264624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13802/statm: 2456183 8078 2231 9 0 2446860 0
[pid=13802/tid=13803] ppid=13799 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/13802/task/13803/stat : 13803 (java) S 13799 13802 5982 0 -1 4202560 2416 0 1 0 18 0 0 0 20 0 19 0 109081309 10060525568 8078 33554432000 1073741824 1073778376 140735115273488 140077712270200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 3.50 4.02 4.12 3/210 13827
/proc/meminfo: memFree=26601600/32872528 swapFree=17280/1464432
[pid=13802] ppid=13799 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/13802/stat : 13802 (java) S 13799 13802 5982 0 -1 4202496 7463 0 1 0 47 4 0 0 20 0 19 0 109081308 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140735115264624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13802/statm: 2456183 11325 2248 9 0 2446860 0
[pid=13802/tid=13803] ppid=13799 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/13802/task/13803/stat : 13803 (java) S 13799 13802 5982 0 -1 4202560 2419 0 1 0 18 0 0 0 20 0 19 0 109081309 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077712270200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13805] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13805/stat : 13805 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077684722472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13806] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13806/stat : 13806 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077683669672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13807] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13807/stat : 13807 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077682617384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13808] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13808/stat : 13808 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077681564584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13809] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13809/stat : 13809 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077680511272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13810] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13810/stat : 13810 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077679458472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13811] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13811/stat : 13811 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077678406184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13812] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13812/stat : 13812 (java) S 13799 13802 5982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077677353384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13813] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13813/stat : 13813 (java) S 13799 13802 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109081311 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077065808616 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13814] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13814/stat : 13814 (java) S 13799 13802 5982 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109081311 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077064754680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13815] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13815/stat : 13815 (java) S 13799 13802 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109081311 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077063702280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13816] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13816/stat : 13816 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081313 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077062650768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13817] ppid=13799 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/13802/task/13817/stat : 13817 (java) S 13799 13802 5982 0 -1 4202560 1598 0 0 0 12 0 0 0 20 0 19 0 109081313 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077061597368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13818] ppid=13799 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/13802/task/13818/stat : 13818 (java) S 13799 13802 5982 0 -1 4202560 2085 0 0 0 10 0 0 0 20 0 19 0 109081313 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077060544568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13819] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13819/stat : 13819 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081313 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077059492472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13820] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13820/stat : 13820 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081313 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077058439880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13824] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13824/stat : 13824 (java) S 13799 13802 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109081329 10060525568 11325 33554432000 1073741824 1073778376 140735115273488 140077054228008 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 3.50 4.02 4.12 3/210 13833
/proc/meminfo: memFree=26587712/32872528 swapFree=17280/1464432
[pid=13802] ppid=13799 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/13802/stat : 13802 (java) S 13799 13802 5982 0 -1 4202496 19366 0 1 0 189 12 0 0 20 0 19 0 109081308 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140735115264624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13802/statm: 2456183 23562 2261 9 0 2446860 0
[pid=13802/tid=13803] ppid=13799 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/13802/task/13803/stat : 13803 (java) S 13799 13802 5982 0 -1 4202560 2420 0 1 0 19 0 0 0 20 0 19 0 109081309 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077712270200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13805] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13805/stat : 13805 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077684722472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13806] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13806/stat : 13806 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077683669672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13807] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13807/stat : 13807 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077682617384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13808] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13808/stat : 13808 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077681564584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13809] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13809/stat : 13809 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077680511272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13810] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13810/stat : 13810 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077679458472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13811] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13811/stat : 13811 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077678406184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13812] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13812/stat : 13812 (java) S 13799 13802 5982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109081310 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077677353384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13813] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13813/stat : 13813 (java) S 13799 13802 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109081311 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077065808616 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13814] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13814/stat : 13814 (java) S 13799 13802 5982 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109081311 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077064754680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13815] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13815/stat : 13815 (java) S 13799 13802 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109081311 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077063702280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13816] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13816/stat : 13816 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081313 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077062650768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13817] ppid=13799 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/13802/task/13817/stat : 13817 (java) S 13799 13802 5982 0 -1 4202560 8653 0 0 0 68 2 0 0 20 0 19 0 109081313 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077061597368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13818] ppid=13799 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/13802/task/13818/stat : 13818 (java) S 13799 13802 5982 0 -1 4202560 6900 0 0 0 58 2 0 0 20 0 19 0 109081313 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077060544568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13819] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13819/stat : 13819 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081313 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077059492472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13820] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13820/stat : 13820 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109081313 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077058439880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13833] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13833/stat : 13833 (java) S 13799 13802 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109081480 10060525568 23562 33554432000 1073741824 1073778376 140735115273488 140077056332712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=24 pid=1753 uid=0 cmd=

[startup+6.30092 s]
/proc/loadavg: 3.30 3.97 4.10 4/213 13851
/proc/meminfo: memFree=26377520/32872528 swapFree=17280/1464432
[pid=13802] ppid=13799 vsize=9824732 CPUtime=7.2 cores=0,2,4,6
/proc/13802/stat : 13802 (java) S 13799 13802 5982 0 -1 4202496 22620 0 1 0 693 27 0 0 20 0 22 0 109081308 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140735115264624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13802/statm: 2456183 89093 2287 9 0 2446860 0
[pid=13802/tid=13803] ppid=13799 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/13802/task/13803/stat : 13803 (java) S 13799 13802 5982 0 -1 4202560 2422 0 1 0 19 0 0 0 20 0 22 0 109081309 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077712270200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13805] ppid=13799 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13802/task/13805/stat : 13805 (java) S 13799 13802 5982 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 109081310 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077684722472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13806] ppid=13799 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13802/task/13806/stat : 13806 (java) S 13799 13802 5982 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 109081310 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077683669672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13807] ppid=13799 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13802/task/13807/stat : 13807 (java) S 13799 13802 5982 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 109081310 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077682617384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13808] ppid=13799 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13802/task/13808/stat : 13808 (java) S 13799 13802 5982 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 109081310 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077681564584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13809] ppid=13799 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13802/task/13809/stat : 13809 (java) S 13799 13802 5982 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 109081310 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077680511272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13810] ppid=13799 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13802/task/13810/stat : 13810 (java) S 13799 13802 5982 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 109081310 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077679458472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13811] ppid=13799 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13802/task/13811/stat : 13811 (java) S 13799 13802 5982 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 109081310 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077678406184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13812] ppid=13799 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13802/task/13812/stat : 13812 (java) S 13799 13802 5982 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 109081310 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077677353384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13813] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13813/stat : 13813 (java) S 13799 13802 5982 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 109081311 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077065808616 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13814] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13814/stat : 13814 (java) S 13799 13802 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109081311 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077064754680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13815] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13815/stat : 13815 (java) S 13799 13802 5982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109081311 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077063702280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13816] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13816/stat : 13816 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109081313 10060525568 89093 33554432000 1073741824 1073778376 140735115273488 140077062650768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13817] ppid=13799 vsize=9824732 CPUtime=1.07 cores=0,2,4,6

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

[pid=13802/tid=13812] ppid=13799 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/13802/task/13812/stat : 13812 (java) S 13799 13802 5982 0 -1 4202560 419 0 0 0 279 11 0 0 20 0 22 0 109081310 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077677353384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13813] ppid=13799 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/13802/task/13813/stat : 13813 (java) S 13799 13802 5982 0 -1 4202560 1478 0 0 0 195 16 0 0 20 0 22 0 109081311 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077065808616 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13814] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13814/stat : 13814 (java) S 13799 13802 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109081311 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077064754680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13815] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13815/stat : 13815 (java) S 13799 13802 5982 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 109081311 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077063702280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13816] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13816/stat : 13816 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109081313 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077062650768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13817] ppid=13799 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/13802/task/13817/stat : 13817 (java) S 13799 13802 5982 0 -1 4202560 9430 0 0 0 164 2 0 0 20 0 22 0 109081313 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077061597368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13818] ppid=13799 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/13802/task/13818/stat : 13818 (java) S 13799 13802 5982 0 -1 4202560 9635 0 0 0 101 2 0 0 20 0 22 0 109081313 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077060544568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13819] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13819/stat : 13819 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109081313 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077059492472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13820] ppid=13799 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/13802/task/13820/stat : 13820 (java) S 13799 13802 5982 0 -1 4202560 50 0 0 0 15 14 0 0 20 0 22 0 109081313 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077058439880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13833] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13833/stat : 13833 (java) S 13799 13802 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109081480 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077056332712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13871] ppid=13799 vsize=9824732 CPUtime=723.69 cores=0,2,4,6
/proc/13802/task/13871/stat : 13871 (java) R 13799 13802 5982 0 -1 4202560 121 0 0 0 72357 12 0 0 20 0 22 0 109096235 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077054226576 140077557120608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13872] ppid=13799 vsize=9824732 CPUtime=723.73 cores=0,2,4,6
/proc/13802/task/13872/stat : 13872 (java) R 13799 13802 5982 0 -1 4202560 94 0 0 0 72359 14 0 0 20 0 22 0 109096235 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077055277992 140077557201700 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13873] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13873/stat : 13873 (java) S 13799 13802 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109096235 10060525568 560232 33554432000 1073741824 1073778376 140735115273488 140077057385384 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1765.07
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.501 s]
/proc/loadavg: 3.89 3.86 3.99 6/217 13916
/proc/meminfo: memFree=24214664/32872528 swapFree=17280/1464432
[pid=13802] ppid=13799 vsize=9824732 CPUtime=1799.66 cores=0,2,4,6
/proc/13802/stat : 13802 (java) S 13799 13802 5982 0 -1 4202496 29029 0 1 0 179802 164 0 0 20 0 22 0 109081308 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140735115264624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13802/statm: 2456183 556128 2295 9 0 2446860 0
[pid=13802/tid=13803] ppid=13799 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/13802/task/13803/stat : 13803 (java) S 13799 13802 5982 0 -1 4202560 2427 0 1 0 21 3 0 0 20 0 22 0 109081309 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077712270200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13805] ppid=13799 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/13802/task/13805/stat : 13805 (java) S 13799 13802 5982 0 -1 4202560 361 0 0 0 260 7 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077684722472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13806] ppid=13799 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/13802/task/13806/stat : 13806 (java) S 13799 13802 5982 0 -1 4202560 354 0 0 0 270 5 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077683669672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13807] ppid=13799 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/13802/task/13807/stat : 13807 (java) S 13799 13802 5982 0 -1 4202560 428 0 0 0 269 10 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077682617384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13808] ppid=13799 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/13802/task/13808/stat : 13808 (java) S 13799 13802 5982 0 -1 4202560 378 0 0 0 264 7 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077681564584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13809] ppid=13799 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/13802/task/13809/stat : 13809 (java) S 13799 13802 5982 0 -1 4202560 406 0 0 0 258 8 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077680511272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13810] ppid=13799 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/13802/task/13810/stat : 13810 (java) S 13799 13802 5982 0 -1 4202560 394 0 0 0 264 9 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077679458472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13811] ppid=13799 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/13802/task/13811/stat : 13811 (java) S 13799 13802 5982 0 -1 4202560 402 0 0 0 265 8 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077678406184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13812] ppid=13799 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/13802/task/13812/stat : 13812 (java) S 13799 13802 5982 0 -1 4202560 419 0 0 0 283 11 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077677353384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13813] ppid=13799 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/13802/task/13813/stat : 13813 (java) S 13799 13802 5982 0 -1 4202560 1478 0 0 0 196 16 0 0 20 0 22 0 109081311 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077065808616 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13814] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13814/stat : 13814 (java) S 13799 13802 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109081311 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077064754680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13815] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13815/stat : 13815 (java) S 13799 13802 5982 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 109081311 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077063702280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13816] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13816/stat : 13816 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109081313 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077062650768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13817] ppid=13799 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/13802/task/13817/stat : 13817 (java) S 13799 13802 5982 0 -1 4202560 9430 0 0 0 164 2 0 0 20 0 22 0 109081313 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077061597368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13818] ppid=13799 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/13802/task/13818/stat : 13818 (java) S 13799 13802 5982 0 -1 4202560 9635 0 0 0 101 2 0 0 20 0 22 0 109081313 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077060544568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13819] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13819/stat : 13819 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109081313 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077059492472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13820] ppid=13799 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/13802/task/13820/stat : 13820 (java) S 13799 13802 5982 0 -1 4202560 50 0 0 0 15 14 0 0 20 0 22 0 109081313 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077058439880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13833] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13833/stat : 13833 (java) S 13799 13802 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109081480 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077056332712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13871] ppid=13799 vsize=9824732 CPUtime=740.72 cores=0,2,4,6
/proc/13802/task/13871/stat : 13871 (java) R 13799 13802 5982 0 -1 4202560 123 0 0 0 74059 13 0 0 20 0 22 0 109096235 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077054226576 140077557093686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13872] ppid=13799 vsize=9824732 CPUtime=740.76 cores=0,2,4,6
/proc/13802/task/13872/stat : 13872 (java) R 13799 13802 5982 0 -1 4202560 96 0 0 0 74062 14 0 0 20 0 22 0 109096235 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077055278224 140077557186480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13873] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13873/stat : 13873 (java) S 13799 13802 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109096235 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077057385384 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.66
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 13802 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.501 s]
/proc/loadavg: 3.89 3.86 3.99 6/217 13916
/proc/meminfo: memFree=24214664/32872528 swapFree=17280/1464432
[pid=13802] ppid=13799 vsize=9824732 CPUtime=1799.66 cores=0,2,4,6
/proc/13802/stat : 13802 (java) S 13799 13802 5982 0 -1 4202496 29029 0 1 0 179802 164 0 0 20 0 22 0 109081308 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140735115264624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13802/statm: 2456183 556128 2295 9 0 2446860 0
[pid=13802/tid=13803] ppid=13799 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/13802/task/13803/stat : 13803 (java) S 13799 13802 5982 0 -1 4202560 2427 0 1 0 21 3 0 0 20 0 22 0 109081309 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077712270200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13805] ppid=13799 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/13802/task/13805/stat : 13805 (java) S 13799 13802 5982 0 -1 4202560 361 0 0 0 260 7 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077684722472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13806] ppid=13799 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/13802/task/13806/stat : 13806 (java) S 13799 13802 5982 0 -1 4202560 354 0 0 0 270 5 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077683669672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13807] ppid=13799 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/13802/task/13807/stat : 13807 (java) S 13799 13802 5982 0 -1 4202560 428 0 0 0 269 10 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077682617384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13808] ppid=13799 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/13802/task/13808/stat : 13808 (java) S 13799 13802 5982 0 -1 4202560 378 0 0 0 264 7 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077681564584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13809] ppid=13799 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/13802/task/13809/stat : 13809 (java) S 13799 13802 5982 0 -1 4202560 406 0 0 0 258 8 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077680511272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13810] ppid=13799 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/13802/task/13810/stat : 13810 (java) S 13799 13802 5982 0 -1 4202560 394 0 0 0 264 9 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077679458472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13811] ppid=13799 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/13802/task/13811/stat : 13811 (java) S 13799 13802 5982 0 -1 4202560 402 0 0 0 265 8 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077678406184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13812] ppid=13799 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/13802/task/13812/stat : 13812 (java) S 13799 13802 5982 0 -1 4202560 419 0 0 0 283 11 0 0 20 0 22 0 109081310 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077677353384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13813] ppid=13799 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/13802/task/13813/stat : 13813 (java) S 13799 13802 5982 0 -1 4202560 1478 0 0 0 196 16 0 0 20 0 22 0 109081311 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077065808616 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13814] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13814/stat : 13814 (java) S 13799 13802 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109081311 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077064754680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13815] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13815/stat : 13815 (java) S 13799 13802 5982 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 109081311 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077063702280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13816] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13816/stat : 13816 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109081313 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077062650768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13817] ppid=13799 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/13802/task/13817/stat : 13817 (java) S 13799 13802 5982 0 -1 4202560 9430 0 0 0 164 2 0 0 20 0 22 0 109081313 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077061597368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13818] ppid=13799 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/13802/task/13818/stat : 13818 (java) S 13799 13802 5982 0 -1 4202560 9635 0 0 0 101 2 0 0 20 0 22 0 109081313 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077060544568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13802/tid=13819] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13819/stat : 13819 (java) S 13799 13802 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109081313 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077059492472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13820] ppid=13799 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/13802/task/13820/stat : 13820 (java) S 13799 13802 5982 0 -1 4202560 50 0 0 0 15 14 0 0 20 0 22 0 109081313 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077058439880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13802/tid=13833] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13833/stat : 13833 (java) S 13799 13802 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109081480 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077056332712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13871] ppid=13799 vsize=9824732 CPUtime=740.72 cores=0,2,4,6
/proc/13802/task/13871/stat : 13871 (java) R 13799 13802 5982 0 -1 4202560 123 0 0 0 74059 13 0 0 20 0 22 0 109096235 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077054226576 140077557093686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13802/tid=13872] ppid=13799 vsize=9824732 CPUtime=740.76 cores=0,2,4,6
/proc/13802/task/13872/stat : 13872 (java) R 13799 13802 5982 0 -1 4202560 96 0 0 0 74062 14 0 0 20 0 22 0 109096235 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077055278224 140077557186480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13802/tid=13873] ppid=13799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13802/task/13873/stat : 13873 (java) S 13799 13802 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109096235 10060525568 556128 33554432000 1073741824 1073778376 140735115273488 140077057385384 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.66
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13802 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=349217
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=20692
# CPU time returned by wait4() is 1796.37
# while last known CPU time is 1799.66
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.460003
#  lost CPU user time (s): 0.510002
#  lost CPU system time (s): -0.05

Real time (s): 899.569
CPU time (s): 1800.12
CPU user time (s): 1798.53
CPU system time (s): 1.59
CPU usage (%): 200.109
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 2.02069
maximum resident set size= 2895692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29073
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28716
involuntary context switches= 50459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59315 second user time and 6.96494 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-07 05:51:23
IDJOB=4081648
IDBENCH=89907
IDSOLVER=2543
FILE ID=node121/4081648-1465271483
RUNJOBID= node121-1465256572-5998
PBS_JOBID= 19843282
Free space on /tmp= 71156 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-sbox_4_shg.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081648-1465271483/watcher-4081648-1465271483 -o /tmp/evaluation-result-4081648-1465271483/solver-4081648-1465271483 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465256572-5998 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081648-1465271483.opb

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

MD5SUM BENCH= 175e0a4a6cd805ac131e3fa3fd7ba75e
RANDOM SEED=1030734997

node121.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		: 2667.050
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	: 5334.10
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		: 2667.050
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		: 2667.050
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.57
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		: 2667.050
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		: 2667.050
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		: 2667.050
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.56
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		: 2667.050
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.54
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		: 2667.050
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:        26630400 kB
Buffers:          107116 kB
Cached:           813856 kB
SwapCached:         1720 kB
Active:          3773072 kB
Inactive:         246352 kB
Active(anon):    3099068 kB
Inactive(anon):     2180 kB
Active(file):     674004 kB
Inactive(file):   244172 kB
Unevictable:     1464432 kB
Mlocked:           17280 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              1056 kB
Writeback:             0 kB
AnonPages:       4563132 kB
Mapped:            15252 kB
Shmem:                 0 kB
Slab:             618024 kB
SReclaimable:      62028 kB
SUnreclaim:       555996 kB
KernelStack:        1576 kB
PageTables:        13276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4922860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4509696 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= 71156 MiB
End job on node121 at 2016-06-07 06:06:22