Trace number 3710697

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 specific settings 2.3.2 snapshotSAT (TO)-30 1800 1790.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-5.opb
MD5SUM7f24dba3f3d4b877b96bd50f5b27c089
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark42.7685
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints28143
Number of constraints which are clauses28143
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 constraint2
Number of terms in the objective function 595
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 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710697-1338148780.opb
0.09/0.12	c reading problem ... 
0.68/0.47	c ... done. Wall clock time 0.347s.
0.68/0.47	c declared #vars     595
0.68/0.47	c #constraints  28143
0.68/0.47	c constraints type 
0.68/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28143
0.68/0.47	c 28143 constraints processed.
0.68/0.49	c SATISFIABLE
0.68/0.49	c OPTIMIZING...
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.367
0.68/0.49	o 0
0.98/0.50	c Got one! Elapsed wall clock time (in seconds):0.376
0.98/0.50	o -1
0.98/0.53	c Got one! Elapsed wall clock time (in seconds):0.41
0.98/0.53	o -2
0.98/0.54	c Got one! Elapsed wall clock time (in seconds):0.416
0.98/0.54	o -26
1.53/0.86	c Got one! Elapsed wall clock time (in seconds):0.737
1.53/0.86	o -27
2.01/1.26	c cleaning 2564 clauses out of 5127 with flag 3001/5127
2.79/1.99	c cleaning 4280 clauses out of 8562 with flag 9000/11126
3.70/2.87	c cleaning 5636 clauses out of 11283 with flag 16001/18127
4.84/3.94	c cleaning 6823 clauses out of 13646 with flag 24000/26126
6.29/5.30	c cleaning 7912 clauses out of 15825 with flag 33002/35128
7.80/6.81	c cleaning 8956 clauses out of 17911 with flag 43000/45126
9.54/8.56	c cleaning 9975 clauses out of 19955 with flag 54000/56126
10.27/9.23	c Got one! Elapsed wall clock time (in seconds):9.114
10.27/9.23	o -28
10.47/9.41	c cleaning 7630 clauses out of 15271 with flag 1001/61417
11.30/10.29	c cleaning 6812 clauses out of 13640 with flag 7000/67416
12.52/11.40	c cleaning 6908 clauses out of 13828 with flag 14000/74416
13.53/12.44	c cleaning 7455 clauses out of 14920 with flag 22000/82416
14.87/13.78	c cleaning 8232 clauses out of 16465 with flag 31000/91416
16.68/15.54	c cleaning 9117 clauses out of 18233 with flag 41000/101416
18.91/17.77	c cleaning 10053 clauses out of 20116 with flag 52000/112416
20.65/19.44	c cleaning 11027 clauses out of 22064 with flag 64001/124417
22.87/21.66	c cleaning 12012 clauses out of 24037 with flag 77001/137417
25.50/24.22	c cleaning 13007 clauses out of 26024 with flag 91000/151416
28.91/27.67	c cleaning 14001 clauses out of 28017 with flag 106000/166416
32.06/30.75	c cleaning 15009 clauses out of 30020 with flag 122004/182420
35.20/33.87	c cleaning 15995 clauses out of 32009 with flag 139002/199418
38.63/37.23	c cleaning 17005 clauses out of 34012 with flag 157000/217416
42.77/41.30	c cleaning 17994 clauses out of 36008 with flag 176001/236417
48.24/46.74	c Got one! Elapsed wall clock time (in seconds):46.618
48.24/46.74	o -29
49.24/47.77	c cleaning 20443 clauses out of 40885 with flag 5000/259288
50.32/48.78	c cleaning 13223 clauses out of 26446 with flag 11004/265292
51.45/49.83	c cleaning 10105 clauses out of 20222 with flag 18003/272291
52.66/51.07	c cleaning 9054 clauses out of 18114 with flag 26000/280288
53.96/52.37	c cleaning 9022 clauses out of 18061 with flag 35001/289289
55.82/54.18	c cleaning 9520 clauses out of 19040 with flag 45002/299290
57.93/56.22	c cleaning 10256 clauses out of 20518 with flag 56000/310288
59.95/58.24	c cleaning 11131 clauses out of 22262 with flag 68000/322288
62.57/60.88	c cleaning 12067 clauses out of 24134 with flag 81003/335291
65.49/63.80	c cleaning 13030 clauses out of 26065 with flag 95001/349289
69.10/67.36	c cleaning 14010 clauses out of 28034 with flag 110000/364288
73.32/71.58	c cleaning 15007 clauses out of 30026 with flag 126002/380290
77.13/75.32	c cleaning 16000 clauses out of 32019 with flag 143002/397290
80.26/78.40	c cleaning 17003 clauses out of 34017 with flag 161000/415288
84.19/82.31	c cleaning 18003 clauses out of 36016 with flag 180002/434290
88.72/86.83	c cleaning 18999 clauses out of 38011 with flag 200000/454288
94.24/92.33	c cleaning 20001 clauses out of 40013 with flag 221001/475289
99.17/97.28	c cleaning 21000 clauses out of 42012 with flag 243001/497289
105.34/103.34	c cleaning 21997 clauses out of 44011 with flag 266000/520288
112.06/110.02	c cleaning 23007 clauses out of 46014 with flag 290000/544288
120.99/118.99	c cleaning 23995 clauses out of 48007 with flag 315000/569288
129.25/127.17	c cleaning 24997 clauses out of 50012 with flag 341000/595288
134.41/132.28	c cleaning 26002 clauses out of 52015 with flag 368000/622288
141.07/138.82	c cleaning 26995 clauses out of 54013 with flag 396000/650288
149.23/146.93	c cleaning 28003 clauses out of 56019 with flag 425001/679289
158.97/156.66	c cleaning 29008 clauses out of 58016 with flag 455001/709289
167.03/164.69	c cleaning 30004 clauses out of 60009 with flag 486002/740290
178.37/175.91	c cleaning 30991 clauses out of 62003 with flag 518000/772288
186.41/183.94	c cleaning 32002 clauses out of 64013 with flag 551001/805289
198.57/196.08	c cleaning 33000 clauses out of 66010 with flag 585000/839288
214.35/211.71	c cleaning 33999 clauses out of 68010 with flag 620000/874288
222.60/219.94	c cleaning 34999 clauses out of 70011 with flag 656000/910288
231.60/228.86	c cleaning 35998 clauses out of 72013 with flag 693001/947289
242.37/239.56	c cleaning 37002 clauses out of 74014 with flag 731000/985288
255.46/252.54	c cleaning 37999 clauses out of 76012 with flag 770000/1024288
271.61/268.69	c cleaning 38998 clauses out of 78013 with flag 810000/1064288
284.27/281.23	c cleaning 40006 clauses out of 80017 with flag 851002/1105290
301.47/298.30	c cleaning 40998 clauses out of 82010 with flag 893001/1147289
316.36/313.15	c cleaning 42004 clauses out of 84012 with flag 936001/1190289
340.40/337.17	c cleaning 42995 clauses out of 86007 with flag 980000/1234288
366.28/362.94	c cleaning 44003 clauses out of 88014 with flag 1025002/1279290
391.56/388.15	c cleaning 45001 clauses out of 90009 with flag 1071000/1325288
402.74/399.24	c cleaning 45999 clauses out of 92008 with flag 1118000/1372288
416.58/413.06	c cleaning 46999 clauses out of 94009 with flag 1166000/1420288
434.86/431.26	c cleaning 47997 clauses out of 96010 with flag 1215000/1469288
457.83/454.15	c cleaning 49004 clauses out of 98015 with flag 1265002/1519290
477.01/473.23	c cleaning 50002 clauses out of 100011 with flag 1316002/1570290
502.91/499.08	c cleaning 51003 clauses out of 102010 with flag 1368003/1622291
528.42/524.49	c cleaning 51998 clauses out of 104005 with flag 1421001/1675289
557.33/553.25	c cleaning 53003 clauses out of 106008 with flag 1475002/1729290
583.93/579.77	c cleaning 53995 clauses out of 108003 with flag 1530000/1784288
609.90/605.67	c cleaning 54997 clauses out of 110010 with flag 1586002/1840290
641.60/637.28	c cleaning 56001 clauses out of 112013 with flag 1643002/1897290
675.20/670.73	c cleaning 57005 clauses out of 114010 with flag 1701000/1955288
696.71/692.08	c cleaning 58000 clauses out of 116006 with flag 1760001/2014289
714.16/709.35	c cleaning 59000 clauses out of 118006 with flag 1820001/2074289
738.21/733.28	c cleaning 59993 clauses out of 120005 with flag 1881000/2135288
766.78/761.62	c cleaning 61002 clauses out of 122013 with flag 1943001/2197289
799.62/794.36	c cleaning 61999 clauses out of 124010 with flag 2006000/2260288
823.47/817.94	c cleaning 62999 clauses out of 126011 with flag 2070000/2324288
861.28/855.46	c cleaning 64001 clauses out of 128012 with flag 2135000/2389288
882.59/876.66	c Got one! Elapsed wall clock time (in seconds):876.541
882.59/876.66	o -30
885.68/879.71	c cleaning 57924 clauses out of 115855 with flag 5002/2441132
887.29/881.22	c cleaning 31960 clauses out of 63929 with flag 11000/2447130
888.80/882.71	c cleaning 19478 clauses out of 38972 with flag 18003/2454133
890.52/884.48	c cleaning 13741 clauses out of 27491 with flag 26000/2462130
892.54/886.46	c cleaning 11372 clauses out of 22752 with flag 35002/2471132
894.66/888.54	c cleaning 10686 clauses out of 21378 with flag 45000/2481130
897.39/891.29	c cleaning 10843 clauses out of 21695 with flag 56003/2492133
900.21/894.05	c cleaning 11418 clauses out of 22849 with flag 68000/2504130
903.51/897.34	c cleaning 12217 clauses out of 24433 with flag 81002/2517132
907.53/901.31	c cleaning 13099 clauses out of 26216 with flag 95002/2531132
912.76/906.55	c cleaning 14060 clauses out of 28120 with flag 110005/2546135
917.58/911.39	c cleaning 15023 clauses out of 30055 with flag 126000/2562130
923.80/917.51	c cleaning 16013 clauses out of 32032 with flag 143000/2579130
931.41/925.18	c cleaning 17010 clauses out of 34019 with flag 161000/2597130
938.83/932.50	c cleaning 17999 clauses out of 36011 with flag 180002/2616132
947.18/940.85	c cleaning 19007 clauses out of 38013 with flag 200003/2636133
956.53/950.17	c cleaning 20002 clauses out of 40004 with flag 221001/2657131
962.68/956.21	c cleaning 21001 clauses out of 42001 with flag 243000/2679130
970.22/963.75	c cleaning 22000 clauses out of 44000 with flag 266000/2702130
978.84/972.32	c cleaning 23002 clauses out of 46003 with flag 290003/2726133
989.47/982.98	c cleaning 23999 clauses out of 47999 with flag 315001/2751131
1001.81/995.26	c cleaning 24991 clauses out of 50000 with flag 341001/2777131
1013.84/1007.29	c cleaning 25997 clauses out of 52008 with flag 368000/2804130
1026.55/1019.92	c cleaning 27004 clauses out of 54011 with flag 396000/2832130
1040.97/1034.36	c cleaning 27997 clauses out of 56007 with flag 425000/2861130
1058.19/1051.59	c cleaning 29001 clauses out of 58012 with flag 455002/2891132
1078.91/1072.27	c cleaning 30003 clauses out of 60011 with flag 486002/2922132
1099.04/1092.38	c cleaning 30998 clauses out of 62006 with flag 518000/2954130
1113.08/1106.38	c cleaning 32005 clauses out of 64010 with flag 551002/2987132
1120.04/1113.20	c cleaning 33002 clauses out of 66003 with flag 585000/3021130
1128.79/1121.92	c cleaning 34000 clauses out of 68001 with flag 620000/3056130
1138.16/1131.24	c cleaning 34993 clauses out of 70001 with flag 656000/3092130
1149.11/1142.12	c cleaning 36000 clauses out of 72010 with flag 693002/3129132
1162.16/1155.19	c cleaning 36998 clauses out of 74008 with flag 731000/3167130
1173.28/1166.23	c cleaning 38004 clauses out of 76010 with flag 770000/3206130
1192.12/1185.04	c cleaning 38998 clauses out of 78007 with flag 810001/3246131
1208.08/1200.93	c cleaning 40002 clauses out of 80009 with flag 851001/3287131
1223.57/1216.36	c cleaning 40999 clauses out of 82007 with flag 893001/3329131
1242.48/1235.12	c cleaning 41998 clauses out of 84007 with flag 936000/3372130
1262.25/1254.81	c cleaning 42999 clauses out of 86012 with flag 980003/3416133
1278.91/1271.45	c cleaning 44002 clauses out of 88011 with flag 1025001/3461131
1301.38/1293.85	c cleaning 44999 clauses out of 90010 with flag 1071002/3507132
1324.13/1316.52	c cleaning 45994 clauses out of 92009 with flag 1118000/3554130
1349.48/1341.90	c cleaning 47007 clauses out of 94015 with flag 1166000/3602130
1378.03/1370.35	c cleaning 48002 clauses out of 96009 with flag 1215001/3651131
1401.32/1393.56	c cleaning 49002 clauses out of 98006 with flag 1265000/3701130
1425.98/1418.16	c cleaning 50001 clauses out of 100004 with flag 1316000/3752130
1458.25/1450.37	c cleaning 50997 clauses out of 102003 with flag 1368000/3804130
1489.85/1481.86	c cleaning 52000 clauses out of 104008 with flag 1421002/3857132
1521.97/1513.93	c cleaning 53001 clauses out of 106007 with flag 1475001/3911131
1557.62/1549.53	c cleaning 53997 clauses out of 108006 with flag 1530001/3966131
1579.34/1571.08	c cleaning 55003 clauses out of 110011 with flag 1586003/4022133
1619.70/1611.23	c cleaning 55998 clauses out of 112006 with flag 1643001/4079131
1656.87/1648.24	c cleaning 57001 clauses out of 114009 with flag 1701002/4137132
1694.96/1686.10	c cleaning 57996 clauses out of 116006 with flag 1760000/4196130
1741.03/1732.00	c cleaning 59002 clauses out of 118010 with flag 1820000/4256130
1787.31/1778.11	c cleaning 59993 clauses out of 120008 with flag 1881000/4317130
1800.00/1790.71	c starts		: 261
1800.00/1790.71	c conflicts		: 4345542
1800.00/1790.71	c decisions		: 4384484
1800.00/1790.71	c propagations		: 24179304
1800.00/1790.71	c inspects		: 7449624003
1800.00/1790.71	c shortcuts		: 0
1800.00/1790.71	c learnt literals	: 0
1800.00/1790.71	c learnt binary clauses	: 0
1800.00/1790.71	c learnt ternary clauses	: 0
1800.00/1790.71	c learnt constraints	: 4345542
1800.00/1790.71	c ignored constraints	: 0
1800.00/1790.71	c root simplifications	: 261
1800.00/1790.71	c removed literals (reason simplification)	: 121989125
1800.00/1790.71	c reason swapping (by a shorter reason)	: 0
1800.00/1790.71	c Calls to reduceDB	: 140
1800.00/1790.71	c number of reductions to clauses (during analyze)	: 0
1800.00/1790.71	c number of learned constraints concerned by reduction	: 0
1800.00/1790.71	c number of learning phase by resolution	: 0
1800.00/1790.71	c number of learning phase by cutting planes	: 0
1800.00/1790.71	c speed (assignments/second)	: 13506.144131110546
1800.00/1790.71	c non guided choices	1782
1800.00/1790.74	c learnt constraints type 
1800.00/1790.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88461
1800.00/1790.74	c constraints type 
1800.00/1790.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 0
1800.00/1790.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.00/1790.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28143
1800.00/1790.74	c 28144 constraints processed.
1800.00/1790.74	s SATISFIABLE
1800.00/1790.74	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 
1800.00/1790.74	c objective function=-30
1800.00/1790.74	c Total wall clock time (in seconds): 1790.624

Verifier Data

OK	-30

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710697-1338148780/watcher-3710697-1338148780 -o /tmp/evaluation-result-3710697-1338148780/solver-3710697-1338148780 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710697-1338148780.opb 

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: 1.92 1.98 1.99 3/194 3613
/proc/meminfo: memFree=28551236/32873648 swapFree=6844/6844
[pid=3613] ppid=3611 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3613/stat : 3613 (java) D 3611 3613 3132 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 281003903 9515008 185 33554432000 1073741824 1073778376 140733664525776 140733664517000 259112201655 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/3613/statm: 2323 185 142 9 0 71 0

[startup+0.081591 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3613
/proc/meminfo: memFree=28551236/32873648 swapFree=6844/6844
[pid=3613] ppid=3611 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/3613/stat : 3613 (java) S 3611 3613 3132 0 -1 4202496 3459 0 1 0 5 1 0 0 20 0 18 0 281003903 9787842560 4666 33554432000 1073741824 1073778376 140735101924576 140735101915712 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3613/statm: 2389610 4666 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100265 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3613
/proc/meminfo: memFree=28551236/32873648 swapFree=6844/6844
[pid=3613] ppid=3611 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/3613/stat : 3613 (java) S 3611 3613 3132 0 -1 4202496 4264 0 1 0 8 1 0 0 20 0 18 0 281003903 9787842560 5470 33554432000 1073741824 1073778376 140735101924576 140735101915712 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3613/statm: 2389610 5471 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300218 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3613
/proc/meminfo: memFree=28551236/32873648 swapFree=6844/6844
[pid=3613] ppid=3611 vsize=9558440 CPUtime=0.44 cores=0,2,4,6
/proc/3613/stat : 3613 (java) S 3611 3613 3132 0 -1 4202496 5209 0 1 0 42 2 0 0 20 0 18 0 281003903 9787842560 8232 33554432000 1073741824 1073778376 140735101924576 140735101915712 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3613/statm: 2389610 8232 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700221 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3613
/proc/meminfo: memFree=28551236/32873648 swapFree=6844/6844
[pid=3613] ppid=3611 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/3613/stat : 3613 (java) S 3611 3613 3132 0 -1 4202496 9767 0 1 0 137 4 0 0 20 0 19 0 281003903 9856004096 21407 33554432000 1073741824 1073778376 140735101924576 140735101915712 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3613/statm: 2406251 21407 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 3632
/proc/meminfo: memFree=28468264/32873648 swapFree=6844/6844
[pid=3613] ppid=3611 vsize=9625004 CPUtime=2.36 cores=0,2,4,6
/proc/3613/stat : 3613 (java) S 3611 3613 3132 0 -1 4202496 10074 0 1 0 231 5 0 0 20 0 19 0 281003903 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140735101915712 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3613/statm: 2406251 29656 2288 9 0 2396937 0
[pid=3613/tid=3615] ppid=3611 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/3613/task/3615/stat : 3615 (java) R 3611 3613 3132 0 -1 4202560 2536 0 1 0 141 3 0 0 20 0 19 0 281003904 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140392053997992 140391895216795 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3616] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3616/stat : 3616 (java) S 3611 3613 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140392015489448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3617] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3617/stat : 3617 (java) S 3611 3613 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140392014436904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3618] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3618/stat : 3618 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140392013383848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3619] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3619/stat : 3619 (java) S 3611 3613 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391894477096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3620] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3620/stat : 3620 (java) S 3611 3613 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391893425064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3621] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3621/stat : 3621 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391892372520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3622] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3622/stat : 3622 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391891319464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3623] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3623/stat : 3623 (java) S 3611 3613 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391890266920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3624] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3624/stat : 3624 (java) S 3611 3613 3132 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 281003906 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391407937896 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3625] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3625/stat : 3625 (java) S 3611 3613 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391406884216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3626] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3626/stat : 3626 (java) S 3611 3613 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391405831048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3627] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3627/stat : 3627 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391404779792 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3628] ppid=3611 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/3613/task/3628/stat : 3628 (java) S 3611 3613 3132 0 -1 4202560 3291 0 0 0 45 0 0 0 20 0 19 0 281003909 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391403727672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3629] ppid=3611 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/3613/task/3629/stat : 3629 (java) S 3611 3613 3132 0 -1 4202560 2988 0 0 0 39 0 0 0 20 0 19 0 281003909 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391402675128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3630] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3630/stat : 3630 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391401622264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3631] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3631/stat : 3631 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391400569928 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3632] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3632/stat : 3632 (java) S 3611 3613 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281003950 9856004096 29656 33554432000 1073741824 1073778376 140735101924576 140391399515176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625004

[startup+3.10069 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 3632
/proc/meminfo: memFree=28422216/32873648 swapFree=6844/6844
[pid=3613] ppid=3611 vsize=9625004 CPUtime=4.04 cores=0,2,4,6
/proc/3613/stat : 3613 (java) S 3611 3613 3132 0 -1 4202496 10114 0 1 0 397 7 0 0 20 0 19 0 281003903 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140735101915712 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3613/statm: 2406251 36833 2288 9 0 2396937 0
[pid=3613/tid=3615] ppid=3611 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/3613/task/3615/stat : 3615 (java) R 3611 3613 3132 0 -1 4202560 2537 0 1 0 296 3 0 0 20 0 19 0 281003904 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140392053997992 140391895207643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3616] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3616/stat : 3616 (java) S 3611 3613 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140392015489448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3617] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3617/stat : 3617 (java) S 3611 3613 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140392014436904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3618] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3618/stat : 3618 (java) S 3611 3613 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140392013383848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3619] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3619/stat : 3619 (java) S 3611 3613 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391894477096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3620] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3620/stat : 3620 (java) S 3611 3613 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391893425064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3621] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3621/stat : 3621 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391892372520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3622] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3622/stat : 3622 (java) S 3611 3613 3132 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391891319464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3623] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3623/stat : 3623 (java) S 3611 3613 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391890266920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3624] ppid=3611 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/3613/task/3624/stat : 3624 (java) S 3611 3613 3132 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 19 0 281003906 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391407937896 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3625] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3625/stat : 3625 (java) S 3611 3613 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391406884216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3626] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3626/stat : 3626 (java) S 3611 3613 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391405831048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3627] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3627/stat : 3627 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391404779792 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3628] ppid=3611 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/3613/task/3628/stat : 3628 (java) S 3611 3613 3132 0 -1 4202560 3292 0 0 0 47 0 0 0 20 0 19 0 281003909 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391403727672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3629] ppid=3611 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/3613/task/3629/stat : 3629 (java) S 3611 3613 3132 0 -1 4202560 2988 0 0 0 41 0 0 0 20 0 19 0 281003909 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391402675128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3630] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3630/stat : 3630 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391401622264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3631] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3631/stat : 3631 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391400569928 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3632] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3632/stat : 3632 (java) S 3611 3613 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281003950 9856004096 36833 33554432000 1073741824 1073778376 140735101924576 140391399515176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 1.93 1.98 1.99 2/193 3635
/proc/meminfo: memFree=28859148/32873648 swapFree=6844/6844
[pid=3613] ppid=3611 vsize=9625004 CPUtime=7.3 cores=0,2,4,6
/proc/3613/stat : 3613 (java) S 3611 3613 3132 0 -1 4202496 10452 0 1 0 723 7 0 0 20 0 19 0 281003903 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140735101915712 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3613/statm: 2406251 40245 2289 9 0 2396937 0
[pid=3613/tid=3615] ppid=3611 vsize=9625004 CPUtime=6.12 cores=0,2,4,6
/proc/3613/task/3615/stat : 3615 (java) R 3611 3613 3132 0 -1 4202560 2539 0 1 0 609 3 0 0 20 0 19 0 281003904 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140392053997872 140391895193480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3616] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3616/stat : 3616 (java) S 3611 3613 3132 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140392015489448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3617] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3617/stat : 3617 (java) S 3611 3613 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140392014436904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3618] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3618/stat : 3618 (java) S 3611 3613 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140392013383848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3619] ppid=3611 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/3613/task/3619/stat : 3619 (java) S 3611 3613 3132 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 281003905 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391894477096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3620] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3620/stat : 3620 (java) S 3611 3613 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391893425064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3621] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3621/stat : 3621 (java) S 3611 3613 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391892372520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3622] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3622/stat : 3622 (java) S 3611 3613 3132 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391891319464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3623] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3623/stat : 3623 (java) S 3611 3613 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281003905 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391890266920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3624] ppid=3611 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/3613/task/3624/stat : 3624 (java) S 3611 3613 3132 0 -1 4202560 42 0 0 0 8 0 0 0 20 0 19 0 281003906 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391407937896 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3625] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3625/stat : 3625 (java) S 3611 3613 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391406884216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3626] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3626/stat : 3626 (java) S 3611 3613 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391405831048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3627] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3627/stat : 3627 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391404779792 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3628] ppid=3611 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/3613/task/3628/stat : 3628 (java) S 3611 3613 3132 0 -1 4202560 3599 0 0 0 51 0 0 0 20 0 19 0 281003909 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391403727672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3629] ppid=3611 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/3613/task/3629/stat : 3629 (java) S 3611 3613 3132 0 -1 4202560 2988 0 0 0 41 0 0 0 20 0 19 0 281003909 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391402675128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3630] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3630/stat : 3630 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391401622264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3631] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3631/stat : 3631 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391400569928 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3632] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3632/stat : 3632 (java) S 3611 3613 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281003950 9856004096 40245 33554432000 1073741824 1073778376 140735101924576 140391399515176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9625004

[startup+12.701 s]

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

[pid=3613/tid=3628] ppid=3611 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/3613/task/3628/stat : 3628 (java) S 3611 3613 3132 0 -1 4202560 3609 0 0 0 54 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391403727672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3629] ppid=3611 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/3613/task/3629/stat : 3629 (java) S 3611 3613 3132 0 -1 4202560 2988 0 0 0 41 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391402675128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3630] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3630/stat : 3630 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391401622264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3631] ppid=3611 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/3613/task/3631/stat : 3631 (java) S 3611 3613 3132 0 -1 4202560 99 0 0 0 27 31 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391400569928 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3632] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3632/stat : 3632 (java) S 3611 3613 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281003950 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391399515176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1731.32
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 3729
/proc/meminfo: memFree=27638384/32873648 swapFree=6844/6844
[pid=3613] ppid=3611 vsize=9625004 CPUtime=1791.6 cores=0,2,4,6
/proc/3613/stat : 3613 (java) S 3611 3613 3132 0 -1 4202496 14745 0 1 0 179051 109 0 0 20 0 19 0 281003903 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140735101915712 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3613/statm: 2406251 187183 2290 9 0 2396937 0
[pid=3613/tid=3615] ppid=3611 vsize=9625004 CPUtime=1766.69 cores=0,2,4,6
/proc/3613/task/3615/stat : 3615 (java) R 3611 3613 3132 0 -1 4202560 2718 0 1 0 176637 32 0 0 20 0 19 0 281003904 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392053997872 140391895177018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3616] ppid=3611 vsize=9625004 CPUtime=1.35 cores=0,2,4,6
/proc/3613/task/3616/stat : 3616 (java) S 3611 3613 3132 0 -1 4202560 712 0 0 0 125 10 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392015489448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3617] ppid=3611 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/3613/task/3617/stat : 3617 (java) S 3611 3613 3132 0 -1 4202560 339 0 0 0 137 10 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392014436904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3618] ppid=3611 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/3613/task/3618/stat : 3618 (java) S 3611 3613 3132 0 -1 4202560 237 0 0 0 143 10 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392013383848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3619] ppid=3611 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/3613/task/3619/stat : 3619 (java) S 3611 3613 3132 0 -1 4202560 452 0 0 0 130 12 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391894477096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3620] ppid=3611 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/3613/task/3620/stat : 3620 (java) S 3611 3613 3132 0 -1 4202560 285 0 0 0 132 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391893425064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3621] ppid=3611 vsize=9625004 CPUtime=1.33 cores=0,2,4,6
/proc/3613/task/3621/stat : 3621 (java) S 3611 3613 3132 0 -1 4202560 393 0 0 0 124 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391892372520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3622] ppid=3611 vsize=9625004 CPUtime=1.5 cores=0,2,4,6
/proc/3613/task/3622/stat : 3622 (java) S 3611 3613 3132 0 -1 4202560 700 0 0 0 141 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391891319464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3623] ppid=3611 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/3613/task/3623/stat : 3623 (java) S 3611 3613 3132 0 -1 4202560 295 0 0 0 131 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391890266920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3624] ppid=3611 vsize=9625004 CPUtime=7.57 cores=0,2,4,6
/proc/3613/task/3624/stat : 3624 (java) S 3611 3613 3132 0 -1 4202560 731 0 0 0 754 3 0 0 20 0 19 0 281003906 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391407937896 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3625] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3625/stat : 3625 (java) S 3611 3613 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391406884216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3626] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3626/stat : 3626 (java) S 3611 3613 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391405831048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3627] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3627/stat : 3627 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391404779792 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3628] ppid=3611 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/3613/task/3628/stat : 3628 (java) S 3611 3613 3132 0 -1 4202560 3609 0 0 0 54 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391403727672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3629] ppid=3611 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/3613/task/3629/stat : 3629 (java) S 3611 3613 3132 0 -1 4202560 2988 0 0 0 41 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391402675128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3630] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3630/stat : 3630 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391401622264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3631] ppid=3611 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/3613/task/3631/stat : 3631 (java) S 3611 3613 3132 0 -1 4202560 103 0 0 0 28 32 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391400569928 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3632] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3632/stat : 3632 (java) S 3611 3613 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281003950 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391399515176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 2.00 2/193 3732
/proc/meminfo: memFree=28268872/32873648 swapFree=6844/6844
[pid=3613] ppid=3611 vsize=9625004 CPUtime=1800 cores=0,2,4,6
/proc/3613/stat : 3613 (java) S 3611 3613 3132 0 -1 4202496 14745 0 1 0 179891 109 0 0 20 0 19 0 281003903 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140735101915712 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3613/statm: 2406251 187183 2290 9 0 2396937 0
[pid=3613/tid=3615] ppid=3611 vsize=9625004 CPUtime=1775.07 cores=0,2,4,6
/proc/3613/task/3615/stat : 3615 (java) R 3611 3613 3132 0 -1 4202560 2718 0 1 0 177475 32 0 0 20 0 19 0 281003904 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392053997872 140391895294110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3616] ppid=3611 vsize=9625004 CPUtime=1.35 cores=0,2,4,6
/proc/3613/task/3616/stat : 3616 (java) S 3611 3613 3132 0 -1 4202560 712 0 0 0 125 10 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392015489448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3617] ppid=3611 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/3613/task/3617/stat : 3617 (java) S 3611 3613 3132 0 -1 4202560 339 0 0 0 137 10 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392014436904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3618] ppid=3611 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/3613/task/3618/stat : 3618 (java) S 3611 3613 3132 0 -1 4202560 237 0 0 0 143 10 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392013383848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3619] ppid=3611 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/3613/task/3619/stat : 3619 (java) S 3611 3613 3132 0 -1 4202560 452 0 0 0 130 12 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391894477096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3620] ppid=3611 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/3613/task/3620/stat : 3620 (java) S 3611 3613 3132 0 -1 4202560 285 0 0 0 132 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391893425064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3621] ppid=3611 vsize=9625004 CPUtime=1.33 cores=0,2,4,6
/proc/3613/task/3621/stat : 3621 (java) S 3611 3613 3132 0 -1 4202560 393 0 0 0 124 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391892372520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3622] ppid=3611 vsize=9625004 CPUtime=1.5 cores=0,2,4,6
/proc/3613/task/3622/stat : 3622 (java) S 3611 3613 3132 0 -1 4202560 700 0 0 0 141 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391891319464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3623] ppid=3611 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/3613/task/3623/stat : 3623 (java) S 3611 3613 3132 0 -1 4202560 295 0 0 0 131 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391890266920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3624] ppid=3611 vsize=9625004 CPUtime=7.57 cores=0,2,4,6
/proc/3613/task/3624/stat : 3624 (java) S 3611 3613 3132 0 -1 4202560 731 0 0 0 754 3 0 0 20 0 19 0 281003906 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391407937896 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3625] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3625/stat : 3625 (java) S 3611 3613 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391406884216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3626] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3626/stat : 3626 (java) S 3611 3613 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391405831048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3627] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3627/stat : 3627 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391404779792 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3628] ppid=3611 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/3613/task/3628/stat : 3628 (java) S 3611 3613 3132 0 -1 4202560 3609 0 0 0 54 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391403727672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3629] ppid=3611 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/3613/task/3629/stat : 3629 (java) S 3611 3613 3132 0 -1 4202560 2988 0 0 0 41 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391402675128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3630] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3630/stat : 3630 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391401622264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3631] ppid=3611 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/3613/task/3631/stat : 3631 (java) S 3611 3613 3132 0 -1 4202560 103 0 0 0 28 32 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391400569928 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3632] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3632/stat : 3632 (java) S 3611 3613 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281003950 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391399515176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625004

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

Solver just ended. Dumping a history of the last processes samples

[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 2.00 2/193 3732
/proc/meminfo: memFree=28268872/32873648 swapFree=6844/6844
[pid=3613] ppid=3611 vsize=9625004 CPUtime=1800 cores=0,2,4,6
/proc/3613/stat : 3613 (java) S 3611 3613 3132 0 -1 4202496 14745 0 1 0 179891 109 0 0 20 0 19 0 281003903 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140735101915712 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3613/statm: 2406251 187183 2290 9 0 2396937 0
[pid=3613/tid=3615] ppid=3611 vsize=9625004 CPUtime=1775.07 cores=0,2,4,6
/proc/3613/task/3615/stat : 3615 (java) R 3611 3613 3132 0 -1 4202560 2718 0 1 0 177475 32 0 0 20 0 19 0 281003904 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392053997872 140391895294110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3616] ppid=3611 vsize=9625004 CPUtime=1.35 cores=0,2,4,6
/proc/3613/task/3616/stat : 3616 (java) S 3611 3613 3132 0 -1 4202560 712 0 0 0 125 10 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392015489448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3617] ppid=3611 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/3613/task/3617/stat : 3617 (java) S 3611 3613 3132 0 -1 4202560 339 0 0 0 137 10 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392014436904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3618] ppid=3611 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/3613/task/3618/stat : 3618 (java) S 3611 3613 3132 0 -1 4202560 237 0 0 0 143 10 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140392013383848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3613/tid=3619] ppid=3611 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/3613/task/3619/stat : 3619 (java) S 3611 3613 3132 0 -1 4202560 452 0 0 0 130 12 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391894477096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3620] ppid=3611 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/3613/task/3620/stat : 3620 (java) S 3611 3613 3132 0 -1 4202560 285 0 0 0 132 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391893425064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3621] ppid=3611 vsize=9625004 CPUtime=1.33 cores=0,2,4,6
/proc/3613/task/3621/stat : 3621 (java) S 3611 3613 3132 0 -1 4202560 393 0 0 0 124 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391892372520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3622] ppid=3611 vsize=9625004 CPUtime=1.5 cores=0,2,4,6
/proc/3613/task/3622/stat : 3622 (java) S 3611 3613 3132 0 -1 4202560 700 0 0 0 141 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391891319464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3623] ppid=3611 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/3613/task/3623/stat : 3623 (java) S 3611 3613 3132 0 -1 4202560 295 0 0 0 131 9 0 0 20 0 19 0 281003905 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391890266920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3624] ppid=3611 vsize=9625004 CPUtime=7.57 cores=0,2,4,6
/proc/3613/task/3624/stat : 3624 (java) S 3611 3613 3132 0 -1 4202560 731 0 0 0 754 3 0 0 20 0 19 0 281003906 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391407937896 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3625] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3625/stat : 3625 (java) S 3611 3613 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391406884216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3626] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3626/stat : 3626 (java) S 3611 3613 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281003907 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391405831048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3627] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3627/stat : 3627 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391404779792 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3628] ppid=3611 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/3613/task/3628/stat : 3628 (java) S 3611 3613 3132 0 -1 4202560 3609 0 0 0 54 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391403727672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3613/tid=3629] ppid=3611 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/3613/task/3629/stat : 3629 (java) S 3611 3613 3132 0 -1 4202560 2988 0 0 0 41 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391402675128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3630] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3630/stat : 3630 (java) S 3611 3613 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391401622264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3613/tid=3631] ppid=3611 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/3613/task/3631/stat : 3631 (java) S 3611 3613 3132 0 -1 4202560 103 0 0 0 28 32 0 0 20 0 19 0 281003909 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391400569928 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3613/tid=3632] ppid=3611 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3613/task/3632/stat : 3632 (java) S 3611 3613 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281003950 9856004096 187183 33554432000 1073741824 1073778376 140735101924576 140391399515176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3613 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=348217
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=592757
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1790.75
CPU time (s): 1800
CPU user time (s): 1798.91
CPU system time (s): 1.09
CPU usage (%): 100.516
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 1.59276
maximum resident set size= 805992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14777
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= 42229
involuntary context switches= 29657

runsolver used 5.69413 second user time and 15.1107 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 21:59:40
IDJOB=3710697
IDBENCH=2271
IDSOLVER=2289
FILE ID=node124/3710697-1338148780
RUNJOBID= node124-1338143409-3148
PBS_JOBID= 14624516
Free space on /tmp= 71432 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-5.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710697-1338148780/watcher-3710697-1338148780 -o /tmp/evaluation-result-3710697-1338148780/solver-3710697-1338148780 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710697-1338148780.opb

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

MD5SUM BENCH= 7f24dba3f3d4b877b96bd50f5b27c089
RANDOM SEED=1419841337

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28552260 kB
Buffers:          350084 kB
Cached:          2688496 kB
SwapCached:            0 kB
Active:          1384264 kB
Inactive:        2130540 kB
Active(anon):     478856 kB
Inactive(anon):        0 kB
Active(file):     905408 kB
Inactive(file):  2130540 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:        483044 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             668932 kB
SReclaimable:     113236 kB
SUnreclaim:       555696 kB
KernelStack:        1608 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     787672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71432 MiB
End job on node124 at 2012-05-27 22:29:33