Trace number 3732147

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-31OPT36 152.732 88.8846

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
MD5SUMb1277fdeb2e21bbaf9784bfe98a40d01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark0.033994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
Optimality of the best value was proved YES
Number of variables432
Total number of constraints1304
Number of constraints which are clauses1280
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 constraint18
Number of terms in the objective function 432
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 432
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 432
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.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.10	c version 2.2.0.v20100531
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		1349517296
0.00/0.10	c Max memory 		1356595200
0.00/0.10	c Total memory 		1356595200
0.00/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3732147-1338739588.opb
0.07/0.13	c reading problem ... 
0.21/0.28	c ... done. Wall clock time 0.146s.
0.21/0.28	c #vars     432
0.21/0.28	c #constraints  1304
0.21/0.28	c constraints type 
0.21/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
0.21/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.21/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
0.21/0.28	c constraints type 
0.21/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 288
0.21/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 992
0.21/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.44/0.33	c And the winner is Resolution
0.69/1.28	c SATISFIABLE
0.69/1.28	c OPTIMIZING...
0.69/1.28	c Got one! Elapsed wall clock time (in seconds):1.15
0.69/1.28	o 54
1.93/1.65	c cleaning 2497 clauses out of 5000 with flag 5001/5001
2.69/1.80	c And the winner is CuttingPlanes
3.19/2.29	c Got one! Elapsed wall clock time (in seconds):2.154
3.19/2.29	o 52
3.25/2.38	c cleaning 4245 clauses out of 8503 with flag 11001/11001
3.56/2.44	c And the winner is Resolution
3.74/3.29	c Got one! Elapsed wall clock time (in seconds):3.156
3.74/3.29	o 50
4.23/3.50	c cleaning 5623 clauses out of 11258 with flag 18001/18001
4.42/3.68	c And the winner is Resolution
4.60/4.29	c Got one! Elapsed wall clock time (in seconds):4.162
4.60/4.29	o 48
4.83/4.47	c cleaning 6814 clauses out of 13634 with flag 26000/26000
5.85/4.92	c cleaning 7903 clauses out of 15820 with flag 35000/35000
6.84/5.40	c cleaning 8947 clauses out of 17918 with flag 45001/45001
7.60/5.90	c cleaning 9481 clauses out of 18970 with flag 55000/55000
7.98/6.09	c And the winner is Resolution
8.19/6.30	c Got one! Elapsed wall clock time (in seconds):6.164
8.19/6.30	o 46
8.87/6.63	c cleaning 9728 clauses out of 19490 with flag 65001/65001
9.89/7.14	c cleaning 9860 clauses out of 19761 with flag 75000/75000
10.86/7.66	c cleaning 9946 clauses out of 19901 with flag 85000/85000
11.82/8.16	c cleaning 9967 clauses out of 19956 with flag 95001/95001
12.79/8.70	c cleaning 9982 clauses out of 19989 with flag 105001/105001
13.97/9.23	c cleaning 9993 clauses out of 20006 with flag 115000/115000
14.94/9.76	c cleaning 9999 clauses out of 20015 with flag 125002/125002
15.91/10.27	c cleaning 9998 clauses out of 20015 with flag 135001/135001
16.87/10.78	c cleaning 9994 clauses out of 20017 with flag 145001/145001
18.00/11.30	c cleaning 9997 clauses out of 20022 with flag 155000/155000
18.97/11.81	c And the winner is CuttingPlanes
19.00/12.36	c Got one! Elapsed wall clock time (in seconds):12.224
19.00/12.36	o 44
19.00/12.39	c cleaning 10010 clauses out of 20026 with flag 165001/165001
20.07/12.93	c cleaning 10000 clauses out of 20016 with flag 175001/175001
21.04/13.48	c cleaning 9998 clauses out of 20016 with flag 185001/185001
22.16/14.00	c cleaning 9998 clauses out of 20018 with flag 195001/195001
23.11/14.53	c cleaning 9998 clauses out of 20019 with flag 205000/205000
24.06/15.01	c And the winner is Resolution
24.12/15.36	c Got one! Elapsed wall clock time (in seconds):15.23
24.12/15.36	o 42
24.20/15.42	c cleaning 10004 clauses out of 20021 with flag 215000/215000
25.14/15.92	c cleaning 9992 clauses out of 20017 with flag 225000/225000
26.06/16.48	c cleaning 10001 clauses out of 20025 with flag 235001/235001
27.19/17.02	c cleaning 10001 clauses out of 20023 with flag 245000/245000
28.14/17.56	c cleaning 9998 clauses out of 20023 with flag 255001/255001
29.28/18.12	c cleaning 10001 clauses out of 20024 with flag 265000/265000
30.20/18.69	c cleaning 10010 clauses out of 20023 with flag 275000/275000
31.33/19.29	c cleaning 9994 clauses out of 20014 with flag 285001/285001
32.28/19.79	c cleaning 9996 clauses out of 20019 with flag 295000/295000
33.41/20.33	c cleaning 10004 clauses out of 20023 with flag 305000/305000
34.56/20.93	c cleaning 9994 clauses out of 20019 with flag 315000/315000
35.48/21.50	c cleaning 9999 clauses out of 20026 with flag 325001/325001
36.43/22.00	c cleaning 9999 clauses out of 20026 with flag 335000/335000
37.55/22.50	c cleaning 10003 clauses out of 20027 with flag 345000/345000
38.45/23.08	c cleaning 10004 clauses out of 20024 with flag 355000/355000
39.59/23.61	c cleaning 9986 clauses out of 20020 with flag 365000/365000
40.52/24.16	c cleaning 10011 clauses out of 20034 with flag 375000/375000
41.65/24.71	c cleaning 9994 clauses out of 20025 with flag 385002/385002
42.56/25.30	c cleaning 10009 clauses out of 20029 with flag 395000/395000
43.68/25.85	c cleaning 9997 clauses out of 20021 with flag 405001/405001
44.82/26.40	c cleaning 10003 clauses out of 20024 with flag 415001/415001
45.74/26.97	c cleaning 9996 clauses out of 20022 with flag 425002/425002
46.83/27.57	c cleaning 10004 clauses out of 20024 with flag 435000/435000
47.93/28.11	c cleaning 9992 clauses out of 20020 with flag 445000/445000
48.87/28.65	c cleaning 10003 clauses out of 20028 with flag 455000/455000
49.77/29.19	c cleaning 10003 clauses out of 20027 with flag 465002/465002
51.07/29.81	c cleaning 10000 clauses out of 20022 with flag 475000/475000
51.98/30.40	c cleaning 10004 clauses out of 20021 with flag 485000/485000
53.12/30.97	c cleaning 9993 clauses out of 20017 with flag 495000/495000
54.22/31.57	c cleaning 9997 clauses out of 20025 with flag 505001/505001
55.49/32.23	c cleaning 10001 clauses out of 20028 with flag 515001/515001
56.62/32.81	c cleaning 10005 clauses out of 20027 with flag 525001/525001
57.54/33.38	c cleaning 10003 clauses out of 20023 with flag 535002/535002
58.66/33.98	c cleaning 9993 clauses out of 20020 with flag 545002/545002
59.91/34.68	c cleaning 9998 clauses out of 20025 with flag 555000/555000
61.04/35.28	c cleaning 10002 clauses out of 20027 with flag 565000/565000
62.14/35.88	c cleaning 10005 clauses out of 20026 with flag 575001/575001
63.44/36.53	c cleaning 9993 clauses out of 20020 with flag 585000/585000
64.70/37.21	c cleaning 10003 clauses out of 20027 with flag 595000/595000
65.81/37.83	c cleaning 10007 clauses out of 20026 with flag 605002/605002
66.93/38.47	c cleaning 10003 clauses out of 20017 with flag 615000/615000
68.04/39.08	c cleaning 9990 clauses out of 20015 with flag 625001/625001
69.31/39.75	c cleaning 10000 clauses out of 20024 with flag 635000/635000
70.39/40.35	c cleaning 9997 clauses out of 20024 with flag 645000/645000
71.49/40.94	c cleaning 9997 clauses out of 20027 with flag 655000/655000
72.59/41.50	c cleaning 9996 clauses out of 20030 with flag 665000/665000
73.65/42.12	c cleaning 10007 clauses out of 20034 with flag 675000/675000
74.74/42.70	c cleaning 9996 clauses out of 20027 with flag 685000/685000
75.65/43.28	c cleaning 10001 clauses out of 20031 with flag 695000/695000
76.75/43.87	c cleaning 10010 clauses out of 20030 with flag 705000/705000
77.98/44.51	c cleaning 9996 clauses out of 20020 with flag 715000/715000
79.09/45.11	c cleaning 10008 clauses out of 20024 with flag 725000/725000
79.96/45.68	c cleaning 9999 clauses out of 20016 with flag 735000/735000
81.08/46.27	c cleaning 9997 clauses out of 20017 with flag 745000/745000
82.30/46.94	c cleaning 9994 clauses out of 20021 with flag 755001/755001
83.39/47.52	c cleaning 9998 clauses out of 20026 with flag 765000/765000
84.49/48.12	c cleaning 10005 clauses out of 20029 with flag 775001/775001
85.59/48.77	c cleaning 9997 clauses out of 20023 with flag 785000/785000
86.81/49.46	c cleaning 9998 clauses out of 20026 with flag 795000/795000
87.89/50.08	c cleaning 10003 clauses out of 20028 with flag 805000/805000
89.00/50.69	c cleaning 10004 clauses out of 20025 with flag 815000/815000
90.28/51.30	c cleaning 9997 clauses out of 20021 with flag 825000/825000
91.51/52.00	c cleaning 9995 clauses out of 20025 with flag 835001/835001
92.60/52.66	c cleaning 9994 clauses out of 20029 with flag 845000/845000
93.89/53.31	c cleaning 10003 clauses out of 20035 with flag 855000/855000
94.78/53.89	c cleaning 9997 clauses out of 20032 with flag 865000/865000
96.01/54.57	c cleaning 10006 clauses out of 20035 with flag 875000/875000
96.50/54.89	c And the winner is Resolution
96.77/55.80	c Got one! Elapsed wall clock time (in seconds):55.666
96.77/55.80	o 40
96.77/55.80	c And the winner is Resolution
96.79/56.80	c Got one! Elapsed wall clock time (in seconds):56.669
96.79/56.80	o 36
97.18/57.06	c cleaning 10007 clauses out of 20029 with flag 885000/885000
98.46/57.73	c cleaning 10001 clauses out of 20022 with flag 895000/895000
99.56/58.32	c cleaning 9999 clauses out of 20021 with flag 905000/905000
100.57/58.93	c cleaning 10002 clauses out of 20022 with flag 915000/915000
101.48/59.50	c cleaning 9996 clauses out of 20020 with flag 925000/925000
102.54/60.09	c cleaning 9997 clauses out of 20024 with flag 935000/935000
103.63/60.69	c cleaning 10008 clauses out of 20028 with flag 945001/945001
104.83/61.34	c cleaning 9999 clauses out of 20019 with flag 955000/955000
105.91/61.90	c cleaning 9998 clauses out of 20021 with flag 965001/965001
106.79/62.47	c cleaning 10003 clauses out of 20022 with flag 975000/975000
108.07/63.11	c cleaning 9994 clauses out of 20019 with flag 985000/985000
109.29/63.81	c cleaning 10005 clauses out of 20025 with flag 995000/995000
110.35/64.44	c cleaning 9998 clauses out of 20020 with flag 1005000/1005000
111.43/65.08	c cleaning 9996 clauses out of 20023 with flag 1015001/1015001
112.49/65.68	c cleaning 10000 clauses out of 20026 with flag 1025000/1025000
113.90/66.40	c cleaning 9999 clauses out of 20026 with flag 1035000/1035000
114.77/66.99	c cleaning 9998 clauses out of 20027 with flag 1045000/1045000
116.04/67.60	c cleaning 10010 clauses out of 20031 with flag 1055002/1055002
117.12/68.26	c cleaning 10008 clauses out of 20019 with flag 1065000/1065000
118.32/68.97	c cleaning 9990 clauses out of 20011 with flag 1075000/1075000
119.40/69.58	c cleaning 10000 clauses out of 20021 with flag 1085000/1085000
120.47/70.19	c cleaning 9997 clauses out of 20021 with flag 1095000/1095000
121.73/70.83	c cleaning 10005 clauses out of 20026 with flag 1105002/1105002
122.94/71.55	c cleaning 9997 clauses out of 20019 with flag 1115000/1115000
124.20/72.20	c cleaning 9993 clauses out of 20022 with flag 1125000/1125000
125.27/72.87	c cleaning 10002 clauses out of 20030 with flag 1135001/1135001
126.53/73.51	c cleaning 10005 clauses out of 20029 with flag 1145002/1145002
127.71/74.24	c cleaning 9999 clauses out of 20022 with flag 1155000/1155000
128.79/74.90	c cleaning 9995 clauses out of 20023 with flag 1165000/1165000
130.05/75.55	c cleaning 10006 clauses out of 20028 with flag 1175000/1175000
131.31/76.21	c cleaning 9989 clauses out of 20022 with flag 1185000/1185000
132.48/76.99	c cleaning 9996 clauses out of 20035 with flag 1195002/1195002
133.55/77.59	c cleaning 10007 clauses out of 20037 with flag 1205000/1205000
134.84/78.21	c cleaning 9998 clauses out of 20030 with flag 1215000/1215000
135.88/78.83	c cleaning 10004 clauses out of 20032 with flag 1225000/1225000
137.07/79.55	c cleaning 10003 clauses out of 20029 with flag 1235001/1235001
138.32/80.21	c cleaning 10001 clauses out of 20025 with flag 1245000/1245000
139.38/80.87	c cleaning 10003 clauses out of 20026 with flag 1255002/1255002
140.65/81.52	c cleaning 9996 clauses out of 20021 with flag 1265000/1265000
141.82/82.28	c cleaning 10004 clauses out of 20025 with flag 1275000/1275000
143.08/82.91	c cleaning 10003 clauses out of 20021 with flag 1285000/1285000
144.14/83.54	c cleaning 10000 clauses out of 20018 with flag 1295000/1295000
145.20/84.19	c cleaning 9991 clauses out of 20018 with flag 1305000/1305000
146.59/84.95	c cleaning 10000 clauses out of 20027 with flag 1315000/1315000
147.66/85.60	c cleaning 9997 clauses out of 20027 with flag 1325000/1325000
148.92/86.23	c cleaning 10010 clauses out of 20030 with flag 1335000/1335000
149.98/86.89	c cleaning 9995 clauses out of 20021 with flag 1345001/1345001
151.35/87.64	c cleaning 10004 clauses out of 20026 with flag 1355001/1355001
151.80/87.91	c And the winner is CuttingPlanes
152.51/88.87	c starts		: 24
152.51/88.87	c conflicts		: 4815
152.51/88.87	c decisions		: 27979
152.51/88.87	c propagations		: 228705
152.51/88.87	c inspects		: 37930595
152.51/88.87	c learnt literals	: 0
152.51/88.87	c learnt binary clauses	: 0
152.51/88.87	c learnt ternary clauses	: 12
152.51/88.87	c learnt clauses	: 4814
152.51/88.87	c ignored clauses	: 0
152.51/88.87	c root simplifications	: 0
152.51/88.87	c removed literals (reason simplification)	: 0
152.51/88.87	c reason swapping (by a shorter reason)	: 0
152.51/88.87	c Calls to reduceDB	: 0
152.51/88.87	c number of reductions to clauses (during analyze)	: 0
152.51/88.87	c number of learned constraints concerned by reduction	: 0
152.51/88.87	c number of learning phase by resolution	: 0
152.51/88.87	c number of learning phase by cutting planes	: 0
152.51/88.87	c speed (assignments/second)	: 7131.431244153414
152.51/88.87	c non guided choices	0
152.51/88.87	c learnt constraints type 
152.51/88.87	c constraints type 
152.51/88.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
152.51/88.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
152.51/88.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
152.51/88.87	c constraints type 
152.51/88.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 288
152.51/88.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 992
152.51/88.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
152.51/88.87	s OPTIMUM FOUND
152.51/88.87	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 
152.51/88.87	c objective function=36
152.51/88.87	c Total wall clock time (in seconds): 88.742

Verifier Data

OK	36

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3732147-1338739588/watcher-3732147-1338739588 -o /tmp/evaluation-result-3732147-1338739588/solver-3732147-1338739588 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732147-1338739588.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: 0.29 0.29 0.61 2/175 9532
/proc/meminfo: memFree=26593824/32873844 swapFree=7628/7628
[pid=9532] ppid=9528 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/9532/stat : 9532 (java6) D 9528 9532 9489 0 -1 4202496 95 0 0 0 0 0 0 0 20 0 1 0 340083655 2560000 47 33554432000 1073741824 1073778376 140735033966064 140735033963192 223642479911 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/9532/statm: 625 47 37 9 0 29 0

[startup+0.106301 s]
/proc/loadavg: 0.29 0.29 0.61 2/175 9532
/proc/meminfo: memFree=26593824/32873844 swapFree=7628/7628
[pid=9532] ppid=9528 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9528 9532 9489 0 -1 4202496 3954 0 1 0 6 1 0 0 20 0 18 0 340083655 2764726272 5161 33554432000 1073741824 1073778376 140736334943056 140736334934192 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9532/statm: 674982 5161 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.200243 s]
/proc/loadavg: 0.29 0.29 0.61 2/175 9532
/proc/meminfo: memFree=26593824/32873844 swapFree=7628/7628
[pid=9532] ppid=9528 vsize=2699928 CPUtime=0.21 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9528 9532 9489 0 -1 4202496 5070 0 1 0 20 1 0 0 20 0 18 0 340083655 2764726272 6722 33554432000 1073741824 1073778376 140736334943056 140736334934192 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9532/statm: 674982 6722 2183 9 0 665676 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 2699928

[startup+0.300206 s]
/proc/loadavg: 0.29 0.29 0.61 2/175 9532
/proc/meminfo: memFree=26593824/32873844 swapFree=7628/7628
[pid=9532] ppid=9528 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9528 9532 9489 0 -1 4202496 5704 0 1 0 42 2 0 0 20 0 22 0 340083655 3037372416 8703 33554432000 1073741824 1073778376 140736334943056 140736334934192 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9532/statm: 741546 8703 2226 9 0 732240 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2966184

[startup+0.70021 s]
/proc/loadavg: 0.29 0.29 0.61 2/175 9532
/proc/meminfo: memFree=26593824/32873844 swapFree=7628/7628
[pid=9532] ppid=9528 vsize=2966184 CPUtime=0.69 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9528 9532 9489 0 -1 4202496 8311 0 1 0 65 4 0 0 20 0 20 0 340083655 3037372416 10452 33554432000 1073741824 1073778376 140736334943056 140736334934192 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9532/statm: 741546 10452 2240 9 0 732240 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2966184

[startup+1.50072 s]
/proc/loadavg: 0.29 0.29 0.61 6/217 9576
/proc/meminfo: memFree=26378684/32873844 swapFree=7628/7628
[pid=9532] ppid=9528 vsize=2966184 CPUtime=1.53 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9528 9532 9489 0 -1 4202496 10112 0 1 0 148 5 0 0 20 0 22 0 340083655 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 140736334934192 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9532/statm: 741546 17494 2242 9 0 732240 0
[pid=9532/tid=9536] ppid=9528 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/9532/task/9536/stat : 9536 (java) S 9528 9532 9489 0 -1 4202560 2854 0 1 0 23 2 0 0 20 0 22 0 340083656 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139761121277080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9537] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9537/stat : 9537 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083658 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760987269672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9539] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9539/stat : 9539 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083658 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760986216872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9540] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9540/stat : 9540 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083658 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760985164072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9543] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9543/stat : 9543 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083658 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760984111272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9545] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9545/stat : 9545 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083658 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760983059496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9546] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9546/stat : 9546 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083658 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760982006696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9548] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9548/stat : 9548 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083658 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760980953896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9551] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9551/stat : 9551 (java) S 9528 9532 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340083658 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760979901096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9553] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9553/stat : 9553 (java) S 9528 9532 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340083659 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760967703016 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9555] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9555/stat : 9555 (java) S 9528 9532 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340083660 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760966649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9556] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9556/stat : 9556 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340083660 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760965596168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9559] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9559/stat : 9559 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083663 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760964544656 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9562] ppid=9528 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/9532/task/9562/stat : 9562 (java) R 9528 9532 9489 0 -1 4202560 2074 0 0 0 35 0 0 0 20 0 22 0 340083663 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760963480032 139761124151536 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9563] ppid=9528 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/9532/task/9563/stat : 9563 (java) R 9528 9532 9489 0 -1 4202560 3869 0 0 0 36 0 0 0 20 0 22 0 340083663 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760962439992 139761127233766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9565] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9565/stat : 9565 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083663 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760961387384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9568] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9568/stat : 9568 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083663 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760960334792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9571] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9571/stat : 9571 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340083685 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760957174696 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9572] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9572/stat : 9572 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340083685 3037372416 17494 33554432000 1073741824 1073778376 140736334943056 139760956121896 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 2966184

[startup+3.10073 s]
/proc/loadavg: 0.29 0.29 0.61 3/215 9578
/proc/meminfo: memFree=26229632/32873844 swapFree=7628/7628
[pid=9532] ppid=9528 vsize=2966184 CPUtime=3.74 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9528 9532 9489 0 -1 4202496 20096 0 1 0 362 12 0 0 20 0 20 0 340083655 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 140736334934192 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9532/statm: 741546 45287 2276 9 0 732240 0
[pid=9532/tid=9536] ppid=9528 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/9532/task/9536/stat : 9536 (java) S 9528 9532 9489 0 -1 4202560 2854 0 1 0 23 2 0 0 20 0 20 0 340083656 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139761121277080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9537] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9537/stat : 9537 (java) S 9528 9532 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340083658 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760987269672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9539] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9539/stat : 9539 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083658 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760986216872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9540] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9540/stat : 9540 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083658 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760985164072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9543] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9543/stat : 9543 (java) S 9528 9532 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340083658 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760984111272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9545] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9545/stat : 9545 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340083658 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760983059496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9546] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9546/stat : 9546 (java) S 9528 9532 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340083658 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760982006696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9548] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9548/stat : 9548 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083658 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760980953896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9551] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9551/stat : 9551 (java) S 9528 9532 9489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 340083658 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760979901096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9553] ppid=9528 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/9532/task/9553/stat : 9553 (java) S 9528 9532 9489 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 20 0 340083659 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760967703016 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9555] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9555/stat : 9555 (java) S 9528 9532 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340083660 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760966649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9556] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9556/stat : 9556 (java) S 9528 9532 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340083660 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760965596168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9559] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9559/stat : 9559 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083663 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760964544656 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9562] ppid=9528 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/9532/task/9562/stat : 9562 (java) S 9528 9532 9489 0 -1 4202560 8944 0 0 0 114 2 0 0 20 0 20 0 340083663 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760963492792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9563] ppid=9528 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/9532/task/9563/stat : 9563 (java) S 9528 9532 9489 0 -1 4202560 6879 0 0 0 86 0 0 0 20 0 20 0 340083663 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760962439992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9565] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9565/stat : 9565 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083663 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760961387384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9568] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9568/stat : 9568 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083663 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760960334792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9571] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9571/stat : 9571 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340083685 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760957174696 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9572] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9572/stat : 9572 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340083685 3037372416 45287 33554432000 1073741824 1073778376 140736334943056 139760956121896 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 2966184

############
# WARNING:
# current cumulated CPU time (8.19 s) is less than in the last sample (8.19 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (9.53674e-07 s) to the 'lost time'.

[startup+6.10093 s]
/proc/loadavg: 0.58 0.35 0.63 6/219 9590
/proc/meminfo: memFree=25890648/32873844 swapFree=7628/7628
[pid=9532] ppid=9528 vsize=2966184 CPUtime=8.19 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9528 9532 9489 0 -1 4202496 20214 0 1 0 801 18 0 0 20 0 21 0 340083655 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 140736334934192 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9532/statm: 741546 75522 2276 9 0 732240 0
[pid=9532/tid=9536] ppid=9528 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/9532/task/9536/stat : 9536 (java) S 9528 9532 9489 0 -1 4202560 2855 0 1 0 23 2 0 0 20 0 21 0 340083656 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139761121277080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9537] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9537/stat : 9537 (java) S 9528 9532 9489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 21 0 340083658 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760987269672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9539] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9539/stat : 9539 (java) S 9528 9532 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 340083658 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760986216872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9540] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9540/stat : 9540 (java) S 9528 9532 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340083658 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760985164072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9543] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9543/stat : 9543 (java) S 9528 9532 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340083658 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760984111272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9545] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9545/stat : 9545 (java) S 9528 9532 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 21 0 340083658 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760983059496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9546] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9546/stat : 9546 (java) S 9528 9532 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340083658 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760982006696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9548] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9548/stat : 9548 (java) S 9528 9532 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 21 0 340083658 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760980953896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9551] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9551/stat : 9551 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340083658 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760979901096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9553] ppid=9528 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/9532/task/9553/stat : 9553 (java) S 9528 9532 9489 0 -1 4202560 34 0 0 0 16 0 0 0 20 0 21 0 340083659 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760967703016 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9555] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9555/stat : 9555 (java) S 9528 9532 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340083660 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760966649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9556] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9556/stat : 9556 (java) S 9528 9532 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340083660 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760965596168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9559] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9559/stat : 9559 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340083663 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760964544656 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9562] ppid=9528 vsize=2966184 CPUtime=1.28 cores=1,3,5,7
/proc/9532/task/9562/stat : 9562 (java) S 9528 9532 9489 0 -1 4202560 8955 0 0 0 126 2 0 0 20 0 21 0 340083663 3037372416 75522 33554432000 1073741824 1073778376 140736334943056 139760963492792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9563] ppid=9528 vsize=2966184 CPUtime=0.92 cores=1,3,5,7

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

[pid=9532/tid=9559] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9559/stat : 9559 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083663 3037372416 104408 33554432000 1073741824 1073778376 140736334943056 139760964544656 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9562] ppid=9528 vsize=2966184 CPUtime=1.45 cores=1,3,5,7
/proc/9532/task/9562/stat : 9562 (java) S 9528 9532 9489 0 -1 4202560 8971 0 0 0 143 2 0 0 20 0 22 0 340083663 3037372416 104408 33554432000 1073741824 1073778376 140736334943056 139760963492792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9563] ppid=9528 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/9532/task/9563/stat : 9563 (java) S 9528 9532 9489 0 -1 4202560 6899 0 0 0 105 0 0 0 20 0 22 0 340083663 3037372416 104408 33554432000 1073741824 1073778376 140736334943056 139760962439992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9565] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9565/stat : 9565 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340083663 3037372416 104408 33554432000 1073741824 1073778376 140736334943056 139760961387384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9568] ppid=9528 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/9532/task/9568/stat : 9568 (java) S 9528 9532 9489 0 -1 4202560 5 0 0 0 2 2 0 0 20 0 22 0 340083663 3037372416 104408 33554432000 1073741824 1073778376 140736334943056 139760960334792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9571] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9571/stat : 9571 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340083685 3037372416 104408 33554432000 1073741824 1073778376 140736334943056 139760957174696 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9572] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9572/stat : 9572 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340083685 3037372416 104408 33554432000 1073741824 1073778376 140736334943056 139760956121896 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9797] ppid=9528 vsize=2966184 CPUtime=21.78 cores=1,3,5,7
/proc/9532/task/9797/stat : 9797 (java) S 9528 9532 9489 0 -1 4202560 37 0 0 0 2178 0 0 0 20 0 22 0 340089335 3037372416 104408 33554432000 1073741824 1073778376 140736334943056 139760958227496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9798] ppid=9528 vsize=2966184 CPUtime=21.81 cores=1,3,5,7
/proc/9532/task/9798/stat : 9798 (java) S 9528 9532 9489 0 -1 4202560 9 0 0 0 2181 0 0 0 20 0 22 0 340089335 3037372416 104408 33554432000 1073741824 1073778376 140736334943056 139760959278344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 149.19
Current children cumulated vsize (KiB) 2966184

[startup+88.0009 s]
/proc/loadavg: 2.91 1.12 0.87 3/217 9800
/proc/meminfo: memFree=25598528/32873844 swapFree=7628/7628
[pid=9532] ppid=9528 vsize=2966184 CPUtime=151.83 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9528 9532 9489 0 -1 4202496 20663 0 1 0 15146 37 0 0 20 0 20 0 340083655 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 140736334934192 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9532/statm: 741546 104924 2278 9 0 732240 0
[pid=9532/tid=9536] ppid=9528 vsize=2966184 CPUtime=0.26 cores=1,3,5,7
/proc/9532/task/9536/stat : 9536 (java) S 9528 9532 9489 0 -1 4202560 2870 0 1 0 24 2 0 0 20 0 20 0 340083656 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139761121277080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9537] ppid=9528 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/9532/task/9537/stat : 9537 (java) S 9528 9532 9489 0 -1 4202560 25 0 0 0 41 0 0 0 20 0 20 0 340083658 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760987269672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9539] ppid=9528 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/9532/task/9539/stat : 9539 (java) S 9528 9532 9489 0 -1 4202560 36 0 0 0 49 0 0 0 20 0 20 0 340083658 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760986216872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9540] ppid=9528 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/9532/task/9540/stat : 9540 (java) S 9528 9532 9489 0 -1 4202560 35 0 0 0 48 0 0 0 20 0 20 0 340083658 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760985164072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9543] ppid=9528 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/9532/task/9543/stat : 9543 (java) S 9528 9532 9489 0 -1 4202560 31 0 0 0 43 0 0 0 20 0 20 0 340083658 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760984111272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9545] ppid=9528 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/9532/task/9545/stat : 9545 (java) S 9528 9532 9489 0 -1 4202560 29 0 0 0 49 0 0 0 20 0 20 0 340083658 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760983059496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9546] ppid=9528 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/9532/task/9546/stat : 9546 (java) S 9528 9532 9489 0 -1 4202560 32 0 0 0 42 0 0 0 20 0 20 0 340083658 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760982006696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9548] ppid=9528 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/9532/task/9548/stat : 9548 (java) S 9528 9532 9489 0 -1 4202560 34 0 0 0 46 0 0 0 20 0 20 0 340083658 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760980953896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9551] ppid=9528 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/9532/task/9551/stat : 9551 (java) S 9528 9532 9489 0 -1 4202560 29 0 0 0 45 0 0 0 20 0 20 0 340083658 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760979901096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9553] ppid=9528 vsize=2966184 CPUtime=15.73 cores=1,3,5,7
/proc/9532/task/9553/stat : 9553 (java) S 9528 9532 9489 0 -1 4202560 82 0 0 0 1570 3 0 0 20 0 20 0 340083659 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760967703016 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9555] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9555/stat : 9555 (java) S 9528 9532 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340083660 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760966649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9556] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9556/stat : 9556 (java) S 9528 9532 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340083660 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760965596168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9559] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9559/stat : 9559 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083663 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760964544656 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9562] ppid=9528 vsize=2966184 CPUtime=1.45 cores=1,3,5,7
/proc/9532/task/9562/stat : 9562 (java) S 9528 9532 9489 0 -1 4202560 8971 0 0 0 143 2 0 0 20 0 20 0 340083663 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760963492792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9563] ppid=9528 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/9532/task/9563/stat : 9563 (java) S 9528 9532 9489 0 -1 4202560 6899 0 0 0 105 0 0 0 20 0 20 0 340083663 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760962439992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9565] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9565/stat : 9565 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083663 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760961387384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9568] ppid=9528 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/9532/task/9568/stat : 9568 (java) S 9528 9532 9489 0 -1 4202560 5 0 0 0 2 2 0 0 20 0 20 0 340083663 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760960334792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9571] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9571/stat : 9571 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340083685 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760957174696 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9572] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9572/stat : 9572 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340083685 3037372416 104924 33554432000 1073741824 1073778376 140736334943056 139760956121896 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 151.83
Current children cumulated vsize (KiB) 2966184

[startup+88.4007 s]
/proc/loadavg: 2.91 1.12 0.87 3/217 9800
/proc/meminfo: memFree=25598528/32873844 swapFree=7628/7628
[pid=9532] ppid=9528 vsize=2966184 CPUtime=152.1 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9528 9532 9489 0 -1 4202496 20666 0 1 0 15173 37 0 0 20 0 20 0 340083655 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 140736334934192 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9532/statm: 741546 104926 2278 9 0 732240 0
[pid=9532/tid=9536] ppid=9528 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/9532/task/9536/stat : 9536 (java) R 9528 9532 9489 0 -1 4202560 2870 0 1 0 50 2 0 0 20 0 20 0 340083656 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139761121276584 139761061234594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9537] ppid=9528 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/9532/task/9537/stat : 9537 (java) S 9528 9532 9489 0 -1 4202560 25 0 0 0 41 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760987269672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9539] ppid=9528 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/9532/task/9539/stat : 9539 (java) S 9528 9532 9489 0 -1 4202560 36 0 0 0 49 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760986216872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9540] ppid=9528 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/9532/task/9540/stat : 9540 (java) S 9528 9532 9489 0 -1 4202560 35 0 0 0 48 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760985164072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9543] ppid=9528 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/9532/task/9543/stat : 9543 (java) S 9528 9532 9489 0 -1 4202560 31 0 0 0 43 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760984111272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9545] ppid=9528 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/9532/task/9545/stat : 9545 (java) S 9528 9532 9489 0 -1 4202560 29 0 0 0 49 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760983059496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9546] ppid=9528 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/9532/task/9546/stat : 9546 (java) S 9528 9532 9489 0 -1 4202560 32 0 0 0 42 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760982006696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9548] ppid=9528 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/9532/task/9548/stat : 9548 (java) S 9528 9532 9489 0 -1 4202560 34 0 0 0 46 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760980953896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9551] ppid=9528 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/9532/task/9551/stat : 9551 (java) S 9528 9532 9489 0 -1 4202560 29 0 0 0 45 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760979901096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9553] ppid=9528 vsize=2966184 CPUtime=15.73 cores=1,3,5,7
/proc/9532/task/9553/stat : 9553 (java) S 9528 9532 9489 0 -1 4202560 82 0 0 0 1570 3 0 0 20 0 20 0 340083659 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760967703016 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9555] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9555/stat : 9555 (java) S 9528 9532 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340083660 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760966649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9556] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9556/stat : 9556 (java) S 9528 9532 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340083660 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760965596168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9559] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9559/stat : 9559 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083663 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760964544656 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9562] ppid=9528 vsize=2966184 CPUtime=1.45 cores=1,3,5,7
/proc/9532/task/9562/stat : 9562 (java) S 9528 9532 9489 0 -1 4202560 8972 0 0 0 143 2 0 0 20 0 20 0 340083663 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760963492792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9563] ppid=9528 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/9532/task/9563/stat : 9563 (java) S 9528 9532 9489 0 -1 4202560 6901 0 0 0 107 0 0 0 20 0 20 0 340083663 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760962439992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9565] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9565/stat : 9565 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083663 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760961387384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9568] ppid=9528 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/9532/task/9568/stat : 9568 (java) S 9528 9532 9489 0 -1 4202560 5 0 0 0 2 2 0 0 20 0 20 0 340083663 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760960334792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9571] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9571/stat : 9571 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340083685 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760957174696 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9572] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9572/stat : 9572 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340083685 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760956121896 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 152.1
Current children cumulated vsize (KiB) 2966184

[startup+88.8007 s]
/proc/loadavg: 2.91 1.12 0.87 3/217 9800
/proc/meminfo: memFree=25598528/32873844 swapFree=7628/7628
[pid=9532] ppid=9528 vsize=2966184 CPUtime=152.51 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9528 9532 9489 0 -1 4202496 20666 0 1 0 15214 37 0 0 20 0 20 0 340083655 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 140736334934192 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9532/statm: 741546 104926 2278 9 0 732240 0
[pid=9532/tid=9536] ppid=9528 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/9532/task/9536/stat : 9536 (java) R 9528 9532 9489 0 -1 4202560 2870 0 1 0 89 2 0 0 20 0 20 0 340083656 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139761121276696 139761061234576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9537] ppid=9528 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/9532/task/9537/stat : 9537 (java) S 9528 9532 9489 0 -1 4202560 25 0 0 0 41 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760987269672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9539] ppid=9528 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/9532/task/9539/stat : 9539 (java) S 9528 9532 9489 0 -1 4202560 36 0 0 0 49 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760986216872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9540] ppid=9528 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/9532/task/9540/stat : 9540 (java) S 9528 9532 9489 0 -1 4202560 35 0 0 0 48 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760985164072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9543] ppid=9528 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/9532/task/9543/stat : 9543 (java) S 9528 9532 9489 0 -1 4202560 31 0 0 0 43 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760984111272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9545] ppid=9528 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/9532/task/9545/stat : 9545 (java) S 9528 9532 9489 0 -1 4202560 29 0 0 0 49 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760983059496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9546] ppid=9528 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/9532/task/9546/stat : 9546 (java) S 9528 9532 9489 0 -1 4202560 32 0 0 0 42 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760982006696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9548] ppid=9528 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/9532/task/9548/stat : 9548 (java) S 9528 9532 9489 0 -1 4202560 34 0 0 0 46 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760980953896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9551] ppid=9528 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/9532/task/9551/stat : 9551 (java) S 9528 9532 9489 0 -1 4202560 29 0 0 0 45 0 0 0 20 0 20 0 340083658 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760979901096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9553] ppid=9528 vsize=2966184 CPUtime=15.73 cores=1,3,5,7
/proc/9532/task/9553/stat : 9553 (java) S 9528 9532 9489 0 -1 4202560 82 0 0 0 1570 3 0 0 20 0 20 0 340083659 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760967703016 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9555] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9555/stat : 9555 (java) S 9528 9532 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340083660 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760966649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9556] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9556/stat : 9556 (java) S 9528 9532 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340083660 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760965596168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9559] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9559/stat : 9559 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083663 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760964544656 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9532/tid=9562] ppid=9528 vsize=2966184 CPUtime=1.45 cores=1,3,5,7
/proc/9532/task/9562/stat : 9562 (java) S 9528 9532 9489 0 -1 4202560 8972 0 0 0 143 2 0 0 20 0 20 0 340083663 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760963492792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9563] ppid=9528 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/9532/task/9563/stat : 9563 (java) S 9528 9532 9489 0 -1 4202560 6901 0 0 0 107 0 0 0 20 0 20 0 340083663 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760962439992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9532/tid=9565] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9565/stat : 9565 (java) S 9528 9532 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340083663 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760961387384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9568] ppid=9528 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/9532/task/9568/stat : 9568 (java) S 9528 9532 9489 0 -1 4202560 5 0 0 0 2 2 0 0 20 0 20 0 340083663 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760960334792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9532/tid=9571] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9571/stat : 9571 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340083685 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760957174696 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9532/tid=9572] ppid=9528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9532/task/9572/stat : 9572 (java) S 9528 9532 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340083685 3037372416 104926 33554432000 1073741824 1073778376 140736334943056 139760956121896 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 152.51
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): 9.53674e-07
#  lost CPU user time (s): 0.0100002
#  lost CPU system time (s): -0.00999999

Real time (s): 88.8846
CPU time (s): 152.732
CPU user time (s): 152.288
CPU system time (s): 0.44393
CPU usage (%): 171.831
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.278
system time used= 0.45393
maximum resident set size= 421760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20672
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= 6443
involuntary context switches= 8837

runsolver used 0.39394 second user time and 1.02284 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 18:06:28
IDJOB=3732147
IDBENCH=2031
IDSOLVER=2324
FILE ID=node144/3732147-1338739588
RUNJOBID= node144-1338739588-9506
PBS_JOBID= 14636773
Free space on /tmp= 70836 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/routing/normalized-s4-4-3-8pb.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732147-1338739588/watcher-3732147-1338739588 -o /tmp/evaluation-result-3732147-1338739588/solver-3732147-1338739588 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732147-1338739588.opb

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

MD5SUM BENCH= b1277fdeb2e21bbaf9784bfe98a40d01
RANDOM SEED=822069676

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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		: 2666.196
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:       32873844 kB
MemFree:        26594724 kB
Buffers:         1716700 kB
Cached:          3659756 kB
SwapCached:          464 kB
Active:          3508244 kB
Inactive:        1889984 kB
Active(anon):       2464 kB
Inactive(anon):    11168 kB
Active(file):    3505780 kB
Inactive(file):  1878816 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:         17864 kB
Mapped:            13328 kB
Shmem:               172 kB
Slab:             741012 kB
SReclaimable:     181952 kB
SUnreclaim:       559060 kB
KernelStack:        1360 kB
PageTables:         3308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 18:07:57