Trace number 3711211

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.41 1796.85

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_5.opb
MD5SUM08d7a5060b972f308367859ff82f87f6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint11
Maximum length of a constraint23
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2528
Sum of products size (including duplicates)5056
Number of different products2528
Sum of products size5056

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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
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=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3711211-1338165915.opb
0.10/0.11	c reading problem ... 
0.50/0.30	c ... done. Wall clock time 0.197s.
0.50/0.30	c declared #vars     200
0.50/0.30	c internal #vars     2728
0.50/0.30	c #constraints  5256
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2728
0.50/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2528
0.50/0.30	c 5256 constraints processed.
0.50/0.34	c SATISFIABLE
0.50/0.34	c OPTIMIZING...
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.233
0.50/0.34	o 199
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.271
0.50/0.38	o 198
0.79/0.41	c Got one! Elapsed wall clock time (in seconds):0.306
0.79/0.41	o 197
0.79/0.42	c Got one! Elapsed wall clock time (in seconds):0.315
0.79/0.42	o 196
0.79/0.43	c Got one! Elapsed wall clock time (in seconds):0.321
0.79/0.43	o 195
0.79/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.79/0.43	o 194
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.33
0.79/0.44	o 193
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.332
0.79/0.44	o 192
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.336
0.79/0.44	o 191
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.338
0.79/0.44	o 190
0.79/0.45	c Got one! Elapsed wall clock time (in seconds):0.341
0.79/0.45	o 189
0.79/0.45	c Got one! Elapsed wall clock time (in seconds):0.344
0.79/0.45	o 188
0.79/0.45	c Got one! Elapsed wall clock time (in seconds):0.347
0.79/0.45	o 187
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.349
0.79/0.46	o 186
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.352
0.79/0.46	o 185
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.355
0.79/0.46	o 184
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.358
0.79/0.46	o 183
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.36
0.79/0.47	o 182
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.362
0.79/0.47	o 181
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.79/0.47	o 180
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.366
0.79/0.47	o 179
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.367
0.79/0.47	o 178
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.369
0.79/0.48	o 177
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.371
0.79/0.48	o 176
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.373
0.79/0.48	o 175
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.79/0.48	o 174
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.79/0.48	o 173
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.378
0.79/0.48	o 172
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.38
0.79/0.49	o 171
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.382
0.79/0.49	o 170
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.384
0.79/0.49	o 169
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.386
0.79/0.49	o 168
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.388
0.79/0.49	o 167
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.391
1.07/0.50	o 166
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.392
1.07/0.50	o 165
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
1.07/0.50	o 164
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.395
1.07/0.50	o 163
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.397
1.07/0.50	o 162
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.398
1.07/0.50	o 161
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.4
1.07/0.51	o 160
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.401
1.07/0.51	o 159
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.402
1.07/0.51	o 158
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.403
1.07/0.51	o 157
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
1.07/0.51	o 156
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.406
1.07/0.51	o 155
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.407
1.07/0.51	o 154
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.408
1.07/0.51	o 153
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.409
1.07/0.52	o 152
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.411
1.07/0.52	o 151
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
1.07/0.52	o 150
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.413
1.07/0.52	o 149
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.415
1.07/0.52	o 148
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.416
1.07/0.52	o 147
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.417
1.07/0.52	o 146
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.418
1.07/0.52	o 145
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.419
1.07/0.53	o 144
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
1.07/0.53	o 143
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.436
1.07/0.54	o 30
2.43/1.77	c cleaning 2492 clauses out of 5002 with flag 5001/5002
4.01/3.24	c cleaning 4253 clauses out of 8511 with flag 11002/11003
5.51/4.75	c cleaning 5625 clauses out of 11256 with flag 18000/18001
7.43/6.68	c cleaning 6808 clauses out of 13631 with flag 26000/26001
9.68/8.86	c cleaning 7906 clauses out of 15824 with flag 35001/35002
12.17/11.32	c cleaning 8949 clauses out of 17917 with flag 45000/45001
14.98/14.10	c cleaning 9978 clauses out of 19971 with flag 56003/56004
17.98/17.14	c cleaning 10987 clauses out of 21990 with flag 68000/68001
21.41/20.57	c cleaning 11995 clauses out of 24003 with flag 81000/81001
24.71/23.80	c cleaning 13000 clauses out of 26008 with flag 95000/95001
27.91/27.07	c cleaning 13993 clauses out of 28008 with flag 110000/110001
31.52/30.68	c cleaning 14998 clauses out of 30016 with flag 126001/126002
35.82/34.91	c cleaning 16001 clauses out of 32020 with flag 143003/143004
40.33/39.50	c cleaning 16992 clauses out of 34016 with flag 161000/161001
45.24/44.33	c cleaning 18005 clauses out of 36025 with flag 180001/180002
50.47/49.57	c cleaning 19003 clauses out of 38024 with flag 200005/200006
55.89/54.92	c cleaning 20002 clauses out of 40016 with flag 221000/221001
61.41/60.44	c cleaning 20997 clauses out of 42014 with flag 243000/243001
67.11/66.18	c cleaning 22001 clauses out of 44018 with flag 266001/266002
73.31/72.38	c cleaning 22992 clauses out of 46016 with flag 290000/290001
79.93/78.94	c cleaning 23992 clauses out of 48026 with flag 315002/315003
86.54/85.54	c cleaning 25004 clauses out of 50032 with flag 341000/341001
94.17/93.10	c cleaning 26001 clauses out of 52030 with flag 368002/368003
102.08/101.10	c cleaning 27007 clauses out of 54028 with flag 396001/396002
109.30/108.26	c cleaning 27997 clauses out of 56020 with flag 425000/425001
117.13/116.05	c cleaning 29005 clauses out of 58025 with flag 455002/455003
124.94/123.84	c cleaning 30000 clauses out of 60019 with flag 486001/486002
132.56/131.46	c cleaning 31000 clauses out of 62020 with flag 518002/518003
140.99/139.87	c cleaning 31986 clauses out of 64018 with flag 551000/551001
149.80/148.68	c cleaning 33005 clauses out of 66034 with flag 585002/585003
158.32/157.18	c cleaning 34009 clauses out of 68030 with flag 620003/620004
167.13/166.00	c cleaning 34991 clauses out of 70018 with flag 656000/656001
177.26/176.07	c cleaning 35991 clauses out of 72027 with flag 693000/693001
187.68/186.42	c cleaning 37009 clauses out of 74037 with flag 731001/731002
196.19/194.97	c cleaning 37998 clauses out of 76028 with flag 770001/770002
206.60/205.37	c cleaning 39004 clauses out of 78029 with flag 810000/810001
218.32/217.00	c cleaning 40004 clauses out of 80029 with flag 851004/851005
229.85/228.50	c cleaning 40999 clauses out of 82021 with flag 893000/893001
240.97/239.69	c cleaning 42002 clauses out of 84022 with flag 936000/936001
252.49/251.13	c cleaning 43002 clauses out of 86020 with flag 980000/980001
262.91/261.55	c cleaning 43996 clauses out of 88018 with flag 1025000/1025001
272.44/271.02	c cleaning 45000 clauses out of 90024 with flag 1071002/1071003
284.56/283.12	c cleaning 45992 clauses out of 92023 with flag 1118001/1118002
297.48/296.09	c cleaning 46999 clauses out of 94030 with flag 1166000/1166001
308.30/306.80	c cleaning 48007 clauses out of 96031 with flag 1215000/1215001
318.61/317.16	c cleaning 48997 clauses out of 98024 with flag 1265000/1265001
329.24/327.76	c cleaning 49999 clauses out of 100027 with flag 1316000/1316001
341.77/340.20	c cleaning 51002 clauses out of 102029 with flag 1368001/1368002
355.29/353.77	c cleaning 51996 clauses out of 104026 with flag 1421000/1421001
368.79/367.24	c cleaning 53008 clauses out of 106030 with flag 1475000/1475001
383.22/381.62	c cleaning 53998 clauses out of 108022 with flag 1530000/1530001
397.43/395.83	c cleaning 55000 clauses out of 110024 with flag 1586000/1586001
412.15/410.57	c cleaning 55993 clauses out of 112026 with flag 1643002/1643003
428.76/427.16	c cleaning 56995 clauses out of 114031 with flag 1701000/1701001
445.67/444.01	c cleaning 58009 clauses out of 116037 with flag 1760001/1760002
461.70/460.08	c cleaning 58997 clauses out of 118027 with flag 1820000/1820001
477.92/476.22	c cleaning 60002 clauses out of 120030 with flag 1881000/1881001
493.95/492.29	c cleaning 60998 clauses out of 122028 with flag 1943000/1943001
510.39/508.63	c cleaning 62004 clauses out of 124030 with flag 2006000/2006001
526.61/524.86	c cleaning 63004 clauses out of 126026 with flag 2070000/2070001
542.14/540.39	c cleaning 63999 clauses out of 128023 with flag 2135001/2135002
557.66/555.83	c cleaning 64998 clauses out of 130024 with flag 2201001/2201002
578.29/576.41	c cleaning 65991 clauses out of 132027 with flag 2268002/2268003
595.41/593.54	c cleaning 67004 clauses out of 134034 with flag 2336000/2336001
612.42/610.52	c cleaning 67997 clauses out of 136030 with flag 2405000/2405001
631.43/629.53	c cleaning 69000 clauses out of 138036 with flag 2475003/2475004
653.56/651.60	c cleaning 70009 clauses out of 140033 with flag 2546000/2546001
675.59/673.62	c cleaning 70992 clauses out of 142024 with flag 2618000/2618001
696.52/694.57	c cleaning 71995 clauses out of 144032 with flag 2691000/2691001
717.35/715.39	c cleaning 72997 clauses out of 146037 with flag 2765000/2765001
738.28/736.25	c cleaning 74006 clauses out of 148044 with flag 2840004/2840005
758.71/756.67	c cleaning 75011 clauses out of 150035 with flag 2916001/2916002
780.94/778.89	c cleaning 76007 clauses out of 152023 with flag 2993000/2993001
801.27/799.18	c cleaning 76995 clauses out of 154017 with flag 3071001/3071002
819.99/817.80	c cleaning 78003 clauses out of 156021 with flag 3150000/3150001
840.51/838.39	c cleaning 78998 clauses out of 158018 with flag 3230000/3230001
863.14/860.98	c cleaning 79992 clauses out of 160021 with flag 3311001/3311002
886.47/884.23	c cleaning 80998 clauses out of 162028 with flag 3393000/3393001
907.20/904.98	c cleaning 82005 clauses out of 164030 with flag 3476000/3476001
926.62/924.40	c cleaning 82993 clauses out of 166025 with flag 3560000/3560001
946.23/943.98	c cleaning 84007 clauses out of 168033 with flag 3645001/3645002
971.24/968.98	c cleaning 84994 clauses out of 170025 with flag 3731000/3731001
995.85/993.55	c cleaning 85995 clauses out of 172031 with flag 3818000/3818001
1021.48/1019.13	c cleaning 87006 clauses out of 174036 with flag 3906000/3906001
1047.61/1045.20	c cleaning 88006 clauses out of 176031 with flag 3995001/3995002
1071.33/1068.91	c cleaning 89003 clauses out of 178024 with flag 4085000/4085001
1094.86/1092.41	c cleaning 89988 clauses out of 180021 with flag 4176000/4176001
1119.00/1116.57	c cleaning 91010 clauses out of 182037 with flag 4268004/4268005
1143.01/1140.59	c cleaning 91995 clauses out of 184023 with flag 4361000/4361001
1166.94/1164.44	c cleaning 93003 clauses out of 186028 with flag 4455000/4455001
1193.16/1190.68	c cleaning 94006 clauses out of 188026 with flag 4550001/4550002
1218.57/1216.05	c cleaning 94992 clauses out of 190019 with flag 4646000/4646001
1245.29/1242.77	c cleaning 95984 clauses out of 192027 with flag 4743000/4743001
1272.40/1269.83	c cleaning 97007 clauses out of 194044 with flag 4841001/4841002
1301.13/1298.58	c cleaning 98005 clauses out of 196038 with flag 4940002/4940003
1326.36/1323.74	c cleaning 99001 clauses out of 198032 with flag 5040001/5040002
1351.70/1348.94	c cleaning 99998 clauses out of 200030 with flag 5141000/5141001
1378.44/1375.68	c cleaning 101007 clauses out of 202036 with flag 5243004/5243005
1404.86/1402.04	c cleaning 101993 clauses out of 204025 with flag 5346000/5346001
1431.59/1428.74	c cleaning 102998 clauses out of 206033 with flag 5450001/5450002
1457.91/1455.05	c cleaning 103999 clauses out of 208034 with flag 5555000/5555001
1485.53/1482.68	c cleaning 105007 clauses out of 210037 with flag 5661002/5661003
1512.54/1509.65	c cleaning 106005 clauses out of 212031 with flag 5768003/5768004
1540.16/1537.22	c cleaning 106997 clauses out of 214023 with flag 5876000/5876001
1568.48/1565.50	c cleaning 108001 clauses out of 216026 with flag 5985000/5985001
1597.52/1594.56	c cleaning 108996 clauses out of 218026 with flag 6095001/6095002
1627.16/1624.17	c cleaning 109993 clauses out of 220029 with flag 6206000/6206001
1656.88/1653.80	c cleaning 111004 clauses out of 222036 with flag 6318000/6318001
1686.42/1683.36	c cleaning 112006 clauses out of 224034 with flag 6431002/6431003
1716.44/1713.36	c cleaning 112997 clauses out of 226026 with flag 6545000/6545001
1746.27/1743.18	c cleaning 113995 clauses out of 228030 with flag 6660001/6660002
1777.71/1774.55	c cleaning 115000 clauses out of 230034 with flag 6776000/6776001
1800.04/1796.81	c starts		: 351
1800.04/1796.81	c conflicts		: 6861332
1800.04/1796.81	c decisions		: 13563680
1800.04/1796.81	c propagations		: 2301525910
1800.04/1796.81	c inspects		: 17053441611
1800.04/1796.81	c shortcuts		: 0
1800.04/1796.81	c learnt literals	: 0
1800.04/1796.81	c learnt binary clauses	: 0
1800.04/1796.81	c learnt ternary clauses	: 1
1800.04/1796.81	c learnt constraints	: 6861333
1800.04/1796.81	c ignored constraints	: 0
1800.04/1796.81	c root simplifications	: 351
1800.04/1796.81	c removed literals (reason simplification)	: 226654
1800.04/1796.81	c reason swapping (by a shorter reason)	: 0
1800.04/1796.81	c Calls to reduceDB	: 112
1800.04/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.81	c number of learned constraints concerned by reduction	: 0
1800.04/1796.81	c number of learning phase by resolution	: 0
1800.04/1796.81	c number of learning phase by cutting planes	: 0
1800.04/1796.81	c speed (assignments/second)	: 1281117.3532520754
1800.04/1796.81	c non guided choices	21649
1800.04/1796.84	c learnt constraints type 
1800.04/1796.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 200456
1800.04/1796.84	c constraints type 
1800.04/1796.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2728
1800.04/1796.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/1796.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2528
1800.04/1796.84	c 5257 constraints processed.
1800.04/1796.84	s SATISFIABLE
1800.04/1796.84	v x1 -x2 x3 x4 x5 -x6 -x7 x8 -x9 x10 -x11 -x12 -x13 x14 -x15 x16 -x17 x18 x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 x28 -x29 x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 x41 x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 x67 -x68 x69 -x70 x71 -x72 -x73 x74 x75 -x76 -x77 x78 x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1800.04/1796.84	c objective function=30
1800.04/1796.84	c Total wall clock time (in seconds): 1796.735

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-3711211-1338165915/watcher-3711211-1338165915 -o /tmp/evaluation-result-3711211-1338165915/solver-3711211-1338165915 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711211-1338165915.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: 2.00 1.99 1.99 3/194 23878
/proc/meminfo: memFree=30989604/32873648 swapFree=7112/7112
[pid=23878] ppid=23876 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/23878/stat : 23878 (java) R 23876 23878 21838 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 282717423 23793664 713 33554432000 1073741824 1073778376 140737266334512 140737266323576 242158188624 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23878/statm: 5809 714 529 9 0 128 0

[startup+0.0980049 s]
/proc/loadavg: 2.00 1.99 1.99 3/194 23878
/proc/meminfo: memFree=30989604/32873648 swapFree=7112/7112
[pid=23878] ppid=23876 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23876 23878 21838 0 -1 4202496 4384 0 1 0 9 1 0 0 20 0 18 0 282717423 9787842560 6101 33554432000 1073741824 1073778376 140737266334512 140737266325648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23878/statm: 2389610 6101 2128 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.100215 s]
/proc/loadavg: 2.00 1.99 1.99 3/194 23878
/proc/meminfo: memFree=30989604/32873648 swapFree=7112/7112
[pid=23878] ppid=23876 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23876 23878 21838 0 -1 4202496 4400 0 1 0 9 1 0 0 20 0 18 0 282717423 9787842560 6117 33554432000 1073741824 1073778376 140737266334512 140737266325648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23878/statm: 2389610 6117 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300169 s]
/proc/loadavg: 2.00 1.99 1.99 3/194 23878
/proc/meminfo: memFree=30989604/32873648 swapFree=7112/7112
[pid=23878] ppid=23876 vsize=9558664 CPUtime=0.5 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23876 23878 21838 0 -1 4202496 6132 0 1 0 48 2 0 0 20 0 18 0 282717423 9788071936 8880 33554432000 1073741824 1073778376 140737266334512 140737266325648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23878/statm: 2389666 8880 2233 9 0 2380352 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558664

[startup+0.700223 s]
/proc/loadavg: 2.00 1.99 1.99 3/194 23878
/proc/meminfo: memFree=30989604/32873648 swapFree=7112/7112
[pid=23878] ppid=23876 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23876 23878 21838 0 -1 4202496 8919 0 1 0 141 2 0 0 20 0 19 0 282717423 9856004096 12466 33554432000 1073741824 1073778376 140737266334512 140737266325648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23878/statm: 2406251 12466 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 23897
/proc/meminfo: memFree=30948128/32873648 swapFree=7112/7112
[pid=23878] ppid=23876 vsize=9625004 CPUtime=2.23 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23876 23878 21838 0 -1 4202496 8920 0 1 0 221 2 0 0 20 0 19 0 282717423 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 140737266325648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23878/statm: 2406251 12978 2261 9 0 2396937 0
[pid=23878/tid=23880] ppid=23876 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23876 23878 21838 0 -1 4202560 2529 0 1 0 147 0 0 0 20 0 19 0 282717423 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938730467976 139938574693737 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23881] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23876 23878 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938574100776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23882] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938573047976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23883] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938571995688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23884] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938570942888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23885] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938569890600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23886] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938568837800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23887] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938567785512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23888] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23876 23878 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938566732712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23889] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23876 23878 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938084403432 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23890] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23876 23878 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938083349496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23891] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23876 23878 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938082297096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23892] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938081245584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23893] ppid=23876 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23876 23878 21838 0 -1 4202560 2574 0 0 0 37 0 0 0 20 0 19 0 282717427 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938080193208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23894] ppid=23876 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/23878/task/23894/stat : 23894 (java) S 23876 23878 21838 0 -1 4202560 2614 0 0 0 35 0 0 0 20 0 19 0 282717427 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938079140408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23895] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23895/stat : 23895 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938078088312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23896] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23896/stat : 23896 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938077035720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23897] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23897/stat : 23897 (java) S 23876 23878 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282717454 9856004096 12978 33554432000 1073741824 1073778376 140737266334512 139938075980712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625004

[startup+3.10055 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 23897
/proc/meminfo: memFree=30935384/32873648 swapFree=7112/7112
[pid=23878] ppid=23876 vsize=9625004 CPUtime=3.91 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23876 23878 21838 0 -1 4202496 8983 0 1 0 388 3 0 0 20 0 19 0 282717423 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 140737266325648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23878/statm: 2406251 15584 2289 9 0 2396937 0
[pid=23878/tid=23880] ppid=23876 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23876 23878 21838 0 -1 4202560 2532 0 1 0 305 0 0 0 20 0 19 0 282717423 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938730467496 139938574712067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23881] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23876 23878 21838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938574100776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23882] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938573047976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23883] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938571995688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23884] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23876 23878 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938570942888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23885] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23876 23878 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938569890600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23886] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938568837800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23887] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938567785512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23888] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23876 23878 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938566732712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23889] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23876 23878 21838 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938084403432 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23890] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23876 23878 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938083349496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23891] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23876 23878 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938082297096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23892] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938081245584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23893] ppid=23876 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23876 23878 21838 0 -1 4202560 2575 0 0 0 40 0 0 0 20 0 19 0 282717427 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938080193208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23894] ppid=23876 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23878/task/23894/stat : 23894 (java) S 23876 23878 21838 0 -1 4202560 2628 0 0 0 38 0 0 0 20 0 19 0 282717427 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938079140408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23895] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23895/stat : 23895 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938078088312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23896] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23896/stat : 23896 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938077035720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23897] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23897/stat : 23897 (java) S 23876 23878 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282717454 9856004096 15584 33554432000 1073741824 1073778376 140737266334512 139938075980712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 23897
/proc/meminfo: memFree=30932188/32873648 swapFree=7112/7112
[pid=23878] ppid=23876 vsize=9625004 CPUtime=7.12 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23876 23878 21838 0 -1 4202496 8997 0 1 0 709 3 0 0 20 0 19 0 282717423 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 140737266325648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23878/statm: 2406251 16226 2289 9 0 2396937 0
[pid=23878/tid=23880] ppid=23876 vsize=9625004 CPUtime=6.22 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23876 23878 21838 0 -1 4202560 2534 0 1 0 622 0 0 0 20 0 19 0 282717423 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938730467880 139938574742835 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23881] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23876 23878 21838 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938574100776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23882] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938573047976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23883] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938571995688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23884] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23876 23878 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938570942888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23885] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23876 23878 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938569890600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23886] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938568837800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23887] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938567785512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23888] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23876 23878 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282717424 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938566732712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23889] ppid=23876 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23876 23878 21838 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 282717425 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938084403432 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23890] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23876 23878 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938083349496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23891] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23876 23878 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938082297096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23892] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938081245584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23893] ppid=23876 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23876 23878 21838 0 -1 4202560 2575 0 0 0 41 0 0 0 20 0 19 0 282717427 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938080193208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23894] ppid=23876 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/23878/task/23894/stat : 23894 (java) S 23876 23878 21838 0 -1 4202560 2629 0 0 0 39 0 0 0 20 0 19 0 282717427 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938079140408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23895] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23895/stat : 23895 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938078088312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23896] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23896/stat : 23896 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938077035720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23897] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23897/stat : 23897 (java) S 23876 23878 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282717454 9856004096 16226 33554432000 1073741824 1073778376 140737266334512 139938075980712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=23878/tid=23886] ppid=23876 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23876 23878 21838 0 -1 4202560 122 0 0 0 36 0 0 0 20 0 19 0 282717424 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938568837800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23887] ppid=23876 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23876 23878 21838 0 -1 4202560 118 0 0 0 36 0 0 0 20 0 19 0 282717424 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938567785512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23888] ppid=23876 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23876 23878 21838 0 -1 4202560 20 0 0 0 38 0 0 0 20 0 19 0 282717424 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938566732712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23889] ppid=23876 vsize=9625004 CPUtime=3.92 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23876 23878 21838 0 -1 4202560 173 0 0 0 390 2 0 0 20 0 19 0 282717425 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938084403432 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23890] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23876 23878 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938083349496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23891] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23876 23878 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938082297096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23892] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938081245584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23893] ppid=23876 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23876 23878 21838 0 -1 4202560 2575 0 0 0 41 0 0 0 20 0 19 0 282717427 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938080193208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23894] ppid=23876 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/23878/task/23894/stat : 23894 (java) S 23876 23878 21838 0 -1 4202560 2656 0 0 0 45 0 0 0 20 0 19 0 282717427 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938079140408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23895] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23895/stat : 23895 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938078088312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23896] ppid=23876 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/23878/task/23896/stat : 23896 (java) S 23876 23878 21838 0 -1 4202560 95 0 0 0 9 13 0 0 20 0 19 0 282717427 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938077035720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23897] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23897/stat : 23897 (java) S 23876 23878 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282717454 9856004096 37356 33554432000 1073741824 1073778376 140737266334512 139938075980712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1665.42
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 23993
/proc/meminfo: memFree=30853864/32873648 swapFree=7112/7112
[pid=23878] ppid=23876 vsize=9625004 CPUtime=1725.47 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23876 23878 21838 0 -1 4202496 10611 0 1 0 172518 29 0 0 20 0 19 0 282717423 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 140737266325648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23878/statm: 2406251 37395 2290 9 0 2396937 0
[pid=23878/tid=23880] ppid=23876 vsize=9625004 CPUtime=1717.19 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23876 23878 21838 0 -1 4202560 2642 0 1 0 171690 29 0 0 20 0 19 0 282717423 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938730467632 139938574711537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23881] ppid=23876 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23876 23878 21838 0 -1 4202560 103 0 0 0 40 0 0 0 20 0 19 0 282717424 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938574100776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23882] ppid=23876 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23876 23878 21838 0 -1 4202560 105 0 0 0 41 0 0 0 20 0 19 0 282717424 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938573047976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23883] ppid=23876 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23876 23878 21838 0 -1 4202560 155 0 0 0 42 0 0 0 20 0 19 0 282717424 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938571995688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23884] ppid=23876 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23876 23878 21838 0 -1 4202560 463 0 0 0 42 1 0 0 20 0 19 0 282717424 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938570942888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23885] ppid=23876 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23876 23878 21838 0 -1 4202560 178 0 0 0 37 0 0 0 20 0 19 0 282717424 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938569890600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23886] ppid=23876 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23876 23878 21838 0 -1 4202560 133 0 0 0 37 0 0 0 20 0 19 0 282717424 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938568837800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23887] ppid=23876 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23876 23878 21838 0 -1 4202560 118 0 0 0 37 0 0 0 20 0 19 0 282717424 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938567785512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23888] ppid=23876 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23876 23878 21838 0 -1 4202560 20 0 0 0 39 0 0 0 20 0 19 0 282717424 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938566732712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23889] ppid=23876 vsize=9625004 CPUtime=4.03 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23876 23878 21838 0 -1 4202560 177 0 0 0 401 2 0 0 20 0 19 0 282717425 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938084403432 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23890] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23876 23878 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938083349496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23891] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23876 23878 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938082297096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23892] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938081245584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23893] ppid=23876 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23876 23878 21838 0 -1 4202560 2575 0 0 0 41 0 0 0 20 0 19 0 282717427 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938080193208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23894] ppid=23876 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/23878/task/23894/stat : 23894 (java) S 23876 23878 21838 0 -1 4202560 2656 0 0 0 45 0 0 0 20 0 19 0 282717427 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938079140408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23895] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23895/stat : 23895 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938078088312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23896] ppid=23876 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/23878/task/23896/stat : 23896 (java) S 23876 23878 21838 0 -1 4202560 99 0 0 0 10 14 0 0 20 0 19 0 282717427 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938077035720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23897] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23897/stat : 23897 (java) S 23876 23878 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282717454 9856004096 37395 33554432000 1073741824 1073778376 140737266334512 139938075980712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.47
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 23993
/proc/meminfo: memFree=30851324/32873648 swapFree=7112/7112
[pid=23878] ppid=23876 vsize=9625004 CPUtime=1785.53 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23876 23878 21838 0 -1 4202496 10629 0 1 0 178523 30 0 0 20 0 19 0 282717423 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 140737266325648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23878/statm: 2406251 37405 2290 9 0 2396937 0
[pid=23878/tid=23880] ppid=23876 vsize=9625004 CPUtime=1777.04 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23876 23878 21838 0 -1 4202560 2644 0 1 0 177674 30 0 0 20 0 19 0 282717423 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938730467632 139938574743392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23881] ppid=23876 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23876 23878 21838 0 -1 4202560 106 0 0 0 41 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938574100776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23882] ppid=23876 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23876 23878 21838 0 -1 4202560 105 0 0 0 42 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938573047976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23883] ppid=23876 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23876 23878 21838 0 -1 4202560 155 0 0 0 42 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938571995688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23884] ppid=23876 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23876 23878 21838 0 -1 4202560 466 0 0 0 44 1 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938570942888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23885] ppid=23876 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23876 23878 21838 0 -1 4202560 180 0 0 0 38 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938569890600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23886] ppid=23876 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23876 23878 21838 0 -1 4202560 135 0 0 0 38 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938568837800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23887] ppid=23876 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23876 23878 21838 0 -1 4202560 118 0 0 0 38 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938567785512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23888] ppid=23876 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23876 23878 21838 0 -1 4202560 20 0 0 0 40 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938566732712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23889] ppid=23876 vsize=9625004 CPUtime=4.16 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23876 23878 21838 0 -1 4202560 179 0 0 0 414 2 0 0 20 0 19 0 282717425 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938084403432 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23890] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23876 23878 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938083349496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23891] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23876 23878 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938082297096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23892] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938081245584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23893] ppid=23876 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23876 23878 21838 0 -1 4202560 2575 0 0 0 41 0 0 0 20 0 19 0 282717427 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938080193208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23894] ppid=23876 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/23878/task/23894/stat : 23894 (java) S 23876 23878 21838 0 -1 4202560 2656 0 0 0 45 0 0 0 20 0 19 0 282717427 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938079140408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23895] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23895/stat : 23895 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938078088312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23896] ppid=23876 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/23878/task/23896/stat : 23896 (java) S 23876 23878 21838 0 -1 4202560 103 0 0 0 10 14 0 0 20 0 19 0 282717427 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938077035720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23897] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23897/stat : 23897 (java) S 23876 23878 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282717454 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938075980712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 23993
/proc/meminfo: memFree=30851204/32873648 swapFree=7112/7112
[pid=23878] ppid=23876 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23876 23878 21838 0 -1 4202496 10629 0 1 0 179974 30 0 0 20 0 19 0 282717423 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 140737266325648 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23878/statm: 2406251 37405 2290 9 0 2396937 0
[pid=23878/tid=23880] ppid=23876 vsize=9625004 CPUtime=1791.55 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23876 23878 21838 0 -1 4202560 2644 0 1 0 179125 30 0 0 20 0 19 0 282717423 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938730467632 139938574693281 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23881] ppid=23876 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23876 23878 21838 0 -1 4202560 106 0 0 0 41 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938574100776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23882] ppid=23876 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23876 23878 21838 0 -1 4202560 105 0 0 0 42 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938573047976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23883] ppid=23876 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23876 23878 21838 0 -1 4202560 155 0 0 0 42 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938571995688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23884] ppid=23876 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23876 23878 21838 0 -1 4202560 466 0 0 0 44 1 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938570942888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23885] ppid=23876 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23876 23878 21838 0 -1 4202560 180 0 0 0 38 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938569890600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23886] ppid=23876 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23876 23878 21838 0 -1 4202560 135 0 0 0 38 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938568837800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23887] ppid=23876 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23876 23878 21838 0 -1 4202560 118 0 0 0 38 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938567785512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23878/tid=23888] ppid=23876 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23876 23878 21838 0 -1 4202560 20 0 0 0 40 0 0 0 20 0 19 0 282717424 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938566732712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23889] ppid=23876 vsize=9625004 CPUtime=4.16 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23876 23878 21838 0 -1 4202560 179 0 0 0 414 2 0 0 20 0 19 0 282717425 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938084403432 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23890] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23876 23878 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938083349496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23891] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23876 23878 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282717425 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938082297096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23892] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938081245584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23878/tid=23893] ppid=23876 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23876 23878 21838 0 -1 4202560 2575 0 0 0 41 0 0 0 20 0 19 0 282717427 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938080193208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23894] ppid=23876 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/23878/task/23894/stat : 23894 (java) S 23876 23878 21838 0 -1 4202560 2656 0 0 0 45 0 0 0 20 0 19 0 282717427 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938079140408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23895] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23895/stat : 23895 (java) S 23876 23878 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282717427 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938078088312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23878/tid=23896] ppid=23876 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/23878/task/23896/stat : 23896 (java) S 23876 23878 21838 0 -1 4202560 103 0 0 0 10 15 0 0 20 0 19 0 282717427 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938077035720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23878/tid=23897] ppid=23876 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23897/stat : 23897 (java) S 23876 23878 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282717454 9856004096 37405 33554432000 1073741824 1073778376 140737266334512 139938075980712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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

Child status: 143
Real time (s): 1796.85
CPU time (s): 1800.41
CPU user time (s): 1799.79
CPU system time (s): 0.623905
CPU usage (%): 100.198
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.623905
maximum resident set size= 149736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10662
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41049
involuntary context switches= 12410

runsolver used 7.03193 second user time and 12.5021 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 02:45:15
IDJOB=3711211
IDBENCH=48122
IDSOLVER=2289
FILE ID=node126/3711211-1338165915
RUNJOBID= node126-1338147557-21855
PBS_JOBID= 14624519
Free space on /tmp= 71360 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_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-3711211-1338165915/watcher-3711211-1338165915 -o /tmp/evaluation-result-3711211-1338165915/solver-3711211-1338165915 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711211-1338165915.opb

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

MD5SUM BENCH= 08d7a5060b972f308367859ff82f87f6
RANDOM SEED=1519532275

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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		: 2666.456
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		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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		: 2666.456
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		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30989876 kB
Buffers:          321624 kB
Cached:           584684 kB
SwapCached:        17756 kB
Active:           889532 kB
Inactive:         186892 kB
Active(anon):     151944 kB
Inactive(anon):    20452 kB
Active(file):     737588 kB
Inactive(file):   166440 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               664 kB
Writeback:             0 kB
AnonPages:        192860 kB
Mapped:            17984 kB
Shmem:                 0 kB
Slab:             669064 kB
SReclaimable:     113260 kB
SUnreclaim:       555804 kB
KernelStack:        1760 kB
PageTables:         4492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71356 MiB
End job on node126 at 2012-05-28 03:15:14