Trace number 3732356

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT18 133.755 77.2393

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-f51m.b.opb
MD5SUM95b567c682e7e3efe2c93879e0e7c89d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.293955
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved YES
Number of variables406
Total number of constraints520
Number of constraints which are clauses520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint123
Number of terms in the objective function 406
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 406
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 406
Number of bits of the biggest sum of numbers9
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.2.0.v20100531
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		1349517296
0.01/0.08	c Max memory 		1356595200
0.01/0.08	c Total memory 		1356595200
0.01/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3732356-1338739699.opb
0.09/0.11	c reading problem ... 
0.28/0.29	c ... done. Wall clock time 0.179s.
0.28/0.29	c #vars     406
0.28/0.29	c #constraints  503
0.28/0.29	c constraints type 
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 496
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.28/0.29	c constraints type 
0.28/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.28/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 496
0.58/0.31	c And the winner is Resolution
0.68/1.29	c SATISFIABLE
0.68/1.29	c OPTIMIZING...
0.68/1.29	c Got one! Elapsed wall clock time (in seconds):1.182
0.68/1.29	o 26
0.69/1.37	c And the winner is CuttingPlanes
1.07/2.30	c Got one! Elapsed wall clock time (in seconds):2.186
1.07/2.30	o 25
1.07/2.34	c And the winner is CuttingPlanes
1.45/3.30	c Got one! Elapsed wall clock time (in seconds):3.189
1.45/3.30	o 24
1.45/3.33	c And the winner is Resolution
1.66/4.30	c Got one! Elapsed wall clock time (in seconds):4.191
1.66/4.30	o 21
1.66/4.35	c And the winner is CuttingPlanes
1.89/5.30	c Got one! Elapsed wall clock time (in seconds):5.193
1.89/5.30	o 20
2.24/5.43	c And the winner is CuttingPlanes
2.32/6.31	c Got one! Elapsed wall clock time (in seconds):6.194
2.32/6.31	o 19
2.32/6.35	c cleaning 2500 clauses out of 5000 with flag 5000/5000
2.57/6.41	c And the winner is CuttingPlanes
2.59/7.31	c Got one! Elapsed wall clock time (in seconds):7.196
2.59/7.31	o 18
3.08/7.53	c cleaning 4245 clauses out of 8500 with flag 11000/11000
3.78/7.86	c cleaning 5625 clauses out of 11259 with flag 18004/18004
4.59/8.21	c cleaning 6811 clauses out of 13631 with flag 26001/26001
5.40/8.64	c cleaning 7906 clauses out of 15825 with flag 35006/35006
6.19/9.08	c cleaning 8950 clauses out of 17913 with flag 45000/45000
7.22/9.54	c cleaning 9479 clauses out of 18964 with flag 55001/55001
8.44/10.11	c cleaning 9738 clauses out of 19486 with flag 65002/65002
9.21/10.54	c cleaning 9866 clauses out of 19747 with flag 75001/75001
10.26/11.06	c cleaning 9932 clauses out of 19884 with flag 85004/85004
11.43/11.64	c cleaning 9969 clauses out of 19950 with flag 95002/95002
12.42/12.15	c cleaning 9987 clauses out of 19982 with flag 105003/105003
13.37/12.60	c cleaning 9993 clauses out of 19992 with flag 115000/115000
14.15/13.08	c cleaning 9990 clauses out of 19999 with flag 125000/125000
15.13/13.58	c cleaning 9997 clauses out of 20009 with flag 135000/135000
16.10/14.09	c cleaning 9999 clauses out of 20012 with flag 145000/145000
17.26/14.60	c cleaning 9997 clauses out of 20014 with flag 155001/155001
18.43/15.23	c cleaning 9999 clauses out of 20016 with flag 165000/165000
19.60/15.81	c cleaning 10004 clauses out of 20017 with flag 175000/175000
20.56/16.31	c cleaning 9998 clauses out of 20013 with flag 185000/185000
21.31/16.79	c cleaning 10004 clauses out of 20016 with flag 195001/195001
22.48/17.30	c cleaning 9991 clauses out of 20011 with flag 205000/205000
23.24/17.77	c cleaning 10003 clauses out of 20020 with flag 215000/215000
24.21/18.27	c cleaning 10001 clauses out of 20017 with flag 225000/225000
25.16/18.73	c cleaning 9998 clauses out of 20016 with flag 235000/235000
26.11/19.22	c cleaning 10005 clauses out of 20018 with flag 245000/245000
26.87/19.65	c cleaning 9999 clauses out of 20013 with flag 255000/255000
27.87/20.13	c cleaning 10002 clauses out of 20014 with flag 265000/265000
28.61/20.60	c cleaning 10002 clauses out of 20012 with flag 275000/275000
29.77/21.13	c cleaning 10003 clauses out of 20011 with flag 285001/285001
30.53/21.50	c cleaning 9995 clauses out of 20007 with flag 295000/295000
31.49/22.05	c cleaning 10004 clauses out of 20015 with flag 305003/305003
32.62/22.67	c cleaning 9991 clauses out of 20008 with flag 315000/315000
33.58/23.17	c cleaning 9999 clauses out of 20017 with flag 325000/325000
34.54/23.61	c cleaning 10002 clauses out of 20019 with flag 335001/335001
35.29/24.05	c cleaning 9997 clauses out of 20016 with flag 345000/345000
36.41/24.63	c cleaning 10005 clauses out of 20020 with flag 355001/355001
37.37/25.20	c cleaning 10002 clauses out of 20016 with flag 365002/365002
38.55/25.76	c cleaning 9992 clauses out of 20012 with flag 375000/375000
39.71/26.31	c cleaning 10004 clauses out of 20020 with flag 385000/385000
40.63/26.82	c cleaning 10002 clauses out of 20016 with flag 395000/395000
41.58/27.31	c cleaning 9999 clauses out of 20016 with flag 405002/405002
42.57/27.84	c cleaning 10000 clauses out of 20015 with flag 415000/415000
43.72/28.47	c cleaning 10003 clauses out of 20015 with flag 425000/425000
45.07/29.12	c cleaning 9991 clauses out of 20013 with flag 435001/435001
46.41/29.85	c cleaning 9994 clauses out of 20021 with flag 445000/445000
47.57/30.48	c cleaning 10010 clauses out of 20028 with flag 455001/455001
48.93/31.11	c cleaning 10007 clauses out of 20019 with flag 465002/465002
50.05/31.72	c cleaning 9999 clauses out of 20010 with flag 475000/475000
50.99/32.27	c cleaning 10003 clauses out of 20011 with flag 485000/485000
52.15/32.84	c cleaning 9999 clauses out of 20008 with flag 495000/495000
53.10/33.35	c cleaning 9998 clauses out of 20010 with flag 505001/505001
54.01/33.89	c cleaning 9994 clauses out of 20011 with flag 515000/515000
55.16/34.43	c cleaning 9994 clauses out of 20017 with flag 525000/525000
56.30/35.06	c cleaning 10006 clauses out of 20023 with flag 535000/535000
57.43/35.64	c cleaning 9996 clauses out of 20017 with flag 545000/545000
58.77/36.36	c cleaning 10006 clauses out of 20022 with flag 555001/555001
60.09/37.07	c cleaning 10005 clauses out of 20020 with flag 565005/565005
61.43/37.71	c cleaning 9999 clauses out of 20010 with flag 575000/575000
62.78/38.41	c cleaning 9994 clauses out of 20011 with flag 585000/585000
63.67/38.99	c cleaning 10006 clauses out of 20019 with flag 595002/595002
64.81/39.51	c cleaning 9999 clauses out of 20011 with flag 605000/605000
65.73/40.02	c cleaning 10000 clauses out of 20014 with flag 615002/615002
66.67/40.51	c cleaning 10004 clauses out of 20012 with flag 625000/625000
67.76/41.17	c cleaning 10001 clauses out of 20009 with flag 635001/635001
68.91/41.78	c cleaning 9993 clauses out of 20007 with flag 645000/645000
70.03/42.33	c cleaning 9993 clauses out of 20014 with flag 655000/655000
70.97/42.90	c cleaning 10002 clauses out of 20022 with flag 665001/665001
72.26/43.53	c cleaning 10005 clauses out of 20020 with flag 675001/675001
73.58/44.26	c cleaning 10004 clauses out of 20017 with flag 685003/685003
74.92/45.00	c cleaning 10001 clauses out of 20011 with flag 695001/695001
76.25/45.65	c cleaning 9992 clauses out of 20009 with flag 705000/705000
77.55/46.31	c cleaning 9997 clauses out of 20017 with flag 715000/715000
78.48/46.81	c cleaning 10007 clauses out of 20024 with flag 725004/725004
79.43/47.32	c cleaning 9998 clauses out of 20013 with flag 735000/735000
80.35/47.82	c cleaning 9991 clauses out of 20016 with flag 745001/745001
81.25/48.39	c cleaning 10009 clauses out of 20030 with flag 755006/755006
82.37/48.97	c cleaning 9997 clauses out of 20015 with flag 765000/765000
83.52/49.52	c cleaning 10004 clauses out of 20019 with flag 775001/775001
84.43/50.09	c cleaning 10000 clauses out of 20016 with flag 785002/785002
85.92/50.86	c cleaning 9992 clauses out of 20014 with flag 795000/795000
87.25/51.51	c cleaning 10003 clauses out of 20022 with flag 805000/805000
88.38/52.10	c cleaning 10007 clauses out of 20020 with flag 815001/815001
89.51/52.74	c cleaning 10000 clauses out of 20013 with flag 825001/825001
90.78/53.41	c cleaning 10000 clauses out of 20013 with flag 835001/835001
92.10/54.14	c cleaning 10002 clauses out of 20014 with flag 845002/845002
93.64/54.93	c cleaning 9973 clauses out of 20012 with flag 855002/855002
94.75/55.58	c cleaning 10011 clauses out of 20038 with flag 865001/865001
96.42/56.40	c cleaning 9989 clauses out of 20026 with flag 875000/875000
97.55/57.04	c cleaning 10014 clauses out of 20037 with flag 885000/885000
98.47/57.56	c cleaning 10003 clauses out of 20023 with flag 895000/895000
99.58/58.18	c cleaning 10006 clauses out of 20022 with flag 905002/905002
100.67/58.76	c cleaning 9998 clauses out of 20014 with flag 915000/915000
101.80/59.34	c cleaning 9993 clauses out of 20016 with flag 925000/925000
103.11/60.06	c cleaning 10005 clauses out of 20023 with flag 935000/935000
104.43/60.73	c cleaning 10000 clauses out of 20018 with flag 945000/945000
105.51/61.39	c cleaning 9998 clauses out of 20018 with flag 955000/955000
106.63/61.99	c cleaning 9992 clauses out of 20020 with flag 965000/965000
107.75/62.58	c cleaning 10006 clauses out of 20028 with flag 975000/975000
108.87/63.18	c cleaning 9998 clauses out of 20022 with flag 985000/985000
110.15/63.86	c cleaning 10005 clauses out of 20024 with flag 995000/995000
111.27/64.49	c cleaning 10005 clauses out of 20022 with flag 1005003/1005003
112.39/65.06	c cleaning 10002 clauses out of 20014 with flag 1015000/1015000
113.31/65.56	c cleaning 10003 clauses out of 20013 with flag 1025001/1025001
114.37/66.14	c cleaning 9996 clauses out of 20010 with flag 1035001/1035001
115.29/66.64	c cleaning 10001 clauses out of 20014 with flag 1045001/1045001
116.23/67.16	c cleaning 9999 clauses out of 20012 with flag 1055000/1055000
117.34/67.72	c cleaning 9996 clauses out of 20014 with flag 1065001/1065001
118.40/68.33	c cleaning 10000 clauses out of 20017 with flag 1075000/1075000
119.32/68.89	c cleaning 9999 clauses out of 20019 with flag 1085002/1085002
120.45/69.44	c cleaning 10004 clauses out of 20018 with flag 1095000/1095000
121.35/69.99	c cleaning 10001 clauses out of 20014 with flag 1105000/1105000
122.61/70.61	c cleaning 9996 clauses out of 20013 with flag 1115000/1115000
123.72/71.20	c cleaning 9998 clauses out of 20017 with flag 1125000/1125000
124.63/71.79	c cleaning 10001 clauses out of 20019 with flag 1135000/1135000
125.75/72.36	c cleaning 10000 clauses out of 20019 with flag 1145001/1145001
127.00/73.04	c cleaning 9997 clauses out of 20018 with flag 1155000/1155000
128.13/73.64	c cleaning 10006 clauses out of 20021 with flag 1165000/1165000
129.24/74.20	c cleaning 9999 clauses out of 20015 with flag 1175000/1175000
130.17/74.74	c cleaning 10004 clauses out of 20016 with flag 1185000/1185000
131.23/75.34	c cleaning 10002 clauses out of 20013 with flag 1195001/1195001
131.93/75.79	c cleaning 9998 clauses out of 20011 with flag 1205001/1205001
132.84/76.26	c cleaning 10000 clauses out of 20015 with flag 1215003/1215003
133.36/76.50	c And the winner is CuttingPlanes
133.38/77.23	c starts		: 18
133.38/77.23	c conflicts		: 2714
133.38/77.23	c decisions		: 26437
133.38/77.23	c propagations		: 114995
133.38/77.23	c inspects		: 22880480
133.38/77.23	c learnt literals	: 0
133.38/77.23	c learnt binary clauses	: 0
133.38/77.23	c learnt ternary clauses	: 0
133.38/77.23	c learnt clauses	: 2713
133.38/77.23	c ignored clauses	: 0
133.38/77.23	c root simplifications	: 0
133.38/77.23	c removed literals (reason simplification)	: 0
133.38/77.23	c reason swapping (by a shorter reason)	: 0
133.38/77.23	c Calls to reduceDB	: 0
133.38/77.23	c number of reductions to clauses (during analyze)	: 0
133.38/77.23	c number of learned constraints concerned by reduction	: 0
133.38/77.23	c number of learning phase by resolution	: 0
133.38/77.23	c number of learning phase by cutting planes	: 0
133.38/77.23	c speed (assignments/second)	: 1644.6653318077804
133.38/77.23	c non guided choices	0
133.38/77.23	c learnt constraints type 
133.38/77.23	c constraints type 
133.38/77.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 496
133.38/77.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
133.38/77.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
133.38/77.23	c constraints type 
133.38/77.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
133.38/77.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 496
133.38/77.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
133.38/77.23	s OPTIMUM FOUND
133.38/77.23	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 
133.38/77.23	c objective function=18
133.38/77.23	c Total wall clock time (in seconds): 77.118

Verifier Data

OK	18

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-3732356-1338739699/watcher-3732356-1338739699 -o /tmp/evaluation-result-3732356-1338739699/solver-3732356-1338739699 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732356-1338739699.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: 4.01 3.98 3.45 4/197 32568
/proc/meminfo: memFree=27241224/32873648 swapFree=7116/7116
[pid=32568] ppid=32566 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/32568/stat : 32568 (java6) D 32566 32568 32179 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 340095417 9515008 183 33554432000 1073741824 1073778376 140733855483360 140733855474392 260190322357 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/32568/statm: 2323 183 140 9 0 71 0

[startup+0.041057 s]
/proc/loadavg: 4.01 3.98 3.45 4/197 32568
/proc/meminfo: memFree=27241224/32873648 swapFree=7116/7116
[pid=32568] ppid=32566 vsize=2233952 CPUtime=0.01 cores=1,3,5,7
/proc/32568/stat : 32568 (java) S 32566 32568 32179 0 -1 4202496 3626 0 1 0 1 0 0 0 20 0 11 0 340095417 2287566848 4835 33554432000 1073741824 1073778376 140733674319984 140733674311120 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32568/statm: 558488 4835 1645 9 0 549189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2233952

[startup+0.100235 s]
/proc/loadavg: 4.01 3.98 3.45 4/197 32568
/proc/meminfo: memFree=27241224/32873648 swapFree=7116/7116
[pid=32568] ppid=32566 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/32568/stat : 32568 (java) S 32566 32568 32179 0 -1 4202496 4720 0 1 0 8 1 0 0 20 0 18 0 340095417 2764726272 6408 33554432000 1073741824 1073778376 140733674319984 140733674311120 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32568/statm: 674982 6408 2108 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300159 s]
/proc/loadavg: 4.01 3.98 3.45 4/197 32568
/proc/meminfo: memFree=27241224/32873648 swapFree=7116/7116
[pid=32568] ppid=32566 vsize=2833056 CPUtime=0.58 cores=1,3,5,7
/proc/32568/stat : 32568 (java) S 32566 32568 32179 0 -1 4202496 8226 0 1 0 56 2 0 0 20 0 20 0 340095417 2901049344 11428 33554432000 1073741824 1073778376 140733674319984 140733674311120 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32568/statm: 708264 11428 2227 9 0 698958 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 2833056

[startup+0.70013 s]
/proc/loadavg: 4.01 3.98 3.45 4/197 32568
/proc/meminfo: memFree=27241224/32873648 swapFree=7116/7116
[pid=32568] ppid=32566 vsize=2835112 CPUtime=0.68 cores=1,3,5,7
/proc/32568/stat : 32568 (java) S 32566 32568 32179 0 -1 4202496 8819 0 1 0 64 4 0 0 20 0 20 0 340095417 2903154688 11363 33554432000 1073741824 1073778376 140733674319984 140733674311120 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32568/statm: 708778 11363 2237 9 0 699472 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 2835112

[startup+1.50067 s]
/proc/loadavg: 3.77 3.93 3.44 2/217 32590
/proc/meminfo: memFree=27201872/32873648 swapFree=7116/7116
[pid=32568] ppid=32566 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/32568/stat : 32568 (java) S 32566 32568 32179 0 -1 4202496 9874 0 1 0 101 6 0 0 20 0 20 0 340095417 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140733674311120 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32568/statm: 741546 13235 2248 9 0 732240 0
[pid=32568/tid=32570] ppid=32566 vsize=2966184 CPUtime=0.26 cores=1,3,5,7
/proc/32568/task/32570/stat : 32570 (java) S 32566 32568 32179 0 -1 4202560 2805 0 1 0 25 1 0 0 20 0 20 0 340095418 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060253926552 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32571] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32571/stat : 32571 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060238208040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32572] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32572/stat : 32572 (java) S 32566 32568 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060237155240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32573] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32573/stat : 32573 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060236102440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32574] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32574/stat : 32574 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060235049640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32575] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32575/stat : 32575 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060233996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32576] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32576/stat : 32576 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060232944040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32577] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32577/stat : 32577 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060231891240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32578] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32578/stat : 32578 (java) S 32566 32568 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060230838440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32579] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32579/stat : 32579 (java) S 32566 32568 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060100885480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32580] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32580/stat : 32580 (java) S 32566 32568 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060099831544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32581] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32581/stat : 32581 (java) S 32566 32568 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060098778632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32582] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32582/stat : 32582 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060097727120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32583] ppid=32566 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/32568/task/32583/stat : 32583 (java) S 32566 32568 32179 0 -1 4202560 3246 0 0 0 29 0 0 0 20 0 20 0 340095424 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060096674232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32584] ppid=32566 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/32568/task/32584/stat : 32584 (java) S 32566 32568 32179 0 -1 4202560 2518 0 0 0 28 0 0 0 20 0 20 0 340095424 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060095621432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32585] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32585/stat : 32585 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060094568824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32586] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32586/stat : 32586 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140060093516232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32589] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32589/stat : 32589 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340095448 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140059082737064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32590] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32590/stat : 32590 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340095448 3037372416 13235 33554432000 1073741824 1073778376 140733674319984 140059081684264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 2966184

[startup+3.10058 s]
/proc/loadavg: 3.77 3.93 3.44 3/217 32592
/proc/meminfo: memFree=27194548/32873648 swapFree=7116/7116
[pid=32568] ppid=32566 vsize=2966184 CPUtime=1.45 cores=1,3,5,7
/proc/32568/stat : 32568 (java) S 32566 32568 32179 0 -1 4202496 14501 0 1 0 136 9 0 0 20 0 20 0 340095417 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140733674311120 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32568/statm: 741546 17147 2249 9 0 732240 0
[pid=32568/tid=32570] ppid=32566 vsize=2966184 CPUtime=0.26 cores=1,3,5,7
/proc/32568/task/32570/stat : 32570 (java) S 32566 32568 32179 0 -1 4202560 2806 0 1 0 25 1 0 0 20 0 20 0 340095418 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060253926552 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32571] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32571/stat : 32571 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060238208040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32572] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32572/stat : 32572 (java) S 32566 32568 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060237155240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32573] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32573/stat : 32573 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060236102440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32574] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32574/stat : 32574 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060235049640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32575] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32575/stat : 32575 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060233996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32576] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32576/stat : 32576 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060232944040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32577] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32577/stat : 32577 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060231891240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32578] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32578/stat : 32578 (java) S 32566 32568 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060230838440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32579] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32579/stat : 32579 (java) S 32566 32568 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060100885480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32580] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32580/stat : 32580 (java) S 32566 32568 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060099831544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32581] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32581/stat : 32581 (java) S 32566 32568 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060098778632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32582] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32582/stat : 32582 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060097727120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32583] ppid=32566 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/32568/task/32583/stat : 32583 (java) S 32566 32568 32179 0 -1 4202560 3291 0 0 0 35 0 0 0 20 0 20 0 340095424 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060096674232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32584] ppid=32566 vsize=2966184 CPUtime=0.51 cores=1,3,5,7
/proc/32568/task/32584/stat : 32584 (java) S 32566 32568 32179 0 -1 4202560 7091 0 0 0 50 1 0 0 20 0 20 0 340095424 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060095621432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32585] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32585/stat : 32585 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060094568824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32586] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32586/stat : 32586 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140060093516232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32589] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32589/stat : 32589 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340095448 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140059082737064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32590] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32590/stat : 32590 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340095448 3037372416 17147 33554432000 1073741824 1073778376 140733674319984 140059081684264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30057 s]
/proc/loadavg: 3.77 3.93 3.44 7/219 32600
/proc/meminfo: memFree=27149768/32873648 swapFree=7116/7116
[pid=32568] ppid=32566 vsize=2966184 CPUtime=2.32 cores=1,3,5,7
/proc/32568/stat : 32568 (java) S 32566 32568 32179 0 -1 4202496 16150 0 1 0 216 16 0 0 20 0 20 0 340095417 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140733674311120 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32568/statm: 741546 25127 2258 9 0 732240 0
[pid=32568/tid=32570] ppid=32566 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/32568/task/32570/stat : 32570 (java) S 32566 32568 32179 0 -1 4202560 2808 0 1 0 26 2 0 0 20 0 20 0 340095418 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060253926552 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32571] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32571/stat : 32571 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060238208040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32572] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32572/stat : 32572 (java) S 32566 32568 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060237155240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32573] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32573/stat : 32573 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060236102440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32574] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32574/stat : 32574 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060235049640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32575] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32575/stat : 32575 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060233996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32576] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32576/stat : 32576 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060232944040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32577] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32577/stat : 32577 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060231891240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32578] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32578/stat : 32578 (java) S 32566 32568 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340095420 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060230838440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32579] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32579/stat : 32579 (java) S 32566 32568 32179 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060100885480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32580] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32580/stat : 32580 (java) S 32566 32568 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060099831544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32581] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32581/stat : 32581 (java) S 32566 32568 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060098778632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32582] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32582/stat : 32582 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060097727120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32583] ppid=32566 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/32568/task/32583/stat : 32583 (java) S 32566 32568 32179 0 -1 4202560 4846 0 0 0 58 0 0 0 20 0 20 0 340095424 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060096674232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32584] ppid=32566 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/32568/task/32584/stat : 32584 (java) S 32566 32568 32179 0 -1 4202560 7148 0 0 0 73 2 0 0 20 0 20 0 340095424 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060095621432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32585] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32585/stat : 32585 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060094568824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32586] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32586/stat : 32586 (java) S 32566 32568 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 25127 33554432000 1073741824 1073778376 140733674319984 140060093516232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32589] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7

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

[pid=32568/tid=32582] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32582/stat : 32582 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340095424 3037372416 139512 33554432000 1073741824 1073778376 140733674319984 140060097727120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32583] ppid=32566 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/32568/task/32583/stat : 32583 (java) S 32566 32568 32179 0 -1 4202560 5697 0 0 0 89 2 0 0 20 0 22 0 340095424 3037372416 139512 33554432000 1073741824 1073778376 140733674319984 140060096674232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32584] ppid=32566 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/32568/task/32584/stat : 32584 (java) S 32566 32568 32179 0 -1 4202560 7157 0 0 0 105 2 0 0 20 0 22 0 340095424 3037372416 139512 33554432000 1073741824 1073778376 140733674319984 140060095621432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32585] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32585/stat : 32585 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340095424 3037372416 139512 33554432000 1073741824 1073778376 140733674319984 140060094568824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32586] ppid=32566 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/32568/task/32586/stat : 32586 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 1 1 0 0 20 0 22 0 340095424 3037372416 139512 33554432000 1073741824 1073778376 140733674319984 140060093516232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32589] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32589/stat : 32589 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340095448 3037372416 139512 33554432000 1073741824 1073778376 140733674319984 140059082737064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32590] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32590/stat : 32590 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340095448 3037372416 139512 33554432000 1073741824 1073778376 140733674319984 140059081684264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32603] ppid=32566 vsize=2966184 CPUtime=58.64 cores=1,3,5,7
/proc/32568/task/32603/stat : 32603 (java) R 32566 32568 32179 0 -1 4202560 103 0 0 0 5864 0 0 0 20 0 22 0 340096148 3037372416 139512 33554432000 1073741824 1073778376 140733674319984 140059083789224 140060108999972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32604] ppid=32566 vsize=2966184 CPUtime=58.66 cores=1,3,5,7
/proc/32568/task/32604/stat : 32604 (java) R 32566 32568 32179 0 -1 4202560 198 0 0 0 5860 6 0 0 20 0 22 0 340096149 3037372416 139512 33554432000 1073741824 1073778376 140733674319984 140059084839776 140060108994442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 132.25
Current children cumulated vsize (KiB) 2966184

[startup+76.7011 s]
/proc/loadavg: 3.43 3.77 3.41 3/219 32680
/proc/meminfo: memFree=26817284/32873648 swapFree=7116/7116
[pid=32568] ppid=32566 vsize=2966184 CPUtime=133.09 cores=1,3,5,7
/proc/32568/stat : 32568 (java) S 32566 32568 32179 0 -1 4202496 17604 0 1 0 13275 34 0 0 20 0 20 0 340095417 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140733674311120 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32568/statm: 741546 140019 2285 9 0 732240 0
[pid=32568/tid=32570] ppid=32566 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/32568/task/32570/stat : 32570 (java) S 32566 32568 32179 0 -1 4202560 2821 0 1 0 26 2 0 0 20 0 20 0 340095418 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060253926552 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32571] ppid=32566 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/32568/task/32571/stat : 32571 (java) S 32566 32568 32179 0 -1 4202560 30 0 0 0 34 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060238208040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32572] ppid=32566 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/32568/task/32572/stat : 32572 (java) S 32566 32568 32179 0 -1 4202560 30 0 0 0 27 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060237155240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32573] ppid=32566 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/32568/task/32573/stat : 32573 (java) S 32566 32568 32179 0 -1 4202560 31 0 0 0 35 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060236102440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32574] ppid=32566 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/32568/task/32574/stat : 32574 (java) S 32566 32568 32179 0 -1 4202560 31 0 0 0 29 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060235049640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32575] ppid=32566 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/32568/task/32575/stat : 32575 (java) S 32566 32568 32179 0 -1 4202560 30 0 0 0 28 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060233996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32576] ppid=32566 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/32568/task/32576/stat : 32576 (java) S 32566 32568 32179 0 -1 4202560 15 0 0 0 29 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060232944040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32577] ppid=32566 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/32568/task/32577/stat : 32577 (java) S 32566 32568 32179 0 -1 4202560 11 0 0 0 28 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060231891240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32578] ppid=32566 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/32568/task/32578/stat : 32578 (java) S 32566 32568 32179 0 -1 4202560 24 0 0 0 31 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060230838440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32579] ppid=32566 vsize=2966184 CPUtime=9.04 cores=1,3,5,7
/proc/32568/task/32579/stat : 32579 (java) S 32566 32568 32179 0 -1 4202560 72 0 0 0 901 3 0 0 20 0 20 0 340095421 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060100885480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32580] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32580/stat : 32580 (java) S 32566 32568 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060099831544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32581] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32581/stat : 32581 (java) S 32566 32568 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060098778632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32582] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32582/stat : 32582 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060097727120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32583] ppid=32566 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/32568/task/32583/stat : 32583 (java) S 32566 32568 32179 0 -1 4202560 5697 0 0 0 89 2 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060096674232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32584] ppid=32566 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/32568/task/32584/stat : 32584 (java) S 32566 32568 32179 0 -1 4202560 7157 0 0 0 105 2 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060095621432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32585] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32585/stat : 32585 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060094568824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32586] ppid=32566 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/32568/task/32586/stat : 32586 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 1 1 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060093516232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32589] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32589/stat : 32589 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340095448 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140059082737064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32590] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32590/stat : 32590 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340095448 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140059081684264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 133.09
Current children cumulated vsize (KiB) 2966184

[startup+77.1007 s]
/proc/loadavg: 3.47 3.77 3.41 3/217 32680
/proc/meminfo: memFree=26813204/32873648 swapFree=7116/7116
[pid=32568] ppid=32566 vsize=2966184 CPUtime=133.28 cores=1,3,5,7
/proc/32568/stat : 32568 (java) S 32566 32568 32179 0 -1 4202496 17605 0 1 0 13294 34 0 0 20 0 20 0 340095417 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140733674311120 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32568/statm: 741546 140019 2285 9 0 732240 0
[pid=32568/tid=32570] ppid=32566 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/32568/task/32570/stat : 32570 (java) R 32566 32568 32179 0 -1 4202560 2821 0 1 0 44 2 0 0 20 0 20 0 340095418 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060253926056 140060108527522 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32571] ppid=32566 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/32568/task/32571/stat : 32571 (java) S 32566 32568 32179 0 -1 4202560 30 0 0 0 34 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060238208040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32572] ppid=32566 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/32568/task/32572/stat : 32572 (java) S 32566 32568 32179 0 -1 4202560 30 0 0 0 27 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060237155240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32573] ppid=32566 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/32568/task/32573/stat : 32573 (java) S 32566 32568 32179 0 -1 4202560 31 0 0 0 35 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060236102440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32574] ppid=32566 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/32568/task/32574/stat : 32574 (java) S 32566 32568 32179 0 -1 4202560 31 0 0 0 29 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060235049640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32575] ppid=32566 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/32568/task/32575/stat : 32575 (java) S 32566 32568 32179 0 -1 4202560 30 0 0 0 28 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060233996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32576] ppid=32566 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/32568/task/32576/stat : 32576 (java) S 32566 32568 32179 0 -1 4202560 15 0 0 0 29 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060232944040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32577] ppid=32566 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/32568/task/32577/stat : 32577 (java) S 32566 32568 32179 0 -1 4202560 11 0 0 0 28 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060231891240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32578] ppid=32566 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/32568/task/32578/stat : 32578 (java) S 32566 32568 32179 0 -1 4202560 24 0 0 0 31 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060230838440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32579] ppid=32566 vsize=2966184 CPUtime=9.04 cores=1,3,5,7
/proc/32568/task/32579/stat : 32579 (java) S 32566 32568 32179 0 -1 4202560 72 0 0 0 901 3 0 0 20 0 20 0 340095421 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060100885480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32580] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32580/stat : 32580 (java) S 32566 32568 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060099831544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32581] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32581/stat : 32581 (java) S 32566 32568 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060098778632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32582] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32582/stat : 32582 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060097727120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32583] ppid=32566 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/32568/task/32583/stat : 32583 (java) S 32566 32568 32179 0 -1 4202560 5697 0 0 0 89 2 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060096674232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32584] ppid=32566 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/32568/task/32584/stat : 32584 (java) S 32566 32568 32179 0 -1 4202560 7158 0 0 0 106 2 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060095621432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32585] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32585/stat : 32585 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060094568824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32586] ppid=32566 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/32568/task/32586/stat : 32586 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 1 1 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060093516232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32589] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32589/stat : 32589 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340095448 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140059082737064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32590] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32590/stat : 32590 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340095448 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140059081684264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 133.28
Current children cumulated vsize (KiB) 2966184

[startup+77.2006 s]
/proc/loadavg: 3.47 3.77 3.41 3/217 32680
/proc/meminfo: memFree=26813204/32873648 swapFree=7116/7116
[pid=32568] ppid=32566 vsize=2966184 CPUtime=133.38 cores=1,3,5,7
/proc/32568/stat : 32568 (java) S 32566 32568 32179 0 -1 4202496 17605 0 1 0 13304 34 0 0 20 0 20 0 340095417 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140733674311120 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32568/statm: 741546 140019 2285 9 0 732240 0
[pid=32568/tid=32570] ppid=32566 vsize=2966184 CPUtime=0.56 cores=1,3,5,7
/proc/32568/task/32570/stat : 32570 (java) R 32566 32568 32179 0 -1 4202560 2821 0 1 0 54 2 0 0 20 0 20 0 340095418 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060253926168 140060108527510 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32571] ppid=32566 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/32568/task/32571/stat : 32571 (java) S 32566 32568 32179 0 -1 4202560 30 0 0 0 34 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060238208040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32572] ppid=32566 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/32568/task/32572/stat : 32572 (java) S 32566 32568 32179 0 -1 4202560 30 0 0 0 27 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060237155240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32568/tid=32573] ppid=32566 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/32568/task/32573/stat : 32573 (java) S 32566 32568 32179 0 -1 4202560 31 0 0 0 35 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060236102440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32574] ppid=32566 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/32568/task/32574/stat : 32574 (java) S 32566 32568 32179 0 -1 4202560 31 0 0 0 29 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060235049640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32575] ppid=32566 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/32568/task/32575/stat : 32575 (java) S 32566 32568 32179 0 -1 4202560 30 0 0 0 28 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060233996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32576] ppid=32566 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/32568/task/32576/stat : 32576 (java) S 32566 32568 32179 0 -1 4202560 15 0 0 0 29 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060232944040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32577] ppid=32566 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/32568/task/32577/stat : 32577 (java) S 32566 32568 32179 0 -1 4202560 11 0 0 0 28 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060231891240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32578] ppid=32566 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/32568/task/32578/stat : 32578 (java) S 32566 32568 32179 0 -1 4202560 24 0 0 0 31 0 0 0 20 0 20 0 340095420 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060230838440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32579] ppid=32566 vsize=2966184 CPUtime=9.04 cores=1,3,5,7
/proc/32568/task/32579/stat : 32579 (java) S 32566 32568 32179 0 -1 4202560 72 0 0 0 901 3 0 0 20 0 20 0 340095421 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060100885480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32580] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32580/stat : 32580 (java) S 32566 32568 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060099831544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32581] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32581/stat : 32581 (java) S 32566 32568 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340095421 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060098778632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32582] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32582/stat : 32582 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060097727120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32568/tid=32583] ppid=32566 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/32568/task/32583/stat : 32583 (java) S 32566 32568 32179 0 -1 4202560 5697 0 0 0 89 2 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060096674232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32584] ppid=32566 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/32568/task/32584/stat : 32584 (java) S 32566 32568 32179 0 -1 4202560 7158 0 0 0 107 2 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060095621432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32585] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32585/stat : 32585 (java) S 32566 32568 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060094568824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32568/tid=32586] ppid=32566 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/32568/task/32586/stat : 32586 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 1 1 0 0 20 0 20 0 340095424 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140060093516232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32589] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32589/stat : 32589 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340095448 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140059082737064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32568/tid=32590] ppid=32566 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/32568/task/32590/stat : 32590 (java) S 32566 32568 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340095448 3037372416 140019 33554432000 1073741824 1073778376 140733674319984 140059081684264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 133.38
Current children cumulated vsize (KiB) 2966184

Child status: 30

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

Real time (s): 77.2393
CPU time (s): 133.755
CPU user time (s): 133.302
CPU system time (s): 0.452931
CPU usage (%): 173.169
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.032
system time used= 0.452931
maximum resident set size= 560104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17615
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5887
involuntary context switches= 5771

runsolver used 0.250961 second user time and 0.737887 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 18:08:20
IDJOB=3732356
IDBENCH=2050
IDSOLVER=2324
FILE ID=node123/3732356-1338739699
RUNJOBID= node123-1338737887-32196
PBS_JOBID= 14636768
Free space on /tmp= 71304 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-f51m.b.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732356-1338739699/watcher-3732356-1338739699 -o /tmp/evaluation-result-3732356-1338739699/solver-3732356-1338739699 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732356-1338739699.opb

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

MD5SUM BENCH= 95b567c682e7e3efe2c93879e0e7c89d
RANDOM SEED=1942878496

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27241588 kB
Buffers:         1798992 kB
Cached:          2238208 kB
SwapCached:         2268 kB
Active:          2839756 kB
Inactive:        1901320 kB
Active(anon):     696504 kB
Inactive(anon):     5504 kB
Active(file):    2143252 kB
Inactive(file):  1895816 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:               144 kB
Writeback:             0 kB
AnonPages:        704652 kB
Mapped:            18632 kB
Shmem:                 0 kB
Slab:             750324 kB
SReclaimable:     193924 kB
SUnreclaim:       556400 kB
KernelStack:        1624 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    681984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node123 at 2012-06-03 18:09:37