Trace number 3190294

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 NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301.09 1300.05

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S680524168-083-UNKNOWN.cnf
MD5SUMebf03c9c6463f3682b7e09274cee8655
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.16	c no version file found!!!
0.00/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.16	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.16	c java.vm.version	19.1-b02
0.00/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.16	c sun.arch.data.model	64
0.00/0.16	c java.version		1.6.0_24
0.00/0.16	c os.name		Linux
0.00/0.16	c os.version		2.6.18-164.el5
0.00/0.16	c os.arch		amd64
0.00/0.16	c Free memory 		6997539544
0.00/0.16	c Max memory 		7034241024
0.00/0.16	c Total memory 		7034241024
0.00/0.16	c Number of processors 	8
0.00/0.16	c --- Begin Solver configuration ---
0.00/0.16	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.16	c Learn all clauses as in MiniSAT
0.00/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.16	c Expensive reason simplification
0.00/0.16	c Armin Biere (Picosat) restarts strategy
0.00/0.16	c Glucose learned constraints deletion strategy
0.00/0.16	c timeout=2147483647s
0.00/0.16	c DB Simplification allowed=true
0.00/0.16	c --- End Solver configuration ---
0.00/0.16	c solving HOME/instance-3190294-1302598117.cnf
0.00/0.16	c reading problem ... 
0.28/0.23	c ... done. Wall clock time 0.144s.
0.28/0.23	c #vars     300
0.28/0.23	c #constraints  25500
0.28/0.23	c constraints type 
0.28/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25500
1.51/1.15	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.59/2.03	c cleaning 4247 clauses out of 8503 with flag 11001/11001
3.59/3.02	c cleaning 5625 clauses out of 11255 with flag 18000/18000
4.70/4.20	c cleaning 6811 clauses out of 13630 with flag 26000/26000
6.22/5.61	c cleaning 7907 clauses out of 15820 with flag 35001/35001
7.82/7.21	c cleaning 8951 clauses out of 17912 with flag 45000/45000
9.52/8.97	c cleaning 9980 clauses out of 19963 with flag 56002/56002
11.63/11.04	c cleaning 10983 clauses out of 21981 with flag 68000/68000
13.83/13.26	c cleaning 11996 clauses out of 23998 with flag 81000/81000
16.33/15.71	c cleaning 12998 clauses out of 26003 with flag 95001/95001
19.13/18.52	c cleaning 13996 clauses out of 28004 with flag 110000/110000
22.13/21.57	c cleaning 14999 clauses out of 30009 with flag 126001/126001
25.43/24.82	c cleaning 16002 clauses out of 32009 with flag 143000/143000
28.93/28.34	c cleaning 16995 clauses out of 34007 with flag 161000/161000
32.73/32.15	c cleaning 17999 clauses out of 36012 with flag 180000/180000
36.84/36.28	c cleaning 19004 clauses out of 38013 with flag 200000/200000
41.34/40.75	c cleaning 19996 clauses out of 40009 with flag 221000/221000
46.24/45.67	c cleaning 21001 clauses out of 42014 with flag 243001/243001
51.34/50.76	c cleaning 22002 clauses out of 44013 with flag 266001/266001
56.65/56.06	c cleaning 22997 clauses out of 46011 with flag 290001/290001
62.54/61.91	c cleaning 23998 clauses out of 48014 with flag 315001/315001
68.86/68.23	c cleaning 25001 clauses out of 50015 with flag 341000/341000
75.16/74.56	c cleaning 25501 clauses out of 51014 with flag 367000/367000
81.36/80.75	c cleaning 25748 clauses out of 51513 with flag 393000/393000
87.87/87.23	c cleaning 25878 clauses out of 51765 with flag 419000/419000
93.97/93.37	c cleaning 25935 clauses out of 51887 with flag 445000/445000
100.47/99.89	c cleaning 25968 clauses out of 51952 with flag 471000/471000
106.58/105.99	c cleaning 25987 clauses out of 51984 with flag 497000/497000
112.98/112.35	c cleaning 25993 clauses out of 51998 with flag 523001/523001
119.18/118.54	c cleaning 25997 clauses out of 52004 with flag 549000/549000
125.78/125.14	c cleaning 26001 clauses out of 52008 with flag 575001/575001
131.78/131.15	c cleaning 25999 clauses out of 52007 with flag 601001/601001
138.28/137.65	c cleaning 25997 clauses out of 52009 with flag 627002/627002
144.28/143.66	c cleaning 25998 clauses out of 52010 with flag 653000/653000
150.69/150.10	c cleaning 26000 clauses out of 52012 with flag 679000/679000
157.09/156.44	c cleaning 25997 clauses out of 52012 with flag 705000/705000
163.29/162.61	c cleaning 26004 clauses out of 52016 with flag 731001/731001
169.89/169.27	c cleaning 26003 clauses out of 52011 with flag 757000/757000
175.99/175.39	c cleaning 26002 clauses out of 52008 with flag 783000/783000
182.20/181.51	c cleaning 25993 clauses out of 52006 with flag 809000/809000
188.80/188.17	c cleaning 26002 clauses out of 52014 with flag 835001/835001
195.00/194.38	c cleaning 26000 clauses out of 52012 with flag 861001/861001
201.20/200.60	c cleaning 26004 clauses out of 52013 with flag 887002/887002
207.20/206.59	c cleaning 26001 clauses out of 52011 with flag 913004/913004
213.70/213.03	c cleaning 25998 clauses out of 52007 with flag 939001/939001
219.80/219.14	c cleaning 25997 clauses out of 52008 with flag 965000/965000
226.00/225.30	c cleaning 25995 clauses out of 52011 with flag 991000/991000
232.61/231.90	c cleaning 26007 clauses out of 52016 with flag 1017000/1017000
238.91/238.23	c cleaning 26000 clauses out of 52009 with flag 1043000/1043000
245.11/244.43	c cleaning 25997 clauses out of 52010 with flag 1069001/1069001
251.21/250.57	c cleaning 25996 clauses out of 52012 with flag 1095000/1095000
257.91/257.21	c cleaning 25997 clauses out of 52016 with flag 1121000/1121000
264.11/263.43	c cleaning 26002 clauses out of 52019 with flag 1147000/1147000
270.41/269.70	c cleaning 26000 clauses out of 52018 with flag 1173001/1173001
276.72/276.05	c cleaning 26004 clauses out of 52019 with flag 1199002/1199002
282.82/282.17	c cleaning 26000 clauses out of 52015 with flag 1225002/1225002
289.42/288.72	c cleaning 25997 clauses out of 52013 with flag 1251000/1251000
295.53/294.86	c cleaning 26005 clauses out of 52018 with flag 1277002/1277002
301.82/301.14	c cleaning 26002 clauses out of 52012 with flag 1303001/1303001
307.92/307.25	c cleaning 25998 clauses out of 52010 with flag 1329001/1329001
314.02/313.38	c cleaning 25996 clauses out of 52011 with flag 1355000/1355000
320.53/319.86	c cleaning 26005 clauses out of 52018 with flag 1381003/1381003
326.53/325.88	c cleaning 25996 clauses out of 52011 with flag 1407001/1407001
332.83/332.11	c cleaning 26000 clauses out of 52015 with flag 1433001/1433001
339.03/338.31	c cleaning 25998 clauses out of 52015 with flag 1459001/1459001
345.23/344.53	c cleaning 26002 clauses out of 52016 with flag 1485000/1485000
351.93/351.29	c cleaning 26003 clauses out of 52014 with flag 1511000/1511000
358.15/357.46	c cleaning 25996 clauses out of 52011 with flag 1537000/1537000
364.45/363.74	c cleaning 26002 clauses out of 52015 with flag 1563000/1563000
370.55/369.87	c cleaning 25990 clauses out of 52014 with flag 1589001/1589001
376.85/376.16	c cleaning 26004 clauses out of 52023 with flag 1615000/1615000
383.35/382.60	c cleaning 25998 clauses out of 52019 with flag 1641000/1641000
389.95/389.29	c cleaning 26002 clauses out of 52021 with flag 1667000/1667000
396.17/395.44	c cleaning 26004 clauses out of 52019 with flag 1693000/1693000
402.37/401.61	c cleaning 25994 clauses out of 52016 with flag 1719001/1719001
408.47/407.75	c cleaning 26006 clauses out of 52022 with flag 1745001/1745001
414.57/413.85	c cleaning 26004 clauses out of 52017 with flag 1771002/1771002
421.07/420.39	c cleaning 25997 clauses out of 52012 with flag 1797001/1797001
427.67/426.90	c cleaning 25991 clauses out of 52014 with flag 1823000/1823000
434.08/433.37	c cleaning 26008 clauses out of 52023 with flag 1849000/1849000
440.18/439.43	c cleaning 25998 clauses out of 52015 with flag 1875000/1875000
446.29/445.58	c cleaning 26004 clauses out of 52019 with flag 1901002/1901002
452.48/451.76	c cleaning 26001 clauses out of 52013 with flag 1927000/1927000
458.88/458.12	c cleaning 25994 clauses out of 52012 with flag 1953000/1953000
465.19/464.45	c cleaning 26000 clauses out of 52018 with flag 1979000/1979000
471.29/470.55	c cleaning 26003 clauses out of 52019 with flag 2005001/2005001
477.79/477.08	c cleaning 26000 clauses out of 52016 with flag 2031001/2031001
483.89/483.12	c cleaning 26001 clauses out of 52015 with flag 2057000/2057000
489.99/489.23	c cleaning 26000 clauses out of 52014 with flag 2083000/2083000
496.09/495.39	c cleaning 26001 clauses out of 52015 with flag 2109001/2109001
502.40/501.69	c cleaning 26002 clauses out of 52014 with flag 2135001/2135001
508.50/507.72	c cleaning 25996 clauses out of 52011 with flag 2161000/2161000
514.90/514.11	c cleaning 26003 clauses out of 52015 with flag 2187000/2187000
521.40/520.68	c cleaning 25994 clauses out of 52012 with flag 2213000/2213000
528.00/527.21	c cleaning 26001 clauses out of 52018 with flag 2239000/2239000
534.00/533.24	c cleaning 26004 clauses out of 52018 with flag 2265001/2265001
540.31/539.52	c cleaning 25996 clauses out of 52014 with flag 2291001/2291001
546.41/545.64	c cleaning 26000 clauses out of 52019 with flag 2317002/2317002
552.41/551.61	c cleaning 26002 clauses out of 52017 with flag 2343000/2343000
558.42/557.70	c cleaning 25999 clauses out of 52016 with flag 2369001/2369001
564.51/563.72	c cleaning 25996 clauses out of 52016 with flag 2395000/2395000
570.91/570.12	c cleaning 26003 clauses out of 52020 with flag 2421000/2421000
577.22/576.43	c cleaning 25995 clauses out of 52018 with flag 2447001/2447001
583.72/582.96	c cleaning 26000 clauses out of 52022 with flag 2473000/2473000
589.92/589.18	c cleaning 26003 clauses out of 52022 with flag 2499000/2499000
596.12/595.34	c cleaning 26003 clauses out of 52019 with flag 2525000/2525000
602.12/601.38	c cleaning 25997 clauses out of 52016 with flag 2551000/2551000
608.42/607.62	c cleaning 26000 clauses out of 52019 with flag 2577000/2577000
614.92/614.13	c cleaning 26002 clauses out of 52022 with flag 2603003/2603003
621.13/620.36	c cleaning 25999 clauses out of 52017 with flag 2629000/2629000
627.63/626.80	c cleaning 25998 clauses out of 52019 with flag 2655001/2655001
634.03/633.26	c cleaning 26002 clauses out of 52021 with flag 2681001/2681001
640.73/639.96	c cleaning 25999 clauses out of 52018 with flag 2707000/2707000
646.93/646.18	c cleaning 26004 clauses out of 52021 with flag 2733002/2733002
653.23/652.43	c cleaning 26000 clauses out of 52015 with flag 2759000/2759000
659.23/658.40	c cleaning 25999 clauses out of 52016 with flag 2785001/2785001
665.34/664.58	c cleaning 25998 clauses out of 52017 with flag 2811001/2811001
671.34/670.60	c cleaning 26002 clauses out of 52019 with flag 2837001/2837001
677.54/676.73	c cleaning 26001 clauses out of 52017 with flag 2863001/2863001
683.85/683.09	c cleaning 26001 clauses out of 52015 with flag 2889000/2889000
690.64/689.86	c cleaning 25994 clauses out of 52014 with flag 2915000/2915000
696.94/696.11	c cleaning 26002 clauses out of 52020 with flag 2941000/2941000
703.34/702.58	c cleaning 26005 clauses out of 52019 with flag 2967001/2967001
709.85/709.03	c cleaning 26001 clauses out of 52014 with flag 2993001/2993001
716.05/715.20	c cleaning 25998 clauses out of 52012 with flag 3019000/3019000
722.15/721.34	c cleaning 25994 clauses out of 52015 with flag 3045001/3045001
728.25/727.47	c cleaning 26004 clauses out of 52022 with flag 3071002/3071002
734.56/733.79	c cleaning 25998 clauses out of 52016 with flag 3097000/3097000
740.95/740.11	c cleaning 26002 clauses out of 52018 with flag 3123000/3123000
747.45/746.64	c cleaning 26002 clauses out of 52017 with flag 3149001/3149001
754.06/753.24	c cleaning 26002 clauses out of 52015 with flag 3175001/3175001
760.46/759.68	c cleaning 25993 clauses out of 52012 with flag 3201000/3201000
767.06/766.21	c cleaning 26008 clauses out of 52019 with flag 3227000/3227000
773.76/772.95	c cleaning 25998 clauses out of 52012 with flag 3253001/3253001
780.68/779.84	c cleaning 25997 clauses out of 52014 with flag 3279001/3279001
787.18/786.34	c cleaning 26001 clauses out of 52016 with flag 3305000/3305000
793.38/792.52	c cleaning 25996 clauses out of 52015 with flag 3331000/3331000
799.39/798.51	c cleaning 25995 clauses out of 52019 with flag 3357000/3357000
805.68/804.87	c cleaning 26000 clauses out of 52025 with flag 3383001/3383001
811.89/811.01	c cleaning 26001 clauses out of 52024 with flag 3409000/3409000
818.29/817.49	c cleaning 26009 clauses out of 52023 with flag 3435000/3435000
824.99/824.10	c cleaning 25997 clauses out of 52014 with flag 3461000/3461000
831.59/830.72	c cleaning 26001 clauses out of 52018 with flag 3487001/3487001
838.00/837.18	c cleaning 25995 clauses out of 52016 with flag 3513000/3513000
844.29/843.44	c cleaning 26000 clauses out of 52022 with flag 3539001/3539001
850.99/850.16	c cleaning 26002 clauses out of 52021 with flag 3565000/3565000
857.70/856.85	c cleaning 25998 clauses out of 52020 with flag 3591001/3591001
864.80/863.99	c cleaning 26006 clauses out of 52022 with flag 3617001/3617001
871.30/870.44	c cleaning 26002 clauses out of 52015 with flag 3643000/3643000
877.51/876.63	c cleaning 26001 clauses out of 52014 with flag 3669001/3669001
883.70/882.88	c cleaning 25997 clauses out of 52014 with flag 3695002/3695002
890.01/889.19	c cleaning 26004 clauses out of 52017 with flag 3721002/3721002
896.61/895.70	c cleaning 25999 clauses out of 52011 with flag 3747000/3747000
903.11/902.27	c cleaning 26000 clauses out of 52014 with flag 3773002/3773002
909.71/908.89	c cleaning 25997 clauses out of 52012 with flag 3799000/3799000
916.51/915.61	c cleaning 25998 clauses out of 52015 with flag 3825000/3825000
922.62/921.71	c cleaning 26006 clauses out of 52018 with flag 3851001/3851001
929.01/928.13	c cleaning 26002 clauses out of 52013 with flag 3877002/3877002
935.41/934.52	c cleaning 25994 clauses out of 52009 with flag 3903000/3903000
941.72/940.89	c cleaning 26001 clauses out of 52017 with flag 3929002/3929002
948.52/947.61	c cleaning 25994 clauses out of 52014 with flag 3955000/3955000
955.52/954.65	c cleaning 26008 clauses out of 52021 with flag 3981001/3981001
962.02/961.18	c cleaning 25997 clauses out of 52012 with flag 4007000/4007000
968.32/967.43	c cleaning 25999 clauses out of 52015 with flag 4033000/4033000
974.53/973.68	c cleaning 26001 clauses out of 52016 with flag 4059000/4059000
980.73/979.86	c cleaning 25997 clauses out of 52015 with flag 4085000/4085000
987.33/986.48	c cleaning 26002 clauses out of 52018 with flag 4111000/4111000
993.73/992.89	c cleaning 25997 clauses out of 52016 with flag 4137000/4137000
1000.33/999.45	c cleaning 26000 clauses out of 52023 with flag 4163004/4163004
1006.93/1006.03	c cleaning 26002 clauses out of 52019 with flag 4189000/4189000
1013.53/1012.60	c cleaning 26002 clauses out of 52017 with flag 4215000/4215000
1019.94/1019.04	c cleaning 25998 clauses out of 52015 with flag 4241000/4241000
1026.44/1025.51	c cleaning 26001 clauses out of 52017 with flag 4267000/4267000
1032.75/1031.88	c cleaning 25999 clauses out of 52018 with flag 4293002/4293002
1039.35/1038.40	c cleaning 26001 clauses out of 52017 with flag 4319000/4319000
1046.24/1045.34	c cleaning 25997 clauses out of 52017 with flag 4345001/4345001
1052.95/1052.09	c cleaning 26004 clauses out of 52023 with flag 4371004/4371004
1059.65/1058.76	c cleaning 26000 clauses out of 52015 with flag 4397000/4397000
1065.95/1065.09	c cleaning 26004 clauses out of 52015 with flag 4423000/4423000
1072.26/1071.37	c cleaning 25999 clauses out of 52013 with flag 4449002/4449002
1078.55/1077.69	c cleaning 26000 clauses out of 52014 with flag 4475002/4475002
1084.46/1083.58	c cleaning 25994 clauses out of 52012 with flag 4501000/4501000
1090.65/1089.73	c cleaning 26004 clauses out of 52018 with flag 4527000/4527000
1097.06/1096.11	c cleaning 25996 clauses out of 52016 with flag 4553002/4553002
1103.26/1102.33	c cleaning 26002 clauses out of 52021 with flag 4579003/4579003
1109.67/1108.78	c cleaning 26006 clauses out of 52017 with flag 4605001/4605001
1115.86/1114.94	c cleaning 25996 clauses out of 52013 with flag 4631003/4631003
1122.46/1121.53	c cleaning 25995 clauses out of 52014 with flag 4657000/4657000
1128.86/1127.98	c cleaning 25996 clauses out of 52021 with flag 4683002/4683002
1135.46/1134.55	c cleaning 26003 clauses out of 52023 with flag 4709000/4709000
1141.87/1140.99	c cleaning 26001 clauses out of 52021 with flag 4735001/4735001
1148.47/1147.54	c cleaning 25996 clauses out of 52020 with flag 4761001/4761001
1155.27/1154.31	c cleaning 25993 clauses out of 52023 with flag 4787000/4787000
1161.67/1160.70	c cleaning 26002 clauses out of 52031 with flag 4813001/4813001
1168.08/1167.12	c cleaning 26012 clauses out of 52029 with flag 4839001/4839001
1174.37/1173.45	c cleaning 26004 clauses out of 52018 with flag 4865002/4865002
1180.58/1179.67	c cleaning 26000 clauses out of 52013 with flag 4891001/4891001
1186.88/1185.96	c cleaning 25997 clauses out of 52013 with flag 4917001/4917001
1192.99/1192.02	c cleaning 25999 clauses out of 52016 with flag 4943001/4943001
1199.09/1198.14	c cleaning 25995 clauses out of 52017 with flag 4969001/4969001
1205.40/1204.45	c cleaning 26001 clauses out of 52021 with flag 4995000/4995000
1211.89/1210.93	c cleaning 26002 clauses out of 52020 with flag 5021000/5021000
1218.19/1217.24	c cleaning 25997 clauses out of 52018 with flag 5047000/5047000
1224.79/1223.83	c cleaning 26003 clauses out of 52021 with flag 5073000/5073000
1231.20/1230.26	c cleaning 26002 clauses out of 52018 with flag 5099000/5099000
1237.70/1236.71	c cleaning 26001 clauses out of 52016 with flag 5125000/5125000
1244.20/1243.21	c cleaning 26000 clauses out of 52016 with flag 5151001/5151001
1250.40/1249.49	c cleaning 26000 clauses out of 52015 with flag 5177000/5177000
1256.90/1255.91	c cleaning 25999 clauses out of 52016 with flag 5203001/5203001
1263.81/1262.80	c cleaning 25993 clauses out of 52016 with flag 5229000/5229000
1270.41/1269.45	c cleaning 25999 clauses out of 52023 with flag 5255000/5255000
1277.11/1276.19	c cleaning 26004 clauses out of 52024 with flag 5281000/5281000
1284.11/1283.13	c cleaning 26003 clauses out of 52020 with flag 5307000/5307000
1290.71/1289.76	c cleaning 26007 clauses out of 52017 with flag 5333000/5333000
1296.82/1295.88	c cleaning 25995 clauses out of 52012 with flag 5359002/5359002
1301.02/1300.01	c starts		: 2188
1301.02/1300.01	c conflicts		: 5377504
1301.02/1300.01	c decisions		: 6489308
1301.02/1300.01	c propagations		: 158811813
1301.02/1300.01	c inspects		: 14185983897
1301.02/1300.01	c shortcuts		: 0
1301.02/1300.01	c learnt literals	: 0
1301.02/1300.01	c learnt binary clauses	: 0
1301.02/1300.01	c learnt ternary clauses	: 0
1301.02/1300.01	c learnt constraints	: 5377505
1301.02/1300.01	c ignored constraints	: 0
1301.02/1300.01	c root simplifications	: 2188
1301.02/1300.01	c removed literals (reason simplification)	: 33582365
1301.02/1300.01	c reason swapping (by a shorter reason)	: 0
1301.02/1300.01	c Calls to reduceDB	: 215
1301.02/1300.01	c speed (assignments/second)	: 122184.20663900033
1301.02/1300.01	c non guided choices	132
1301.02/1300.03	c learnt constraints type 
1301.02/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 44550
1301.02/1300.03	c constraints type 
1301.02/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25500
1301.02/1300.03	s UNKNOWN
1301.02/1300.03	c Total wall clock time (in seconds) : 1299.918

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3190294-1302598117/watcher-3190294-1302598117 -o /tmp/evaluation-result-3190294-1302598117/solver-3190294-1302598117 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190294-1302598117.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 3.98 3.35 10/232 23302
/proc/meminfo: memFree=16803416/32951124 swapFree=67111528/67111528
[pid=23302] ppid=23300 vsize=11760 CPUtime=0 cores=1,3
/proc/23302/stat : 23302 (runsolver) R 23300 23302 22972 0 -1 4202560 48 0 0 0 0 0 0 0 25 0 1 0 352227310 12042240 55 33554432000 4194304 5392636 140733802683104 18446744073709551615 5012135 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/23302/statm: 2940 55 36 293 0 2644 0

[startup+0.0228691 s]
/proc/loadavg: 4.01 3.98 3.35 10/232 23302
/proc/meminfo: memFree=16803416/32951124 swapFree=67111528/67111528
[pid=23302] ppid=23300 vsize=7542380 CPUtime=0 cores=1,3
/proc/23302/stat : 23302 (java) S 23300 23302 22972 0 -1 4202496 7350 0 1 0 0 0 0 0 25 0 3 0 352227310 7723397120 7048 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23302/statm: 1885595 7048 930 9 0 1876751 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7542380

[startup+0.16098 s]
/proc/loadavg: 4.01 3.98 3.35 10/232 23302
/proc/meminfo: memFree=16803416/32951124 swapFree=67111528/67111528
[pid=23302] ppid=23300 vsize=7573580 CPUtime=0.2 cores=1,3
/proc/23302/stat : 23302 (java) S 23300 23302 22972 0 -1 4202496 11169 0 1 0 19 1 0 0 25 0 18 0 352227310 7755345920 10862 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23302/statm: 1893395 10862 2179 9 0 1884133 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 7573580

[startup+0.300833 s]
/proc/loadavg: 4.01 3.98 3.35 10/232 23302
/proc/meminfo: memFree=16803416/32951124 swapFree=67111528/67111528
[pid=23302] ppid=23300 vsize=7640304 CPUtime=0.47 cores=1,3
/proc/23302/stat : 23302 (java) S 23300 23302 22972 0 -1 4202496 12694 0 1 0 46 1 0 0 25 0 19 0 352227310 7823671296 12064 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23302/statm: 1910076 12064 2209 9 0 1900814 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7640304

[startup+0.700759 s]
/proc/loadavg: 4.01 3.98 3.35 10/232 23302
/proc/meminfo: memFree=16803416/32951124 swapFree=67111528/67111528
[pid=23302] ppid=23300 vsize=7641372 CPUtime=1.07 cores=1,3
/proc/23302/stat : 23302 (java) S 23300 23302 22972 0 -1 4202496 14447 0 1 0 106 1 0 0 25 0 19 0 352227310 7824764928 12762 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23302/statm: 1910343 12762 2224 9 0 1901081 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 7641372

[startup+1.50064 s]
/proc/loadavg: 4.49 4.08 3.38 6/262 23332
/proc/meminfo: memFree=16692520/32951124 swapFree=67111528/67111528
[pid=23302] ppid=23300 vsize=7661872 CPUtime=2.07 cores=1,3
/proc/23302/stat : 23302 (java) S 23300 23302 22972 0 -1 4202496 23908 0 1 0 205 2 0 0 25 0 19 0 352227310 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23302/statm: 1915468 20267 2253 9 0 1906206 0
[pid=23302/tid=23307] ppid=23300 vsize=7661872 CPUtime=1.41 cores=1,3
/proc/23302/task/23307/stat : 23307 (java) R 23300 23302 22972 0 -1 4202560 10392 0 1 0 140 1 0 0 25 0 19 0 352227311 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 46912505657467 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 352227312 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 352227312 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 352227312 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 352227312 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 352227312 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 352227312 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23314] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 22972 0 -1 4202560 527 0 0 0 0 0 0 0 18 0 19 0 352227312 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23315] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23315/stat : 23315 (java) S 23300 23302 22972 0 -1 4202560 475 0 0 0 0 0 0 0 17 0 19 0 352227312 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23321] ppid=23300 vsize=7661872 CPUtime=0.01 cores=1,3
/proc/23302/task/23321/stat : 23321 (java) S 23300 23302 22972 0 -1 4202560 1011 0 0 0 1 0 0 0 17 0 19 0 352227313 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 0 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23322] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23322/stat : 23322 (java) S 23300 23302 22972 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23323] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23323/stat : 23323 (java) S 23300 23302 22972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23325] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23325/stat : 23325 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738228657 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23326] ppid=23300 vsize=7661872 CPUtime=0.38 cores=1,3
/proc/23302/task/23326/stat : 23326 (java) S 23300 23302 22972 0 -1 4202560 8181 0 0 0 38 0 0 0 20 0 19 0 352227316 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23327] ppid=23300 vsize=7661872 CPUtime=0.24 cores=1,3
/proc/23302/task/23327/stat : 23327 (java) S 23300 23302 22972 0 -1 4202560 2158 0 0 0 24 0 0 0 19 0 19 0 352227316 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23328] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23328/stat : 23328 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23329] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23329/stat : 23329 (java) S 23300 23302 22972 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352227316 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23331] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23331/stat : 23331 (java) S 23300 23302 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352227334 7845756928 20267 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 7661872

[startup+3.10131 s]
/proc/loadavg: 4.49 4.08 3.38 5/262 23332
/proc/meminfo: memFree=16648748/32951124 swapFree=67111528/67111528
[pid=23302] ppid=23300 vsize=7661872 CPUtime=3.7 cores=1,3
/proc/23302/stat : 23302 (java) S 23300 23302 22972 0 -1 4202496 24669 0 1 0 367 3 0 0 25 0 19 0 352227310 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23302/statm: 1915468 21019 2255 9 0 1906206 0
[pid=23302/tid=23307] ppid=23300 vsize=7661872 CPUtime=2.96 cores=1,3
/proc/23302/task/23307/stat : 23307 (java) R 23300 23302 22972 0 -1 4202560 10395 0 1 0 295 1 0 0 25 0 19 0 352227311 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 46912505590489 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 22972 0 -1 4202560 427 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 22972 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23314] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 22972 0 -1 4202560 527 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23315] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23315/stat : 23315 (java) S 23300 23302 22972 0 -1 4202560 475 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23321] ppid=23300 vsize=7661872 CPUtime=0.04 cores=1,3
/proc/23302/task/23321/stat : 23321 (java) S 23300 23302 22972 0 -1 4202560 1305 0 0 0 4 0 0 0 15 0 19 0 352227313 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 0 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23322] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23322/stat : 23322 (java) S 23300 23302 22972 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23323] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23323/stat : 23323 (java) S 23300 23302 22972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23325] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23325/stat : 23325 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738228657 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23326] ppid=23300 vsize=7661872 CPUtime=0.39 cores=1,3
/proc/23302/task/23326/stat : 23326 (java) S 23300 23302 22972 0 -1 4202560 8183 0 0 0 39 0 0 0 15 0 19 0 352227316 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23327] ppid=23300 vsize=7661872 CPUtime=0.25 cores=1,3
/proc/23302/task/23327/stat : 23327 (java) S 23300 23302 22972 0 -1 4202560 2192 0 0 0 25 0 0 0 15 0 19 0 352227316 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23328] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23328/stat : 23328 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23329] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23329/stat : 23329 (java) S 23300 23302 22972 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352227316 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23331] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23331/stat : 23331 (java) S 23300 23302 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352227334 7845756928 21019 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 7661872

[startup+6.30073 s]
/proc/loadavg: 4.45 4.08 3.39 5/262 23332
/proc/meminfo: memFree=16548220/32951124 swapFree=67111528/67111528
[pid=23302] ppid=23300 vsize=7661872 CPUtime=6.92 cores=1,3
/proc/23302/stat : 23302 (java) S 23300 23302 22972 0 -1 4202496 25125 0 1 0 689 3 0 0 25 0 19 0 352227310 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23302/statm: 1915468 21347 2255 9 0 1906206 0
[pid=23302/tid=23307] ppid=23300 vsize=7661872 CPUtime=6.1 cores=1,3
/proc/23302/task/23307/stat : 23307 (java) R 23300 23302 22972 0 -1 4202560 10397 0 1 0 609 1 0 0 25 0 19 0 352227311 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 46912505656990 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 22972 0 -1 4202560 427 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 22972 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 22972 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 352227312 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 22972 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23314] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 22972 0 -1 4202560 596 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23315] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23315/stat : 23315 (java) S 23300 23302 22972 0 -1 4202560 674 0 0 0 0 0 0 0 15 0 19 0 352227312 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23321] ppid=23300 vsize=7661872 CPUtime=0.09 cores=1,3
/proc/23302/task/23321/stat : 23321 (java) S 23300 23302 22972 0 -1 4202560 1415 0 0 0 9 0 0 0 16 0 19 0 352227313 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 0 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23322] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23322/stat : 23322 (java) S 23300 23302 22972 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23323] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23323/stat : 23323 (java) S 23300 23302 22972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23325] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23325/stat : 23325 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738228657 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23326] ppid=23300 vsize=7661872 CPUtime=0.39 cores=1,3
/proc/23302/task/23326/stat : 23326 (java) S 23300 23302 22972 0 -1 4202560 8183 0 0 0 39 0 0 0 15 0 19 0 352227316 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23327] ppid=23300 vsize=7661872 CPUtime=0.28 cores=1,3
/proc/23302/task/23327/stat : 23327 (java) S 23300 23302 22972 0 -1 4202560 2264 0 0 0 28 0 0 0 15 0 19 0 352227316 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23328] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23328/stat : 23328 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23329] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23329/stat : 23329 (java) S 23300 23302 22972 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352227316 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23331] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23331/stat : 23331 (java) S 23300 23302 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352227334 7845756928 21347 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 7661872

[startup+12.7015 s]

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

[pid=23302/tid=23313] ppid=23300 vsize=7661872 CPUtime=0.11 cores=1,3
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 22972 0 -1 4202560 13 0 0 0 11 0 0 0 15 0 19 0 352227312 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23314] ppid=23300 vsize=7661872 CPUtime=0.12 cores=1,3
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 22972 0 -1 4202560 1212 0 0 0 12 0 0 0 15 0 19 0 352227312 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23315] ppid=23300 vsize=7661872 CPUtime=0.09 cores=1,3
/proc/23302/task/23315/stat : 23315 (java) S 23300 23302 22972 0 -1 4202560 680 0 0 0 9 0 0 0 15 0 19 0 352227312 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23321] ppid=23300 vsize=7661872 CPUtime=5.03 cores=1,3
/proc/23302/task/23321/stat : 23321 (java) S 23300 23302 22972 0 -1 4202560 3004 0 0 0 502 1 0 0 16 0 19 0 352227313 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 0 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23322] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23322/stat : 23322 (java) S 23300 23302 22972 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23323] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23323/stat : 23323 (java) S 23300 23302 22972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23325] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23325/stat : 23325 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738228657 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23326] ppid=23300 vsize=7661872 CPUtime=0.39 cores=1,3
/proc/23302/task/23326/stat : 23326 (java) S 23300 23302 22972 0 -1 4202560 8183 0 0 0 39 0 0 0 15 0 19 0 352227316 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23327] ppid=23300 vsize=7661872 CPUtime=0.3 cores=1,3
/proc/23302/task/23327/stat : 23327 (java) S 23300 23302 22972 0 -1 4202560 2855 0 0 0 30 0 0 0 15 0 19 0 352227316 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23328] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23328/stat : 23328 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23329] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23329/stat : 23329 (java) S 23300 23302 22972 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 352227316 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23331] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23331/stat : 23331 (java) S 23300 23302 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352227334 7845756928 25904 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.26
Current children cumulated vsize (KiB) 7661872

[startup+1182.3 s]
/proc/loadavg: 4.20 4.08 3.83 5/262 23373
/proc/meminfo: memFree=16096808/32951124 swapFree=67111528/67111528
[pid=23302] ppid=23300 vsize=7661872 CPUtime=1183.28 cores=1,3
/proc/23302/stat : 23302 (java) S 23300 23302 22972 0 -1 4202496 30377 0 1 0 118322 6 0 0 25 0 19 0 352227310 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23302/statm: 1915468 25954 2256 9 0 1906206 0
[pid=23302/tid=23307] ppid=23300 vsize=7661872 CPUtime=1176.45 cores=1,3
/proc/23302/task/23307/stat : 23307 (java) R 23300 23302 22972 0 -1 4202560 11032 0 1 0 117643 2 0 0 25 0 19 0 352227311 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 46912505656990 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=7661872 CPUtime=0.09 cores=1,3
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 22972 0 -1 4202560 431 0 0 0 9 0 0 0 15 0 19 0 352227312 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=7661872 CPUtime=0.1 cores=1,3
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 22972 0 -1 4202560 264 0 0 0 10 0 0 0 15 0 19 0 352227312 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=7661872 CPUtime=0.08 cores=1,3
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 22972 0 -1 4202560 213 0 0 0 8 0 0 0 16 0 19 0 352227312 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=7661872 CPUtime=0.09 cores=1,3
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 22972 0 -1 4202560 334 0 0 0 9 0 0 0 15 0 19 0 352227312 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=7661872 CPUtime=0.08 cores=1,3
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 22972 0 -1 4202560 881 0 0 0 8 0 0 0 15 0 19 0 352227312 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=7661872 CPUtime=0.11 cores=1,3
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 22972 0 -1 4202560 13 0 0 0 11 0 0 0 15 0 19 0 352227312 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23314] ppid=23300 vsize=7661872 CPUtime=0.13 cores=1,3
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 22972 0 -1 4202560 1212 0 0 0 13 0 0 0 15 0 19 0 352227312 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23315] ppid=23300 vsize=7661872 CPUtime=0.09 cores=1,3
/proc/23302/task/23315/stat : 23315 (java) S 23300 23302 22972 0 -1 4202560 680 0 0 0 9 0 0 0 15 0 19 0 352227312 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23321] ppid=23300 vsize=7661872 CPUtime=5.28 cores=1,3
/proc/23302/task/23321/stat : 23321 (java) S 23300 23302 22972 0 -1 4202560 3051 0 0 0 527 1 0 0 15 0 19 0 352227313 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 0 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23322] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23322/stat : 23322 (java) S 23300 23302 22972 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23323] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23323/stat : 23323 (java) S 23300 23302 22972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23325] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23325/stat : 23325 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738228657 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23326] ppid=23300 vsize=7661872 CPUtime=0.39 cores=1,3
/proc/23302/task/23326/stat : 23326 (java) S 23300 23302 22972 0 -1 4202560 8183 0 0 0 39 0 0 0 15 0 19 0 352227316 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23327] ppid=23300 vsize=7661872 CPUtime=0.3 cores=1,3
/proc/23302/task/23327/stat : 23327 (java) S 23300 23302 22972 0 -1 4202560 2855 0 0 0 30 0 0 0 15 0 19 0 352227316 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23328] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23328/stat : 23328 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23329] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23329/stat : 23329 (java) S 23300 23302 22972 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 352227316 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23331] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23331/stat : 23331 (java) S 23300 23302 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352227334 7845756928 25954 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.28
Current children cumulated vsize (KiB) 7661872

[startup+1242.3 s]
/proc/loadavg: 4.13 4.08 3.84 5/262 23374
/proc/meminfo: memFree=16077168/32951124 swapFree=67111528/67111528
[pid=23302] ppid=23300 vsize=7661872 CPUtime=1243.3 cores=1,3
/proc/23302/stat : 23302 (java) S 23300 23302 22972 0 -1 4202496 30410 0 1 0 124323 7 0 0 25 0 19 0 352227310 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23302/statm: 1915468 25972 2256 9 0 1906206 0
[pid=23302/tid=23307] ppid=23300 vsize=7661872 CPUtime=1236.17 cores=1,3
/proc/23302/task/23307/stat : 23307 (java) R 23300 23302 22972 0 -1 4202560 11041 0 1 0 123615 2 0 0 25 0 19 0 352227311 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 46912505590730 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=7661872 CPUtime=0.09 cores=1,3
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 22972 0 -1 4202560 431 0 0 0 9 0 0 0 15 0 19 0 352227312 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=7661872 CPUtime=0.1 cores=1,3
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 22972 0 -1 4202560 265 0 0 0 10 0 0 0 15 0 19 0 352227312 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=7661872 CPUtime=0.08 cores=1,3
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 22972 0 -1 4202560 213 0 0 0 8 0 0 0 15 0 19 0 352227312 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=7661872 CPUtime=0.09 cores=1,3
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 22972 0 -1 4202560 334 0 0 0 9 0 0 0 15 0 19 0 352227312 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=7661872 CPUtime=0.09 cores=1,3
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 22972 0 -1 4202560 881 0 0 0 9 0 0 0 15 0 19 0 352227312 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=7661872 CPUtime=0.12 cores=1,3
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 22972 0 -1 4202560 13 0 0 0 12 0 0 0 15 0 19 0 352227312 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23314] ppid=23300 vsize=7661872 CPUtime=0.13 cores=1,3
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 22972 0 -1 4202560 1212 0 0 0 13 0 0 0 15 0 19 0 352227312 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23315] ppid=23300 vsize=7661872 CPUtime=0.09 cores=1,3
/proc/23302/task/23315/stat : 23315 (java) S 23300 23302 22972 0 -1 4202560 685 0 0 0 9 0 0 0 15 0 19 0 352227312 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23321] ppid=23300 vsize=7661872 CPUtime=5.53 cores=1,3
/proc/23302/task/23321/stat : 23321 (java) S 23300 23302 22972 0 -1 4202560 3067 0 0 0 552 1 0 0 15 0 19 0 352227313 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 0 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23322] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23322/stat : 23322 (java) S 23300 23302 22972 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23323] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23323/stat : 23323 (java) S 23300 23302 22972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23325] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23325/stat : 23325 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738228657 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23326] ppid=23300 vsize=7661872 CPUtime=0.39 cores=1,3
/proc/23302/task/23326/stat : 23326 (java) S 23300 23302 22972 0 -1 4202560 8183 0 0 0 39 0 0 0 15 0 19 0 352227316 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23327] ppid=23300 vsize=7661872 CPUtime=0.3 cores=1,3
/proc/23302/task/23327/stat : 23327 (java) S 23300 23302 22972 0 -1 4202560 2855 0 0 0 30 0 0 0 15 0 19 0 352227316 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23328] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23328/stat : 23328 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23329] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23329/stat : 23329 (java) S 23300 23302 22972 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 352227316 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23331] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23331/stat : 23331 (java) S 23300 23302 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352227334 7845756928 25972 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.3
Current children cumulated vsize (KiB) 7661872



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.06 3.85 5/225 23385
/proc/meminfo: memFree=16434436/32951124 swapFree=67111528/67111528
[pid=23302] ppid=23300 vsize=7661872 CPUtime=1301.02 cores=1,3
/proc/23302/stat : 23302 (java) S 23300 23302 22972 0 -1 4202496 30480 0 1 0 130095 7 0 0 25 0 19 0 352227310 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23302/statm: 1915468 26025 2256 9 0 1906206 0
[pid=23302/tid=23307] ppid=23300 vsize=7661872 CPUtime=1293.6 cores=1,3
/proc/23302/task/23307/stat : 23307 (java) R 23300 23302 22972 0 -1 4202560 11050 0 1 0 129358 2 0 0 25 0 19 0 352227311 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 46912505670502 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=7661872 CPUtime=0.1 cores=1,3
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 22972 0 -1 4202560 433 0 0 0 10 0 0 0 15 0 19 0 352227312 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=7661872 CPUtime=0.11 cores=1,3
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 22972 0 -1 4202560 265 0 0 0 11 0 0 0 15 0 19 0 352227312 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=7661872 CPUtime=0.09 cores=1,3
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 22972 0 -1 4202560 213 0 0 0 9 0 0 0 15 0 19 0 352227312 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=7661872 CPUtime=0.1 cores=1,3
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 22972 0 -1 4202560 334 0 0 0 10 0 0 0 16 0 19 0 352227312 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=7661872 CPUtime=0.1 cores=1,3
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 22972 0 -1 4202560 881 0 0 0 10 0 0 0 15 0 19 0 352227312 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=7661872 CPUtime=0.12 cores=1,3
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 22972 0 -1 4202560 13 0 0 0 12 0 0 0 15 0 19 0 352227312 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23314] ppid=23300 vsize=7661872 CPUtime=0.14 cores=1,3
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 22972 0 -1 4202560 1212 0 0 0 14 0 0 0 15 0 19 0 352227312 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23315] ppid=23300 vsize=7661872 CPUtime=0.1 cores=1,3
/proc/23302/task/23315/stat : 23315 (java) S 23300 23302 22972 0 -1 4202560 685 0 0 0 10 0 0 0 15 0 19 0 352227312 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23321] ppid=23300 vsize=7661872 CPUtime=5.79 cores=1,3
/proc/23302/task/23321/stat : 23321 (java) S 23300 23302 22972 0 -1 4202560 3122 0 0 0 578 1 0 0 15 0 19 0 352227313 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 0 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23322] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23322/stat : 23322 (java) S 23300 23302 22972 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23323] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23323/stat : 23323 (java) S 23300 23302 22972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 352227314 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23325] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23325/stat : 23325 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738228657 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23326] ppid=23300 vsize=7661872 CPUtime=0.39 cores=1,3
/proc/23302/task/23326/stat : 23326 (java) S 23300 23302 22972 0 -1 4202560 8183 0 0 0 39 0 0 0 15 0 19 0 352227316 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23327] ppid=23300 vsize=7661872 CPUtime=0.3 cores=1,3
/proc/23302/task/23327/stat : 23327 (java) S 23300 23302 22972 0 -1 4202560 2855 0 0 0 30 0 0 0 15 0 19 0 352227316 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 1 0 0 0
[pid=23302/tid=23328] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23328/stat : 23328 (java) S 23300 23302 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352227316 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738220953 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23329] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23329/stat : 23329 (java) S 23300 23302 22972 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 352227316 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
[pid=23302/tid=23331] ppid=23300 vsize=7661872 CPUtime=0 cores=1,3
/proc/23302/task/23331/stat : 23331 (java) S 23300 23302 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352227334 7845756928 26025 33554432000 1073741824 1073778376 140736355492912 18446744073709551615 264738221568 0 4 0 16800975 18446604463345943552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1301.02
Current children cumulated vsize (KiB) 7661872

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

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

Child status: 143
Real time (s): 1300.05
CPU time (s): 1301.09
CPU user time (s): 1301.01
CPU system time (s): 0.081987
CPU usage (%): 100.081
Max. virtual memory (cumulated for all children) (KiB): 7661872

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

runsolver used 2.11668 second user time and 5.00424 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-12 10:48:37
IDJOB=3190294
IDBENCH=82625
IDSOLVER=1611
FILE ID=node141/3190294-1302598117
RUNJOBID= node141-1302596814-22992
PBS_JOBID= 12958091
Free space on /tmp= 71520 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S680524168-083-UNKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190294-1302598117/watcher-3190294-1302598117 -o /tmp/evaluation-result-3190294-1302598117/solver-3190294-1302598117 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190294-1302598117.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ebf03c9c6463f3682b7e09274cee8655
RANDOM SEED=1547995642

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16803944 kB
Buffers:        765928 kB
Cached:       14824868 kB
SwapCached:          0 kB
Active:        8991424 kB
Inactive:      6762036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16803944 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6300 kB
Writeback:           0 kB
AnonPages:      162368 kB
Mapped:          22820 kB
Slab:           328856 kB
PageTables:       5172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21971504 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71520 MiB
End job on node141 at 2011-04-12 11:10:19