Trace number 3733038

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.07 926.263

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-3.opb
MD5SUM8e251d4e151b2868eb3a52cf845e4cf8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark26.055
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17809
Number of constraints which are clauses17809
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
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 450
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 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3733038-1338741289.opb
0.10/0.10	c reading problem ... 
1.06/0.50	c ... done. Wall clock time 0.4s.
1.06/0.50	c #vars     450
1.06/0.50	c #constraints  17809
1.06/0.50	c constraints type 
1.06/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17809
1.06/0.51	c constraints type 
1.06/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17809
1.06/0.52	c And the winner is CuttingPlanes
1.14/1.51	c SATISFIABLE
1.14/1.51	c OPTIMIZING...
1.14/1.51	c Got one! Elapsed wall clock time (in seconds):1.404
1.14/1.51	o -22
1.14/1.53	c And the winner is Resolution
1.21/2.51	c Got one! Elapsed wall clock time (in seconds):2.408
1.21/2.51	o -23
1.21/2.57	c And the winner is Resolution
1.58/3.52	c Got one! Elapsed wall clock time (in seconds):3.41
1.58/3.52	o -24
3.92/4.26	c cleaning 2500 clauses out of 5000 with flag 5000/5000
5.47/4.94	c cleaning 4251 clauses out of 8502 with flag 11002/11002
7.29/5.82	c cleaning 5624 clauses out of 11250 with flag 18001/18001
7.68/6.06	c And the winner is Resolution
7.85/6.52	c Got one! Elapsed wall clock time (in seconds):6.412
7.85/6.52	o -25
9.41/7.33	c cleaning 6813 clauses out of 13625 with flag 26000/26000
12.37/8.73	c cleaning 7902 clauses out of 15812 with flag 35000/35000
15.10/10.14	c cleaning 8953 clauses out of 17911 with flag 45001/45001
19.07/12.14	c cleaning 9972 clauses out of 19957 with flag 56000/56000
23.61/14.44	c cleaning 10983 clauses out of 21985 with flag 68000/68000
29.53/17.48	c cleaning 11995 clauses out of 24002 with flag 81000/81000
34.67/20.02	c cleaning 13004 clauses out of 26008 with flag 95001/95001
41.43/23.49	c cleaning 13998 clauses out of 28004 with flag 110001/110001
47.40/26.41	c cleaning 15000 clauses out of 30005 with flag 126000/126000
55.88/30.72	c cleaning 16003 clauses out of 32005 with flag 143000/143000
67.79/36.71	c cleaning 16995 clauses out of 34002 with flag 161000/161000
79.70/42.73	c cleaning 17501 clauses out of 35007 with flag 179000/179000
87.23/46.51	c cleaning 17748 clauses out of 35506 with flag 197000/197000
97.65/51.85	c cleaning 17871 clauses out of 35759 with flag 215001/215001
108.53/57.40	c cleaning 17944 clauses out of 35887 with flag 233000/233000
123.45/64.85	c cleaning 17971 clauses out of 35943 with flag 251000/251000
131.71/69.03	c cleaning 17985 clauses out of 35973 with flag 269001/269001
141.87/74.23	c cleaning 17991 clauses out of 35987 with flag 287000/287000
151.16/78.98	c cleaning 17987 clauses out of 35996 with flag 305000/305000
161.65/84.26	c cleaning 18005 clauses out of 36010 with flag 323001/323001
164.87/85.98	c And the winner is Resolution
165.59/87.81	c Got one! Elapsed wall clock time (in seconds):87.7
165.59/87.81	o -26
172.02/91.02	c cleaning 17998 clauses out of 36005 with flag 341001/341001
189.41/99.89	c cleaning 18001 clauses out of 36006 with flag 359000/359000
201.29/105.88	c cleaning 18001 clauses out of 36006 with flag 377001/377001
213.33/111.97	c cleaning 17993 clauses out of 36004 with flag 395000/395000
224.00/117.36	c cleaning 17998 clauses out of 36011 with flag 413000/413000
232.90/121.98	c cleaning 18006 clauses out of 36014 with flag 431001/431001
242.13/126.66	c cleaning 18001 clauses out of 36007 with flag 449000/449000
251.96/131.67	c cleaning 17997 clauses out of 36006 with flag 467000/467000
264.99/138.27	c cleaning 18000 clauses out of 36009 with flag 485000/485000
273.05/142.49	c cleaning 17999 clauses out of 36010 with flag 503001/503001
286.88/149.43	c cleaning 18005 clauses out of 36010 with flag 521000/521000
297.08/154.65	c cleaning 18001 clauses out of 36006 with flag 539001/539001
302.46/157.48	c cleaning 0 clauses out of 5001 with flag 0/5001
310.48/161.46	c cleaning 17993 clauses out of 36004 with flag 557000/557000
329.11/170.79	c cleaning 18000 clauses out of 36011 with flag 575000/575000
341.36/176.99	c cleaning 18002 clauses out of 36012 with flag 593001/593001
349.00/180.81	c cleaning 17992 clauses out of 36009 with flag 611000/611000
358.06/185.52	c cleaning 18002 clauses out of 36017 with flag 629000/629000
366.06/189.69	c cleaning 18006 clauses out of 36015 with flag 647000/647000
378.28/195.81	c cleaning 17999 clauses out of 36009 with flag 665000/665000
395.53/204.55	c cleaning 18002 clauses out of 36010 with flag 683000/683000
407.95/210.98	c cleaning 18002 clauses out of 36008 with flag 701000/701000
420.33/217.21	c cleaning 18000 clauses out of 36007 with flag 719001/719001
429.51/221.98	c cleaning 17994 clauses out of 36007 with flag 737001/737001
445.18/229.82	c cleaning 18002 clauses out of 36012 with flag 755000/755000
456.96/235.92	c cleaning 17998 clauses out of 36010 with flag 773000/773000
471.96/243.59	c cleaning 18000 clauses out of 36012 with flag 791000/791000
481.73/248.52	c cleaning 18003 clauses out of 36012 with flag 809000/809000
493.91/254.70	c cleaning 17994 clauses out of 36010 with flag 827001/827001
505.87/260.97	c cleaning 17996 clauses out of 36015 with flag 845000/845000
523.31/269.79	c cleaning 18006 clauses out of 36019 with flag 863000/863000
535.48/275.91	c cleaning 18006 clauses out of 36015 with flag 881002/881002
549.71/283.12	c cleaning 17993 clauses out of 36007 with flag 899000/899000
558.07/287.53	c cleaning 18003 clauses out of 36014 with flag 917000/917000
567.86/292.57	c cleaning 17998 clauses out of 36011 with flag 935000/935000
579.25/298.34	c cleaning 18004 clauses out of 36013 with flag 953000/953000
594.87/306.24	c cleaning 18002 clauses out of 36009 with flag 971000/971000
606.00/312.06	c cleaning 17989 clauses out of 36007 with flag 989000/989000
615.18/316.80	c cleaning 17999 clauses out of 36018 with flag 1007000/1007000
629.68/324.10	c cleaning 18004 clauses out of 36019 with flag 1025000/1025000
641.66/330.20	c cleaning 17990 clauses out of 36015 with flag 1043000/1043000
654.17/336.73	c cleaning 18011 clauses out of 36025 with flag 1061000/1061000
671.75/345.61	c cleaning 18007 clauses out of 36014 with flag 1079000/1079000
683.89/351.81	c cleaning 18002 clauses out of 36008 with flag 1097001/1097001
696.85/358.49	c cleaning 17994 clauses out of 36005 with flag 1115000/1115000
709.16/364.85	c cleaning 17997 clauses out of 36011 with flag 1133000/1133000
726.13/373.44	c cleaning 18001 clauses out of 36014 with flag 1151000/1151000
742.31/381.65	c cleaning 18006 clauses out of 36013 with flag 1169000/1169000
758.69/389.98	c cleaning 17999 clauses out of 36007 with flag 1187000/1187000
768.76/395.28	c cleaning 17989 clauses out of 36008 with flag 1205000/1205000
781.69/401.85	c cleaning 17999 clauses out of 36020 with flag 1223001/1223001
792.42/407.35	c cleaning 17993 clauses out of 36021 with flag 1241001/1241001
804.74/413.67	c cleaning 18005 clauses out of 36027 with flag 1259000/1259000
824.27/423.64	c cleaning 18007 clauses out of 36022 with flag 1277000/1277000
837.97/430.61	c cleaning 17999 clauses out of 36015 with flag 1295000/1295000
853.96/438.73	c cleaning 18005 clauses out of 36017 with flag 1313001/1313001
869.05/446.49	c cleaning 18001 clauses out of 36011 with flag 1331000/1331000
876.88/450.65	c cleaning 17997 clauses out of 36010 with flag 1349000/1349000
885.82/455.20	c cleaning 18000 clauses out of 36013 with flag 1367000/1367000
896.94/461.00	c cleaning 18001 clauses out of 36013 with flag 1385000/1385000
905.64/465.43	c cleaning 17998 clauses out of 36012 with flag 1403000/1403000
917.27/471.54	c cleaning 17992 clauses out of 36014 with flag 1421000/1421000
925.99/476.04	c cleaning 18000 clauses out of 36022 with flag 1439000/1439000
938.09/482.29	c cleaning 18002 clauses out of 36022 with flag 1457000/1457000
947.80/487.30	c cleaning 18008 clauses out of 36022 with flag 1475002/1475002
963.66/495.49	c cleaning 17996 clauses out of 36012 with flag 1493000/1493000
977.33/502.45	c cleaning 18005 clauses out of 36016 with flag 1511000/1511000
989.64/508.73	c cleaning 17991 clauses out of 36011 with flag 1529000/1529000
998.71/513.47	c cleaning 17997 clauses out of 36021 with flag 1547001/1547001
1014.78/521.78	c cleaning 17999 clauses out of 36023 with flag 1565000/1565000
1027.68/528.33	c cleaning 18009 clauses out of 36024 with flag 1583000/1583000
1040.35/534.81	c cleaning 17999 clauses out of 36015 with flag 1601000/1601000
1052.63/541.11	c cleaning 17993 clauses out of 36016 with flag 1619000/1619000
1066.20/548.29	c cleaning 18000 clauses out of 36023 with flag 1637000/1637000
1080.09/555.33	c cleaning 18005 clauses out of 36024 with flag 1655001/1655001
1094.61/562.75	c cleaning 18001 clauses out of 36019 with flag 1673001/1673001
1109.92/570.52	c cleaning 18001 clauses out of 36017 with flag 1691000/1691000
1123.50/577.63	c cleaning 18002 clauses out of 36016 with flag 1709000/1709000
1136.58/584.34	c cleaning 17999 clauses out of 36014 with flag 1727000/1727000
1152.30/592.33	c cleaning 17998 clauses out of 36016 with flag 1745001/1745001
1165.56/599.10	c cleaning 18001 clauses out of 36017 with flag 1763000/1763000
1178.32/605.85	c cleaning 17993 clauses out of 36016 with flag 1781000/1781000
1193.23/613.49	c cleaning 18006 clauses out of 36023 with flag 1799000/1799000
1207.45/620.72	c cleaning 17993 clauses out of 36017 with flag 1817000/1817000
1223.41/628.83	c cleaning 17995 clauses out of 36024 with flag 1835000/1835000
1239.81/637.35	c cleaning 18014 clauses out of 36029 with flag 1853000/1853000
1252.46/643.87	c cleaning 17995 clauses out of 36015 with flag 1871000/1871000
1270.16/652.87	c cleaning 18003 clauses out of 36020 with flag 1889000/1889000
1286.64/661.29	c cleaning 18000 clauses out of 36017 with flag 1907000/1907000
1303.05/669.74	c cleaning 18004 clauses out of 36017 with flag 1925000/1925000
1316.50/676.68	c cleaning 18001 clauses out of 36013 with flag 1943000/1943000
1330.14/683.66	c cleaning 17993 clauses out of 36012 with flag 1961000/1961000
1341.79/689.61	c cleaning 18000 clauses out of 36020 with flag 1979001/1979001
1354.48/696.32	c cleaning 17999 clauses out of 36020 with flag 1997001/1997001
1363.53/701.03	c cleaning 18000 clauses out of 36020 with flag 2015000/2015000
1372.18/705.57	c cleaning 17990 clauses out of 36020 with flag 2033000/2033000
1381.65/710.41	c cleaning 18012 clauses out of 36030 with flag 2051000/2051000
1392.79/716.32	c cleaning 18006 clauses out of 36018 with flag 2069000/2069000
1406.05/723.16	c cleaning 17994 clauses out of 36012 with flag 2087000/2087000
1416.66/728.61	c cleaning 18004 clauses out of 36018 with flag 2105000/2105000
1431.33/736.14	c cleaning 17996 clauses out of 36014 with flag 2123000/2123000
1444.40/743.06	c cleaning 17990 clauses out of 36018 with flag 2141000/2141000
1459.91/750.95	c cleaning 18010 clauses out of 36028 with flag 2159000/2159000
1471.17/756.79	c cleaning 17992 clauses out of 36019 with flag 2177001/2177001
1484.79/763.75	c cleaning 18009 clauses out of 36026 with flag 2195000/2195000
1493.83/768.60	c cleaning 18009 clauses out of 36017 with flag 2213000/2213000
1505.66/774.71	c cleaning 17988 clauses out of 36008 with flag 2231000/2231000
1521.14/782.63	c cleaning 18010 clauses out of 36021 with flag 2249001/2249001
1532.76/788.68	c cleaning 0 clauses out of 11001 with flag 0/11001
1536.97/791.17	c cleaning 18001 clauses out of 36011 with flag 2267001/2267001
1549.99/797.82	c cleaning 18003 clauses out of 36009 with flag 2285000/2285000
1562.59/804.39	c cleaning 17999 clauses out of 36006 with flag 2303000/2303000
1575.81/811.19	c cleaning 18002 clauses out of 36007 with flag 2321000/2321000
1591.76/819.46	c cleaning 17999 clauses out of 36005 with flag 2339000/2339000
1608.75/828.15	c cleaning 17999 clauses out of 36007 with flag 2357001/2357001
1624.65/836.21	c cleaning 17998 clauses out of 36008 with flag 2375001/2375001
1641.33/844.75	c cleaning 17999 clauses out of 36009 with flag 2393000/2393000
1659.20/854.00	c cleaning 18004 clauses out of 36011 with flag 2411001/2411001
1680.82/865.04	c cleaning 17997 clauses out of 36006 with flag 2429000/2429000
1700.28/874.90	c cleaning 18001 clauses out of 36010 with flag 2447001/2447001
1715.95/882.91	c cleaning 18000 clauses out of 36009 with flag 2465001/2465001
1736.99/893.84	c cleaning 17997 clauses out of 36008 with flag 2483000/2483000
1751.60/901.35	c cleaning 18002 clauses out of 36011 with flag 2501000/2501000
1767.45/909.47	c cleaning 18000 clauses out of 36009 with flag 2519000/2519000
1784.50/918.14	c cleaning 17996 clauses out of 36010 with flag 2537001/2537001
1799.96/926.22	c starts		: 235
1799.96/926.22	c conflicts		: 2553766
1799.96/926.22	c decisions		: 2709699
1799.96/926.22	c propagations		: 15402039
1799.96/926.22	c inspects		: 1895414517
1799.96/926.22	c learnt literals	: 0
1799.96/926.22	c learnt binary clauses	: 0
1799.96/926.22	c learnt ternary clauses	: 0
1799.96/926.22	c learnt clauses	: 2553766
1799.96/926.22	c ignored clauses	: 0
1799.96/926.22	c root simplifications	: 0
1799.96/926.22	c removed literals (reason simplification)	: 35857671
1799.96/926.22	c reason swapping (by a shorter reason)	: 0
1799.96/926.22	c Calls to reduceDB	: 146
1799.96/926.22	c number of reductions to clauses (during analyze)	: 0
1799.96/926.22	c number of learned constraints concerned by reduction	: 0
1799.96/926.22	c number of learning phase by resolution	: 0
1799.96/926.22	c number of learning phase by cutting planes	: 0
1799.96/926.22	c speed (assignments/second)	: 18370.51279145908
1799.96/926.22	c non guided choices	0
1799.96/926.24	c learnt constraints type 
1799.96/926.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 34794
1799.96/926.24	c constraints type 
1799.96/926.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.96/926.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17809
1799.96/926.24	c constraints type 
1799.96/926.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17809
1799.96/926.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.96/926.24	s SATISFIABLE
1799.96/926.24	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 
1799.96/926.24	c objective function=-26
1799.96/926.24	c Total wall clock time (in seconds): 926.132

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-3733038-1338741289/watcher-3733038-1338741289 -o /tmp/evaluation-result-3733038-1338741289/solver-3733038-1338741289 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733038-1338741289.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.64 3.82 3.60 4/197 18244
/proc/meminfo: memFree=27876644/32873844 swapFree=7632/7632
[pid=18244] ppid=18242 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/18244/stat : 18244 (java) R 18242 18244 17063 0 -1 4202496 755 0 0 0 0 0 0 0 20 0 1 0 340253274 23793664 483 33554432000 1073741824 1073778376 140734354567312 140734354556376 209874631233 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18244/statm: 5809 494 373 9 0 128 0

[startup+0.080135 s]
/proc/loadavg: 3.64 3.82 3.60 4/197 18244
/proc/meminfo: memFree=27876644/32873844 swapFree=7632/7632
[pid=18244] ppid=18242 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/18244/stat : 18244 (java) S 18242 18244 17063 0 -1 4202496 3954 0 1 0 5 1 0 0 20 0 18 0 340253274 2764726272 5162 33554432000 1073741824 1073778376 140734354567312 140734354558448 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18244/statm: 674982 5162 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100308 s]
/proc/loadavg: 3.64 3.82 3.60 4/197 18244
/proc/meminfo: memFree=27876644/32873844 swapFree=7632/7632
[pid=18244] ppid=18242 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/18244/stat : 18244 (java) S 18242 18244 17063 0 -1 4202496 4792 0 1 0 9 1 0 0 20 0 18 0 340253274 2764726272 5975 33554432000 1073741824 1073778376 140734354567312 140734354558448 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18244/statm: 674982 5975 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300241 s]
/proc/loadavg: 3.64 3.82 3.60 4/197 18244
/proc/meminfo: memFree=27876644/32873844 swapFree=7632/7632
[pid=18244] ppid=18242 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/18244/stat : 18244 (java) S 18242 18244 17063 0 -1 4202496 5887 0 1 0 45 2 0 0 20 0 18 0 340253274 2764726272 8683 33554432000 1073741824 1073778376 140734354567312 140734354558448 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18244/statm: 674982 8683 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700274 s]
/proc/loadavg: 3.64 3.82 3.60 4/197 18244
/proc/meminfo: memFree=27876644/32873844 swapFree=7632/7632
[pid=18244] ppid=18242 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/18244/stat : 18244 (java) S 18242 18244 17063 0 -1 4202496 12716 0 1 0 108 6 0 0 20 0 20 0 340253274 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140734354558448 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18244/statm: 741546 22256 2242 9 0 732240 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 2966184

[startup+1.5007 s]
/proc/loadavg: 3.64 3.82 3.60 1/215 18266
/proc/meminfo: memFree=27796332/32873844 swapFree=7632/7632
[pid=18244] ppid=18242 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/18244/stat : 18244 (java) S 18242 18244 17063 0 -1 4202496 12716 0 1 0 108 6 0 0 20 0 20 0 340253274 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140734354558448 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18244/statm: 741546 22256 2242 9 0 732240 0
[pid=18244/tid=18246] ppid=18242 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/18244/task/18246/stat : 18246 (java) S 18242 18244 17063 0 -1 4202560 2864 0 1 0 46 2 0 0 20 0 20 0 340253275 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387851547800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18247] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18247/stat : 18247 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387785497128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18248] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18248/stat : 18248 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387716950440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18249] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18249/stat : 18249 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387715897640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18250] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18250/stat : 18250 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387714844840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18251] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18251/stat : 18251 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387713793064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18252] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18252/stat : 18252 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387712740264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18253] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18253/stat : 18253 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387711687464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18254] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18254/stat : 18254 (java) S 18242 18244 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387710634664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18255] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18255/stat : 18255 (java) S 18242 18244 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340253277 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387698436584 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18256] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18256/stat : 18256 (java) S 18242 18244 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340253277 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387697382648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18257] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18257/stat : 18257 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340253277 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387696329736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18258] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18258/stat : 18258 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253280 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387695278224 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18259] ppid=18242 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/18244/task/18259/stat : 18259 (java) S 18242 18244 17063 0 -1 4202560 4619 0 0 0 28 1 0 0 20 0 20 0 340253280 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387694226360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18260] ppid=18242 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/18244/task/18260/stat : 18260 (java) S 18242 18244 17063 0 -1 4202560 3995 0 0 0 28 2 0 0 20 0 20 0 340253280 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387693173560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18261] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18261/stat : 18261 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253280 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387692120952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18262] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18262/stat : 18262 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253280 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387691068360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18265] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18265/stat : 18265 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340253327 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387687879592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18266] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18266/stat : 18266 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340253327 3037372416 22256 33554432000 1073741824 1073778376 140734354567312 140387686826792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 2966184

[startup+3.10066 s]
/proc/loadavg: 3.64 3.82 3.60 3/217 18270
/proc/meminfo: memFree=27781576/32873844 swapFree=7632/7632
[pid=18244] ppid=18242 vsize=2966184 CPUtime=1.58 cores=1,3,5,7
/proc/18244/stat : 18244 (java) S 18242 18244 17063 0 -1 4202496 13461 0 1 0 147 11 0 0 20 0 20 0 340253274 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140734354558448 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18244/statm: 741546 25034 2252 9 0 732240 0
[pid=18244/tid=18246] ppid=18242 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/18244/task/18246/stat : 18246 (java) S 18242 18244 17063 0 -1 4202560 2865 0 1 0 47 2 0 0 20 0 20 0 340253275 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387851547800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18247] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18247/stat : 18247 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387785497128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18248] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18248/stat : 18248 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387716950440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18249] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18249/stat : 18249 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387715897640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18250] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18250/stat : 18250 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387714844840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18251] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18251/stat : 18251 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387713793064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18252] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18252/stat : 18252 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387712740264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18253] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18253/stat : 18253 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387711687464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18254] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18254/stat : 18254 (java) S 18242 18244 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340253276 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387710634664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18255] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18255/stat : 18255 (java) S 18242 18244 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340253277 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387698436584 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18256] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18256/stat : 18256 (java) S 18242 18244 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340253277 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387697382648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18257] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18257/stat : 18257 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340253277 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387696329736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18258] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18258/stat : 18258 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253280 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387695278224 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18259] ppid=18242 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/18244/task/18259/stat : 18259 (java) S 18242 18244 17063 0 -1 4202560 4771 0 0 0 39 1 0 0 20 0 20 0 340253280 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387694226360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18260] ppid=18242 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/18244/task/18260/stat : 18260 (java) S 18242 18244 17063 0 -1 4202560 4519 0 0 0 41 2 0 0 20 0 20 0 340253280 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387693173560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18261] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18261/stat : 18261 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253280 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387692120952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18262] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18262/stat : 18262 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253280 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387691068360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18265] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18265/stat : 18265 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340253327 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387687879592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18266] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18266/stat : 18266 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340253327 3037372416 25034 33554432000 1073741824 1073778376 140734354567312 140387686826792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30072 s]
/proc/loadavg: 3.59 3.81 3.60 5/219 18274
/proc/meminfo: memFree=27540652/32873844 swapFree=7632/7632
[pid=18244] ppid=18242 vsize=2966184 CPUtime=7.85 cores=1,3,5,7
/proc/18244/stat : 18244 (java) S 18242 18244 17063 0 -1 4202496 21298 0 1 0 764 21 0 0 20 0 20 0 340253274 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140734354558448 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18244/statm: 741546 89090 2286 9 0 732240 0
[pid=18244/tid=18246] ppid=18242 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/18244/task/18246/stat : 18246 (java) S 18242 18244 17063 0 -1 4202560 2866 0 1 0 47 2 0 0 20 0 20 0 340253275 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387851547800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18247] ppid=18242 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18244/task/18247/stat : 18247 (java) S 18242 18244 17063 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 340253276 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387785497128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18248] ppid=18242 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18244/task/18248/stat : 18248 (java) S 18242 18244 17063 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 20 0 340253276 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387716950440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18249] ppid=18242 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18244/task/18249/stat : 18249 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 20 0 340253276 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387715897640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18250] ppid=18242 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18244/task/18250/stat : 18250 (java) S 18242 18244 17063 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 20 0 340253276 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387714844840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18251] ppid=18242 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18244/task/18251/stat : 18251 (java) S 18242 18244 17063 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 20 0 340253276 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387713793064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18252] ppid=18242 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18244/task/18252/stat : 18252 (java) S 18242 18244 17063 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 20 0 340253276 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387712740264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18253] ppid=18242 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18244/task/18253/stat : 18253 (java) S 18242 18244 17063 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 20 0 340253276 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387711687464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18254] ppid=18242 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18244/task/18254/stat : 18254 (java) S 18242 18244 17063 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 20 0 340253276 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387710634664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18255] ppid=18242 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/18244/task/18255/stat : 18255 (java) S 18242 18244 17063 0 -1 4202560 51 0 0 0 15 1 0 0 20 0 20 0 340253277 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387698436584 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18256] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18256/stat : 18256 (java) S 18242 18244 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340253277 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387697382648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18257] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18257/stat : 18257 (java) S 18242 18244 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340253277 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387696329736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18258] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18258/stat : 18258 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253280 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387695278224 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18259] ppid=18242 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/18244/task/18259/stat : 18259 (java) S 18242 18244 17063 0 -1 4202560 8259 0 0 0 93 2 0 0 20 0 20 0 340253280 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387694226360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18260] ppid=18242 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/18244/task/18260/stat : 18260 (java) S 18242 18244 17063 0 -1 4202560 8628 0 0 0 108 3 0 0 20 0 20 0 340253280 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387693173560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18261] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18261/stat : 18261 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340253280 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387692120952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18262] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18262/stat : 18262 (java) S 18242 18244 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340253280 3037372416 89090 33554432000 1073741824 1073778376 140734354567312 140387691068360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18265] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7

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

[pid=18244/tid=18250] ppid=18242 vsize=2966184 CPUtime=3.87 cores=1,3,5,7
/proc/18244/task/18250/stat : 18250 (java) S 18242 18244 17063 0 -1 4202560 347 0 0 0 380 7 0 0 20 0 22 0 340253276 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387714844840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18251] ppid=18242 vsize=2966184 CPUtime=3.73 cores=1,3,5,7
/proc/18244/task/18251/stat : 18251 (java) S 18242 18244 17063 0 -1 4202560 320 0 0 0 368 5 0 0 20 0 22 0 340253276 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387713793064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18252] ppid=18242 vsize=2966184 CPUtime=3.95 cores=1,3,5,7
/proc/18244/task/18252/stat : 18252 (java) S 18242 18244 17063 0 -1 4202560 350 0 0 0 387 8 0 0 20 0 22 0 340253276 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387712740264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18253] ppid=18242 vsize=2966184 CPUtime=3.65 cores=1,3,5,7
/proc/18244/task/18253/stat : 18253 (java) S 18242 18244 17063 0 -1 4202560 292 0 0 0 360 5 0 0 20 0 22 0 340253276 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387711687464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18254] ppid=18242 vsize=2966184 CPUtime=3.83 cores=1,3,5,7
/proc/18244/task/18254/stat : 18254 (java) S 18242 18244 17063 0 -1 4202560 271 0 0 0 377 6 0 0 20 0 22 0 340253276 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387710634664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18255] ppid=18242 vsize=2966184 CPUtime=53.98 cores=1,3,5,7
/proc/18244/task/18255/stat : 18255 (java) S 18242 18244 17063 0 -1 4202560 161 0 0 0 5377 21 0 0 20 0 22 0 340253277 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387698436584 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18256] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18256/stat : 18256 (java) S 18242 18244 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340253277 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387697382648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18257] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18257/stat : 18257 (java) S 18242 18244 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340253277 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387696329736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18258] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18258/stat : 18258 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340253280 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387695278224 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18259] ppid=18242 vsize=2966184 CPUtime=1.75 cores=1,3,5,7
/proc/18244/task/18259/stat : 18259 (java) S 18242 18244 17063 0 -1 4202560 10690 0 0 0 172 3 0 0 20 0 22 0 340253280 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387694226360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18260] ppid=18242 vsize=2966184 CPUtime=1.31 cores=1,3,5,7
/proc/18244/task/18260/stat : 18260 (java) S 18242 18244 17063 0 -1 4202560 8647 0 0 0 128 3 0 0 20 0 22 0 340253280 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387693173560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18261] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18261/stat : 18261 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340253280 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387692120952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18262] ppid=18242 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/18244/task/18262/stat : 18262 (java) S 18242 18244 17063 0 -1 4202560 47 0 0 0 17 25 0 0 20 0 22 0 340253280 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387691068360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18265] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18265/stat : 18265 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340253327 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387687879592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18266] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18266/stat : 18266 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340253327 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387686826792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18277] ppid=18242 vsize=2966184 CPUtime=674.55 cores=1,3,5,7
/proc/18244/task/18277/stat : 18277 (java) R 18242 18244 17063 0 -1 4202560 112 0 0 0 67444 11 0 0 20 0 22 0 340262055 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387689984960 140387792033224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18278] ppid=18242 vsize=2966184 CPUtime=674.6 cores=1,3,5,7
/proc/18244/task/18278/stat : 18278 (java) R 18242 18244 17063 0 -1 4202560 122 0 0 0 67449 11 0 0 20 0 22 0 340262055 3037372416 232446 33554432000 1073741824 1073778376 140734354567312 140387688930368 140387792073025 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1597.07
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.93 3.89 3.74 5/219 18285
/proc/meminfo: memFree=26471772/32873844 swapFree=7632/7632
[pid=18244] ppid=18242 vsize=2966184 CPUtime=1714.69 cores=1,3,5,7
/proc/18244/stat : 18244 (java) S 18242 18244 17063 0 -1 4202496 26824 0 1 0 171341 128 0 0 20 0 22 0 340253274 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140734354558448 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18244/statm: 741546 238689 2287 9 0 732240 0
[pid=18244/tid=18246] ppid=18242 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/18244/task/18246/stat : 18246 (java) S 18242 18244 17063 0 -1 4202560 2907 0 1 0 48 4 0 0 20 0 22 0 340253275 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387851547800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18247] ppid=18242 vsize=2966184 CPUtime=4.2 cores=1,3,5,7
/proc/18244/task/18247/stat : 18247 (java) S 18242 18244 17063 0 -1 4202560 332 0 0 0 414 6 0 0 20 0 22 0 340253276 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387785497128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18248] ppid=18242 vsize=2966184 CPUtime=4.28 cores=1,3,5,7
/proc/18244/task/18248/stat : 18248 (java) S 18242 18244 17063 0 -1 4202560 335 0 0 0 422 6 0 0 20 0 22 0 340253276 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387716950440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18249] ppid=18242 vsize=2966184 CPUtime=4.33 cores=1,3,5,7
/proc/18244/task/18249/stat : 18249 (java) S 18242 18244 17063 0 -1 4202560 318 0 0 0 427 6 0 0 20 0 22 0 340253276 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387715897640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18250] ppid=18242 vsize=2966184 CPUtime=4.11 cores=1,3,5,7
/proc/18244/task/18250/stat : 18250 (java) S 18242 18244 17063 0 -1 4202560 349 0 0 0 403 8 0 0 20 0 22 0 340253276 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387714844840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18251] ppid=18242 vsize=2966184 CPUtime=4.05 cores=1,3,5,7
/proc/18244/task/18251/stat : 18251 (java) S 18242 18244 17063 0 -1 4202560 345 0 0 0 399 6 0 0 20 0 22 0 340253276 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387713793064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18252] ppid=18242 vsize=2966184 CPUtime=4.17 cores=1,3,5,7
/proc/18244/task/18252/stat : 18252 (java) S 18242 18244 17063 0 -1 4202560 352 0 0 0 409 8 0 0 20 0 22 0 340253276 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387712740264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18253] ppid=18242 vsize=2966184 CPUtime=4 cores=1,3,5,7
/proc/18244/task/18253/stat : 18253 (java) S 18242 18244 17063 0 -1 4202560 298 0 0 0 395 5 0 0 20 0 22 0 340253276 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387711687464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18254] ppid=18242 vsize=2966184 CPUtime=4.14 cores=1,3,5,7
/proc/18244/task/18254/stat : 18254 (java) S 18242 18244 17063 0 -1 4202560 277 0 0 0 408 6 0 0 20 0 22 0 340253276 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387710634664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18255] ppid=18242 vsize=2966184 CPUtime=57.45 cores=1,3,5,7
/proc/18244/task/18255/stat : 18255 (java) S 18242 18244 17063 0 -1 4202560 165 0 0 0 5722 23 0 0 20 0 22 0 340253277 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387698436584 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18256] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18256/stat : 18256 (java) S 18242 18244 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340253277 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387697382648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18257] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18257/stat : 18257 (java) S 18242 18244 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340253277 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387696329736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18258] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18258/stat : 18258 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340253280 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387695278224 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18259] ppid=18242 vsize=2966184 CPUtime=1.75 cores=1,3,5,7
/proc/18244/task/18259/stat : 18259 (java) S 18242 18244 17063 0 -1 4202560 10691 0 0 0 172 3 0 0 20 0 22 0 340253280 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387694226360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18260] ppid=18242 vsize=2966184 CPUtime=1.31 cores=1,3,5,7
/proc/18244/task/18260/stat : 18260 (java) S 18242 18244 17063 0 -1 4202560 8647 0 0 0 128 3 0 0 20 0 22 0 340253280 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387693173560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18261] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18261/stat : 18261 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340253280 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387692120952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18262] ppid=18242 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/18244/task/18262/stat : 18262 (java) S 18242 18244 17063 0 -1 4202560 51 0 0 0 19 26 0 0 20 0 22 0 340253280 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387691068360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18265] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18265/stat : 18265 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340253327 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387687879592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18266] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18266/stat : 18266 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340253327 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387686826792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18277] ppid=18242 vsize=2966184 CPUtime=730.26 cores=1,3,5,7
/proc/18244/task/18277/stat : 18277 (java) R 18242 18244 17063 0 -1 4202560 118 0 0 0 73014 12 0 0 20 0 22 0 340262055 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387689983200 140387792056075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18278] ppid=18242 vsize=2966184 CPUtime=730.31 cores=1,3,5,7
/proc/18244/task/18278/stat : 18278 (java) R 18242 18244 17063 0 -1 4202560 135 0 0 0 73019 12 0 0 20 0 22 0 340262055 3037372416 238689 33554432000 1073741824 1073778376 140734354567312 140387688931152 140387792073012 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1714.69
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.208 s]
/proc/loadavg: 4.02 3.93 3.76 6/216 18346
/proc/meminfo: memFree=27385012/32873844 swapFree=7632/7632
[pid=18244] ppid=18242 vsize=2966184 CPUtime=1799.96 cores=1,3,5,7
/proc/18244/stat : 18244 (java) S 18242 18244 17063 0 -1 4202496 26879 0 1 0 179865 131 0 0 20 0 22 0 340253274 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140734354558448 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18244/statm: 741546 240763 2287 9 0 732240 0
[pid=18244/tid=18246] ppid=18242 vsize=2966184 CPUtime=0.53 cores=1,3,5,7
/proc/18244/task/18246/stat : 18246 (java) S 18242 18244 17063 0 -1 4202560 2911 0 1 0 49 4 0 0 20 0 22 0 340253275 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387851547800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18247] ppid=18242 vsize=2966184 CPUtime=4.37 cores=1,3,5,7
/proc/18244/task/18247/stat : 18247 (java) S 18242 18244 17063 0 -1 4202560 340 0 0 0 431 6 0 0 20 0 22 0 340253276 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387785497128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18248] ppid=18242 vsize=2966184 CPUtime=4.53 cores=1,3,5,7
/proc/18244/task/18248/stat : 18248 (java) S 18242 18244 17063 0 -1 4202560 338 0 0 0 447 6 0 0 20 0 22 0 340253276 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387716950440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18249] ppid=18242 vsize=2966184 CPUtime=4.56 cores=1,3,5,7
/proc/18244/task/18249/stat : 18249 (java) S 18242 18244 17063 0 -1 4202560 318 0 0 0 450 6 0 0 20 0 22 0 340253276 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387715897640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18250] ppid=18242 vsize=2966184 CPUtime=4.42 cores=1,3,5,7
/proc/18244/task/18250/stat : 18250 (java) S 18242 18244 17063 0 -1 4202560 351 0 0 0 434 8 0 0 20 0 22 0 340253276 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387714844840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18251] ppid=18242 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/18244/task/18251/stat : 18251 (java) S 18242 18244 17063 0 -1 4202560 345 0 0 0 418 6 0 0 20 0 22 0 340253276 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387713793064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18252] ppid=18242 vsize=2966184 CPUtime=4.41 cores=1,3,5,7
/proc/18244/task/18252/stat : 18252 (java) S 18242 18244 17063 0 -1 4202560 353 0 0 0 433 8 0 0 20 0 22 0 340253276 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387712740264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18253] ppid=18242 vsize=2966184 CPUtime=4.22 cores=1,3,5,7
/proc/18244/task/18253/stat : 18253 (java) S 18242 18244 17063 0 -1 4202560 301 0 0 0 417 5 0 0 20 0 22 0 340253276 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387711687464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18254] ppid=18242 vsize=2966184 CPUtime=4.39 cores=1,3,5,7
/proc/18244/task/18254/stat : 18254 (java) S 18242 18244 17063 0 -1 4202560 296 0 0 0 432 7 0 0 20 0 22 0 340253276 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387710634664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18255] ppid=18242 vsize=2966184 CPUtime=60.85 cores=1,3,5,7
/proc/18244/task/18255/stat : 18255 (java) S 18242 18244 17063 0 -1 4202560 167 0 0 0 6062 23 0 0 20 0 22 0 340253277 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387698436584 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18256] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18256/stat : 18256 (java) S 18242 18244 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340253277 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387697382648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18257] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18257/stat : 18257 (java) S 18242 18244 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340253277 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387696329736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18258] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18258/stat : 18258 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340253280 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387695278224 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18259] ppid=18242 vsize=2966184 CPUtime=1.75 cores=1,3,5,7
/proc/18244/task/18259/stat : 18259 (java) S 18242 18244 17063 0 -1 4202560 10691 0 0 0 172 3 0 0 20 0 22 0 340253280 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387694226360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18260] ppid=18242 vsize=2966184 CPUtime=1.31 cores=1,3,5,7
/proc/18244/task/18260/stat : 18260 (java) S 18242 18244 17063 0 -1 4202560 8647 0 0 0 128 3 0 0 20 0 22 0 340253280 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387693173560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18261] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18261/stat : 18261 (java) S 18242 18244 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340253280 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387692120952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18244/tid=18262] ppid=18242 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/18244/task/18262/stat : 18262 (java) S 18242 18244 17063 0 -1 4202560 53 0 0 0 20 28 0 0 20 0 22 0 340253280 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387691068360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18244/tid=18265] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18265/stat : 18265 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340253327 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387687879592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18244/tid=18266] ppid=18242 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18244/task/18266/stat : 18266 (java) S 18242 18244 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340253327 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387686826792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18277] ppid=18242 vsize=2966184 CPUtime=770.16 cores=1,3,5,7
/proc/18244/task/18277/stat : 18277 (java) R 18242 18244 17063 0 -1 4202560 122 0 0 0 77004 12 0 0 20 0 22 0 340262055 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387689983200 140387791991669 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18244/tid=18278] ppid=18242 vsize=2966184 CPUtime=770.2 cores=1,3,5,7
/proc/18244/task/18278/stat : 18278 (java) R 18242 18244 17063 0 -1 4202560 142 0 0 0 77008 12 0 0 20 0 22 0 340262055 3037372416 240763 33554432000 1073741824 1073778376 140734354567312 140387688931384 140387792072739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.96
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18244 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=680167
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=709740
# CPU time returned by wait4() is 1796.39
# while last known CPU time is 1799.96
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 926.263
CPU time (s): 1800.07
CPU user time (s): 1798.78
CPU system time (s): 1.29
CPU usage (%): 194.337
Max. virtual memory (cumulated for all children) (KiB): 2967424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 1.70974
maximum resident set size= 963168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26912
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30751
involuntary context switches= 78773

runsolver used 3.64145 second user time and 9.06262 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 18:34:49
IDJOB=3733038
IDBENCH=2239
IDSOLVER=2324
FILE ID=node141/3733038-1338741289
RUNJOBID= node141-1338738353-17080
PBS_JOBID= 14636770
Free space on /tmp= 70720 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733038-1338741289/watcher-3733038-1338741289 -o /tmp/evaluation-result-3733038-1338741289/solver-3733038-1338741289 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733038-1338741289.opb

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

MD5SUM BENCH= 8e251d4e151b2868eb3a52cf845e4cf8
RANDOM SEED=204018285

node141.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.744
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	: 5333.48
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.744
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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
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.744
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.92
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.744
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.92
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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.92
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.744
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:        27876908 kB
Buffers:          421156 kB
Cached:          3181704 kB
SwapCached:          216 kB
Active:          1744456 kB
Inactive:        2343776 kB
Active(anon):     476212 kB
Inactive(anon):    11288 kB
Active(file):    1268244 kB
Inactive(file):  2332488 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1692 kB
Writeback:             0 kB
AnonPages:        516752 kB
Mapped:            18956 kB
Shmem:               172 kB
Slab:             741516 kB
SReclaimable:     183368 kB
SUnreclaim:       558148 kB
KernelStack:        1616 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 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= 70716 MiB
End job on node141 at 2012-06-03 18:50:18