Trace number 3733016

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.01 935.947

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM65bafde3eb06761afc4fe90b6aa8c264
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 benchmark19.787
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 constraints17827
Number of constraints which are clauses17827
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.06/0.10	c version 2.2.0.v20100531
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		1349517296
0.06/0.11	c Max memory 		1356595200
0.06/0.11	c Total memory 		1356595200
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3733016-1338741277.opb
0.06/0.13	c reading problem ... 
0.99/0.53	c ... done. Wall clock time 0.403s.
0.99/0.53	c #vars     450
0.99/0.53	c #constraints  17827
0.99/0.53	c constraints type 
0.99/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17827
0.99/0.53	c constraints type 
0.99/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17827
0.99/0.55	c And the winner is CuttingPlanes
1.14/1.53	c SATISFIABLE
1.14/1.53	c OPTIMIZING...
1.14/1.53	c Got one! Elapsed wall clock time (in seconds):1.407
1.14/1.53	o -20
1.14/1.57	c And the winner is Resolution
1.33/2.54	c Got one! Elapsed wall clock time (in seconds):2.411
1.33/2.54	o -21
1.33/2.58	c And the winner is Resolution
1.90/3.54	c Got one! Elapsed wall clock time (in seconds):3.413
1.90/3.54	o -22
1.90/3.59	c And the winner is Resolution
2.17/4.54	c Got one! Elapsed wall clock time (in seconds):4.415
2.17/4.54	o -23
2.76/4.72	c And the winner is Resolution
2.86/5.54	c Got one! Elapsed wall clock time (in seconds):5.417
2.86/5.54	o -24
3.53/5.89	c cleaning 2499 clauses out of 5000 with flag 5000/5000
4.38/6.26	c And the winner is Resolution
4.58/6.55	c Got one! Elapsed wall clock time (in seconds):6.418
4.58/6.55	o -25
5.21/6.85	c cleaning 4248 clauses out of 8501 with flag 11000/11000
6.83/7.67	c cleaning 5627 clauses out of 11253 with flag 18000/18000
8.80/8.62	c cleaning 6813 clauses out of 13626 with flag 26000/26000
11.66/10.03	c cleaning 7895 clauses out of 15813 with flag 35000/35000
14.22/11.39	c cleaning 8959 clauses out of 17918 with flag 45000/45000
17.42/12.99	c And the winner is Resolution
17.69/13.55	c Got one! Elapsed wall clock time (in seconds):13.42
17.69/13.55	o -26
17.99/13.71	c cleaning 9971 clauses out of 19959 with flag 56000/56000
21.57/15.57	c cleaning 10991 clauses out of 21988 with flag 68000/68000
26.29/17.95	c cleaning 11999 clauses out of 23997 with flag 81000/81000
30.87/20.28	c cleaning 12997 clauses out of 25998 with flag 95000/95000
37.02/23.30	c cleaning 13996 clauses out of 28001 with flag 110000/110000
42.55/26.15	c cleaning 15001 clauses out of 30005 with flag 126000/126000
49.19/29.55	c cleaning 15998 clauses out of 32004 with flag 143000/143000
56.51/33.24	c cleaning 17003 clauses out of 34006 with flag 161000/161000
65.68/37.84	c cleaning 17502 clauses out of 35003 with flag 179000/179000
72.63/41.34	c cleaning 17745 clauses out of 35501 with flag 197000/197000
80.46/45.31	c cleaning 17866 clauses out of 35756 with flag 215000/215000
90.57/50.44	c cleaning 17938 clauses out of 35890 with flag 233000/233000
100.89/55.68	c cleaning 17973 clauses out of 35952 with flag 251000/251000
110.42/60.44	c cleaning 17990 clauses out of 35980 with flag 269001/269001
116.83/63.75	c cleaning 17989 clauses out of 35989 with flag 287000/287000
123.74/67.27	c cleaning 17997 clauses out of 36000 with flag 305000/305000
131.61/71.28	c cleaning 17998 clauses out of 36003 with flag 323000/323000
146.72/78.81	c cleaning 18003 clauses out of 36006 with flag 341001/341001
155.26/83.24	c cleaning 17993 clauses out of 36002 with flag 359000/359000
164.15/87.71	c cleaning 17998 clauses out of 36009 with flag 377000/377000
174.00/92.72	c cleaning 18004 clauses out of 36012 with flag 395001/395001
181.09/96.36	c cleaning 17999 clauses out of 36007 with flag 413000/413000
191.20/101.51	c cleaning 17994 clauses out of 36008 with flag 431000/431000
205.29/108.66	c cleaning 18004 clauses out of 36014 with flag 449000/449000
217.37/114.78	c cleaning 18000 clauses out of 36010 with flag 467000/467000
225.40/118.87	c cleaning 17997 clauses out of 36010 with flag 485000/485000
235.68/124.12	c cleaning 17999 clauses out of 36013 with flag 503000/503000
245.51/129.18	c cleaning 18004 clauses out of 36014 with flag 521000/521000
247.52/130.22	c cleaning 0 clauses out of 5000 with flag 0/5000
257.78/135.22	c cleaning 17998 clauses out of 36010 with flag 539000/539000
267.75/140.30	c cleaning 18001 clauses out of 36012 with flag 557000/557000
278.59/145.80	c cleaning 17990 clauses out of 36011 with flag 575000/575000
289.38/151.33	c cleaning 18009 clauses out of 36021 with flag 593000/593000
295.63/154.56	c cleaning 18006 clauses out of 36013 with flag 611001/611001
304.08/158.93	c cleaning 17996 clauses out of 36006 with flag 629000/629000
314.75/164.32	c cleaning 18001 clauses out of 36010 with flag 647000/647000
324.57/169.37	c cleaning 18001 clauses out of 36010 with flag 665001/665001
331.57/172.94	c cleaning 17998 clauses out of 36008 with flag 683000/683000
344.09/179.36	c cleaning 18001 clauses out of 36010 with flag 701000/701000
354.27/184.50	c cleaning 18000 clauses out of 36009 with flag 719000/719000
364.28/189.62	c cleaning 17985 clauses out of 36009 with flag 737000/737000
373.26/194.22	c cleaning 18006 clauses out of 36024 with flag 755000/755000
384.23/199.95	c cleaning 18001 clauses out of 36018 with flag 773000/773000
392.44/204.16	c cleaning 18000 clauses out of 36018 with flag 791001/791001
403.27/209.68	c cleaning 18006 clauses out of 36017 with flag 809000/809000
413.25/214.72	c cleaning 18001 clauses out of 36011 with flag 827000/827000
423.04/219.88	c cleaning 18002 clauses out of 36010 with flag 845000/845000
434.41/225.64	c cleaning 18000 clauses out of 36009 with flag 863001/863001
448.44/232.78	c cleaning 17995 clauses out of 36008 with flag 881000/881000
455.30/236.29	c cleaning 17984 clauses out of 36013 with flag 899000/899000
463.03/240.35	c cleaning 18013 clauses out of 36030 with flag 917001/917001
471.51/244.62	c cleaning 18000 clauses out of 36016 with flag 935000/935000
479.28/248.68	c cleaning 18001 clauses out of 36016 with flag 953000/953000
491.01/254.68	c cleaning 18006 clauses out of 36015 with flag 971000/971000
502.93/260.86	c cleaning 18001 clauses out of 36009 with flag 989000/989000
512.91/265.96	c cleaning 17997 clauses out of 36008 with flag 1007000/1007000
520.43/269.84	c cleaning 17991 clauses out of 36012 with flag 1025001/1025001
530.98/275.23	c cleaning 17992 clauses out of 36021 with flag 1043001/1043001
541.49/280.74	c cleaning 17990 clauses out of 36029 with flag 1061001/1061001
555.46/287.85	c cleaning 18004 clauses out of 36038 with flag 1079000/1079000
565.59/293.05	c cleaning 18013 clauses out of 36034 with flag 1097000/1097000
576.57/298.65	c cleaning 17995 clauses out of 36021 with flag 1115000/1115000
586.47/303.81	c cleaning 18005 clauses out of 36026 with flag 1133000/1133000
597.00/309.26	c cleaning 17994 clauses out of 36022 with flag 1151001/1151001
610.08/315.97	c cleaning 17996 clauses out of 36027 with flag 1169000/1169000
619.84/320.94	c cleaning 18013 clauses out of 36032 with flag 1187001/1187001
632.09/327.34	c cleaning 18010 clauses out of 36019 with flag 1205001/1205001
645.10/333.95	c cleaning 17994 clauses out of 36008 with flag 1223000/1223000
654.37/338.79	c cleaning 18003 clauses out of 36015 with flag 1241001/1241001
668.91/346.18	c cleaning 17996 clauses out of 36011 with flag 1259000/1259000
682.53/353.26	c cleaning 18004 clauses out of 36015 with flag 1277000/1277000
698.29/361.27	c cleaning 18005 clauses out of 36011 with flag 1295000/1295000
710.98/367.78	c cleaning 18001 clauses out of 36006 with flag 1313000/1313000
723.68/374.20	c cleaning 18000 clauses out of 36005 with flag 1331000/1331000
731.32/378.37	c cleaning 17994 clauses out of 36006 with flag 1349001/1349001
739.88/382.72	c cleaning 18000 clauses out of 36011 with flag 1367000/1367000
751.37/388.64	c cleaning 17988 clauses out of 36011 with flag 1385000/1385000
760.08/393.14	c cleaning 18004 clauses out of 36023 with flag 1403000/1403000
767.94/397.40	c cleaning 17999 clauses out of 36020 with flag 1421001/1421001
782.11/404.50	c cleaning 18000 clauses out of 36020 with flag 1439000/1439000
793.57/410.48	c cleaning 17990 clauses out of 36020 with flag 1457000/1457000
801.51/414.57	c cleaning 18006 clauses out of 36030 with flag 1475000/1475000
810.95/419.54	c cleaning 18001 clauses out of 36024 with flag 1493000/1493000
818.65/423.52	c cleaning 18000 clauses out of 36023 with flag 1511000/1511000
826.55/427.61	c cleaning 18004 clauses out of 36023 with flag 1529000/1529000
838.26/433.68	c cleaning 17990 clauses out of 36019 with flag 1547000/1547000
851.10/440.37	c cleaning 18004 clauses out of 36029 with flag 1565000/1565000
861.59/445.77	c cleaning 18003 clauses out of 36026 with flag 1583001/1583001
874.10/452.19	c cleaning 18005 clauses out of 36022 with flag 1601000/1601000
884.14/457.35	c cleaning 18003 clauses out of 36018 with flag 1619001/1619001
892.53/461.83	c cleaning 17999 clauses out of 36014 with flag 1637000/1637000
902.77/467.19	c cleaning 17995 clauses out of 36015 with flag 1655000/1655000
913.81/472.86	c cleaning 18005 clauses out of 36020 with flag 1673000/1673000
927.31/479.71	c cleaning 18005 clauses out of 36015 with flag 1691000/1691000
937.28/485.10	c cleaning 17990 clauses out of 36010 with flag 1709000/1709000
948.95/491.07	c cleaning 18007 clauses out of 36020 with flag 1727000/1727000
958.85/496.17	c cleaning 17993 clauses out of 36013 with flag 1745000/1745000
968.88/501.35	c cleaning 17997 clauses out of 36020 with flag 1763000/1763000
977.47/506.00	c cleaning 18006 clauses out of 36023 with flag 1781000/1781000
987.11/510.96	c cleaning 18002 clauses out of 36017 with flag 1799000/1799000
1001.40/518.29	c cleaning 17998 clauses out of 36015 with flag 1817000/1817000
1012.24/523.84	c cleaning 18004 clauses out of 36017 with flag 1835000/1835000
1025.46/530.75	c cleaning 17997 clauses out of 36014 with flag 1853001/1853001
1039.17/537.78	c cleaning 18003 clauses out of 36017 with flag 1871001/1871001
1053.65/545.18	c cleaning 17989 clauses out of 36013 with flag 1889000/1889000
1066.76/551.89	c cleaning 18003 clauses out of 36024 with flag 1907000/1907000
1080.69/559.19	c cleaning 18006 clauses out of 36021 with flag 1925000/1925000
1096.41/567.13	c cleaning 18008 clauses out of 36015 with flag 1943000/1943000
1106.62/572.40	c cleaning 17998 clauses out of 36007 with flag 1961000/1961000
1120.42/579.52	c cleaning 18002 clauses out of 36010 with flag 1979001/1979001
1131.56/585.46	c cleaning 17995 clauses out of 36008 with flag 1997001/1997001
1137.98/588.87	c cleaning 17995 clauses out of 36012 with flag 2015000/2015000
1146.44/593.23	c cleaning 17997 clauses out of 36017 with flag 2033000/2033000
1156.08/598.26	c cleaning 17998 clauses out of 36021 with flag 2051001/2051001
1167.42/604.28	c cleaning 17995 clauses out of 36022 with flag 2069000/2069000
1175.06/608.24	c cleaning 18001 clauses out of 36028 with flag 2087001/2087001
1185.68/613.75	c cleaning 17996 clauses out of 36027 with flag 2105001/2105001
1197.10/619.60	c cleaning 18002 clauses out of 36031 with flag 2123001/2123001
1210.49/626.68	c cleaning 18006 clauses out of 36028 with flag 2141000/2141000
1222.09/632.68	c cleaning 18008 clauses out of 36023 with flag 2159001/2159001
1233.14/638.35	c cleaning 17999 clauses out of 36014 with flag 2177000/2177000
1242.78/643.39	c cleaning 18003 clauses out of 36015 with flag 2195000/2195000
1253.71/649.18	c cleaning 18001 clauses out of 36012 with flag 2213000/2213000
1264.91/654.95	c cleaning 18003 clauses out of 36012 with flag 2231001/2231001
1280.17/662.80	c cleaning 17995 clauses out of 36009 with flag 2249001/2249001
1289.58/667.66	c cleaning 18004 clauses out of 36013 with flag 2267000/2267000
1303.69/675.10	c cleaning 18001 clauses out of 36010 with flag 2285001/2285001
1313.07/679.95	c cleaning 17994 clauses out of 36010 with flag 2303002/2303002
1324.31/685.70	c cleaning 18006 clauses out of 36015 with flag 2321001/2321001
1331.72/689.61	c cleaning 17987 clauses out of 36008 with flag 2339000/2339000
1343.17/695.73	c cleaning 18003 clauses out of 36021 with flag 2357000/2357000
1354.16/701.47	c cleaning 17998 clauses out of 36019 with flag 2375001/2375001
1367.18/708.16	c cleaning 17999 clauses out of 36020 with flag 2393000/2393000
1378.61/714.06	c cleaning 18006 clauses out of 36021 with flag 2411000/2411000
1388.11/719.13	c cleaning 18005 clauses out of 36015 with flag 2429000/2429000
1396.33/723.43	c cleaning 17991 clauses out of 36010 with flag 2447000/2447000
1400.24/725.60	c cleaning 0 clauses out of 11001 with flag 0/11001
1410.24/730.89	c cleaning 17996 clauses out of 36019 with flag 2465000/2465000
1423.24/737.71	c cleaning 18010 clauses out of 36024 with flag 2483001/2483001
1435.02/743.84	c cleaning 17998 clauses out of 36013 with flag 2501000/2501000
1446.21/749.64	c cleaning 17995 clauses out of 36015 with flag 2519000/2519000
1459.06/756.25	c cleaning 17998 clauses out of 36020 with flag 2537000/2537000
1472.26/763.27	c cleaning 18006 clauses out of 36022 with flag 2555000/2555000
1484.59/769.61	c cleaning 18006 clauses out of 36017 with flag 2573001/2573001
1500.00/777.51	c cleaning 17998 clauses out of 36010 with flag 2591000/2591000
1511.73/783.68	c cleaning 17996 clauses out of 36012 with flag 2609000/2609000
1526.15/791.24	c cleaning 18005 clauses out of 36016 with flag 2627000/2627000
1537.75/797.30	c cleaning 17991 clauses out of 36011 with flag 2645000/2645000
1546.93/802.08	c cleaning 18004 clauses out of 36020 with flag 2663000/2663000
1554.23/805.99	c cleaning 17996 clauses out of 36016 with flag 2681000/2681000
1563.72/811.05	c cleaning 17995 clauses out of 36020 with flag 2699000/2699000
1573.71/816.24	c cleaning 18007 clauses out of 36025 with flag 2717000/2717000
1583.04/821.19	c cleaning 18004 clauses out of 36018 with flag 2735000/2735000
1593.96/826.80	c cleaning 18002 clauses out of 36014 with flag 2753000/2753000
1603.34/831.96	c cleaning 17998 clauses out of 36013 with flag 2771001/2771001
1612.10/836.51	c cleaning 18002 clauses out of 36014 with flag 2789000/2789000
1621.45/841.46	c cleaning 18000 clauses out of 36012 with flag 2807000/2807000
1632.18/847.01	c cleaning 17999 clauses out of 36013 with flag 2825001/2825001
1642.19/852.41	c cleaning 18001 clauses out of 36013 with flag 2843000/2843000
1651.34/857.28	c cleaning 17992 clauses out of 36012 with flag 2861000/2861000
1661.32/862.42	c cleaning 17998 clauses out of 36020 with flag 2879000/2879000
1673.45/868.73	c cleaning 18000 clauses out of 36022 with flag 2897000/2897000
1682.65/873.78	c cleaning 18004 clauses out of 36022 with flag 2915000/2915000
1692.19/878.76	c cleaning 18006 clauses out of 36019 with flag 2933001/2933001
1703.71/884.70	c cleaning 18000 clauses out of 36013 with flag 2951001/2951001
1714.05/890.19	c cleaning 17995 clauses out of 36012 with flag 2969000/2969000
1724.56/895.75	c cleaning 18000 clauses out of 36017 with flag 2987000/2987000
1731.87/899.60	c cleaning 18002 clauses out of 36017 with flag 3005000/3005000
1738.96/903.43	c cleaning 17993 clauses out of 36015 with flag 3023000/3023000
1746.74/907.58	c cleaning 18005 clauses out of 36023 with flag 3041001/3041001
1757.72/913.43	c cleaning 17993 clauses out of 36017 with flag 3059000/3059000
1767.28/918.44	c cleaning 18005 clauses out of 36026 with flag 3077002/3077002
1777.22/923.63	c cleaning 18006 clauses out of 36019 with flag 3095000/3095000
1788.80/929.64	c cleaning 17996 clauses out of 36014 with flag 3113001/3113001
1797.90/934.66	c cleaning 17990 clauses out of 36017 with flag 3131000/3131000
1800.00/935.91	c starts		: 255
1800.00/935.91	c conflicts		: 3135727
1800.00/935.91	c decisions		: 3332944
1800.00/935.91	c propagations		: 19026999
1800.00/935.91	c inspects		: 2242819072
1800.00/935.91	c learnt literals	: 0
1800.00/935.91	c learnt binary clauses	: 0
1800.00/935.91	c learnt ternary clauses	: 0
1800.00/935.91	c learnt clauses	: 3135727
1800.00/935.91	c ignored clauses	: 0
1800.00/935.91	c root simplifications	: 0
1800.00/935.91	c removed literals (reason simplification)	: 44913576
1800.00/935.91	c reason swapping (by a shorter reason)	: 0
1800.00/935.91	c Calls to reduceDB	: 179
1800.00/935.91	c number of reductions to clauses (during analyze)	: 0
1800.00/935.91	c number of learned constraints concerned by reduction	: 0
1800.00/935.91	c number of learning phase by resolution	: 0
1800.00/935.91	c number of learning phase by cutting planes	: 0
1800.00/935.91	c speed (assignments/second)	: 20628.53670409589
1800.00/935.91	c non guided choices	0
1800.00/935.92	c learnt constraints type 
1800.00/935.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 22788
1800.00/935.92	c constraints type 
1800.00/935.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.00/935.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17827
1800.00/935.92	c constraints type 
1800.00/935.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17827
1800.00/935.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.00/935.92	s SATISFIABLE
1800.00/935.93	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 
1800.00/935.93	c objective function=-26
1800.00/935.93	c Total wall clock time (in seconds): 935.799

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-3733016-1338741277/watcher-3733016-1338741277 -o /tmp/evaluation-result-3733016-1338741277/solver-3733016-1338741277 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733016-1338741277.opb 

running on 4 cores: 0,2,4,6

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.92 3.88 3.62 4/197 18170
/proc/meminfo: memFree=27567536/32873844 swapFree=7632/7632
[pid=18170] ppid=18168 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/18170/stat : 18170 (java6) D 18168 18170 17063 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 340252030 2560000 47 33554432000 1073741824 1073778376 140737190277504 140737190274632 209874677031 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/18170/statm: 625 47 37 9 0 29 0

[startup+0.0407189 s]
/proc/loadavg: 3.92 3.88 3.62 4/197 18170
/proc/meminfo: memFree=27567536/32873844 swapFree=7632/7632
[pid=18170] ppid=18168 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/18170/stat : 18170 (java) S 18168 18170 17063 0 -1 4202496 3470 0 1 0 0 0 0 0 20 0 10 0 340252030 2209931264 4169 33554432000 1073741824 1073778376 140735218448848 140735218439984 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18170/statm: 539534 4169 1536 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100224 s]
/proc/loadavg: 3.92 3.88 3.62 4/197 18170
/proc/meminfo: memFree=27567536/32873844 swapFree=7632/7632
[pid=18170] ppid=18168 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/18170/stat : 18170 (java) S 18168 18170 17063 0 -1 4202496 3897 0 1 0 5 1 0 0 20 0 18 0 340252030 2764726272 5616 33554432000 1073741824 1073778376 140735218448848 140735218439984 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18170/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300212 s]
/proc/loadavg: 3.92 3.88 3.62 4/197 18170
/proc/meminfo: memFree=27567536/32873844 swapFree=7632/7632
[pid=18170] ppid=18168 vsize=2699928 CPUtime=0.43 cores=0,2,4,6
/proc/18170/stat : 18170 (java) S 18168 18170 17063 0 -1 4202496 5665 0 1 0 41 2 0 0 20 0 18 0 340252030 2764726272 8571 33554432000 1073741824 1073778376 140735218448848 140735218439984 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18170/statm: 674982 8571 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2699928

[startup+0.700283 s]
/proc/loadavg: 3.92 3.88 3.62 4/197 18170
/proc/meminfo: memFree=27567536/32873844 swapFree=7632/7632
[pid=18170] ppid=18168 vsize=2966184 CPUtime=1.14 cores=0,2,4,6
/proc/18170/stat : 18170 (java) S 18168 18170 17063 0 -1 4202496 12782 0 1 0 108 6 0 0 20 0 20 0 340252030 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 140735218439984 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18170/statm: 741546 22495 2242 9 0 732240 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 2966184

[startup+1.50072 s]
/proc/loadavg: 3.84 3.87 3.61 3/217 18192
/proc/meminfo: memFree=27486152/32873844 swapFree=7632/7632
[pid=18170] ppid=18168 vsize=2966184 CPUtime=1.14 cores=0,2,4,6
/proc/18170/stat : 18170 (java) S 18168 18170 17063 0 -1 4202496 12782 0 1 0 108 6 0 0 20 0 20 0 340252030 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 140735218439984 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18170/statm: 741546 22495 2242 9 0 732240 0
[pid=18170/tid=18172] ppid=18168 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 17063 0 -1 4202560 2817 0 1 0 46 3 0 0 20 0 20 0 340252032 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670359090328 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18173] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18173/stat : 18173 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670343371560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670342318760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18175/stat : 18175 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670341266472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670340213672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670339160360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670338107560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670337055272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670336002472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18181] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340252035 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670205754088 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340252035 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670204700152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18183] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18183/stat : 18183 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252035 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670203647752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18184] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18184/stat : 18184 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252038 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670202596240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18185] ppid=18168 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/18170/task/18185/stat : 18185 (java) S 18168 18170 17063 0 -1 4202560 3856 0 0 0 27 0 0 0 20 0 20 0 340252038 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670201542840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18186] ppid=18168 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/18170/task/18186/stat : 18186 (java) S 18168 18170 17063 0 -1 4202560 4866 0 0 0 28 1 0 0 20 0 20 0 340252038 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670200490040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18187] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18187/stat : 18187 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252038 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670199437944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18188] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18188/stat : 18188 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252038 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670198385352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18191] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18191/stat : 18191 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252085 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670195226280 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18192] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18192/stat : 18192 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252085 3037372416 22495 33554432000 1073741824 1073778376 140735218448848 139670194173480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 2966184

[startup+3.10076 s]
/proc/loadavg: 3.84 3.87 3.61 3/217 18194
/proc/meminfo: memFree=27481420/32873844 swapFree=7632/7632
[pid=18170] ppid=18168 vsize=2966184 CPUtime=1.9 cores=0,2,4,6
/proc/18170/stat : 18170 (java) S 18168 18170 17063 0 -1 4202496 17748 0 1 0 179 11 0 0 20 0 20 0 340252030 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 140735218439984 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18170/statm: 741546 27329 2254 9 0 732240 0
[pid=18170/tid=18172] ppid=18168 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 17063 0 -1 4202560 2818 0 1 0 47 3 0 0 20 0 20 0 340252032 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670359090328 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18173] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18173/stat : 18173 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670343371560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670342318760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18175/stat : 18175 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670341266472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670340213672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670339160360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670338107560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670337055272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340252033 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670336002472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18181] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340252035 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670205754088 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340252035 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670204700152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18183] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18183/stat : 18183 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252035 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670203647752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18184] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18184/stat : 18184 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252038 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670202596240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18185] ppid=18168 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/18170/task/18185/stat : 18185 (java) S 18168 18170 17063 0 -1 4202560 4660 0 0 0 42 0 0 0 20 0 20 0 340252038 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670201542840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18186] ppid=18168 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/18170/task/18186/stat : 18186 (java) S 18168 18170 17063 0 -1 4202560 8948 0 0 0 71 2 0 0 20 0 20 0 340252038 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670200490040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18187] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18187/stat : 18187 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252038 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670199437944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18188] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18188/stat : 18188 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340252038 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670198385352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18191] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18191/stat : 18191 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252085 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670195226280 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18192] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18192/stat : 18192 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340252085 3037372416 27329 33554432000 1073741824 1073778376 140735218448848 139670194173480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30077 s]
/proc/loadavg: 3.69 3.84 3.60 2/217 18200
/proc/meminfo: memFree=27430276/32873844 swapFree=7632/7632
[pid=18170] ppid=18168 vsize=2966184 CPUtime=4.56 cores=0,2,4,6
/proc/18170/stat : 18170 (java) S 18168 18170 17063 0 -1 4202496 19450 0 1 0 436 20 0 0 20 0 21 0 340252030 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 140735218439984 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18170/statm: 741546 78535 2288 9 0 732240 0
[pid=18170/tid=18172] ppid=18168 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 17063 0 -1 4202560 2820 0 1 0 47 3 0 0 20 0 21 0 340252032 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670359090328 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18173] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18173/stat : 18173 (java) S 18168 18170 17063 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 21 0 340252033 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670343371560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340252033 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670342318760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18175/stat : 18175 (java) S 18168 18170 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340252033 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670341266472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 17063 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 21 0 340252033 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670340213672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 17063 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 21 0 340252033 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670339160360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 17063 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 21 0 340252033 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670338107560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 17063 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 21 0 340252033 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670337055272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 340252033 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670336002472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18181] ppid=18168 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 17063 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 21 0 340252035 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670205754088 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340252035 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670204700152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18183] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18183/stat : 18183 (java) S 18168 18170 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340252035 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670203647752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18184] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18184/stat : 18184 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340252038 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670202596240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18185] ppid=18168 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/18170/task/18185/stat : 18185 (java) S 18168 18170 17063 0 -1 4202560 6165 0 0 0 79 0 0 0 20 0 21 0 340252038 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670201542840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18186] ppid=18168 vsize=2966184 CPUtime=1.08 cores=0,2,4,6
/proc/18170/task/18186/stat : 18186 (java) S 18168 18170 17063 0 -1 4202560 8955 0 0 0 105 3 0 0 20 0 21 0 340252038 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670200490040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18187] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18187/stat : 18187 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340252038 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670199437944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18188] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18188/stat : 18188 (java) S 18168 18170 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340252038 3037372416 78535 33554432000 1073741824 1073778376 140735218448848 139670198385352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18191] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6

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

[pid=18170/tid=18176] ppid=18168 vsize=2966184 CPUtime=4.89 cores=0,2,4,6
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 17063 0 -1 4202560 344 0 0 0 481 8 0 0 20 0 22 0 340252033 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670340213672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=2966184 CPUtime=4.61 cores=0,2,4,6
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 17063 0 -1 4202560 329 0 0 0 454 7 0 0 20 0 22 0 340252033 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670339160360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=2966184 CPUtime=4.72 cores=0,2,4,6
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 17063 0 -1 4202560 339 0 0 0 465 7 0 0 20 0 22 0 340252033 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670338107560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=2966184 CPUtime=4.54 cores=0,2,4,6
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 17063 0 -1 4202560 372 0 0 0 446 8 0 0 20 0 22 0 340252033 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670337055272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=2966184 CPUtime=4.58 cores=0,2,4,6
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 17063 0 -1 4202560 309 0 0 0 453 5 0 0 20 0 22 0 340252033 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670336002472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18181] ppid=18168 vsize=2966184 CPUtime=74.29 cores=0,2,4,6
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 17063 0 -1 4202560 159 0 0 0 7409 20 0 0 20 0 22 0 340252035 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670205754088 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340252035 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670204700152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18183] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18183/stat : 18183 (java) S 18168 18170 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340252035 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670203647752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18184] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18184/stat : 18184 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252038 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670202596240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18185] ppid=18168 vsize=2966184 CPUtime=1.65 cores=0,2,4,6
/proc/18170/task/18185/stat : 18185 (java) S 18168 18170 17063 0 -1 4202560 11320 0 0 0 163 2 0 0 20 0 22 0 340252038 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670201542840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18186] ppid=18168 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/18170/task/18186/stat : 18186 (java) S 18168 18170 17063 0 -1 4202560 8962 0 0 0 126 3 0 0 20 0 22 0 340252038 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670200490040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18187] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18187/stat : 18187 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252038 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670199437944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18188] ppid=18168 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/18170/task/18188/stat : 18188 (java) S 18168 18170 17063 0 -1 4202560 52 0 0 0 13 17 0 0 20 0 22 0 340252038 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670198385352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18191] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18191/stat : 18191 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252085 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670195226280 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18192] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18192/stat : 18192 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252085 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670194173480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18267] ppid=18168 vsize=2966184 CPUtime=782.48 cores=0,2,4,6
/proc/18170/task/18267/stat : 18267 (java) R 18168 18170 17063 0 -1 4202560 146 0 0 0 78237 11 0 0 20 0 22 0 340253385 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670197330640 139670206501787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18268] ppid=18168 vsize=2966184 CPUtime=782.4 cores=0,2,4,6
/proc/18170/task/18268/stat : 18268 (java) R 18168 18170 17063 0 -1 4202560 169 0 0 0 78227 13 0 0 20 0 22 0 340253385 3037372416 239337 33554432000 1073741824 1073778376 140735218448848 139670196276048 139670206599759 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1698.83
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+935.901 s]
/proc/loadavg: 4.02 3.93 3.76 5/220 18288
/proc/meminfo: memFree=26462252/32873844 swapFree=7632/7632
[pid=18170] ppid=18168 vsize=2966184 CPUtime=1800 cores=0,2,4,6
/proc/18170/stat : 18170 (java) S 18168 18170 17063 0 -1 4202496 27932 0 1 0 179879 121 0 0 20 0 22 0 340252030 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 140735218439984 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18170/statm: 741546 239839 2289 9 0 732240 0
[pid=18170/tid=18172] ppid=18168 vsize=2966184 CPUtime=0.52 cores=0,2,4,6
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 17063 0 -1 4202560 2884 0 1 0 49 3 0 0 20 0 22 0 340252032 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670359090328 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18173] ppid=18168 vsize=2966184 CPUtime=4.98 cores=0,2,4,6
/proc/18170/task/18173/stat : 18173 (java) S 18168 18170 17063 0 -1 4202560 345 0 0 0 490 8 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670343371560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=2966184 CPUtime=5.17 cores=0,2,4,6
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 17063 0 -1 4202560 353 0 0 0 508 9 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670342318760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=2966184 CPUtime=5.13 cores=0,2,4,6
/proc/18170/task/18175/stat : 18175 (java) S 18168 18170 17063 0 -1 4202560 345 0 0 0 504 9 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670341266472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=2966184 CPUtime=5.27 cores=0,2,4,6
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 17063 0 -1 4202560 344 0 0 0 519 8 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670340213672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=2966184 CPUtime=4.99 cores=0,2,4,6
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 17063 0 -1 4202560 329 0 0 0 492 7 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670339160360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=2966184 CPUtime=5.07 cores=0,2,4,6
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 17063 0 -1 4202560 339 0 0 0 500 7 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670338107560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=2966184 CPUtime=4.92 cores=0,2,4,6
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 17063 0 -1 4202560 372 0 0 0 484 8 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670337055272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=2966184 CPUtime=4.87 cores=0,2,4,6
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 17063 0 -1 4202560 309 0 0 0 482 5 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670336002472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18181] ppid=18168 vsize=2966184 CPUtime=81.65 cores=0,2,4,6
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 17063 0 -1 4202560 163 0 0 0 8144 21 0 0 20 0 22 0 340252035 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670205754088 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340252035 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670204700152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18183] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18183/stat : 18183 (java) S 18168 18170 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340252035 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670203647752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18184] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18184/stat : 18184 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252038 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670202596240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18185] ppid=18168 vsize=2966184 CPUtime=1.65 cores=0,2,4,6
/proc/18170/task/18185/stat : 18185 (java) S 18168 18170 17063 0 -1 4202560 11320 0 0 0 163 2 0 0 20 0 22 0 340252038 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670201542840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18186] ppid=18168 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/18170/task/18186/stat : 18186 (java) S 18168 18170 17063 0 -1 4202560 8962 0 0 0 126 3 0 0 20 0 22 0 340252038 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670200490040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18187] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18187/stat : 18187 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252038 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670199437944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18188] ppid=18168 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/18170/task/18188/stat : 18188 (java) S 18168 18170 17063 0 -1 4202560 56 0 0 0 13 20 0 0 20 0 22 0 340252038 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670198385352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18191] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18191/stat : 18191 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252085 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670195226280 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18192] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18192/stat : 18192 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252085 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670194173480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18267] ppid=18168 vsize=2966184 CPUtime=827.82 cores=0,2,4,6
/proc/18170/task/18267/stat : 18267 (java) R 18168 18170 17063 0 -1 4202560 155 0 0 0 82770 12 0 0 20 0 22 0 340253385 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670197330640 139670206622405 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18268] ppid=18168 vsize=2966184 CPUtime=827.75 cores=0,2,4,6
/proc/18170/task/18268/stat : 18268 (java) R 18168 18170 17063 0 -1 4202560 174 0 0 0 82761 14 0 0 20 0 22 0 340253385 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670196275920 139670206538207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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+935.901 s]
/proc/loadavg: 4.02 3.93 3.76 5/220 18288
/proc/meminfo: memFree=26462252/32873844 swapFree=7632/7632
[pid=18170] ppid=18168 vsize=2966184 CPUtime=1800 cores=0,2,4,6
/proc/18170/stat : 18170 (java) S 18168 18170 17063 0 -1 4202496 27932 0 1 0 179879 121 0 0 20 0 22 0 340252030 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 140735218439984 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18170/statm: 741546 239839 2289 9 0 732240 0
[pid=18170/tid=18172] ppid=18168 vsize=2966184 CPUtime=0.52 cores=0,2,4,6
/proc/18170/task/18172/stat : 18172 (java) S 18168 18170 17063 0 -1 4202560 2884 0 1 0 49 3 0 0 20 0 22 0 340252032 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670359090328 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18173] ppid=18168 vsize=2966184 CPUtime=4.98 cores=0,2,4,6
/proc/18170/task/18173/stat : 18173 (java) S 18168 18170 17063 0 -1 4202560 345 0 0 0 490 8 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670343371560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18174] ppid=18168 vsize=2966184 CPUtime=5.17 cores=0,2,4,6
/proc/18170/task/18174/stat : 18174 (java) S 18168 18170 17063 0 -1 4202560 353 0 0 0 508 9 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670342318760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18175] ppid=18168 vsize=2966184 CPUtime=5.13 cores=0,2,4,6
/proc/18170/task/18175/stat : 18175 (java) S 18168 18170 17063 0 -1 4202560 345 0 0 0 504 9 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670341266472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18176] ppid=18168 vsize=2966184 CPUtime=5.27 cores=0,2,4,6
/proc/18170/task/18176/stat : 18176 (java) S 18168 18170 17063 0 -1 4202560 344 0 0 0 519 8 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670340213672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18177] ppid=18168 vsize=2966184 CPUtime=4.99 cores=0,2,4,6
/proc/18170/task/18177/stat : 18177 (java) S 18168 18170 17063 0 -1 4202560 329 0 0 0 492 7 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670339160360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18178] ppid=18168 vsize=2966184 CPUtime=5.07 cores=0,2,4,6
/proc/18170/task/18178/stat : 18178 (java) S 18168 18170 17063 0 -1 4202560 339 0 0 0 500 7 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670338107560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18179] ppid=18168 vsize=2966184 CPUtime=4.92 cores=0,2,4,6
/proc/18170/task/18179/stat : 18179 (java) S 18168 18170 17063 0 -1 4202560 372 0 0 0 484 8 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670337055272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18180] ppid=18168 vsize=2966184 CPUtime=4.87 cores=0,2,4,6
/proc/18170/task/18180/stat : 18180 (java) S 18168 18170 17063 0 -1 4202560 309 0 0 0 482 5 0 0 20 0 22 0 340252033 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670336002472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18181] ppid=18168 vsize=2966184 CPUtime=81.65 cores=0,2,4,6
/proc/18170/task/18181/stat : 18181 (java) S 18168 18170 17063 0 -1 4202560 163 0 0 0 8144 21 0 0 20 0 22 0 340252035 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670205754088 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18182] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18182/stat : 18182 (java) S 18168 18170 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340252035 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670204700152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18183] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18183/stat : 18183 (java) S 18168 18170 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340252035 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670203647752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18184] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18184/stat : 18184 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252038 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670202596240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18185] ppid=18168 vsize=2966184 CPUtime=1.65 cores=0,2,4,6
/proc/18170/task/18185/stat : 18185 (java) S 18168 18170 17063 0 -1 4202560 11320 0 0 0 163 2 0 0 20 0 22 0 340252038 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670201542840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18186] ppid=18168 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/18170/task/18186/stat : 18186 (java) S 18168 18170 17063 0 -1 4202560 8962 0 0 0 126 3 0 0 20 0 22 0 340252038 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670200490040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18187] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18187/stat : 18187 (java) S 18168 18170 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340252038 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670199437944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18188] ppid=18168 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/18170/task/18188/stat : 18188 (java) S 18168 18170 17063 0 -1 4202560 56 0 0 0 13 20 0 0 20 0 22 0 340252038 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670198385352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18170/tid=18191] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18191/stat : 18191 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252085 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670195226280 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18170/tid=18192] ppid=18168 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18170/task/18192/stat : 18192 (java) S 18168 18170 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340252085 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670194173480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18170/tid=18267] ppid=18168 vsize=2966184 CPUtime=827.82 cores=0,2,4,6
/proc/18170/task/18267/stat : 18267 (java) R 18168 18170 17063 0 -1 4202560 155 0 0 0 82770 12 0 0 20 0 22 0 340253385 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670197330640 139670206622405 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18170/tid=18268] ppid=18168 vsize=2966184 CPUtime=827.75 cores=0,2,4,6
/proc/18170/task/18268/stat : 18268 (java) R 18168 18170 17063 0 -1 4202560 174 0 0 0 82761 14 0 0 20 0 22 0 340253385 3037372416 239839 33554432000 1073741824 1073778376 140735218448848 139670196275920 139670206538207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18170 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=178243
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=682744
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800
#
# 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.0100002
#  lost CPU user time (s): 0.0100002
#  lost CPU system time (s): 0

Real time (s): 935.947
CPU time (s): 1800.01
CPU user time (s): 1798.8
CPU system time (s): 1.21
CPU usage (%): 192.32
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.18
system time used= 1.68274
maximum resident set size= 959472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27964
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= 32340
involuntary context switches= 82534

runsolver used 3.33149 second user time and 8.59369 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 18:34:37
IDJOB=3733016
IDBENCH=2236
IDSOLVER=2324
FILE ID=node141/3733016-1338741277
RUNJOBID= node141-1338738353-17079
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-1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733016-1338741277/watcher-3733016-1338741277 -o /tmp/evaluation-result-3733016-1338741277/solver-3733016-1338741277 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733016-1338741277.opb

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

MD5SUM BENCH= 65bafde3eb06761afc4fe90b6aa8c264
RANDOM SEED=1636649375

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:        27567800 kB
Buffers:          421136 kB
Cached:          3181300 kB
SwapCached:          216 kB
Active:          2066192 kB
Inactive:        2343872 kB
Active(anon):     798104 kB
Inactive(anon):    11288 kB
Active(file):    1268088 kB
Inactive(file):  2332584 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:        826480 kB
Mapped:            18944 kB
Shmem:               172 kB
Slab:             741324 kB
SReclaimable:     183336 kB
SUnreclaim:       557988 kB
KernelStack:        1632 kB
PageTables:         5540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    796672 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= 70720 MiB
End job on node141 at 2012-06-03 18:50:15