Trace number 3711213

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)16 1800.06 1797.15

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_3.opb
MD5SUM0e507441d4bf529adaad354902c51a54
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
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 constraint26
Maximum length of a constraint46
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)6216
Sum of products size (including duplicates)12432
Number of different products6216
Sum of products size12432

Quality of the solution as a function of time


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

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3711213-1338168105.opb
0.08/0.13	c reading problem ... 
0.70/0.49	c ... done. Wall clock time 0.36s.
0.70/0.49	c declared #vars     200
0.70/0.49	c internal #vars     6416
0.70/0.49	c #constraints  12632
0.70/0.49	c constraints type 
0.70/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
0.70/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
0.70/0.49	c 12632 constraints processed.
1.30/0.62	c SATISFIABLE
1.30/0.62	c OPTIMIZING...
1.30/0.62	c Got one! Elapsed wall clock time (in seconds):0.489
1.30/0.62	o 199
1.59/0.71	c Got one! Elapsed wall clock time (in seconds):0.58
1.59/0.71	o 198
1.59/0.73	c Got one! Elapsed wall clock time (in seconds):0.602
1.59/0.73	o 197
1.59/0.74	c Got one! Elapsed wall clock time (in seconds):0.616
1.59/0.74	o 196
1.59/0.76	c Got one! Elapsed wall clock time (in seconds):0.627
1.59/0.76	o 195
1.59/0.76	c Got one! Elapsed wall clock time (in seconds):0.634
1.59/0.76	o 194
1.59/0.77	c Got one! Elapsed wall clock time (in seconds):0.641
1.59/0.77	o 193
1.59/0.78	c Got one! Elapsed wall clock time (in seconds):0.648
1.59/0.78	o 192
1.59/0.78	c Got one! Elapsed wall clock time (in seconds):0.655
1.59/0.78	o 191
1.59/0.79	c Got one! Elapsed wall clock time (in seconds):0.663
1.59/0.79	o 190
1.90/0.80	c Got one! Elapsed wall clock time (in seconds):0.668
1.90/0.80	o 189
1.90/0.80	c Got one! Elapsed wall clock time (in seconds):0.673
1.90/0.80	o 188
1.90/0.81	c Got one! Elapsed wall clock time (in seconds):0.678
1.90/0.81	o 187
1.90/0.81	c Got one! Elapsed wall clock time (in seconds):0.683
1.90/0.81	o 186
1.90/0.82	c Got one! Elapsed wall clock time (in seconds):0.689
1.90/0.82	o 185
1.90/0.82	c Got one! Elapsed wall clock time (in seconds):0.695
1.90/0.82	o 184
1.90/0.83	c Got one! Elapsed wall clock time (in seconds):0.699
1.90/0.83	o 183
1.90/0.83	c Got one! Elapsed wall clock time (in seconds):0.704
1.90/0.83	o 182
1.90/0.84	c Got one! Elapsed wall clock time (in seconds):0.708
1.90/0.84	o 181
1.90/0.84	c Got one! Elapsed wall clock time (in seconds):0.713
1.90/0.84	o 180
1.90/0.85	c Got one! Elapsed wall clock time (in seconds):0.718
1.90/0.85	o 179
1.90/0.85	c Got one! Elapsed wall clock time (in seconds):0.722
1.90/0.85	o 178
1.90/0.86	c Got one! Elapsed wall clock time (in seconds):0.727
1.90/0.86	o 177
1.90/0.86	c Got one! Elapsed wall clock time (in seconds):0.731
1.90/0.86	o 176
1.90/0.87	c Got one! Elapsed wall clock time (in seconds):0.736
1.90/0.87	o 175
1.90/0.87	c Got one! Elapsed wall clock time (in seconds):0.741
1.90/0.87	o 174
1.90/0.87	c Got one! Elapsed wall clock time (in seconds):0.746
1.90/0.87	o 173
1.90/0.88	c Got one! Elapsed wall clock time (in seconds):0.75
1.90/0.88	o 172
1.90/0.88	c Got one! Elapsed wall clock time (in seconds):0.756
1.90/0.88	o 171
1.90/0.89	c Got one! Elapsed wall clock time (in seconds):0.762
1.90/0.89	o 170
2.16/0.90	c Got one! Elapsed wall clock time (in seconds):0.768
2.16/0.90	o 169
2.16/0.90	c Got one! Elapsed wall clock time (in seconds):0.774
2.16/0.90	o 168
2.16/0.91	c Got one! Elapsed wall clock time (in seconds):0.779
2.16/0.91	o 167
2.16/0.91	c Got one! Elapsed wall clock time (in seconds):0.784
2.16/0.91	o 166
2.16/0.92	c Got one! Elapsed wall clock time (in seconds):0.788
2.16/0.92	o 165
2.16/0.92	c Got one! Elapsed wall clock time (in seconds):0.791
2.16/0.92	o 164
2.16/0.92	c Got one! Elapsed wall clock time (in seconds):0.795
2.16/0.92	o 163
2.16/0.93	c Got one! Elapsed wall clock time (in seconds):0.798
2.16/0.93	o 162
2.16/0.93	c Got one! Elapsed wall clock time (in seconds):0.801
2.16/0.93	o 161
2.16/0.93	c Got one! Elapsed wall clock time (in seconds):0.804
2.16/0.93	o 160
2.16/0.94	c Got one! Elapsed wall clock time (in seconds):0.807
2.16/0.94	o 159
2.16/0.94	c Got one! Elapsed wall clock time (in seconds):0.81
2.16/0.94	o 158
2.16/0.94	c Got one! Elapsed wall clock time (in seconds):0.813
2.16/0.94	o 157
2.16/0.95	c Got one! Elapsed wall clock time (in seconds):0.816
2.16/0.95	o 156
2.16/0.95	c Got one! Elapsed wall clock time (in seconds):0.819
2.16/0.95	o 155
2.16/0.95	c Got one! Elapsed wall clock time (in seconds):0.822
2.16/0.95	o 154
2.16/0.95	c Got one! Elapsed wall clock time (in seconds):0.825
2.16/0.95	o 153
2.16/0.96	c Got one! Elapsed wall clock time (in seconds):0.828
2.16/0.96	o 152
2.16/0.96	c Got one! Elapsed wall clock time (in seconds):0.831
2.16/0.96	o 151
2.16/0.96	c Got one! Elapsed wall clock time (in seconds):0.834
2.16/0.96	o 150
2.16/0.97	c Got one! Elapsed wall clock time (in seconds):0.838
2.16/0.97	o 149
2.16/0.97	c Got one! Elapsed wall clock time (in seconds):0.841
2.16/0.97	o 148
2.16/0.97	c Got one! Elapsed wall clock time (in seconds):0.845
2.16/0.97	o 147
2.16/0.98	c Got one! Elapsed wall clock time (in seconds):0.848
2.16/0.98	o 146
2.16/0.98	c Got one! Elapsed wall clock time (in seconds):0.851
2.16/0.98	o 145
2.16/0.98	c Got one! Elapsed wall clock time (in seconds):0.855
2.16/0.98	o 144
2.16/0.99	c Got one! Elapsed wall clock time (in seconds):0.858
2.16/0.99	o 143
2.16/0.99	c Got one! Elapsed wall clock time (in seconds):0.861
2.16/0.99	o 142
2.16/0.99	c Got one! Elapsed wall clock time (in seconds):0.864
2.16/0.99	o 141
2.16/1.00	c Got one! Elapsed wall clock time (in seconds):0.866
2.16/1.00	o 140
2.16/1.00	c Got one! Elapsed wall clock time (in seconds):0.869
2.16/1.00	o 139
2.16/1.00	c Got one! Elapsed wall clock time (in seconds):0.872
2.16/1.00	o 138
2.33/1.00	c Got one! Elapsed wall clock time (in seconds):0.876
2.33/1.00	o 137
2.33/1.01	c Got one! Elapsed wall clock time (in seconds):0.879
2.33/1.01	o 136
2.33/1.01	c Got one! Elapsed wall clock time (in seconds):0.882
2.33/1.01	o 135
2.33/1.01	c Got one! Elapsed wall clock time (in seconds):0.885
2.33/1.01	o 134
2.33/1.02	c Got one! Elapsed wall clock time (in seconds):0.888
2.33/1.02	o 133
2.33/1.03	c Got one! Elapsed wall clock time (in seconds):0.899
2.33/1.03	o 132
2.33/1.04	c Got one! Elapsed wall clock time (in seconds):0.906
2.33/1.04	o 17
2.33/1.07	c Got one! Elapsed wall clock time (in seconds):0.937
2.33/1.07	o 16
5.96/4.56	c cleaning 2523 clauses out of 5045 with flag 5000/5045
10.24/8.73	c cleaning 4256 clauses out of 8522 with flag 11000/11045
14.94/13.50	c cleaning 5629 clauses out of 11267 with flag 18001/18046
20.56/19.09	c cleaning 6805 clauses out of 13639 with flag 26002/26047
26.28/24.77	c cleaning 7892 clauses out of 15832 with flag 35000/35045
32.49/30.93	c cleaning 8968 clauses out of 17940 with flag 45000/45045
39.60/38.02	c cleaning 9976 clauses out of 19972 with flag 56000/56045
47.52/45.97	c cleaning 10991 clauses out of 22000 with flag 68004/68049
56.22/54.65	c cleaning 11993 clauses out of 24006 with flag 81001/81046
65.14/63.52	c cleaning 12992 clauses out of 26012 with flag 95000/95045
75.06/73.40	c cleaning 13999 clauses out of 28020 with flag 110000/110045
85.27/83.65	c cleaning 15000 clauses out of 30021 with flag 126000/126045
96.37/94.79	c cleaning 16001 clauses out of 32021 with flag 143000/143045
108.78/107.13	c cleaning 17003 clauses out of 34020 with flag 161000/161045
121.28/119.66	c cleaning 17991 clauses out of 36018 with flag 180001/180046
134.19/132.53	c cleaning 19010 clauses out of 38026 with flag 200000/200045
148.29/146.61	c cleaning 20000 clauses out of 40016 with flag 221000/221045
163.31/161.65	c cleaning 20981 clauses out of 42016 with flag 243000/243045
178.21/176.55	c cleaning 22012 clauses out of 44035 with flag 266000/266045
194.02/192.36	c cleaning 22998 clauses out of 46023 with flag 290000/290045
210.84/209.17	c cleaning 23996 clauses out of 48025 with flag 315000/315045
228.06/226.39	c cleaning 25001 clauses out of 50030 with flag 341001/341046
246.77/245.06	c cleaning 25989 clauses out of 52028 with flag 368000/368045
265.18/263.49	c cleaning 27012 clauses out of 54039 with flag 396000/396045
284.19/282.43	c cleaning 27987 clauses out of 56027 with flag 425000/425045
304.30/302.53	c cleaning 29004 clauses out of 58041 with flag 455001/455046
325.40/323.61	c cleaning 29996 clauses out of 60036 with flag 486000/486045
347.12/345.37	c cleaning 30986 clauses out of 62040 with flag 518000/518045
368.83/367.00	c cleaning 32011 clauses out of 64057 with flag 551003/551048
389.94/388.14	c cleaning 33005 clauses out of 66043 with flag 585000/585045
412.16/410.36	c cleaning 34005 clauses out of 68038 with flag 620000/620045
434.56/432.71	c cleaning 35004 clauses out of 70033 with flag 656000/656045
457.38/455.54	c cleaning 36006 clauses out of 72029 with flag 693000/693045
482.40/480.56	c cleaning 36996 clauses out of 74024 with flag 731001/731046
508.12/506.22	c cleaning 37975 clauses out of 76030 with flag 770003/770048
533.74/531.87	c cleaning 39007 clauses out of 78057 with flag 810005/810050
560.85/558.97	c cleaning 40010 clauses out of 80045 with flag 851000/851045
589.39/587.46	c cleaning 41012 clauses out of 82035 with flag 893000/893045
618.23/616.27	c cleaning 41993 clauses out of 84023 with flag 936000/936045
648.75/646.73	c cleaning 43000 clauses out of 86030 with flag 980000/980045
680.07/678.00	c cleaning 43999 clauses out of 88030 with flag 1025000/1025045
710.29/708.26	c cleaning 44980 clauses out of 90031 with flag 1071000/1071045
743.21/741.19	c cleaning 45989 clauses out of 92051 with flag 1118000/1118045
776.23/774.16	c cleaning 46986 clauses out of 94064 with flag 1166002/1166047
808.46/806.38	c cleaning 48001 clauses out of 96077 with flag 1215001/1215046
839.88/837.76	c cleaning 49026 clauses out of 98075 with flag 1265000/1265045
874.01/871.80	c cleaning 50016 clauses out of 100050 with flag 1316001/1316046
909.57/907.30	c cleaning 51007 clauses out of 102033 with flag 1368000/1368045
946.09/943.89	c cleaning 51995 clauses out of 104028 with flag 1421002/1421047
983.71/981.48	c cleaning 52984 clauses out of 106031 with flag 1475000/1475045
1020.14/1017.89	c cleaning 54015 clauses out of 108047 with flag 1530000/1530045
1058.67/1056.34	c cleaning 55011 clauses out of 110034 with flag 1586002/1586047
1097.70/1095.32	c cleaning 55993 clauses out of 112022 with flag 1643001/1643046
1137.74/1135.31	c cleaning 56995 clauses out of 114028 with flag 1701000/1701045
1177.19/1174.73	c cleaning 58005 clauses out of 116035 with flag 1760002/1760047
1217.74/1215.24	c cleaning 58973 clauses out of 118028 with flag 1820000/1820045
1258.25/1255.78	c cleaning 60008 clauses out of 120055 with flag 1881000/1881045
1300.98/1298.41	c cleaning 61008 clauses out of 122050 with flag 1943003/1943048
1343.51/1340.92	c cleaning 62014 clauses out of 124041 with flag 2006002/2006047
1384.96/1382.31	c cleaning 62981 clauses out of 126025 with flag 2070000/2070045
1429.38/1426.72	c cleaning 64005 clauses out of 128044 with flag 2135000/2135045
1475.12/1472.48	c cleaning 65007 clauses out of 130040 with flag 2201001/2201046
1522.25/1519.55	c cleaning 66004 clauses out of 132034 with flag 2268002/2268047
1570.48/1567.75	c cleaning 67007 clauses out of 134028 with flag 2336000/2336045
1618.61/1615.81	c cleaning 67975 clauses out of 136021 with flag 2405000/2405045
1665.94/1663.16	c cleaning 68985 clauses out of 138046 with flag 2475000/2475045
1715.79/1712.91	c cleaning 70003 clauses out of 140062 with flag 2546001/2546046
1767.42/1764.50	c cleaning 71015 clauses out of 142058 with flag 2618000/2618045
1800.06/1797.11	c starts		: 301
1800.06/1797.11	c conflicts		: 2665772
1800.06/1797.11	c decisions		: 6458157
1800.06/1797.11	c propagations		: 2748259939
1800.06/1797.11	c inspects		: 17591609227
1800.06/1797.11	c shortcuts		: 0
1800.06/1797.11	c learnt literals	: 0
1800.06/1797.11	c learnt binary clauses	: 0
1800.06/1797.11	c learnt ternary clauses	: 17
1800.06/1797.11	c learnt constraints	: 2665772
1800.06/1797.11	c ignored constraints	: 0
1800.06/1797.11	c root simplifications	: 301
1800.06/1797.11	c removed literals (reason simplification)	: 298610
1800.06/1797.11	c reason swapping (by a shorter reason)	: 0
1800.06/1797.11	c Calls to reduceDB	: 68
1800.06/1797.11	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.11	c number of learned constraints concerned by reduction	: 0
1800.06/1797.11	c number of learning phase by resolution	: 0
1800.06/1797.11	c number of learning phase by cutting planes	: 0
1800.06/1797.11	c speed (assignments/second)	: 1529695.0802262265
1800.06/1797.11	c non guided choices	25457
1800.06/1797.14	c learnt constraints type 
1800.06/1797.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 118813
1800.06/1797.14	c constraints type 
1800.06/1797.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
1800.06/1797.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/1797.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1800.06/1797.14	c 12633 constraints processed.
1800.06/1797.14	s SATISFIABLE
1800.06/1797.14	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.06/1797.14	c objective function=16
1800.06/1797.14	c Total wall clock time (in seconds): 1797.01

Verifier Data

OK	16

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 16493
/proc/meminfo: memFree=29710420/32873852 swapFree=7624/7624
[pid=16493] ppid=16491 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16493/stat : 16493 (java) D 16491 16493 15185 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 282935978 9515008 183 33554432000 1073741824 1073778376 140733264396464 140733264387496 252263087797 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/16493/statm: 2323 183 140 9 0 71 0

[startup+0.0774271 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 16493
/proc/meminfo: memFree=29710420/32873852 swapFree=7624/7624
[pid=16493] ppid=16491 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/16493/stat : 16493 (java) S 16491 16493 15185 0 -1 4202496 3277 0 1 0 4 1 0 0 20 0 18 0 282935978 9787842560 4485 33554432000 1073741824 1073778376 140733339216752 140733339207888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16493/statm: 2389610 4485 1766 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100256 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 16493
/proc/meminfo: memFree=29710420/32873852 swapFree=7624/7624
[pid=16493] ppid=16491 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/16493/stat : 16493 (java) S 16491 16493 15185 0 -1 4202496 4094 0 1 0 7 1 0 0 20 0 18 0 282935978 9787842560 5301 33554432000 1073741824 1073778376 140733339216752 140733339207888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16493/statm: 2389610 5306 2105 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300204 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 16493
/proc/meminfo: memFree=29710420/32873852 swapFree=7624/7624
[pid=16493] ppid=16491 vsize=9558440 CPUtime=0.42 cores=0,2,4,6
/proc/16493/stat : 16493 (java) S 16491 16493 15185 0 -1 4202496 5305 0 1 0 41 1 0 0 20 0 18 0 282935978 9787842560 7842 33554432000 1073741824 1073778376 140733339216752 140733339207888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16493/statm: 2389610 7842 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558440

[startup+0.700233 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 16493
/proc/meminfo: memFree=29710420/32873852 swapFree=7624/7624
[pid=16493] ppid=16491 vsize=9625004 CPUtime=1.59 cores=0,2,4,6
/proc/16493/stat : 16493 (java) S 16491 16493 15185 0 -1 4202496 23103 0 1 0 155 4 0 0 20 0 19 0 282935978 9856004096 21285 33554432000 1073741824 1073778376 140733339216752 140733339207888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16493/statm: 2406251 21286 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 2.08 2.02 2.01 3/212 16512
/proc/meminfo: memFree=29612180/32873852 swapFree=7624/7624
[pid=16493] ppid=16491 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/16493/stat : 16493 (java) S 16491 16493 15185 0 -1 4202496 24486 0 1 0 290 5 0 0 20 0 19 0 282935978 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 140733339207888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16493/statm: 2406251 27636 2266 9 0 2396937 0
[pid=16493/tid=16495] ppid=16491 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/16493/task/16495/stat : 16495 (java) R 16491 16493 15185 0 -1 4202560 2526 0 1 0 144 2 0 0 20 0 19 0 282935979 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989144039912 139988973584124 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16496] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16496/stat : 16496 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989105531304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16497] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16497/stat : 16497 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989104478760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16498] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16498/stat : 16498 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989103425704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16493/tid=16499] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16499/stat : 16499 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989102373160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16500] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16500/stat : 16500 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989101321128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16501] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16501/stat : 16501 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935981 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989100268584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16502] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16502/stat : 16502 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935981 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989099215528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16503] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16503/stat : 16503 (java) S 16491 16493 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282935981 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989098162984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16504] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16504/stat : 16504 (java) S 16491 16493 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988967594344 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16505] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16505/stat : 16505 (java) S 16491 16493 15185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988966540664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16506] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16506/stat : 16506 (java) S 16491 16493 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988965487496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16507] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16507/stat : 16507 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988964436240 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16508] ppid=16491 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/16493/task/16508/stat : 16508 (java) S 16491 16493 15185 0 -1 4202560 14090 0 0 0 71 3 0 0 20 0 19 0 282935985 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988963384120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16509] ppid=16491 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/16493/task/16509/stat : 16509 (java) S 16491 16493 15185 0 -1 4202560 6669 0 0 0 71 0 0 0 20 0 19 0 282935985 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988962331576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16510] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16510/stat : 16510 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988961278712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16511] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16511/stat : 16511 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988960226376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16512] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16512/stat : 16512 (java) S 16491 16493 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282936029 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988959171624 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 2.08 2.02 2.01 3/212 16512
/proc/meminfo: memFree=29607712/32873852 swapFree=7624/7624
[pid=16493] ppid=16491 vsize=9625004 CPUtime=4.55 cores=0,2,4,6
/proc/16493/stat : 16493 (java) S 16491 16493 15185 0 -1 4202496 24487 0 1 0 450 5 0 0 20 0 19 0 282935978 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 140733339207888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16493/statm: 2406251 27636 2266 9 0 2396937 0
[pid=16493/tid=16495] ppid=16491 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/16493/task/16495/stat : 16495 (java) R 16491 16493 15185 0 -1 4202560 2527 0 1 0 304 2 0 0 20 0 19 0 282935979 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989144037824 139988973591512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16496] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16496/stat : 16496 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989105531304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16497] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16497/stat : 16497 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989104478760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16498] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16498/stat : 16498 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989103425704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16493/tid=16499] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16499/stat : 16499 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989102373160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16500] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16500/stat : 16500 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989101321128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16501] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16501/stat : 16501 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935981 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989100268584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16502] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16502/stat : 16502 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935981 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989099215528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16503] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16503/stat : 16503 (java) S 16491 16493 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282935981 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139989098162984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16504] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16504/stat : 16504 (java) S 16491 16493 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988967594344 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16505] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16505/stat : 16505 (java) S 16491 16493 15185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988966540664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16506] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16506/stat : 16506 (java) S 16491 16493 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988965487496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16507] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16507/stat : 16507 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988964436240 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16508] ppid=16491 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/16493/task/16508/stat : 16508 (java) S 16491 16493 15185 0 -1 4202560 14090 0 0 0 71 3 0 0 20 0 19 0 282935985 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988963384120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16509] ppid=16491 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/16493/task/16509/stat : 16509 (java) S 16491 16493 15185 0 -1 4202560 6669 0 0 0 71 0 0 0 20 0 19 0 282935985 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988962331576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16510] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16510/stat : 16510 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988961278712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16511] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16511/stat : 16511 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988960226376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16512] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16512/stat : 16512 (java) S 16491 16493 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282936029 9856004096 27636 33554432000 1073741824 1073778376 140733339216752 139988959171624 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.08 2.02 2.01 3/212 16512
/proc/meminfo: memFree=29598084/32873852 swapFree=7624/7624
[pid=16493] ppid=16491 vsize=9625004 CPUtime=7.82 cores=0,2,4,6
/proc/16493/stat : 16493 (java) S 16491 16493 15185 0 -1 4202496 24559 0 1 0 776 6 0 0 20 0 19 0 282935978 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 140733339207888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16493/statm: 2406251 29761 2292 9 0 2396937 0
[pid=16493/tid=16495] ppid=16491 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/16493/task/16495/stat : 16495 (java) R 16491 16493 15185 0 -1 4202560 2530 0 1 0 619 2 0 0 20 0 19 0 282935979 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139989144039816 139988973584124 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16496] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16496/stat : 16496 (java) S 16491 16493 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139989105531304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16497] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16497/stat : 16497 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139989104478760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16498] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16498/stat : 16498 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139989103425704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16499] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16499/stat : 16499 (java) S 16491 16493 15185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139989102373160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16500] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16500/stat : 16500 (java) S 16491 16493 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282935980 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139989101321128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16501] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16501/stat : 16501 (java) S 16491 16493 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282935981 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139989100268584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16502] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16502/stat : 16502 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935981 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139989099215528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16503] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16503/stat : 16503 (java) S 16491 16493 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282935981 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139989098162984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16504] ppid=16491 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/16493/task/16504/stat : 16504 (java) S 16491 16493 15185 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 282935982 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139988967594344 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16505] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16505/stat : 16505 (java) S 16491 16493 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139988966540664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16506] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16506/stat : 16506 (java) S 16491 16493 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139988965487496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16507] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16507/stat : 16507 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139988964436240 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16508] ppid=16491 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/16493/task/16508/stat : 16508 (java) S 16491 16493 15185 0 -1 4202560 14092 0 0 0 74 3 0 0 20 0 19 0 282935985 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139988963384120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16509] ppid=16491 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/16493/task/16509/stat : 16509 (java) S 16491 16493 15185 0 -1 4202560 6673 0 0 0 73 0 0 0 20 0 19 0 282935985 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139988962331576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16510] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16510/stat : 16510 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139988961278712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16511] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16511/stat : 16511 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139988960226376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16512] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16512/stat : 16512 (java) S 16491 16493 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282936029 9856004096 29761 33554432000 1073741824 1073778376 140733339216752 139988959171624 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=16493/tid=16508] ppid=16491 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/16493/task/16508/stat : 16508 (java) S 16491 16493 15185 0 -1 4202560 14105 0 0 0 78 3 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988963384120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16509] ppid=16491 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/16493/task/16509/stat : 16509 (java) S 16491 16493 15185 0 -1 4202560 6674 0 0 0 75 0 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988962331576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16510] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16510/stat : 16510 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988961278712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16511] ppid=16491 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/16493/task/16511/stat : 16511 (java) S 16491 16493 15185 0 -1 4202560 98 0 0 0 17 17 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988960226376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16512] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16512/stat : 16512 (java) S 16491 16493 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282936029 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988959171624 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.21
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 16903
/proc/meminfo: memFree=29562556/32873852 swapFree=7624/7624
[pid=16493] ppid=16491 vsize=9625004 CPUtime=1785.25 cores=0,2,4,6
/proc/16493/stat : 16493 (java) S 16491 16493 15185 0 -1 4202496 25104 0 1 0 178496 29 0 0 20 0 19 0 282935978 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 140733339207888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16493/statm: 2406251 45063 2293 9 0 2396937 0
[pid=16493/tid=16495] ppid=16491 vsize=9625004 CPUtime=1774.21 cores=0,2,4,6
/proc/16493/task/16495/stat : 16495 (java) R 16491 16493 15185 0 -1 4202560 2596 0 1 0 177393 28 0 0 20 0 19 0 282935979 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989144039728 139988973584119 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16496] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16496/stat : 16496 (java) S 16491 16493 15185 0 -1 4202560 28 0 0 0 21 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989105531304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16497] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16497/stat : 16497 (java) S 16491 16493 15185 0 -1 4202560 22 0 0 0 21 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989104478760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16498] ppid=16491 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/16493/task/16498/stat : 16498 (java) S 16491 16493 15185 0 -1 4202560 48 0 0 0 25 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989103425704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16493/tid=16499] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16499/stat : 16499 (java) S 16491 16493 15185 0 -1 4202560 44 0 0 0 21 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989102373160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16493/tid=16500] ppid=16491 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/16493/task/16500/stat : 16500 (java) S 16491 16493 15185 0 -1 4202560 24 0 0 0 22 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989101321128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16501] ppid=16491 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/16493/task/16501/stat : 16501 (java) S 16491 16493 15185 0 -1 4202560 31 0 0 0 23 0 0 0 20 0 19 0 282935981 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989100268584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16502] ppid=16491 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/16493/task/16502/stat : 16502 (java) S 16491 16493 15185 0 -1 4202560 33 0 0 0 20 0 0 0 20 0 19 0 282935981 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989099215528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16493/tid=16503] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16503/stat : 16503 (java) S 16491 16493 15185 0 -1 4202560 39 0 0 0 21 0 0 0 20 0 19 0 282935981 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989098162984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16504] ppid=16491 vsize=9625004 CPUtime=2.93 cores=0,2,4,6
/proc/16493/task/16504/stat : 16504 (java) S 16491 16493 15185 0 -1 4202560 171 0 0 0 291 2 0 0 20 0 19 0 282935982 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988967594344 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16505] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16505/stat : 16505 (java) S 16491 16493 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988966540664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16506] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16506/stat : 16506 (java) S 16491 16493 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988965487496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16507] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16507/stat : 16507 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988964436240 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16508] ppid=16491 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/16493/task/16508/stat : 16508 (java) S 16491 16493 15185 0 -1 4202560 14105 0 0 0 78 3 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988963384120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16509] ppid=16491 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/16493/task/16509/stat : 16509 (java) S 16491 16493 15185 0 -1 4202560 6674 0 0 0 75 0 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988962331576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16510] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16510/stat : 16510 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988961278712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16511] ppid=16491 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/16493/task/16511/stat : 16511 (java) S 16491 16493 15185 0 -1 4202560 102 0 0 0 18 17 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988960226376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16512] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16512/stat : 16512 (java) S 16491 16493 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282936029 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988959171624 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.25
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 16903
/proc/meminfo: memFree=29562556/32873852 swapFree=7624/7624
[pid=16493] ppid=16491 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/16493/stat : 16493 (java) S 16491 16493 15185 0 -1 4202496 25106 0 1 0 179977 29 0 0 20 0 19 0 282935978 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 140733339207888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16493/statm: 2406251 45063 2293 9 0 2396937 0
[pid=16493/tid=16495] ppid=16491 vsize=9625004 CPUtime=1788.98 cores=0,2,4,6
/proc/16493/task/16495/stat : 16495 (java) R 16491 16493 15185 0 -1 4202560 2596 0 1 0 178869 29 0 0 20 0 19 0 282935979 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989144039728 139988973405189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16496] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16496/stat : 16496 (java) S 16491 16493 15185 0 -1 4202560 28 0 0 0 21 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989105531304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16497] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16497/stat : 16497 (java) S 16491 16493 15185 0 -1 4202560 22 0 0 0 21 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989104478760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16498] ppid=16491 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/16493/task/16498/stat : 16498 (java) S 16491 16493 15185 0 -1 4202560 48 0 0 0 25 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989103425704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16493/tid=16499] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16499/stat : 16499 (java) S 16491 16493 15185 0 -1 4202560 44 0 0 0 21 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989102373160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16493/tid=16500] ppid=16491 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/16493/task/16500/stat : 16500 (java) S 16491 16493 15185 0 -1 4202560 24 0 0 0 22 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989101321128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16501] ppid=16491 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/16493/task/16501/stat : 16501 (java) S 16491 16493 15185 0 -1 4202560 31 0 0 0 23 0 0 0 20 0 19 0 282935981 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989100268584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16502] ppid=16491 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/16493/task/16502/stat : 16502 (java) S 16491 16493 15185 0 -1 4202560 33 0 0 0 20 0 0 0 20 0 19 0 282935981 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989099215528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16493/tid=16503] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16503/stat : 16503 (java) S 16491 16493 15185 0 -1 4202560 39 0 0 0 21 0 0 0 20 0 19 0 282935981 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989098162984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16504] ppid=16491 vsize=9625004 CPUtime=2.93 cores=0,2,4,6
/proc/16493/task/16504/stat : 16504 (java) S 16491 16493 15185 0 -1 4202560 171 0 0 0 291 2 0 0 20 0 19 0 282935982 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988967594344 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16505] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16505/stat : 16505 (java) S 16491 16493 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988966540664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16506] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16506/stat : 16506 (java) S 16491 16493 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988965487496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16507] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16507/stat : 16507 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988964436240 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16508] ppid=16491 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/16493/task/16508/stat : 16508 (java) S 16491 16493 15185 0 -1 4202560 14105 0 0 0 78 3 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988963384120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16509] ppid=16491 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/16493/task/16509/stat : 16509 (java) S 16491 16493 15185 0 -1 4202560 6674 0 0 0 75 0 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988962331576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16510] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16510/stat : 16510 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988961278712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16511] ppid=16491 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/16493/task/16511/stat : 16511 (java) S 16491 16493 15185 0 -1 4202560 104 0 0 0 18 17 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988960226376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16512] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16512/stat : 16512 (java) S 16491 16493 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282936029 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988959171624 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 16903
/proc/meminfo: memFree=29562556/32873852 swapFree=7624/7624
[pid=16493] ppid=16491 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/16493/stat : 16493 (java) S 16491 16493 15185 0 -1 4202496 25106 0 1 0 179977 29 0 0 20 0 19 0 282935978 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 140733339207888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16493/statm: 2406251 45063 2293 9 0 2396937 0
[pid=16493/tid=16495] ppid=16491 vsize=9625004 CPUtime=1788.98 cores=0,2,4,6
/proc/16493/task/16495/stat : 16495 (java) R 16491 16493 15185 0 -1 4202560 2596 0 1 0 178869 29 0 0 20 0 19 0 282935979 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989144039728 139988973405189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16496] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16496/stat : 16496 (java) S 16491 16493 15185 0 -1 4202560 28 0 0 0 21 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989105531304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16497] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16497/stat : 16497 (java) S 16491 16493 15185 0 -1 4202560 22 0 0 0 21 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989104478760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16498] ppid=16491 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/16493/task/16498/stat : 16498 (java) S 16491 16493 15185 0 -1 4202560 48 0 0 0 25 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989103425704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16493/tid=16499] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16499/stat : 16499 (java) S 16491 16493 15185 0 -1 4202560 44 0 0 0 21 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989102373160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16493/tid=16500] ppid=16491 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/16493/task/16500/stat : 16500 (java) S 16491 16493 15185 0 -1 4202560 24 0 0 0 22 0 0 0 20 0 19 0 282935980 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989101321128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16501] ppid=16491 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/16493/task/16501/stat : 16501 (java) S 16491 16493 15185 0 -1 4202560 31 0 0 0 23 0 0 0 20 0 19 0 282935981 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989100268584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16502] ppid=16491 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/16493/task/16502/stat : 16502 (java) S 16491 16493 15185 0 -1 4202560 33 0 0 0 20 0 0 0 20 0 19 0 282935981 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989099215528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16493/tid=16503] ppid=16491 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/16493/task/16503/stat : 16503 (java) S 16491 16493 15185 0 -1 4202560 39 0 0 0 21 0 0 0 20 0 19 0 282935981 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139989098162984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16504] ppid=16491 vsize=9625004 CPUtime=2.93 cores=0,2,4,6
/proc/16493/task/16504/stat : 16504 (java) S 16491 16493 15185 0 -1 4202560 171 0 0 0 291 2 0 0 20 0 19 0 282935982 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988967594344 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16505] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16505/stat : 16505 (java) S 16491 16493 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988966540664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16506] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16506/stat : 16506 (java) S 16491 16493 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282935982 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988965487496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16507] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16507/stat : 16507 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988964436240 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16493/tid=16508] ppid=16491 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/16493/task/16508/stat : 16508 (java) S 16491 16493 15185 0 -1 4202560 14105 0 0 0 78 3 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988963384120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16509] ppid=16491 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/16493/task/16509/stat : 16509 (java) S 16491 16493 15185 0 -1 4202560 6674 0 0 0 75 0 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988962331576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16510] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16510/stat : 16510 (java) S 16491 16493 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988961278712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16493/tid=16511] ppid=16491 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/16493/task/16511/stat : 16511 (java) S 16491 16493 15185 0 -1 4202560 104 0 0 0 18 17 0 0 20 0 19 0 282935985 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988960226376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16493/tid=16512] ppid=16491 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/16493/task/16512/stat : 16512 (java) S 16491 16493 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282936029 9856004096 45063 33554432000 1073741824 1073778376 140733339216752 139988959171624 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16493 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=248080
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=652900
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.15
CPU time (s): 1800.06
CPU user time (s): 1799.77
CPU system time (s): 0.29
CPU usage (%): 100.162
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.25
system time used= 0.6529
maximum resident set size= 180376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25141
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39726
involuntary context switches= 7071

runsolver used 6.09107 second user time and 13.8629 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 03:21:45
IDJOB=3711213
IDBENCH=48158
IDSOLVER=2289
FILE ID=node131/3711213-1338168105
RUNJOBID= node131-1338155741-15201
PBS_JOBID= 14624524
Free space on /tmp= 71728 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_25_3.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-3711213-1338168105/watcher-3711213-1338168105 -o /tmp/evaluation-result-3711213-1338168105/solver-3711213-1338168105 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711213-1338168105.opb

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=393038404

node131.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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
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.805
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.805
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.91
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.805
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.805
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.91
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.805
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.805
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.92
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.805
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:       32873852 kB
MemFree:        29710684 kB
Buffers:          339948 kB
Cached:          1811216 kB
SwapCached:         2164 kB
Active:           716880 kB
Inactive:        1612288 kB
Active(anon):     179852 kB
Inactive(anon):      808 kB
Active(file):     537028 kB
Inactive(file):  1611480 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099040 kB
Dirty:               848 kB
Writeback:             8 kB
AnonPages:        185492 kB
Mapped:            22528 kB
Shmem:                 0 kB
Slab:             693828 kB
SReclaimable:     136144 kB
SUnreclaim:       557684 kB
KernelStack:        1600 kB
PageTables:         4668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     699272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node131 at 2012-05-28 03:51:44