Trace number 3455060

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 Res//CP 2.3.0OPT62 187.41 102.445

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
MD5SUMc2400ec88bd2efb16a03934d0b4c43da
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.051992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables648
Total number of constraints1954
Number of constraints which are clauses1930
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint27
Number of terms in the objective function 648
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 648
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 648
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455060-1307188581.opb
0.10/0.11	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.181s.
0.26/0.29	c #vars     648
0.26/0.29	c #constraints  1954
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1546
0.26/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 384
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 384
0.26/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1546
0.26/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
2.03/0.73	c cleaning 2496 clauses out of 5002 with flag 5002/5002
2.76/0.96	c cleaning 4247 clauses out of 8504 with flag 11000/11000
3.52/1.21	c cleaning 5623 clauses out of 11257 with flag 18000/18000
4.36/1.48	c cleaning 6810 clauses out of 13634 with flag 26000/26000
5.03/1.80	c cleaning 7908 clauses out of 15826 with flag 35002/35002
5.80/2.18	c cleaning 8953 clauses out of 17916 with flag 45000/45000
6.80/2.64	c cleaning 9480 clauses out of 18965 with flag 55002/55002
7.58/3.08	c cleaning 9731 clauses out of 19483 with flag 65000/65000
8.54/3.58	c cleaning 9875 clauses out of 19752 with flag 75000/75000
9.14/3.88	c  And the winner is CuttingPlanes
9.31/4.34	c SATISFIABLE
9.31/4.34	c OPTIMIZING...
9.31/4.34	c Got one! Elapsed wall clock time (in seconds):4.229
9.31/4.34	o 70
9.82/4.63	c cleaning 10799 clauses out of 21605 with flag 5002/86728
10.38/4.93	c cleaning 8400 clauses out of 16805 with flag 11001/92727
10.94/5.25	c cleaning 7699 clauses out of 15408 with flag 18004/99730
11.72/5.64	c cleaning 7847 clauses out of 15705 with flag 26000/107726
12.05/5.82	c  And the winner is Resolution
12.05/5.85	c Got one! Elapsed wall clock time (in seconds):5.739
12.05/5.85	o 68
12.23/5.94	c cleaning 6814 clauses out of 13635 with flag 2002/113503
12.59/6.19	c cleaning 6402 clauses out of 12819 with flag 8000/119501
12.95/6.31	c  And the winner is Resolution
12.95/6.35	c Got one! Elapsed wall clock time (in seconds):6.246
12.95/6.35	o 66
13.09/6.49	c cleaning 6049 clauses out of 12106 with flag 4003/125190
13.69/6.75	c cleaning 6017 clauses out of 12054 with flag 10000/131187
14.24/7.01	c cleaning 6510 clauses out of 13037 with flag 17000/138187
14.79/7.35	c cleaning 7258 clauses out of 14527 with flag 25000/146187
15.54/7.76	c cleaning 8131 clauses out of 16269 with flag 34000/155187
16.49/8.23	c cleaning 9064 clauses out of 18138 with flag 44000/165187
17.44/8.81	c cleaning 9531 clauses out of 19075 with flag 54001/175188
18.78/9.42	c cleaning 9767 clauses out of 19543 with flag 64000/185187
19.74/10.00	c cleaning 9881 clauses out of 19776 with flag 74000/195187
21.06/10.64	c cleaning 9941 clauses out of 19895 with flag 84000/205187
22.20/11.20	c cleaning 9971 clauses out of 19954 with flag 94000/215187
23.34/11.83	c cleaning 9984 clauses out of 19983 with flag 104000/225187
24.48/12.49	c cleaning 9993 clauses out of 19999 with flag 114000/235187
25.79/13.14	c cleaning 9998 clauses out of 20007 with flag 124001/245188
26.93/13.77	c cleaning 9999 clauses out of 20009 with flag 134001/255188
28.30/14.45	c cleaning 9998 clauses out of 20010 with flag 144001/265188
29.39/15.08	c cleaning 9996 clauses out of 20011 with flag 154000/275187
30.69/15.77	c cleaning 10007 clauses out of 20017 with flag 164002/285189
31.82/16.40	c cleaning 10000 clauses out of 20010 with flag 174002/295189
33.14/17.02	c cleaning 9999 clauses out of 20009 with flag 184001/305188
34.51/17.74	c cleaning 10001 clauses out of 20012 with flag 194003/315190
36.17/18.62	c cleaning 9977 clauses out of 20009 with flag 204001/325188
37.89/19.53	c cleaning 9986 clauses out of 20032 with flag 214001/335188
39.61/20.45	c cleaning 10019 clauses out of 20045 with flag 224000/345187
40.92/21.12	c cleaning 10006 clauses out of 20027 with flag 234001/355188
42.01/21.75	c cleaning 10003 clauses out of 20020 with flag 244000/365187
43.33/22.42	c cleaning 9972 clauses out of 20017 with flag 254000/375187
44.65/23.21	c cleaning 10013 clauses out of 20046 with flag 264001/385188
45.75/23.79	c cleaning 10007 clauses out of 20031 with flag 274000/395187
47.63/24.74	c cleaning 9982 clauses out of 20024 with flag 284000/405187
49.14/25.53	c cleaning 10007 clauses out of 20042 with flag 294000/415187
50.44/26.27	c cleaning 10016 clauses out of 20038 with flag 304003/425190
51.75/26.93	c cleaning 10003 clauses out of 20022 with flag 314003/435190
53.05/27.63	c cleaning 10001 clauses out of 20016 with flag 324000/445187
54.11/28.29	c cleaning 10002 clauses out of 20017 with flag 334002/455189
55.64/29.04	c cleaning 9973 clauses out of 20014 with flag 344001/465188
57.18/29.86	c cleaning 10015 clauses out of 20041 with flag 354001/475188
58.80/30.70	c cleaning 10009 clauses out of 20025 with flag 364000/485187
60.10/31.43	c cleaning 10007 clauses out of 20016 with flag 374000/495187
61.40/32.10	c cleaning 9988 clauses out of 20011 with flag 384002/505189
62.69/32.81	c cleaning 10004 clauses out of 20023 with flag 394002/515189
63.94/33.53	c cleaning 9984 clauses out of 20017 with flag 404000/525187
65.64/34.45	c cleaning 9995 clauses out of 20033 with flag 414000/535187
67.13/35.28	c cleaning 10017 clauses out of 20040 with flag 424002/545189
68.42/35.99	c cleaning 10000 clauses out of 20021 with flag 434000/555187
69.85/36.72	c cleaning 10006 clauses out of 20022 with flag 444001/565188
71.14/37.45	c cleaning 9983 clauses out of 20016 with flag 454001/575188
72.82/38.37	c cleaning 9993 clauses out of 20033 with flag 464001/585188
74.50/39.25	c cleaning 10001 clauses out of 20040 with flag 474001/595188
76.34/40.24	c cleaning 9997 clauses out of 20038 with flag 484000/605187
78.02/41.13	c cleaning 10018 clauses out of 20044 with flag 494003/615190
79.30/41.82	c cleaning 10008 clauses out of 20024 with flag 504001/625188
80.38/42.49	c cleaning 10001 clauses out of 20015 with flag 514000/635187
81.81/43.26	c cleaning 10002 clauses out of 20015 with flag 524001/645188
83.08/43.96	c cleaning 10002 clauses out of 20016 with flag 534004/655191
84.56/44.70	c cleaning 9998 clauses out of 20013 with flag 544003/665190
85.64/45.35	c cleaning 9997 clauses out of 20012 with flag 554000/675187
86.85/46.08	c cleaning 9990 clauses out of 20016 with flag 564001/685188
88.33/46.89	c cleaning 9987 clauses out of 20026 with flag 574001/695188
89.80/47.63	c cleaning 10013 clauses out of 20040 with flag 584002/705189
91.51/48.54	c cleaning 9988 clauses out of 20025 with flag 594000/715187
92.08/48.97	c  And the winner is Resolution
92.28/49.24	c Got one! Elapsed wall clock time (in seconds):49.131
92.28/49.24	o 64
92.43/49.32	c cleaning 7544 clauses out of 15103 with flag 2000/720253
93.10/49.70	c cleaning 6773 clauses out of 13559 with flag 8000/726253
93.77/50.19	c cleaning 6871 clauses out of 13787 with flag 15001/733254
95.24/50.96	c cleaning 7444 clauses out of 14915 with flag 23000/741253
96.88/51.86	c cleaning 8223 clauses out of 16471 with flag 32000/750253
98.11/52.56	c cleaning 9123 clauses out of 18249 with flag 42001/760254
99.37/53.28	c cleaning 9556 clauses out of 19125 with flag 52000/770253
100.64/54.01	c cleaning 9779 clauses out of 19569 with flag 62000/780253
102.24/54.81	c cleaning 9877 clauses out of 19790 with flag 72000/790253
103.91/55.73	c cleaning 9934 clauses out of 19913 with flag 82000/800253
105.57/56.64	c cleaning 9973 clauses out of 19980 with flag 92001/810254
107.23/57.53	c cleaning 9965 clauses out of 20007 with flag 102001/820254
108.63/58.37	c cleaning 10017 clauses out of 20041 with flag 112000/830253
110.09/59.11	c cleaning 10009 clauses out of 20026 with flag 122002/840255
111.35/59.81	c cleaning 10004 clauses out of 20017 with flag 132002/850255
112.41/60.51	c cleaning 10002 clauses out of 20015 with flag 142004/860257
114.00/61.32	c cleaning 9999 clauses out of 20009 with flag 152000/870253
115.46/62.14	c cleaning 9994 clauses out of 20010 with flag 162001/880254
117.31/63.11	c cleaning 9971 clauses out of 20016 with flag 172001/890254
118.97/64.10	c cleaning 9998 clauses out of 20045 with flag 182001/900254
120.96/65.13	c cleaning 9999 clauses out of 20046 with flag 192000/910253
122.85/66.15	c cleaning 10014 clauses out of 20047 with flag 202000/920253
124.67/67.19	c cleaning 9984 clauses out of 20033 with flag 212000/930253
126.31/68.09	c cleaning 10020 clauses out of 20049 with flag 222000/940253
128.09/69.04	c cleaning 9994 clauses out of 20029 with flag 232000/950253
129.94/70.04	c cleaning 9991 clauses out of 20035 with flag 242000/960253
131.59/70.94	c cleaning 10018 clauses out of 20044 with flag 252000/970253
133.23/71.84	c cleaning 9985 clauses out of 20027 with flag 262001/980254
135.01/72.90	c cleaning 9993 clauses out of 20041 with flag 272000/990253
136.90/73.88	c cleaning 10003 clauses out of 20048 with flag 282000/1000253
138.71/74.85	c cleaning 10009 clauses out of 20044 with flag 292000/1010253
140.14/75.68	c cleaning 0 clauses out of 5798 with flag 0/5800
141.18/76.12	c cleaning 9995 clauses out of 20036 with flag 302001/1020254
142.88/77.10	c cleaning 9999 clauses out of 20040 with flag 312000/1030253
145.08/78.15	c cleaning 9995 clauses out of 20041 with flag 322000/1040253
146.92/79.15	c cleaning 9994 clauses out of 20046 with flag 332000/1050253
148.89/80.25	c cleaning 10011 clauses out of 20052 with flag 342000/1060253
150.73/81.22	c cleaning 9991 clauses out of 20041 with flag 352000/1070253
152.57/82.22	c cleaning 10011 clauses out of 20051 with flag 362001/1080254
154.21/83.19	c cleaning 9988 clauses out of 20039 with flag 372000/1090253
156.18/84.26	c cleaning 10005 clauses out of 20051 with flag 382000/1100253
157.83/85.14	c cleaning 10009 clauses out of 20045 with flag 392000/1110253
159.46/86.09	c cleaning 10014 clauses out of 20036 with flag 402000/1120253
161.33/87.09	c cleaning 10010 clauses out of 20023 with flag 412001/1130254
163.28/88.19	c cleaning 9985 clauses out of 20012 with flag 422000/1140253
165.07/89.20	c cleaning 9982 clauses out of 20028 with flag 432001/1150254
166.88/90.21	c cleaning 10001 clauses out of 20046 with flag 442001/1160254
168.91/91.22	c cleaning 10004 clauses out of 20045 with flag 452001/1170254
169.25/91.52	c  And the winner is Resolution
169.38/91.99	c Got one! Elapsed wall clock time (in seconds):91.88
169.38/91.99	o 62
170.00/92.34	c cleaning 7715 clauses out of 15492 with flag 5001/1175705
171.02/92.98	c cleaning 6869 clauses out of 13776 with flag 11000/1181704
172.44/93.71	c cleaning 6939 clauses out of 13907 with flag 18000/1188704
173.86/94.52	c cleaning 7478 clauses out of 14968 with flag 26000/1196704
175.61/95.50	c cleaning 8237 clauses out of 16490 with flag 35000/1205704
177.43/96.56	c cleaning 9119 clauses out of 18254 with flag 45001/1215705
179.45/97.65	c cleaning 9562 clauses out of 19134 with flag 55000/1225704
181.27/98.67	c cleaning 9775 clauses out of 19572 with flag 65000/1235704
183.20/99.75	c cleaning 9889 clauses out of 19796 with flag 75000/1245704
185.22/100.80	c cleaning 9943 clauses out of 19907 with flag 85001/1255705
186.43/101.50	c  And the winner is Resolution
187.25/102.40	c starts		: 279
187.25/102.40	c conflicts		: 1261824
187.25/102.40	c decisions		: 1545935
187.25/102.40	c propagations		: 69252803
187.25/102.40	c inspects		: 647496197
187.25/102.40	c shortcuts		: 0
187.25/102.40	c learnt literals	: 24
187.25/102.40	c learnt binary clauses	: 283
187.25/102.40	c learnt ternary clauses	: 1103
187.25/102.40	c learnt constraints	: 1261799
187.25/102.40	c ignored constraints	: 0
187.25/102.40	c root simplifications	: 0
187.25/102.41	c removed literals (reason simplification)	: 13447451
187.25/102.41	c reason swapping (by a shorter reason)	: 0
187.25/102.41	c Calls to reduceDB	: 133
187.25/102.41	c number of reductions to clauses (during analyze)	: 0
187.25/102.41	c number of learned constraints concerned by reduction	: 0
187.25/102.41	c number of learning phase by resolution	: 0
187.25/102.41	c number of learning phase by cutting planes	: 0
187.25/102.41	c speed (assignments/second)	: 6649332.981277005
187.25/102.41	c non guided choices	492
187.25/102.41	c learnt constraints type 
187.25/102.41	c constraints type 
187.25/102.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1546
187.25/102.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
187.25/102.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 384
187.25/102.41	c constraints type 
187.25/102.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 384
187.25/102.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1546
187.25/102.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
187.25/102.41	s OPTIMUM FOUND
187.25/102.41	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 x119 -x120 x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 x328 -x329 -x330 -x331 x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 x343 x344 x345 -x346 -x347 -x348 x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 x436 x437 x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 x457 x458 x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 x573 -x574 -x575 -x576 -x577 -x578 x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 
187.25/102.41	c objective function=62
187.25/102.41	c Total wall clock time (in seconds): 102.3

Verifier Data

OK	62

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.44 3.72 2.93 3/542 364
/proc/meminfo: memFree=21129292/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=3528 CPUtime=0 cores=1,3,5,7
/proc/364/stat : 364 (java) R 362 364 30263 0 -1 4194304 282 0 0 0 0 0 0 0 24 0 1 0 811273605 3612672 46 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228090527367 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/364/statm: 882 49 39 9 0 27 0
[pid=364/tid=365] ppid=362 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/365/stat : 365 (java) R 362 364 30263 0 -1 4202560 7842 0 1 0 0 1 0 0 25 0 2 0 811273605 10694979584 8658 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228095145019 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.100642 s]
/proc/loadavg: 3.44 3.72 2.93 3/542 364
/proc/meminfo: memFree=21129292/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=10540024 CPUtime=0.1 cores=1,3,5,7
/proc/364/stat : 364 (java) S 362 364 30263 0 -1 4202496 13086 0 1 0 8 2 0 0 25 0 18 0 811273605 10792984576 12783 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/364/statm: 2635006 12784 2092 9 0 2625740 0
[pid=364/tid=365] ppid=362 vsize=10540024 CPUtime=0.08 cores=1,3,5,7
/proc/364/task/365/stat : 365 (java) R 362 364 30263 0 -1 4202560 11203 0 1 0 7 1 0 0 18 0 18 0 811273605 10792984576 12784 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107277771 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540024

[startup+0.203939 s]
/proc/loadavg: 3.44 3.72 2.93 3/542 364
/proc/meminfo: memFree=21129292/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=10540644 CPUtime=0.26 cores=1,3,5,7
/proc/364/stat : 364 (java) S 362 364 30263 0 -1 4202496 14024 0 1 0 24 2 0 0 25 0 18 0 811273605 10793619456 13721 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/364/statm: 2635161 13721 2182 9 0 2625895 0
[pid=364/tid=365] ppid=362 vsize=10540644 CPUtime=0.18 cores=1,3,5,7
/proc/364/task/365/stat : 365 (java) R 362 364 30263 0 -1 4202560 11877 0 1 0 17 1 0 0 18 0 18 0 811273605 10793619456 13721 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10540644

[startup+0.312303 s]
/proc/loadavg: 3.44 3.72 2.93 3/542 364
/proc/meminfo: memFree=21129292/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=10544592 CPUtime=0.52 cores=1,3,5,7
/proc/364/stat : 364 (java) S 362 364 30263 0 -1 4202496 16088 0 1 0 50 2 0 0 25 0 21 0 811273605 10797662208 15395 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/364/statm: 2636148 15395 2209 9 0 2626882 0
[pid=364/tid=365] ppid=362 vsize=10544592 CPUtime=0.28 cores=1,3,5,7
/proc/364/task/365/stat : 365 (java) S 362 364 30263 0 -1 4202560 13044 0 1 0 26 2 0 0 19 0 21 0 811273605 10797662208 15395 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10544592

[startup+0.700483 s]
/proc/loadavg: 3.44 3.72 2.93 3/542 364
/proc/meminfo: memFree=21129292/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=10557524 CPUtime=2.03 cores=1,3,5,7
/proc/364/stat : 364 (java) S 362 364 30263 0 -1 4202496 36949 0 1 0 198 5 0 0 25 0 22 0 811273605 10810904576 30924 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/364/statm: 2639381 30925 2227 9 0 2630115 0
[pid=364/tid=365] ppid=362 vsize=10557524 CPUtime=0.28 cores=1,3,5,7
/proc/364/task/365/stat : 365 (java) S 362 364 30263 0 -1 4202560 13044 0 1 0 26 2 0 0 19 0 22 0 811273605 10810904576 30925 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 10557524

[startup+1.50137 s]
/proc/loadavg: 3.44 3.72 2.93 6/561 386
/proc/meminfo: memFree=20896844/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=10628436 CPUtime=4.57 cores=1,3,5,7
/proc/364/stat : 364 (java) S 362 364 30263 0 -1 4202496 78749 0 1 0 446 11 0 0 25 0 22 0 811273605 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/364/statm: 2657109 68617 2257 9 0 2647843 0
[pid=364/tid=365] ppid=362 vsize=10628436 CPUtime=0.28 cores=1,3,5,7
/proc/364/task/365/stat : 365 (java) S 362 364 30263 0 -1 4202560 13044 0 1 0 26 2 0 0 15 0 22 0 811273605 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=367] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/367/stat : 367 (java) S 362 364 30263 0 -1 4202560 200 0 0 0 0 0 0 0 16 0 22 0 811273607 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=368] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/368/stat : 368 (java) S 362 364 30263 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 22 0 811273607 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=369] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/369/stat : 369 (java) S 362 364 30263 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 22 0 811273607 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=370] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/370/stat : 370 (java) S 362 364 30263 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 22 0 811273607 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=371] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/371/stat : 371 (java) S 362 364 30263 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 811273607 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=372] ppid=362 vsize=10628436 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/372/stat : 372 (java) S 362 364 30263 0 -1 4202560 150 0 0 0 1 0 0 0 15 0 22 0 811273607 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=373] ppid=362 vsize=10628436 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/373/stat : 373 (java) S 362 364 30263 0 -1 4202560 146 0 0 0 1 0 0 0 16 0 22 0 811273607 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=374] ppid=362 vsize=10628436 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/374/stat : 374 (java) S 362 364 30263 0 -1 4202560 275 0 0 0 1 0 0 0 16 0 22 0 811273607 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=375] ppid=362 vsize=10628436 CPUtime=0.06 cores=1,3,5,7
/proc/364/task/375/stat : 375 (java) R 362 364 30263 0 -1 4202560 1142 0 0 0 6 0 0 0 15 0 22 0 811273608 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 47556333814109 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=364/tid=376] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/376/stat : 376 (java) S 362 364 30263 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811273608 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=377] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/377/stat : 377 (java) S 362 364 30263 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811273608 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=378] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/378/stat : 378 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811273610 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107274673 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=379] ppid=362 vsize=10628436 CPUtime=0.95 cores=1,3,5,7
/proc/364/task/379/stat : 379 (java) S 362 364 30263 0 -1 4202560 10098 0 0 0 93 2 0 0 15 0 22 0 811273610 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=380] ppid=362 vsize=10628436 CPUtime=1.01 cores=1,3,5,7
/proc/364/task/380/stat : 380 (java) S 362 364 30263 0 -1 4202560 8114 0 0 0 101 0 0 0 15 0 22 0 811273611 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=381] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/381/stat : 381 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811273611 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=382] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/382/stat : 382 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811273611 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=383] ppid=362 vsize=10628436 CPUtime=1.06 cores=1,3,5,7
/proc/364/task/383/stat : 383 (java) S 362 364 30263 0 -1 4202560 270 0 0 0 106 0 0 0 19 0 22 0 811273634 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=384] ppid=362 vsize=10628436 CPUtime=1.07 cores=1,3,5,7
/proc/364/task/384/stat : 384 (java) S 362 364 30263 0 -1 4202560 43886 0 0 0 103 4 0 0 25 0 22 0 811273634 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=385] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/385/stat : 385 (java) S 362 364 30263 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811273635 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=386] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/386/stat : 386 (java) S 362 364 30263 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811273637 10883518464 68617 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 10628436

[startup+3.10108 s]
/proc/loadavg: 3.44 3.72 2.93 3/564 389
/proc/meminfo: memFree=20799108/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=10628436 CPUtime=7.77 cores=1,3,5,7
/proc/364/stat : 364 (java) S 362 364 30263 0 -1 4202496 104695 0 1 0 764 13 0 0 25 0 22 0 811273605 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/364/statm: 2657109 94272 2257 9 0 2647843 0
[pid=364/tid=365] ppid=362 vsize=10628436 CPUtime=0.28 cores=1,3,5,7
/proc/364/task/365/stat : 365 (java) S 362 364 30263 0 -1 4202560 13044 0 1 0 26 2 0 0 15 0 22 0 811273605 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=367] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/367/stat : 367 (java) S 362 364 30263 0 -1 4202560 314 0 0 0 0 0 0 0 15 0 22 0 811273607 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=368] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/368/stat : 368 (java) S 362 364 30263 0 -1 4202560 192 0 0 0 0 0 0 0 16 0 22 0 811273607 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=369] ppid=362 vsize=10628436 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/369/stat : 369 (java) S 362 364 30263 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 22 0 811273607 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=370] ppid=362 vsize=10628436 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/370/stat : 370 (java) S 362 364 30263 0 -1 4202560 194 0 0 0 1 0 0 0 15 0 22 0 811273607 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=371] ppid=362 vsize=10628436 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/371/stat : 371 (java) S 362 364 30263 0 -1 4202560 68 0 0 0 1 0 0 0 15 0 22 0 811273607 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=372] ppid=362 vsize=10628436 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/372/stat : 372 (java) S 362 364 30263 0 -1 4202560 207 0 0 0 1 0 0 0 15 0 22 0 811273607 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=373] ppid=362 vsize=10628436 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/373/stat : 373 (java) S 362 364 30263 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 22 0 811273607 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=374] ppid=362 vsize=10628436 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/374/stat : 374 (java) S 362 364 30263 0 -1 4202560 275 0 0 0 1 0 0 0 15 0 22 0 811273607 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=375] ppid=362 vsize=10628436 CPUtime=0.16 cores=1,3,5,7
/proc/364/task/375/stat : 375 (java) R 362 364 30263 0 -1 4202560 2823 0 0 0 16 0 0 0 15 0 22 0 811273608 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 47556335776121 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=364/tid=376] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/376/stat : 376 (java) S 362 364 30263 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811273608 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=377] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/377/stat : 377 (java) S 362 364 30263 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811273608 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=378] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/378/stat : 378 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811273610 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107274673 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=379] ppid=362 vsize=10628436 CPUtime=1 cores=1,3,5,7
/proc/364/task/379/stat : 379 (java) S 362 364 30263 0 -1 4202560 10410 0 0 0 98 2 0 0 15 0 22 0 811273610 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=380] ppid=362 vsize=10628436 CPUtime=1.08 cores=1,3,5,7
/proc/364/task/380/stat : 380 (java) S 362 364 30263 0 -1 4202560 8114 0 0 0 108 0 0 0 15 0 22 0 811273611 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=381] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/381/stat : 381 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811273611 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=382] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/382/stat : 382 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811273611 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=383] ppid=362 vsize=10628436 CPUtime=2.54 cores=1,3,5,7
/proc/364/task/383/stat : 383 (java) S 362 364 30263 0 -1 4202560 274 0 0 0 254 0 0 0 21 0 22 0 811273634 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=384] ppid=362 vsize=10628436 CPUtime=2.56 cores=1,3,5,7
/proc/364/task/384/stat : 384 (java) S 362 364 30263 0 -1 4202560 67430 0 0 0 249 7 0 0 25 0 22 0 811273634 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=385] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/385/stat : 385 (java) S 362 364 30263 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811273635 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=386] ppid=362 vsize=10628436 CPUtime=0 cores=1,3,5,7
/proc/364/task/386/stat : 386 (java) S 362 364 30263 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811273637 10883518464 94272 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 10628436

[startup+6.30149 s]
/proc/loadavg: 3.41 3.71 2.93 5/564 398
/proc/meminfo: memFree=20603032/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=10621196 CPUtime=12.95 cores=1,3,5,7
/proc/364/stat : 364 (java) S 362 364 30263 0 -1 4202496 137755 0 1 0 1278 17 0 0 25 0 22 0 811273605 10876104704 125467 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/364/statm: 2655299 125467 2258 9 0 2646033 0
[pid=364/tid=365] ppid=362 vsize=10621196 CPUtime=0.29 cores=1,3,5,7
/proc/364/task/365/stat : 365 (java) S 362 364 30263 0 -1 4202560 13044 0 1 0 27 2 0 0 16 0 22 0 811273605 10876104704 125467 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=367] ppid=362 vsize=10621196 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/367/stat : 367 (java) S 362 364 30263 0 -1 4202560 316 0 0 0 1 0 0 0 15 0 22 0 811273607 10876104704 125467 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=368] ppid=362 vsize=10621196 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/368/stat : 368 (java) S 362 364 30263 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 22 0 811273607 10876104704 125467 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=369] ppid=362 vsize=10621196 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/369/stat : 369 (java) S 362 364 30263 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 22 0 811273607 10876104704 125467 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=370] ppid=362 vsize=10621196 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/370/stat : 370 (java) S 362 364 30263 0 -1 4202560 194 0 0 0 1 0 0 0 15 0 22 0 811273607 10876104704 125467 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=371] ppid=362 vsize=10621196 CPUtime=0.01 cores=1,3,5,7
/proc/364/task/371/stat : 371 (java) S 362 364 30263 0 -1 4202560 68 0 0 0 1 0 0 0 16 0 22 0 811273607 10876104704 125467 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=372] ppid=362 vsize=10621196 CPUtime=0.02 cores=1,3,5,7
/proc/364/task/372/stat : 372 (java) S 362 364 30263 0 -1 4202560 207 0 0 0 2 0 0 0 15 0 22 0 811273607 10876104704 125467 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=373] ppid=362 vsize=10621196 CPUtime=0.02 cores=1,3,5,7
/proc/364/task/373/stat : 373 (java) S 362 364 30263 0 -1 4202560 147 0 0 0 2 0 0 0 16 0 22 0 811273607 10876104704 125467 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=374] ppid=362 vsize=10621196 CPUtime=0.02 cores=1,3,5,7
/proc/364/task/374/stat : 374 (java) S 362 364 30263 0 -1 4202560 277 0 0 0 2 0 0 0 15 0 22 0 811273607 10876104704 125467 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0

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

[pid=364/tid=382] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/382/stat : 382 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811273611 10876104704 128413 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=392] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/392/stat : 392 (java) S 362 364 30263 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811274039 10876104704 128413 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=402] ppid=362 vsize=10621196 CPUtime=5.48 cores=1,3,5,7
/proc/364/task/402/stat : 402 (java) R 362 364 30263 0 -1 4202560 7 0 0 0 548 0 0 0 15 0 22 0 811274241 10876104704 128413 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 46912505644144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=364/tid=403] ppid=362 vsize=10621196 CPUtime=5.48 cores=1,3,5,7
/proc/364/task/403/stat : 403 (java) R 362 364 30263 0 -1 4202560 9 0 0 0 548 0 0 0 15 0 22 0 811274241 10876104704 128413 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 46912505825285 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=364/tid=404] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/404/stat : 404 (java) S 362 364 30263 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811274241 10876104704 128413 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 10621196

[startup+25.501 s]
/proc/loadavg: 3.43 3.70 2.94 5/564 413
/proc/meminfo: memFree=20528372/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=10621196 CPUtime=49.14 cores=1,3,5,7
/proc/364/stat : 364 (java) S 362 364 30263 0 -1 4202496 144950 0 1 0 4895 19 0 0 25 0 22 0 811273605 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/364/statm: 2655299 132628 2258 9 0 2646033 0
[pid=364/tid=365] ppid=362 vsize=10621196 CPUtime=0.29 cores=1,3,5,7
/proc/364/task/365/stat : 365 (java) S 362 364 30263 0 -1 4202560 13047 0 1 0 27 2 0 0 15 0 22 0 811273605 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=367] ppid=362 vsize=10621196 CPUtime=0.05 cores=1,3,5,7
/proc/364/task/367/stat : 367 (java) S 362 364 30263 0 -1 4202560 325 0 0 0 5 0 0 0 15 0 22 0 811273607 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=368] ppid=362 vsize=10621196 CPUtime=0.04 cores=1,3,5,7
/proc/364/task/368/stat : 368 (java) S 362 364 30263 0 -1 4202560 195 0 0 0 4 0 0 0 16 0 22 0 811273607 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=369] ppid=362 vsize=10621196 CPUtime=0.05 cores=1,3,5,7
/proc/364/task/369/stat : 369 (java) S 362 364 30263 0 -1 4202560 68 0 0 0 5 0 0 0 15 0 22 0 811273607 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=370] ppid=362 vsize=10621196 CPUtime=0.04 cores=1,3,5,7
/proc/364/task/370/stat : 370 (java) S 362 364 30263 0 -1 4202560 238 0 0 0 4 0 0 0 15 0 22 0 811273607 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=371] ppid=362 vsize=10621196 CPUtime=0.05 cores=1,3,5,7
/proc/364/task/371/stat : 371 (java) S 362 364 30263 0 -1 4202560 94 0 0 0 5 0 0 0 15 0 22 0 811273607 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=372] ppid=362 vsize=10621196 CPUtime=0.06 cores=1,3,5,7
/proc/364/task/372/stat : 372 (java) S 362 364 30263 0 -1 4202560 231 0 0 0 6 0 0 0 15 0 22 0 811273607 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=373] ppid=362 vsize=10621196 CPUtime=0.06 cores=1,3,5,7
/proc/364/task/373/stat : 373 (java) S 362 364 30263 0 -1 4202560 198 0 0 0 6 0 0 0 16 0 22 0 811273607 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=374] ppid=362 vsize=10621196 CPUtime=0.06 cores=1,3,5,7
/proc/364/task/374/stat : 374 (java) S 362 364 30263 0 -1 4202560 281 0 0 0 6 0 0 0 16 0 22 0 811273607 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=375] ppid=362 vsize=10621196 CPUtime=2.83 cores=1,3,5,7
/proc/364/task/375/stat : 375 (java) S 362 364 30263 0 -1 4202560 11634 0 0 0 281 2 0 0 15 0 22 0 811273608 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 0 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=376] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/376/stat : 376 (java) S 362 364 30263 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811273608 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=377] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/377/stat : 377 (java) S 362 364 30263 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 811273608 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=378] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/378/stat : 378 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811273610 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107274673 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=379] ppid=362 vsize=10621196 CPUtime=1.12 cores=1,3,5,7
/proc/364/task/379/stat : 379 (java) S 362 364 30263 0 -1 4202560 10423 0 0 0 110 2 0 0 15 0 22 0 811273610 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=380] ppid=362 vsize=10621196 CPUtime=1.14 cores=1,3,5,7
/proc/364/task/380/stat : 380 (java) S 362 364 30263 0 -1 4202560 8123 0 0 0 114 0 0 0 16 0 22 0 811273611 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=381] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/381/stat : 381 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811273611 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=382] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/382/stat : 382 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811273611 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=392] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/392/stat : 392 (java) S 362 364 30263 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811274039 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=402] ppid=362 vsize=10621196 CPUtime=16.69 cores=1,3,5,7
/proc/364/task/402/stat : 402 (java) R 362 364 30263 0 -1 4202560 10 0 0 0 1669 0 0 0 16 0 22 0 811274241 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 46912505636021 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=364/tid=403] ppid=362 vsize=10621196 CPUtime=16.69 cores=1,3,5,7
/proc/364/task/403/stat : 403 (java) R 362 364 30263 0 -1 4202560 24 0 0 0 1669 0 0 0 16 0 22 0 811274241 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 46912506265308 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=364/tid=404] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/404/stat : 404 (java) S 362 364 30263 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811274241 10876104704 132628 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.14
Current children cumulated vsize (KiB) 10621196

[startup+51.1013 s]
/proc/loadavg: 3.41 3.67 2.95 5/564 420
/proc/meminfo: memFree=20353484/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=10621196 CPUtime=95.51 cores=1,3,5,7
/proc/364/stat : 364 (java) S 362 364 30263 0 -1 4202496 183467 0 1 0 9528 23 0 0 25 0 22 0 811273605 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/364/statm: 2655299 171104 2259 9 0 2646033 0
[pid=364/tid=365] ppid=362 vsize=10621196 CPUtime=0.29 cores=1,3,5,7
/proc/364/task/365/stat : 365 (java) S 362 364 30263 0 -1 4202560 13052 0 1 0 27 2 0 0 15 0 22 0 811273605 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=367] ppid=362 vsize=10621196 CPUtime=0.1 cores=1,3,5,7
/proc/364/task/367/stat : 367 (java) S 362 364 30263 0 -1 4202560 330 0 0 0 10 0 0 0 16 0 22 0 811273607 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=368] ppid=362 vsize=10621196 CPUtime=0.1 cores=1,3,5,7
/proc/364/task/368/stat : 368 (java) S 362 364 30263 0 -1 4202560 200 0 0 0 10 0 0 0 16 0 22 0 811273607 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=369] ppid=362 vsize=10621196 CPUtime=0.11 cores=1,3,5,7
/proc/364/task/369/stat : 369 (java) S 362 364 30263 0 -1 4202560 72 0 0 0 11 0 0 0 16 0 22 0 811273607 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=370] ppid=362 vsize=10621196 CPUtime=0.1 cores=1,3,5,7
/proc/364/task/370/stat : 370 (java) S 362 364 30263 0 -1 4202560 238 0 0 0 10 0 0 0 15 0 22 0 811273607 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=371] ppid=362 vsize=10621196 CPUtime=0.11 cores=1,3,5,7
/proc/364/task/371/stat : 371 (java) S 362 364 30263 0 -1 4202560 100 0 0 0 11 0 0 0 15 0 22 0 811273607 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=372] ppid=362 vsize=10621196 CPUtime=0.11 cores=1,3,5,7
/proc/364/task/372/stat : 372 (java) S 362 364 30263 0 -1 4202560 235 0 0 0 11 0 0 0 15 0 22 0 811273607 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=373] ppid=362 vsize=10621196 CPUtime=0.12 cores=1,3,5,7
/proc/364/task/373/stat : 373 (java) S 362 364 30263 0 -1 4202560 203 0 0 0 12 0 0 0 16 0 22 0 811273607 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=374] ppid=362 vsize=10621196 CPUtime=0.12 cores=1,3,5,7
/proc/364/task/374/stat : 374 (java) S 362 364 30263 0 -1 4202560 284 0 0 0 12 0 0 0 15 0 22 0 811273607 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=375] ppid=362 vsize=10621196 CPUtime=7.38 cores=1,3,5,7
/proc/364/task/375/stat : 375 (java) R 362 364 30263 0 -1 4202560 17865 0 0 0 735 3 0 0 15 0 22 0 811273608 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 47556336160821 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=364/tid=376] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/376/stat : 376 (java) S 362 364 30263 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811273608 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=377] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/377/stat : 377 (java) S 362 364 30263 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 811273608 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=378] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/378/stat : 378 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811273610 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107274673 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=379] ppid=362 vsize=10621196 CPUtime=1.17 cores=1,3,5,7
/proc/364/task/379/stat : 379 (java) S 362 364 30263 0 -1 4202560 10428 0 0 0 115 2 0 0 15 0 22 0 811273610 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=380] ppid=362 vsize=10621196 CPUtime=1.16 cores=1,3,5,7
/proc/364/task/380/stat : 380 (java) S 362 364 30263 0 -1 4202560 8123 0 0 0 116 0 0 0 15 0 22 0 811273611 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=381] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/381/stat : 381 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811273611 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=382] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/382/stat : 382 (java) S 362 364 30263 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 811273611 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=392] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/392/stat : 392 (java) S 362 364 30263 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811274039 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=418] ppid=362 vsize=10621196 CPUtime=1.3 cores=1,3,5,7
/proc/364/task/418/stat : 418 (java) S 362 364 30263 0 -1 4202560 2 0 0 0 130 0 0 0 16 0 22 0 811278529 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=419] ppid=362 vsize=10621196 CPUtime=1.3 cores=1,3,5,7
/proc/364/task/419/stat : 419 (java) S 362 364 30263 0 -1 4202560 2 0 0 0 130 0 0 0 16 0 22 0 811278529 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=420] ppid=362 vsize=10621196 CPUtime=0 cores=1,3,5,7
/proc/364/task/420/stat : 420 (java) S 362 364 30263 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 811278530 10876104704 171104 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 95.51
Current children cumulated vsize (KiB) 10621196

[startup+102.301 s]
/proc/loadavg: 3.77 3.71 3.00 4/561 424
/proc/meminfo: memFree=20291316/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=10623884 CPUtime=187.25 cores=1,3,5,7
/proc/364/stat : 364 (java) S 362 364 30263 0 -1 4202496 193245 0 1 0 18700 25 0 0 25 0 19 0 811273605 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/364/statm: 2655971 179571 2259 9 0 2646705 0
[pid=364/tid=365] ppid=362 vsize=10623884 CPUtime=1 cores=1,3,5,7
/proc/364/task/365/stat : 365 (java) R 362 364 30263 0 -1 4202560 13071 0 1 0 98 2 0 0 16 0 19 0 811273605 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=364/tid=367] ppid=362 vsize=10623884 CPUtime=0.24 cores=1,3,5,7
/proc/364/task/367/stat : 367 (java) S 362 364 30263 0 -1 4202560 349 0 0 0 24 0 0 0 15 0 19 0 811273607 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=368] ppid=362 vsize=10623884 CPUtime=0.19 cores=1,3,5,7
/proc/364/task/368/stat : 368 (java) S 362 364 30263 0 -1 4202560 204 0 0 0 19 0 0 0 15 0 19 0 811273607 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=369] ppid=362 vsize=10623884 CPUtime=0.24 cores=1,3,5,7
/proc/364/task/369/stat : 369 (java) S 362 364 30263 0 -1 4202560 82 0 0 0 24 0 0 0 15 0 19 0 811273607 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=370] ppid=362 vsize=10623884 CPUtime=0.21 cores=1,3,5,7
/proc/364/task/370/stat : 370 (java) S 362 364 30263 0 -1 4202560 246 0 0 0 21 0 0 0 16 0 19 0 811273607 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=371] ppid=362 vsize=10623884 CPUtime=0.25 cores=1,3,5,7
/proc/364/task/371/stat : 371 (java) S 362 364 30263 0 -1 4202560 112 0 0 0 25 0 0 0 15 0 19 0 811273607 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=372] ppid=362 vsize=10623884 CPUtime=0.23 cores=1,3,5,7
/proc/364/task/372/stat : 372 (java) S 362 364 30263 0 -1 4202560 245 0 0 0 23 0 0 0 15 0 19 0 811273607 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 7 0 0 0
[pid=364/tid=373] ppid=362 vsize=10623884 CPUtime=0.23 cores=1,3,5,7
/proc/364/task/373/stat : 373 (java) S 362 364 30263 0 -1 4202560 209 0 0 0 23 0 0 0 15 0 19 0 811273607 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=374] ppid=362 vsize=10623884 CPUtime=0.22 cores=1,3,5,7
/proc/364/task/374/stat : 374 (java) S 362 364 30263 0 -1 4202560 297 0 0 0 22 0 0 0 15 0 19 0 811273607 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=375] ppid=362 vsize=10623884 CPUtime=17.2 cores=1,3,5,7
/proc/364/task/375/stat : 375 (java) S 362 364 30263 0 -1 4202560 25525 0 0 0 1716 4 0 0 15 0 19 0 811273608 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 0 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=376] ppid=362 vsize=10623884 CPUtime=0 cores=1,3,5,7
/proc/364/task/376/stat : 376 (java) S 362 364 30263 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 811273608 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=377] ppid=362 vsize=10623884 CPUtime=0 cores=1,3,5,7
/proc/364/task/377/stat : 377 (java) S 362 364 30263 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 811273608 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=378] ppid=362 vsize=10623884 CPUtime=0 cores=1,3,5,7
/proc/364/task/378/stat : 378 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811273610 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107274673 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=379] ppid=362 vsize=10623884 CPUtime=1.27 cores=1,3,5,7
/proc/364/task/379/stat : 379 (java) S 362 364 30263 0 -1 4202560 10455 0 0 0 125 2 0 0 15 0 19 0 811273610 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
[pid=364/tid=380] ppid=362 vsize=10623884 CPUtime=1.59 cores=1,3,5,7
/proc/364/task/380/stat : 380 (java) S 362 364 30263 0 -1 4202560 10070 0 0 0 158 1 0 0 16 0 19 0 811273611 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=381] ppid=362 vsize=10623884 CPUtime=0 cores=1,3,5,7
/proc/364/task/381/stat : 381 (java) S 362 364 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811273611 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107266969 0 4 0 16800975 18446604471091218432 0 0 -1 3 0 0 0
[pid=364/tid=382] ppid=362 vsize=10623884 CPUtime=0 cores=1,3,5,7
/proc/364/task/382/stat : 382 (java) S 362 364 30263 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 811273611 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 1 0 0 0
[pid=364/tid=392] ppid=362 vsize=10623884 CPUtime=0 cores=1,3,5,7
/proc/364/task/392/stat : 392 (java) S 362 364 30263 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 811274039 10878857216 179571 33554432000 1073741824 1073778376 140736151017120 18446744073709551615 228107267584 0 4 0 16800975 18446604471091218432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 187.25
Current children cumulated vsize (KiB) 10623884

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

[startup+102.42 s]
/proc/loadavg: 3.77 3.71 3.00 4/561 424
/proc/meminfo: memFree=20291316/32951124 swapFree=58800704/67111528
[pid=364] ppid=362 vsize=0 CPUtime=187.37 cores=1,3,5,7
/proc/364/stat : 364 (java) R 362 364 30263 0 -1 4203524 193249 0 1 0 18711 26 0 0 18 0 1 0 811273605 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/364/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 187.37
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 102.445
CPU time (s): 187.41
CPU user time (s): 187.119
CPU system time (s): 0.290955
CPU usage (%): 182.937
Max. virtual memory (cumulated for all children) (KiB): 10629156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.119
system time used= 0.290955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193249
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6600
involuntary context switches= 2742

runsolver used 0.51992 second user time and 1.3478 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-04 13:56:21
IDJOB=3455060
IDBENCH=2025
IDSOLVER=1950
FILE ID=node142/3455060-1307188581
RUNJOBID= node142-1307187657-32576
PBS_JOBID= 13508862
Free space on /tmp= 73940 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455060-1307188581/watcher-3455060-1307188581 -o /tmp/evaluation-result-3455060-1307188581/solver-3455060-1307188581 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455060-1307188581.opb

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

MD5SUM BENCH= c2400ec88bd2efb16a03934d0b4c43da
RANDOM SEED=1083185637

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5131.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21130316 kB
Buffers:        282988 kB
Cached:         454300 kB
SwapCached:      11452 kB
Active:        9741132 kB
Inactive:      1816768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21130316 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:             632 kB
Writeback:           0 kB
AnonPages:    10817600 kB
Mapped:          39924 kB
Slab:           117032 kB
PageTables:      76060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155764168 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73940 MiB
End job on node142 at 2011-06-04 13:58:04