Trace number 3453750

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT3 333.455 177.095

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=127-P1=293-P2=269-P3=7-P4=157-B.opb
MD5SUM5afebeda0ba6ac0761acdbdcd52ef74a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.085986
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Quality of the solution as a function of time


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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3453750-1307194168.opb
0.09/0.12	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.076s.
0.09/0.19	c #vars     432
0.09/0.19	c #constraints  661
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
0.09/0.19	c constraints type 
0.09/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.09/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
2.98/0.96	c cleaning 2500 clauses out of 5005 with flag 5005/5005
4.79/1.60	c cleaning 4251 clauses out of 8501 with flag 11001/11001
6.59/2.50	c cleaning 5625 clauses out of 11249 with flag 18000/18000
7.99/3.27	c cleaning 6805 clauses out of 13624 with flag 26000/26000
9.56/4.06	c cleaning 7907 clauses out of 15819 with flag 35000/35000
11.49/4.96	c cleaning 8953 clauses out of 17913 with flag 45001/45001
13.27/5.85	c cleaning 9479 clauses out of 18959 with flag 55000/55000
15.25/6.86	c cleaning 9735 clauses out of 19480 with flag 65000/65000
16.83/7.71	c cleaning 9873 clauses out of 19745 with flag 75000/75000
19.19/8.88	c cleaning 9931 clauses out of 19872 with flag 85000/85000
20.71/9.64	c cleaning 9963 clauses out of 19942 with flag 95001/95001
22.46/10.52	c cleaning 9983 clauses out of 19979 with flag 105001/105001
23.80/11.29	c cleaning 9994 clauses out of 19995 with flag 115000/115000
25.76/12.27	c cleaning 9991 clauses out of 20001 with flag 125000/125000
26.11/12.46	c  And the winner is Resolution
26.24/12.83	c SATISFIABLE
26.24/12.83	c OPTIMIZING...
26.24/12.83	c Got one! Elapsed wall clock time (in seconds):12.706
26.24/12.83	o 57
26.58/13.02	c cleaning 7925 clauses out of 15867 with flag 3000/130857
27.32/13.47	c cleaning 6964 clauses out of 13942 with flag 9000/136857
28.45/14.08	c cleaning 6980 clauses out of 13979 with flag 16001/143858
29.80/14.79	c cleaning 7491 clauses out of 14998 with flag 24000/151857
31.35/15.53	c cleaning 8248 clauses out of 16508 with flag 33001/160858
33.33/16.56	c cleaning 9126 clauses out of 18260 with flag 43001/170858
35.24/17.58	c cleaning 9558 clauses out of 19134 with flag 53001/180858
36.56/18.28	c  And the winner is Resolution
36.75/18.36	c Got one! Elapsed wall clock time (in seconds):18.242
36.75/18.36	o 3
37.25/18.71	c cleaning 11851 clauses out of 23723 with flag 5000/195005
38.57/19.30	c cleaning 8923 clauses out of 17872 with flag 11000/201005
39.71/19.96	c cleaning 7967 clauses out of 15949 with flag 18000/208005
41.27/20.78	c cleaning 7985 clauses out of 15983 with flag 26001/216006
42.81/21.57	c cleaning 8492 clauses out of 16998 with flag 35001/225006
45.04/22.59	c cleaning 9250 clauses out of 18506 with flag 45001/235006
47.18/23.49	c cleaning 9622 clauses out of 19256 with flag 55001/245006
49.30/24.57	c cleaning 9807 clauses out of 19637 with flag 65004/255009
51.43/25.66	c cleaning 9901 clauses out of 19826 with flag 75000/265005
53.36/26.60	c cleaning 9963 clauses out of 19925 with flag 85000/275005
55.14/27.59	c cleaning 9979 clauses out of 19963 with flag 95001/285006
57.03/28.52	c cleaning 9985 clauses out of 19983 with flag 105000/295005
59.16/29.64	c cleaning 9988 clauses out of 19998 with flag 115000/305005
60.87/30.57	c cleaning 9997 clauses out of 20011 with flag 125001/315006
62.40/31.37	c cleaning 10001 clauses out of 20014 with flag 135001/325006
64.10/32.29	c cleaning 9998 clauses out of 20012 with flag 145000/335005
65.83/33.13	c cleaning 10000 clauses out of 20014 with flag 155000/345005
67.58/34.07	c cleaning 10004 clauses out of 20014 with flag 165000/355005
69.71/35.14	c cleaning 9997 clauses out of 20010 with flag 175000/365005
71.58/36.11	c cleaning 10000 clauses out of 20013 with flag 185000/375005
73.31/37.01	c cleaning 10003 clauses out of 20013 with flag 195000/385005
75.04/37.98	c cleaning 9996 clauses out of 20011 with flag 205001/395006
76.96/38.98	c cleaning 9996 clauses out of 20016 with flag 215002/405007
77.48/39.20	c cleaning 0 clauses out of 5566 with flag 0/5567
78.93/39.97	c cleaning 10001 clauses out of 20019 with flag 225001/415006
81.05/41.06	c cleaning 10004 clauses out of 20017 with flag 235000/425005
82.98/42.02	c cleaning 9996 clauses out of 20014 with flag 245001/435006
85.07/43.16	c cleaning 10004 clauses out of 20017 with flag 255000/445005
87.18/44.20	c cleaning 10001 clauses out of 20013 with flag 265000/455005
89.11/45.21	c cleaning 9996 clauses out of 20013 with flag 275001/465006
91.63/46.56	c cleaning 10000 clauses out of 20017 with flag 285001/475006
93.72/47.68	c cleaning 10000 clauses out of 20019 with flag 295003/485008
95.44/48.52	c cleaning 9997 clauses out of 20016 with flag 305000/495005
96.97/49.38	c cleaning 9998 clauses out of 20020 with flag 315001/505006
98.48/50.18	c cleaning 9999 clauses out of 20021 with flag 325000/515005
100.56/51.20	c cleaning 9996 clauses out of 20022 with flag 335000/525005
102.08/52.05	c cleaning 10007 clauses out of 20026 with flag 345000/535005
104.19/53.11	c cleaning 10006 clauses out of 20020 with flag 355001/545006
106.10/54.14	c cleaning 10000 clauses out of 20013 with flag 365000/555005
108.16/55.23	c cleaning 9998 clauses out of 20013 with flag 375000/565005
110.66/56.52	c cleaning 10003 clauses out of 20015 with flag 385000/575005
112.57/57.59	c cleaning 9997 clauses out of 20012 with flag 395000/585005
114.87/58.76	c cleaning 10007 clauses out of 20016 with flag 405001/595006
116.74/59.72	c cleaning 9997 clauses out of 20008 with flag 415000/605005
118.44/60.68	c cleaning 10003 clauses out of 20012 with flag 425001/615006
120.55/61.76	c cleaning 9997 clauses out of 20008 with flag 435000/625005
122.66/62.88	c cleaning 10000 clauses out of 20011 with flag 445000/635005
124.72/63.96	c cleaning 10001 clauses out of 20012 with flag 455001/645006
126.82/65.03	c cleaning 9999 clauses out of 20012 with flag 465002/655007
128.76/66.07	c cleaning 10003 clauses out of 20013 with flag 475002/665007
130.43/66.97	c cleaning 9999 clauses out of 20008 with flag 485000/675005
132.49/68.08	c cleaning 9999 clauses out of 20010 with flag 495001/685006
134.59/69.11	c cleaning 10000 clauses out of 20012 with flag 505002/695007
136.50/70.11	c cleaning 9996 clauses out of 20010 with flag 515000/705005
138.79/71.31	c cleaning 10004 clauses out of 20017 with flag 525003/715008
140.85/72.43	c cleaning 9998 clauses out of 20010 with flag 535000/725005
143.17/73.65	c cleaning 9996 clauses out of 20012 with flag 545000/735005
145.07/74.64	c cleaning 9997 clauses out of 20017 with flag 555001/745006
146.78/75.59	c cleaning 10004 clauses out of 20018 with flag 565000/755005
148.83/76.68	c cleaning 9999 clauses out of 20015 with flag 575001/765006
150.73/77.60	c cleaning 9998 clauses out of 20015 with flag 585000/775005
152.22/78.42	c cleaning 9999 clauses out of 20018 with flag 595001/785006
153.91/79.34	c cleaning 9997 clauses out of 20018 with flag 605000/795005
155.58/80.29	c cleaning 10006 clauses out of 20022 with flag 615001/805006
157.25/81.18	c cleaning 10000 clauses out of 20016 with flag 625001/815006
159.77/82.49	c cleaning 10002 clauses out of 20016 with flag 635001/825006
162.08/83.64	c cleaning 10002 clauses out of 20013 with flag 645000/835005
163.91/84.69	c cleaning 10001 clauses out of 20011 with flag 655000/845005
165.78/85.70	c cleaning 10000 clauses out of 20010 with flag 665000/855005
167.47/86.58	c cleaning 10000 clauses out of 20011 with flag 675001/865006
169.56/87.65	c cleaning 10000 clauses out of 20011 with flag 685001/875006
171.41/88.64	c cleaning 9995 clauses out of 20011 with flag 695001/885006
173.30/89.63	c cleaning 9999 clauses out of 20015 with flag 705000/895005
174.98/90.58	c cleaning 10001 clauses out of 20018 with flag 715002/905007
177.07/91.66	c cleaning 10002 clauses out of 20017 with flag 725002/915007
179.11/92.72	c cleaning 9999 clauses out of 20013 with flag 735000/925005
180.79/93.68	c cleaning 9999 clauses out of 20014 with flag 745000/935005
182.87/94.74	c cleaning 10000 clauses out of 20018 with flag 755003/945008
184.57/95.71	c cleaning 10003 clauses out of 20015 with flag 765000/955005
186.59/96.77	c cleaning 9999 clauses out of 20012 with flag 775000/965005
188.05/97.57	c cleaning 9997 clauses out of 20014 with flag 785001/975006
190.32/98.71	c cleaning 10006 clauses out of 20015 with flag 795000/985005
192.39/99.89	c cleaning 10000 clauses out of 20011 with flag 805002/995007
194.21/100.84	c cleaning 9996 clauses out of 20010 with flag 815001/1005006
195.88/101.71	c cleaning 9998 clauses out of 20013 with flag 825000/1015005
197.36/102.56	c cleaning 10001 clauses out of 20015 with flag 835000/1025005
199.43/103.64	c cleaning 10002 clauses out of 20014 with flag 845000/1035005
200.04/104.00	c cleaning 0 clauses out of 11566 with flag 0/11567
201.51/104.88	c cleaning 10001 clauses out of 20013 with flag 855001/1045006
203.78/106.02	c cleaning 10001 clauses out of 20012 with flag 865001/1055006
205.83/107.18	c cleaning 10000 clauses out of 20010 with flag 875000/1065005
207.83/108.22	c cleaning 9996 clauses out of 20011 with flag 885001/1075006
209.68/109.22	c cleaning 9997 clauses out of 20014 with flag 895000/1085005
211.54/110.28	c cleaning 10003 clauses out of 20019 with flag 905002/1095007
213.59/111.35	c cleaning 9999 clauses out of 20014 with flag 915000/1105005
215.58/112.40	c cleaning 9999 clauses out of 20016 with flag 925001/1115006
217.63/113.51	c cleaning 9998 clauses out of 20016 with flag 935000/1125005
219.49/114.55	c cleaning 10007 clauses out of 20019 with flag 945001/1135006
221.94/115.80	c cleaning 10005 clauses out of 20014 with flag 955003/1145008
223.71/116.87	c cleaning 9995 clauses out of 20006 with flag 965000/1155005
225.56/117.86	c cleaning 10001 clauses out of 20011 with flag 975000/1165005
227.23/118.76	c cleaning 9995 clauses out of 20011 with flag 985001/1175006
228.85/119.67	c cleaning 10001 clauses out of 20016 with flag 995001/1185006
230.62/120.68	c cleaning 10000 clauses out of 20014 with flag 1005000/1195005
232.67/121.75	c cleaning 10001 clauses out of 20014 with flag 1015000/1205005
234.52/122.77	c cleaning 10002 clauses out of 20014 with flag 1025001/1215006
236.37/123.76	c cleaning 9996 clauses out of 20011 with flag 1035000/1225005
238.16/124.74	c cleaning 10000 clauses out of 20015 with flag 1045000/1235005
240.61/126.06	c cleaning 9999 clauses out of 20015 with flag 1055000/1245005
243.26/127.47	c cleaning 9999 clauses out of 20016 with flag 1065000/1255005
246.10/128.90	c cleaning 10002 clauses out of 20018 with flag 1075001/1265006
249.08/130.53	c cleaning 10000 clauses out of 20015 with flag 1085000/1275005
251.13/131.69	c cleaning 10004 clauses out of 20015 with flag 1095000/1285005
253.37/132.83	c cleaning 10002 clauses out of 20012 with flag 1105001/1295006
255.42/133.92	c cleaning 10000 clauses out of 20010 with flag 1115001/1305006
257.58/135.12	c cleaning 10000 clauses out of 20009 with flag 1125000/1315005
259.42/136.17	c cleaning 9998 clauses out of 20010 with flag 1135001/1325006
261.47/137.24	c cleaning 10001 clauses out of 20011 with flag 1145000/1335005
263.32/138.22	c cleaning 9996 clauses out of 20009 with flag 1155000/1345005
265.08/139.25	c cleaning 9999 clauses out of 20013 with flag 1165000/1355005
266.72/140.17	c cleaning 10000 clauses out of 20015 with flag 1175001/1365006
268.55/141.12	c cleaning 10001 clauses out of 20015 with flag 1185001/1375006
270.59/142.26	c cleaning 10001 clauses out of 20014 with flag 1195001/1385006
272.74/143.48	c cleaning 10000 clauses out of 20012 with flag 1205000/1395005
274.78/144.57	c cleaning 10002 clauses out of 20015 with flag 1215003/1405008
276.81/145.61	c cleaning 9998 clauses out of 20010 with flag 1225000/1415005
278.64/146.62	c cleaning 10002 clauses out of 20013 with flag 1235001/1425006
280.61/147.75	c cleaning 9997 clauses out of 20010 with flag 1245000/1435005
282.45/148.75	c cleaning 9998 clauses out of 20014 with flag 1255001/1445006
284.28/149.70	c cleaning 10000 clauses out of 20017 with flag 1265002/1455007
286.32/150.87	c cleaning 10003 clauses out of 20015 with flag 1275000/1465005
288.27/151.92	c cleaning 10000 clauses out of 20014 with flag 1285002/1475007
290.29/153.04	c cleaning 9997 clauses out of 20013 with flag 1295001/1485006
292.71/154.33	c cleaning 10004 clauses out of 20015 with flag 1305000/1495005
295.13/155.64	c cleaning 9998 clauses out of 20012 with flag 1315001/1505006
297.49/156.98	c cleaning 10003 clauses out of 20014 with flag 1325001/1515006
299.72/158.17	c cleaning 10001 clauses out of 20010 with flag 1335000/1525005
301.94/159.37	c cleaning 10000 clauses out of 20009 with flag 1345000/1535005
304.19/160.57	c cleaning 9999 clauses out of 20009 with flag 1355000/1545005
306.70/161.91	c cleaning 10001 clauses out of 20010 with flag 1365000/1555005
308.72/163.06	c cleaning 10002 clauses out of 20010 with flag 1375001/1565006
311.14/164.31	c cleaning 10000 clauses out of 20008 with flag 1385001/1575006
313.35/165.51	c cleaning 9999 clauses out of 20008 with flag 1395001/1585006
315.67/166.82	c cleaning 9995 clauses out of 20009 with flag 1405001/1595006
317.68/167.92	c cleaning 10004 clauses out of 20013 with flag 1415000/1605005
319.70/169.02	c cleaning 9999 clauses out of 20009 with flag 1425000/1615005
321.91/170.29	c cleaning 10001 clauses out of 20011 with flag 1435001/1625006
324.25/171.55	c cleaning 10000 clauses out of 20010 with flag 1445001/1635006
326.26/172.66	c cleaning 10000 clauses out of 20010 with flag 1455001/1645006
328.49/173.86	c cleaning 9999 clauses out of 20008 with flag 1465001/1655006
330.66/175.09	c cleaning 9999 clauses out of 20007 with flag 1475000/1665005
332.20/176.00	c  And the winner is Resolution
333.36/177.06	c starts		: 209
333.36/177.06	c conflicts		: 1672165
333.36/177.06	c decisions		: 1716530
333.36/177.06	c propagations		: 34317174
333.36/177.06	c inspects		: 1263824500
333.36/177.06	c shortcuts		: 0
333.36/177.06	c learnt literals	: 11
333.36/177.06	c learnt binary clauses	: 83
333.36/177.06	c learnt ternary clauses	: 261
333.36/177.06	c learnt constraints	: 1672153
333.36/177.06	c ignored constraints	: 0
333.36/177.06	c root simplifications	: 0
333.36/177.06	c removed literals (reason simplification)	: 72716790
333.36/177.06	c reason swapping (by a shorter reason)	: 0
333.36/177.06	c Calls to reduceDB	: 170
333.36/177.06	c number of reductions to clauses (during analyze)	: 0
333.36/177.06	c number of learned constraints concerned by reduction	: 0
333.36/177.06	c number of learning phase by resolution	: 0
333.36/177.06	c number of learning phase by cutting planes	: 0
333.36/177.06	c speed (assignments/second)	: 216244.7320663407
333.36/177.06	c non guided choices	3766
333.36/177.06	c learnt constraints type 
333.36/177.06	c constraints type 
333.36/177.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
333.36/177.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
333.36/177.06	c constraints type 
333.36/177.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
333.36/177.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
333.36/177.06	s OPTIMUM FOUND
333.36/177.06	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 
333.36/177.06	c objective function=3
333.36/177.06	c Total wall clock time (in seconds): 176.939

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3453750-1307194168/watcher-3453750-1307194168 -o /tmp/evaluation-result-3453750-1307194168/solver-3453750-1307194168 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453750-1307194168.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.06 3.72 3.64 3/526 14358
/proc/meminfo: memFree=29787980/32951124 swapFree=51712236/67111528
[pid=14358] ppid=14355 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/14358/stat : 14358 (java) S 14355 14358 9506 0 -1 4202496 1316 0 0 0 0 0 0 0 25 0 2 0 831019409 36646912 1018 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646318053 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14358/statm: 8947 1018 782 9 0 386 0
[pid=14358/tid=14359] ppid=14355 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14359/stat : 14359 (java) R 14355 14358 9506 0 -1 4202560 3906 0 1 0 0 0 0 0 25 0 2 0 831019409 10694979584 4722 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216634209339 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0567589 s]
/proc/loadavg: 3.06 3.72 3.64 3/526 14358
/proc/meminfo: memFree=29787980/32951124 swapFree=51712236/67111528
[pid=14358] ppid=14355 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/14358/stat : 14358 (java) S 14355 14358 9506 0 -1 4202496 11451 0 1 0 3 1 0 0 25 0 13 0 831019409 10718838784 11148 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646318053 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/14358/statm: 2616904 11148 1684 9 0 2607652 0
[pid=14358/tid=14359] ppid=14355 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/14358/task/14359/stat : 14359 (java) R 14355 14358 9506 0 -1 4202560 10303 0 1 0 2 1 0 0 21 0 13 0 831019409 10718838784 11148 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 47051802272287 0 4 0 16800971 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100787 s]
/proc/loadavg: 3.06 3.72 3.64 3/526 14358
/proc/meminfo: memFree=29787980/32951124 swapFree=51712236/67111528
[pid=14358] ppid=14355 vsize=10539632 CPUtime=0.09 cores=1,3,5,7
/proc/14358/stat : 14358 (java) S 14355 14358 9506 0 -1 4202496 12962 0 1 0 8 1 0 0 25 0 18 0 831019409 10792583168 12619 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14358/statm: 2634908 12622 2092 9 0 2625642 0
[pid=14358/tid=14359] ppid=14355 vsize=10539632 CPUtime=0.07 cores=1,3,5,7
/proc/14358/task/14359/stat : 14359 (java) R 14355 14358 9506 0 -1 4202560 10999 0 1 0 6 1 0 0 25 0 18 0 831019409 10792583168 12622 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646342091 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539632

[startup+0.300717 s]
/proc/loadavg: 3.06 3.72 3.64 3/526 14358
/proc/meminfo: memFree=29787980/32951124 swapFree=51712236/67111528
[pid=14358] ppid=14355 vsize=10547740 CPUtime=0.61 cores=1,3,5,7
/proc/14358/stat : 14358 (java) S 14355 14358 9506 0 -1 4202496 16866 0 1 0 59 2 0 0 25 0 22 0 831019409 10800885760 15938 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14358/statm: 2636935 15938 2209 9 0 2627669 0
[pid=14358/tid=14359] ppid=14355 vsize=10547740 CPUtime=0.16 cores=1,3,5,7
/proc/14358/task/14359/stat : 14359 (java) S 14355 14358 9506 0 -1 4202560 11828 0 1 0 15 1 0 0 25 0 22 0 831019409 10800885760 15938 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 10547740

[startup+0.700648 s]
/proc/loadavg: 3.06 3.72 3.64 3/526 14358
/proc/meminfo: memFree=29787980/32951124 swapFree=51712236/67111528
[pid=14358] ppid=14355 vsize=10565012 CPUtime=2.19 cores=1,3,5,7
/proc/14358/stat : 14358 (java) S 14355 14358 9506 0 -1 4202496 37047 0 1 0 215 4 0 0 25 0 22 0 831019409 10818572288 34546 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14358/statm: 2641253 34548 2226 9 0 2631987 0
[pid=14358/tid=14359] ppid=14355 vsize=10565012 CPUtime=0.16 cores=1,3,5,7
/proc/14358/task/14359/stat : 14359 (java) S 14355 14358 9506 0 -1 4202560 11828 0 1 0 15 1 0 0 25 0 22 0 831019409 10818572288 34549 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 10565012

[startup+1.50151 s]
/proc/loadavg: 3.06 3.72 3.64 6/548 14387
/proc/meminfo: memFree=29566736/32951124 swapFree=51712236/67111528
[pid=14358] ppid=14355 vsize=10565032 CPUtime=4.59 cores=1,3,5,7
/proc/14358/stat : 14358 (java) S 14355 14358 9506 0 -1 4202496 90912 0 1 0 447 12 0 0 25 0 22 0 831019409 10818592768 83723 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14358/statm: 2641258 83725 2255 9 0 2631992 0
[pid=14358/tid=14359] ppid=14355 vsize=10565032 CPUtime=0.16 cores=1,3,5,7
/proc/14358/task/14359/stat : 14359 (java) S 14355 14358 9506 0 -1 4202560 11828 0 1 0 15 1 0 0 15 0 22 0 831019409 10818592768 83726 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14361] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14361/stat : 14361 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831019411 10818592768 83727 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14363] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14363/stat : 14363 (java) S 14355 14358 9506 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 831019411 10818592768 83729 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14364] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14364/stat : 14364 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831019411 10818592768 83731 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14365] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14365/stat : 14365 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831019411 10818592768 83733 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14366] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14366/stat : 14366 (java) S 14355 14358 9506 0 -1 4202560 39 0 0 0 0 0 0 0 18 0 22 0 831019411 10818592768 83735 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14367] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14367/stat : 14367 (java) S 14355 14358 9506 0 -1 4202560 319 0 0 0 0 0 0 0 18 0 22 0 831019411 10818592768 83738 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14369] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14369/stat : 14369 (java) S 14355 14358 9506 0 -1 4202560 202 0 0 0 0 0 0 0 18 0 22 0 831019411 10818592768 83741 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14370] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14370/stat : 14370 (java) S 14355 14358 9506 0 -1 4202560 225 0 0 0 0 0 0 0 18 0 22 0 831019411 10818592768 83744 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14372] ppid=14355 vsize=10565032 CPUtime=0.01 cores=1,3,5,7
/proc/14358/task/14372/stat : 14372 (java) S 14355 14358 9506 0 -1 4202560 778 0 0 0 1 0 0 0 17 0 22 0 831019412 10818592768 83747 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 0 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14373] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14373/stat : 14373 (java) S 14355 14358 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831019413 10818592768 83750 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14375] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14375/stat : 14375 (java) S 14355 14358 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831019413 10818592768 83753 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14376] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14376/stat : 14376 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831019415 10818592768 83757 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646338993 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14377] ppid=14355 vsize=10565032 CPUtime=0.96 cores=1,3,5,7
/proc/14358/task/14377/stat : 14377 (java) S 14355 14358 9506 0 -1 4202560 9720 0 0 0 95 1 0 0 23 0 22 0 831019415 10818592768 83760 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14378] ppid=14355 vsize=10565032 CPUtime=0.88 cores=1,3,5,7
/proc/14358/task/14378/stat : 14378 (java) S 14355 14358 9506 0 -1 4202560 6620 0 0 0 88 0 0 0 22 0 22 0 831019415 10818592768 83763 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14379] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14379/stat : 14379 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831019415 10818592768 83765 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14380] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14380/stat : 14380 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831019415 10818592768 83768 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14381] ppid=14355 vsize=10565032 CPUtime=1.25 cores=1,3,5,7
/proc/14358/task/14381/stat : 14381 (java) R 14355 14358 9506 0 -1 4202560 778 0 0 0 125 0 0 0 25 0 22 0 831019429 10818592768 83770 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 46912505677440 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14358/tid=14382] ppid=14355 vsize=10565032 CPUtime=1.26 cores=1,3,5,7
/proc/14358/task/14382/stat : 14382 (java) R 14355 14358 9506 0 -1 4202560 59290 0 0 0 118 8 0 0 25 0 22 0 831019429 10818592768 83772 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 46912506044259 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14358/tid=14383] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14383/stat : 14383 (java) S 14355 14358 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831019429 10818592768 83774 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14384] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14384/stat : 14384 (java) S 14355 14358 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831019429 10818592768 83779 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 10565032

[startup+3.10122 s]
/proc/loadavg: 3.06 3.72 3.64 5/548 14387
/proc/meminfo: memFree=29356932/32951124 swapFree=51712236/67111528
[pid=14358] ppid=14355 vsize=10565032 CPUtime=7.77 cores=1,3,5,7
/proc/14358/stat : 14358 (java) S 14355 14358 9506 0 -1 4202496 134510 0 1 0 761 16 0 0 25 0 22 0 831019409 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14358/statm: 2641258 127318 2255 9 0 2631992 0
[pid=14358/tid=14359] ppid=14355 vsize=10565032 CPUtime=0.16 cores=1,3,5,7
/proc/14358/task/14359/stat : 14359 (java) S 14355 14358 9506 0 -1 4202560 11828 0 1 0 15 1 0 0 15 0 22 0 831019409 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14361] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14361/stat : 14361 (java) S 14355 14358 9506 0 -1 4202560 383 0 0 0 0 0 0 0 15 0 22 0 831019411 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14363] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14363/stat : 14363 (java) S 14355 14358 9506 0 -1 4202560 75 0 0 0 0 0 0 0 16 0 22 0 831019411 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14364] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14364/stat : 14364 (java) S 14355 14358 9506 0 -1 4202560 485 0 0 0 0 0 0 0 16 0 22 0 831019411 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14365] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14365/stat : 14365 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831019411 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14366] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14366/stat : 14366 (java) S 14355 14358 9506 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 22 0 831019411 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14367] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14367/stat : 14367 (java) S 14355 14358 9506 0 -1 4202560 675 0 0 0 0 0 0 0 16 0 22 0 831019411 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14369] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14369/stat : 14369 (java) S 14355 14358 9506 0 -1 4202560 294 0 0 0 0 0 0 0 16 0 22 0 831019411 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14370] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14370/stat : 14370 (java) S 14355 14358 9506 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 22 0 831019411 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14372] ppid=14355 vsize=10565032 CPUtime=0.06 cores=1,3,5,7
/proc/14358/task/14372/stat : 14372 (java) S 14355 14358 9506 0 -1 4202560 2594 0 0 0 6 0 0 0 16 0 22 0 831019412 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 0 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14373] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14373/stat : 14373 (java) S 14355 14358 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831019413 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14375] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14375/stat : 14375 (java) S 14355 14358 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831019413 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14376] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14376/stat : 14376 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831019415 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646338993 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14377] ppid=14355 vsize=10565032 CPUtime=0.98 cores=1,3,5,7
/proc/14358/task/14377/stat : 14377 (java) S 14355 14358 9506 0 -1 4202560 9723 0 0 0 97 1 0 0 15 0 22 0 831019415 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14378] ppid=14355 vsize=10565032 CPUtime=0.89 cores=1,3,5,7
/proc/14358/task/14378/stat : 14378 (java) S 14355 14358 9506 0 -1 4202560 6620 0 0 0 89 0 0 0 15 0 22 0 831019415 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14379] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14379/stat : 14379 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831019415 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14380] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14380/stat : 14380 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831019415 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14381] ppid=14355 vsize=10565032 CPUtime=2.79 cores=1,3,5,7
/proc/14358/task/14381/stat : 14381 (java) R 14355 14358 9506 0 -1 4202560 781 0 0 0 279 0 0 0 25 0 22 0 831019429 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 46912505601322 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14358/tid=14382] ppid=14355 vsize=10565032 CPUtime=2.8 cores=1,3,5,7
/proc/14358/task/14382/stat : 14382 (java) R 14355 14358 9506 0 -1 4202560 99630 0 0 0 268 12 0 0 25 0 22 0 831019429 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 46912505550271 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14358/tid=14383] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14383/stat : 14383 (java) S 14355 14358 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831019429 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14384] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14384/stat : 14384 (java) S 14355 14358 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831019429 10818592768 127318 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 10565032

[startup+6.30166 s]
/proc/loadavg: 3.14 3.73 3.64 5/548 14387
/proc/meminfo: memFree=29224904/32951124 swapFree=51712236/67111528
[pid=14358] ppid=14355 vsize=10565032 CPUtime=14.26 cores=1,3,5,7
/proc/14358/stat : 14358 (java) S 14355 14358 9506 0 -1 4202496 137124 0 1 0 1409 17 0 0 25 0 22 0 831019409 10818592768 129799 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14358/statm: 2641258 129799 2256 9 0 2631992 0
[pid=14358/tid=14359] ppid=14355 vsize=10565032 CPUtime=0.16 cores=1,3,5,7
/proc/14358/task/14359/stat : 14359 (java) S 14355 14358 9506 0 -1 4202560 11828 0 1 0 15 1 0 0 15 0 22 0 831019409 10818592768 129799 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14361] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14361/stat : 14361 (java) S 14355 14358 9506 0 -1 4202560 383 0 0 0 0 0 0 0 16 0 22 0 831019411 10818592768 129799 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14363] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14363/stat : 14363 (java) S 14355 14358 9506 0 -1 4202560 101 0 0 0 0 0 0 0 16 0 22 0 831019411 10818592768 129799 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14364] ppid=14355 vsize=10565032 CPUtime=0.01 cores=1,3,5,7
/proc/14358/task/14364/stat : 14364 (java) S 14355 14358 9506 0 -1 4202560 518 0 0 0 1 0 0 0 16 0 22 0 831019411 10818592768 129799 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14365] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14365/stat : 14365 (java) S 14355 14358 9506 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 831019411 10818592768 129799 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14366] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14366/stat : 14366 (java) S 14355 14358 9506 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 22 0 831019411 10818592768 129799 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14367] ppid=14355 vsize=10565032 CPUtime=0.01 cores=1,3,5,7
/proc/14358/task/14367/stat : 14367 (java) S 14355 14358 9506 0 -1 4202560 675 0 0 0 1 0 0 0 16 0 22 0 831019411 10818592768 129799 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14369] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14369/stat : 14369 (java) S 14355 14358 9506 0 -1 4202560 295 0 0 0 0 0 0 0 15 0 22 0 831019411 10818592768 129799 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14370] ppid=14355 vsize=10565032 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14370/stat : 14370 (java) S 14355 14358 9506 0 -1 4202560 230 0 0 0 0 0 0 0 15 0 22 0 831019411 10818592768 129799 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0

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

/proc/14358/task/14365/stat : 14365 (java) S 14355 14358 9506 0 -1 4202560 73 0 0 0 31 0 0 0 16 0 22 0 831019411 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14366] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14366/stat : 14366 (java) S 14355 14358 9506 0 -1 4202560 160 0 0 0 31 0 0 0 16 0 22 0 831019411 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14367] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14367/stat : 14367 (java) S 14355 14358 9506 0 -1 4202560 740 0 0 0 31 0 0 0 15 0 22 0 831019411 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14369] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14369/stat : 14369 (java) S 14355 14358 9506 0 -1 4202560 506 0 0 0 31 0 0 0 15 0 22 0 831019411 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14370] ppid=14355 vsize=10630568 CPUtime=0.34 cores=1,3,5,7
/proc/14358/task/14370/stat : 14370 (java) S 14355 14358 9506 0 -1 4202560 289 0 0 0 34 0 0 0 15 0 22 0 831019411 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14372] ppid=14355 vsize=10630568 CPUtime=22.42 cores=1,3,5,7
/proc/14358/task/14372/stat : 14372 (java) S 14355 14358 9506 0 -1 4202560 28439 0 0 0 2237 5 0 0 16 0 22 0 831019412 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 0 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14373] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14373/stat : 14373 (java) S 14355 14358 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831019413 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14375] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14375/stat : 14375 (java) S 14355 14358 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831019413 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14376] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14376/stat : 14376 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831019415 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646338993 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14377] ppid=14355 vsize=10630568 CPUtime=2.13 cores=1,3,5,7
/proc/14358/task/14377/stat : 14377 (java) S 14355 14358 9506 0 -1 4202560 16911 0 0 0 211 2 0 0 15 0 22 0 831019415 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14378] ppid=14355 vsize=10630568 CPUtime=1 cores=1,3,5,7
/proc/14358/task/14378/stat : 14378 (java) S 14355 14358 9506 0 -1 4202560 6632 0 0 0 100 0 0 0 15 0 22 0 831019415 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14379] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14379/stat : 14379 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831019415 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14380] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14380/stat : 14380 (java) S 14355 14358 9506 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 831019415 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14384] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14384/stat : 14384 (java) S 14355 14358 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831019429 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14403] ppid=14355 vsize=10630568 CPUtime=135.32 cores=1,3,5,7
/proc/14358/task/14403/stat : 14403 (java) R 14355 14358 9506 0 -1 4202560 75 0 0 0 13532 0 0 0 25 0 22 0 831021245 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 46912505531706 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14358/tid=14404] ppid=14355 vsize=10630568 CPUtime=135.35 cores=1,3,5,7
/proc/14358/task/14404/stat : 14404 (java) R 14355 14358 9506 0 -1 4202560 40 0 0 0 13535 0 0 0 25 0 22 0 831021245 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 46912505547168 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14358/tid=14405] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14405/stat : 14405 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831021246 10885701632 190800 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 332.2
Current children cumulated vsize (KiB) 10630568

[startup+176.701 s]
/proc/loadavg: 3.70 3.67 3.63 5/548 14963
/proc/meminfo: memFree=28878100/32951124 swapFree=51712236/67111528
[pid=14358] ppid=14355 vsize=10630568 CPUtime=333.05 cores=1,3,5,7
/proc/14358/stat : 14358 (java) S 14355 14358 9506 0 -1 4202496 204273 0 1 0 33276 29 0 0 25 0 19 0 831019409 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14358/statm: 2657642 190801 2258 9 0 2648376 0
[pid=14358/tid=14359] ppid=14355 vsize=10630568 CPUtime=0.59 cores=1,3,5,7
/proc/14358/task/14359/stat : 14359 (java) R 14355 14358 9506 0 -1 4202560 11882 0 1 0 58 1 0 0 16 0 19 0 831019409 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 46912506382351 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14358/tid=14361] ppid=14355 vsize=10630568 CPUtime=0.3 cores=1,3,5,7
/proc/14358/task/14361/stat : 14361 (java) S 14355 14358 9506 0 -1 4202560 434 0 0 0 30 0 0 0 16 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14363] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14363/stat : 14363 (java) S 14355 14358 9506 0 -1 4202560 178 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14364] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14364/stat : 14364 (java) S 14355 14358 9506 0 -1 4202560 556 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14365] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14365/stat : 14365 (java) S 14355 14358 9506 0 -1 4202560 73 0 0 0 31 0 0 0 16 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14366] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14366/stat : 14366 (java) S 14355 14358 9506 0 -1 4202560 160 0 0 0 31 0 0 0 16 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14367] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14367/stat : 14367 (java) S 14355 14358 9506 0 -1 4202560 740 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14369] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14369/stat : 14369 (java) S 14355 14358 9506 0 -1 4202560 506 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14370] ppid=14355 vsize=10630568 CPUtime=0.34 cores=1,3,5,7
/proc/14358/task/14370/stat : 14370 (java) S 14355 14358 9506 0 -1 4202560 289 0 0 0 34 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14372] ppid=14355 vsize=10630568 CPUtime=22.42 cores=1,3,5,7
/proc/14358/task/14372/stat : 14372 (java) S 14355 14358 9506 0 -1 4202560 28439 0 0 0 2237 5 0 0 15 0 19 0 831019412 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 0 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14373] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14373/stat : 14373 (java) S 14355 14358 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831019413 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14375] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14375/stat : 14375 (java) S 14355 14358 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831019413 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14376] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14376/stat : 14376 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646338993 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14377] ppid=14355 vsize=10630568 CPUtime=2.15 cores=1,3,5,7
/proc/14358/task/14377/stat : 14377 (java) S 14355 14358 9506 0 -1 4202560 16911 0 0 0 213 2 0 0 15 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14378] ppid=14355 vsize=10630568 CPUtime=1 cores=1,3,5,7
/proc/14358/task/14378/stat : 14378 (java) S 14355 14358 9506 0 -1 4202560 6632 0 0 0 100 0 0 0 15 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14379] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14379/stat : 14379 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14380] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14380/stat : 14380 (java) S 14355 14358 9506 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14384] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14384/stat : 14384 (java) S 14355 14358 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831019429 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 333.05
Current children cumulated vsize (KiB) 10630568

[startup+176.901 s]
/proc/loadavg: 3.70 3.67 3.63 5/548 14963
/proc/meminfo: memFree=28878100/32951124 swapFree=51712236/67111528
[pid=14358] ppid=14355 vsize=10630568 CPUtime=333.25 cores=1,3,5,7
/proc/14358/stat : 14358 (java) S 14355 14358 9506 0 -1 4202496 204273 0 1 0 33296 29 0 0 25 0 19 0 831019409 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14358/statm: 2657642 190801 2258 9 0 2648376 0
[pid=14358/tid=14359] ppid=14355 vsize=10630568 CPUtime=0.79 cores=1,3,5,7
/proc/14358/task/14359/stat : 14359 (java) R 14355 14358 9506 0 -1 4202560 11882 0 1 0 78 1 0 0 16 0 19 0 831019409 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14358/tid=14361] ppid=14355 vsize=10630568 CPUtime=0.3 cores=1,3,5,7
/proc/14358/task/14361/stat : 14361 (java) S 14355 14358 9506 0 -1 4202560 434 0 0 0 30 0 0 0 16 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14363] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14363/stat : 14363 (java) S 14355 14358 9506 0 -1 4202560 178 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14364] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14364/stat : 14364 (java) S 14355 14358 9506 0 -1 4202560 556 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14365] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14365/stat : 14365 (java) S 14355 14358 9506 0 -1 4202560 73 0 0 0 31 0 0 0 16 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14366] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14366/stat : 14366 (java) S 14355 14358 9506 0 -1 4202560 160 0 0 0 31 0 0 0 16 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14367] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14367/stat : 14367 (java) S 14355 14358 9506 0 -1 4202560 740 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14369] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14369/stat : 14369 (java) S 14355 14358 9506 0 -1 4202560 506 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14370] ppid=14355 vsize=10630568 CPUtime=0.34 cores=1,3,5,7
/proc/14358/task/14370/stat : 14370 (java) S 14355 14358 9506 0 -1 4202560 289 0 0 0 34 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14372] ppid=14355 vsize=10630568 CPUtime=22.42 cores=1,3,5,7
/proc/14358/task/14372/stat : 14372 (java) S 14355 14358 9506 0 -1 4202560 28439 0 0 0 2237 5 0 0 15 0 19 0 831019412 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 0 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14373] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14373/stat : 14373 (java) S 14355 14358 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831019413 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14375] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14375/stat : 14375 (java) S 14355 14358 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831019413 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14376] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14376/stat : 14376 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646338993 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14377] ppid=14355 vsize=10630568 CPUtime=2.15 cores=1,3,5,7
/proc/14358/task/14377/stat : 14377 (java) S 14355 14358 9506 0 -1 4202560 16911 0 0 0 213 2 0 0 15 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14378] ppid=14355 vsize=10630568 CPUtime=1 cores=1,3,5,7
/proc/14358/task/14378/stat : 14378 (java) S 14355 14358 9506 0 -1 4202560 6632 0 0 0 100 0 0 0 15 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14379] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14379/stat : 14379 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14380] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14380/stat : 14380 (java) S 14355 14358 9506 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14384] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14384/stat : 14384 (java) S 14355 14358 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831019429 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 333.25
Current children cumulated vsize (KiB) 10630568

[startup+177.001 s]
/proc/loadavg: 3.70 3.67 3.63 4/545 14963
/proc/meminfo: memFree=28876760/32951124 swapFree=51712236/67111528
[pid=14358] ppid=14355 vsize=10630568 CPUtime=333.36 cores=1,3,5,7
/proc/14358/stat : 14358 (java) S 14355 14358 9506 0 -1 4202496 204273 0 1 0 33307 29 0 0 25 0 19 0 831019409 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14358/statm: 2657642 190801 2258 9 0 2648376 0
[pid=14358/tid=14359] ppid=14355 vsize=10630568 CPUtime=0.9 cores=1,3,5,7
/proc/14358/task/14359/stat : 14359 (java) R 14355 14358 9506 0 -1 4202560 11882 0 1 0 89 1 0 0 16 0 19 0 831019409 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14358/tid=14361] ppid=14355 vsize=10630568 CPUtime=0.3 cores=1,3,5,7
/proc/14358/task/14361/stat : 14361 (java) S 14355 14358 9506 0 -1 4202560 434 0 0 0 30 0 0 0 16 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14363] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14363/stat : 14363 (java) S 14355 14358 9506 0 -1 4202560 178 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14364] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14364/stat : 14364 (java) S 14355 14358 9506 0 -1 4202560 556 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14365] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14365/stat : 14365 (java) S 14355 14358 9506 0 -1 4202560 73 0 0 0 31 0 0 0 16 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14366] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14366/stat : 14366 (java) S 14355 14358 9506 0 -1 4202560 160 0 0 0 31 0 0 0 16 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14367] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14367/stat : 14367 (java) S 14355 14358 9506 0 -1 4202560 740 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14369] ppid=14355 vsize=10630568 CPUtime=0.31 cores=1,3,5,7
/proc/14358/task/14369/stat : 14369 (java) S 14355 14358 9506 0 -1 4202560 506 0 0 0 31 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14370] ppid=14355 vsize=10630568 CPUtime=0.34 cores=1,3,5,7
/proc/14358/task/14370/stat : 14370 (java) S 14355 14358 9506 0 -1 4202560 289 0 0 0 34 0 0 0 15 0 19 0 831019411 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 1 0 0 0
[pid=14358/tid=14372] ppid=14355 vsize=10630568 CPUtime=22.42 cores=1,3,5,7
/proc/14358/task/14372/stat : 14372 (java) S 14355 14358 9506 0 -1 4202560 28439 0 0 0 2237 5 0 0 15 0 19 0 831019412 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 0 0 16800975 18446604459740194880 0 0 -1 3 0 0 0
[pid=14358/tid=14373] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14373/stat : 14373 (java) S 14355 14358 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831019413 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14375] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14375/stat : 14375 (java) S 14355 14358 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831019413 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14376] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14376/stat : 14376 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646338993 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14377] ppid=14355 vsize=10630568 CPUtime=2.15 cores=1,3,5,7
/proc/14358/task/14377/stat : 14377 (java) S 14355 14358 9506 0 -1 4202560 16911 0 0 0 213 2 0 0 15 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14378] ppid=14355 vsize=10630568 CPUtime=1 cores=1,3,5,7
/proc/14358/task/14378/stat : 14378 (java) S 14355 14358 9506 0 -1 4202560 6632 0 0 0 100 0 0 0 15 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
[pid=14358/tid=14379] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14379/stat : 14379 (java) S 14355 14358 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331289 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14380] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14380/stat : 14380 (java) S 14355 14358 9506 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831019415 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 5 0 0 0
[pid=14358/tid=14384] ppid=14355 vsize=10630568 CPUtime=0 cores=1,3,5,7
/proc/14358/task/14384/stat : 14384 (java) S 14355 14358 9506 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831019429 10885701632 190801 33554432000 1073741824 1073778376 140735764641920 18446744073709551615 216646331904 0 4 0 16800975 18446604459740194880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 333.36
Current children cumulated vsize (KiB) 10630568

Child status: 30
Real time (s): 177.095
CPU time (s): 333.455
CPU user time (s): 333.127
CPU system time (s): 0.32795
CPU usage (%): 188.292
Max. virtual memory (cumulated for all children) (KiB): 10630568

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

runsolver used 0.906862 second user time and 2.18067 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-04 15:29:28
IDJOB=3453750
IDBENCH=47954
IDSOLVER=1950
FILE ID=node103/3453750-1307194168
RUNJOBID= node103-1307194143-13807
PBS_JOBID= 13508861
Free space on /tmp= 73916 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=127-P1=293-P2=269-P3=7-P4=157-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453750-1307194168/watcher-3453750-1307194168 -o /tmp/evaluation-result-3453750-1307194168/solver-3453750-1307194168 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453750-1307194168.opb

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

MD5SUM BENCH= 5afebeda0ba6ac0761acdbdcd52ef74a
RANDOM SEED=1140738415

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29788136 kB
Buffers:        327176 kB
Cached:         487596 kB
SwapCached:      23760 kB
Active:        2429200 kB
Inactive:       439456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29788136 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:            1148 kB
Writeback:           0 kB
AnonPages:     2051204 kB
Mapped:          30892 kB
Slab:           151172 kB
PageTables:      74080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 172440264 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73916 MiB
End job on node103 at 2011-06-04 15:32:25