Trace number 3733027

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)-27 1800.09 926.963

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
MD5SUM7bb05c60facd55e51c4cfcaa0e217e6e
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 benchmark15.9636
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 constraints17831
Number of constraints which are clauses17831
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.2.0.v20100531
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		1349517296
0.07/0.10	c Max memory 		1356595200
0.07/0.10	c Total memory 		1356595200
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3733027-1338741279.opb
0.07/0.13	c reading problem ... 
1.00/0.53	c ... done. Wall clock time 0.398s.
1.00/0.53	c #vars     450
1.00/0.53	c #constraints  17831
1.00/0.53	c constraints type 
1.00/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17831
1.00/0.53	c constraints type 
1.00/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17831
1.00/0.55	c And the winner is CuttingPlanes
1.16/1.53	c SATISFIABLE
1.16/1.53	c OPTIMIZING...
1.16/1.53	c Got one! Elapsed wall clock time (in seconds):1.403
1.16/1.53	o -21
1.16/1.57	c And the winner is Resolution
1.26/2.54	c Got one! Elapsed wall clock time (in seconds):2.407
1.26/2.54	o -22
1.43/2.65	c And the winner is Resolution
1.75/3.54	c Got one! Elapsed wall clock time (in seconds):3.409
1.75/3.54	o -23
1.75/3.58	c And the winner is Resolution
2.31/4.54	c Got one! Elapsed wall clock time (in seconds):4.411
2.31/4.54	o -24
3.54/5.07	c cleaning 2500 clauses out of 5000 with flag 5000/5000
5.07/5.75	c cleaning 4249 clauses out of 8500 with flag 11000/11000
6.64/6.54	c cleaning 5626 clauses out of 11251 with flag 18000/18000
8.22/7.35	c And the winner is Resolution
8.45/7.62	c Got one! Elapsed wall clock time (in seconds):7.486
8.45/7.62	o -25
9.06/7.91	c cleaning 6813 clauses out of 13625 with flag 26000/26000
11.79/9.21	c And the winner is Resolution
11.95/9.62	c Got one! Elapsed wall clock time (in seconds):9.487
11.95/9.62	o -26
12.58/9.97	c cleaning 7900 clauses out of 15812 with flag 35000/35000
15.60/11.43	c cleaning 8952 clauses out of 17912 with flag 45000/45000
18.57/12.99	c cleaning 9980 clauses out of 19960 with flag 56000/56000
22.91/15.17	c cleaning 10991 clauses out of 21981 with flag 68001/68001
28.23/17.84	c cleaning 11986 clauses out of 23989 with flag 81000/81000
33.38/20.40	c cleaning 13002 clauses out of 26004 with flag 95001/95001
41.32/24.43	c cleaning 14001 clauses out of 28001 with flag 110000/110000
48.08/27.87	c cleaning 14996 clauses out of 30000 with flag 126000/126000
55.73/31.73	c cleaning 15992 clauses out of 32004 with flag 143000/143000
65.08/36.47	c cleaning 17006 clauses out of 34012 with flag 161000/161000
77.03/42.40	c cleaning 17489 clauses out of 35006 with flag 179000/179000
84.18/46.05	c cleaning 17759 clauses out of 35518 with flag 197001/197001
94.98/51.59	c cleaning 17873 clauses out of 35758 with flag 215000/215000
106.71/57.46	c cleaning 17939 clauses out of 35885 with flag 233000/233000
117.82/63.06	c cleaning 17956 clauses out of 35946 with flag 251000/251000
126.34/67.30	c cleaning 17988 clauses out of 35991 with flag 269001/269001
132.70/70.69	c cleaning 17992 clauses out of 36002 with flag 287000/287000
141.21/74.98	c cleaning 17999 clauses out of 36010 with flag 305000/305000
151.10/79.97	c cleaning 18003 clauses out of 36011 with flag 323000/323000
162.45/85.68	c cleaning 18001 clauses out of 36008 with flag 341000/341000
174.00/91.55	c cleaning 17995 clauses out of 36007 with flag 359000/359000
187.36/98.23	c cleaning 18001 clauses out of 36013 with flag 377001/377001
197.41/103.34	c cleaning 18001 clauses out of 36011 with flag 395000/395000
204.90/107.10	c cleaning 17999 clauses out of 36011 with flag 413001/413001
214.63/112.20	c cleaning 18006 clauses out of 36013 with flag 431002/431002
227.67/118.79	c cleaning 17997 clauses out of 36006 with flag 449001/449001
241.73/125.82	c cleaning 17999 clauses out of 36008 with flag 467000/467000
253.18/131.68	c cleaning 17998 clauses out of 36009 with flag 485000/485000
264.53/137.41	c cleaning 18001 clauses out of 36011 with flag 503000/503000
278.00/144.28	c cleaning 17994 clauses out of 36010 with flag 521000/521000
288.49/149.57	c cleaning 18002 clauses out of 36016 with flag 539000/539000
300.52/155.69	c cleaning 17999 clauses out of 36014 with flag 557000/557000
317.58/164.39	c cleaning 18008 clauses out of 36015 with flag 575000/575000
327.99/169.69	c cleaning 0 clauses out of 5000 with flag 0/5000
334.23/172.70	c cleaning 17996 clauses out of 36007 with flag 593000/593000
339.16/175.11	c And the winner is Resolution
339.88/177.12	c Got one! Elapsed wall clock time (in seconds):176.993
339.88/177.12	o -27
341.49/177.95	c cleaning 17999 clauses out of 36011 with flag 611000/611000
350.98/182.81	c cleaning 17993 clauses out of 36013 with flag 629001/629001
367.40/191.11	c cleaning 18005 clauses out of 36019 with flag 647000/647000
378.45/196.72	c cleaning 18004 clauses out of 36014 with flag 665000/665000
388.88/202.03	c cleaning 17992 clauses out of 36010 with flag 683000/683000
402.36/208.96	c cleaning 18008 clauses out of 36018 with flag 701000/701000
423.81/219.80	c cleaning 18002 clauses out of 36011 with flag 719001/719001
435.00/225.49	c cleaning 18004 clauses out of 36008 with flag 737000/737000
447.20/231.69	c cleaning 17993 clauses out of 36005 with flag 755001/755001
458.40/237.43	c cleaning 18000 clauses out of 36011 with flag 773000/773000
470.80/243.72	c cleaning 18006 clauses out of 36012 with flag 791001/791001
483.22/250.03	c cleaning 18000 clauses out of 36006 with flag 809001/809001
498.79/257.92	c cleaning 18003 clauses out of 36005 with flag 827000/827000
516.22/266.83	c cleaning 17998 clauses out of 36002 with flag 845000/845000
535.41/276.55	c cleaning 17999 clauses out of 36004 with flag 863000/863000
547.60/282.79	c cleaning 17996 clauses out of 36005 with flag 881000/881000
554.72/286.44	c cleaning 18003 clauses out of 36010 with flag 899001/899001
565.89/292.24	c cleaning 17994 clauses out of 36006 with flag 917000/917000
578.09/298.47	c cleaning 18007 clauses out of 36013 with flag 935001/935001
588.48/303.71	c cleaning 17985 clauses out of 36005 with flag 953000/953000
601.42/310.32	c cleaning 18007 clauses out of 36021 with flag 971001/971001
615.40/317.56	c cleaning 18006 clauses out of 36014 with flag 989001/989001
637.43/328.67	c cleaning 17998 clauses out of 36007 with flag 1007000/1007000
646.18/333.14	c cleaning 17999 clauses out of 36009 with flag 1025000/1025000
659.37/339.85	c cleaning 18000 clauses out of 36010 with flag 1043000/1043000
670.89/345.83	c cleaning 18004 clauses out of 36012 with flag 1061002/1061002
685.63/353.36	c cleaning 17997 clauses out of 36006 with flag 1079000/1079000
695.57/358.46	c cleaning 17996 clauses out of 36011 with flag 1097002/1097002
709.92/365.79	c cleaning 17998 clauses out of 36014 with flag 1115001/1115001
726.04/374.07	c cleaning 17998 clauses out of 36017 with flag 1133002/1133002
738.99/380.66	c cleaning 17999 clauses out of 36017 with flag 1151000/1151000
755.12/388.87	c cleaning 17999 clauses out of 36018 with flag 1169000/1169000
764.65/393.80	c cleaning 18002 clauses out of 36019 with flag 1187000/1187000
777.77/400.58	c cleaning 17994 clauses out of 36018 with flag 1205001/1205001
790.92/407.30	c cleaning 18003 clauses out of 36023 with flag 1223000/1223000
802.85/413.38	c cleaning 18000 clauses out of 36020 with flag 1241000/1241000
821.09/422.58	c cleaning 18009 clauses out of 36021 with flag 1259001/1259001
832.96/428.73	c cleaning 17998 clauses out of 36011 with flag 1277000/1277000
850.72/437.71	c cleaning 18001 clauses out of 36014 with flag 1295001/1295001
868.27/446.64	c cleaning 18002 clauses out of 36012 with flag 1313000/1313000
882.37/453.80	c cleaning 18002 clauses out of 36010 with flag 1331000/1331000
889.01/457.41	c cleaning 17993 clauses out of 36008 with flag 1349000/1349000
898.12/462.15	c cleaning 17998 clauses out of 36016 with flag 1367001/1367001
911.60/469.07	c cleaning 18004 clauses out of 36018 with flag 1385001/1385001
921.32/474.04	c cleaning 18001 clauses out of 36013 with flag 1403000/1403000
930.97/479.18	c cleaning 17995 clauses out of 36012 with flag 1421000/1421000
944.29/485.92	c cleaning 18008 clauses out of 36019 with flag 1439002/1439002
956.55/492.29	c cleaning 18003 clauses out of 36010 with flag 1457001/1457001
966.44/497.38	c cleaning 18000 clauses out of 36006 with flag 1475000/1475000
977.71/503.27	c cleaning 17993 clauses out of 36006 with flag 1493000/1493000
987.81/508.44	c cleaning 17996 clauses out of 36013 with flag 1511000/1511000
1000.90/515.11	c cleaning 17997 clauses out of 36017 with flag 1529000/1529000
1018.28/523.90	c cleaning 17995 clauses out of 36020 with flag 1547000/1547000
1032.09/531.12	c cleaning 18008 clauses out of 36025 with flag 1565000/1565000
1049.87/540.15	c cleaning 17985 clauses out of 36017 with flag 1583000/1583000
1064.74/547.73	c cleaning 18000 clauses out of 36032 with flag 1601000/1601000
1077.20/554.18	c cleaning 18008 clauses out of 36032 with flag 1619000/1619000
1087.45/559.53	c cleaning 18010 clauses out of 36024 with flag 1637000/1637000
1100.74/566.40	c cleaning 17996 clauses out of 36014 with flag 1655000/1655000
1111.42/571.86	c cleaning 18002 clauses out of 36018 with flag 1673000/1673000
1124.69/578.63	c cleaning 18001 clauses out of 36016 with flag 1691000/1691000
1142.31/587.71	c cleaning 18006 clauses out of 36016 with flag 1709001/1709001
1155.55/594.59	c cleaning 18001 clauses out of 36009 with flag 1727000/1727000
1168.81/601.38	c cleaning 18000 clauses out of 36008 with flag 1745000/1745000
1181.49/607.80	c cleaning 18000 clauses out of 36009 with flag 1763001/1763001
1192.06/613.44	c cleaning 17992 clauses out of 36008 with flag 1781000/1781000
1208.11/621.64	c cleaning 18002 clauses out of 36018 with flag 1799002/1799002
1227.83/631.67	c cleaning 17996 clauses out of 36014 with flag 1817000/1817000
1238.86/637.36	c cleaning 17995 clauses out of 36019 with flag 1835001/1835001
1257.91/647.16	c cleaning 18000 clauses out of 36024 with flag 1853001/1853001
1268.78/652.75	c cleaning 18008 clauses out of 36024 with flag 1871001/1871001
1284.42/660.74	c cleaning 18004 clauses out of 36016 with flag 1889001/1889001
1302.15/669.79	c cleaning 18005 clauses out of 36011 with flag 1907000/1907000
1317.09/677.52	c cleaning 18002 clauses out of 36007 with flag 1925001/1925001
1329.13/683.79	c cleaning 17994 clauses out of 36004 with flag 1943000/1943000
1347.81/693.27	c cleaning 18003 clauses out of 36011 with flag 1961001/1961001
1363.25/701.12	c cleaning 18004 clauses out of 36008 with flag 1979001/1979001
1374.01/706.87	c cleaning 17998 clauses out of 36003 with flag 1997000/1997000
1382.07/711.03	c cleaning 17988 clauses out of 36006 with flag 2015001/2015001
1391.94/716.18	c cleaning 18002 clauses out of 36018 with flag 2033001/2033001
1405.03/722.86	c cleaning 17994 clauses out of 36016 with flag 2051001/2051001
1417.22/729.21	c cleaning 17996 clauses out of 36021 with flag 2069000/2069000
1427.68/734.63	c cleaning 18012 clauses out of 36025 with flag 2087000/2087000
1440.52/741.30	c cleaning 18001 clauses out of 36013 with flag 2105000/2105000
1458.04/750.18	c cleaning 18001 clauses out of 36013 with flag 2123001/2123001
1471.57/757.21	c cleaning 17995 clauses out of 36011 with flag 2141000/2141000
1485.89/764.52	c cleaning 18001 clauses out of 36016 with flag 2159000/2159000
1503.11/773.39	c cleaning 18006 clauses out of 36015 with flag 2177000/2177000
1515.31/779.60	c cleaning 18001 clauses out of 36009 with flag 2195000/2195000
1528.69/786.65	c cleaning 17995 clauses out of 36009 with flag 2213001/2213001
1541.68/793.32	c cleaning 18001 clauses out of 36015 with flag 2231002/2231002
1557.30/801.33	c cleaning 17978 clauses out of 36012 with flag 2249000/2249000
1571.92/808.87	c cleaning 18006 clauses out of 36034 with flag 2267000/2267000
1587.87/817.13	c cleaning 17998 clauses out of 36028 with flag 2285000/2285000
1598.67/822.71	c cleaning 17998 clauses out of 36030 with flag 2303000/2303000
1612.89/830.01	c cleaning 18008 clauses out of 36032 with flag 2321000/2321000
1622.88/835.29	c cleaning 18001 clauses out of 36024 with flag 2339000/2339000
1634.20/841.24	c cleaning 17999 clauses out of 36023 with flag 2357000/2357000
1645.62/847.16	c cleaning 18007 clauses out of 36025 with flag 2375001/2375001
1658.07/853.54	c cleaning 18000 clauses out of 36017 with flag 2393000/2393000
1671.26/860.30	c cleaning 17992 clauses out of 36017 with flag 2411000/2411000
1683.73/867.00	c cleaning 18013 clauses out of 36025 with flag 2429000/2429000
1693.13/871.82	c cleaning 17994 clauses out of 36013 with flag 2447001/2447001
1705.94/878.42	c cleaning 18008 clauses out of 36018 with flag 2465000/2465000
1719.54/885.42	c cleaning 17993 clauses out of 36010 with flag 2483000/2483000
1734.00/893.08	c cleaning 18003 clauses out of 36017 with flag 2501000/2501000
1748.77/900.66	c cleaning 17995 clauses out of 36014 with flag 2519000/2519000
1761.58/907.26	c cleaning 17999 clauses out of 36019 with flag 2537000/2537000
1776.99/915.16	c cleaning 17995 clauses out of 36020 with flag 2555000/2555000
1789.64/921.82	c cleaning 17997 clauses out of 36026 with flag 2573001/2573001
1799.41/926.91	c starts		: 236
1799.41/926.91	c conflicts		: 2590766
1799.41/926.91	c decisions		: 2720514
1799.41/926.91	c propagations		: 15856726
1799.41/926.91	c inspects		: 1870605365
1799.41/926.91	c learnt literals	: 0
1799.41/926.91	c learnt binary clauses	: 0
1799.41/926.91	c learnt ternary clauses	: 0
1799.41/926.91	c learnt clauses	: 2590766
1799.41/926.91	c ignored clauses	: 0
1799.41/926.91	c root simplifications	: 0
1799.41/926.91	c removed literals (reason simplification)	: 38643026
1799.41/926.91	c reason swapping (by a shorter reason)	: 0
1799.41/926.91	c Calls to reduceDB	: 148
1799.41/926.91	c number of reductions to clauses (during analyze)	: 0
1799.41/926.91	c number of learned constraints concerned by reduction	: 0
1799.41/926.91	c number of learning phase by resolution	: 0
1799.41/926.91	c number of learning phase by cutting planes	: 0
1799.41/926.91	c speed (assignments/second)	: 21148.314121210424
1799.41/926.91	c non guided choices	0
1799.41/926.94	c learnt constraints type 
1799.41/926.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 35842
1799.41/926.94	c constraints type 
1799.41/926.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.41/926.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17831
1799.41/926.94	c constraints type 
1799.41/926.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17831
1799.41/926.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.41/926.94	s SATISFIABLE
1799.41/926.94	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.41/926.94	c objective function=-27
1799.41/926.94	c Total wall clock time (in seconds): 926.808

Verifier Data

OK	-27

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-3733027-1338741279/watcher-3733027-1338741279 -o /tmp/evaluation-result-3733027-1338741279/solver-3733027-1338741279 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733027-1338741279.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.83 3.85 3.64 4/196 14839
/proc/meminfo: memFree=28167452/32873844 swapFree=7644/7644
[pid=14839] ppid=14837 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/14839/stat : 14839 (java6) D 14837 14839 13986 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 340252347 2560000 46 33554432000 1073741824 1073778376 140737073926960 140737073924088 239228513575 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/14839/statm: 625 46 37 9 0 29 0

[startup+0.0407279 s]
/proc/loadavg: 3.83 3.85 3.64 4/196 14839
/proc/meminfo: memFree=28167452/32873844 swapFree=7644/7644
[pid=14839] ppid=14837 vsize=2158136 CPUtime=0.01 cores=1,3,5,7
/proc/14839/stat : 14839 (java) S 14837 14839 13986 0 -1 4202496 3481 0 1 0 1 0 0 0 20 0 10 0 340252347 2209931264 4180 33554432000 1073741824 1073778376 140733248662464 140733248653600 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14839/statm: 539534 4180 1539 9 0 530235 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2158136

[startup+0.10033 s]
/proc/loadavg: 3.83 3.85 3.64 4/196 14839
/proc/meminfo: memFree=28167452/32873844 swapFree=7644/7644
[pid=14839] ppid=14837 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/14839/stat : 14839 (java) S 14837 14839 13986 0 -1 4202496 3897 0 1 0 6 1 0 0 20 0 18 0 340252347 2764726272 5616 33554432000 1073741824 1073778376 140733248662464 140733248653600 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14839/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300296 s]
/proc/loadavg: 3.83 3.85 3.64 4/196 14839
/proc/meminfo: memFree=28167452/32873844 swapFree=7644/7644
[pid=14839] ppid=14837 vsize=2699928 CPUtime=0.43 cores=1,3,5,7
/proc/14839/stat : 14839 (java) S 14837 14839 13986 0 -1 4202496 5635 0 1 0 42 1 0 0 20 0 18 0 340252347 2764726272 8563 33554432000 1073741824 1073778376 140733248662464 140733248653600 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14839/statm: 674982 8563 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2699928

[startup+0.700266 s]
/proc/loadavg: 3.83 3.85 3.64 4/196 14839
/proc/meminfo: memFree=28167452/32873844 swapFree=7644/7644
[pid=14839] ppid=14837 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/14839/stat : 14839 (java) S 14837 14839 13986 0 -1 4202496 12661 0 1 0 111 5 0 0 20 0 20 0 340252347 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140733248653600 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14839/statm: 741546 22605 2242 9 0 732240 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 2966184

[startup+1.5007 s]
/proc/loadavg: 3.83 3.85 3.64 3/216 14861
/proc/meminfo: memFree=28085596/32873844 swapFree=7644/7644
[pid=14839] ppid=14837 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/14839/stat : 14839 (java) S 14837 14839 13986 0 -1 4202496 12661 0 1 0 111 5 0 0 20 0 20 0 340252347 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140733248653600 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14839/statm: 741546 22605 2242 9 0 732240 0
[pid=14839/tid=14841] ppid=14837 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/14839/task/14841/stat : 14841 (java) S 14837 14839 13986 0 -1 4202560 2814 0 1 0 47 2 0 0 20 0 20 0 340252348 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345493562520 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14842] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14842/stat : 14842 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345477843112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14843] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14843/stat : 14843 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345476790568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14844] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14844/stat : 14844 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345475738024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14839/tid=14845] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14845/stat : 14845 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345474685480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14846] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14846/stat : 14846 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345473632936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14847] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14847/stat : 14847 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345472580392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14848] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14848/stat : 14848 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345471527848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14849] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14849/stat : 14849 (java) S 14837 14839 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345470475304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14850] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14850/stat : 14850 (java) S 14837 14839 13986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340252351 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345458063464 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14851] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14851/stat : 14851 (java) S 14837 14839 13986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340252352 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345457009784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14852] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14852/stat : 14852 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252352 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345455957128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14853] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14853/stat : 14853 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252355 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345454905872 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14854] ppid=14837 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/14839/task/14854/stat : 14854 (java) S 14837 14839 13986 0 -1 4202560 3803 0 0 0 30 1 0 0 20 0 20 0 340252355 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345453853240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14855] ppid=14837 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/14839/task/14855/stat : 14855 (java) S 14837 14839 13986 0 -1 4202560 4792 0 0 0 28 0 0 0 20 0 20 0 340252355 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345452800696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14856] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14856/stat : 14856 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252355 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345451748344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14857] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14857/stat : 14857 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252355 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345450696008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14860] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14860/stat : 14860 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252402 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345447535656 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14861] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14861/stat : 14861 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252402 3037372416 22605 33554432000 1073741824 1073778376 140733248662464 140345446483112 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 2966184

[startup+3.10068 s]
/proc/loadavg: 3.68 3.82 3.63 3/216 14863
/proc/meminfo: memFree=28078428/32873844 swapFree=7644/7644
[pid=14839] ppid=14837 vsize=2966184 CPUtime=1.75 cores=1,3,5,7
/proc/14839/stat : 14839 (java) S 14837 14839 13986 0 -1 4202496 14139 0 1 0 165 10 0 0 20 0 20 0 340252347 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140733248653600 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14839/statm: 741546 25309 2253 9 0 732240 0
[pid=14839/tid=14841] ppid=14837 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/14839/task/14841/stat : 14841 (java) S 14837 14839 13986 0 -1 4202560 2816 0 1 0 48 2 0 0 20 0 20 0 340252348 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345493562520 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14842] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14842/stat : 14842 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345477843112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14843] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14843/stat : 14843 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345476790568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14844] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14844/stat : 14844 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345475738024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14839/tid=14845] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14845/stat : 14845 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345474685480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14846] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14846/stat : 14846 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345473632936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14847] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14847/stat : 14847 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345472580392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14848] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14848/stat : 14848 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345471527848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14849] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14849/stat : 14849 (java) S 14837 14839 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340252350 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345470475304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14850] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14850/stat : 14850 (java) S 14837 14839 13986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340252351 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345458063464 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14851] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14851/stat : 14851 (java) S 14837 14839 13986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340252352 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345457009784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14852] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14852/stat : 14852 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252352 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345455957128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14853] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14853/stat : 14853 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252355 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345454905872 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14854] ppid=14837 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/14839/task/14854/stat : 14854 (java) S 14837 14839 13986 0 -1 4202560 5151 0 0 0 46 1 0 0 20 0 20 0 340252355 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345453853240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14855] ppid=14837 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/14839/task/14855/stat : 14855 (java) S 14837 14839 13986 0 -1 4202560 4833 0 0 0 43 0 0 0 20 0 20 0 340252355 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345452800696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14856] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14856/stat : 14856 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252355 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345451748344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14857] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14857/stat : 14857 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252355 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345450696008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14860] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14860/stat : 14860 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252402 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345447535656 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14861] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14861/stat : 14861 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252402 3037372416 25309 33554432000 1073741824 1073778376 140733248662464 140345446483112 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30074 s]
/proc/loadavg: 3.68 3.82 3.63 5/218 14869
/proc/meminfo: memFree=27876312/32873844 swapFree=7644/7644
[pid=14839] ppid=14837 vsize=2966184 CPUtime=6.24 cores=1,3,5,7
/proc/14839/stat : 14839 (java) S 14837 14839 13986 0 -1 4202496 19737 0 1 0 603 21 0 0 20 0 22 0 340252347 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140733248653600 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14839/statm: 741546 83651 2286 9 0 732240 0
[pid=14839/tid=14841] ppid=14837 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/14839/task/14841/stat : 14841 (java) S 14837 14839 13986 0 -1 4202560 2818 0 1 0 48 2 0 0 20 0 22 0 340252348 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345493562520 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14842] ppid=14837 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/14839/task/14842/stat : 14842 (java) S 14837 14839 13986 0 -1 4202560 20 0 0 0 0 1 0 0 20 0 22 0 340252350 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345477843112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14843] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14843/stat : 14843 (java) S 14837 14839 13986 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340252350 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345476790568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14844] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14844/stat : 14844 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252350 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345475738024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14839/tid=14845] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14845/stat : 14845 (java) S 14837 14839 13986 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 340252350 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345474685480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14846] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14846/stat : 14846 (java) S 14837 14839 13986 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340252350 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345473632936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14839/tid=14847] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14847/stat : 14847 (java) S 14837 14839 13986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340252350 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345472580392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14839/tid=14848] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14848/stat : 14848 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252350 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345471527848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14849] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14849/stat : 14849 (java) S 14837 14839 13986 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340252350 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345470475304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14850] ppid=14837 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/14839/task/14850/stat : 14850 (java) S 14837 14839 13986 0 -1 4202560 45 0 0 0 8 0 0 0 20 0 22 0 340252351 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345458063464 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14851] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14851/stat : 14851 (java) S 14837 14839 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340252352 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345457009784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14852] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14852/stat : 14852 (java) S 14837 14839 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340252352 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345455957128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14853] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14853/stat : 14853 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252355 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345454905872 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14854] ppid=14837 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/14839/task/14854/stat : 14854 (java) S 14837 14839 13986 0 -1 4202560 10478 0 0 0 115 2 0 0 20 0 22 0 340252355 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345453853240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14855] ppid=14837 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/14839/task/14855/stat : 14855 (java) S 14837 14839 13986 0 -1 4202560 4902 0 0 0 71 0 0 0 20 0 22 0 340252355 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345452800696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14856] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14856/stat : 14856 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252355 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345451748344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14857] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14857/stat : 14857 (java) S 14837 14839 13986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340252355 3037372416 83651 33554432000 1073741824 1073778376 140733248662464 140345450696008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14860] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7

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

[pid=14839/tid=14845] ppid=14837 vsize=2966184 CPUtime=4.21 cores=1,3,5,7
/proc/14839/task/14845/stat : 14845 (java) S 14837 14839 13986 0 -1 4202560 346 0 0 0 412 9 0 0 20 0 22 0 340252350 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345474685480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14846] ppid=14837 vsize=2966184 CPUtime=4.12 cores=1,3,5,7
/proc/14839/task/14846/stat : 14846 (java) S 14837 14839 13986 0 -1 4202560 332 0 0 0 404 8 0 0 20 0 22 0 340252350 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345473632936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14839/tid=14847] ppid=14837 vsize=2966184 CPUtime=4.17 cores=1,3,5,7
/proc/14839/task/14847/stat : 14847 (java) S 14837 14839 13986 0 -1 4202560 315 0 0 0 411 6 0 0 20 0 22 0 340252350 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345472580392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14848] ppid=14837 vsize=2966184 CPUtime=4.31 cores=1,3,5,7
/proc/14839/task/14848/stat : 14848 (java) S 14837 14839 13986 0 -1 4202560 333 0 0 0 423 8 0 0 20 0 22 0 340252350 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345471527848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14849] ppid=14837 vsize=2966184 CPUtime=4.51 cores=1,3,5,7
/proc/14839/task/14849/stat : 14849 (java) S 14837 14839 13986 0 -1 4202560 352 0 0 0 441 10 0 0 20 0 22 0 340252350 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345470475304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14850] ppid=14837 vsize=2966184 CPUtime=57.25 cores=1,3,5,7
/proc/14839/task/14850/stat : 14850 (java) S 14837 14839 13986 0 -1 4202560 158 0 0 0 5708 17 0 0 20 0 22 0 340252351 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345458063464 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14851] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14851/stat : 14851 (java) S 14837 14839 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340252352 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345457009784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14852] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14852/stat : 14852 (java) S 14837 14839 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340252352 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345455957128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14853] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14853/stat : 14853 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252355 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345454905872 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14854] ppid=14837 vsize=2966184 CPUtime=2.27 cores=1,3,5,7
/proc/14839/task/14854/stat : 14854 (java) S 14837 14839 13986 0 -1 4202560 13322 0 0 0 224 3 0 0 20 0 22 0 340252355 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345453853240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14855] ppid=14837 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/14839/task/14855/stat : 14855 (java) S 14837 14839 13986 0 -1 4202560 4902 0 0 0 85 0 0 0 20 0 22 0 340252355 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345452800696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14839/tid=14856] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14856/stat : 14856 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252355 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345451748344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14857] ppid=14837 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/14839/task/14857/stat : 14857 (java) S 14837 14839 13986 0 -1 4202560 51 0 0 0 27 21 0 0 20 0 22 0 340252355 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345450696008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14860] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14860/stat : 14860 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252402 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345447535656 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14861] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14861/stat : 14861 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252402 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345446483112 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14944] ppid=14837 vsize=2966184 CPUtime=646.2 cores=1,3,5,7
/proc/14839/task/14944/stat : 14944 (java) R 14837 14839 13986 0 -1 4202560 97 0 0 0 64611 9 0 0 20 0 22 0 340270060 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345449640000 140345321774237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14945] ppid=14837 vsize=2966184 CPUtime=646.16 cores=1,3,5,7
/proc/14839/task/14945/stat : 14945 (java) R 14837 14839 13986 0 -1 4202560 98 0 0 0 64606 10 0 0 20 0 22 0 340270060 3037372416 229598 33554432000 1073741824 1073778376 140733248662464 140345448585760 140345321855976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1713.27
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.901 s]
/proc/loadavg: 3.79 3.91 3.78 6/220 14955
/proc/meminfo: memFree=26658908/32873844 swapFree=7644/7644
[pid=14839] ppid=14837 vsize=2966184 CPUtime=1799.41 cores=1,3,5,7
/proc/14839/stat : 14839 (java) S 14837 14839 13986 0 -1 4202496 25747 0 1 0 179818 123 0 0 20 0 22 0 340252347 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140733248653600 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14839/statm: 741546 229614 2288 9 0 732240 0
[pid=14839/tid=14841] ppid=14837 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/14839/task/14841/stat : 14841 (java) S 14837 14839 13986 0 -1 4202560 2864 0 1 0 51 3 0 0 20 0 22 0 340252348 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345493562520 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14842] ppid=14837 vsize=2966184 CPUtime=4.32 cores=1,3,5,7
/proc/14839/task/14842/stat : 14842 (java) S 14837 14839 13986 0 -1 4202560 339 0 0 0 425 7 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345477843112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14843] ppid=14837 vsize=2966184 CPUtime=4.5 cores=1,3,5,7
/proc/14839/task/14843/stat : 14843 (java) S 14837 14839 13986 0 -1 4202560 343 0 0 0 442 8 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345476790568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14844] ppid=14837 vsize=2966184 CPUtime=4.54 cores=1,3,5,7
/proc/14839/task/14844/stat : 14844 (java) S 14837 14839 13986 0 -1 4202560 326 0 0 0 447 7 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345475738024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14845] ppid=14837 vsize=2966184 CPUtime=4.46 cores=1,3,5,7
/proc/14839/task/14845/stat : 14845 (java) S 14837 14839 13986 0 -1 4202560 346 0 0 0 437 9 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345474685480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14846] ppid=14837 vsize=2966184 CPUtime=4.28 cores=1,3,5,7
/proc/14839/task/14846/stat : 14846 (java) S 14837 14839 13986 0 -1 4202560 332 0 0 0 420 8 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345473632936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14847] ppid=14837 vsize=2966184 CPUtime=4.31 cores=1,3,5,7
/proc/14839/task/14847/stat : 14847 (java) S 14837 14839 13986 0 -1 4202560 315 0 0 0 425 6 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345472580392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14848] ppid=14837 vsize=2966184 CPUtime=4.52 cores=1,3,5,7
/proc/14839/task/14848/stat : 14848 (java) S 14837 14839 13986 0 -1 4202560 333 0 0 0 444 8 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345471527848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14839/tid=14849] ppid=14837 vsize=2966184 CPUtime=4.73 cores=1,3,5,7
/proc/14839/task/14849/stat : 14849 (java) S 14837 14839 13986 0 -1 4202560 352 0 0 0 463 10 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345470475304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14850] ppid=14837 vsize=2966184 CPUtime=61.05 cores=1,3,5,7
/proc/14839/task/14850/stat : 14850 (java) S 14837 14839 13986 0 -1 4202560 160 0 0 0 6088 17 0 0 20 0 22 0 340252351 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345458063464 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14851] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14851/stat : 14851 (java) S 14837 14839 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340252352 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345457009784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14852] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14852/stat : 14852 (java) S 14837 14839 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340252352 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345455957128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14853] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14853/stat : 14853 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252355 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345454905872 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14854] ppid=14837 vsize=2966184 CPUtime=2.27 cores=1,3,5,7
/proc/14839/task/14854/stat : 14854 (java) S 14837 14839 13986 0 -1 4202560 13322 0 0 0 224 3 0 0 20 0 22 0 340252355 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345453853240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14855] ppid=14837 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/14839/task/14855/stat : 14855 (java) S 14837 14839 13986 0 -1 4202560 4902 0 0 0 85 0 0 0 20 0 22 0 340252355 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345452800696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14839/tid=14856] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14856/stat : 14856 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252355 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345451748344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14857] ppid=14837 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/14839/task/14857/stat : 14857 (java) S 14837 14839 13986 0 -1 4202560 53 0 0 0 27 23 0 0 20 0 22 0 340252355 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345450696008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14860] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14860/stat : 14860 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252402 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345447535656 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14861] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14861/stat : 14861 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252402 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345446483112 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14944] ppid=14837 vsize=2966184 CPUtime=686.45 cores=1,3,5,7
/proc/14839/task/14944/stat : 14944 (java) R 14837 14839 13986 0 -1 4202560 100 0 0 0 68635 10 0 0 20 0 22 0 340270060 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345449638424 140345321774216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14945] ppid=14837 vsize=2966184 CPUtime=686.39 cores=1,3,5,7
/proc/14839/task/14945/stat : 14945 (java) R 14837 14839 13986 0 -1 4202560 106 0 0 0 68628 11 0 0 20 0 22 0 340270060 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345448586432 140345321808697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 2966184

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

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

[startup+926.901 s]
/proc/loadavg: 3.79 3.91 3.78 6/220 14955
/proc/meminfo: memFree=26658908/32873844 swapFree=7644/7644
[pid=14839] ppid=14837 vsize=2966184 CPUtime=1799.41 cores=1,3,5,7
/proc/14839/stat : 14839 (java) S 14837 14839 13986 0 -1 4202496 25747 0 1 0 179818 123 0 0 20 0 22 0 340252347 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140733248653600 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14839/statm: 741546 229614 2288 9 0 732240 0
[pid=14839/tid=14841] ppid=14837 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/14839/task/14841/stat : 14841 (java) S 14837 14839 13986 0 -1 4202560 2864 0 1 0 51 3 0 0 20 0 22 0 340252348 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345493562520 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14842] ppid=14837 vsize=2966184 CPUtime=4.32 cores=1,3,5,7
/proc/14839/task/14842/stat : 14842 (java) S 14837 14839 13986 0 -1 4202560 339 0 0 0 425 7 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345477843112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14843] ppid=14837 vsize=2966184 CPUtime=4.5 cores=1,3,5,7
/proc/14839/task/14843/stat : 14843 (java) S 14837 14839 13986 0 -1 4202560 343 0 0 0 442 8 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345476790568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14844] ppid=14837 vsize=2966184 CPUtime=4.54 cores=1,3,5,7
/proc/14839/task/14844/stat : 14844 (java) S 14837 14839 13986 0 -1 4202560 326 0 0 0 447 7 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345475738024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14845] ppid=14837 vsize=2966184 CPUtime=4.46 cores=1,3,5,7
/proc/14839/task/14845/stat : 14845 (java) S 14837 14839 13986 0 -1 4202560 346 0 0 0 437 9 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345474685480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14846] ppid=14837 vsize=2966184 CPUtime=4.28 cores=1,3,5,7
/proc/14839/task/14846/stat : 14846 (java) S 14837 14839 13986 0 -1 4202560 332 0 0 0 420 8 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345473632936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14847] ppid=14837 vsize=2966184 CPUtime=4.31 cores=1,3,5,7
/proc/14839/task/14847/stat : 14847 (java) S 14837 14839 13986 0 -1 4202560 315 0 0 0 425 6 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345472580392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14848] ppid=14837 vsize=2966184 CPUtime=4.52 cores=1,3,5,7
/proc/14839/task/14848/stat : 14848 (java) S 14837 14839 13986 0 -1 4202560 333 0 0 0 444 8 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345471527848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14839/tid=14849] ppid=14837 vsize=2966184 CPUtime=4.73 cores=1,3,5,7
/proc/14839/task/14849/stat : 14849 (java) S 14837 14839 13986 0 -1 4202560 352 0 0 0 463 10 0 0 20 0 22 0 340252350 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345470475304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14850] ppid=14837 vsize=2966184 CPUtime=61.05 cores=1,3,5,7
/proc/14839/task/14850/stat : 14850 (java) S 14837 14839 13986 0 -1 4202560 160 0 0 0 6088 17 0 0 20 0 22 0 340252351 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345458063464 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14851] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14851/stat : 14851 (java) S 14837 14839 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340252352 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345457009784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14852] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14852/stat : 14852 (java) S 14837 14839 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340252352 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345455957128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14853] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14853/stat : 14853 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252355 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345454905872 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14854] ppid=14837 vsize=2966184 CPUtime=2.27 cores=1,3,5,7
/proc/14839/task/14854/stat : 14854 (java) S 14837 14839 13986 0 -1 4202560 13322 0 0 0 224 3 0 0 20 0 22 0 340252355 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345453853240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14839/tid=14855] ppid=14837 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/14839/task/14855/stat : 14855 (java) S 14837 14839 13986 0 -1 4202560 4902 0 0 0 85 0 0 0 20 0 22 0 340252355 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345452800696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14839/tid=14856] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14856/stat : 14856 (java) S 14837 14839 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252355 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345451748344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14857] ppid=14837 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/14839/task/14857/stat : 14857 (java) S 14837 14839 13986 0 -1 4202560 53 0 0 0 27 23 0 0 20 0 22 0 340252355 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345450696008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14860] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14860/stat : 14860 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252402 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345447535656 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14861] ppid=14837 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14839/task/14861/stat : 14861 (java) S 14837 14839 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252402 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345446483112 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14839/tid=14944] ppid=14837 vsize=2966184 CPUtime=686.45 cores=1,3,5,7
/proc/14839/task/14944/stat : 14944 (java) R 14837 14839 13986 0 -1 4202560 100 0 0 0 68635 10 0 0 20 0 22 0 340270060 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345449638424 140345321774216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14839/tid=14945] ppid=14837 vsize=2966184 CPUtime=686.39 cores=1,3,5,7
/proc/14839/task/14945/stat : 14945 (java) R 14837 14839 13986 0 -1 4202560 106 0 0 0 68628 11 0 0 20 0 22 0 340270060 3037372416 229614 33554432000 1073741824 1073778376 140733248662464 140345448586432 140345321808697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14839 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=409208
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=691742
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1799.41
#
# 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.679993
#  lost CPU user time (s): 0.72998
#  lost CPU system time (s): -0.05

Real time (s): 926.963
CPU time (s): 1800.09
CPU user time (s): 1798.91
CPU system time (s): 1.18
CPU usage (%): 194.192
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.41
system time used= 1.69174
maximum resident set size= 918576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25780
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29728
involuntary context switches= 65749

runsolver used 4.01039 second user time and 8.85465 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 18:34:40
IDJOB=3733027
IDBENCH=2238
IDSOLVER=2324
FILE ID=node147/3733027-1338741279
RUNJOBID= node147-1338737348-14003
PBS_JOBID= 14636764
Free space on /tmp= 70784 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-4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733027-1338741279/watcher-3733027-1338741279 -o /tmp/evaluation-result-3733027-1338741279/solver-3733027-1338741279 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733027-1338741279.opb

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

MD5SUM BENCH= 7bb05c60facd55e51c4cfcaa0e217e6e
RANDOM SEED=620722638

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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:        28167344 kB
Buffers:          455028 kB
Cached:          2562060 kB
SwapCached:         3380 kB
Active:          2284504 kB
Inactive:        1551460 kB
Active(anon):     814584 kB
Inactive(anon):     5908 kB
Active(file):    1469920 kB
Inactive(file):  1545552 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:        831244 kB
Mapped:            16840 kB
Shmem:                 0 kB
Slab:             722376 kB
SReclaimable:     163300 kB
SUnreclaim:       559076 kB
KernelStack:        1624 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    784384 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= 70784 MiB
End job on node147 at 2012-06-03 18:50:08