Trace number 4102701

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)188 1800.85 1785.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32c1.opb
MD5SUMb354df8d74ddbd5006be5e12ba59956d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark167
Best CPU time to get the best result obtained on this benchmark2.73758
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 167
Optimality of the best value was proved YES
Number of variables450
Total number of constraints1505
Number of constraints which are clauses1505
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 constraint32
Number of terms in the objective function 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4102701-1466231119.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
0.28/0.25	c ... done. Wall clock time 0.145s.
0.28/0.25	c declared #vars     450
0.28/0.25	c #constraints  1505
0.28/0.25	c constraints type 
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 128
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1377
0.28/0.25	c 1505 constraints processed.
0.28/0.25	c objective function length is 450 literals
0.28/0.26	c SATISFIABLE
0.28/0.26	c OPTIMIZING...
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.157
0.28/0.26	o 219
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.167
0.28/0.27	o 217
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.175
0.28/0.28	o 216
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.181
0.28/0.29	o 215
0.47/0.30	c Got one! Elapsed wall clock time (in seconds):0.194
0.47/0.30	o 214
0.47/0.32	c Got one! Elapsed wall clock time (in seconds):0.211
0.47/0.32	o 213
0.76/0.42	c Got one! Elapsed wall clock time (in seconds):0.314
0.76/0.42	o 212
0.76/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.76/0.43	o 211
0.76/0.44	c Got one! Elapsed wall clock time (in seconds):0.33
0.76/0.44	o 210
0.76/0.44	c Got one! Elapsed wall clock time (in seconds):0.337
0.76/0.44	o 209
0.76/0.45	c Got one! Elapsed wall clock time (in seconds):0.344
0.76/0.45	o 208
0.76/0.47	c Got one! Elapsed wall clock time (in seconds):0.362
0.76/0.47	o 207
0.76/0.48	c Got one! Elapsed wall clock time (in seconds):0.372
0.76/0.48	o 206
1.03/0.61	c Got one! Elapsed wall clock time (in seconds):0.509
1.03/0.61	o 205
1.22/0.78	c cleaning 3738 clauses out of 7475 with flag 7095/7475
1.22/0.79	c Got one! Elapsed wall clock time (in seconds):0.686
1.22/0.79	o 204
1.37/0.83	c Got one! Elapsed wall clock time (in seconds):0.725
1.37/0.83	o 203
1.50/0.91	c Got one! Elapsed wall clock time (in seconds):0.809
1.50/0.91	o 202
1.62/1.06	c cleaning 5005 clauses out of 10010 with flag 6928/13748
1.83/1.21	c Got one! Elapsed wall clock time (in seconds):1.109
1.83/1.21	o 201
1.83/1.27	c cleaning 5054 clauses out of 10122 with flag 2372/18865
1.93/1.32	c Got one! Elapsed wall clock time (in seconds):1.213
1.93/1.32	o 200
1.93/1.36	c Got one! Elapsed wall clock time (in seconds):1.257
1.93/1.36	o 199
2.02/1.43	c Got one! Elapsed wall clock time (in seconds):1.329
2.02/1.43	o 198
2.12/1.53	c cleaning 5575 clauses out of 11155 with flag 4599/24952
2.12/1.58	c Got one! Elapsed wall clock time (in seconds):1.48
2.12/1.58	o 197
2.24/1.68	c Got one! Elapsed wall clock time (in seconds):1.575
2.24/1.68	o 196
2.37/1.74	c Got one! Elapsed wall clock time (in seconds):1.638
2.37/1.74	o 195
2.37/1.80	c cleaning 5771 clauses out of 11543 with flag 2307/30915
2.53/1.81	c Got one! Elapsed wall clock time (in seconds):1.701
2.53/1.81	o 194
2.53/1.81	c Got one! Elapsed wall clock time (in seconds):1.702
2.53/1.81	o 191
2.53/1.81	c Got one! Elapsed wall clock time (in seconds):1.706
2.53/1.81	o 190
2.73/2.05	c cleaning 5553 clauses out of 11128 with flag 12242/36271
3.03/2.32	c cleaning 5779 clauses out of 11574 with flag 27505/42270
3.33/2.67	c cleaning 6395 clauses out of 12796 with flag 45974/49271
3.83/3.12	c cleaning 7199 clauses out of 14403 with flag 67085/57273
4.23/3.59	c Got one! Elapsed wall clock time (in seconds):3.487
4.23/3.59	o 189
4.63/3.92	c cleaning 10547 clauses out of 21093 with flag 12066/71162
4.63/3.95	c Got one! Elapsed wall clock time (in seconds):3.842
4.63/3.95	o 188
4.93/4.22	c cleaning 8028 clauses out of 16060 with flag 12268/76676
5.13/4.50	c cleaning 7013 clauses out of 14030 with flag 27138/82674
5.53/4.83	c cleaning 7000 clauses out of 14017 with flag 43914/89674
5.93/5.21	c cleaning 7505 clauses out of 15023 with flag 64518/97680
6.34/5.69	c cleaning 8246 clauses out of 16512 with flag 85622/106674
6.93/6.23	c cleaning 9130 clauses out of 18266 with flag 110164/116674
7.57/6.87	c cleaning 10063 clauses out of 20137 with flag 137544/127675
8.27/7.50	c cleaning 11030 clauses out of 22073 with flag 166360/139674
8.97/8.23	c cleaning 12018 clauses out of 24043 with flag 197903/152674
9.87/9.10	c cleaning 13012 clauses out of 26025 with flag 232315/166674
10.87/10.10	c cleaning 14001 clauses out of 28013 with flag 268581/181674
11.97/11.29	c cleaning 15000 clauses out of 30012 with flag 307075/197674
13.17/12.45	c cleaning 16005 clauses out of 32012 with flag 347960/214674
14.27/13.59	c cleaning 17005 clauses out of 34010 with flag 392144/232677
15.77/15.05	c cleaning 17996 clauses out of 36002 with flag 439026/251674
17.24/16.48	c cleaning 19004 clauses out of 38008 with flag 489735/271676
18.74/17.97	c cleaning 20001 clauses out of 40003 with flag 540569/292675
20.44/19.65	c cleaning 21001 clauses out of 42006 with flag 592909/314679
22.44/21.66	c cleaning 21997 clauses out of 44001 with flag 647716/337675
24.44/23.69	c cleaning 22995 clauses out of 46004 with flag 704399/361675
26.44/25.61	c cleaning 24000 clauses out of 48008 with flag 762458/386674
28.75/27.86	c cleaning 25006 clauses out of 50014 with flag 826144/412680
31.26/30.34	c cleaning 25995 clauses out of 52002 with flag 889997/439674
33.66/32.75	c cleaning 27000 clauses out of 54007 with flag 958962/467674
36.36/35.49	c cleaning 28002 clauses out of 56009 with flag 1029862/496676
38.86/37.99	c cleaning 29000 clauses out of 58005 with flag 1105354/526674
41.93/40.82	c cleaning 30003 clauses out of 60007 with flag 1183213/557676
44.84/43.73	c cleaning 31002 clauses out of 62006 with flag 1258832/589678
48.33/47.23	c cleaning 31996 clauses out of 64003 with flag 1337652/622677
52.34/51.27	c cleaning 33000 clauses out of 66004 with flag 1419728/656674
55.53/54.44	c cleaning 33993 clauses out of 68005 with flag 1510780/691675
58.47/57.24	c cleaning 34998 clauses out of 70011 with flag 1603571/727674
62.16/60.93	c cleaning 36007 clauses out of 72016 with flag 1697159/764677
65.46/64.29	c cleaning 36998 clauses out of 74007 with flag 1793110/802675
69.88/68.42	c cleaning 38001 clauses out of 76008 with flag 1891978/841674
73.98/72.52	c cleaning 38999 clauses out of 78007 with flag 1993065/881674
78.68/77.22	c cleaning 39996 clauses out of 80008 with flag 2097584/922674
83.35/81.71	c cleaning 40995 clauses out of 82012 with flag 2203344/964674
87.95/86.37	c cleaning 42002 clauses out of 84017 with flag 2310132/1007674
92.55/90.96	c cleaning 43007 clauses out of 86021 with flag 2420021/1051680
97.58/95.88	c cleaning 44001 clauses out of 88012 with flag 2532555/1096678
102.67/100.99	c cleaning 44999 clauses out of 90008 with flag 2646889/1142675
108.53/106.64	c cleaning 46000 clauses out of 92009 with flag 2763309/1189675
114.24/112.37	c cleaning 46997 clauses out of 94008 with flag 2882950/1237674
120.44/118.50	c cleaning 47999 clauses out of 96014 with flag 3005717/1286677
126.63/124.60	c cleaning 49001 clauses out of 98012 with flag 3130255/1336674
133.23/131.26	c cleaning 50003 clauses out of 100011 with flag 3258321/1387674
139.80/137.78	c cleaning 50999 clauses out of 102008 with flag 3389245/1439674
146.90/144.83	c cleaning 52000 clauses out of 104010 with flag 3522037/1492675
153.90/151.70	c cleaning 53003 clauses out of 106011 with flag 3658279/1546676
160.80/158.64	c cleaning 53995 clauses out of 108007 with flag 3796435/1601675
168.17/165.93	c cleaning 55000 clauses out of 110011 with flag 3936955/1657674
175.67/173.37	c cleaning 56005 clauses out of 112011 with flag 4079149/1714674
183.48/181.19	c cleaning 57003 clauses out of 114006 with flag 4224958/1772674
191.23/188.87	c cleaning 57988 clauses out of 116003 with flag 4372371/1831674
199.63/197.28	c cleaning 59009 clauses out of 118019 with flag 4522550/1891678
207.48/205.01	c cleaning 59992 clauses out of 120008 with flag 4673725/1952676
217.56/215.00	c cleaning 61008 clauses out of 122018 with flag 4823979/2014678
226.46/223.97	c cleaning 61999 clauses out of 124006 with flag 4979631/2077674
235.85/233.26	c cleaning 62997 clauses out of 126007 with flag 5138648/2141674
246.04/243.36	c cleaning 64000 clauses out of 128010 with flag 5301531/2206674
255.87/253.10	c cleaning 65005 clauses out of 130010 with flag 5468723/2272674
265.46/262.70	c cleaning 65999 clauses out of 132005 with flag 5636058/2339674
276.03/273.15	c cleaning 66992 clauses out of 134006 with flag 5805968/2407674
286.59/283.63	c cleaning 68004 clauses out of 136014 with flag 5978594/2476674
297.57/294.54	c cleaning 68998 clauses out of 138015 with flag 6154167/2546679
309.74/306.67	c cleaning 70001 clauses out of 140013 with flag 6331964/2617675
322.12/318.91	c cleaning 71002 clauses out of 142012 with flag 6512835/2689675
334.03/330.74	c cleaning 72002 clauses out of 144011 with flag 6695608/2762676
347.13/343.87	c cleaning 73001 clauses out of 146007 with flag 6882571/2836674
362.19/358.82	c cleaning 73996 clauses out of 148006 with flag 7072057/2911674
374.53/371.17	c cleaning 74997 clauses out of 150010 with flag 7264914/2987674
387.96/384.50	c cleaning 76005 clauses out of 152015 with flag 7458445/3064676
402.27/398.74	c cleaning 76997 clauses out of 154008 with flag 7653486/3142674
415.46/411.88	c cleaning 78006 clauses out of 156012 with flag 7853305/3221675
428.10/424.41	c cleaning 79001 clauses out of 158007 with flag 8056158/3301676
441.77/438.00	c cleaning 79997 clauses out of 160006 with flag 8259202/3382676
456.11/452.33	c cleaning 80996 clauses out of 162007 with flag 8465785/3464674
470.42/466.57	c cleaning 81998 clauses out of 164014 with flag 8675357/3547677
486.09/482.15	c cleaning 82998 clauses out of 166013 with flag 8887101/3631674
501.16/497.17	c cleaning 84003 clauses out of 168016 with flag 9100047/3716675
517.27/513.15	c cleaning 85006 clauses out of 170014 with flag 9314691/3802676
534.63/530.41	c cleaning 85998 clauses out of 172006 with flag 9533737/3889674
553.25/548.91	c cleaning 87001 clauses out of 174009 with flag 9753644/3977675
569.63/565.23	c cleaning 88005 clauses out of 176011 with flag 9975708/4066678
586.81/582.32	c cleaning 88997 clauses out of 178004 with flag 10200470/4156676
604.27/599.69	c cleaning 89999 clauses out of 180008 with flag 10429925/4247677
622.72/618.02	c cleaning 91006 clauses out of 182013 with flag 10661354/4339681
639.91/635.17	c cleaning 91993 clauses out of 184000 with flag 10894822/4432674
657.61/652.77	c cleaning 93000 clauses out of 186009 with flag 11131118/4526676
676.54/671.52	c cleaning 94002 clauses out of 188007 with flag 11369986/4621674
696.54/691.41	c cleaning 94992 clauses out of 190005 with flag 11612448/4717674
713.75/708.53	c cleaning 96001 clauses out of 192014 with flag 11858342/4814675
731.95/726.64	c cleaning 97001 clauses out of 194016 with flag 12105052/4912678
750.69/745.22	c cleaning 98003 clauses out of 196011 with flag 12354964/5011674
770.30/764.75	c cleaning 99000 clauses out of 198008 with flag 12609179/5111674
789.81/784.04	c cleaning 99996 clauses out of 200010 with flag 12863417/5212676
809.69/803.89	c cleaning 101002 clauses out of 202012 with flag 13120318/5314674
840.67/834.62	c cleaning 102004 clauses out of 204013 with flag 13385965/5417677
859.75/853.60	c cleaning 102992 clauses out of 206007 with flag 13651078/5521675
880.99/874.66	c cleaning 104005 clauses out of 208015 with flag 13917682/5626675
903.60/897.03	c cleaning 105006 clauses out of 210011 with flag 14185005/5732676
925.73/919.07	c cleaning 106002 clauses out of 212015 with flag 14456580/5839686
950.75/943.96	c cleaning 107001 clauses out of 214001 with flag 14727362/5947674
976.50/969.58	c cleaning 108001 clauses out of 216002 with flag 15000824/6056676
998.93/991.85	c cleaning 108994 clauses out of 218000 with flag 15279748/6166675
1022.42/1015.13	c cleaning 109998 clauses out of 220005 with flag 15562742/6277674
1047.82/1040.32	c cleaning 111002 clauses out of 222007 with flag 15845464/6389674
1075.29/1067.63	c cleaning 112000 clauses out of 224010 with flag 16132331/6502679
1103.22/1095.30	c cleaning 112997 clauses out of 226006 with flag 16419101/6616675
1130.40/1122.34	c cleaning 113994 clauses out of 228008 with flag 16707120/6731674
1157.70/1149.32	c cleaning 115000 clauses out of 230014 with flag 16998466/6847674
1187.22/1178.57	c cleaning 116002 clauses out of 232014 with flag 17293774/6964674
1217.96/1209.07	c cleaning 117002 clauses out of 234013 with flag 17589225/7082675
1245.23/1235.80	c cleaning 118006 clauses out of 236011 with flag 17888624/7201675
1274.94/1265.23	c cleaning 118995 clauses out of 238004 with flag 18191030/7321674
1304.81/1294.86	c cleaning 120000 clauses out of 240009 with flag 18495249/7442674
1333.57/1323.31	c cleaning 121003 clauses out of 242009 with flag 18801920/7564674
1365.75/1355.11	c cleaning 121998 clauses out of 244008 with flag 19112009/7687676
1415.08/1404.14	c cleaning 122989 clauses out of 246008 with flag 19424153/7811674
1456.15/1444.81	c cleaning 124004 clauses out of 248021 with flag 19733932/7936676
1505.44/1493.72	c cleaning 125005 clauses out of 250015 with flag 20044490/8062674
1545.59/1533.42	c cleaning 126006 clauses out of 252012 with flag 20363039/8189676
1583.42/1570.98	c cleaning 127002 clauses out of 254013 with flag 20685053/8317683
1619.11/1606.25	c cleaning 127996 clauses out of 256006 with flag 21007710/8446678
1662.80/1649.57	c cleaning 128995 clauses out of 258009 with flag 21315755/8576677
1698.82/1685.16	c cleaning 129999 clauses out of 260014 with flag 21646400/8707677
1736.49/1722.42	c cleaning 131001 clauses out of 262012 with flag 21979681/8839674
1770.91/1756.41	c cleaning 132004 clauses out of 264011 with flag 22316374/8972674
1800.08/1785.20	c starts		: 837
1800.08/1785.20	c conflicts		: 9092940
1800.08/1785.20	c decisions		: 14806803
1800.08/1785.20	c propagations		: 111077804
1800.08/1785.20	c inspects		: 32443030903
1800.08/1785.20	c shortcuts		: 0
1800.08/1785.20	c learnt literals	: 0
1800.08/1785.20	c learnt binary clauses	: 0
1800.08/1785.20	c learnt ternary clauses	: 0
1800.08/1785.20	c learnt constraints	: 9092940
1800.08/1785.20	c ignored constraints	: 0
1800.08/1785.20	c root simplifications	: 0
1800.08/1785.20	c removed literals (reason simplification)	: 0
1800.08/1785.20	c reason swapping (by a shorter reason)	: 0
1800.08/1785.20	c Calls to reduceDB	: 139
1800.08/1785.20	c Number of update (reduction) of LBD	: 2436005
1800.08/1785.20	c Imported unit clauses	: 0
1800.08/1785.20	c number of reductions to clauses (during analyze)	: 0
1800.08/1785.20	c number of learned constraints concerned by reduction	: 0
1800.08/1785.20	c number of learning phase by resolution	: 0
1800.08/1785.20	c number of learning phase by cutting planes	: 0
1800.08/1785.20	c speed (assignments/second)	: 62230.27449539146
1800.08/1785.20	c non guided choices	0
1800.08/1785.23	c learnt constraints type 
1800.08/1785.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 252273
1800.08/1785.23	s SATISFIABLE
1800.08/1785.23	c Found 29 solution(s)
1800.08/1785.24	v -x1 -x2 x3 -x4 -x5 -x6 x7 -x8 x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 x21 -x22 -x23 -x24 -x25 x26 x27 -x28 x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 x55 -x56 x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 x66 x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 x97 -x98 -x99 x100 -x101 -x102 x103 -x104 x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 x129 -x130 x131 -x132 -x133 x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 -x159 -x160 x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 -x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 -x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 -x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 -x201 x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 -x229 x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253 -x254 x255 -x256 x257 -x258 x259 -x260 -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 -x335 x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 -x381 x382 x383 -x384 -x385 x386 -x387 x388 x389 -x390 -x391 x392 -x393 x394 x395 -x396 -x397 x398 -x399 x400 x401 -x402 -x403 x404 -x405 x406 x407 -x408 -x409 x410 -x411 x412 x413 -x414 -x415 x416 -x417 x418 x419 -x420 -x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 -x431 x432 -x433 x434 -x435 x436 x437 -x438 -x439 x440 -x441 x442 x443 -x444 x445 -x446 -x447 -x448 -x449 -x450 
1800.08/1785.24	c objective function=188
1800.08/1785.24	c Total wall clock time (in seconds): 1785.134

Verifier Data

OK	188

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-4102701-1466231119/watcher-4102701-1466231119 -o /tmp/evaluation-result-4102701-1466231119/solver-4102701-1466231119 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102701-1466231119.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 15776
/proc/meminfo: memFree=29938768/32872528 swapFree=1402776/1580604
[pid=15776] ppid=15773 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/15776/stat : 15776 (java) R 15773 15776 10680 0 -1 4202496 1082 0 0 0 0 0 0 0 20 0 1 0 25157602 23793664 732 33554432000 1073741824 1073778376 140737331954368 140737331943432 140496411541503 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15776/statm: 5809 741 547 9 0 128 0

[startup+0.100158 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 15776
/proc/meminfo: memFree=29938768/32872528 swapFree=1402776/1580604
[pid=15776] ppid=15773 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/15776/stat : 15776 (java) S 15773 15776 10680 0 -1 4202496 4423 0 1 0 9 1 0 0 20 0 18 0 25157602 9787879424 6041 33554432000 1073741824 1073778376 140737331954368 140737331945504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15776/statm: 2389619 6041 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 15776
/proc/meminfo: memFree=29938768/32872528 swapFree=1402776/1580604
[pid=15776] ppid=15773 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/15776/stat : 15776 (java) S 15773 15776 10680 0 -1 4202496 4993 0 1 0 27 1 0 0 20 0 18 0 25157602 9787879424 6977 33554432000 1073741824 1073778376 140737331954368 140737331945504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15776/statm: 2389619 6977 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 15776
/proc/meminfo: memFree=29938768/32872528 swapFree=1402776/1580604
[pid=15776] ppid=15773 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/15776/stat : 15776 (java) S 15773 15776 10680 0 -1 4202496 5717 0 1 0 46 1 0 0 20 0 19 0 25157602 9856040960 8331 33554432000 1073741824 1073778376 140737331954368 140737331945504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15776/statm: 2406260 8331 2240 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700184 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 15776
/proc/meminfo: memFree=29938768/32872528 swapFree=1402776/1580604
[pid=15776] ppid=15773 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/15776/stat : 15776 (java) S 15773 15776 10680 0 -1 4202496 9499 0 1 0 119 3 0 0 20 0 19 0 25157602 9856040960 11596 33554432000 1073741824 1073778376 140737331954368 140737331945504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15776/statm: 2406260 11596 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.36 2.25 2.19 3/213 15795
/proc/meminfo: memFree=29890068/32872528 swapFree=1402776/1580604
[pid=15776] ppid=15773 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/15776/stat : 15776 (java) S 15773 15776 10680 0 -1 4202496 9736 0 1 0 209 3 0 0 20 0 19 0 25157602 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140737331945504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15776/statm: 2406260 16755 2260 9 0 2396937 0
[pid=15776/tid=15778] ppid=15773 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/15776/task/15778/stat : 15778 (java) R 15773 15776 10680 0 -1 4202560 2424 0 1 0 145 2 0 0 20 0 19 0 25157602 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140496403577416 140496249382709 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140496376032296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140496374979496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140496373926696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140496372873896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140496371821096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140496370768296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140496369715496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140496368662696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25157604 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140495756958696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140495755904760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140495754851848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140495753800336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 10680 0 -1 4202560 4389 0 0 0 35 2 0 0 20 0 19 0 25157607 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140495752747448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 10680 0 -1 4202560 1650 0 0 0 26 0 0 0 20 0 19 0 25157607 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140495751694648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140495750642040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140495749589448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25157628 9856040960 16755 33554432000 1073741824 1073778376 140737331954368 140495748535976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.36 2.25 2.19 3/213 15795
/proc/meminfo: memFree=29864996/32872528 swapFree=1402776/1580604
[pid=15776] ppid=15773 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/15776/stat : 15776 (java) S 15773 15776 10680 0 -1 4202496 10207 0 1 0 379 4 0 0 20 0 19 0 25157602 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140737331945504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15776/statm: 2406260 24435 2260 9 0 2396937 0
[pid=15776/tid=15778] ppid=15773 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/15776/task/15778/stat : 15778 (java) R 15773 15776 10680 0 -1 4202560 2440 0 1 0 305 2 0 0 20 0 19 0 25157602 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140496403570368 140496249322456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140496376032296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140496374979496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140496373926696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140496372873896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140496371821096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140496370768296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140496369715496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140496368662696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25157604 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140495756958696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140495755904760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140495754851848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140495753800336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 10680 0 -1 4202560 4389 0 0 0 40 2 0 0 20 0 19 0 25157607 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140495752747448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 10680 0 -1 4202560 2105 0 0 0 32 0 0 0 20 0 19 0 25157607 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140495751694648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140495750642040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140495749589448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25157628 9856040960 24435 33554432000 1073741824 1073778376 140737331954368 140495748535976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.33 2.24 2.19 3/213 15795
/proc/meminfo: memFree=29802920/32872528 swapFree=1402776/1580604
[pid=15776] ppid=15773 vsize=9625040 CPUtime=7.03 cores=1,3,5,7
/proc/15776/stat : 15776 (java) S 15773 15776 10680 0 -1 4202496 10237 0 1 0 698 5 0 0 20 0 19 0 25157602 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140737331945504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15776/statm: 2406260 38763 2261 9 0 2396937 0
[pid=15776/tid=15778] ppid=15773 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/15776/task/15778/stat : 15778 (java) R 15773 15776 10680 0 -1 4202560 2469 0 1 0 623 4 0 0 20 0 19 0 25157602 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140496403570368 140496249307055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140496376032296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140496374979496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140496373926696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140496372873896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140496371821096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140496370768296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140496369715496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25157603 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140496368662696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25157604 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140495756958696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140495755904760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140495754851848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140495753800336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 10680 0 -1 4202560 4389 0 0 0 40 2 0 0 20 0 19 0 25157607 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140495752747448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 10680 0 -1 4202560 2105 0 0 0 32 0 0 0 20 0 19 0 25157607 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140495751694648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140495750642040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140495749589448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25157628 9856040960 38763 33554432000 1073741824 1073778376 140737331954368 140495748535976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 9625040


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

[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 97591 33554432000 1073741824 1073778376 140737331954368 140495755904760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 97591 33554432000 1073741824 1073778376 140737331954368 140495754851848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 97591 33554432000 1073741824 1073778376 140737331954368 140495753800336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 10680 0 -1 4202560 4389 0 0 0 40 2 0 0 20 0 19 0 25157607 9856040960 97591 33554432000 1073741824 1073778376 140737331954368 140495752747448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 10680 0 -1 4202560 2425 0 0 0 34 0 0 0 20 0 19 0 25157607 9856040960 97591 33554432000 1073741824 1073778376 140737331954368 140495751694648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 97591 33554432000 1073741824 1073778376 140737331954368 140495750642040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 10680 0 -1 4202560 97 0 0 0 25 40 0 0 20 0 19 0 25157607 9856040960 97591 33554432000 1073741824 1073778376 140737331954368 140495749589448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25157628 9856040960 97591 33554432000 1073741824 1073778376 140737331954368 140495748535976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1675.79
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.23 2.22 3/213 15905
/proc/meminfo: memFree=29665380/32872528 swapFree=1402776/1580604
[pid=15776] ppid=15773 vsize=9625040 CPUtime=1736.39 cores=1,3,5,7
/proc/15776/stat : 15776 (java) S 15773 15776 10680 0 -1 4202496 20894 0 1 0 173499 140 0 0 20 0 19 0 25157602 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140737331945504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15776/statm: 2406260 76011 2283 9 0 2396937 0
[pid=15776/tid=15778] ppid=15773 vsize=9625040 CPUtime=1712.27 cores=1,3,5,7
/proc/15776/task/15778/stat : 15778 (java) R 15773 15776 10680 0 -1 4202560 2795 0 1 0 171196 31 0 0 20 0 19 0 25157602 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140496403578096 140496249546815 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=2.4 cores=1,3,5,7
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 10680 0 -1 4202560 1378 0 0 0 224 16 0 0 20 0 19 0 25157603 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140496376032296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 10680 0 -1 4202560 626 0 0 0 214 10 0 0 20 0 19 0 25157603 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140496374979496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=2.39 cores=1,3,5,7
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 10680 0 -1 4202560 1138 0 0 0 228 11 0 0 20 0 19 0 25157603 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140496373926696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=2.39 cores=1,3,5,7
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 10680 0 -1 4202560 1709 0 0 0 226 13 0 0 20 0 19 0 25157603 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140496372873896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 10680 0 -1 4202560 1257 0 0 0 214 12 0 0 20 0 19 0 25157603 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140496371821096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 10680 0 -1 4202560 800 0 0 0 207 13 0 0 20 0 19 0 25157603 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140496370768296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 10680 0 -1 4202560 1061 0 0 0 224 11 0 0 20 0 19 0 25157603 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140496369715496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 10680 0 -1 4202560 1174 0 0 0 237 10 0 0 20 0 19 0 25157603 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140496368662696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 10680 0 -1 4202560 785 0 0 0 432 7 0 0 20 0 19 0 25157604 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140495756958696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140495755904760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140495754851848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140495753800336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 10680 0 -1 4202560 4389 0 0 0 40 2 0 0 20 0 19 0 25157607 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140495752747448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 10680 0 -1 4202560 2425 0 0 0 34 0 0 0 20 0 19 0 25157607 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140495751694648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140495750642040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 10680 0 -1 4202560 99 0 0 0 26 42 0 0 20 0 19 0 25157607 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140495749589448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25157628 9856040960 76011 33554432000 1073741824 1073778376 140737331954368 140495748535976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1736.39
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.30 2.24 2.22 4/213 15906
/proc/meminfo: memFree=29625600/32872528 swapFree=1402776/1580604
[pid=15776] ppid=15773 vsize=9625040 CPUtime=1797.15 cores=1,3,5,7
/proc/15776/stat : 15776 (java) S 15773 15776 10680 0 -1 4202496 24128 0 1 0 179567 148 0 0 20 0 19 0 25157602 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140737331945504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15776/statm: 2406260 86421 2283 9 0 2396937 0
[pid=15776/tid=15778] ppid=15773 vsize=9625040 CPUtime=1771.75 cores=1,3,5,7
/proc/15776/task/15778/stat : 15778 (java) R 15773 15776 10680 0 -1 4202560 2818 0 1 0 177144 31 0 0 20 0 19 0 25157602 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140496403578096 140496249343683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 10680 0 -1 4202560 1709 0 0 0 238 17 0 0 20 0 19 0 25157603 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140496376032296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=2.38 cores=1,3,5,7
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 10680 0 -1 4202560 918 0 0 0 226 12 0 0 20 0 19 0 25157603 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140496374979496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 10680 0 -1 4202560 1835 0 0 0 243 11 0 0 20 0 19 0 25157603 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140496373926696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 10680 0 -1 4202560 2462 0 0 0 241 14 0 0 20 0 19 0 25157603 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140496372873896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=2.38 cores=1,3,5,7
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 10680 0 -1 4202560 1325 0 0 0 225 13 0 0 20 0 19 0 25157603 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140496371821096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 10680 0 -1 4202560 1165 0 0 0 218 13 0 0 20 0 19 0 25157603 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140496370768296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=2.44 cores=1,3,5,7
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 10680 0 -1 4202560 1495 0 0 0 232 12 0 0 20 0 19 0 25157603 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140496369715496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=2.62 cores=1,3,5,7
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 10680 0 -1 4202560 1424 0 0 0 251 11 0 0 20 0 19 0 25157603 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140496368662696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=4.6 cores=1,3,5,7
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 10680 0 -1 4202560 802 0 0 0 453 7 0 0 20 0 19 0 25157604 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140495756958696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140495755904760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140495754851848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140495753800336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 10680 0 -1 4202560 4389 0 0 0 40 2 0 0 20 0 19 0 25157607 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140495752747448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 10680 0 -1 4202560 2425 0 0 0 34 0 0 0 20 0 19 0 25157607 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140495751694648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140495750642040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 10680 0 -1 4202560 103 0 0 0 28 43 0 0 20 0 19 0 25157607 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140495749589448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25157628 9856040960 86421 33554432000 1073741824 1073778376 140737331954368 140495748535976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.15
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.2 s]
/proc/loadavg: 2.30 2.24 2.22 4/213 15906
/proc/meminfo: memFree=29627708/32872528 swapFree=1402776/1580604
[pid=15776] ppid=15773 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/15776/stat : 15776 (java) S 15773 15776 10680 0 -1 4202496 24129 0 1 0 179860 148 0 0 20 0 19 0 25157602 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140737331945504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15776/statm: 2406260 86004 2283 9 0 2396937 0
[pid=15776/tid=15778] ppid=15773 vsize=9625040 CPUtime=1774.63 cores=1,3,5,7
/proc/15776/task/15778/stat : 15778 (java) R 15773 15776 10680 0 -1 4202560 2819 0 1 0 177432 31 0 0 20 0 19 0 25157602 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140496403578096 140496249344095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 10680 0 -1 4202560 1709 0 0 0 238 17 0 0 20 0 19 0 25157603 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140496376032296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=2.39 cores=1,3,5,7
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 10680 0 -1 4202560 918 0 0 0 227 12 0 0 20 0 19 0 25157603 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140496374979496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 10680 0 -1 4202560 1835 0 0 0 244 11 0 0 20 0 19 0 25157603 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140496373926696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 10680 0 -1 4202560 2462 0 0 0 242 14 0 0 20 0 19 0 25157603 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140496372873896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=2.38 cores=1,3,5,7
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 10680 0 -1 4202560 1325 0 0 0 225 13 0 0 20 0 19 0 25157603 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140496371821096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 10680 0 -1 4202560 1165 0 0 0 218 13 0 0 20 0 19 0 25157603 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140496370768296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=2.44 cores=1,3,5,7
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 10680 0 -1 4202560 1495 0 0 0 232 12 0 0 20 0 19 0 25157603 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140496369715496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=2.63 cores=1,3,5,7
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 10680 0 -1 4202560 1424 0 0 0 252 11 0 0 20 0 19 0 25157603 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140496368662696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=4.6 cores=1,3,5,7
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 10680 0 -1 4202560 802 0 0 0 453 7 0 0 20 0 19 0 25157604 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140495756958696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140495755904760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25157605 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140495754851848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140495753800336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 10680 0 -1 4202560 4389 0 0 0 40 2 0 0 20 0 19 0 25157607 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140495752747448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 10680 0 -1 4202560 2425 0 0 0 34 0 0 0 20 0 19 0 25157607 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140495751694648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25157607 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140495750642040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 10680 0 -1 4202560 103 0 0 0 28 43 0 0 20 0 19 0 25157607 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140495749589448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25157628 9856040960 86004 33554432000 1073741824 1073778376 140737331954368 140495748535976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1785.25
CPU time (s): 1800.85
CPU user time (s): 1798.84
CPU system time (s): 2.01269
CPU usage (%): 100.874
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 2.01269
maximum resident set size= 664144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24177
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48278
involuntary context switches= 38756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1553 second user time and 16.8194 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 08:25:19
IDJOB=4102701
IDBENCH=2158
IDSOLVER=2546
FILE ID=node139/4102701-1466231119
RUNJOBID= node139-1466206053-10697
PBS_JOBID= 19918138
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32c1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102701-1466231119/watcher-4102701-1466231119 -o /tmp/evaluation-result-4102701-1466231119/solver-4102701-1466231119 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102701-1466231119.opb

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

MD5SUM BENCH= b354df8d74ddbd5006be5e12ba59956d
RANDOM SEED=1457344508

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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:        29939040 kB
Buffers:          119720 kB
Cached:           106660 kB
SwapCached:         1900 kB
Active:           447248 kB
Inactive:         166396 kB
Active(anon):     388148 kB
Inactive(anon):     1472 kB
Active(file):      59100 kB
Inactive(file):   164924 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099480 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1973044 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             604136 kB
SReclaimable:      47528 kB
SUnreclaim:       556608 kB
KernelStack:        1752 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2375972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    544768 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= 71592 MiB
End job on node139 at 2016-06-18 08:55:04