Trace number 3737163

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)-36 1800.1 927.755

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_1.opb
MD5SUM5c1211f8aed9d33c9f0c9019d9cd9874
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -37
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint60
Maximum length of a constraint103
Number of terms in the objective function 500
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 500
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 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37366
Sum of products size (including duplicates)74732
Number of different products18683
Sum of products size37366

Quality of the solution as a function of time


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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3737163-1338720101.opb
0.10/0.11	c reading problem ... 
2.20/0.90	c ... done. Wall clock time 0.787s.
2.20/0.90	c #vars     19183
2.20/0.90	c #constraints  56549
2.20/0.90	c constraints type 
2.20/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18683
2.20/0.90	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
2.20/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18683
2.20/0.90	c constraints type 
2.20/0.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18683
2.20/0.90	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
2.20/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18683
2.61/1.10	c  And the winner is Resolution
3.06/1.42	c SATISFIABLE
3.06/1.42	c OPTIMIZING...
3.06/1.42	c Got one! Elapsed wall clock time (in seconds):1.304
3.06/1.42	o -25
3.06/1.45	c  And the winner is Resolution
3.30/1.93	c Got one! Elapsed wall clock time (in seconds):1.811
3.30/1.93	o -26
3.30/1.95	c  And the winner is Resolution
3.40/2.43	c Got one! Elapsed wall clock time (in seconds):2.316
3.40/2.43	o -27
3.40/2.49	c  And the winner is Resolution
3.72/2.94	c Got one! Elapsed wall clock time (in seconds):2.822
3.72/2.94	o -31
3.91/3.03	c  And the winner is Resolution
4.06/3.44	c Got one! Elapsed wall clock time (in seconds):3.327
4.06/3.44	o -32
4.48/3.64	c  And the winner is Resolution
4.60/3.95	c Got one! Elapsed wall clock time (in seconds):3.832
4.60/3.95	o -33
5.32/4.34	c  And the winner is Resolution
5.45/4.45	c Got one! Elapsed wall clock time (in seconds):4.337
5.45/4.45	o -34
6.39/4.98	c cleaning 3299 clauses out of 6598 with flag 3000/6598
8.66/6.05	c cleaning 4649 clauses out of 9299 with flag 9000/12598
10.96/7.21	c cleaning 5824 clauses out of 11650 with flag 16000/19598
13.48/8.53	c cleaning 6913 clauses out of 13826 with flag 24000/27598
14.78/9.24	c  And the winner is Resolution
15.09/9.51	c Got one! Elapsed wall clock time (in seconds):9.393
15.09/9.51	o -35
15.68/9.86	c cleaning 6166 clauses out of 12331 with flag 2000/33016
17.83/10.96	c cleaning 6079 clauses out of 12165 with flag 8000/39016
20.29/12.21	c cleaning 6545 clauses out of 13089 with flag 15003/46019
22.97/13.66	c cleaning 7266 clauses out of 14541 with flag 23000/54016
25.99/15.27	c cleaning 8137 clauses out of 16276 with flag 32001/63017
29.44/17.05	c cleaning 9068 clauses out of 18139 with flag 42001/73017
33.32/19.01	c cleaning 10035 clauses out of 20072 with flag 53002/84018
37.38/21.17	c cleaning 11017 clauses out of 22036 with flag 65001/96017
42.40/23.79	c cleaning 12008 clauses out of 24018 with flag 78000/109016
47.47/26.40	c cleaning 12995 clauses out of 26010 with flag 92000/123016
52.92/29.19	c cleaning 14004 clauses out of 28016 with flag 107001/138017
59.57/32.59	c cleaning 15004 clauses out of 30011 with flag 123000/154016
66.93/36.38	c cleaning 16005 clauses out of 32009 with flag 140002/171018
73.53/39.78	c cleaning 16995 clauses out of 34002 with flag 158000/189016
80.76/43.42	c cleaning 17996 clauses out of 36007 with flag 177000/208016
88.98/47.62	c cleaning 19002 clauses out of 38011 with flag 197000/228016
98.06/52.30	c cleaning 19995 clauses out of 40010 with flag 218001/249017
104.07/55.40	c  And the winner is Resolution
104.79/56.28	c Got one! Elapsed wall clock time (in seconds):56.161
104.79/56.28	o -36
106.78/57.35	c cleaning 19441 clauses out of 38890 with flag 5002/267892
109.19/58.63	c cleaning 12717 clauses out of 25447 with flag 11000/273890
111.97/60.10	c cleaning 9854 clauses out of 19730 with flag 18000/280890
115.23/61.91	c cleaning 8934 clauses out of 17876 with flag 26000/288890
118.64/63.73	c cleaning 8963 clauses out of 17943 with flag 35001/297891
122.41/65.73	c cleaning 9484 clauses out of 18980 with flag 45001/307891
126.77/68.10	c cleaning 10239 clauses out of 20495 with flag 56000/318890
131.66/70.65	c cleaning 11125 clauses out of 22257 with flag 68001/330891
137.04/73.43	c cleaning 12064 clauses out of 24131 with flag 81000/343890
142.61/76.32	c cleaning 13030 clauses out of 26067 with flag 95000/357890
148.78/79.52	c cleaning 14013 clauses out of 28038 with flag 110001/372891
155.64/83.10	c cleaning 15006 clauses out of 30024 with flag 126000/388890
161.61/86.25	c cleaning 16003 clauses out of 32019 with flag 143001/405891
168.96/90.05	c cleaning 17000 clauses out of 34015 with flag 161000/423890
176.91/94.13	c cleaning 17999 clauses out of 36017 with flag 180002/442892
184.93/98.31	c cleaning 19001 clauses out of 38017 with flag 200001/462891
193.87/102.91	c cleaning 20004 clauses out of 40016 with flag 221001/483891
204.04/108.10	c cleaning 21004 clauses out of 42012 with flag 243001/505891
214.59/113.53	c cleaning 22004 clauses out of 44008 with flag 266001/528891
227.36/120.16	c cleaning 22994 clauses out of 46003 with flag 290000/552890
240.92/127.03	c cleaning 24005 clauses out of 48009 with flag 315000/577890
252.66/133.08	c cleaning 24998 clauses out of 50005 with flag 341001/603891
263.77/138.75	c cleaning 25996 clauses out of 52006 with flag 368000/630890
276.67/145.41	c cleaning 27000 clauses out of 54012 with flag 396002/658892
290.20/152.36	c cleaning 28004 clauses out of 56011 with flag 425001/687891
306.11/160.50	c cleaning 29004 clauses out of 58007 with flag 455001/717891
321.02/168.07	c cleaning 30000 clauses out of 60003 with flag 486001/748891
340.32/177.90	c cleaning 30997 clauses out of 62003 with flag 518001/780891
357.60/186.72	c cleaning 32003 clauses out of 64005 with flag 551000/813890
379.51/197.80	c cleaning 32998 clauses out of 66003 with flag 585001/847891
401.61/209.09	c cleaning 34002 clauses out of 68004 with flag 620000/882890
418.03/217.55	c cleaning 34998 clauses out of 70002 with flag 656000/918890
438.90/228.18	c cleaning 35999 clauses out of 72004 with flag 693000/955890
457.17/237.41	c cleaning 36994 clauses out of 74005 with flag 731000/993890
478.82/248.47	c cleaning 37504 clauses out of 75013 with flag 769002/1031892
502.82/260.72	c cleaning 37754 clauses out of 75507 with flag 807000/1069890
524.62/271.87	c cleaning 37872 clauses out of 75753 with flag 845000/1107890
546.45/282.93	c cleaning 37932 clauses out of 75881 with flag 883000/1145890
570.88/295.36	c cleaning 37972 clauses out of 75951 with flag 921002/1183892
594.61/307.53	c cleaning 37980 clauses out of 75977 with flag 959000/1221890
618.03/319.47	c cleaning 37991 clauses out of 75997 with flag 997000/1259890
642.03/331.70	c cleaning 37990 clauses out of 76006 with flag 1035000/1297890
663.02/342.37	c cleaning 37999 clauses out of 76016 with flag 1073000/1335890
669.70/346.03	c cleaning 0 clauses out of 6687 with flag 0/6688
682.92/352.80	c cleaning 38000 clauses out of 76017 with flag 1111000/1373890
704.68/363.91	c cleaning 38009 clauses out of 76018 with flag 1149001/1411891
726.24/374.96	c cleaning 37994 clauses out of 76009 with flag 1187001/1449891
748.29/386.38	c cleaning 38003 clauses out of 76014 with flag 1225000/1487890
771.05/397.98	c cleaning 38004 clauses out of 76013 with flag 1263002/1525892
793.21/409.24	c cleaning 37996 clauses out of 76007 with flag 1301000/1563890
816.74/421.28	c cleaning 38001 clauses out of 76012 with flag 1339001/1601891
837.50/432.01	c cleaning 38000 clauses out of 76010 with flag 1377000/1639890
860.03/443.54	c cleaning 37989 clauses out of 76010 with flag 1415000/1677890
882.17/454.81	c cleaning 38008 clauses out of 76021 with flag 1453000/1715890
904.27/466.15	c cleaning 37991 clauses out of 76013 with flag 1491000/1753890
924.82/476.82	c cleaning 37999 clauses out of 76022 with flag 1529000/1791890
946.94/488.11	c cleaning 38008 clauses out of 76023 with flag 1567000/1829890
968.05/498.91	c cleaning 38003 clauses out of 76015 with flag 1605000/1867890
990.53/510.46	c cleaning 37999 clauses out of 76012 with flag 1643000/1905890
1014.06/522.65	c cleaning 38004 clauses out of 76014 with flag 1681001/1943891
1036.15/533.99	c cleaning 38001 clauses out of 76009 with flag 1719000/1981890
1053.62/542.95	c cleaning 37995 clauses out of 76009 with flag 1757001/2019891
1071.29/552.03	c cleaning 38001 clauses out of 76013 with flag 1795000/2057890
1091.58/562.67	c cleaning 37999 clauses out of 76012 with flag 1833000/2095890
1113.46/573.87	c cleaning 38000 clauses out of 76014 with flag 1871001/2133891
1137.12/585.91	c cleaning 38005 clauses out of 76013 with flag 1909000/2171890
1157.01/596.19	c cleaning 37987 clauses out of 76009 with flag 1947001/2209891
1179.48/607.82	c cleaning 37998 clauses out of 76021 with flag 1985000/2247890
1202.76/619.70	c cleaning 38006 clauses out of 76023 with flag 2023000/2285890
1224.80/631.09	c cleaning 38001 clauses out of 76017 with flag 2061000/2323890
1248.04/642.97	c cleaning 37997 clauses out of 76016 with flag 2099000/2361890
1270.28/654.52	c cleaning 38001 clauses out of 76019 with flag 2137000/2399890
1294.90/667.10	c cleaning 37996 clauses out of 76018 with flag 2175000/2437890
1319.28/679.69	c cleaning 38000 clauses out of 76022 with flag 2213000/2475890
1343.91/692.29	c cleaning 38006 clauses out of 76023 with flag 2251001/2513891
1368.38/704.95	c cleaning 37999 clauses out of 76016 with flag 2289000/2551890
1390.78/716.44	c cleaning 38008 clauses out of 76017 with flag 2327000/2589890
1416.00/729.34	c cleaning 38004 clauses out of 76010 with flag 2365001/2627891
1438.98/741.18	c cleaning 37984 clauses out of 76005 with flag 2403000/2665890
1463.72/754.08	c cleaning 38001 clauses out of 76021 with flag 2441000/2703890
1489.31/767.18	c cleaning 38007 clauses out of 76020 with flag 2479000/2741890
1512.49/779.08	c cleaning 38001 clauses out of 76013 with flag 2517000/2779890
1537.10/791.62	c cleaning 38000 clauses out of 76013 with flag 2555001/2817891
1561.22/804.23	c cleaning 38003 clauses out of 76012 with flag 2593000/2855890
1585.20/816.51	c cleaning 38001 clauses out of 76009 with flag 2631000/2893890
1609.75/829.11	c cleaning 37991 clauses out of 76008 with flag 2669000/2931890
1635.48/842.36	c cleaning 37993 clauses out of 76017 with flag 2707000/2969890
1655.79/853.04	c cleaning 37996 clauses out of 76024 with flag 2745000/3007890
1673.33/862.18	c cleaning 37994 clauses out of 76028 with flag 2783000/3045890
1693.49/872.55	c cleaning 38006 clauses out of 76034 with flag 2821000/3083890
1715.63/883.92	c cleaning 37990 clauses out of 76028 with flag 2859000/3121890
1736.51/894.99	c cleaning 38008 clauses out of 76040 with flag 2897002/3159892
1758.64/906.33	c cleaning 38004 clauses out of 76030 with flag 2935000/3197890
1780.37/917.57	c cleaning 38008 clauses out of 76027 with flag 2973001/3235891
1800.09/927.71	c starts		: 258
1800.09/927.71	c conflicts		: 3269976
1800.09/927.71	c decisions		: 3446977
1800.09/927.71	c propagations		: 19538424
1800.09/927.71	c inspects		: 5749822349
1800.09/927.71	c shortcuts		: 0
1800.09/927.71	c learnt literals	: 0
1800.09/927.71	c learnt binary clauses	: 0
1800.09/927.71	c learnt ternary clauses	: 0
1800.09/927.71	c learnt constraints	: 3269976
1800.09/927.71	c ignored constraints	: 0
1800.09/927.71	c root simplifications	: 0
1800.09/927.71	c removed literals (reason simplification)	: 39483113
1800.09/927.71	c reason swapping (by a shorter reason)	: 0
1800.09/927.71	c Calls to reduceDB	: 114
1800.09/927.71	c number of reductions to clauses (during analyze)	: 0
1800.09/927.71	c number of learned constraints concerned by reduction	: 0
1800.09/927.71	c number of learning phase by resolution	: 0
1800.09/927.71	c number of learning phase by cutting planes	: 0
1800.09/927.71	c speed (assignments/second)	: 22421.006065863854
1800.09/927.71	c non guided choices	0
1800.09/927.74	c learnt constraints type 
1800.09/927.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72140
1800.09/927.74	c constraints type 
1800.09/927.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18683
1800.09/927.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1800.09/927.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/927.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18683
1800.09/927.74	c constraints type 
1800.09/927.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18683
1800.09/927.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.09/927.74	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1800.09/927.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18683
1800.09/927.74	s SATISFIABLE
1800.09/927.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 
1800.09/927.74	c objective function=-36
1800.09/927.74	c Total wall clock time (in seconds): 927.624

Verifier Data

OK	-36

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-3737163-1338720101/watcher-3737163-1338720101 -o /tmp/evaluation-result-3737163-1338720101/solver-3737163-1338720101 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737163-1338720101.opb 

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: 3.88 3.81 3.80 4/197 27311
/proc/meminfo: memFree=27674912/32873648 swapFree=7388/7388
[pid=27311] ppid=27309 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27311/stat : 27311 (java) D 27309 27311 25219 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 338134608 9515008 183 33554432000 1073741824 1073778376 140734793176336 140734793167368 212073266869 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 2323 183 140 9 0 71 0

[startup+0.059894 s]
/proc/loadavg: 3.88 3.81 3.80 4/197 27311
/proc/meminfo: memFree=27674912/32873648 swapFree=7388/7388
[pid=27311] ppid=27309 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27309 27311 25219 0 -1 4202496 3795 0 1 0 3 1 0 0 20 0 13 0 338134608 11523600384 12158 33554432000 1073741824 1073778376 140736960548144 140736960539280 212076625981 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27311/statm: 2813379 12158 1708 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100247 s]
/proc/loadavg: 3.88 3.81 3.80 4/197 27311
/proc/meminfo: memFree=27674912/32873648 swapFree=7388/7388
[pid=27311] ppid=27309 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27309 27311 25219 0 -1 4202496 4747 0 1 0 8 2 0 0 20 0 18 0 338134608 11864465408 13600 33554432000 1073741824 1073778376 140736960548144 140736960539280 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27311/statm: 2896598 13600 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300231 s]
/proc/loadavg: 3.88 3.81 3.80 4/197 27311
/proc/meminfo: memFree=27674912/32873648 swapFree=7388/7388
[pid=27311] ppid=27309 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27309 27311 25219 0 -1 4202496 5761 0 1 0 44 2 0 0 20 0 18 0 338134608 11864465408 15761 33554432000 1073741824 1073778376 140736960548144 140736960539280 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27311/statm: 2896598 15761 2231 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.700248 s]
/proc/loadavg: 3.88 3.81 3.80 4/197 27311
/proc/meminfo: memFree=27674912/32873648 swapFree=7388/7388
[pid=27311] ppid=27309 vsize=11586392 CPUtime=1.6 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27309 27311 25219 0 -1 4202496 20642 0 1 0 155 5 0 0 20 0 18 0 338134608 11864465408 31848 33554432000 1073741824 1073778376 140736960548144 140736960539280 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27311/statm: 2896598 31848 2255 9 0 2887285 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 11586392

[startup+1.50066 s]
/proc/loadavg: 3.81 3.79 3.80 8/219 27333
/proc/meminfo: memFree=27500108/32873648 swapFree=7388/7388
[pid=27311] ppid=27309 vsize=11852648 CPUtime=3.3 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27309 27311 25219 0 -1 4202496 21538 0 1 0 320 10 0 0 20 0 19 0 338134608 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140736960539280 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27311/statm: 2963162 51356 2270 9 0 2953849 0
[pid=27311/tid=27313] ppid=27309 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/27311/task/27313/stat : 27313 (java) S 27309 27311 25219 0 -1 4202560 2908 0 1 0 86 3 0 0 20 0 19 0 338134609 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409251394712 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27314] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27314/stat : 27314 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409206147240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27315/stat : 27315 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409205094696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27316/stat : 27316 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409204042152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409202989608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27318] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409201937064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27319] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409200884520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27320] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409199831976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27321] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27309 27311 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409198779432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27322] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27309 27311 25219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338134612 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409068030056 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27323] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27309 27311 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338134612 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409066976376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27324] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27309 27311 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338134612 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409065923720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27325] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134614 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409064872464 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27326] ppid=27309 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) S 27309 27311 25219 0 -1 4202560 8252 0 0 0 94 1 0 0 20 0 19 0 338134614 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409063819832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27327] ppid=27309 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) S 27309 27311 25219 0 -1 4202560 9058 0 0 0 91 2 0 0 20 0 19 0 338134614 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409062767288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27328] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134614 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409061714936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27329] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134615 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140409060662600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27332] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27332/stat : 27332 (java) S 27309 27311 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338134705 12137111552 51356 33554432000 1073741824 1073778376 140736960548144 140407915664424 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 11852648

[startup+3.10073 s]
/proc/loadavg: 3.81 3.79 3.80 3/216 27339
/proc/meminfo: memFree=27464556/32873648 swapFree=7388/7388
[pid=27311] ppid=27309 vsize=11852648 CPUtime=4.06 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27309 27311 25219 0 -1 4202496 21587 0 1 0 390 16 0 0 20 0 19 0 338134608 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140736960539280 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27311/statm: 2963162 66205 2270 9 0 2953849 0
[pid=27311/tid=27313] ppid=27309 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/27311/task/27313/stat : 27313 (java) S 27309 27311 25219 0 -1 4202560 2908 0 1 0 87 3 0 0 20 0 19 0 338134609 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409251394728 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27314] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27314/stat : 27314 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409206147240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27315/stat : 27315 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409205094696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27316/stat : 27316 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409204042152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409202989608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27318] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409201937064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27319] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409200884520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27320] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409199831976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27321] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27309 27311 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338134611 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409198779432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27322] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27309 27311 25219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338134612 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409068030056 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27323] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27309 27311 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338134612 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409066976376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27324] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27309 27311 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338134612 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409065923720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27325] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134614 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409064872464 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27326] ppid=27309 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) S 27309 27311 25219 0 -1 4202560 8253 0 0 0 115 2 0 0 20 0 19 0 338134614 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409063819832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27327] ppid=27309 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) S 27309 27311 25219 0 -1 4202560 9058 0 0 0 106 2 0 0 20 0 19 0 338134614 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409062767288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27328] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134614 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409061714936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27329] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338134615 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140409060662600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27332] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27332/stat : 27332 (java) S 27309 27311 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338134705 12137111552 66205 33554432000 1073741824 1073778376 140736960548144 140407915664424 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 11852648

[startup+6.30076 s]
/proc/loadavg: 3.75 3.78 3.79 5/219 27354
/proc/meminfo: memFree=27044472/32873648 swapFree=7388/7388
[pid=27311] ppid=27309 vsize=11852648 CPUtime=9.15 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27309 27311 25219 0 -1 4202496 22000 0 1 0 881 34 0 0 20 0 22 0 338134608 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140736960539280 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27311/statm: 2963162 187354 2296 9 0 2953849 0
[pid=27311/tid=27313] ppid=27309 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/27311/task/27313/stat : 27313 (java) S 27309 27311 25219 0 -1 4202560 2910 0 1 0 89 3 0 0 20 0 22 0 338134609 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409251394728 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27314] ppid=27309 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/27311/task/27314/stat : 27314 (java) S 27309 27311 25219 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 338134611 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409206147240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/27311/task/27315/stat : 27315 (java) S 27309 27311 25219 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 22 0 338134611 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409205094696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/27311/task/27316/stat : 27316 (java) S 27309 27311 25219 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 338134611 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409204042152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27309 27311 25219 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 22 0 338134611 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409202989608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27318] ppid=27309 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27309 27311 25219 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 338134611 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409201937064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27319] ppid=27309 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27309 27311 25219 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 338134611 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409200884520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27320] ppid=27309 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27309 27311 25219 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 338134611 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409199831976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27321] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27309 27311 25219 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338134611 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409198779432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27322] ppid=27309 vsize=11852648 CPUtime=0.27 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27309 27311 25219 0 -1 4202560 65 0 0 0 26 1 0 0 20 0 22 0 338134612 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409068030056 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27323] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27309 27311 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338134612 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409066976376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27324] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27309 27311 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338134612 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409065923720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27325] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338134614 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409064872464 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27326] ppid=27309 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) S 27309 27311 25219 0 -1 4202560 8257 0 0 0 126 2 0 0 20 0 22 0 338134614 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409063819832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27327] ppid=27309 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) S 27309 27311 25219 0 -1 4202560 9062 0 0 0 127 2 0 0 20 0 22 0 338134614 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409062767288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27328] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338134614 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409061714936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27329] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338134615 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140409060662600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27332] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27332/stat : 27332 (java) S 27309 27311 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338134705 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140407915664424 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27352] ppid=27309 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/27311/task/27352/stat : 27352 (java) R 27309 27311 25219 0 -1 4202560 11 0 0 0 147 0 0 0 20 0 22 0 338135053 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140407916716880 140409075549220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27353] ppid=27309 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/27311/task/27353/stat : 27353 (java) R 27309 27311 25219 0 -1 4202560 96 0 0 0 144 2 0 0 20 0 22 0 338135053 12137111552 187354 33554432000 1073741824 1073778376 140736960548144 140407914609776 140409075541025 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0

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

[pid=27311/tid=27317] ppid=27309 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27309 27311 25219 0 -1 4202560 284 0 0 0 162 3 0 0 20 0 22 0 338134611 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409202989608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27318] ppid=27309 vsize=11852648 CPUtime=1.64 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27309 27311 25219 0 -1 4202560 213 0 0 0 161 3 0 0 20 0 22 0 338134611 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409201937064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27319] ppid=27309 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27309 27311 25219 0 -1 4202560 232 0 0 0 162 3 0 0 20 0 22 0 338134611 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409200884520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27320] ppid=27309 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27309 27311 25219 0 -1 4202560 237 0 0 0 163 3 0 0 20 0 22 0 338134611 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409199831976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27321] ppid=27309 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27309 27311 25219 0 -1 4202560 214 0 0 0 145 2 0 0 20 0 22 0 338134611 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409198779432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27322] ppid=27309 vsize=11852648 CPUtime=53.29 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27309 27311 25219 0 -1 4202560 384 0 0 0 5317 12 0 0 20 0 22 0 338134612 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409068030056 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27323] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27309 27311 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338134612 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409066976376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27324] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27309 27311 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338134612 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409065923720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27325] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338134614 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409064872464 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27326] ppid=27309 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) S 27309 27311 25219 0 -1 4202560 8261 0 0 0 135 2 0 0 20 0 22 0 338134614 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409063819832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27327] ppid=27309 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) S 27309 27311 25219 0 -1 4202560 9075 0 0 0 159 2 0 0 20 0 22 0 338134614 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409062767288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27328] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338134614 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409061714936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27329] ppid=27309 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27309 27311 25219 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 338134615 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409060662600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27332] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27332/stat : 27332 (java) S 27309 27311 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338134705 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140407915664424 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27358] ppid=27309 vsize=11852648 CPUtime=771.54 cores=1,3,5,7
/proc/27311/task/27358/stat : 27358 (java) R 27309 27311 25219 0 -1 4202560 29 0 0 0 77142 12 0 0 20 0 22 0 338140236 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140407916716624 140409075587021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27359] ppid=27309 vsize=11852648 CPUtime=771.38 cores=1,3,5,7
/proc/27311/task/27359/stat : 27359 (java) R 27309 27311 25219 0 -1 4202560 291 0 0 0 77117 21 0 0 20 0 22 0 338140236 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140407914609520 140409075541025 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27360] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27360/stat : 27360 (java) S 27309 27311 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338140236 12137111552 561076 33554432000 1073741824 1073778376 140736960548144 140409059608104 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1712.44
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.701 s]
/proc/loadavg: 3.86 3.85 3.82 5/219 27542
/proc/meminfo: memFree=24185480/32873648 swapFree=7388/7388
[pid=27311] ppid=27309 vsize=11852648 CPUtime=1800.09 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27309 27311 25219 0 -1 4202496 24670 0 1 0 179902 107 0 0 20 0 22 0 338134608 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140736960539280 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27311/statm: 2963162 563709 2297 9 0 2953849 0
[pid=27311/tid=27313] ppid=27309 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/27311/task/27313/stat : 27313 (java) S 27309 27311 25219 0 -1 4202560 2991 0 1 0 91 5 0 0 20 0 22 0 338134609 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409251394728 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27314] ppid=27309 vsize=11852648 CPUtime=1.77 cores=1,3,5,7
/proc/27311/task/27314/stat : 27314 (java) S 27309 27311 25219 0 -1 4202560 207 0 0 0 174 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409206147240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/27311/task/27315/stat : 27315 (java) S 27309 27311 25219 0 -1 4202560 205 0 0 0 154 4 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409205094696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=11852648 CPUtime=1.6 cores=1,3,5,7
/proc/27311/task/27316/stat : 27316 (java) S 27309 27311 25219 0 -1 4202560 201 0 0 0 158 2 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409204042152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=11852648 CPUtime=1.69 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27309 27311 25219 0 -1 4202560 284 0 0 0 166 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409202989608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27318] ppid=27309 vsize=11852648 CPUtime=1.73 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27309 27311 25219 0 -1 4202560 218 0 0 0 170 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409201937064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27319] ppid=27309 vsize=11852648 CPUtime=1.71 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27309 27311 25219 0 -1 4202560 251 0 0 0 168 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409200884520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27320] ppid=27309 vsize=11852648 CPUtime=1.71 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27309 27311 25219 0 -1 4202560 242 0 0 0 168 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409199831976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27321] ppid=27309 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27309 27311 25219 0 -1 4202560 233 0 0 0 154 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409198779432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27322] ppid=27309 vsize=11852648 CPUtime=56.64 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27309 27311 25219 0 -1 4202560 391 0 0 0 5652 12 0 0 20 0 22 0 338134612 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409068030056 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27323] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27309 27311 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338134612 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409066976376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27324] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27309 27311 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338134612 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409065923720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27325] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338134614 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409064872464 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27326] ppid=27309 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) S 27309 27311 25219 0 -1 4202560 8261 0 0 0 135 2 0 0 20 0 22 0 338134614 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409063819832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27327] ppid=27309 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) S 27309 27311 25219 0 -1 4202560 9075 0 0 0 159 2 0 0 20 0 22 0 338134614 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409062767288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27328] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338134614 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409061714936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27329] ppid=27309 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27309 27311 25219 0 -1 4202560 53 0 0 0 13 24 0 0 20 0 22 0 338134615 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409060662600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27332] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27332/stat : 27332 (java) S 27309 27311 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338134705 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140407915664424 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27358] ppid=27309 vsize=11852648 CPUtime=813.32 cores=1,3,5,7
/proc/27311/task/27358/stat : 27358 (java) R 27309 27311 25219 0 -1 4202560 29 0 0 0 81319 13 0 0 20 0 22 0 338140236 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140407916716624 140409075604509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27359] ppid=27309 vsize=11852648 CPUtime=813.15 cores=1,3,5,7
/proc/27311/task/27359/stat : 27359 (java) R 27309 27311 25219 0 -1 4202560 291 0 0 0 81293 22 0 0 20 0 22 0 338140236 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140407914609520 140409075472467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27360] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27360/stat : 27360 (java) S 27309 27311 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338140236 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409059608104 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 11852648

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

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

[startup+927.701 s]
/proc/loadavg: 3.86 3.85 3.82 5/219 27542
/proc/meminfo: memFree=24185480/32873648 swapFree=7388/7388
[pid=27311] ppid=27309 vsize=11852648 CPUtime=1800.09 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27309 27311 25219 0 -1 4202496 24670 0 1 0 179902 107 0 0 20 0 22 0 338134608 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140736960539280 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27311/statm: 2963162 563709 2297 9 0 2953849 0
[pid=27311/tid=27313] ppid=27309 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/27311/task/27313/stat : 27313 (java) S 27309 27311 25219 0 -1 4202560 2991 0 1 0 91 5 0 0 20 0 22 0 338134609 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409251394728 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27314] ppid=27309 vsize=11852648 CPUtime=1.77 cores=1,3,5,7
/proc/27311/task/27314/stat : 27314 (java) S 27309 27311 25219 0 -1 4202560 207 0 0 0 174 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409206147240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/27311/task/27315/stat : 27315 (java) S 27309 27311 25219 0 -1 4202560 205 0 0 0 154 4 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409205094696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=11852648 CPUtime=1.6 cores=1,3,5,7
/proc/27311/task/27316/stat : 27316 (java) S 27309 27311 25219 0 -1 4202560 201 0 0 0 158 2 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409204042152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=11852648 CPUtime=1.69 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27309 27311 25219 0 -1 4202560 284 0 0 0 166 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409202989608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27318] ppid=27309 vsize=11852648 CPUtime=1.73 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27309 27311 25219 0 -1 4202560 218 0 0 0 170 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409201937064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27319] ppid=27309 vsize=11852648 CPUtime=1.71 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27309 27311 25219 0 -1 4202560 251 0 0 0 168 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409200884520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27320] ppid=27309 vsize=11852648 CPUtime=1.71 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27309 27311 25219 0 -1 4202560 242 0 0 0 168 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409199831976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27321] ppid=27309 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27309 27311 25219 0 -1 4202560 233 0 0 0 154 3 0 0 20 0 22 0 338134611 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409198779432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27322] ppid=27309 vsize=11852648 CPUtime=56.64 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27309 27311 25219 0 -1 4202560 391 0 0 0 5652 12 0 0 20 0 22 0 338134612 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409068030056 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27323] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27309 27311 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338134612 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409066976376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27324] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27309 27311 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338134612 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409065923720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27325] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338134614 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409064872464 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27326] ppid=27309 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) S 27309 27311 25219 0 -1 4202560 8261 0 0 0 135 2 0 0 20 0 22 0 338134614 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409063819832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27327] ppid=27309 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) S 27309 27311 25219 0 -1 4202560 9075 0 0 0 159 2 0 0 20 0 22 0 338134614 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409062767288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27328] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27309 27311 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338134614 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409061714936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27329] ppid=27309 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27309 27311 25219 0 -1 4202560 53 0 0 0 13 24 0 0 20 0 22 0 338134615 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409060662600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27332] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27332/stat : 27332 (java) S 27309 27311 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338134705 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140407915664424 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27358] ppid=27309 vsize=11852648 CPUtime=813.32 cores=1,3,5,7
/proc/27311/task/27358/stat : 27358 (java) R 27309 27311 25219 0 -1 4202560 29 0 0 0 81319 13 0 0 20 0 22 0 338140236 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140407916716624 140409075604509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27359] ppid=27309 vsize=11852648 CPUtime=813.15 cores=1,3,5,7
/proc/27311/task/27359/stat : 27359 (java) R 27309 27311 25219 0 -1 4202560 291 0 0 0 81293 22 0 0 20 0 22 0 338140236 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140407914609520 140409075472467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27360] ppid=27309 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27360/stat : 27360 (java) S 27309 27311 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338140236 12137111552 563709 33554432000 1073741824 1073778376 140736960548144 140409059608104 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 11852648

Child status: 143

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


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

Real time (s): 927.755
CPU time (s): 1800.1
CPU user time (s): 1799.03
CPU system time (s): 1.07
CPU usage (%): 194.028
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.83
system time used= 1.48377
maximum resident set size= 2254952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24702
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25239
involuntary context switches= 35110

runsolver used 3.39248 second user time and 8.80366 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 12:41:41
IDJOB=3737163
IDBENCH=48188
IDSOLVER=2328
FILE ID=node148/3737163-1338720101
RUNJOBID= node148-1338713436-25236
PBS_JOBID= 14636734
Free space on /tmp= 71332 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737163-1338720101/watcher-3737163-1338720101 -o /tmp/evaluation-result-3737163-1338720101/solver-3737163-1338720101 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737163-1338720101.opb

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

MD5SUM BENCH= 5c1211f8aed9d33c9f0c9019d9cd9874
RANDOM SEED=69686746

node148.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.284
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.56
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.284
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	: 5331.94
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.284
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	: 5331.92
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.284
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	: 5331.91
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.284
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	: 5331.90
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.284
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	: 5331.91
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.284
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	: 5331.90
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.284
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	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27675068 kB
Buffers:          595488 kB
Cached:          2873784 kB
SwapCached:          628 kB
Active:          2229952 kB
Inactive:        2064240 kB
Active(anon):     814212 kB
Inactive(anon):    10660 kB
Active(file):    1415740 kB
Inactive(file):  2053580 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:        828916 kB
Mapped:            19152 kB
Shmem:                36 kB
Slab:             766620 kB
SReclaimable:     210636 kB
SUnreclaim:       555984 kB
KernelStack:        1624 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10459632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 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= 71328 MiB
End job on node148 at 2012-06-03 12:57:11