Trace number 2661988

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)-13 1800.26 946.105

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_1.opb
MD5SUMfd0cd32338d58e5da2d0a0f96e14ad7d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1789.55
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.16	c version 2.2.0.v20100531
0.09/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.16	c java.vm.version	11.2-b01
0.09/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version		1.6.0_12
0.09/0.16	c os.name		Linux
0.09/0.16	c os.version		2.6.18-164.el5
0.09/0.16	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2661988-1276668914.opb
0.22/0.22	c reading problem ... 
3.26/2.50	c ... done. Wall clock time 2.264s.
3.26/2.50	c #vars     3238
3.26/2.50	c #constraints  6378
3.26/2.50	c constraints type 
3.26/2.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
3.26/2.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
3.26/2.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.26/2.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
3.26/2.50	c constraints type 
3.26/2.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.26/2.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
3.26/2.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
3.26/2.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
5.83/3.85	c And the winner is CuttingPlanes
5.95/4.51	c SATISFIABLE
5.95/4.51	c OPTIMIZING...
5.95/4.51	c Got one! Elapsed wall clock time (in seconds):4.29
5.95/4.51	o -4
6.52/4.85	c And the winner is CuttingPlanes
6.64/5.57	c Got one! Elapsed wall clock time (in seconds):5.343
6.64/5.57	o -5
7.89/6.25	c And the winner is CuttingPlanes
8.00/6.57	c Got one! Elapsed wall clock time (in seconds):6.351
8.00/6.57	o -6
8.05/6.70	c And the winner is CuttingPlanes
8.25/7.59	c Got one! Elapsed wall clock time (in seconds):7.362
8.25/7.59	o -7
9.26/8.17	c And the winner is Resolution
9.52/8.63	c Got one! Elapsed wall clock time (in seconds):8.406
9.52/8.63	o -8
9.65/8.76	c And the winner is CuttingPlanes
9.78/9.66	c Got one! Elapsed wall clock time (in seconds):9.44
9.78/9.66	o -9
12.03/10.85	c And the winner is CuttingPlanes
12.14/11.67	c Got one! Elapsed wall clock time (in seconds):11.448
12.14/11.67	o -10
13.57/12.44	c And the winner is CuttingPlanes
13.66/12.68	c Got one! Elapsed wall clock time (in seconds):12.454
13.66/12.68	o -11
14.74/13.29	c cleaning 2500 clauses out of 5000 with flag 5000/5000
19.78/15.81	c cleaning 4212 clauses out of 8500 with flag 11000/11000
27.04/19.55	c cleaning 5615 clauses out of 11288 with flag 18000/18000
38.06/25.11	c cleaning 6785 clauses out of 13673 with flag 26000/26000
52.00/32.24	c cleaning 7858 clauses out of 15888 with flag 35000/35000
63.79/38.21	c cleaning 9011 clauses out of 18030 with flag 45000/45000
76.17/44.60	c cleaning 9470 clauses out of 19019 with flag 55000/55000
88.75/50.92	c cleaning 9775 clauses out of 19549 with flag 65000/65000
100.50/56.93	c cleaning 9819 clauses out of 19774 with flag 75000/75000
113.07/63.31	c cleaning 9943 clauses out of 19955 with flag 85000/85000
124.84/69.34	c cleaning 9968 clauses out of 20012 with flag 95000/95000
137.98/76.02	c cleaning 9985 clauses out of 20044 with flag 105000/105000
147.51/80.92	c cleaning 9947 clauses out of 20059 with flag 115000/115000
163.03/88.89	c cleaning 10033 clauses out of 20112 with flag 125000/125000
175.57/95.25	c cleaning 10019 clauses out of 20079 with flag 135000/135000
186.33/100.72	c cleaning 9977 clauses out of 20060 with flag 145000/145000
196.64/106.06	c cleaning 9999 clauses out of 20083 with flag 155000/155000
205.22/110.47	c cleaning 10020 clauses out of 20084 with flag 165000/165000
218.14/117.06	c cleaning 9979 clauses out of 20064 with flag 175000/175000
229.29/122.73	c cleaning 10024 clauses out of 20085 with flag 185000/185000
237.42/126.97	c cleaning 9995 clauses out of 20061 with flag 195000/195000
249.17/132.99	c cleaning 10021 clauses out of 20066 with flag 205000/205000
264.47/140.79	c cleaning 9978 clauses out of 20045 with flag 215000/215000
279.57/148.41	c cleaning 9976 clauses out of 20067 with flag 225000/225000
295.21/156.44	c cleaning 9975 clauses out of 20091 with flag 235000/235000
310.11/164.09	c cleaning 10017 clauses out of 20116 with flag 245000/245000
324.79/171.50	c cleaning 9982 clauses out of 20099 with flag 255000/255000
338.89/178.76	c cleaning 10023 clauses out of 20117 with flag 265000/265000
349.36/184.12	c cleaning 10024 clauses out of 20094 with flag 275000/275000
357.12/188.11	c cleaning 10000 clauses out of 20070 with flag 285000/285000
362.28/190.85	c cleaning 0 clauses out of 5001 with flag 0/5001
363.65/191.67	c cleaning 10020 clauses out of 20071 with flag 295001/295001
371.55/195.74	c cleaning 9991 clauses out of 20050 with flag 305000/305000
377.69/198.99	c cleaning 10014 clauses out of 20059 with flag 315000/315000
383.83/202.17	c cleaning 9983 clauses out of 20045 with flag 325000/325000
389.98/205.33	c cleaning 10004 clauses out of 20062 with flag 335000/335000
398.45/209.79	c cleaning 10029 clauses out of 20058 with flag 345000/345000
409.15/215.27	c cleaning 9990 clauses out of 20029 with flag 355000/355000
417.67/219.63	c cleaning 9992 clauses out of 20039 with flag 365000/365000
423.82/222.80	c cleaning 9993 clauses out of 20047 with flag 375000/375000
428.72/225.47	c cleaning 9996 clauses out of 20054 with flag 385000/385000
439.23/230.81	c cleaning 9954 clauses out of 20058 with flag 395000/395000
450.73/236.75	c cleaning 9974 clauses out of 20104 with flag 405000/405000
460.84/241.97	c cleaning 10039 clauses out of 20130 with flag 415000/415000
470.71/247.02	c cleaning 10021 clauses out of 20091 with flag 425000/425000
480.80/252.24	c cleaning 9993 clauses out of 20070 with flag 435000/435000
489.52/256.70	c cleaning 10001 clauses out of 20077 with flag 445000/445000
495.85/260.03	c cleaning 10013 clauses out of 20076 with flag 455000/455000
501.94/263.29	c cleaning 10010 clauses out of 20064 with flag 465001/465001
507.51/266.17	c cleaning 10005 clauses out of 20054 with flag 475001/475001
513.64/269.33	c cleaning 10004 clauses out of 20048 with flag 485000/485000
518.22/271.78	c cleaning 10003 clauses out of 20044 with flag 495000/495000
524.50/275.02	c cleaning 9996 clauses out of 20041 with flag 505000/505000
530.24/278.07	c cleaning 9986 clauses out of 20045 with flag 515000/515000
536.17/281.12	c cleaning 10023 clauses out of 20059 with flag 525000/525000
541.33/283.85	c cleaning 9989 clauses out of 20036 with flag 535000/535000
546.41/286.54	c And the winner is CuttingPlanes
546.41/286.58	c cleaning 9999 clauses out of 20047 with flag 545000/545000
546.76/287.79	c Got one! Elapsed wall clock time (in seconds):287.569
546.76/287.79	o -12
558.06/293.54	c cleaning 10017 clauses out of 20048 with flag 555000/555000
568.16/298.73	c cleaning 9931 clauses out of 20031 with flag 565000/565000
575.87/302.77	c And the winner is CuttingPlanes
576.01/302.96	c Got one! Elapsed wall clock time (in seconds):302.741
576.01/302.96	o -13
578.86/304.49	c cleaning 10050 clauses out of 20100 with flag 575000/575000
585.94/308.13	c cleaning 10024 clauses out of 20050 with flag 585000/585000
596.43/313.56	c cleaning 9982 clauses out of 20026 with flag 595000/595000
603.73/317.34	c cleaning 9976 clauses out of 20044 with flag 605000/605000
611.26/321.24	c cleaning 10014 clauses out of 20068 with flag 615000/615000
618.51/325.06	c cleaning 9997 clauses out of 20054 with flag 625000/625000
624.84/328.37	c cleaning 10014 clauses out of 20058 with flag 635001/635001
630.56/331.36	c cleaning 9994 clauses out of 20043 with flag 645000/645000
636.10/334.22	c cleaning 10007 clauses out of 20049 with flag 655000/655000
643.36/338.08	c cleaning 10013 clauses out of 20042 with flag 665000/665000
650.67/341.89	c cleaning 10015 clauses out of 20029 with flag 675000/675000
658.17/345.73	c cleaning 9984 clauses out of 20014 with flag 685000/685000
665.07/349.37	c cleaning 9967 clauses out of 20030 with flag 695000/695000
671.90/352.92	c cleaning 10027 clauses out of 20063 with flag 705000/705000
678.82/356.57	c cleaning 9978 clauses out of 20036 with flag 715000/715000
684.92/359.73	c cleaning 10016 clauses out of 20058 with flag 725000/725000
694.77/364.86	c cleaning 9968 clauses out of 20042 with flag 735000/735000
702.99/369.17	c cleaning 10025 clauses out of 20075 with flag 745001/745001
710.86/373.21	c cleaning 10016 clauses out of 20049 with flag 755000/755000
717.17/376.58	c cleaning 10005 clauses out of 20033 with flag 765000/765000
724.26/380.28	c cleaning 9992 clauses out of 20028 with flag 775000/775000
730.90/383.72	c cleaning 9993 clauses out of 20036 with flag 785000/785000
738.98/387.90	c cleaning 9987 clauses out of 20043 with flag 795000/795000
745.07/391.12	c cleaning 10014 clauses out of 20057 with flag 805001/805001
751.37/394.49	c cleaning 10000 clauses out of 20042 with flag 815000/815000
757.80/397.83	c cleaning 9983 clauses out of 20042 with flag 825000/825000
763.69/400.99	c cleaning 10018 clauses out of 20059 with flag 835000/835000
773.37/405.97	c cleaning 10002 clauses out of 20041 with flag 845000/845000
785.79/412.36	c cleaning 9972 clauses out of 20039 with flag 855000/855000
793.60/416.42	c cleaning 10015 clauses out of 20067 with flag 865000/865000
800.69/420.12	c cleaning 9995 clauses out of 20052 with flag 875000/875000
808.96/424.49	c cleaning 9988 clauses out of 20057 with flag 885000/885000
816.05/428.16	c cleaning 9994 clauses out of 20069 with flag 895000/895000
822.46/431.51	c cleaning 10024 clauses out of 20075 with flag 905000/905000
828.15/434.56	c cleaning 10004 clauses out of 20051 with flag 915000/915000
833.84/437.56	c cleaning 10005 clauses out of 20047 with flag 925000/925000
838.95/440.24	c cleaning 10001 clauses out of 20042 with flag 935000/935000
843.18/442.59	c cleaning 10001 clauses out of 20041 with flag 945000/945000
847.88/445.06	c cleaning 10015 clauses out of 20040 with flag 955000/955000
853.37/447.98	c cleaning 9999 clauses out of 20025 with flag 965000/965000
860.04/451.49	c cleaning 9984 clauses out of 20027 with flag 975001/975001
865.69/454.49	c cleaning 9999 clauses out of 20042 with flag 985000/985000
871.77/457.65	c cleaning 9988 clauses out of 20043 with flag 995000/995000
877.25/460.59	c cleaning 10020 clauses out of 20055 with flag 1005000/1005000
882.73/463.49	c cleaning 10000 clauses out of 20035 with flag 1015000/1015000
887.95/466.30	c cleaning 10001 clauses out of 20035 with flag 1025000/1025000
896.02/470.44	c cleaning 10003 clauses out of 20034 with flag 1035000/1035000
902.70/473.92	c cleaning 10004 clauses out of 20031 with flag 1045000/1045000
908.98/477.27	c cleaning 9971 clauses out of 20027 with flag 1055000/1055000
916.38/481.14	c cleaning 9991 clauses out of 20056 with flag 1065000/1065000
921.88/484.07	c cleaning 10006 clauses out of 20065 with flag 1075000/1075000
929.32/487.94	c cleaning 10019 clauses out of 20059 with flag 1085000/1085000
939.15/493.06	c cleaning 9972 clauses out of 20040 with flag 1095000/1095000
948.13/497.79	c cleaning 10010 clauses out of 20068 with flag 1105000/1105000
955.39/501.52	c cleaning 9998 clauses out of 20058 with flag 1115000/1115000
962.66/505.32	c cleaning 10009 clauses out of 20060 with flag 1125000/1125000
974.48/511.42	c cleaning 9994 clauses out of 20051 with flag 1135000/1135000
984.45/516.60	c cleaning 9999 clauses out of 20057 with flag 1145000/1145000
992.09/520.60	c cleaning 10014 clauses out of 20058 with flag 1155000/1155000
1001.55/525.57	c cleaning 9993 clauses out of 20044 with flag 1165000/1165000
1008.80/529.34	c cleaning 10004 clauses out of 20051 with flag 1175000/1175000
1015.19/532.76	c cleaning 9992 clauses out of 20047 with flag 1185000/1185000
1021.65/536.20	c cleaning 9973 clauses out of 20055 with flag 1195000/1195000
1028.92/539.96	c cleaning 10013 clauses out of 20082 with flag 1205000/1205000
1034.99/543.19	c cleaning 10008 clauses out of 20069 with flag 1215000/1215000
1041.39/546.60	c cleaning 10012 clauses out of 20061 with flag 1225000/1225000
1047.65/549.86	c cleaning 10003 clauses out of 20049 with flag 1235000/1235000
1054.91/553.63	c cleaning 9975 clauses out of 20046 with flag 1245000/1245000
1065.32/559.08	c cleaning 9969 clauses out of 20071 with flag 1255000/1255000
1072.69/562.97	c cleaning 10028 clauses out of 20102 with flag 1265000/1265000
1081.14/567.33	c cleaning 9994 clauses out of 20074 with flag 1275000/1275000
1090.96/572.45	c cleaning 10001 clauses out of 20080 with flag 1285000/1285000
1101.97/578.13	c cleaning 10018 clauses out of 20079 with flag 1295000/1295000
1113.70/584.22	c cleaning 10004 clauses out of 20061 with flag 1305000/1305000
1122.31/588.74	c cleaning 9989 clauses out of 20057 with flag 1315000/1315000
1134.51/595.06	c cleaning 9989 clauses out of 20068 with flag 1325000/1325000
1142.95/599.40	c cleaning 9961 clauses out of 20079 with flag 1335000/1335000
1153.28/604.86	c cleaning 10022 clauses out of 20118 with flag 1345000/1345000
1160.72/608.78	c cleaning 10018 clauses out of 20096 with flag 1355000/1355000
1172.11/614.65	c cleaning 9975 clauses out of 20078 with flag 1365000/1365000
1180.55/619.00	c cleaning 10019 clauses out of 20103 with flag 1375000/1375000
1188.10/623.01	c cleaning 10013 clauses out of 20084 with flag 1385000/1385000
1196.52/627.44	c cleaning 10020 clauses out of 20071 with flag 1395000/1395000
1205.73/632.21	c cleaning 9991 clauses out of 20051 with flag 1405000/1405000
1213.76/636.41	c cleaning 10008 clauses out of 20060 with flag 1415000/1415000
1220.91/640.27	c cleaning 10000 clauses out of 20052 with flag 1425000/1425000
1227.73/643.82	c cleaning 9995 clauses out of 20052 with flag 1435000/1435000
1234.55/647.49	c cleaning 9977 clauses out of 20057 with flag 1445000/1445000
1241.57/651.19	c cleaning 10016 clauses out of 20080 with flag 1455000/1455000
1248.51/654.87	c cleaning 10004 clauses out of 20064 with flag 1465000/1465000
1255.34/658.48	c cleaning 10014 clauses out of 20060 with flag 1475000/1475000
1261.57/661.74	c cleaning 10002 clauses out of 20046 with flag 1485000/1485000
1267.79/665.08	c cleaning 9987 clauses out of 20044 with flag 1495000/1495000
1275.72/669.26	c cleaning 10009 clauses out of 20057 with flag 1505000/1505000
1281.94/672.51	c cleaning 10006 clauses out of 20048 with flag 1515000/1515000
1287.58/675.53	c cleaning 10002 clauses out of 20042 with flag 1525000/1525000
1293.80/678.89	c cleaning 9994 clauses out of 20041 with flag 1535001/1535001
1299.13/681.74	c cleaning 9993 clauses out of 20046 with flag 1545000/1545000
1304.95/684.81	c cleaning 10000 clauses out of 20053 with flag 1555000/1555000
1311.36/688.23	c cleaning 10004 clauses out of 20053 with flag 1565000/1565000
1319.96/692.71	c cleaning 9968 clauses out of 20049 with flag 1575000/1575000
1327.88/696.99	c cleaning 10009 clauses out of 20081 with flag 1585000/1585000
1335.48/700.92	c cleaning 10012 clauses out of 20072 with flag 1595000/1595000
1341.89/704.32	c cleaning 10007 clauses out of 20060 with flag 1605000/1605000
1347.91/707.55	c cleaning 10006 clauses out of 20053 with flag 1615000/1615000
1354.63/711.15	c cleaning 9997 clauses out of 20047 with flag 1625000/1625000
1360.84/714.42	c cleaning 9993 clauses out of 20050 with flag 1635000/1635000
1365.87/717.10	c cleaning 10006 clauses out of 20057 with flag 1645000/1645000
1373.67/721.24	c cleaning 9994 clauses out of 20051 with flag 1655000/1655000
1380.01/724.65	c cleaning 10008 clauses out of 20057 with flag 1665000/1665000
1386.23/727.98	c cleaning 9987 clauses out of 20049 with flag 1675000/1675000
1392.45/731.28	c cleaning 9997 clauses out of 20062 with flag 1685000/1685000
1399.46/734.93	c cleaning 10011 clauses out of 20065 with flag 1695000/1695000
1405.19/738.05	c cleaning 10016 clauses out of 20054 with flag 1705000/1705000
1411.02/741.15	c cleaning 9947 clauses out of 20038 with flag 1715000/1715000
1420.21/745.96	c cleaning 10038 clauses out of 20092 with flag 1725001/1725001
1427.80/749.99	c cleaning 10015 clauses out of 20053 with flag 1735000/1735000
1436.10/754.39	c cleaning 9975 clauses out of 20039 with flag 1745001/1745001
1444.48/758.76	c cleaning 10000 clauses out of 20063 with flag 1755000/1755000
1452.09/762.70	c cleaning 10000 clauses out of 20063 with flag 1765000/1765000
1459.48/766.69	c cleaning 9992 clauses out of 20063 with flag 1775000/1775000
1466.18/770.28	c cleaning 10005 clauses out of 20071 with flag 1785000/1785000
1472.20/773.44	c cleaning 9998 clauses out of 20066 with flag 1795000/1795000
1477.81/776.47	c cleaning 10014 clauses out of 20068 with flag 1805000/1805000
1484.62/780.10	c cleaning 10007 clauses out of 20054 with flag 1815000/1815000
1490.54/783.22	c cleaning 10001 clauses out of 20047 with flag 1825000/1825000
1496.32/786.36	c cleaning 10001 clauses out of 20046 with flag 1835000/1835000
1502.93/789.82	c cleaning 10000 clauses out of 20045 with flag 1845000/1845000
1509.70/793.48	c cleaning 9996 clauses out of 20045 with flag 1855000/1855000
1517.39/797.58	c cleaning 9993 clauses out of 20049 with flag 1865000/1865000
1523.20/800.66	c cleaning 10003 clauses out of 20056 with flag 1875000/1875000
1529.97/804.25	c cleaning 10002 clauses out of 20054 with flag 1885001/1885001
1535.97/807.49	c cleaning 10009 clauses out of 20051 with flag 1895000/1895000
1542.66/811.03	c cleaning 9997 clauses out of 20042 with flag 1905000/1905000
1549.65/814.78	c cleaning 10000 clauses out of 20045 with flag 1915000/1915000
1556.06/818.11	c cleaning 9989 clauses out of 20045 with flag 1925000/1925000
1563.45/822.02	c cleaning 10010 clauses out of 20056 with flag 1935000/1935000
1573.91/827.52	c cleaning 9969 clauses out of 20046 with flag 1945000/1945000
1585.06/833.38	c cleaning 10021 clauses out of 20077 with flag 1955000/1955000
1596.99/839.59	c cleaning 9995 clauses out of 20056 with flag 1965000/1965000
1606.35/844.48	c cleaning 9998 clauses out of 20061 with flag 1975000/1975000
1619.60/851.36	c cleaning 9961 clauses out of 20063 with flag 1985000/1985000
1631.13/857.33	c cleaning 9996 clauses out of 20102 with flag 1995000/1995000
1641.48/862.75	c cleaning 10003 clauses out of 20106 with flag 2005000/2005000
1650.05/867.24	c cleaning 10023 clauses out of 20103 with flag 2015000/2015000
1657.93/871.45	c cleaning 9955 clauses out of 20080 with flag 2025000/2025000
1671.44/878.45	c cleaning 9990 clauses out of 20125 with flag 2035000/2035000
1683.19/884.51	c cleaning 10029 clauses out of 20135 with flag 2045000/2045000
1696.09/891.22	c cleaning 9999 clauses out of 20106 with flag 2055000/2055000
1707.32/897.18	c cleaning 10031 clauses out of 20107 with flag 2065000/2065000
1718.08/902.77	c cleaning 9989 clauses out of 20076 with flag 2075000/2075000
1727.63/907.75	c cleaning 10005 clauses out of 20087 with flag 2085000/2085000
1737.38/912.82	c cleaning 10005 clauses out of 20082 with flag 2095000/2095000
1745.45/917.15	c cleaning 10015 clauses out of 20077 with flag 2105000/2105000
1752.03/920.67	c cleaning 10001 clauses out of 20062 with flag 2115000/2115000
1760.79/925.25	c cleaning 10004 clauses out of 20061 with flag 2125000/2125000
1769.53/929.87	c cleaning 10015 clauses out of 20057 with flag 2135000/2135000
1777.79/934.23	c cleaning 9986 clauses out of 20042 with flag 2145000/2145000
1786.14/938.66	c cleaning 9983 clauses out of 20056 with flag 2155000/2155000
1793.71/942.66	c cleaning 10028 clauses out of 20073 with flag 2165000/2165000
1800.12/946.03	c starts		: 42
1800.12/946.03	c conflicts		: 9714
1800.12/946.03	c decisions		: 60748
1800.12/946.03	c propagations		: 1538740
1800.12/946.03	c inspects		: 302340059
1800.12/946.03	c learnt literals	: 0
1800.12/946.03	c learnt binary clauses	: 0
1800.12/946.03	c learnt ternary clauses	: 0
1800.12/946.03	c learnt clauses	: 9713
1800.12/946.03	c ignored clauses	: 0
1800.12/946.03	c root simplifications	: 0
1800.12/946.03	c removed literals (reason simplification)	: 0
1800.12/946.03	c reason swapping (by a shorter reason)	: 0
1800.12/946.03	c Calls to reduceDB	: 1
1800.12/946.03	c number of reductions to clauses (during analyze)	: 0
1800.12/946.03	c number of learned constraints concerned by reduction	: 0
1800.12/946.03	c number of learning phase by resolution	: 0
1800.12/946.03	c number of learning phase by cutting planes	: 0
1800.12/946.03	c speed (assignments/second)	: 2392.8367604317473
1800.12/946.03	c non guided choices	49
1800.12/946.06	c learnt constraints type 
1800.12/946.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9713
1800.12/946.06	c constraints type 
1800.12/946.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
1800.12/946.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.12/946.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.12/946.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.12/946.06	c constraints type 
1800.12/946.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.12/946.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
1800.12/946.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.12/946.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.12/946.06	s SATISFIABLE
1800.12/946.06	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 
1800.12/946.06	c objective function=-13
1800.12/946.06	c Total wall clock time (in seconds): 945.841

Verifier Data

OK	-13

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661988-1276668914/watcher-2661988-1276668914 -o /tmp/evaluation-result-2661988-1276668914/solver-2661988-1276668914 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661988-1276668914.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14228
/proc/meminfo: memFree=1672684/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=428 CPUtime=0
/proc/14228/stat : 14228 (java6) R 14226 14228 13757 0 -1 4194304 122 0 0 0 0 0 0 0 25 0 1 0 8184246 438272 42 1992294400 134512640 134550932 4291951696 18446744073709551615 10547796 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14228/statm: 111 45 36 10 0 25 0

[startup+0.107751 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14228
/proc/meminfo: memFree=1672684/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1524180 CPUtime=0.09
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 3996 0 1 0 6 3 0 0 15 0 12 0 8184246 1560760320 3436 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 381045 3436 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.20075 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14228
/proc/meminfo: memFree=1672684/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1526092 CPUtime=0.22
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 5009 0 1 0 19 3 0 0 15 0 12 0 8184246 1562718208 4447 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 381523 4452 1340 10 0 378826 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526092

[startup+0.300749 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14228
/proc/meminfo: memFree=1672684/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1526412 CPUtime=0.35
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 5388 0 1 0 32 3 0 0 15 0 12 0 8184246 1563045888 4826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 381603 4826 1353 10 0 378906 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526412

[startup+0.700746 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14228
/proc/meminfo: memFree=1672684/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1528292 CPUtime=1.07
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 6949 0 1 0 103 4 0 0 15 0 12 0 8184246 1564971008 6350 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 382073 6350 1402 10 0 379376 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1528292

[startup+1.50174 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 14240
/proc/meminfo: memFree=1646116/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1530320 CPUtime=2.17
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 9555 0 1 0 211 6 0 0 15 0 12 0 8184246 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 382580 8372 1409 10 0 379883 0
[pid=14228/tid=14230] ppid=14226 vsize=1530320 CPUtime=1.38
/proc/14228/task/14230/stat : 14230 (java) R 14226 14228 13757 0 -1 4202560 6189 0 1 0 134 4 0 0 25 0 12 0 8184248 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4108804097 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1530320 CPUtime=0
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 13757 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8184249 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1530320 CPUtime=0
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8184249 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1530320 CPUtime=0
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 13757 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8184251 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1530320 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 13757 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 8184251 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1530320 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 8184251 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1530320 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8184256 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1530320 CPUtime=0.17
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 13757 0 -1 4202560 344 0 0 0 17 0 0 0 15 0 12 0 8184256 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1530320 CPUtime=0.59
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 13757 0 -1 4202560 1956 0 0 0 59 0 0 0 15 0 12 0 8184256 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1530320 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8184256 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1530320 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8184256 1567047680 8372 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1530320

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 14240
/proc/meminfo: memFree=1640288/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1548268 CPUtime=4.45
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 20207 0 1 0 434 11 0 0 15 0 16 0 8184246 1585426432 16575 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 387067 16575 1424 10 0 384370 0
[pid=14228/tid=14230] ppid=14226 vsize=1548268 CPUtime=2.35
/proc/14228/task/14230/stat : 14230 (java) S 14226 14228 13757 0 -1 4202560 7615 0 1 0 230 5 0 0 25 0 16 0 8184248 1585426432 16575 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1548268 CPUtime=0
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 13757 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 8184249 1585426432 16575 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1548268 CPUtime=0
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 8184249 1585426432 16575 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1548268 CPUtime=0
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 13757 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 8184251 1585426432 16575 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1548268 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 13757 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 8184251 1585426432 16575 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1548268 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 8184251 1585426432 16577 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1548268 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8184256 1585426432 16578 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1548268 CPUtime=0.84
/proc/14228/task/14237/stat : 14237 (java) R 14226 14228 13757 0 -1 4202560 5530 0 0 0 82 2 0 0 16 0 16 0 8184256 1585426432 16578 1992294400 134512640 134550932 4294116864 18446744073709551615 106250852 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1548268 CPUtime=1
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 13757 0 -1 4202560 3326 0 0 0 99 1 0 0 16 0 16 0 8184256 1585426432 16578 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1548268 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8184256 1585426432 16578 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1548268 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8184256 1585426432 16578 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1548268

[startup+6.3017 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 14246
/proc/meminfo: memFree=1533012/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1551532 CPUtime=8
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 46699 0 1 0 778 22 0 0 15 0 14 0 8184246 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 387883 38650 1441 10 0 385186 0
[pid=14228/tid=14230] ppid=14226 vsize=1551532 CPUtime=2.37
/proc/14228/task/14230/stat : 14230 (java) S 14226 14228 13757 0 -1 4202560 7645 0 1 0 232 5 0 0 19 0 14 0 8184248 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1551532 CPUtime=0.01
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 13757 0 -1 4202560 605 0 0 0 1 0 0 0 16 0 14 0 8184249 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1551532 CPUtime=0.01
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 13757 0 -1 4202560 483 0 0 0 1 0 0 0 18 0 14 0 8184249 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 13757 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 14 0 8184251 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 13757 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 8184251 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 13757 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 8184251 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 8184256 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1551532 CPUtime=1.39
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 13757 0 -1 4202560 8166 0 0 0 136 3 0 0 15 0 14 0 8184256 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1551532 CPUtime=2.19
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 13757 0 -1 4202560 5866 0 0 0 216 3 0 0 16 0 14 0 8184256 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8184256 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8184256 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14243] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14243/stat : 14243 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8184498 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 8184512 1588768768 38650 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 1551532

[startup+12.7017 s]
/proc/loadavg: 1.01 1.00 1.00 3/122 14258
/proc/meminfo: memFree=1501128/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1551532 CPUtime=13.7
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 52048 0 1 0 1344 26 0 0 15 0 16 0 8184246 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 387883 43950 1442 10 0 385186 0
[pid=14228/tid=14230] ppid=14226 vsize=1551532 CPUtime=2.37
/proc/14228/task/14230/stat : 14230 (java) S 14226 14228 13757 0 -1 4202560 7646 0 1 0 232 5 0 0 19 0 16 0 8184248 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1551532 CPUtime=0.12
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 13757 0 -1 4202560 2363 0 0 0 11 1 0 0 16 0 16 0 8184249 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1551532 CPUtime=0.11
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 13757 0 -1 4202560 2357 0 0 0 10 1 0 0 16 0 16 0 8184249 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 13757 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 16 0 8184251 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 13757 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8184251 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 13757 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8184251 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8184256 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1551532 CPUtime=1.8
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 13757 0 -1 4202560 8187 0 0 0 177 3 0 0 15 0 16 0 8184256 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1551532 CPUtime=2.69
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 13757 0 -1 4202560 5898 0 0 0 266 3 0 0 15 0 16 0 8184256 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8184256 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8184256 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14243] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14243/stat : 14243 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8184498 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 8184512 1588768768 43950 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.7
Current children cumulated vsize (KiB) 1551532

[startup+25.5015 s]
/proc/loadavg: 1.31 1.07 1.02 3/122 14260
/proc/meminfo: memFree=1459340/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1551532 CPUtime=38.72
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 62958 0 1 0 3841 31 0 0 15 0 16 0 8184246 1588768768 54325 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 387883 54325 1451 10 0 385186 0
[pid=14228/tid=14230] ppid=14226 vsize=1551532 CPUtime=2.37
/proc/14228/task/14230/stat : 14230 (java) S 14226 14228 13757 0 -1 4202560 7646 0 1 0 232 5 0 0 18 0 16 0 8184248 1588768768 54325 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1551532 CPUtime=0.34
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 13757 0 -1 4202560 5742 0 0 0 32 2 0 0 15 0 16 0 8184249 1588768768 54325 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1551532 CPUtime=0.33
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 13757 0 -1 4202560 5362 0 0 0 31 2 0 0 16 0 16 0 8184249 1588768768 54325 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1551532 CPUtime=0.34

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

/proc/14228/task/14271/stat : 14271 (java) S 14226 14228 13757 0 -1 4202560 350 0 0 0 46559 19 0 0 25 0 16 0 8214543 1588768768 73528 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14272] ppid=14226 vsize=1551532 CPUtime=460.38
/proc/14228/task/14272/stat : 14272 (java) S 14226 14228 13757 0 -1 4202560 143 0 0 0 46035 3 0 0 25 0 16 0 8214543 1588768768 73528 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1563.79
Current children cumulated vsize (KiB) 1551532

[startup+882.31 s]
/proc/loadavg: 2.03 1.97 1.61 3/122 14288
/proc/meminfo: memFree=1372788/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1551532 CPUtime=1678.83
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 86117 0 1 0 167715 168 0 0 15 0 16 0 8184246 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 387883 75513 1451 10 0 385186 0
[pid=14228/tid=14230] ppid=14226 vsize=1551532 CPUtime=2.37
/proc/14228/task/14230/stat : 14230 (java) S 14226 14228 13757 0 -1 4202560 7672 0 1 0 232 5 0 0 15 0 16 0 8184248 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1551532 CPUtime=15.16
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 13757 0 -1 4202560 16190 0 0 0 1474 42 0 0 16 0 16 0 8184249 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1551532 CPUtime=15.14
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 13757 0 -1 4202560 16117 0 0 0 1464 50 0 0 15 0 16 0 8184249 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1551532 CPUtime=56.75
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 13757 0 -1 4202560 2293 0 0 0 5665 10 0 0 15 0 16 0 8184251 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 13757 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8184251 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 13757 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8184251 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8184256 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1551532 CPUtime=2.5
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 13757 0 -1 4202560 8220 0 0 0 247 3 0 0 15 0 16 0 8184256 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1551532 CPUtime=3.11
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 13757 0 -1 4202560 5923 0 0 0 308 3 0 0 16 0 16 0 8184256 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8184256 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 13757 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 8184256 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14243] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14243/stat : 14243 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8184498 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 8184512 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14271] ppid=14226 vsize=1551532 CPUtime=520.26
/proc/14228/task/14271/stat : 14271 (java) R 14226 14228 13757 0 -1 4202560 391 0 0 0 52006 20 0 0 25 0 16 0 8214543 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4108974647 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14228/tid=14272] ppid=14226 vsize=1551532 CPUtime=514.49
/proc/14228/task/14272/stat : 14272 (java) R 14226 14228 13757 0 -1 4202560 162 0 0 0 51445 4 0 0 25 0 16 0 8214543 1588768768 75513 1992294400 134512640 134550932 4294116864 18446744073709551615 4109177882 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1678.83
Current children cumulated vsize (KiB) 1551532

[startup+942.301 s]
/proc/loadavg: 2.01 1.97 1.63 3/122 14288
/proc/meminfo: memFree=1371300/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1551532 CPUtime=1793.12
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 86497 0 1 0 179136 176 0 0 15 0 16 0 8184246 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 387883 75826 1451 10 0 385186 0
[pid=14228/tid=14230] ppid=14226 vsize=1551532 CPUtime=2.37
/proc/14228/task/14230/stat : 14230 (java) S 14226 14228 13757 0 -1 4202560 7672 0 1 0 232 5 0 0 15 0 16 0 8184248 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1551532 CPUtime=16.35
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 13757 0 -1 4202560 16411 0 0 0 1592 43 0 0 15 0 16 0 8184249 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1551532 CPUtime=16.34
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 13757 0 -1 4202560 16218 0 0 0 1579 55 0 0 16 0 16 0 8184249 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1551532 CPUtime=61.43
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 13757 0 -1 4202560 2295 0 0 0 6132 11 0 0 15 0 16 0 8184251 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 13757 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8184251 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 13757 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8184251 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1551532 CPUtime=2.5
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 13757 0 -1 4202560 8220 0 0 0 247 3 0 0 15 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1551532 CPUtime=3.11
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 13757 0 -1 4202560 5923 0 0 0 308 3 0 0 16 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) S 14226 14228 13757 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14243] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14243/stat : 14243 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8184498 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 8184512 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14271] ppid=14226 vsize=1551532 CPUtime=574.26
/proc/14228/task/14271/stat : 14271 (java) R 14226 14228 13757 0 -1 4202560 428 0 0 0 57404 22 0 0 25 0 16 0 8214543 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4109539954 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14228/tid=14272] ppid=14226 vsize=1551532 CPUtime=567.72
/proc/14228/task/14272/stat : 14272 (java) R 14226 14228 13757 0 -1 4202560 179 0 0 0 56768 4 0 0 25 0 16 0 8214543 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4109177871 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1793.12
Current children cumulated vsize (KiB) 1551532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+946.002 s]
/proc/loadavg: 2.01 1.97 1.63 3/122 14288
/proc/meminfo: memFree=1371300/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1551532 CPUtime=1800.12
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 86505 0 1 0 179835 177 0 0 15 0 16 0 8184246 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 387883 75826 1451 10 0 385186 0
[pid=14228/tid=14230] ppid=14226 vsize=1551532 CPUtime=2.37
/proc/14228/task/14230/stat : 14230 (java) S 14226 14228 13757 0 -1 4202560 7672 0 1 0 232 5 0 0 15 0 16 0 8184248 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1551532 CPUtime=16.45
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 13757 0 -1 4202560 16411 0 0 0 1601 44 0 0 15 0 16 0 8184249 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1551532 CPUtime=16.43
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 13757 0 -1 4202560 16218 0 0 0 1588 55 0 0 16 0 16 0 8184249 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1551532 CPUtime=61.79
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 13757 0 -1 4202560 2298 0 0 0 6168 11 0 0 15 0 16 0 8184251 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 13757 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8184251 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 13757 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8184251 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1551532 CPUtime=2.5
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 13757 0 -1 4202560 8220 0 0 0 247 3 0 0 15 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1551532 CPUtime=3.11
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 13757 0 -1 4202560 5923 0 0 0 308 3 0 0 16 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) R 14226 14228 13757 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14228/tid=14243] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14243/stat : 14243 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8184498 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 8184512 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14271] ppid=14226 vsize=1551532 CPUtime=577.52
/proc/14228/task/14271/stat : 14271 (java) R 14226 14228 13757 0 -1 4202560 429 0 0 0 57730 22 0 0 25 0 16 0 8214543 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4109194574 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14228/tid=14272] ppid=14226 vsize=1551532 CPUtime=570.91
/proc/14228/task/14272/stat : 14272 (java) R 14226 14228 13757 0 -1 4202560 182 0 0 0 57087 4 0 0 25 0 16 0 8214543 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4109047408 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1551532

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

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

[startup+946.002 s]
/proc/loadavg: 2.01 1.97 1.63 3/122 14288
/proc/meminfo: memFree=1371300/2059040 swapFree=4192956/4192956
[pid=14228] ppid=14226 vsize=1551532 CPUtime=1800.12
/proc/14228/stat : 14228 (java) S 14226 14228 13757 0 -1 4202496 86505 0 1 0 179835 177 0 0 15 0 16 0 8184246 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14228/statm: 387883 75826 1451 10 0 385186 0
[pid=14228/tid=14230] ppid=14226 vsize=1551532 CPUtime=2.37
/proc/14228/task/14230/stat : 14230 (java) S 14226 14228 13757 0 -1 4202560 7672 0 1 0 232 5 0 0 15 0 16 0 8184248 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14231] ppid=14226 vsize=1551532 CPUtime=16.45
/proc/14228/task/14231/stat : 14231 (java) S 14226 14228 13757 0 -1 4202560 16411 0 0 0 1601 44 0 0 15 0 16 0 8184249 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14232] ppid=14226 vsize=1551532 CPUtime=16.43
/proc/14228/task/14232/stat : 14232 (java) S 14226 14228 13757 0 -1 4202560 16218 0 0 0 1588 55 0 0 16 0 16 0 8184249 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14233] ppid=14226 vsize=1551532 CPUtime=61.79
/proc/14228/task/14233/stat : 14233 (java) S 14226 14228 13757 0 -1 4202560 2298 0 0 0 6168 11 0 0 15 0 16 0 8184251 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 0 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14234] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14234/stat : 14234 (java) S 14226 14228 13757 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8184251 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14235] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14235/stat : 14235 (java) S 14226 14228 13757 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8184251 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14236] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14236/stat : 14236 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14237] ppid=14226 vsize=1551532 CPUtime=2.5
/proc/14228/task/14237/stat : 14237 (java) S 14226 14228 13757 0 -1 4202560 8220 0 0 0 247 3 0 0 15 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14238] ppid=14226 vsize=1551532 CPUtime=3.11
/proc/14228/task/14238/stat : 14238 (java) S 14226 14228 13757 0 -1 4202560 5923 0 0 0 308 3 0 0 16 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14239] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14239/stat : 14239 (java) S 14226 14228 13757 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 0 0 0 0
[pid=14228/tid=14240] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14240/stat : 14240 (java) R 14226 14228 13757 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 8184256 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14228/tid=14243] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14243/stat : 14243 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8184498 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14244] ppid=14226 vsize=1551532 CPUtime=0
/proc/14228/task/14244/stat : 14244 (java) S 14226 14228 13757 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 8184512 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4294960144 0 4 0 16800975 18446604437843778304 0 0 -1 1 0 0 0
[pid=14228/tid=14271] ppid=14226 vsize=1551532 CPUtime=577.52
/proc/14228/task/14271/stat : 14271 (java) R 14226 14228 13757 0 -1 4202560 429 0 0 0 57730 22 0 0 25 0 16 0 8214543 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4109194574 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14228/tid=14272] ppid=14226 vsize=1551532 CPUtime=570.91
/proc/14228/task/14272/stat : 14272 (java) R 14226 14228 13757 0 -1 4202560 182 0 0 0 57087 4 0 0 25 0 16 0 8214543 1588768768 75826 1992294400 134512640 134550932 4294116864 18446744073709551615 4109047408 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1551532

Child status: 143
Real time (s): 946.105
CPU time (s): 1800.26
CPU user time (s): 1798.46
CPU system time (s): 1.80472
CPU usage (%): 190.282
Max. virtual memory (cumulated for all children) (KiB): 1552836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.80472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86524
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= 31234
involuntary context switches= 53107

runsolver used 5.43617 second user time and 10.4384 second system time

The end

Launcher Data

Begin job on node037 at 2010-06-16 08:15:14
IDJOB=2661988
IDBENCH=48243
IDSOLVER=1166
FILE ID=node037/2661988-1276668914
PBS_JOBID= 11172498
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661988-1276668914/watcher-2661988-1276668914 -o /tmp/evaluation-result-2661988-1276668914/solver-2661988-1276668914 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661988-1276668914.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= fd0cd32338d58e5da2d0a0f96e14ad7d
RANDOM SEED=1365301772

node037.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.55
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1672956 kB
Buffers:         93796 kB
Cached:         154480 kB
SwapCached:          0 kB
Active:         126696 kB
Inactive:       181136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1672956 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:       59588 kB
Mapped:          15428 kB
Slab:            56428 kB
PageTables:       3908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180952 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62584 MiB
End job on node037 at 2010-06-16 08:31:02