Trace number 3736951

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-31SAT (TO)26 1800.89 959.536

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint20
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.06/0.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3736951-1338752546.opb
0.06/0.13	c reading problem ... 
0.78/0.51	c ... done. Wall clock time 0.378s.
0.78/0.51	c #vars     2692
0.78/0.51	c #constraints  5184
0.78/0.51	c constraints type 
0.78/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2692
0.78/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
0.78/0.51	c constraints type 
0.78/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2692
0.78/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
0.78/0.55	c And the winner is Resolution
1.04/1.51	c SATISFIABLE
1.04/1.51	c OPTIMIZING...
1.04/1.51	c Got one! Elapsed wall clock time (in seconds):1.384
1.04/1.51	o 33
1.36/1.62	c And the winner is Resolution
1.67/2.52	c Got one! Elapsed wall clock time (in seconds):2.388
1.67/2.52	o 31
1.67/2.55	c And the winner is Resolution
1.77/3.52	c Got one! Elapsed wall clock time (in seconds):3.391
1.77/3.52	o 30
2.35/3.75	c And the winner is CuttingPlanes
2.48/4.53	c Got one! Elapsed wall clock time (in seconds):4.394
2.48/4.53	o 29
3.62/5.09	c cleaning 2498 clauses out of 5001 with flag 5001/5001
5.71/6.01	c cleaning 4247 clauses out of 8502 with flag 11000/11000
7.68/7.05	c cleaning 5624 clauses out of 11257 with flag 18002/18002
10.18/8.26	c cleaning 6810 clauses out of 13631 with flag 26000/26000
12.97/9.66	c And the winner is CuttingPlanes
13.10/10.53	c Got one! Elapsed wall clock time (in seconds):10.396
13.10/10.53	o 28
13.10/10.55	c cleaning 7907 clauses out of 15821 with flag 35000/35000
16.27/12.12	c cleaning 8951 clauses out of 17915 with flag 45001/45001
19.42/13.79	c cleaning 9477 clauses out of 18964 with flag 55001/55001
22.60/15.31	c cleaning 9731 clauses out of 19486 with flag 65000/65000
26.35/17.25	c cleaning 9874 clauses out of 19755 with flag 75000/75000
29.73/18.91	c cleaning 9933 clauses out of 19881 with flag 85000/85000
33.30/20.73	c cleaning 9968 clauses out of 19950 with flag 95002/95002
36.87/22.58	c cleaning 9983 clauses out of 19981 with flag 105001/105001
40.78/24.57	c cleaning 9994 clauses out of 19998 with flag 115001/115001
44.33/26.31	c cleaning 9996 clauses out of 20005 with flag 125002/125002
47.66/28.04	c cleaning 9996 clauses out of 20007 with flag 135000/135000
51.41/29.90	c cleaning 9998 clauses out of 20012 with flag 145001/145001
54.94/31.70	c cleaning 9998 clauses out of 20014 with flag 155001/155001
56.26/32.44	c And the winner is Resolution
56.49/33.53	c Got one! Elapsed wall clock time (in seconds):33.4
56.49/33.53	o 27
58.04/34.34	c cleaning 10001 clauses out of 20016 with flag 165001/165001
61.16/35.95	c cleaning 9998 clauses out of 20014 with flag 175000/175000
64.49/37.65	c cleaning 10000 clauses out of 20017 with flag 185001/185001
67.98/39.44	c cleaning 10000 clauses out of 20018 with flag 195002/195002
71.30/41.11	c cleaning 10002 clauses out of 20016 with flag 205000/205000
74.85/43.00	c cleaning 9999 clauses out of 20016 with flag 215002/215002
79.01/45.09	c cleaning 10000 clauses out of 20017 with flag 225002/225002
83.66/47.43	c cleaning 10000 clauses out of 20016 with flag 235001/235001
87.60/49.46	c cleaning 10003 clauses out of 20016 with flag 245001/245001
91.70/51.51	c cleaning 9997 clauses out of 20013 with flag 255001/255001
95.62/53.59	c cleaning 10002 clauses out of 20015 with flag 265000/265000
99.29/55.45	c cleaning 10003 clauses out of 20014 with flag 275001/275001
103.21/57.40	c cleaning 10001 clauses out of 20011 with flag 285001/285001
107.11/59.43	c cleaning 10000 clauses out of 20011 with flag 295002/295002
111.24/61.54	c cleaning 9999 clauses out of 20011 with flag 305002/305002
114.89/63.43	c cleaning 9999 clauses out of 20010 with flag 315000/315000
118.59/65.38	c cleaning 10001 clauses out of 20012 with flag 325001/325001
122.69/67.46	c cleaning 9997 clauses out of 20011 with flag 335001/335001
127.01/69.69	c cleaning 9999 clauses out of 20014 with flag 345001/345001
131.25/71.86	c cleaning 10001 clauses out of 20015 with flag 355001/355001
135.38/73.90	c cleaning 10002 clauses out of 20013 with flag 365000/365000
139.11/75.86	c cleaning 9999 clauses out of 20011 with flag 375000/375000
143.20/77.94	c cleaning 9999 clauses out of 20012 with flag 385000/385000
147.41/80.16	c cleaning 9996 clauses out of 20014 with flag 395001/395001
150.87/81.96	c cleaning 10010 clauses out of 20019 with flag 405002/405002
154.78/83.99	c cleaning 9998 clauses out of 20007 with flag 415000/415000
158.50/85.87	c cleaning 10000 clauses out of 20010 with flag 425001/425001
162.90/88.10	c cleaning 9998 clauses out of 20010 with flag 435001/435001
166.35/89.94	c cleaning 10001 clauses out of 20012 with flag 445001/445001
170.02/91.80	c cleaning 9998 clauses out of 20012 with flag 455002/455002
173.29/93.57	c cleaning 9997 clauses out of 20012 with flag 465000/465000
176.87/95.49	c cleaning 9998 clauses out of 20015 with flag 475000/475000
180.76/97.44	c cleaning 10005 clauses out of 20018 with flag 485001/485001
185.22/99.73	c cleaning 9999 clauses out of 20012 with flag 495000/495000
189.49/101.97	c cleaning 10002 clauses out of 20013 with flag 505000/505000
194.07/104.32	c cleaning 9996 clauses out of 20011 with flag 515000/515000
198.57/106.66	c cleaning 10000 clauses out of 20015 with flag 525000/525000
202.63/108.75	c cleaning 10003 clauses out of 20015 with flag 535000/535000
206.31/110.67	c cleaning 9995 clauses out of 20012 with flag 545000/545000
210.53/112.83	c cleaning 9997 clauses out of 20017 with flag 555000/555000
214.17/114.80	c cleaning 10002 clauses out of 20020 with flag 565000/565000
218.05/116.80	c cleaning 10000 clauses out of 20019 with flag 575001/575001
222.32/118.95	c cleaning 10002 clauses out of 20018 with flag 585000/585000
226.31/121.06	c cleaning 10006 clauses out of 20017 with flag 595001/595001
229.93/122.99	c cleaning 9998 clauses out of 20010 with flag 605000/605000
233.81/124.92	c cleaning 9997 clauses out of 20012 with flag 615000/615000
237.46/126.89	c cleaning 10004 clauses out of 20015 with flag 625000/625000
241.82/129.13	c cleaning 10001 clauses out of 20011 with flag 635000/635000
245.69/131.12	c cleaning 9998 clauses out of 20011 with flag 645001/645001
249.56/133.14	c cleaning 10002 clauses out of 20012 with flag 655000/655000
253.82/135.30	c cleaning 9998 clauses out of 20011 with flag 665001/665001
257.99/137.53	c cleaning 9995 clauses out of 20013 with flag 675001/675001
261.82/139.56	c cleaning 10003 clauses out of 20017 with flag 685000/685000
265.67/141.51	c cleaning 10003 clauses out of 20015 with flag 695001/695001
269.55/143.57	c cleaning 9997 clauses out of 20012 with flag 705001/705001
273.89/145.85	c cleaning 10002 clauses out of 20014 with flag 715000/715000
278.14/148.07	c cleaning 9999 clauses out of 20012 with flag 725000/725000
281.78/150.00	c cleaning 10003 clauses out of 20014 with flag 735001/735001
285.60/151.95	c cleaning 9997 clauses out of 20012 with flag 745002/745002
289.33/153.98	c cleaning 10000 clauses out of 20013 with flag 755000/755000
293.35/156.02	c cleaning 9997 clauses out of 20015 with flag 765002/765002
296.99/157.90	c cleaning 10001 clauses out of 20017 with flag 775001/775001
300.43/159.78	c cleaning 9997 clauses out of 20016 with flag 785001/785001
304.15/161.78	c cleaning 10003 clauses out of 20018 with flag 795000/795000
307.97/163.77	c cleaning 9997 clauses out of 20015 with flag 805000/805000
312.01/165.89	c cleaning 10000 clauses out of 20018 with flag 815000/815000
315.86/167.89	c cleaning 9999 clauses out of 20019 with flag 825001/825001
320.03/170.07	c cleaning 9996 clauses out of 20019 with flag 835000/835000
324.05/172.12	c cleaning 10002 clauses out of 20024 with flag 845001/845001
326.66/173.57	c cleaning 0 clauses out of 5008 with flag 0/5008
328.77/174.52	c cleaning 10002 clauses out of 20021 with flag 855000/855000
333.05/176.78	c cleaning 10005 clauses out of 20019 with flag 865000/865000
337.10/178.87	c cleaning 9995 clauses out of 20016 with flag 875002/875002
341.13/180.94	c cleaning 9997 clauses out of 20019 with flag 885000/885000
344.98/182.92	c cleaning 10007 clauses out of 20024 with flag 895002/895002
348.51/184.86	c cleaning 10001 clauses out of 20016 with flag 905001/905001
352.92/187.12	c cleaning 9998 clauses out of 20014 with flag 915000/915000
356.98/189.25	c cleaning 10004 clauses out of 20017 with flag 925001/925001
360.79/191.30	c cleaning 10000 clauses out of 20012 with flag 935000/935000
365.36/193.65	c cleaning 9996 clauses out of 20012 with flag 945000/945000
368.97/195.57	c cleaning 10002 clauses out of 20016 with flag 955000/955000
372.79/197.52	c cleaning 9998 clauses out of 20015 with flag 965001/965001
376.61/199.58	c cleaning 9999 clauses out of 20017 with flag 975001/975001
380.78/201.79	c cleaning 10002 clauses out of 20017 with flag 985000/985000
385.22/204.01	c cleaning 9997 clauses out of 20015 with flag 995000/995000
389.24/206.20	c cleaning 10000 clauses out of 20018 with flag 1005000/1005000
393.48/208.34	c cleaning 10001 clauses out of 20019 with flag 1015001/1015001
397.59/210.60	c cleaning 10001 clauses out of 20017 with flag 1025000/1025000
402.23/212.92	c cleaning 10000 clauses out of 20016 with flag 1035000/1035000
406.66/215.25	c cleaning 9998 clauses out of 20016 with flag 1045000/1045000
411.11/217.59	c cleaning 10005 clauses out of 20021 with flag 1055003/1055003
415.83/220.06	c cleaning 9999 clauses out of 20014 with flag 1065001/1065001
420.45/222.46	c cleaning 9998 clauses out of 20014 with flag 1075000/1075000
425.11/224.81	c cleaning 9998 clauses out of 20016 with flag 1085000/1085000
429.52/227.17	c cleaning 10000 clauses out of 20019 with flag 1095001/1095001
434.43/229.77	c cleaning 10005 clauses out of 20020 with flag 1105002/1105002
439.24/232.27	c cleaning 10002 clauses out of 20013 with flag 1115000/1115000
444.06/234.72	c cleaning 9999 clauses out of 20011 with flag 1125000/1125000
448.69/237.11	c cleaning 9993 clauses out of 20012 with flag 1135000/1135000
453.63/239.73	c cleaning 10002 clauses out of 20020 with flag 1145001/1145001
458.64/242.34	c cleaning 10003 clauses out of 20017 with flag 1155000/1155000
463.27/244.78	c cleaning 10001 clauses out of 20015 with flag 1165001/1165001
468.11/247.28	c cleaning 9996 clauses out of 20013 with flag 1175000/1175000
473.21/249.98	c cleaning 10002 clauses out of 20018 with flag 1185001/1185001
477.03/251.98	c cleaning 10003 clauses out of 20016 with flag 1195001/1195001
481.06/254.10	c cleaning 9996 clauses out of 20013 with flag 1205001/1205001
485.29/256.28	c cleaning 10001 clauses out of 20016 with flag 1215000/1215000
489.58/258.55	c cleaning 9998 clauses out of 20015 with flag 1225000/1225000
493.98/260.87	c cleaning 10002 clauses out of 20017 with flag 1235000/1235000
498.18/263.05	c cleaning 10000 clauses out of 20015 with flag 1245000/1245000
502.60/265.32	c cleaning 10001 clauses out of 20017 with flag 1255002/1255002
506.70/267.50	c cleaning 9998 clauses out of 20017 with flag 1265003/1265003
510.72/269.64	c cleaning 9999 clauses out of 20018 with flag 1275002/1275002
514.74/271.78	c cleaning 10002 clauses out of 20018 with flag 1285001/1285001
519.16/274.04	c cleaning 10000 clauses out of 20015 with flag 1295000/1295000
523.64/276.42	c cleaning 9996 clauses out of 20016 with flag 1305001/1305001
527.86/278.67	c cleaning 10005 clauses out of 20021 with flag 1315002/1315002
532.28/280.93	c cleaning 9999 clauses out of 20016 with flag 1325002/1325002
536.27/283.09	c cleaning 10002 clauses out of 20015 with flag 1335000/1335000
540.12/285.15	c cleaning 9999 clauses out of 20014 with flag 1345001/1345001
543.72/287.03	c cleaning 10001 clauses out of 20014 with flag 1355000/1355000
547.49/289.05	c cleaning 10003 clauses out of 20014 with flag 1365001/1365001
551.49/291.17	c cleaning 9998 clauses out of 20011 with flag 1375001/1375001
555.74/293.40	c cleaning 10000 clauses out of 20014 with flag 1385002/1385002
559.56/295.49	c cleaning 9998 clauses out of 20014 with flag 1395002/1395002
563.97/297.72	c cleaning 10002 clauses out of 20015 with flag 1405001/1405001
568.17/299.97	c cleaning 9998 clauses out of 20015 with flag 1415003/1415003
572.47/302.29	c cleaning 10001 clauses out of 20015 with flag 1425001/1425001
576.64/304.42	c cleaning 10000 clauses out of 20013 with flag 1435000/1435000
580.63/306.54	c cleaning 9994 clauses out of 20014 with flag 1445001/1445001
584.80/308.71	c cleaning 10002 clauses out of 20020 with flag 1455001/1455001
588.84/310.98	c cleaning 10002 clauses out of 20018 with flag 1465001/1465001
593.07/313.12	c cleaning 10002 clauses out of 20017 with flag 1475002/1475002
597.28/315.34	c cleaning 10001 clauses out of 20014 with flag 1485001/1485001
601.48/317.52	c cleaning 9994 clauses out of 20012 with flag 1495000/1495000
605.94/319.96	c cleaning 10001 clauses out of 20018 with flag 1505000/1505000
610.33/322.23	c cleaning 10002 clauses out of 20017 with flag 1515000/1515000
614.53/324.48	c cleaning 10000 clauses out of 20015 with flag 1525000/1525000
618.94/326.71	c cleaning 10004 clauses out of 20017 with flag 1535002/1535002
623.39/329.15	c cleaning 9996 clauses out of 20012 with flag 1545001/1545001
627.58/331.37	c cleaning 10002 clauses out of 20015 with flag 1555000/1555000
631.96/333.64	c cleaning 9997 clauses out of 20013 with flag 1565000/1565000
636.37/335.90	c cleaning 9997 clauses out of 20016 with flag 1575000/1575000
640.81/338.37	c cleaning 10003 clauses out of 20020 with flag 1585001/1585001
645.19/340.66	c cleaning 10001 clauses out of 20017 with flag 1595001/1595001
649.59/342.92	c cleaning 10001 clauses out of 20017 with flag 1605002/1605002
653.78/345.19	c cleaning 10000 clauses out of 20015 with flag 1615001/1615001
658.42/347.66	c cleaning 10000 clauses out of 20014 with flag 1625000/1625000
662.63/349.85	c cleaning 10000 clauses out of 20015 with flag 1635001/1635001
667.19/352.26	c cleaning 10004 clauses out of 20014 with flag 1645000/1645000
671.61/354.56	c cleaning 9999 clauses out of 20010 with flag 1655000/1655000
676.45/357.13	c cleaning 10001 clauses out of 20011 with flag 1665000/1665000
681.02/359.51	c cleaning 9997 clauses out of 20010 with flag 1675000/1675000
685.63/361.96	c cleaning 10000 clauses out of 20014 with flag 1685001/1685001
690.37/364.42	c cleaning 10003 clauses out of 20013 with flag 1695000/1695000
695.17/367.07	c cleaning 10000 clauses out of 20010 with flag 1705000/1705000
699.98/369.53	c cleaning 10000 clauses out of 20011 with flag 1715001/1715001
704.55/371.99	c cleaning 9997 clauses out of 20011 with flag 1725001/1725001
709.55/374.57	c cleaning 10002 clauses out of 20014 with flag 1735001/1735001
714.38/377.19	c cleaning 9997 clauses out of 20012 with flag 1745001/1745001
719.36/379.80	c cleaning 9999 clauses out of 20014 with flag 1755000/1755000
724.15/382.29	c cleaning 9999 clauses out of 20015 with flag 1765000/1765000
728.93/384.78	c cleaning 10002 clauses out of 20018 with flag 1775002/1775002
733.59/387.23	c cleaning 10001 clauses out of 20015 with flag 1785001/1785001
737.96/389.54	c cleaning 10000 clauses out of 20013 with flag 1795000/1795000
742.55/391.93	c cleaning 9994 clauses out of 20014 with flag 1805001/1805001
747.14/394.35	c cleaning 10004 clauses out of 20019 with flag 1815000/1815000
751.95/396.95	c cleaning 10001 clauses out of 20016 with flag 1825001/1825001
756.72/399.40	c cleaning 10001 clauses out of 20014 with flag 1835000/1835000
761.30/401.86	c cleaning 9998 clauses out of 20014 with flag 1845001/1845001
766.11/404.33	c cleaning 10002 clauses out of 20015 with flag 1855000/1855000
770.72/406.82	c cleaning 10002 clauses out of 20013 with flag 1865000/1865000
775.29/409.21	c cleaning 9998 clauses out of 20011 with flag 1875000/1875000
779.87/411.61	c cleaning 10002 clauses out of 20013 with flag 1885000/1885000
784.65/414.10	c cleaning 9997 clauses out of 20012 with flag 1895001/1895001
789.46/416.71	c cleaning 9998 clauses out of 20016 with flag 1905002/1905002
794.02/419.16	c cleaning 9999 clauses out of 20016 with flag 1915000/1915000
798.81/421.68	c cleaning 10005 clauses out of 20019 with flag 1925002/1925002
803.57/424.12	c cleaning 10000 clauses out of 20012 with flag 1935000/1935000
808.42/426.80	c cleaning 9999 clauses out of 20014 with flag 1945002/1945002
813.18/429.27	c cleaning 9996 clauses out of 20014 with flag 1955001/1955001
817.95/431.78	c cleaning 10001 clauses out of 20021 with flag 1965004/1965004
822.74/434.27	c cleaning 10000 clauses out of 20016 with flag 1975000/1975000
827.97/437.00	c cleaning 9998 clauses out of 20016 with flag 1985000/1985000
832.73/439.57	c cleaning 10004 clauses out of 20018 with flag 1995000/1995000
836.91/441.74	c cleaning 10003 clauses out of 20014 with flag 2005000/2005000
840.64/443.78	c cleaning 10002 clauses out of 20013 with flag 2015002/2015002
844.65/445.90	c cleaning 9994 clauses out of 20009 with flag 2025000/2025000
848.41/448.00	c cleaning 10002 clauses out of 20017 with flag 2035002/2035002
852.20/449.96	c cleaning 9998 clauses out of 20013 with flag 2045000/2045000
855.93/451.97	c cleaning 9995 clauses out of 20016 with flag 2055001/2055001
860.16/454.27	c cleaning 9998 clauses out of 20020 with flag 2065000/2065000
864.52/456.58	c cleaning 10008 clauses out of 20022 with flag 2075000/2075000
868.70/458.76	c cleaning 9999 clauses out of 20016 with flag 2085002/2085002
873.07/461.02	c cleaning 10001 clauses out of 20015 with flag 2095000/2095000
877.46/463.40	c cleaning 10002 clauses out of 20016 with flag 2105002/2105002
881.63/465.64	c cleaning 9996 clauses out of 20013 with flag 2115001/2115001
885.80/467.88	c cleaning 9999 clauses out of 20016 with flag 2125000/2125000
889.53/469.88	c cleaning 10002 clauses out of 20017 with flag 2135000/2135000
893.72/472.13	c cleaning 10003 clauses out of 20018 with flag 2145003/2145003
897.67/474.27	c cleaning 10001 clauses out of 20015 with flag 2155003/2155003
902.07/476.54	c cleaning 9999 clauses out of 20013 with flag 2165002/2165002
906.45/478.83	c cleaning 9999 clauses out of 20012 with flag 2175000/2175000
911.05/481.30	c cleaning 10003 clauses out of 20014 with flag 2185001/2185001
915.20/483.51	c cleaning 10003 clauses out of 20011 with flag 2195001/2195001
919.16/485.66	c cleaning 9999 clauses out of 20008 with flag 2205001/2205001
923.54/487.93	c cleaning 10000 clauses out of 20008 with flag 2215000/2215000
927.94/490.39	c cleaning 9995 clauses out of 20008 with flag 2225000/2225000
932.32/492.69	c cleaning 10000 clauses out of 20014 with flag 2235001/2235001
936.88/495.09	c cleaning 10000 clauses out of 20013 with flag 2245000/2245000
941.22/497.37	c cleaning 10000 clauses out of 20013 with flag 2255000/2255000
945.81/499.81	c cleaning 9999 clauses out of 20014 with flag 2265001/2265001
949.98/502.05	c cleaning 9998 clauses out of 20015 with flag 2275001/2275001
954.53/504.41	c cleaning 10005 clauses out of 20017 with flag 2285001/2285001
958.92/506.74	c cleaning 10004 clauses out of 20014 with flag 2295003/2295003
963.53/509.30	c cleaning 9997 clauses out of 20007 with flag 2305000/2305000
968.29/511.73	c cleaning 9996 clauses out of 20010 with flag 2315000/2315000
972.83/514.16	c cleaning 10004 clauses out of 20015 with flag 2325001/2325001
977.58/516.64	c cleaning 9999 clauses out of 20012 with flag 2335002/2335002
982.58/519.34	c cleaning 9999 clauses out of 20011 with flag 2345000/2345000
987.34/521.87	c cleaning 10000 clauses out of 20015 with flag 2355003/2355003
992.11/524.39	c cleaning 9996 clauses out of 20012 with flag 2365000/2365000
997.11/526.98	c cleaning 10001 clauses out of 20019 with flag 2375003/2375003
1002.28/529.79	c cleaning 10002 clauses out of 20015 with flag 2385000/2385000
1007.23/532.35	c cleaning 10001 clauses out of 20014 with flag 2395001/2395001
1012.15/534.96	c cleaning 9996 clauses out of 20012 with flag 2405000/2405000
1017.11/537.55	c cleaning 9998 clauses out of 20016 with flag 2415000/2415000
1022.10/540.29	c cleaning 10002 clauses out of 20019 with flag 2425001/2425001
1027.08/542.90	c cleaning 9999 clauses out of 20016 with flag 2435000/2435000
1031.64/545.28	c cleaning 10002 clauses out of 20018 with flag 2445001/2445001
1035.76/547.43	c cleaning 10001 clauses out of 20016 with flag 2455001/2455001
1039.71/549.67	c cleaning 10000 clauses out of 20016 with flag 2465002/2465002
1043.63/551.76	c cleaning 9996 clauses out of 20014 with flag 2475000/2475000
1047.76/553.92	c cleaning 10003 clauses out of 20018 with flag 2485000/2485000
1051.69/556.09	c cleaning 10001 clauses out of 20015 with flag 2495000/2495000
1056.03/558.42	c cleaning 10000 clauses out of 20015 with flag 2505001/2505001
1060.19/560.61	c cleaning 9998 clauses out of 20014 with flag 2515000/2515000
1064.34/562.82	c cleaning 10002 clauses out of 20017 with flag 2525001/2525001
1068.46/565.06	c cleaning 10000 clauses out of 20014 with flag 2535000/2535000
1072.87/567.50	c cleaning 10005 clauses out of 20015 with flag 2545001/2545001
1076.98/569.68	c cleaning 9999 clauses out of 20011 with flag 2555002/2555002
1081.32/571.92	c cleaning 9999 clauses out of 20010 with flag 2565000/2565000
1085.23/574.04	c cleaning 9995 clauses out of 20011 with flag 2575000/2575000
1089.38/576.37	c cleaning 9998 clauses out of 20016 with flag 2585000/2585000
1093.49/578.56	c cleaning 9998 clauses out of 20018 with flag 2595000/2595000
1097.83/580.82	c cleaning 9999 clauses out of 20020 with flag 2605000/2605000
1101.95/583.01	c cleaning 10005 clauses out of 20023 with flag 2615002/2615002
1106.06/585.33	c cleaning 10000 clauses out of 20016 with flag 2625000/2625000
1109.99/587.45	c cleaning 9999 clauses out of 20019 with flag 2635003/2635003
1114.15/589.65	c cleaning 9997 clauses out of 20017 with flag 2645000/2645000
1118.28/591.86	c cleaning 10001 clauses out of 20020 with flag 2655000/2655000
1122.41/594.13	c cleaning 10002 clauses out of 20020 with flag 2665001/2665001
1126.79/596.42	c cleaning 10003 clauses out of 20017 with flag 2675000/2675000
1130.93/598.63	c cleaning 10000 clauses out of 20014 with flag 2685000/2685000
1135.07/600.84	c cleaning 9997 clauses out of 20014 with flag 2695000/2695000
1139.61/603.39	c cleaning 10002 clauses out of 20017 with flag 2705000/2705000
1144.37/605.80	c cleaning 9997 clauses out of 20015 with flag 2715000/2715000
1148.72/608.11	c cleaning 10003 clauses out of 20019 with flag 2725001/2725001
1153.29/610.52	c cleaning 10005 clauses out of 20018 with flag 2735003/2735003
1157.82/613.04	c cleaning 9995 clauses out of 20010 with flag 2745000/2745000
1162.17/615.38	c cleaning 10002 clauses out of 20016 with flag 2755001/2755001
1166.68/617.79	c cleaning 9996 clauses out of 20013 with flag 2765000/2765000
1171.21/620.19	c cleaning 9999 clauses out of 20017 with flag 2775000/2775000
1176.16/622.85	c cleaning 10002 clauses out of 20018 with flag 2785000/2785000
1180.92/625.35	c cleaning 9999 clauses out of 20017 with flag 2795001/2795001
1185.47/627.80	c cleaning 10001 clauses out of 20017 with flag 2805000/2805000
1190.21/630.26	c cleaning 10002 clauses out of 20016 with flag 2815000/2815000
1195.14/632.92	c cleaning 9998 clauses out of 20015 with flag 2825001/2825001
1199.68/635.34	c cleaning 9996 clauses out of 20017 with flag 2835001/2835001
1204.44/637.82	c cleaning 10001 clauses out of 20021 with flag 2845001/2845001
1209.18/640.40	c cleaning 10000 clauses out of 20020 with flag 2855001/2855001
1214.12/643.06	c cleaning 10000 clauses out of 20019 with flag 2865000/2865000
1219.06/645.60	c cleaning 10000 clauses out of 20019 with flag 2875000/2875000
1223.39/647.99	c cleaning 10001 clauses out of 20021 with flag 2885002/2885002
1228.12/650.50	c cleaning 10000 clauses out of 20020 with flag 2895002/2895002
1233.28/653.20	c cleaning 10002 clauses out of 20018 with flag 2905000/2905000
1237.62/655.54	c cleaning 10001 clauses out of 20016 with flag 2915000/2915000
1241.95/657.84	c cleaning 9997 clauses out of 20015 with flag 2925000/2925000
1246.48/660.24	c cleaning 9997 clauses out of 20018 with flag 2935000/2935000
1251.20/662.86	c cleaning 10001 clauses out of 20024 with flag 2945003/2945003
1255.73/665.25	c cleaning 10000 clauses out of 20020 with flag 2955000/2955000
1260.48/667.77	c cleaning 10001 clauses out of 20020 with flag 2965000/2965000
1265.20/670.29	c cleaning 9998 clauses out of 20021 with flag 2975002/2975002
1270.14/672.95	c cleaning 10003 clauses out of 20022 with flag 2985001/2985001
1274.65/675.33	c cleaning 10000 clauses out of 20018 with flag 2995000/2995000
1278.34/677.39	c cleaning 10004 clauses out of 20018 with flag 3005000/3005000
1282.65/679.62	c cleaning 10003 clauses out of 20015 with flag 3015001/3015001
1287.40/682.21	c cleaning 10000 clauses out of 20013 with flag 3025002/3025002
1291.75/684.55	c cleaning 9999 clauses out of 20011 with flag 3035000/3035000
1296.08/686.87	c cleaning 9998 clauses out of 20012 with flag 3045000/3045000
1300.62/689.21	c cleaning 10003 clauses out of 20016 with flag 3055002/3055002
1304.94/691.62	c cleaning 10001 clauses out of 20012 with flag 3065001/3065001
1309.08/693.89	c cleaning 9997 clauses out of 20010 with flag 3075000/3075000
1313.17/696.07	c cleaning 9997 clauses out of 20013 with flag 3085000/3085000
1314.64/696.97	c And the winner is Resolution
1315.70/698.44	c Got one! Elapsed wall clock time (in seconds):698.312
1315.70/698.44	o 26
1317.64/699.42	c cleaning 10003 clauses out of 20017 with flag 3095001/3095001
1321.55/701.61	c cleaning 10002 clauses out of 20013 with flag 3105000/3105000
1325.26/703.67	c cleaning 10000 clauses out of 20012 with flag 3115001/3115001
1328.81/705.58	c cleaning 9998 clauses out of 20012 with flag 3125001/3125001
1332.50/707.55	c cleaning 10002 clauses out of 20013 with flag 3135000/3135000
1336.58/709.82	c cleaning 10000 clauses out of 20012 with flag 3145001/3145001
1340.49/711.91	c cleaning 9999 clauses out of 20011 with flag 3155000/3155000
1344.40/714.03	c cleaning 9997 clauses out of 20013 with flag 3165001/3165001
1348.32/716.13	c cleaning 10001 clauses out of 20015 with flag 3175000/3175000
1352.57/718.51	c cleaning 9999 clauses out of 20014 with flag 3185000/3185000
1356.28/720.55	c cleaning 9999 clauses out of 20016 with flag 3195001/3195001
1360.37/722.76	c cleaning 10003 clauses out of 20017 with flag 3205001/3205001
1364.86/725.12	c cleaning 10002 clauses out of 20013 with flag 3215000/3215000
1369.60/727.77	c cleaning 9999 clauses out of 20011 with flag 3225000/3225000
1374.10/730.12	c cleaning 10001 clauses out of 20013 with flag 3235001/3235001
1378.61/732.59	c cleaning 9999 clauses out of 20013 with flag 3245002/3245002
1383.11/734.97	c cleaning 9999 clauses out of 20013 with flag 3255001/3255001
1387.62/737.49	c cleaning 9999 clauses out of 20013 with flag 3265000/3265000
1392.31/739.95	c cleaning 10001 clauses out of 20015 with flag 3275001/3275001
1396.85/742.39	c cleaning 9996 clauses out of 20013 with flag 3285000/3285000
1401.58/744.87	c cleaning 10003 clauses out of 20017 with flag 3295000/3295000
1406.10/747.37	c cleaning 10001 clauses out of 20015 with flag 3305001/3305001
1410.64/749.77	c cleaning 10002 clauses out of 20014 with flag 3315001/3315001
1415.17/752.13	c cleaning 9998 clauses out of 20012 with flag 3325001/3325001
1419.71/754.56	c cleaning 10003 clauses out of 20015 with flag 3335002/3335002
1424.61/757.29	c cleaning 9997 clauses out of 20010 with flag 3345000/3345000
1429.12/759.67	c cleaning 10001 clauses out of 20013 with flag 3355000/3355000
1433.63/762.08	c cleaning 9998 clauses out of 20012 with flag 3365000/3365000
1438.34/764.53	c cleaning 10000 clauses out of 20015 with flag 3375001/3375001
1443.25/767.23	c cleaning 9997 clauses out of 20014 with flag 3385000/3385000
1447.96/769.71	c cleaning 10000 clauses out of 20018 with flag 3395001/3395001
1452.69/772.21	c cleaning 9999 clauses out of 20017 with flag 3405000/3405000
1457.16/774.63	c cleaning 10002 clauses out of 20018 with flag 3415000/3415000
1461.87/777.24	c cleaning 9999 clauses out of 20016 with flag 3425000/3425000
1466.35/779.67	c cleaning 10001 clauses out of 20018 with flag 3435001/3435001
1471.08/782.16	c cleaning 10002 clauses out of 20017 with flag 3445001/3445001
1475.35/784.42	c cleaning 10002 clauses out of 20014 with flag 3455000/3455000
1479.40/786.78	c cleaning 9992 clauses out of 20012 with flag 3465000/3465000
1483.69/789.04	c cleaning 10000 clauses out of 20020 with flag 3475000/3475000
1488.02/791.36	c cleaning 10002 clauses out of 20020 with flag 3485000/3485000
1492.55/793.76	c cleaning 10001 clauses out of 20019 with flag 3495001/3495001
1497.28/796.36	c cleaning 10001 clauses out of 20018 with flag 3505001/3505001
1501.97/798.87	c cleaning 9998 clauses out of 20016 with flag 3515000/3515000
1506.47/801.27	c cleaning 10002 clauses out of 20018 with flag 3525000/3525000
1511.35/803.81	c cleaning 10003 clauses out of 20017 with flag 3535001/3535001
1516.02/806.49	c cleaning 10001 clauses out of 20013 with flag 3545000/3545000
1520.52/808.87	c cleaning 9999 clauses out of 20013 with flag 3555001/3555001
1525.05/811.21	c cleaning 10002 clauses out of 20014 with flag 3565001/3565001
1529.34/813.53	c cleaning 9998 clauses out of 20012 with flag 3575001/3575001
1534.03/816.18	c cleaning 9998 clauses out of 20013 with flag 3585000/3585000
1538.71/818.66	c cleaning 10001 clauses out of 20015 with flag 3595000/3595000
1543.39/821.11	c cleaning 10001 clauses out of 20014 with flag 3605000/3605000
1548.07/823.63	c cleaning 9992 clauses out of 20013 with flag 3615000/3615000
1552.93/826.35	c cleaning 10005 clauses out of 20022 with flag 3625001/3625001
1557.61/828.84	c cleaning 10000 clauses out of 20018 with flag 3635002/3635002
1562.47/831.43	c cleaning 10002 clauses out of 20017 with flag 3645001/3645001
1567.57/834.13	c cleaning 9996 clauses out of 20014 with flag 3655000/3655000
1572.62/836.91	c cleaning 10000 clauses out of 20019 with flag 3665001/3665001
1576.94/839.30	c cleaning 10003 clauses out of 20019 with flag 3675001/3675001
1581.62/841.71	c cleaning 10000 clauses out of 20015 with flag 3685000/3685000
1586.29/844.23	c cleaning 10001 clauses out of 20015 with flag 3695000/3695000
1591.36/847.03	c cleaning 9999 clauses out of 20016 with flag 3705002/3705002
1596.23/849.62	c cleaning 9998 clauses out of 20015 with flag 3715000/3715000
1601.16/852.22	c cleaning 10001 clauses out of 20017 with flag 3725000/3725000
1605.84/854.79	c cleaning 9999 clauses out of 20016 with flag 3735000/3735000
1611.11/857.67	c cleaning 10003 clauses out of 20019 with flag 3745002/3745002
1615.83/860.18	c cleaning 10000 clauses out of 20014 with flag 3755000/3755000
1620.67/862.70	c cleaning 9994 clauses out of 20014 with flag 3765000/3765000
1625.56/865.38	c cleaning 10002 clauses out of 20023 with flag 3775003/3775003
1630.82/868.28	c cleaning 10004 clauses out of 20019 with flag 3785001/3785001
1635.92/870.92	c cleaning 10000 clauses out of 20014 with flag 3795000/3795000
1641.02/873.61	c cleaning 10001 clauses out of 20014 with flag 3805000/3805000
1645.89/876.29	c cleaning 9996 clauses out of 20013 with flag 3815000/3815000
1651.16/879.20	c cleaning 10002 clauses out of 20017 with flag 3825000/3825000
1656.22/881.80	c cleaning 10003 clauses out of 20017 with flag 3835002/3835002
1660.92/884.38	c cleaning 10000 clauses out of 20012 with flag 3845000/3845000
1665.59/886.89	c cleaning 9999 clauses out of 20012 with flag 3855000/3855000
1670.63/889.65	c cleaning 9994 clauses out of 20013 with flag 3865000/3865000
1675.50/892.20	c cleaning 10002 clauses out of 20020 with flag 3875001/3875001
1680.18/894.76	c cleaning 10003 clauses out of 20017 with flag 3885000/3885000
1685.10/897.38	c cleaning 9999 clauses out of 20014 with flag 3895000/3895000
1690.32/900.23	c cleaning 10001 clauses out of 20016 with flag 3905001/3905001
1695.18/902.84	c cleaning 10000 clauses out of 20014 with flag 3915000/3915000
1699.86/905.38	c cleaning 9994 clauses out of 20014 with flag 3925000/3925000
1704.73/907.96	c cleaning 10001 clauses out of 20021 with flag 3935001/3935001
1709.82/910.80	c cleaning 10003 clauses out of 20021 with flag 3945002/3945002
1714.89/913.48	c cleaning 9995 clauses out of 20016 with flag 3955000/3955000
1719.96/916.13	c cleaning 10004 clauses out of 20021 with flag 3965000/3965000
1725.04/918.87	c cleaning 10002 clauses out of 20017 with flag 3975000/3975000
1730.45/921.88	c cleaning 9997 clauses out of 20015 with flag 3985000/3985000
1735.72/924.61	c cleaning 9997 clauses out of 20018 with flag 3995000/3995000
1740.20/927.05	c cleaning 10005 clauses out of 20021 with flag 4005000/4005000
1744.87/929.52	c cleaning 10003 clauses out of 20017 with flag 4015001/4015001
1749.91/932.32	c cleaning 9997 clauses out of 20014 with flag 4025001/4025001
1754.38/934.73	c cleaning 9999 clauses out of 20016 with flag 4035000/4035000
1758.86/937.20	c cleaning 10000 clauses out of 20018 with flag 4045001/4045001
1763.55/939.68	c cleaning 10002 clauses out of 20018 with flag 4055001/4055001
1768.61/942.48	c cleaning 10000 clauses out of 20015 with flag 4065000/4065000
1773.32/944.96	c cleaning 10002 clauses out of 20016 with flag 4075001/4075001
1778.16/947.58	c cleaning 10000 clauses out of 20014 with flag 4085001/4085001
1782.85/950.06	c cleaning 9997 clauses out of 20013 with flag 4095000/4095000
1787.88/952.90	c cleaning 9995 clauses out of 20016 with flag 4105000/4105000
1792.73/955.47	c cleaning 10002 clauses out of 20021 with flag 4115000/4115000
1797.62/958.08	c cleaning 10002 clauses out of 20019 with flag 4125000/4125000
1800.22/959.51	c starts		: 258
1800.22/959.51	c conflicts		: 4129502
1800.22/959.51	c decisions		: 6470781
1800.22/959.51	c propagations		: 444013656
1800.22/959.51	c inspects		: 4141024369
1800.22/959.51	c learnt literals	: 0
1800.22/959.51	c learnt binary clauses	: 0
1800.22/959.51	c learnt ternary clauses	: 0
1800.22/959.51	c learnt clauses	: 4129502
1800.22/959.51	c ignored clauses	: 0
1800.22/959.51	c root simplifications	: 0
1800.22/959.51	c removed literals (reason simplification)	: 4816044
1800.22/959.51	c reason swapping (by a shorter reason)	: 0
1800.22/959.51	c Calls to reduceDB	: 414
1800.22/959.51	c number of reductions to clauses (during analyze)	: 0
1800.22/959.51	c number of learned constraints concerned by reduction	: 0
1800.22/959.51	c number of learning phase by resolution	: 0
1800.22/959.51	c number of learning phase by cutting planes	: 0
1800.22/959.51	c speed (assignments/second)	: 1700772.6015643554
1800.22/959.51	c non guided choices	54
1800.22/959.52	c learnt constraints type 
1800.22/959.52	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14583
1800.22/959.52	c constraints type 
1800.22/959.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2692
1800.22/959.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.22/959.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
1800.22/959.52	c constraints type 
1800.22/959.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2692
1800.22/959.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.22/959.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
1800.22/959.52	s SATISFIABLE
1800.22/959.52	v x1 -x2 -x3 x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 x20 -x21 x22 x23 x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 x92 -x93 -x94 x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 x153 -x154 -x155 -x156 -x157 -x158 x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1800.22/959.52	c objective function=26
1800.22/959.52	c Total wall clock time (in seconds): 959.393

Verifier Data

OK	26

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-3736951-1338752546/watcher-3736951-1338752546 -o /tmp/evaluation-result-3736951-1338752546/solver-3736951-1338752546 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736951-1338752546.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.59 3.75 3.78 4/197 13263
/proc/meminfo: memFree=25919356/32873844 swapFree=7628/7628
[pid=13263] ppid=13261 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/13263/stat : 13263 (java6) D 13261 13263 9489 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 341379446 2560000 46 33554432000 1073741824 1073778376 140736247708928 140736247706056 223642479911 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/13263/statm: 625 46 37 9 0 29 0

[startup+0.014992 s]
/proc/loadavg: 3.59 3.75 3.78 4/197 13263
/proc/meminfo: memFree=25919356/32873844 swapFree=7628/7628
[pid=13263] ppid=13261 vsize=89800 CPUtime=0 cores=1,3,5,7
/proc/13263/stat : 13263 (java) S 13261 13263 9489 0 -1 4202496 1182 0 0 0 0 0 0 0 20 0 2 0 341379446 91955200 901 33554432000 1073741824 1073778376 140736689201520 140736689192656 223655002173 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13263/statm: 22970 907 689 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 89800

[startup+0.100273 s]
/proc/loadavg: 3.59 3.75 3.78 4/197 13263
/proc/meminfo: memFree=25919356/32873844 swapFree=7628/7628
[pid=13263] ppid=13261 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/13263/stat : 13263 (java) S 13261 13263 9489 0 -1 4202496 3896 0 1 0 5 1 0 0 20 0 18 0 341379446 2764726272 5615 33554432000 1073741824 1073778376 140736689201520 140736689192656 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13263/statm: 674982 5615 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300293 s]
/proc/loadavg: 3.59 3.75 3.78 4/197 13263
/proc/meminfo: memFree=25919356/32873844 swapFree=7628/7628
[pid=13263] ppid=13261 vsize=2699928 CPUtime=0.4 cores=1,3,5,7
/proc/13263/stat : 13263 (java) S 13261 13263 9489 0 -1 4202496 5427 0 1 0 39 1 0 0 20 0 18 0 341379446 2764726272 7985 33554432000 1073741824 1073778376 140736689201520 140736689192656 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13263/statm: 674982 7985 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 2699928

[startup+0.700253 s]
/proc/loadavg: 3.59 3.75 3.78 4/197 13263
/proc/meminfo: memFree=25919356/32873844 swapFree=7628/7628
[pid=13263] ppid=13261 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/13263/stat : 13263 (java) S 13261 13263 9489 0 -1 4202496 9754 0 1 0 100 4 0 0 20 0 20 0 341379446 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140736689192656 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13263/statm: 741546 13334 2247 9 0 732240 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 2966184

[startup+1.50066 s]
/proc/loadavg: 3.59 3.75 3.78 2/217 13285
/proc/meminfo: memFree=25875392/32873844 swapFree=7628/7628
[pid=13263] ppid=13261 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/13263/stat : 13263 (java) S 13261 13263 9489 0 -1 4202496 9754 0 1 0 100 4 0 0 20 0 20 0 341379446 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140736689192656 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13263/statm: 741546 13334 2247 9 0 732240 0
[pid=13263/tid=13265] ppid=13261 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/13263/task/13265/stat : 13265 (java) S 13261 13263 9489 0 -1 4202560 2799 0 1 0 45 2 0 0 20 0 20 0 341379447 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018597209240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13266] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13266/stat : 13266 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018581489832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13267] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13267/stat : 13267 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018580437288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13268] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13268/stat : 13268 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018579384744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13269] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13269/stat : 13269 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018578332200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13270] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13270/stat : 13270 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018577279656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13271] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13271/stat : 13271 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018576227112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13272] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13272/stat : 13272 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018575174568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13273] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13273/stat : 13273 (java) S 13261 13263 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018574122024 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13274] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13274/stat : 13274 (java) S 13261 13263 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341379450 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018561710184 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13275] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13275/stat : 13275 (java) S 13261 13263 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341379451 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018560656504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13276] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13276/stat : 13276 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341379451 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018559603848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13277] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13277/stat : 13277 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379453 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018558552592 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13278] ppid=13261 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/13263/task/13278/stat : 13278 (java) S 13261 13263 9489 0 -1 4202560 4198 0 0 0 27 0 0 0 20 0 20 0 341379453 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018557499960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13279] ppid=13261 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/13263/task/13279/stat : 13279 (java) S 13261 13263 9489 0 -1 4202560 1505 0 0 0 19 0 0 0 20 0 20 0 341379453 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018556447416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13280] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13280/stat : 13280 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379453 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018555395064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13281] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13281/stat : 13281 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379454 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018554342728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13284] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13284/stat : 13284 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341379498 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018433647656 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13285] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13285/stat : 13285 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341379498 3037372416 13334 33554432000 1073741824 1073778376 140736689201520 140018432595112 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 2966184

[startup+3.10067 s]
/proc/loadavg: 3.59 3.75 3.78 3/217 13287
/proc/meminfo: memFree=25851376/32873844 swapFree=7628/7628
[pid=13263] ppid=13261 vsize=2966184 CPUtime=1.77 cores=1,3,5,7
/proc/13263/stat : 13263 (java) S 13261 13263 9489 0 -1 4202496 14358 0 1 0 169 8 0 0 20 0 20 0 341379446 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140736689192656 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13263/statm: 741546 22295 2253 9 0 732240 0
[pid=13263/tid=13265] ppid=13261 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/13263/task/13265/stat : 13265 (java) S 13261 13263 9489 0 -1 4202560 2801 0 1 0 46 2 0 0 20 0 20 0 341379447 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018597209240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13266] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13266/stat : 13266 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018581489832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13267] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13267/stat : 13267 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018580437288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13268] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13268/stat : 13268 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018579384744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13269] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13269/stat : 13269 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018578332200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13270] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13270/stat : 13270 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018577279656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13271] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13271/stat : 13271 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018576227112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13272] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13272/stat : 13272 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018575174568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13273] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13273/stat : 13273 (java) S 13261 13263 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341379449 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018574122024 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13274] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13274/stat : 13274 (java) S 13261 13263 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341379450 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018561710184 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13275] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13275/stat : 13275 (java) S 13261 13263 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341379451 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018560656504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13276] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13276/stat : 13276 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341379451 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018559603848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13277] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13277/stat : 13277 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379453 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018558552592 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13278] ppid=13261 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/13263/task/13278/stat : 13278 (java) S 13261 13263 9489 0 -1 4202560 4239 0 0 0 41 0 0 0 20 0 20 0 341379453 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018557499960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13279] ppid=13261 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/13263/task/13279/stat : 13279 (java) S 13261 13263 9489 0 -1 4202560 5995 0 0 0 49 0 0 0 20 0 20 0 341379453 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018556447416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13280] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13280/stat : 13280 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379453 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018555395064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13281] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13281/stat : 13281 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341379454 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018554342728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13284] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13284/stat : 13284 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341379498 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018433647656 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13285] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13285/stat : 13285 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341379498 3037372416 22295 33554432000 1073741824 1073778376 140736689201520 140018432595112 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30093 s]
/proc/loadavg: 3.46 3.72 3.77 5/219 13293
/proc/meminfo: memFree=25508740/32873844 swapFree=7628/7628
[pid=13263] ppid=13261 vsize=2966184 CPUtime=6.27 cores=1,3,5,7
/proc/13263/stat : 13263 (java) S 13261 13263 9489 0 -1 4202496 14664 0 1 0 609 18 0 0 20 0 22 0 341379446 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140736689192656 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13263/statm: 741546 105482 2284 9 0 732240 0
[pid=13263/tid=13265] ppid=13261 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/13263/task/13265/stat : 13265 (java) S 13261 13263 9489 0 -1 4202560 2803 0 1 0 47 2 0 0 20 0 22 0 341379447 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018597209240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13266] ppid=13261 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/13263/task/13266/stat : 13266 (java) S 13261 13263 9489 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 341379449 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018581489832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13267] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13267/stat : 13267 (java) S 13261 13263 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341379449 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018580437288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13268] ppid=13261 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/13263/task/13268/stat : 13268 (java) S 13261 13263 9489 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 341379449 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018579384744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13269] ppid=13261 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/13263/task/13269/stat : 13269 (java) S 13261 13263 9489 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 341379449 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018578332200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13270] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13270/stat : 13270 (java) S 13261 13263 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341379449 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018577279656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13271] ppid=13261 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/13263/task/13271/stat : 13271 (java) S 13261 13263 9489 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 341379449 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018576227112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13272] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13272/stat : 13272 (java) S 13261 13263 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341379449 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018575174568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13273] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13273/stat : 13273 (java) S 13261 13263 9489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341379449 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018574122024 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13274] ppid=13261 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/13263/task/13274/stat : 13274 (java) S 13261 13263 9489 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 22 0 341379450 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018561710184 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13275] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13275/stat : 13275 (java) S 13261 13263 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341379451 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018560656504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13276] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13276/stat : 13276 (java) S 13261 13263 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341379451 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018559603848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13277] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13277/stat : 13277 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341379453 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018558552592 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13278] ppid=13261 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/13263/task/13278/stat : 13278 (java) S 13261 13263 9489 0 -1 4202560 4267 0 0 0 73 0 0 0 20 0 22 0 341379453 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018557499960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13279] ppid=13261 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/13263/task/13279/stat : 13279 (java) S 13261 13263 9489 0 -1 4202560 6015 0 0 0 71 0 0 0 20 0 22 0 341379453 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018556447416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13280] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13280/stat : 13280 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341379453 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018555395064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13281] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13281/stat : 13281 (java) S 13261 13263 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341379454 3037372416 105482 33554432000 1073741824 1073778376 140736689201520 140018554342728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13284] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7

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

[pid=13263/tid=13285] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13285/stat : 13285 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341379498 3037372416 193100 33554432000 1073741824 1073778376 140736689201520 140018432595112 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13391] ppid=13261 vsize=2966184 CPUtime=146.97 cores=1,3,5,7
/proc/13263/task/13391/stat : 13391 (java) R 13261 13263 9489 0 -1 4202560 111 0 0 0 14695 2 0 0 20 0 22 0 341449291 3037372416 193100 33554432000 1073741824 1073778376 140736689201520 140018552234064 140018434338422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13392] ppid=13261 vsize=2966184 CPUtime=147.03 cores=1,3,5,7
/proc/13263/task/13392/stat : 13392 (java) R 13261 13263 9489 0 -1 4202560 92 0 0 0 14699 4 0 0 20 0 22 0 341449291 3037372416 193100 33554432000 1073741824 1073778376 140736689201520 140018553285088 140018434253152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1656.83
Current children cumulated vsize (KiB) 2966184

[startup+942.301 s]
/proc/loadavg: 3.66 3.76 3.77 5/219 13395
/proc/meminfo: memFree=25111828/32873844 swapFree=7628/7628
[pid=13263] ppid=13261 vsize=2966184 CPUtime=1768.41 cores=1,3,5,7
/proc/13263/stat : 13263 (java) S 13261 13263 9489 0 -1 4202496 23424 0 1 0 176644 197 0 0 20 0 22 0 341379446 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140736689192656 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13263/statm: 741546 196172 2285 9 0 732240 0
[pid=13263/tid=13265] ppid=13261 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/13263/task/13265/stat : 13265 (java) S 13261 13263 9489 0 -1 4202560 2930 0 1 0 49 3 0 0 20 0 22 0 341379447 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018597209240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13266] ppid=13261 vsize=2966184 CPUtime=8.27 cores=1,3,5,7
/proc/13263/task/13266/stat : 13266 (java) S 13261 13263 9489 0 -1 4202560 308 0 0 0 818 9 0 0 20 0 22 0 341379449 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018581489832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13267] ppid=13261 vsize=2966184 CPUtime=7.94 cores=1,3,5,7
/proc/13263/task/13267/stat : 13267 (java) S 13261 13263 9489 0 -1 4202560 305 0 0 0 785 9 0 0 20 0 22 0 341379449 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018580437288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13268] ppid=13261 vsize=2966184 CPUtime=8.44 cores=1,3,5,7
/proc/13263/task/13268/stat : 13268 (java) S 13261 13263 9489 0 -1 4202560 307 0 0 0 837 7 0 0 20 0 22 0 341379449 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018579384744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13269] ppid=13261 vsize=2966184 CPUtime=8.11 cores=1,3,5,7
/proc/13263/task/13269/stat : 13269 (java) S 13261 13263 9489 0 -1 4202560 304 0 0 0 802 9 0 0 20 0 22 0 341379449 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018578332200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13270] ppid=13261 vsize=2966184 CPUtime=7.9 cores=1,3,5,7
/proc/13263/task/13270/stat : 13270 (java) S 13261 13263 9489 0 -1 4202560 305 0 0 0 781 9 0 0 20 0 22 0 341379449 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018577279656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13271] ppid=13261 vsize=2966184 CPUtime=8.11 cores=1,3,5,7
/proc/13263/task/13271/stat : 13271 (java) S 13261 13263 9489 0 -1 4202560 314 0 0 0 803 8 0 0 20 0 22 0 341379449 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018576227112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13272] ppid=13261 vsize=2966184 CPUtime=7.74 cores=1,3,5,7
/proc/13263/task/13272/stat : 13272 (java) S 13261 13263 9489 0 -1 4202560 304 0 0 0 766 8 0 0 20 0 22 0 341379449 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018575174568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13273] ppid=13261 vsize=2966184 CPUtime=8.1 cores=1,3,5,7
/proc/13263/task/13273/stat : 13273 (java) S 13261 13263 9489 0 -1 4202560 308 0 0 0 801 9 0 0 20 0 22 0 341379449 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018574122024 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13274] ppid=13261 vsize=2966184 CPUtime=131.84 cores=1,3,5,7
/proc/13263/task/13274/stat : 13274 (java) S 13261 13263 9489 0 -1 4202560 135 0 0 0 13126 58 0 0 20 0 22 0 341379450 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018561710184 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13275] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13275/stat : 13275 (java) S 13261 13263 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341379451 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018560656504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13276] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13276/stat : 13276 (java) S 13261 13263 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341379451 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018559603848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13277] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13277/stat : 13277 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341379453 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018558552592 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13278] ppid=13261 vsize=2966184 CPUtime=1.5 cores=1,3,5,7
/proc/13263/task/13278/stat : 13278 (java) S 13261 13263 9489 0 -1 4202560 9221 0 0 0 148 2 0 0 20 0 22 0 341379453 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018557499960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13279] ppid=13261 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/13263/task/13279/stat : 13279 (java) S 13261 13263 9489 0 -1 4202560 6041 0 0 0 80 0 0 0 20 0 22 0 341379453 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018556447416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13280] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13280/stat : 13280 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341379453 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018555395064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13281] ppid=13261 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/13263/task/13281/stat : 13281 (java) S 13261 13263 9489 0 -1 4202560 56 0 0 0 27 21 0 0 20 0 22 0 341379454 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018554342728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13284] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13284/stat : 13284 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341379498 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018433647656 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13285] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13285/stat : 13285 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341379498 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018432595112 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13391] ppid=13261 vsize=2966184 CPUtime=194.87 cores=1,3,5,7
/proc/13263/task/13391/stat : 13391 (java) R 13261 13263 9489 0 -1 4202560 147 0 0 0 19483 4 0 0 20 0 22 0 341449291 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018552233136 140018434296022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13392] ppid=13261 vsize=2966184 CPUtime=194.92 cores=1,3,5,7
/proc/13263/task/13392/stat : 13392 (java) R 13261 13263 9489 0 -1 4202560 117 0 0 0 19488 4 0 0 20 0 22 0 341449291 3037372416 196172 33554432000 1073741824 1073778376 140736689201520 140018553284864 140018434244500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1768.41
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+959.501 s]
/proc/loadavg: 3.45 3.71 3.75 5/219 13395
/proc/meminfo: memFree=25101588/32873844 swapFree=7628/7628
[pid=13263] ppid=13261 vsize=2966184 CPUtime=1800.22 cores=1,3,5,7
/proc/13263/stat : 13263 (java) S 13261 13263 9489 0 -1 4202496 23449 0 1 0 179821 201 0 0 20 0 22 0 341379446 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140736689192656 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13263/statm: 741546 197196 2285 9 0 732240 0
[pid=13263/tid=13265] ppid=13261 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/13263/task/13265/stat : 13265 (java) S 13261 13263 9489 0 -1 4202560 2932 0 1 0 49 3 0 0 20 0 22 0 341379447 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018597209240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13266] ppid=13261 vsize=2966184 CPUtime=8.49 cores=1,3,5,7
/proc/13263/task/13266/stat : 13266 (java) S 13261 13263 9489 0 -1 4202560 309 0 0 0 840 9 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018581489832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13267] ppid=13261 vsize=2966184 CPUtime=8.14 cores=1,3,5,7
/proc/13263/task/13267/stat : 13267 (java) S 13261 13263 9489 0 -1 4202560 305 0 0 0 805 9 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018580437288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13268] ppid=13261 vsize=2966184 CPUtime=8.67 cores=1,3,5,7
/proc/13263/task/13268/stat : 13268 (java) S 13261 13263 9489 0 -1 4202560 308 0 0 0 860 7 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018579384744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13269] ppid=13261 vsize=2966184 CPUtime=8.28 cores=1,3,5,7
/proc/13263/task/13269/stat : 13269 (java) S 13261 13263 9489 0 -1 4202560 305 0 0 0 819 9 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018578332200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13270] ppid=13261 vsize=2966184 CPUtime=8.11 cores=1,3,5,7
/proc/13263/task/13270/stat : 13270 (java) S 13261 13263 9489 0 -1 4202560 305 0 0 0 802 9 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018577279656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13271] ppid=13261 vsize=2966184 CPUtime=8.32 cores=1,3,5,7
/proc/13263/task/13271/stat : 13271 (java) S 13261 13263 9489 0 -1 4202560 314 0 0 0 824 8 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018576227112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13272] ppid=13261 vsize=2966184 CPUtime=7.96 cores=1,3,5,7
/proc/13263/task/13272/stat : 13272 (java) S 13261 13263 9489 0 -1 4202560 304 0 0 0 788 8 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018575174568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13273] ppid=13261 vsize=2966184 CPUtime=8.32 cores=1,3,5,7
/proc/13263/task/13273/stat : 13273 (java) S 13261 13263 9489 0 -1 4202560 309 0 0 0 822 10 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018574122024 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13274] ppid=13261 vsize=2966184 CPUtime=135.1 cores=1,3,5,7
/proc/13263/task/13274/stat : 13274 (java) S 13261 13263 9489 0 -1 4202560 136 0 0 0 13449 61 0 0 20 0 22 0 341379450 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018561710184 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13275] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13275/stat : 13275 (java) S 13261 13263 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341379451 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018560656504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13276] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13276/stat : 13276 (java) S 13261 13263 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341379451 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018559603848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13277] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13277/stat : 13277 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341379453 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018558552592 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13278] ppid=13261 vsize=2966184 CPUtime=1.5 cores=1,3,5,7
/proc/13263/task/13278/stat : 13278 (java) S 13261 13263 9489 0 -1 4202560 9221 0 0 0 148 2 0 0 20 0 22 0 341379453 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018557499960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13279] ppid=13261 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/13263/task/13279/stat : 13279 (java) S 13261 13263 9489 0 -1 4202560 6041 0 0 0 80 0 0 0 20 0 22 0 341379453 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018556447416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13280] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13280/stat : 13280 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341379453 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018555395064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13281] ppid=13261 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/13263/task/13281/stat : 13281 (java) S 13261 13263 9489 0 -1 4202560 56 0 0 0 27 22 0 0 20 0 22 0 341379454 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018554342728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13284] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13284/stat : 13284 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341379498 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018433647656 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13285] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13285/stat : 13285 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341379498 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018432595112 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13391] ppid=13261 vsize=2966184 CPUtime=208.31 cores=1,3,5,7
/proc/13263/task/13391/stat : 13391 (java) R 13261 13263 9489 0 -1 4202560 159 0 0 0 20826 5 0 0 20 0 22 0 341449291 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018552233040 140018434352272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13392] ppid=13261 vsize=2966184 CPUtime=208.33 cores=1,3,5,7
/proc/13263/task/13392/stat : 13392 (java) R 13261 13263 9489 0 -1 4202560 123 0 0 0 20828 5 0 0 20 0 22 0 341449291 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018553284864 140018434293897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 2966184

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

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

[startup+959.501 s]
/proc/loadavg: 3.45 3.71 3.75 5/219 13395
/proc/meminfo: memFree=25101588/32873844 swapFree=7628/7628
[pid=13263] ppid=13261 vsize=2966184 CPUtime=1800.22 cores=1,3,5,7
/proc/13263/stat : 13263 (java) S 13261 13263 9489 0 -1 4202496 23449 0 1 0 179821 201 0 0 20 0 22 0 341379446 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140736689192656 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13263/statm: 741546 197196 2285 9 0 732240 0
[pid=13263/tid=13265] ppid=13261 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/13263/task/13265/stat : 13265 (java) S 13261 13263 9489 0 -1 4202560 2932 0 1 0 49 3 0 0 20 0 22 0 341379447 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018597209240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13266] ppid=13261 vsize=2966184 CPUtime=8.49 cores=1,3,5,7
/proc/13263/task/13266/stat : 13266 (java) S 13261 13263 9489 0 -1 4202560 309 0 0 0 840 9 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018581489832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13267] ppid=13261 vsize=2966184 CPUtime=8.14 cores=1,3,5,7
/proc/13263/task/13267/stat : 13267 (java) S 13261 13263 9489 0 -1 4202560 305 0 0 0 805 9 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018580437288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13268] ppid=13261 vsize=2966184 CPUtime=8.67 cores=1,3,5,7
/proc/13263/task/13268/stat : 13268 (java) S 13261 13263 9489 0 -1 4202560 308 0 0 0 860 7 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018579384744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13269] ppid=13261 vsize=2966184 CPUtime=8.28 cores=1,3,5,7
/proc/13263/task/13269/stat : 13269 (java) S 13261 13263 9489 0 -1 4202560 305 0 0 0 819 9 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018578332200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13270] ppid=13261 vsize=2966184 CPUtime=8.11 cores=1,3,5,7
/proc/13263/task/13270/stat : 13270 (java) S 13261 13263 9489 0 -1 4202560 305 0 0 0 802 9 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018577279656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13271] ppid=13261 vsize=2966184 CPUtime=8.32 cores=1,3,5,7
/proc/13263/task/13271/stat : 13271 (java) S 13261 13263 9489 0 -1 4202560 314 0 0 0 824 8 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018576227112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13272] ppid=13261 vsize=2966184 CPUtime=7.96 cores=1,3,5,7
/proc/13263/task/13272/stat : 13272 (java) S 13261 13263 9489 0 -1 4202560 304 0 0 0 788 8 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018575174568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13273] ppid=13261 vsize=2966184 CPUtime=8.32 cores=1,3,5,7
/proc/13263/task/13273/stat : 13273 (java) S 13261 13263 9489 0 -1 4202560 309 0 0 0 822 10 0 0 20 0 22 0 341379449 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018574122024 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13274] ppid=13261 vsize=2966184 CPUtime=135.1 cores=1,3,5,7
/proc/13263/task/13274/stat : 13274 (java) S 13261 13263 9489 0 -1 4202560 136 0 0 0 13449 61 0 0 20 0 22 0 341379450 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018561710184 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13275] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13275/stat : 13275 (java) S 13261 13263 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341379451 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018560656504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13276] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13276/stat : 13276 (java) S 13261 13263 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341379451 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018559603848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13277] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13277/stat : 13277 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341379453 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018558552592 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13278] ppid=13261 vsize=2966184 CPUtime=1.5 cores=1,3,5,7
/proc/13263/task/13278/stat : 13278 (java) S 13261 13263 9489 0 -1 4202560 9221 0 0 0 148 2 0 0 20 0 22 0 341379453 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018557499960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13279] ppid=13261 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/13263/task/13279/stat : 13279 (java) S 13261 13263 9489 0 -1 4202560 6041 0 0 0 80 0 0 0 20 0 22 0 341379453 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018556447416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13263/tid=13280] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13280/stat : 13280 (java) S 13261 13263 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341379453 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018555395064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13281] ppid=13261 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/13263/task/13281/stat : 13281 (java) S 13261 13263 9489 0 -1 4202560 56 0 0 0 27 22 0 0 20 0 22 0 341379454 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018554342728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13263/tid=13284] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13284/stat : 13284 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341379498 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018433647656 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13263/tid=13285] ppid=13261 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13263/task/13285/stat : 13285 (java) S 13261 13263 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341379498 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018432595112 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13391] ppid=13261 vsize=2966184 CPUtime=208.31 cores=1,3,5,7
/proc/13263/task/13391/stat : 13391 (java) R 13261 13263 9489 0 -1 4202560 159 0 0 0 20826 5 0 0 20 0 22 0 341449291 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018552233040 140018434352272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13263/tid=13392] ppid=13261 vsize=2966184 CPUtime=208.33 cores=1,3,5,7
/proc/13263/task/13392/stat : 13392 (java) R 13261 13263 9489 0 -1 4202560 123 0 0 0 20828 5 0 0 20 0 22 0 341449291 3037372416 197196 33554432000 1073741824 1073778376 140736689201520 140018553284864 140018434293897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 959.536
CPU time (s): 1800.89
CPU user time (s): 1798.62
CPU system time (s): 2.27265
CPU usage (%): 187.683
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 2.27265
maximum resident set size= 788900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23481
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56560
involuntary context switches= 109209

runsolver used 4.07138 second user time and 9.28359 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 21:42:26
IDJOB=3736951
IDBENCH=48151
IDSOLVER=2324
FILE ID=node144/3736951-1338752546
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= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736951-1338752546/watcher-3736951-1338752546 -o /tmp/evaluation-result-3736951-1338752546/solver-3736951-1338752546 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736951-1338752546.opb

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

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=902797475

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:        25919620 kB
Buffers:         1719172 kB
Cached:          3671384 kB
SwapCached:          464 kB
Active:          4174408 kB
Inactive:        1896484 kB
Active(anon):     660484 kB
Inactive(anon):    11188 kB
Active(file):    3513924 kB
Inactive(file):  1885296 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               132 kB
Writeback:             0 kB
AnonPages:        677984 kB
Mapped:            22488 kB
Shmem:               172 kB
Slab:             740464 kB
SReclaimable:     182228 kB
SUnreclaim:       558236 kB
KernelStack:        1632 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1576096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 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 21:58:27