Trace number 2661932

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)-110 1800.28 1032.8

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_3.opb
MD5SUM0247ef4de041bbff376811a7e6bf0408
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-114
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -110
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint10
Maximum length of a constraint22
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6316
Sum of products size (including duplicates)12632
Number of different products3158
Sum of products size6316

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.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	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@1786e64
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@2808b3
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-2661932-1276660996.opb
0.22/0.22	c reading problem ... 
4.28/2.62	c ... done. Wall clock time 2.394s.
4.28/2.62	c #vars     3658
4.28/2.62	c #constraints  9474
4.28/2.62	c constraints type 
4.28/2.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3158
4.28/2.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3158
4.28/2.62	c constraints type 
4.28/2.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3158
4.28/2.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3158
4.45/2.79	c And the winner is CuttingPlanes
4.67/3.63	c SATISFIABLE
4.67/3.63	c OPTIMIZING...
4.67/3.63	c Got one! Elapsed wall clock time (in seconds):3.41
4.67/3.63	o -94
4.82/3.77	c And the winner is CuttingPlanes
4.98/4.65	c Got one! Elapsed wall clock time (in seconds):4.428
4.98/4.65	o -95
5.28/4.87	c And the winner is CuttingPlanes
5.44/5.67	c Got one! Elapsed wall clock time (in seconds):5.444
5.44/5.67	o -96
6.11/6.05	c And the winner is Resolution
6.57/6.72	c Got one! Elapsed wall clock time (in seconds):6.5
6.57/6.72	o -97
6.57/6.77	c And the winner is Resolution
6.71/7.74	c Got one! Elapsed wall clock time (in seconds):7.517
6.71/7.74	o -99
7.03/7.93	c And the winner is Resolution
7.13/8.76	c Got one! Elapsed wall clock time (in seconds):8.541
7.13/8.76	o -100
7.40/8.92	c And the winner is Resolution
7.46/9.77	c Got one! Elapsed wall clock time (in seconds):9.548
7.46/9.77	o -101
7.73/9.93	c And the winner is Resolution
7.80/10.78	c Got one! Elapsed wall clock time (in seconds):10.556
7.80/10.78	o -102
8.05/10.95	c And the winner is Resolution
8.16/11.78	c Got one! Elapsed wall clock time (in seconds):11.562
8.16/11.78	o -103
9.76/12.63	c cleaning 2500 clauses out of 5000 with flag 5000/5000
10.27/12.99	c And the winner is Resolution
10.51/13.79	c Got one! Elapsed wall clock time (in seconds):13.572
10.51/13.79	o -104
11.52/14.32	c And the winner is Resolution
11.62/14.80	c Got one! Elapsed wall clock time (in seconds):14.58
11.62/14.80	o -105
12.61/15.39	c cleaning 4250 clauses out of 8501 with flag 11001/11001
15.67/16.99	c cleaning 5613 clauses out of 11251 with flag 18001/18001
18.53/18.46	c And the winner is Resolution
18.83/18.81	c Got one! Elapsed wall clock time (in seconds):18.592
18.83/18.81	o -107
20.01/19.49	c cleaning 6816 clauses out of 13637 with flag 26000/26000
24.58/21.83	c cleaning 7904 clauses out of 15822 with flag 35001/35001
29.38/24.38	c cleaning 8957 clauses out of 17917 with flag 45000/45000
32.78/26.17	c And the winner is Resolution
33.29/27.02	c Got one! Elapsed wall clock time (in seconds):26.798
33.29/27.02	o -108
35.04/27.97	c cleaning 9469 clauses out of 18960 with flag 55000/55000
39.82/30.40	c cleaning 9742 clauses out of 19492 with flag 65001/65001
45.31/33.35	c cleaning 9872 clauses out of 19750 with flag 75001/75001
49.87/35.74	c cleaning 9930 clauses out of 19877 with flag 85000/85000
55.05/38.48	c cleaning 9974 clauses out of 19948 with flag 95001/95001
59.78/40.99	c cleaning 9979 clauses out of 19974 with flag 105001/105001
65.85/44.19	c cleaning 9993 clauses out of 19994 with flag 115000/115000
68.80/45.74	c And the winner is Resolution
69.63/47.46	c Got one! Elapsed wall clock time (in seconds):47.234
69.63/47.46	o -109
71.70/48.57	c cleaning 10001 clauses out of 20002 with flag 125001/125001
77.42/51.53	c cleaning 9988 clauses out of 20000 with flag 135000/135000
82.33/54.16	c cleaning 10000 clauses out of 20012 with flag 145000/145000
88.34/57.37	c cleaning 10002 clauses out of 20012 with flag 155000/155000
94.63/60.63	c cleaning 9997 clauses out of 20010 with flag 165000/165000
100.90/63.92	c cleaning 10004 clauses out of 20013 with flag 175000/175000
105.76/66.57	c cleaning 10001 clauses out of 20009 with flag 185000/185000
111.52/69.63	c cleaning 10004 clauses out of 20008 with flag 195000/195000
117.37/72.76	c cleaning 9994 clauses out of 20004 with flag 205000/205000
123.22/75.86	c cleaning 10000 clauses out of 20011 with flag 215001/215001
128.67/78.74	c cleaning 9996 clauses out of 20011 with flag 225001/225001
133.81/81.56	c cleaning 10000 clauses out of 20014 with flag 235000/235000
139.87/84.71	c cleaning 9990 clauses out of 20015 with flag 245001/245001
145.52/87.78	c cleaning 10007 clauses out of 20024 with flag 255000/255000
150.36/90.39	c cleaning 10003 clauses out of 20017 with flag 265000/265000
155.31/93.01	c cleaning 9999 clauses out of 20014 with flag 275000/275000
160.73/95.96	c cleaning 10004 clauses out of 20015 with flag 285000/285000
165.96/98.78	c cleaning 9996 clauses out of 20012 with flag 295001/295001
171.18/101.54	c cleaning 9997 clauses out of 20015 with flag 305000/305000
177.29/104.90	c cleaning 10007 clauses out of 20019 with flag 315001/315001
182.51/107.62	c cleaning 9997 clauses out of 20011 with flag 325000/325000
188.11/110.61	c cleaning 9998 clauses out of 20015 with flag 335001/335001
193.91/113.78	c cleaning 10001 clauses out of 20016 with flag 345000/345000
199.58/116.87	c cleaning 9999 clauses out of 20016 with flag 355001/355001
205.57/120.07	c cleaning 10003 clauses out of 20016 with flag 365000/365000
211.71/123.38	c cleaning 9995 clauses out of 20013 with flag 375000/375000
218.29/126.81	c cleaning 10003 clauses out of 20019 with flag 385001/385001
220.79/128.37	c And the winner is CuttingPlanes
220.93/128.78	c Got one! Elapsed wall clock time (in seconds):128.559
220.93/128.78	o -110
223.74/130.21	c cleaning 10000 clauses out of 20016 with flag 395001/395001
228.72/132.97	c cleaning 9996 clauses out of 20016 with flag 405001/405001
234.29/135.95	c cleaning 10004 clauses out of 20020 with flag 415001/415001
240.66/139.35	c cleaning 10000 clauses out of 20015 with flag 425000/425000
246.51/142.50	c cleaning 10001 clauses out of 20016 with flag 435001/435001
252.06/145.59	c cleaning 9997 clauses out of 20014 with flag 445000/445000
257.23/148.35	c cleaning 10004 clauses out of 20017 with flag 455000/455000
263.18/151.57	c cleaning 9997 clauses out of 20013 with flag 465000/465000
268.77/154.63	c cleaning 10006 clauses out of 20017 with flag 475001/475001
274.10/157.50	c cleaning 10002 clauses out of 20011 with flag 485001/485001
279.43/160.44	c cleaning 10001 clauses out of 20009 with flag 495001/495001
284.97/163.46	c cleaning 10003 clauses out of 20008 with flag 505001/505001
290.56/166.56	c cleaning 9996 clauses out of 20004 with flag 515000/515000
296.48/169.70	c cleaning 10001 clauses out of 20008 with flag 525000/525000
301.98/172.73	c cleaning 9996 clauses out of 20007 with flag 535000/535000
308.07/176.04	c cleaning 10000 clauses out of 20012 with flag 545001/545001
313.98/179.31	c cleaning 10000 clauses out of 20012 with flag 555001/555001
319.87/182.57	c cleaning 10000 clauses out of 20011 with flag 565000/565000
325.53/185.68	c cleaning 10001 clauses out of 20012 with flag 575001/575001
331.60/188.93	c cleaning 9999 clauses out of 20011 with flag 585001/585001
336.91/191.95	c cleaning 10000 clauses out of 20011 with flag 595000/595000
342.39/194.90	c cleaning 9997 clauses out of 20011 with flag 605000/605000
348.25/198.10	c cleaning 9997 clauses out of 20015 with flag 615001/615001
354.51/201.58	c cleaning 10001 clauses out of 20017 with flag 625000/625000
362.19/205.73	c cleaning 10005 clauses out of 20017 with flag 635001/635001
368.61/209.22	c cleaning 10001 clauses out of 20012 with flag 645001/645001
375.83/213.16	c cleaning 9991 clauses out of 20010 with flag 655000/655000
381.68/216.36	c cleaning 9998 clauses out of 20019 with flag 665000/665000
388.13/219.93	c cleaning 10000 clauses out of 20021 with flag 675000/675000
394.37/223.31	c cleaning 10000 clauses out of 20021 with flag 685000/685000
401.56/227.26	c cleaning 10009 clauses out of 20021 with flag 695000/695000
407.80/230.62	c cleaning 9998 clauses out of 20013 with flag 705001/705001
413.85/234.05	c cleaning 9998 clauses out of 20014 with flag 715000/715000
419.27/237.07	c cleaning 9995 clauses out of 20016 with flag 725000/725000
425.89/240.62	c cleaning 9999 clauses out of 20021 with flag 735000/735000
431.90/243.91	c cleaning 10003 clauses out of 20022 with flag 745000/745000
437.73/247.24	c cleaning 10000 clauses out of 20019 with flag 755000/755000
443.74/250.54	c cleaning 10006 clauses out of 20020 with flag 765001/765001
449.73/253.84	c cleaning 9994 clauses out of 20014 with flag 775001/775001
455.92/257.23	c cleaning 10002 clauses out of 20019 with flag 785000/785000
462.12/260.77	c cleaning 10005 clauses out of 20018 with flag 795001/795001
468.48/264.21	c cleaning 10004 clauses out of 20013 with flag 805001/805001
475.45/268.01	c cleaning 9998 clauses out of 20008 with flag 815000/815000
484.22/272.73	c cleaning 10004 clauses out of 20010 with flag 825000/825000
492.16/277.12	c cleaning 10004 clauses out of 20007 with flag 835001/835001
500.33/281.58	c cleaning 10002 clauses out of 20003 with flag 845001/845001
508.26/285.87	c cleaning 10001 clauses out of 20001 with flag 855001/855001
515.42/289.77	c cleaning 9998 clauses out of 19999 with flag 865000/865000
523.54/294.23	c cleaning 10000 clauses out of 20001 with flag 875000/875000
531.30/298.43	c cleaning 9996 clauses out of 20001 with flag 885000/885000
536.67/301.42	c cleaning 9996 clauses out of 20005 with flag 895000/895000
542.41/304.69	c cleaning 9996 clauses out of 20009 with flag 905000/905000
548.52/308.14	c cleaning 10001 clauses out of 20013 with flag 915000/915000
554.12/311.28	c cleaning 10002 clauses out of 20012 with flag 925000/925000
560.64/314.87	c cleaning 9997 clauses out of 20010 with flag 935000/935000
566.19/317.98	c cleaning 9996 clauses out of 20013 with flag 945000/945000
572.30/321.42	c cleaning 10001 clauses out of 20018 with flag 955001/955001
578.21/324.77	c cleaning 10001 clauses out of 20016 with flag 965000/965000
584.31/328.20	c cleaning 10001 clauses out of 20016 with flag 975001/975001
591.45/332.05	c cleaning 9993 clauses out of 20015 with flag 985001/985001
598.78/336.17	c cleaning 10006 clauses out of 20021 with flag 995000/995000
605.57/339.90	c cleaning 10002 clauses out of 20015 with flag 1005000/1005000
612.09/343.40	c cleaning 9998 clauses out of 20013 with flag 1015000/1015000
618.42/346.95	c cleaning 10002 clauses out of 20015 with flag 1025000/1025000
624.52/350.41	c cleaning 9990 clauses out of 20013 with flag 1035000/1035000
630.61/353.85	c cleaning 10001 clauses out of 20023 with flag 1045000/1045000
636.71/357.27	c cleaning 10003 clauses out of 20022 with flag 1055000/1055000
642.60/360.54	c cleaning 9999 clauses out of 20019 with flag 1065000/1065000
648.48/363.97	c cleaning 10002 clauses out of 20020 with flag 1075000/1075000
654.93/367.59	c cleaning 9999 clauses out of 20018 with flag 1085000/1085000
661.40/371.15	c cleaning 10003 clauses out of 20019 with flag 1095000/1095000
667.87/374.75	c cleaning 10003 clauses out of 20016 with flag 1105000/1105000
677.13/379.85	c cleaning 9996 clauses out of 20013 with flag 1115000/1115000
683.84/383.52	c cleaning 10006 clauses out of 20017 with flag 1125000/1125000
690.13/387.03	c cleaning 9993 clauses out of 20011 with flag 1135000/1135000
696.83/390.71	c cleaning 10003 clauses out of 20019 with flag 1145001/1145001
704.49/395.02	c cleaning 9993 clauses out of 20016 with flag 1155001/1155001
708.97/397.62	c cleaning 0 clauses out of 5002 with flag 0/5002
712.08/399.53	c cleaning 10002 clauses out of 20022 with flag 1165000/1165000
718.30/403.06	c cleaning 9999 clauses out of 20020 with flag 1175000/1175000
724.74/406.70	c cleaning 10006 clauses out of 20022 with flag 1185001/1185001
730.80/410.10	c cleaning 9996 clauses out of 20016 with flag 1195001/1195001
737.05/413.61	c cleaning 10003 clauses out of 20020 with flag 1205001/1205001
743.10/417.04	c cleaning 10001 clauses out of 20016 with flag 1215000/1215000
749.36/420.60	c cleaning 9994 clauses out of 20016 with flag 1225001/1225001
755.42/424.02	c cleaning 10004 clauses out of 20021 with flag 1235000/1235000
761.48/427.43	c cleaning 10006 clauses out of 20018 with flag 1245001/1245001
769.71/431.93	c cleaning 9998 clauses out of 20012 with flag 1255001/1255001
777.93/436.58	c cleaning 10002 clauses out of 20014 with flag 1265001/1265001
787.95/441.95	c cleaning 10003 clauses out of 20011 with flag 1275000/1275000
794.40/445.57	c cleaning 9994 clauses out of 20008 with flag 1285000/1285000
803.80/450.65	c cleaning 10004 clauses out of 20015 with flag 1295001/1295001
814.95/456.71	c cleaning 9994 clauses out of 20010 with flag 1305000/1305000
821.98/460.60	c cleaning 9997 clauses out of 20016 with flag 1315000/1315000
829.99/465.03	c cleaning 9997 clauses out of 20019 with flag 1325000/1325000
835.23/468.03	c cleaning 10000 clauses out of 20022 with flag 1335000/1335000
841.20/471.57	c cleaning 10001 clauses out of 20022 with flag 1345000/1345000
846.78/474.72	c cleaning 9999 clauses out of 20021 with flag 1355000/1355000
852.43/477.96	c cleaning 10005 clauses out of 20022 with flag 1365000/1365000
858.49/481.35	c cleaning 9997 clauses out of 20018 with flag 1375001/1375001
865.25/485.25	c cleaning 9995 clauses out of 20020 with flag 1385000/1385000
871.05/488.59	c cleaning 10005 clauses out of 20026 with flag 1395001/1395001
876.85/491.87	c cleaning 10003 clauses out of 20020 with flag 1405000/1405000
882.85/495.21	c cleaning 10003 clauses out of 20017 with flag 1415000/1415000
888.62/498.68	c cleaning 9994 clauses out of 20015 with flag 1425001/1425001
895.21/502.32	c cleaning 10008 clauses out of 20021 with flag 1435001/1435001
901.61/505.98	c cleaning 9996 clauses out of 20012 with flag 1445000/1445000
907.98/509.52	c cleaning 10001 clauses out of 20016 with flag 1455000/1455000
913.73/512.96	c cleaning 10004 clauses out of 20015 with flag 1465000/1465000
919.13/516.04	c cleaning 9992 clauses out of 20011 with flag 1475000/1475000
925.29/519.50	c cleaning 10001 clauses out of 20020 with flag 1485001/1485001
930.87/522.76	c cleaning 10001 clauses out of 20019 with flag 1495001/1495001
937.40/526.58	c cleaning 10002 clauses out of 20017 with flag 1505000/1505000
943.73/530.19	c cleaning 9998 clauses out of 20015 with flag 1515000/1515000
949.47/533.48	c cleaning 10004 clauses out of 20018 with flag 1525001/1525001
955.58/536.98	c cleaning 9999 clauses out of 20013 with flag 1535000/1535000
962.45/540.91	c cleaning 9992 clauses out of 20015 with flag 1545001/1545001
969.37/544.81	c cleaning 10005 clauses out of 20023 with flag 1555001/1555001
976.27/548.71	c cleaning 10007 clauses out of 20018 with flag 1565001/1565001
982.78/552.47	c cleaning 9994 clauses out of 20010 with flag 1575000/1575000
989.41/556.33	c cleaning 10002 clauses out of 20017 with flag 1585001/1585001
996.31/560.22	c cleaning 9997 clauses out of 20014 with flag 1595000/1595000
1002.21/563.69	c cleaning 10000 clauses out of 20018 with flag 1605001/1605001
1009.32/567.68	c cleaning 9994 clauses out of 20017 with flag 1615000/1615000
1015.95/571.52	c cleaning 10008 clauses out of 20024 with flag 1625001/1625001
1023.60/575.81	c cleaning 10000 clauses out of 20015 with flag 1635000/1635000
1030.65/579.86	c cleaning 10006 clauses out of 20016 with flag 1645001/1645001
1037.91/584.00	c cleaning 10001 clauses out of 20009 with flag 1655000/1655000
1045.47/588.39	c cleaning 9994 clauses out of 20008 with flag 1665000/1665000
1053.10/592.69	c cleaning 10004 clauses out of 20015 with flag 1675001/1675001
1061.93/597.56	c cleaning 9999 clauses out of 20011 with flag 1685001/1685001
1071.15/602.61	c cleaning 10001 clauses out of 20011 with flag 1695000/1695000
1078.69/607.10	c cleaning 10002 clauses out of 20011 with flag 1705001/1705001
1085.34/610.90	c cleaning 10002 clauses out of 20009 with flag 1715001/1715001
1093.37/615.31	c cleaning 9998 clauses out of 20007 with flag 1725001/1725001
1101.46/619.89	c cleaning 10004 clauses out of 20009 with flag 1735001/1735001
1110.83/625.18	c cleaning 9999 clauses out of 20004 with flag 1745000/1745000
1121.23/630.88	c cleaning 9998 clauses out of 20006 with flag 1755001/1755001
1129.63/635.55	c cleaning 9999 clauses out of 20008 with flag 1765001/1765001
1136.61/639.55	c cleaning 9995 clauses out of 20009 with flag 1775001/1775001
1143.50/643.66	c cleaning 9991 clauses out of 20014 with flag 1785001/1785001
1150.51/647.69	c cleaning 10005 clauses out of 20022 with flag 1795000/1795000
1157.30/651.57	c cleaning 10000 clauses out of 20017 with flag 1805000/1805000
1164.08/655.45	c cleaning 10005 clauses out of 20017 with flag 1815000/1815000
1170.78/659.41	c cleaning 9999 clauses out of 20012 with flag 1825000/1825000
1177.97/663.50	c cleaning 9999 clauses out of 20013 with flag 1835000/1835000
1184.16/667.19	c cleaning 9998 clauses out of 20014 with flag 1845000/1845000
1190.73/670.95	c cleaning 9998 clauses out of 20016 with flag 1855000/1855000
1198.41/675.45	c cleaning 10002 clauses out of 20018 with flag 1865000/1865000
1205.16/679.37	c cleaning 10000 clauses out of 20016 with flag 1875000/1875000
1211.72/683.17	c cleaning 9998 clauses out of 20017 with flag 1885001/1885001
1218.05/686.82	c cleaning 10003 clauses out of 20020 with flag 1895002/1895002
1225.24/691.17	c cleaning 10000 clauses out of 20015 with flag 1905000/1905000
1231.78/694.90	c cleaning 9993 clauses out of 20015 with flag 1915000/1915000
1238.52/698.80	c cleaning 10006 clauses out of 20023 with flag 1925001/1925001
1245.23/702.77	c cleaning 10004 clauses out of 20017 with flag 1935001/1935001
1252.26/706.96	c cleaning 9996 clauses out of 20013 with flag 1945001/1945001
1258.60/710.68	c cleaning 10001 clauses out of 20017 with flag 1955001/1955001
1265.92/714.85	c cleaning 9996 clauses out of 20016 with flag 1965001/1965001
1273.24/719.08	c cleaning 10000 clauses out of 20020 with flag 1975001/1975001
1279.89/723.04	c cleaning 9999 clauses out of 20020 with flag 1985001/1985001
1285.82/726.53	c cleaning 10005 clauses out of 20021 with flag 1995001/1995001
1291.57/729.99	c cleaning 10000 clauses out of 20015 with flag 2005000/2005000
1297.92/733.66	c cleaning 9996 clauses out of 20015 with flag 2015000/2015000
1304.31/737.58	c cleaning 10002 clauses out of 20019 with flag 2025000/2025000
1310.44/741.19	c cleaning 10000 clauses out of 20017 with flag 2035000/2035000
1317.93/745.47	c cleaning 10003 clauses out of 20018 with flag 2045001/2045001
1323.86/748.99	c cleaning 9998 clauses out of 20014 with flag 2055000/2055000
1330.83/753.17	c cleaning 10001 clauses out of 20017 with flag 2065001/2065001
1336.96/756.78	c cleaning 9991 clauses out of 20015 with flag 2075000/2075000
1343.47/760.55	c cleaning 10004 clauses out of 20024 with flag 2085000/2085000
1349.98/764.34	c cleaning 10003 clauses out of 20021 with flag 2095001/2095001
1356.73/768.42	c cleaning 9995 clauses out of 20017 with flag 2105000/2105000
1363.79/772.56	c cleaning 10004 clauses out of 20022 with flag 2115000/2115000
1369.87/776.20	c cleaning 10004 clauses out of 20019 with flag 2125001/2125001
1377.11/780.34	c cleaning 10001 clauses out of 20015 with flag 2135001/2135001
1385.37/785.24	c cleaning 9994 clauses out of 20014 with flag 2145001/2145001
1392.83/789.59	c cleaning 10005 clauses out of 20019 with flag 2155000/2155000
1399.66/793.51	c cleaning 9997 clauses out of 20015 with flag 2165001/2165001
1406.51/797.56	c cleaning 10004 clauses out of 20018 with flag 2175001/2175001
1414.36/802.28	c cleaning 9999 clauses out of 20013 with flag 2185000/2185000
1421.21/806.29	c cleaning 9994 clauses out of 20014 with flag 2195000/2195000
1428.22/810.31	c cleaning 10005 clauses out of 20021 with flag 2205001/2205001
1435.04/814.39	c cleaning 9991 clauses out of 20015 with flag 2215000/2215000
1441.72/818.47	c cleaning 10004 clauses out of 20025 with flag 2225001/2225001
1449.33/822.84	c cleaning 10006 clauses out of 20021 with flag 2235001/2235001
1456.54/827.03	c cleaning 9998 clauses out of 20014 with flag 2245000/2245000
1462.95/830.89	c cleaning 9998 clauses out of 20016 with flag 2255000/2255000
1470.41/835.35	c cleaning 9999 clauses out of 20018 with flag 2265000/2265000
1477.40/839.45	c cleaning 10004 clauses out of 20020 with flag 2275001/2275001
1484.20/843.48	c cleaning 9991 clauses out of 20016 with flag 2285001/2285001
1491.00/847.41	c cleaning 10003 clauses out of 20025 with flag 2295001/2295001
1498.02/851.80	c cleaning 10003 clauses out of 20021 with flag 2305000/2305000
1504.21/855.48	c cleaning 10000 clauses out of 20019 with flag 2315001/2315001
1510.81/859.36	c cleaning 10001 clauses out of 20019 with flag 2325001/2325001
1518.78/863.90	c cleaning 9990 clauses out of 20017 with flag 2335000/2335000
1525.40/868.05	c cleaning 10007 clauses out of 20028 with flag 2345001/2345001
1532.19/872.07	c cleaning 10003 clauses out of 20020 with flag 2355000/2355000
1538.56/875.89	c cleaning 9996 clauses out of 20017 with flag 2365000/2365000
1545.56/879.94	c cleaning 10010 clauses out of 20022 with flag 2375001/2375001
1552.56/884.27	c cleaning 9993 clauses out of 20011 with flag 2385000/2385000
1558.93/888.04	c cleaning 10002 clauses out of 20018 with flag 2395000/2395000
1565.91/892.19	c cleaning 9999 clauses out of 20016 with flag 2405000/2405000
1574.05/896.89	c cleaning 9998 clauses out of 20018 with flag 2415001/2415001
1581.63/901.43	c cleaning 10002 clauses out of 20019 with flag 2425000/2425000
1588.20/905.32	c cleaning 9994 clauses out of 20017 with flag 2435000/2435000
1594.36/909.10	c cleaning 10005 clauses out of 20024 with flag 2445001/2445001
1601.33/913.16	c cleaning 10005 clauses out of 20018 with flag 2455000/2455000
1607.91/917.30	c cleaning 9996 clauses out of 20013 with flag 2465000/2465000
1614.25/921.04	c cleaning 10002 clauses out of 20018 with flag 2475001/2475001
1620.80/924.92	c cleaning 9999 clauses out of 20016 with flag 2485001/2485001
1627.73/929.03	c cleaning 10002 clauses out of 20016 with flag 2495000/2495000
1634.30/933.19	c cleaning 9998 clauses out of 20014 with flag 2505000/2505000
1641.22/937.25	c cleaning 9989 clauses out of 20016 with flag 2515000/2515000
1647.34/940.93	c cleaning 10005 clauses out of 20028 with flag 2525001/2525001
1654.08/944.95	c cleaning 10003 clauses out of 20023 with flag 2535001/2535001
1661.49/949.45	c cleaning 9997 clauses out of 20020 with flag 2545001/2545001
1667.82/953.20	c cleaning 9996 clauses out of 20023 with flag 2555001/2555001
1674.16/957.03	c cleaning 10006 clauses out of 20026 with flag 2565000/2565000
1680.47/960.82	c cleaning 10003 clauses out of 20020 with flag 2575000/2575000
1687.41/965.17	c cleaning 9998 clauses out of 20017 with flag 2585000/2585000
1694.52/969.38	c cleaning 10004 clauses out of 20020 with flag 2595001/2595001
1700.83/973.12	c cleaning 10001 clauses out of 20015 with flag 2605000/2605000
1707.33/977.06	c cleaning 9988 clauses out of 20014 with flag 2615000/2615000
1715.06/981.73	c cleaning 10003 clauses out of 20027 with flag 2625001/2625001
1722.95/986.40	c cleaning 10006 clauses out of 20023 with flag 2635000/2635000
1729.84/990.41	c cleaning 10004 clauses out of 20019 with flag 2645002/2645002
1736.93/994.66	c cleaning 9999 clauses out of 20013 with flag 2655000/2655000
1744.02/999.03	c cleaning 10004 clauses out of 20014 with flag 2665000/2665000
1751.13/1003.22	c cleaning 9999 clauses out of 20011 with flag 2675001/2675001
1758.99/1007.85	c cleaning 9993 clauses out of 20011 with flag 2685000/2685000
1766.27/1012.12	c cleaning 10004 clauses out of 20019 with flag 2695001/2695001
1773.16/1016.46	c cleaning 9999 clauses out of 20014 with flag 2705000/2705000
1780.45/1020.79	c cleaning 10004 clauses out of 20015 with flag 2715000/2715000
1787.45/1024.89	c cleaning 9993 clauses out of 20011 with flag 2725000/2725000
1794.78/1029.15	c cleaning 9998 clauses out of 20018 with flag 2735000/2735000
1800.07/1032.62	c starts		: 33
1800.07/1032.62	c conflicts		: 7312
1800.07/1032.62	c decisions		: 15954
1800.07/1032.62	c propagations		: 128225
1800.07/1032.62	c inspects		: 181368055
1800.07/1032.62	c learnt literals	: 0
1800.07/1032.62	c learnt binary clauses	: 0
1800.07/1032.62	c learnt ternary clauses	: 0
1800.07/1032.62	c learnt clauses	: 7312
1800.07/1032.62	c ignored clauses	: 0
1800.07/1032.62	c root simplifications	: 0
1800.07/1032.62	c removed literals (reason simplification)	: 0
1800.07/1032.62	c reason swapping (by a shorter reason)	: 0
1800.07/1032.62	c Calls to reduceDB	: 1
1800.07/1032.62	c number of reductions to clauses (during analyze)	: 0
1800.07/1032.62	c number of learned constraints concerned by reduction	: 0
1800.07/1032.62	c number of learning phase by resolution	: 0
1800.07/1032.62	c number of learning phase by cutting planes	: 0
1800.07/1032.62	c speed (assignments/second)	: 141.86817904212288
1800.07/1032.62	c non guided choices	0
1800.07/1032.69	c learnt constraints type 
1800.07/1032.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 313
1800.07/1032.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6999
1800.07/1032.69	c constraints type 
1800.07/1032.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3158
1800.07/1032.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/1032.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3158
1800.07/1032.69	c constraints type 
1800.07/1032.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3158
1800.07/1032.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.07/1032.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3158
1800.07/1032.69	s SATISFIABLE
1800.07/1032.70	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 x109 -x110 -x111 x112 x113 -x114 -x115 -x116 -x117 x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 x144 -x145 -x146 -x147 x148 x149 -x150 -x151 x152 -x153 -x154 -x155 x156 x157 -x158 -x159 -x160 x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 x239 x240 -x241 -x242 x243 x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 x260 -x261 x262 x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 x282 x283 -x284 -x285 x286 x287 -x288 -x289 -x290 -x291 x292 -x293 x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 x310 x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 x329 x330 -x331 -x332 x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 x362 x363 -x364 -x365 -x366 -x367 x368 x369 -x370 -x371 -x372 x373 -x374 x375 -x376 x377 -x378 -x379 x380 x381 -x382 x383 x384 -x385 -x386 -x387 -x388 -x389 x390 -x391 x392 x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406 -x407 x408 -x409 -x410 x411 x412 -x413 x414 -x415 x416 -x417 -x418 -x419 -x420 x421 -x422 x423 -x424 -x425 x426 -x427 -x428 -x429 -x430 x431 -x432 -x433 -x434 x435 x436 -x437 x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 x455 -x456 x457 x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 x474 -x475 -x476 -x477 -x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 x487 x488 -x489 x490 -x491 -x492 x493 x494 -x495 x496 -x497 -x498 -x499 x500 
1800.07/1032.70	c objective function=-110
1800.07/1032.70	c Total wall clock time (in seconds): 1032.476

Verifier Data

OK	-110

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661932-1276660996/watcher-2661932-1276660996 -o /tmp/evaluation-result-2661932-1276660996/solver-2661932-1276660996 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661932-1276660996.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.99 2.02 1.66 3/106 14369
/proc/meminfo: memFree=1772540/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=248 CPUtime=0
/proc/14369/stat : 14369 (java) R 14367 14369 13958 0 -1 4194304 282 0 0 0 0 0 0 0 16 0 1 0 7391809 253952 28 1992294400 134512640 134550932 4293807792 18446744073709551615 5767764 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14369/statm: 62 28 21 10 0 23 0

[startup+0.073461 s]
/proc/loadavg: 1.99 2.02 1.66 3/106 14369
/proc/meminfo: memFree=1772540/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1521796 CPUtime=0.05
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 3715 0 1 0 4 1 0 0 15 0 7 0 7391809 1558319104 3156 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 380449 3156 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101463 s]
/proc/loadavg: 1.99 2.02 1.66 3/106 14369
/proc/meminfo: memFree=1772540/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1524180 CPUtime=0.09
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 3958 0 1 0 7 2 0 0 15 0 12 0 7391809 1560760320 3397 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301479 s]
/proc/loadavg: 1.99 2.02 1.66 3/106 14369
/proc/meminfo: memFree=1772540/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1526280 CPUtime=0.35
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 5388 0 1 0 32 3 0 0 15 0 12 0 7391809 1562910720 4825 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 381570 4825 1351 10 0 378873 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526280

[startup+0.701529 s]
/proc/loadavg: 1.99 2.02 1.66 3/106 14369
/proc/meminfo: memFree=1772540/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1528520 CPUtime=1.09
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 6922 0 1 0 106 3 0 0 15 0 12 0 7391809 1565204480 6359 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 382130 6360 1405 10 0 379433 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528520

[startup+1.5016 s]
/proc/loadavg: 1.91 2.01 1.65 3/118 14381
/proc/meminfo: memFree=1748388/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1530332 CPUtime=2.24
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 9208 0 1 0 220 4 0 0 15 0 12 0 7391809 1567059968 8204 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 382583 8205 1409 10 0 379886 0
[pid=14369/tid=14371] ppid=14367 vsize=1530332 CPUtime=1.46
/proc/14369/task/14371/stat : 14371 (java) R 14367 14369 13958 0 -1 4202560 6113 0 1 0 144 2 0 0 25 0 12 0 7391811 1567059968 8205 1992294400 134512640 134550932 4293807792 18446744073709551615 4108962286 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14369/tid=14372] ppid=14367 vsize=1530332 CPUtime=0
/proc/14369/task/14372/stat : 14372 (java) S 14367 14369 13958 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 7391812 1567059968 8205 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14373] ppid=14367 vsize=1530332 CPUtime=0
/proc/14369/task/14373/stat : 14373 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 7391812 1567059968 8205 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14374] ppid=14367 vsize=1530332 CPUtime=0
/proc/14369/task/14374/stat : 14374 (java) S 14367 14369 13958 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7391814 1567059968 8205 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14375] ppid=14367 vsize=1530332 CPUtime=0
/proc/14369/task/14375/stat : 14375 (java) S 14367 14369 13958 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 7391814 1567059968 8205 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14376] ppid=14367 vsize=1530332 CPUtime=0
/proc/14369/task/14376/stat : 14376 (java) S 14367 14369 13958 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 7391814 1567059968 8205 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14377] ppid=14367 vsize=1530332 CPUtime=0
/proc/14369/task/14377/stat : 14377 (java) S 14367 14369 13958 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7391819 1567059968 8205 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14378] ppid=14367 vsize=1530332 CPUtime=0.16
/proc/14369/task/14378/stat : 14378 (java) S 14367 14369 13958 0 -1 4202560 573 0 0 0 16 0 0 0 18 0 12 0 7391819 1567059968 8205 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14379] ppid=14367 vsize=1530332 CPUtime=0.58
/proc/14369/task/14379/stat : 14379 (java) S 14367 14369 13958 0 -1 4202560 1460 0 0 0 58 0 0 0 15 0 12 0 7391819 1567059968 8205 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14380] ppid=14367 vsize=1530332 CPUtime=0
/proc/14369/task/14380/stat : 14380 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 7391819 1567059968 8205 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14381] ppid=14367 vsize=1530332 CPUtime=0
/proc/14369/task/14381/stat : 14381 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7391819 1567059968 8205 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1530332

[startup+3.10176 s]
/proc/loadavg: 1.91 2.01 1.65 4/118 14381
/proc/meminfo: memFree=1731524/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1543536 CPUtime=4.67
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 18493 0 1 0 460 7 0 0 15 0 14 0 7391809 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 385884 12795 1422 10 0 383187 0
[pid=14369/tid=14371] ppid=14367 vsize=1543536 CPUtime=2.55
/proc/14369/task/14371/stat : 14371 (java) S 14367 14369 13958 0 -1 4202560 7014 0 1 0 252 3 0 0 25 0 14 0 7391811 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14372] ppid=14367 vsize=1543536 CPUtime=0
/proc/14369/task/14372/stat : 14372 (java) S 14367 14369 13958 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 14 0 7391812 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14373] ppid=14367 vsize=1543536 CPUtime=0
/proc/14369/task/14373/stat : 14373 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 7391812 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14374] ppid=14367 vsize=1543536 CPUtime=0
/proc/14369/task/14374/stat : 14374 (java) S 14367 14369 13958 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 7391814 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14375] ppid=14367 vsize=1543536 CPUtime=0
/proc/14369/task/14375/stat : 14375 (java) S 14367 14369 13958 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 7391814 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14376] ppid=14367 vsize=1543536 CPUtime=0
/proc/14369/task/14376/stat : 14376 (java) S 14367 14369 13958 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 7391814 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14377] ppid=14367 vsize=1543536 CPUtime=0
/proc/14369/task/14377/stat : 14377 (java) S 14367 14369 13958 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7391819 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14378] ppid=14367 vsize=1543536 CPUtime=1.14
/proc/14369/task/14378/stat : 14378 (java) S 14367 14369 13958 0 -1 4202560 7910 0 0 0 112 2 0 0 16 0 14 0 7391819 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14379] ppid=14367 vsize=1543536 CPUtime=0.8
/proc/14369/task/14379/stat : 14379 (java) S 14367 14369 13958 0 -1 4202560 1810 0 0 0 80 0 0 0 16 0 14 0 7391819 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14380] ppid=14367 vsize=1543536 CPUtime=0
/proc/14369/task/14380/stat : 14380 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 7391819 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14381] ppid=14367 vsize=1543536 CPUtime=0
/proc/14369/task/14381/stat : 14381 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 7391819 1580580864 12795 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 1543536

[startup+6.30109 s]
/proc/loadavg: 1.91 2.01 1.65 1/120 14391
/proc/meminfo: memFree=1718736/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1543404 CPUtime=6.46
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 21934 0 1 0 638 8 0 0 15 0 14 0 7391809 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 385851 15888 1428 10 0 383154 0
[pid=14369/tid=14371] ppid=14367 vsize=1543404 CPUtime=2.57
/proc/14369/task/14371/stat : 14371 (java) S 14367 14369 13958 0 -1 4202560 7111 0 1 0 254 3 0 0 18 0 14 0 7391811 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14372] ppid=14367 vsize=1543404 CPUtime=0
/proc/14369/task/14372/stat : 14372 (java) S 14367 14369 13958 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 14 0 7391812 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14373] ppid=14367 vsize=1543404 CPUtime=0
/proc/14369/task/14373/stat : 14373 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 7391812 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14374] ppid=14367 vsize=1543404 CPUtime=0
/proc/14369/task/14374/stat : 14374 (java) S 14367 14369 13958 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 7391814 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14375] ppid=14367 vsize=1543404 CPUtime=0
/proc/14369/task/14375/stat : 14375 (java) S 14367 14369 13958 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 7391814 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14376] ppid=14367 vsize=1543404 CPUtime=0
/proc/14369/task/14376/stat : 14376 (java) S 14367 14369 13958 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 7391814 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14377] ppid=14367 vsize=1543404 CPUtime=0
/proc/14369/task/14377/stat : 14377 (java) S 14367 14369 13958 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7391819 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14378] ppid=14367 vsize=1543404 CPUtime=1.74
/proc/14369/task/14378/stat : 14378 (java) S 14367 14369 13958 0 -1 4202560 7972 0 0 0 171 3 0 0 15 0 14 0 7391819 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14379] ppid=14367 vsize=1543404 CPUtime=1.63
/proc/14369/task/14379/stat : 14379 (java) R 14367 14369 13958 0 -1 4202560 2226 0 0 0 163 0 0 0 16 0 14 0 7391819 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 104140019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14369/tid=14380] ppid=14367 vsize=1543404 CPUtime=0
/proc/14369/task/14380/stat : 14380 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 7391819 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14381] ppid=14367 vsize=1543404 CPUtime=0
/proc/14369/task/14381/stat : 14381 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 7391819 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14386] ppid=14367 vsize=1543404 CPUtime=0
/proc/14369/task/14386/stat : 14386 (java) S 14367 14369 13958 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7392079 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14387] ppid=14367 vsize=1543404 CPUtime=0
/proc/14369/task/14387/stat : 14387 (java) S 14367 14369 13958 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 7392083 1580445696 15888 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 1543404

[startup+12.7028 s]
/proc/loadavg: 2.07 2.04 1.67 5/122 14405
/proc/meminfo: memFree=1641468/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1544092 CPUtime=9.93
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 48735 0 1 0 974 19 0 0 15 0 16 0 7391809 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 386023 42079 1449 10 0 383326 0
[pid=14369/tid=14371] ppid=14367 vsize=1544092 CPUtime=2.58
/proc/14369/task/14371/stat : 14371 (java) S 14367 14369 13958 0 -1 4202560 7300 0 1 0 255 3 0 0 19 0 16 0 7391811 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14372] ppid=14367 vsize=1544092 CPUtime=0.07
/proc/14369/task/14372/stat : 14372 (java) S 14367 14369 13958 0 -1 4202560 3046 0 0 0 6 1 0 0 16 0 16 0 7391812 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14373] ppid=14367 vsize=1544092 CPUtime=0.06
/proc/14369/task/14373/stat : 14373 (java) S 14367 14369 13958 0 -1 4202560 3080 0 0 0 6 0 0 0 15 0 16 0 7391812 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14374] ppid=14367 vsize=1544092 CPUtime=0.02
/proc/14369/task/14374/stat : 14374 (java) R 14367 14369 13958 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 16 0 7391814 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=14369/tid=14375] ppid=14367 vsize=1544092 CPUtime=0
/proc/14369/task/14375/stat : 14375 (java) S 14367 14369 13958 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7391814 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14376] ppid=14367 vsize=1544092 CPUtime=0
/proc/14369/task/14376/stat : 14376 (java) S 14367 14369 13958 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7391814 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14377] ppid=14367 vsize=1544092 CPUtime=0
/proc/14369/task/14377/stat : 14377 (java) S 14367 14369 13958 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7391819 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14378] ppid=14367 vsize=1544092 CPUtime=2.12
/proc/14369/task/14378/stat : 14378 (java) S 14367 14369 13958 0 -1 4202560 8366 0 0 0 209 3 0 0 15 0 16 0 7391819 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14379] ppid=14367 vsize=1544092 CPUtime=2.36
/proc/14369/task/14379/stat : 14379 (java) S 14367 14369 13958 0 -1 4202560 2663 0 0 0 236 0 0 0 15 0 16 0 7391819 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14380] ppid=14367 vsize=1544092 CPUtime=0
/proc/14369/task/14380/stat : 14380 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 7391819 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14381] ppid=14367 vsize=1544092 CPUtime=0
/proc/14369/task/14381/stat : 14381 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 7391819 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14386] ppid=14367 vsize=1544092 CPUtime=0
/proc/14369/task/14386/stat : 14386 (java) S 14367 14369 13958 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7392079 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14387] ppid=14367 vsize=1544092 CPUtime=0
/proc/14369/task/14387/stat : 14387 (java) S 14367 14369 13958 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 7392083 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14404] ppid=14367 vsize=1544092 CPUtime=0.75
/proc/14369/task/14404/stat : 14404 (java) S 14367 14369 13958 0 -1 4202560 3125 0 0 0 74 1 0 0 21 0 16 0 7392988 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14405] ppid=14367 vsize=1544092 CPUtime=0.65
/proc/14369/task/14405/stat : 14405 (java) S 14367 14369 13958 0 -1 4202560 6271 0 0 0 63 2 0 0 22 0 16 0 7392988 1581150208 42079 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.93
Current children cumulated vsize (KiB) 1544092
heavy processes:

[startup+25.5021 s]
/proc/loadavg: 2.06 2.04 1.67 3/122 14411
/proc/meminfo: memFree=1532596/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1549212 CPUtime=31.59
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 69425 0 1 0 3131 28 0 0 15 0 16 0 7391809 1586393088 61038 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 387303 61038 1453 10 0 384606 0
[pid=14369/tid=14371] ppid=14367 vsize=1549212 CPUtime=2.59
/proc/14369/task/14371/stat : 14371 (java) S 14367 14369 13958 0 -1 4202560 7301 0 1 0 256 3 0 0 15 0 16 0 7391811 1586393088 61038 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0

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

/proc/loadavg: 1.91 1.99 1.98 3/122 14443
/proc/meminfo: memFree=1176964/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1549212 CPUtime=1749.33
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 179017 0 1 0 174694 239 0 0 15 0 16 0 7391809 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 387303 149319 1453 10 0 384606 0
[pid=14369/tid=14371] ppid=14367 vsize=1549212 CPUtime=2.6
/proc/14369/task/14371/stat : 14371 (java) S 14367 14369 13958 0 -1 4202560 7364 0 1 0 257 3 0 0 15 0 16 0 7391811 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14372] ppid=14367 vsize=1549212 CPUtime=20.05
/proc/14369/task/14372/stat : 14372 (java) S 14367 14369 13958 0 -1 4202560 52687 0 0 0 1913 92 0 0 15 0 16 0 7391812 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14373] ppid=14367 vsize=1549212 CPUtime=20.05
/proc/14369/task/14373/stat : 14373 (java) S 14367 14369 13958 0 -1 4202560 63234 0 0 0 1911 94 0 0 16 0 16 0 7391812 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14374] ppid=14367 vsize=1549212 CPUtime=217.35
/proc/14369/task/14374/stat : 14374 (java) S 14367 14369 13958 0 -1 4202560 15201 0 0 0 21721 14 0 0 16 0 16 0 7391814 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14375] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14375/stat : 14375 (java) S 14367 14369 13958 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7391814 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14376] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14376/stat : 14376 (java) S 14367 14369 13958 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7391814 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14377] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14377/stat : 14377 (java) S 14367 14369 13958 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7391819 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14378] ppid=14367 vsize=1549212 CPUtime=2.95
/proc/14369/task/14378/stat : 14378 (java) S 14367 14369 13958 0 -1 4202560 11380 0 0 0 291 4 0 0 15 0 16 0 7391819 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14379] ppid=14367 vsize=1549212 CPUtime=2.76
/proc/14369/task/14379/stat : 14379 (java) S 14367 14369 13958 0 -1 4202560 2685 0 0 0 276 0 0 0 16 0 16 0 7391819 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14380] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14380/stat : 14380 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 7391819 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14381] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14381/stat : 14381 (java) S 14367 14369 13958 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 7391819 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14386] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14386/stat : 14386 (java) S 14367 14369 13958 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7392079 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14387] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14387/stat : 14387 (java) S 14367 14369 13958 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 7392083 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14418] ppid=14367 vsize=1549212 CPUtime=645.54
/proc/14369/task/14418/stat : 14418 (java) R 14367 14369 13958 0 -1 4202560 299 0 0 0 64549 5 0 0 20 0 16 0 7404688 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4109397991 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14369/tid=14419] ppid=14367 vsize=1549212 CPUtime=641.42
/proc/14369/task/14419/stat : 14419 (java) R 14367 14369 13958 0 -1 4202560 129 0 0 0 64134 8 0 0 20 0 16 0 7404688 1586393088 149319 1992294400 134512640 134550932 4293807792 18446744073709551615 4109277636 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1749.33
Current children cumulated vsize (KiB) 1549212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1032.6 s]
/proc/loadavg: 1.79 1.95 1.97 3/122 14443
/proc/meminfo: memFree=1167168/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1549212 CPUtime=1800.07
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 181683 0 1 0 179762 245 0 0 15 0 16 0 7391809 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 387303 151732 1453 10 0 384606 0
[pid=14369/tid=14371] ppid=14367 vsize=1549212 CPUtime=2.6
/proc/14369/task/14371/stat : 14371 (java) S 14367 14369 13958 0 -1 4202560 7365 0 1 0 257 3 0 0 15 0 16 0 7391811 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14372] ppid=14367 vsize=1549212 CPUtime=20.73
/proc/14369/task/14372/stat : 14372 (java) S 14367 14369 13958 0 -1 4202560 53427 0 0 0 1979 94 0 0 16 0 16 0 7391812 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14373] ppid=14367 vsize=1549212 CPUtime=20.74
/proc/14369/task/14373/stat : 14373 (java) S 14367 14369 13958 0 -1 4202560 65139 0 0 0 1977 97 0 0 15 0 16 0 7391812 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14374] ppid=14367 vsize=1549212 CPUtime=226.83
/proc/14369/task/14374/stat : 14374 (java) S 14367 14369 13958 0 -1 4202560 15203 0 0 0 22669 14 0 0 15 0 16 0 7391814 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14375] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14375/stat : 14375 (java) S 14367 14369 13958 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7391814 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14376] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14376/stat : 14376 (java) S 14367 14369 13958 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7391814 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14377] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14377/stat : 14377 (java) S 14367 14369 13958 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7391819 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14378] ppid=14367 vsize=1549212 CPUtime=2.95
/proc/14369/task/14378/stat : 14378 (java) S 14367 14369 13958 0 -1 4202560 11380 0 0 0 291 4 0 0 15 0 16 0 7391819 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14379] ppid=14367 vsize=1549212 CPUtime=2.76
/proc/14369/task/14379/stat : 14379 (java) S 14367 14369 13958 0 -1 4202560 2685 0 0 0 276 0 0 0 16 0 16 0 7391819 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14380] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14380/stat : 14380 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 7391819 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14381] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14381/stat : 14381 (java) S 14367 14369 13958 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 16 0 7391819 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14386] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14386/stat : 14386 (java) S 14367 14369 13958 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7392079 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14387] ppid=14367 vsize=1549212 CPUtime=0
/proc/14369/task/14387/stat : 14387 (java) S 14367 14369 13958 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 7392083 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14418] ppid=14367 vsize=1549212 CPUtime=665.62
/proc/14369/task/14418/stat : 14418 (java) R 14367 14369 13958 0 -1 4202560 308 0 0 0 66557 5 0 0 19 0 16 0 7404688 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4109442967 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14369/tid=14419] ppid=14367 vsize=1549212 CPUtime=661.24
/proc/14369/task/14419/stat : 14419 (java) R 14367 14369 13958 0 -1 4202560 136 0 0 0 66115 9 0 0 20 0 16 0 7404688 1586393088 151732 1992294400 134512640 134550932 4293807792 18446744073709551615 4109244724 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1549212

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

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (1800.28 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1800.28 s) to the 'lost time'.

[startup+1032.72 s]
/proc/loadavg: 1.79 1.95 1.97 3/122 14443
/proc/meminfo: memFree=1167168/2059040 swapFree=4192956/4192956
[pid=14369] ppid=14367 vsize=1549860 CPUtime=1800.28
/proc/14369/stat : 14369 (java) S 14367 14369 13958 0 -1 4202496 181700 0 1 0 179783 245 0 0 15 0 17 0 7391809 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14369/statm: 387465 151749 1453 10 0 384768 0
[pid=14369/tid=14371] ppid=14367 vsize=1549860 CPUtime=2.6
/proc/14369/task/14371/stat : 14371 (java) S 14367 14369 13958 0 -1 4202560 7365 0 1 0 257 3 0 0 15 0 17 0 7391811 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14372] ppid=14367 vsize=1549860 CPUtime=20.73
/proc/14369/task/14372/stat : 14372 (java) S 14367 14369 13958 0 -1 4202560 53427 0 0 0 1979 94 0 0 16 0 17 0 7391812 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14373] ppid=14367 vsize=1549860 CPUtime=20.74
/proc/14369/task/14373/stat : 14373 (java) S 14367 14369 13958 0 -1 4202560 65139 0 0 0 1977 97 0 0 15 0 17 0 7391812 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14374] ppid=14367 vsize=1549860 CPUtime=226.83
/proc/14369/task/14374/stat : 14374 (java) S 14367 14369 13958 0 -1 4202560 15203 0 0 0 22669 14 0 0 15 0 17 0 7391814 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14375] ppid=14367 vsize=1549860 CPUtime=0
/proc/14369/task/14375/stat : 14375 (java) S 14367 14369 13958 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 7391814 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14376] ppid=14367 vsize=1549860 CPUtime=0
/proc/14369/task/14376/stat : 14376 (java) S 14367 14369 13958 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 7391814 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14377] ppid=14367 vsize=1549860 CPUtime=0
/proc/14369/task/14377/stat : 14377 (java) S 14367 14369 13958 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 7391819 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14378] ppid=14367 vsize=1549860 CPUtime=2.95
/proc/14369/task/14378/stat : 14378 (java) S 14367 14369 13958 0 -1 4202560 11380 0 0 0 291 4 0 0 15 0 17 0 7391819 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14379] ppid=14367 vsize=1549860 CPUtime=2.76
/proc/14369/task/14379/stat : 14379 (java) S 14367 14369 13958 0 -1 4202560 2685 0 0 0 276 0 0 0 16 0 17 0 7391819 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14380] ppid=14367 vsize=1549860 CPUtime=0
/proc/14369/task/14380/stat : 14380 (java) S 14367 14369 13958 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 17 0 7391819 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14381] ppid=14367 vsize=1549860 CPUtime=0
/proc/14369/task/14381/stat : 14381 (java) S 14367 14369 13958 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 17 0 7391819 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 1 0 0 0
[pid=14369/tid=14386] ppid=14367 vsize=1549860 CPUtime=0
/proc/14369/task/14386/stat : 14386 (java) S 14367 14369 13958 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 7392079 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14387] ppid=14367 vsize=1549860 CPUtime=0
/proc/14369/task/14387/stat : 14387 (java) S 14367 14369 13958 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 7392083 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823810368 0 0 -1 0 0 0 0
[pid=14369/tid=14418] ppid=14367 vsize=1549860 CPUtime=665.72
/proc/14369/task/14418/stat : 14418 (java) R 14367 14369 13958 0 -1 4202560 308 0 0 0 66567 5 0 0 19 0 17 0 7404688 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4109226721 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14369/tid=14419] ppid=14367 vsize=1549860 CPUtime=661.33
/proc/14369/task/14419/stat : 14419 (java) R 14367 14369 13958 0 -1 4202560 136 0 0 0 66124 9 0 0 20 0 17 0 7404688 1587056640 151749 1992294400 134512640 134550932 4293807792 18446744073709551615 4109112442 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1549860

[startup+1032.8 s]
/proc/loadavg: 1.79 1.95 1.97 2/109 14446
/proc/meminfo: memFree=1750836/2059040 swapFree=4192956/4192956
[pid=14369] ppid=-1 vsize=0 CPUtime=0
/proc/14369/stat : -- couldn't open stat file --/proc/14369/statm: \xe0`\x84Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1032.8 s]
/proc/loadavg: 1.79 1.95 1.97 2/109 14446
/proc/meminfo: memFree=1750836/2059040 swapFree=4192956/4192956
[pid=14369] ppid=-1 vsize=0 CPUtime=0
/proc/14369/stat : -- couldn't open stat file --/proc/14369/statm: \xe0`\x84Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14369 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=892678
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=516617
# CPU time returned by wait4() is 1800.41
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


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

Real time (s): 1032.8
CPU time (s): 1800.28
CPU user time (s): 1797.83
CPU system time (s): 2.45
CPU usage (%): 174.31
Max. virtual memory (cumulated for all children) (KiB): 1551260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.89
system time used= 2.51662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181701
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= 29300
involuntary context switches= 46643

runsolver used 4.90725 second user time and 10.3724 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 06:03:16
IDJOB=2661932
IDBENCH=48187
IDSOLVER=1166
FILE ID=node045/2661932-1276660996
PBS_JOBID= 11172463
Free space on /tmp= 62460 MiB

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

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

MD5SUM BENCH= 0247ef4de041bbff376811a7e6bf0408
RANDOM SEED=1779108672

node045.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.247
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.247
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1773060 kB
Buffers:         46904 kB
Cached:         114100 kB
SwapCached:          0 kB
Active:          89208 kB
Inactive:       131272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1773060 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             428 kB
Writeback:           0 kB
AnonPages:       59424 kB
Mapped:          15400 kB
Slab:            43636 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181484 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= 62460 MiB
End job on node045 at 2010-06-16 06:20:31