Trace number 3453975

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)-37 1800.62 941.794

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_2.opb
MD5SUMfecc1e3404707b1609ea9647c91fc73f
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -36
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint60
Maximum length of a constraint105
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37488
Sum of products size (including duplicates)74976
Number of different products18744
Sum of products size37488

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.09/0.08	c version 2.3.1.v20110525
0.09/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.08	c java.vm.version	19.1-b02
0.09/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.08	c sun.arch.data.model	64
0.09/0.08	c java.version		1.6.0_24
0.09/0.08	c os.name		Linux
0.09/0.08	c os.version		2.6.18-164.el5
0.09/0.08	c os.arch		amd64
0.09/0.08	c Free memory 		9996466904
0.09/0.08	c Max memory 		10048897024
0.09/0.08	c Total memory 		10048897024
0.09/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453975-1307194709.opb
0.10/0.11	c reading problem ... 
2.19/0.91	c ... done. Wall clock time 0.808s.
2.19/0.91	c #vars     19244
2.19/0.91	c #constraints  56732
2.19/0.91	c constraints type 
2.19/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18744
2.19/0.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
2.19/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18744
2.19/0.92	c constraints type 
2.19/0.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18744
2.19/0.92	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
2.19/0.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18744
2.62/1.09	c  And the winner is Resolution
2.99/1.45	c SATISFIABLE
2.99/1.45	c OPTIMIZING...
2.99/1.45	c Got one! Elapsed wall clock time (in seconds):1.344
2.99/1.45	o -24
2.99/1.49	c  And the winner is Resolution
3.22/1.96	c Got one! Elapsed wall clock time (in seconds):1.855
3.22/1.96	o -25
3.22/1.99	c  And the winner is Resolution
3.36/2.47	c Got one! Elapsed wall clock time (in seconds):2.363
3.36/2.47	o -26
3.52/2.53	c  And the winner is Resolution
3.56/2.99	c Got one! Elapsed wall clock time (in seconds):2.88
3.56/2.99	o -28
3.58/3.02	c  And the winner is Resolution
3.76/3.49	c Got one! Elapsed wall clock time (in seconds):3.388
3.76/3.49	o -29
3.81/3.54	c  And the winner is Resolution
3.91/4.00	c Got one! Elapsed wall clock time (in seconds):3.896
3.91/4.00	o -30
3.91/4.04	c  And the winner is Resolution
4.09/4.51	c Got one! Elapsed wall clock time (in seconds):4.406
4.09/4.51	o -32
4.09/4.56	c  And the winner is Resolution
4.22/5.02	c Got one! Elapsed wall clock time (in seconds):4.918
4.22/5.03	o -33
4.42/5.18	c  And the winner is Resolution
4.63/5.53	c Got one! Elapsed wall clock time (in seconds):5.425
4.63/5.53	o -34
6.45/6.46	c cleaning 3202 clauses out of 6404 with flag 5000/6404
8.72/7.53	c cleaning 4601 clauses out of 9202 with flag 11000/12404
10.81/8.69	c cleaning 5798 clauses out of 11602 with flag 18001/19405
13.57/10.04	c cleaning 6898 clauses out of 13803 with flag 26000/27404
16.62/11.66	c cleaning 7953 clauses out of 15905 with flag 35000/36404
19.89/13.36	c cleaning 8977 clauses out of 17953 with flag 45001/46405
23.35/15.19	c  And the winner is Resolution
23.84/15.55	c Got one! Elapsed wall clock time (in seconds):15.439
23.84/15.55	o -35
25.62/16.48	c cleaning 12190 clauses out of 24380 with flag 5000/61809
27.87/17.62	c cleaning 9090 clauses out of 18191 with flag 11001/67810
30.42/19.08	c cleaning 8049 clauses out of 16101 with flag 18001/74810
33.46/20.63	c cleaning 8023 clauses out of 16052 with flag 26001/82810
36.69/22.32	c cleaning 8514 clauses out of 17028 with flag 35000/91809
40.36/24.27	c cleaning 9253 clauses out of 18514 with flag 45000/101809
44.71/26.55	c cleaning 10123 clauses out of 20261 with flag 56000/112809
49.12/28.80	c cleaning 11064 clauses out of 22138 with flag 68000/124809
54.13/31.48	c cleaning 12038 clauses out of 24075 with flag 81001/137810
59.76/34.30	c cleaning 13010 clauses out of 26036 with flag 95000/151809
66.48/37.80	c cleaning 14008 clauses out of 28026 with flag 110000/166809
72.26/40.85	c cleaning 15000 clauses out of 30018 with flag 126000/182809
78.84/44.22	c cleaning 16009 clauses out of 32019 with flag 143001/199810
86.03/47.95	c cleaning 17003 clauses out of 34009 with flag 161000/217809
93.90/52.00	c cleaning 18002 clauses out of 36006 with flag 180000/236809
102.85/56.68	c cleaning 18998 clauses out of 38004 with flag 200000/256809
111.03/60.85	c cleaning 19992 clauses out of 40007 with flag 221001/277810
120.37/65.62	c cleaning 20993 clauses out of 42014 with flag 243000/299809
132.38/71.84	c cleaning 22005 clauses out of 44021 with flag 266000/322809
144.71/78.13	c cleaning 23005 clauses out of 46016 with flag 290000/346809
157.76/84.84	c cleaning 24001 clauses out of 48012 with flag 315001/371810
170.06/91.17	c cleaning 24990 clauses out of 50010 with flag 341000/397809
181.42/97.07	c cleaning 26010 clauses out of 52020 with flag 368000/424809
186.67/99.82	c  And the winner is Resolution
186.91/100.03	c Got one! Elapsed wall clock time (in seconds):99.923
186.91/100.03	o -36
189.08/101.19	c cleaning 21762 clauses out of 43529 with flag 5000/442328
192.30/102.90	c cleaning 13880 clauses out of 27768 with flag 11001/448329
195.55/104.78	c cleaning 10443 clauses out of 20887 with flag 18000/455328
199.08/106.73	c cleaning 9219 clauses out of 18446 with flag 26002/463330
202.92/108.82	c cleaning 9105 clauses out of 18226 with flag 35001/472329
207.00/111.02	c cleaning 9559 clauses out of 19121 with flag 45001/482329
211.03/113.28	c cleaning 10274 clauses out of 20561 with flag 56000/493328
216.49/116.24	c cleaning 11141 clauses out of 22287 with flag 68000/505328
222.35/119.36	c cleaning 12069 clauses out of 24147 with flag 81001/518329
228.59/122.60	c cleaning 13036 clauses out of 26077 with flag 95000/532328
235.22/126.16	c cleaning 14010 clauses out of 28042 with flag 110001/547329
243.15/130.30	c cleaning 15009 clauses out of 30031 with flag 126000/563328
251.16/134.59	c cleaning 16009 clauses out of 32022 with flag 143000/580328
261.07/139.62	c cleaning 17002 clauses out of 34014 with flag 161001/598329
268.85/143.74	c cleaning 18004 clauses out of 36012 with flag 180001/617329
277.33/148.23	c cleaning 18998 clauses out of 38007 with flag 200000/637328
287.53/153.50	c cleaning 19995 clauses out of 40009 with flag 221000/658328
299.72/159.80	c cleaning 21007 clauses out of 42014 with flag 243000/680328
311.14/165.74	c cleaning 22002 clauses out of 44007 with flag 266000/703328
323.96/172.48	c cleaning 22999 clauses out of 46006 with flag 290001/727329
337.95/179.63	c cleaning 24004 clauses out of 48008 with flag 315002/752330
351.76/186.76	c cleaning 25001 clauses out of 50003 with flag 341001/778329
364.32/193.27	c cleaning 25995 clauses out of 52001 with flag 368000/805328
381.10/201.99	c cleaning 27003 clauses out of 54006 with flag 396000/833328
402.63/212.90	c cleaning 28002 clauses out of 56003 with flag 425000/862328
427.55/225.63	c cleaning 28995 clauses out of 58002 with flag 455001/892329
442.11/233.19	c cleaning 30001 clauses out of 60007 with flag 486001/923329
459.06/241.92	c cleaning 31003 clauses out of 62006 with flag 518001/955329
477.12/251.24	c cleaning 32001 clauses out of 64002 with flag 551000/988328
484.46/255.17	c cleaning 0 clauses out of 5636 with flag 0/5640
497.18/261.81	c cleaning 32996 clauses out of 66001 with flag 585000/1022328
518.45/272.74	c cleaning 34000 clauses out of 68005 with flag 620000/1057328
541.70/284.61	c cleaning 35002 clauses out of 70006 with flag 656001/1093329
568.01/298.10	c cleaning 35995 clauses out of 72003 with flag 693000/1130328
592.88/310.72	c cleaning 37003 clauses out of 74009 with flag 731001/1168329
615.71/322.52	c cleaning 37495 clauses out of 75005 with flag 769000/1206328
638.79/334.35	c cleaning 37746 clauses out of 75511 with flag 807001/1244329
663.77/347.12	c cleaning 37870 clauses out of 75764 with flag 845000/1282328
686.98/359.00	c cleaning 37941 clauses out of 75895 with flag 883001/1320329
704.54/368.26	c cleaning 37968 clauses out of 75953 with flag 921000/1358328
724.54/378.58	c cleaning 37992 clauses out of 75985 with flag 959000/1396328
748.34/390.74	c cleaning 37991 clauses out of 75993 with flag 997000/1434328
771.12/402.41	c cleaning 37991 clauses out of 76003 with flag 1035001/1472329
796.23/415.45	c cleaning 38002 clauses out of 76013 with flag 1073002/1510330
819.18/427.28	c cleaning 37983 clauses out of 76010 with flag 1111001/1548329
823.93/430.01	c  And the winner is Resolution
827.05/432.95	c Got one! Elapsed wall clock time (in seconds):432.847
827.05/432.95	o -37
830.36/434.67	c cleaning 27100 clauses out of 54209 with flag 5001/1564511
833.55/436.58	c cleaning 16551 clauses out of 33108 with flag 11000/1570510
837.48/438.96	c cleaning 11775 clauses out of 23558 with flag 18001/1577511
841.39/441.23	c cleaning 9888 clauses out of 19782 with flag 26000/1585510
845.74/443.80	c cleaning 9447 clauses out of 18895 with flag 35001/1594511
850.93/446.62	c cleaning 9724 clauses out of 19448 with flag 45001/1604511
856.60/449.96	c cleaning 10357 clauses out of 20724 with flag 56001/1615511
862.55/453.22	c cleaning 11179 clauses out of 22366 with flag 68000/1627510
869.13/456.83	c cleaning 12091 clauses out of 24187 with flag 81000/1640510
876.76/460.93	c cleaning 13042 clauses out of 26097 with flag 95001/1654511
883.60/464.88	c cleaning 14014 clauses out of 28054 with flag 110000/1669510
891.36/469.01	c cleaning 15021 clauses out of 30041 with flag 126001/1685511
899.93/473.62	c cleaning 16009 clauses out of 32020 with flag 143001/1702511
909.51/478.76	c cleaning 16998 clauses out of 34011 with flag 161001/1720511
919.98/484.42	c cleaning 17997 clauses out of 36012 with flag 180000/1739510
930.92/490.22	c cleaning 19001 clauses out of 38015 with flag 200000/1759510
943.25/496.75	c cleaning 20004 clauses out of 40014 with flag 221000/1780510
955.05/502.97	c cleaning 20998 clauses out of 42010 with flag 243000/1802510
966.73/509.24	c cleaning 22006 clauses out of 44013 with flag 266001/1825511
980.02/516.20	c cleaning 22994 clauses out of 46007 with flag 290001/1849511
993.99/523.56	c cleaning 24005 clauses out of 48013 with flag 315001/1874511
1008.47/531.19	c cleaning 24995 clauses out of 50008 with flag 341001/1900511
1025.68/540.24	c cleaning 26006 clauses out of 52013 with flag 368001/1927511
1043.79/549.69	c cleaning 27004 clauses out of 54007 with flag 396001/1955511
1061.09/558.64	c cleaning 27992 clauses out of 56002 with flag 425000/1984510
1079.38/568.19	c cleaning 29004 clauses out of 58010 with flag 455000/2014510
1094.61/576.23	c cleaning 30004 clauses out of 60007 with flag 486001/2045511
1112.11/585.38	c cleaning 31001 clauses out of 62002 with flag 518000/2077510
1129.61/594.42	c cleaning 31989 clauses out of 64002 with flag 551001/2110511
1149.69/604.91	c cleaning 33001 clauses out of 66012 with flag 585000/2144510
1168.26/614.69	c cleaning 34006 clauses out of 68011 with flag 620000/2179510
1195.02/628.35	c cleaning 35003 clauses out of 70005 with flag 656000/2215510
1222.08/642.30	c cleaning 35993 clauses out of 72004 with flag 693002/2252512
1248.34/655.71	c cleaning 36998 clauses out of 74009 with flag 731000/2290510
1276.29/670.22	c cleaning 37503 clauses out of 75011 with flag 769000/2328510
1298.15/681.58	c cleaning 37749 clauses out of 75509 with flag 807001/2366511
1323.58/694.65	c cleaning 37873 clauses out of 75759 with flag 845000/2404510
1349.62/708.06	c cleaning 37937 clauses out of 75886 with flag 883000/2442510
1373.66/720.59	c cleaning 37975 clauses out of 75949 with flag 921000/2480510
1399.28/733.76	c cleaning 37982 clauses out of 75974 with flag 959000/2518510
1426.94/748.00	c cleaning 37994 clauses out of 75993 with flag 997001/2556511
1453.90/761.81	c cleaning 37992 clauses out of 75998 with flag 1035000/2594510
1482.95/776.91	c cleaning 38003 clauses out of 76006 with flag 1073000/2632510
1511.55/791.64	c cleaning 37994 clauses out of 76003 with flag 1111000/2670510
1535.77/804.17	c cleaning 37996 clauses out of 76010 with flag 1149001/2708511
1561.34/817.39	c cleaning 38003 clauses out of 76013 with flag 1187000/2746510
1590.95/832.78	c cleaning 37999 clauses out of 76010 with flag 1225000/2784510
1616.69/846.03	c cleaning 38002 clauses out of 76011 with flag 1263000/2822510
1645.25/860.79	c cleaning 37987 clauses out of 76009 with flag 1301000/2860510
1672.21/874.61	c cleaning 38008 clauses out of 76022 with flag 1339000/2898510
1700.98/889.63	c cleaning 38002 clauses out of 76015 with flag 1377001/2936511
1731.13/905.12	c cleaning 37992 clauses out of 76012 with flag 1415000/2974510
1759.85/919.94	c cleaning 38009 clauses out of 76020 with flag 1453000/3012510
1779.07/929.97	c cleaning 37996 clauses out of 76012 with flag 1491001/3050511
1799.41/940.71	c cleaning 38003 clauses out of 76015 with flag 1529000/3088510
1800.40/941.66	c starts		: 258
1800.40/941.66	c conflicts		: 3088511
1800.40/941.66	c decisions		: 3248974
1800.40/941.66	c propagations		: 18495128
1800.40/941.66	c inspects		: 5179661749
1800.40/941.66	c shortcuts		: 0
1800.40/941.66	c learnt literals	: 0
1800.40/941.66	c learnt binary clauses	: 0
1800.40/941.66	c learnt ternary clauses	: 0
1800.40/941.66	c learnt constraints	: 3088511
1800.40/941.66	c ignored constraints	: 0
1800.40/941.66	c root simplifications	: 0
1800.40/941.66	c removed literals (reason simplification)	: 36626250
1800.40/941.66	c reason swapping (by a shorter reason)	: 0
1800.40/941.66	c Calls to reduceDB	: 128
1800.40/941.66	c number of reductions to clauses (during analyze)	: 0
1800.40/941.66	c number of learned constraints concerned by reduction	: 0
1800.40/941.66	c number of learning phase by resolution	: 0
1800.40/941.66	c number of learning phase by cutting planes	: 0
1800.40/941.66	c speed (assignments/second)	: 36357.06141833822
1800.40/941.66	c non guided choices	0
1800.40/941.68	c learnt constraints type 
1800.40/941.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38107
1800.40/941.68	c constraints type 
1800.40/941.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18744
1800.40/941.68	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1800.40/941.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.40/941.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18744
1800.40/941.68	c constraints type 
1800.40/941.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18744
1800.40/941.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.40/941.68	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1800.40/941.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18744
1800.40/941.68	s SATISFIABLE
1800.40/941.68	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 -x307 -x308 -x309 x310 -x311 -x312 x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 x365 x366 -x367 -x368 -x369 x370 x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 x379 x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 x426 -x427 x428 -x429 -x430 x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 -x491 -x492 x493 -x494 -x495 x496 -x497 -x498 -x499 -x500 
1800.40/941.68	c objective function=-37
1800.40/941.68	c Total wall clock time (in seconds): 941.576

Verifier Data

OK	-37

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3453975-1307194709/watcher-3453975-1307194709 -o /tmp/evaluation-result-3453975-1307194709/solver-3453975-1307194709 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453975-1307194709.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: 2.11 2.06 2.40 3/535 28782
/proc/meminfo: memFree=21235656/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28780 28782 24981 0 -1 4202496 8700 0 1 0 0 0 0 0 25 0 2 0 811886485 10694979584 8403 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 2611079 8416 917 9 0 2602235 0
[pid=28782/tid=28783] ppid=28780 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28783/stat : 28783 (java) R 28780 28782 24981 0 -1 4202560 7650 0 1 0 0 0 0 0 25 0 2 0 811886486 10694979584 8466 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264726099003 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0890061 s]
/proc/loadavg: 2.11 2.06 2.40 3/535 28782
/proc/meminfo: memFree=21235656/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=10539540 CPUtime=0.09 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28780 28782 24981 0 -1 4202496 12942 0 1 0 8 1 0 0 25 0 18 0 811886485 10792488960 12615 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 2634885 12618 2092 9 0 2625619 0
[pid=28782/tid=28783] ppid=28780 vsize=10539540 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28783/stat : 28783 (java) R 28780 28782 24981 0 -1 4202560 10993 0 1 0 6 1 0 0 25 0 18 0 811886486 10792488960 12618 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738231755 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539540

[startup+0.100635 s]
/proc/loadavg: 2.11 2.06 2.40 3/535 28782
/proc/meminfo: memFree=21235656/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=10539540 CPUtime=0.1 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28780 28782 24981 0 -1 4202496 13117 0 1 0 9 1 0 0 25 0 18 0 811886485 10792488960 12779 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 2634885 12779 2093 9 0 2625619 0
[pid=28782/tid=28783] ppid=28780 vsize=10539540 CPUtime=0.08 cores=1,3,5,7
/proc/28782/task/28783/stat : 28783 (java) R 28780 28782 24981 0 -1 4202560 11164 0 1 0 7 1 0 0 25 0 18 0 811886486 10792488960 12779 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 46912505202506 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539540

[startup+0.300597 s]
/proc/loadavg: 2.11 2.06 2.40 3/535 28782
/proc/meminfo: memFree=21235656/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=10540232 CPUtime=0.48 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28780 28782 24981 0 -1 4202496 15706 0 1 0 46 2 0 0 25 0 18 0 811886485 10793197568 15092 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 2635058 15096 2208 9 0 2625792 0
[pid=28782/tid=28783] ppid=28780 vsize=10540232 CPUtime=0.28 cores=1,3,5,7
/proc/28782/task/28783/stat : 28783 (java) R 28780 28782 24981 0 -1 4202560 12839 0 1 0 27 1 0 0 25 0 18 0 811886486 10793197568 15096 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 46912505537228 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10540232

[startup+0.70049 s]
/proc/loadavg: 2.11 2.06 2.40 3/535 28782
/proc/meminfo: memFree=21235656/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=10553696 CPUtime=1.6 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28780 28782 24981 0 -1 4202496 35357 0 1 0 156 4 0 0 25 0 18 0 811886485 10806984704 30639 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 2638424 30640 2233 9 0 2629158 0
[pid=28782/tid=28783] ppid=28780 vsize=10553696 CPUtime=0.69 cores=1,3,5,7
/proc/28782/task/28783/stat : 28783 (java) R 28780 28782 24981 0 -1 4202560 20528 0 1 0 66 3 0 0 25 0 18 0 811886486 10806984704 30641 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 10553696

[startup+1.50134 s]
/proc/loadavg: 2.11 2.06 2.40 8/556 28803
/proc/meminfo: memFree=21061284/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=10557808 CPUtime=3.2 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28780 28782 24981 0 -1 4202496 53240 0 1 0 313 7 0 0 25 0 20 0 811886485 10811195392 47602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 2639452 47604 2246 9 0 2630186 0
[pid=28782/tid=28783] ppid=28780 vsize=10557808 CPUtime=0.92 cores=1,3,5,7
/proc/28782/task/28783/stat : 28783 (java) S 28780 28782 24981 0 -1 4202560 33493 0 1 0 88 4 0 0 21 0 20 0 811886486 10811195392 47605 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 811886487 10811195392 47606 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 811886487 10811195392 47607 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 811886487 10811195392 47607 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 811886487 10811195392 47609 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 811886487 10811195392 47609 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 811886487 10811195392 47610 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 811886487 10811195392 47611 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 811886487 10811195392 47612 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) S 28780 28782 24981 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 20 0 811886488 10811195392 47613 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 0 0 16800975 18446604458212748288 0 0 -1 5 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 24981 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 20 0 811886489 10811195392 47614 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 811886489 10811195392 47615 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 811886491 10811195392 47615 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738228657 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=10557808 CPUtime=0.91 cores=1,3,5,7
/proc/28782/task/28797/stat : 28797 (java) R 28780 28782 24981 0 -1 4202560 5818 0 0 0 91 0 0 0 22 0 20 0 811886491 10811195392 47617 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 47470366496120 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=10557808 CPUtime=0.9 cores=1,3,5,7
/proc/28782/task/28798/stat : 28798 (java) R 28780 28782 24981 0 -1 4202560 8650 0 0 0 90 0 0 0 15 0 20 0 811886491 10811195392 47617 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 47470366500389 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 811886491 10811195392 47618 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 811886491 10811195392 47619 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28803] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28803/stat : 28803 (java) S 28780 28782 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 811886583 10811195392 47620 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 10557808

[startup+3.10111 s]
/proc/loadavg: 2.11 2.06 2.40 3/554 28810
/proc/meminfo: memFree=21035136/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=10557808 CPUtime=3.76 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28780 28782 24981 0 -1 4202496 61241 0 1 0 368 8 0 0 25 0 19 0 811886485 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 2639452 55602 2247 9 0 2630186 0
[pid=28782/tid=28783] ppid=28780 vsize=10557808 CPUtime=0.93 cores=1,3,5,7
/proc/28782/task/28783/stat : 28783 (java) S 28780 28782 24981 0 -1 4202560 33735 0 1 0 89 4 0 0 16 0 19 0 811886486 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 5 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811886487 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 811886487 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811886487 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811886487 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811886487 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811886487 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811886487 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811886487 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) S 28780 28782 24981 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 811886488 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 0 0 16800975 18446604458212748288 0 0 -1 5 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 24981 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 811886489 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 811886489 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811886491 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738228657 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 24981 0 -1 4202560 5833 0 0 0 107 0 0 0 15 0 19 0 811886491 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=10557808 CPUtime=1.03 cores=1,3,5,7
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 24981 0 -1 4202560 8676 0 0 0 103 0 0 0 15 0 19 0 811886491 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811886491 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 811886491 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28803] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28803/stat : 28803 (java) S 28780 28782 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 811886583 10811195392 55602 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 10557808

[startup+6.30143 s]
/proc/loadavg: 2.10 2.06 2.40 3/554 28828
/proc/meminfo: memFree=20921212/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=10557808 CPUtime=6.24 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28780 28782 24981 0 -1 4202496 122500 0 1 0 609 15 0 0 25 0 22 0 811886485 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 2639452 116842 2250 9 0 2630186 0
[pid=28782/tid=28783] ppid=28780 vsize=10557808 CPUtime=0.95 cores=1,3,5,7
/proc/28782/task/28783/stat : 28783 (java) S 28780 28782 24981 0 -1 4202560 34136 0 1 0 91 4 0 0 15 0 22 0 811886486 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886487 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811886487 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886487 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886487 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886487 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886487 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886487 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886487 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) S 28780 28782 24981 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 811886488 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 0 0 16800975 18446604458212748288 0 0 -1 5 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 24981 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811886489 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811886489 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886491 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738228657 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=10557808 CPUtime=1.22 cores=1,3,5,7
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 24981 0 -1 4202560 5851 0 0 0 122 0 0 0 15 0 22 0 811886491 10811195392 116842 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=10557808 CPUtime=1.17 cores=1,3,5,7
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 24981 0 -1 4202560 8681 0 0 0 117 0 0 0 15 0 22 0 811886491 10811195392 116843 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+941.301 s]
/proc/loadavg: 3.78 3.67 3.23 3/557 28940
/proc/meminfo: memFree=18706588/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=10557808 CPUtime=1800.1 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28780 28782 24981 0 -1 4202496 611410 0 1 0 179934 76 0 0 25 0 22 0 811886485 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 2639452 605438 2274 9 0 2630186 0
[pid=28782/tid=28783] ppid=28780 vsize=10557808 CPUtime=0.97 cores=1,3,5,7
/proc/28782/task/28783/stat : 28783 (java) S 28780 28782 24981 0 -1 4202560 34325 0 1 0 93 4 0 0 15 0 22 0 811886486 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 24981 0 -1 4202560 2328 0 0 0 106 1 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=10557808 CPUtime=1.11 cores=1,3,5,7
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 24981 0 -1 4202560 4404 0 0 0 111 0 0 0 15 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 24981 0 -1 4202560 2581 0 0 0 107 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=10557808 CPUtime=1.06 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 24981 0 -1 4202560 3265 0 0 0 106 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 24981 0 -1 4202560 4491 0 0 0 107 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 24981 0 -1 4202560 5125 0 0 0 107 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=10557808 CPUtime=1.16 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 24981 0 -1 4202560 7318 0 0 0 115 1 0 0 15 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=10557808 CPUtime=1.15 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 24981 0 -1 4202560 6553 0 0 0 114 1 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=10557808 CPUtime=76.22 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) R 28780 28782 24981 0 -1 4202560 139730 0 0 0 7606 16 0 0 16 0 22 0 811886488 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 47470363849206 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 24981 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 811886489 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 5 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 24981 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 811886489 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738228657 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=10557808 CPUtime=1.42 cores=1,3,5,7
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 24981 0 -1 4202560 5879 0 0 0 142 0 0 0 15 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=10557808 CPUtime=1.53 cores=1,3,5,7
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 24981 0 -1 4202560 8716 0 0 0 153 0 0 0 16 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 24981 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28803] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28803/stat : 28803 (java) S 28780 28782 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811886583 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28853] ppid=28780 vsize=10557808 CPUtime=461.82 cores=1,3,5,7
/proc/28782/task/28853/stat : 28853 (java) S 28780 28782 24981 0 -1 4202560 145 0 0 0 46182 0 0 0 25 0 22 0 811929781 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28854] ppid=28780 vsize=10557808 CPUtime=461.82 cores=1,3,5,7
/proc/28782/task/28854/stat : 28854 (java) S 28780 28782 24981 0 -1 4202560 65094 0 0 0 46174 8 0 0 25 0 22 0 811929781 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28855] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28855/stat : 28855 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811929782 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10557808

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

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

[startup+941.426 s]
/proc/loadavg: 3.78 3.67 3.23 3/557 28940
/proc/meminfo: memFree=18706588/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=10557808 CPUtime=1800.2 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28780 28782 24981 0 -1 4202496 611410 0 1 0 179944 76 0 0 18 0 22 0 811886485 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 2639452 605438 2274 9 0 2630186 0
[pid=28782/tid=28783] ppid=28780 vsize=10557808 CPUtime=0.97 cores=1,3,5,7
/proc/28782/task/28783/stat : 28783 (java) S 28780 28782 24981 0 -1 4202560 34325 0 1 0 93 4 0 0 15 0 22 0 811886486 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 24981 0 -1 4202560 2328 0 0 0 106 1 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=10557808 CPUtime=1.11 cores=1,3,5,7
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 24981 0 -1 4202560 4404 0 0 0 111 0 0 0 15 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 24981 0 -1 4202560 2581 0 0 0 107 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=10557808 CPUtime=1.06 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 24981 0 -1 4202560 3265 0 0 0 106 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 24981 0 -1 4202560 4491 0 0 0 107 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 24981 0 -1 4202560 5125 0 0 0 107 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=10557808 CPUtime=1.16 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 24981 0 -1 4202560 7318 0 0 0 115 1 0 0 15 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=10557808 CPUtime=1.15 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 24981 0 -1 4202560 6553 0 0 0 114 1 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=10557808 CPUtime=76.32 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) R 28780 28782 24981 0 -1 4202560 139730 0 0 0 7616 16 0 0 16 0 22 0 811886488 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 47470366195784 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 24981 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 811886489 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 5 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 24981 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 811886489 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=10557808 CPUtime=1.42 cores=1,3,5,7
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 24981 0 -1 4202560 5879 0 0 0 142 0 0 0 15 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=10557808 CPUtime=1.53 cores=1,3,5,7
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 24981 0 -1 4202560 8716 0 0 0 153 0 0 0 16 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 24981 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28803] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28803/stat : 28803 (java) S 28780 28782 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811886583 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28853] ppid=28780 vsize=10557808 CPUtime=461.82 cores=1,3,5,7
/proc/28782/task/28853/stat : 28853 (java) S 28780 28782 24981 0 -1 4202560 145 0 0 0 46182 0 0 0 25 0 22 0 811929781 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28854] ppid=28780 vsize=10557808 CPUtime=461.82 cores=1,3,5,7
/proc/28782/task/28854/stat : 28854 (java) S 28780 28782 24981 0 -1 4202560 65094 0 0 0 46174 8 0 0 25 0 22 0 811929781 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28855] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28855/stat : 28855 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811929782 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 10557808

[startup+941.62 s]
/proc/loadavg: 3.78 3.67 3.23 4/558 28941
/proc/meminfo: memFree=18706332/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=10557808 CPUtime=1800.4 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28780 28782 24981 0 -1 4202496 611410 0 1 0 179964 76 0 0 18 0 22 0 811886485 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 2639452 605438 2274 9 0 2630186 0
[pid=28782/tid=28783] ppid=28780 vsize=10557808 CPUtime=0.97 cores=1,3,5,7
/proc/28782/task/28783/stat : 28783 (java) S 28780 28782 24981 0 -1 4202560 34325 0 1 0 93 4 0 0 15 0 22 0 811886486 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 24981 0 -1 4202560 2328 0 0 0 106 1 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=10557808 CPUtime=1.11 cores=1,3,5,7
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 24981 0 -1 4202560 4404 0 0 0 111 0 0 0 15 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 24981 0 -1 4202560 2581 0 0 0 107 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=10557808 CPUtime=1.06 cores=1,3,5,7
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 24981 0 -1 4202560 3265 0 0 0 106 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 24981 0 -1 4202560 4491 0 0 0 107 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=10557808 CPUtime=1.07 cores=1,3,5,7
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 24981 0 -1 4202560 5125 0 0 0 107 0 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=10557808 CPUtime=1.16 cores=1,3,5,7
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 24981 0 -1 4202560 7318 0 0 0 115 1 0 0 15 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=10557808 CPUtime=1.15 cores=1,3,5,7
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 24981 0 -1 4202560 6553 0 0 0 114 1 0 0 16 0 22 0 811886487 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=10557808 CPUtime=76.52 cores=1,3,5,7
/proc/28782/task/28793/stat : 28793 (java) R 28780 28782 24981 0 -1 4202560 139730 0 0 0 7636 16 0 0 16 0 22 0 811886488 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 47470363849159 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 24981 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 811886489 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 5 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 24981 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 811886489 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=10557808 CPUtime=1.42 cores=1,3,5,7
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 24981 0 -1 4202560 5879 0 0 0 142 0 0 0 15 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=10557808 CPUtime=1.53 cores=1,3,5,7
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 24981 0 -1 4202560 8716 0 0 0 153 0 0 0 16 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 24981 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 811886491 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28803] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28803/stat : 28803 (java) S 28780 28782 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811886583 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 7 0 0 0
[pid=28782/tid=28853] ppid=28780 vsize=10557808 CPUtime=461.82 cores=1,3,5,7
/proc/28782/task/28853/stat : 28853 (java) S 28780 28782 24981 0 -1 4202560 145 0 0 0 46182 0 0 0 25 0 22 0 811929781 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 1 0 0 0
[pid=28782/tid=28854] ppid=28780 vsize=10557808 CPUtime=461.82 cores=1,3,5,7
/proc/28782/task/28854/stat : 28854 (java) S 28780 28782 24981 0 -1 4202560 65094 0 0 0 46174 8 0 0 25 0 22 0 811929781 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738220953 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
[pid=28782/tid=28855] ppid=28780 vsize=10557808 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28855/stat : 28855 (java) S 28780 28782 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811929782 10811195392 605438 33554432000 1073741824 1073778376 140735168427664 18446744073709551615 264738221568 0 4 0 16800975 18446604458212748288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 10557808

[startup+941.702 s]
/proc/loadavg: 3.78 3.67 3.23 4/558 28941
/proc/meminfo: memFree=18706332/32951124 swapFree=62999000/67111528
[pid=28782] ppid=28780 vsize=0 CPUtime=1800.52 cores=1,3,5,7
/proc/28782/stat : 28782 (java) Z 28780 28782 24981 0 -1 4203548 611438 0 1 0 179976 76 0 0 15 0 2 0 811886485 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28782/statm: 0 0 0 0 0 0 0
[pid=28782/tid=28855] ppid=28780 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/28782/task/28855/stat : 28855 (java) R 28780 28782 24981 0 -1 4203588 1 0 0 0 0 0 0 0 18 0 2 0 811929782 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 941.794
CPU time (s): 1800.62
CPU user time (s): 1799.76
CPU system time (s): 0.855869
CPU usage (%): 191.19
Max. virtual memory (cumulated for all children) (KiB): 10557808

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

runsolver used 4.81727 second user time and 11.6082 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-04 15:38:29
IDJOB=3453975
IDBENCH=48179
IDSOLVER=1950
FILE ID=node141/3453975-1307194709
RUNJOBID= node141-1307194690-28585
PBS_JOBID= 13508859
Free space on /tmp= 73904 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453975-1307194709/watcher-3453975-1307194709 -o /tmp/evaluation-result-3453975-1307194709/solver-3453975-1307194709 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453975-1307194709.opb

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

MD5SUM BENCH= fecc1e3404707b1609ea9647c91fc73f
RANDOM SEED=1440737010

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21235936 kB
Buffers:        289468 kB
Cached:         674912 kB
SwapCached:       8848 kB
Active:       10895664 kB
Inactive:       552804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21235936 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:    10482612 kB
Mapped:          33860 kB
Slab:           126012 kB
PageTables:      70760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 161045792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73904 MiB
End job on node141 at 2011-06-04 15:54:12