Trace number 2662661

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT 1576.79 815.089

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.36849
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662661-1276695598.opb
0.24/0.21	c reading problem ... 
0.68/0.50	c ... done. Wall clock time 0.288s.
0.68/0.50	c #vars     370
0.68/0.50	c #constraints  557
0.68/0.50	c constraints type 
0.68/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.68/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.68/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
0.68/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
0.68/0.50	c constraints type 
0.68/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 193
0.68/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
0.68/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.68/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
9.19/4.89	c cleaning 2501 clauses out of 5001 with flag 5001/5001
12.10/6.39	c cleaning 4247 clauses out of 8500 with flag 11001/11001
15.79/8.28	c cleaning 5627 clauses out of 11253 with flag 18001/18001
20.88/10.81	c cleaning 6812 clauses out of 13627 with flag 26002/26002
27.13/14.09	c cleaning 7907 clauses out of 15813 with flag 35000/35000
36.37/18.74	c cleaning 8950 clauses out of 17906 with flag 45000/45000
47.39/24.33	c cleaning 9476 clauses out of 18957 with flag 55001/55001
56.61/29.09	c cleaning 9740 clauses out of 19480 with flag 65000/65000
66.01/33.83	c cleaning 9867 clauses out of 19741 with flag 75001/75001
75.62/38.72	c cleaning 9935 clauses out of 19876 with flag 85003/85003
86.42/44.23	c cleaning 9968 clauses out of 19938 with flag 95000/95000
99.20/50.75	c cleaning 9967 clauses out of 19970 with flag 105000/105000
109.76/56.10	c cleaning 9997 clauses out of 20003 with flag 115000/115000
120.54/61.70	c cleaning 10003 clauses out of 20006 with flag 125000/125000
132.12/67.58	c cleaning 10001 clauses out of 20003 with flag 135000/135000
145.87/74.51	c cleaning 10001 clauses out of 20003 with flag 145001/145001
159.38/81.41	c cleaning 9998 clauses out of 20001 with flag 155000/155000
173.52/88.61	c cleaning 9990 clauses out of 20003 with flag 165000/165000
188.65/96.33	c cleaning 10002 clauses out of 20014 with flag 175001/175001
198.20/101.22	c cleaning 10003 clauses out of 20011 with flag 185000/185000
207.53/106.05	c cleaning 9999 clauses out of 20011 with flag 195003/195003
217.49/111.14	c cleaning 9997 clauses out of 20009 with flag 205000/205000
226.47/115.78	c cleaning 10001 clauses out of 20014 with flag 215002/215002
236.05/120.69	c cleaning 9998 clauses out of 20011 with flag 225000/225000
245.34/125.43	c cleaning 10001 clauses out of 20013 with flag 235000/235000
255.31/130.57	c cleaning 10002 clauses out of 20016 with flag 245004/245004
265.46/135.74	c cleaning 10002 clauses out of 20012 with flag 255002/255002
276.42/141.36	c cleaning 9989 clauses out of 20010 with flag 265002/265002
288.10/147.33	c cleaning 10001 clauses out of 20021 with flag 275002/275002
298.65/152.71	c cleaning 10000 clauses out of 20018 with flag 285000/285000
305.63/156.34	c cleaning 10006 clauses out of 20021 with flag 295003/295003
312.60/159.94	c cleaning 10000 clauses out of 20012 with flag 305000/305000
320.53/164.08	c cleaning 10001 clauses out of 20012 with flag 315000/315000
329.09/168.45	c cleaning 10001 clauses out of 20012 with flag 325001/325001
337.65/172.89	c cleaning 9999 clauses out of 20010 with flag 335000/335000
347.41/177.82	c cleaning 9993 clauses out of 20013 with flag 345002/345002
356.10/182.31	c cleaning 10006 clauses out of 20022 with flag 355004/355004
365.86/187.31	c cleaning 9999 clauses out of 20013 with flag 365001/365001
375.01/192.10	c cleaning 10002 clauses out of 20014 with flag 375001/375001
384.74/197.02	c cleaning 9998 clauses out of 20011 with flag 385000/385000
395.81/202.74	c cleaning 9991 clauses out of 20013 with flag 395000/395000
406.55/208.20	c cleaning 10006 clauses out of 20022 with flag 405000/405000
416.68/213.44	c cleaning 9996 clauses out of 20016 with flag 415000/415000
425.21/217.88	c cleaning 10001 clauses out of 20020 with flag 425000/425000
434.50/222.63	c cleaning 10001 clauses out of 20020 with flag 435001/435001
443.84/227.47	c cleaning 10004 clauses out of 20019 with flag 445001/445001
453.38/232.35	c cleaning 9998 clauses out of 20015 with flag 455001/455001
462.50/237.02	c cleaning 9997 clauses out of 20016 with flag 465000/465000
470.80/241.38	c cleaning 10002 clauses out of 20019 with flag 475000/475000
479.74/245.96	c cleaning 10000 clauses out of 20017 with flag 485000/485000
488.66/250.51	c cleaning 10004 clauses out of 20017 with flag 495000/495000
497.99/255.32	c cleaning 10001 clauses out of 20014 with flag 505001/505001
507.66/260.37	c cleaning 9996 clauses out of 20013 with flag 515001/515001
517.57/265.42	c cleaning 10002 clauses out of 20016 with flag 525000/525000
527.67/270.70	c cleaning 10001 clauses out of 20015 with flag 535001/535001
538.18/276.05	c cleaning 10003 clauses out of 20016 with flag 545003/545003
550.01/282.13	c cleaning 10002 clauses out of 20011 with flag 555001/555001
561.51/288.01	c cleaning 9999 clauses out of 20008 with flag 565000/565000
571.63/293.23	c cleaning 9990 clauses out of 20009 with flag 575000/575000
580.73/297.99	c cleaning 10005 clauses out of 20022 with flag 585003/585003
591.96/303.72	c cleaning 9996 clauses out of 20019 with flag 595005/595005
602.65/309.26	c cleaning 10007 clauses out of 20022 with flag 605004/605004
612.75/314.40	c cleaning 10001 clauses out of 20011 with flag 615000/615000
623.83/320.14	c cleaning 9999 clauses out of 20010 with flag 625000/625000
634.45/325.63	c cleaning 10001 clauses out of 20011 with flag 635000/635000
644.94/331.00	c cleaning 10004 clauses out of 20015 with flag 645005/645005
656.22/336.86	c cleaning 9999 clauses out of 20007 with flag 655001/655001
667.51/342.70	c cleaning 9997 clauses out of 20008 with flag 665001/665001
679.71/348.96	c cleaning 10000 clauses out of 20011 with flag 675001/675001
691.97/355.26	c cleaning 10002 clauses out of 20011 with flag 685001/685001
703.25/361.09	c cleaning 9999 clauses out of 20008 with flag 695000/695000
713.72/366.46	c cleaning 10000 clauses out of 20010 with flag 705001/705001
726.11/372.81	c cleaning 10001 clauses out of 20009 with flag 715000/715000
737.18/378.57	c cleaning 9999 clauses out of 20009 with flag 725001/725001
749.44/384.89	c cleaning 9998 clauses out of 20010 with flag 735001/735001
760.71/390.61	c cleaning 10002 clauses out of 20011 with flag 745000/745000
772.69/396.87	c cleaning 10000 clauses out of 20011 with flag 755002/755002
785.96/403.68	c cleaning 10001 clauses out of 20011 with flag 765002/765002
798.60/410.14	c cleaning 10000 clauses out of 20008 with flag 775000/775000
809.48/415.77	c cleaning 9995 clauses out of 20010 with flag 785002/785002
820.86/421.69	c cleaning 9999 clauses out of 20014 with flag 795001/795001
832.71/427.79	c cleaning 9999 clauses out of 20014 with flag 805000/805000
844.57/433.83	c cleaning 10001 clauses out of 20015 with flag 815000/815000
857.02/440.27	c cleaning 10002 clauses out of 20014 with flag 825000/825000
867.81/445.80	c cleaning 9997 clauses out of 20012 with flag 835000/835000
879.66/451.95	c cleaning 10003 clauses out of 20016 with flag 845001/845001
885.75/455.15	c cleaning 0 clauses out of 5001 with flag 0/5001
891.25/458.06	c cleaning 9999 clauses out of 20012 with flag 855000/855000
903.81/464.52	c cleaning 10000 clauses out of 20016 with flag 865003/865003
914.86/470.23	c cleaning 9998 clauses out of 20013 with flag 875000/875000
925.72/475.85	c cleaning 10001 clauses out of 20015 with flag 885000/885000
936.17/481.25	c cleaning 9999 clauses out of 20014 with flag 895000/895000
946.35/486.55	c cleaning 10003 clauses out of 20016 with flag 905001/905001
956.01/491.57	c cleaning 10000 clauses out of 20013 with flag 915001/915001
966.86/497.11	c cleaning 10004 clauses out of 20013 with flag 925001/925001
977.90/502.82	c cleaning 9996 clauses out of 20008 with flag 935000/935000
990.26/509.24	c cleaning 10001 clauses out of 20012 with flag 945000/945000
999.53/514.04	c cleaning 9997 clauses out of 20013 with flag 955002/955002
1008.81/518.83	c cleaning 10002 clauses out of 20015 with flag 965001/965001
1018.84/524.07	c cleaning 9991 clauses out of 20012 with flag 975000/975000
1029.42/529.59	c cleaning 10006 clauses out of 20023 with flag 985002/985002
1040.26/535.15	c cleaning 10005 clauses out of 20015 with flag 995000/995000
1051.70/541.00	c cleaning 10000 clauses out of 20011 with flag 1005001/1005001
1061.16/545.98	c cleaning 9998 clauses out of 20012 with flag 1015002/1015002
1071.94/551.57	c cleaning 10003 clauses out of 20016 with flag 1025004/1025004
1082.38/556.99	c cleaning 9998 clauses out of 20010 with flag 1035001/1035001
1092.22/562.06	c cleaning 9997 clauses out of 20011 with flag 1045000/1045000
1104.26/568.21	c cleaning 10004 clauses out of 20015 with flag 1055001/1055001
1116.19/574.44	c cleaning 10000 clauses out of 20011 with flag 1065001/1065001
1128.61/580.86	c cleaning 9994 clauses out of 20010 with flag 1075000/1075000
1140.24/586.82	c cleaning 10006 clauses out of 20017 with flag 1085001/1085001
1153.64/593.76	c cleaning 9999 clauses out of 20010 with flag 1095000/1095000
1164.58/599.44	c cleaning 10000 clauses out of 20012 with flag 1105001/1105001
1175.41/605.03	c cleaning 10001 clauses out of 20013 with flag 1115002/1115002
1186.04/610.59	c cleaning 10002 clauses out of 20013 with flag 1125003/1125003
1196.67/616.09	c cleaning 9999 clauses out of 20009 with flag 1135001/1135001
1208.81/622.33	c cleaning 10000 clauses out of 20010 with flag 1145001/1145001
1221.61/628.92	c cleaning 9999 clauses out of 20011 with flag 1155002/1155002
1234.23/635.43	c cleaning 9997 clauses out of 20011 with flag 1165001/1165001
1247.02/642.01	c cleaning 10002 clauses out of 20014 with flag 1175001/1175001
1256.77/647.20	c cleaning 10004 clauses out of 20015 with flag 1185004/1185004
1266.19/652.04	c cleaning 9995 clauses out of 20009 with flag 1195002/1195002
1275.82/657.07	c cleaning 10002 clauses out of 20014 with flag 1205002/1205002
1284.66/661.65	c cleaning 9997 clauses out of 20011 with flag 1215001/1215001
1293.60/666.39	c cleaning 10000 clauses out of 20013 with flag 1225000/1225000
1304.02/671.76	c cleaning 10006 clauses out of 20022 with flag 1235009/1235009
1313.23/676.59	c cleaning 9999 clauses out of 20007 with flag 1245000/1245000
1323.06/681.68	c cleaning 10000 clauses out of 20010 with flag 1255002/1255002
1332.75/686.72	c cleaning 9995 clauses out of 20008 with flag 1265000/1265000
1342.17/691.64	c cleaning 9993 clauses out of 20013 with flag 1275000/1275000
1352.59/697.04	c cleaning 10005 clauses out of 20020 with flag 1285000/1285000
1363.58/702.72	c cleaning 10002 clauses out of 20016 with flag 1295001/1295001
1373.70/708.08	c cleaning 10000 clauses out of 20014 with flag 1305001/1305001
1383.48/713.15	c cleaning 10000 clauses out of 20013 with flag 1315000/1315000
1392.70/717.99	c cleaning 10003 clauses out of 20016 with flag 1325003/1325003
1401.90/722.74	c cleaning 9994 clauses out of 20010 with flag 1335000/1335000
1412.80/728.48	c cleaning 9999 clauses out of 20017 with flag 1345001/1345001
1422.01/733.22	c cleaning 10003 clauses out of 20019 with flag 1355002/1355002
1431.01/737.93	c cleaning 10002 clauses out of 20016 with flag 1365002/1365002
1439.43/742.39	c cleaning 10002 clauses out of 20016 with flag 1375004/1375004
1448.15/746.99	c cleaning 10001 clauses out of 20016 with flag 1385006/1385006
1456.75/751.48	c cleaning 9994 clauses out of 20009 with flag 1395000/1395000
1465.36/755.90	c cleaning 9994 clauses out of 20015 with flag 1405000/1405000
1474.79/760.83	c cleaning 10006 clauses out of 20021 with flag 1415000/1415000
1484.69/766.08	c cleaning 10002 clauses out of 20016 with flag 1425001/1425001
1493.51/770.63	c cleaning 10001 clauses out of 20015 with flag 1435002/1435002
1502.68/775.46	c cleaning 10000 clauses out of 20012 with flag 1445000/1445000
1511.68/780.17	c cleaning 10001 clauses out of 20012 with flag 1455000/1455000
1520.81/785.00	c cleaning 10004 clauses out of 20013 with flag 1465002/1465002
1530.78/790.12	c cleaning 10001 clauses out of 20009 with flag 1475002/1475002
1540.18/795.10	c cleaning 9994 clauses out of 20007 with flag 1485001/1485001
1549.17/799.80	c cleaning 10001 clauses out of 20013 with flag 1495001/1495001
1558.66/804.78	c cleaning 10000 clauses out of 20011 with flag 1505000/1505000
1568.05/809.66	c cleaning 10001 clauses out of 20011 with flag 1515000/1515000
1576.65/814.14	c And the winner is CuttingPlanes
1576.73/815.01	c starts		: 27
1576.73/815.01	c conflicts		: 6634
1576.73/815.01	c decisions		: 9082
1576.73/815.01	c propagations		: 245011
1576.73/815.01	c inspects		: 282617982
1576.73/815.01	c learnt literals	: 0
1576.73/815.01	c learnt binary clauses	: 0
1576.73/815.01	c learnt ternary clauses	: 0
1576.73/815.01	c learnt clauses	: 6634
1576.73/815.01	c ignored clauses	: 0
1576.73/815.01	c root simplifications	: 0
1576.73/815.01	c removed literals (reason simplification)	: 0
1576.73/815.01	c reason swapping (by a shorter reason)	: 0
1576.73/815.01	c Calls to reduceDB	: 1
1576.73/815.01	c number of reductions to clauses (during analyze)	: 0
1576.73/815.01	c number of learned constraints concerned by reduction	: 0
1576.73/815.01	c number of learning phase by resolution	: 0
1576.73/815.01	c number of learning phase by cutting planes	: 0
1576.73/815.02	c speed (assignments/second)	: 300.8093249159613
1576.73/815.02	c non guided choices	48
1576.73/815.03	c learnt constraints type 
1576.73/815.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6634
1576.73/815.03	c constraints type 
1576.73/815.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
1576.73/815.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1576.73/815.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
1576.73/815.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
1576.73/815.03	c constraints type 
1576.73/815.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 193
1576.73/815.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
1576.73/815.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1576.73/815.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
1576.73/815.03	s SATISFIABLE
1576.73/815.03	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 
1576.73/815.03	c Total wall clock time (in seconds): 814.815

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662661-1276695598/watcher-2662661-1276695598 -o /tmp/evaluation-result-2662661-1276695598/solver-2662661-1276695598 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662661-1276695598.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: 0.92 1.01 1.14 3/106 17849
/proc/meminfo: memFree=1837068/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=300 CPUtime=0
/proc/17849/stat : 17849 (java6) R 17847 17849 17268 0 -1 4194304 110 0 0 0 0 0 0 0 18 0 1 0 10853499 307200 29 1992294400 134512640 134550932 4292210400 18446744073709551615 4796768 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17849/statm: 98 36 29 10 0 23 0

[startup+0.107945 s]
/proc/loadavg: 0.92 1.01 1.14 3/106 17849
/proc/meminfo: memFree=1837068/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1524180 CPUtime=0.09
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 3993 0 1 0 6 3 0 0 18 0 12 0 10853499 1560760320 3432 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 381045 3433 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.207384 s]
/proc/loadavg: 0.92 1.01 1.14 3/106 17849
/proc/meminfo: memFree=1837068/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1526280 CPUtime=0.24
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 5120 0 1 0 20 4 0 0 18 0 12 0 10853499 1562910720 4557 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 381570 4557 1346 10 0 378873 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526280

[startup+0.300965 s]
/proc/loadavg: 0.92 1.01 1.14 3/106 17849
/proc/meminfo: memFree=1837068/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1526280 CPUtime=0.35
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 5409 0 1 0 31 4 0 0 18 0 12 0 10853499 1562910720 4846 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 381570 4847 1361 10 0 378873 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526280

[startup+1.23247 s]
/proc/loadavg: 0.92 1.01 1.14 3/106 17849
/proc/meminfo: memFree=1837068/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1534560 CPUtime=2.11
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 10236 0 1 0 205 6 0 0 18 0 16 0 10853499 1571389440 8912 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 383640 8912 1423 10 0 380943 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 1534560

[startup+1.5011 s]
/proc/loadavg: 0.92 1.01 1.14 3/106 17849
/proc/meminfo: memFree=1837068/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1534560 CPUtime=2.65
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 12194 0 1 0 258 7 0 0 18 0 16 0 10853499 1571389440 10869 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 383640 10869 1424 10 0 380943 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1534560

[startup+3.10226 s]
/proc/loadavg: 0.92 1.01 1.14 6/122 17865
/proc/meminfo: memFree=1730920/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1541728 CPUtime=5.82
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 36218 0 1 0 564 18 0 0 18 0 16 0 10853499 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 385432 30446 1424 10 0 382735 0
[pid=17849/tid=17851] ppid=17847 vsize=1541728 CPUtime=0.41
/proc/17849/task/17851/stat : 17851 (java) S 17847 17849 17268 0 -1 4202560 4203 0 1 0 37 4 0 0 18 0 16 0 10853501 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17852] ppid=17847 vsize=1541728 CPUtime=0
/proc/17849/task/17852/stat : 17852 (java) S 17847 17849 17268 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 10853502 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17853] ppid=17847 vsize=1541728 CPUtime=0
/proc/17849/task/17853/stat : 17853 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 10853502 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17854] ppid=17847 vsize=1541728 CPUtime=0
/proc/17849/task/17854/stat : 17854 (java) S 17847 17849 17268 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10853504 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17855] ppid=17847 vsize=1541728 CPUtime=0
/proc/17849/task/17855/stat : 17855 (java) S 17847 17849 17268 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 10853505 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17856] ppid=17847 vsize=1541728 CPUtime=0
/proc/17849/task/17856/stat : 17856 (java) S 17847 17849 17268 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 10853505 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17857] ppid=17847 vsize=1541728 CPUtime=0
/proc/17849/task/17857/stat : 17857 (java) S 17847 17849 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10853509 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17858] ppid=17847 vsize=1541728 CPUtime=0.41
/proc/17849/task/17858/stat : 17858 (java) R 17847 17849 17268 0 -1 4202560 819 0 0 0 41 0 0 0 24 0 16 0 10853509 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 105390714 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17849/tid=17859] ppid=17847 vsize=1541728 CPUtime=2.67
/proc/17849/task/17859/stat : 17859 (java) R 17847 17849 17268 0 -1 4202560 8709 0 0 0 263 4 0 0 18 0 16 0 10853509 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 103153562 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17849/tid=17860] ppid=17847 vsize=1541728 CPUtime=0
/proc/17849/task/17860/stat : 17860 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10853509 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17861] ppid=17847 vsize=1541728 CPUtime=0
/proc/17849/task/17861/stat : 17861 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10853509 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17862] ppid=17847 vsize=1541728 CPUtime=0.5
/proc/17849/task/17862/stat : 17862 (java) R 17847 17849 17268 0 -1 4202560 3112 0 0 0 50 0 0 0 25 0 16 0 10853550 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4109203273 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17849/tid=17863] ppid=17847 vsize=1541728 CPUtime=1.77
/proc/17849/task/17863/stat : 17863 (java) R 17847 17849 17268 0 -1 4202560 18306 0 0 0 170 7 0 0 18 0 16 0 10853550 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4109337784 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17849/tid=17864] ppid=17847 vsize=1541728 CPUtime=0
/proc/17849/task/17864/stat : 17864 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10853551 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17865] ppid=17847 vsize=1541728 CPUtime=0
/proc/17849/task/17865/stat : 17865 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 10853551 1578729472 30446 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 1541728

[startup+6.30259 s]
/proc/loadavg: 1.17 1.06 1.15 3/122 17865
/proc/meminfo: memFree=1672764/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1543860 CPUtime=12.1
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 49143 0 1 0 1187 23 0 0 18 0 16 0 10853499 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 385965 42251 1448 10 0 383268 0
[pid=17849/tid=17851] ppid=17847 vsize=1543860 CPUtime=0.41
/proc/17849/task/17851/stat : 17851 (java) S 17847 17849 17268 0 -1 4202560 4203 0 1 0 37 4 0 0 18 0 16 0 10853501 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17852] ppid=17847 vsize=1543860 CPUtime=0.05
/proc/17849/task/17852/stat : 17852 (java) S 17847 17849 17268 0 -1 4202560 1750 0 0 0 5 0 0 0 16 0 16 0 10853502 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17853] ppid=17847 vsize=1543860 CPUtime=0.05
/proc/17849/task/17853/stat : 17853 (java) S 17847 17849 17268 0 -1 4202560 1383 0 0 0 5 0 0 0 16 0 16 0 10853502 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17854] ppid=17847 vsize=1543860 CPUtime=0.05
/proc/17849/task/17854/stat : 17854 (java) S 17847 17849 17268 0 -1 4202560 1597 0 0 0 5 0 0 0 15 0 16 0 10853504 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17855] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17855/stat : 17855 (java) S 17847 17849 17268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10853505 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17856] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17856/stat : 17856 (java) S 17847 17849 17268 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10853505 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17857] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17857/stat : 17857 (java) S 17847 17849 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10853509 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17858] ppid=17847 vsize=1543860 CPUtime=0.94
/proc/17849/task/17858/stat : 17858 (java) S 17847 17849 17268 0 -1 4202560 888 0 0 0 94 0 0 0 15 0 16 0 10853509 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17859] ppid=17847 vsize=1543860 CPUtime=3.59
/proc/17849/task/17859/stat : 17859 (java) S 17847 17849 17268 0 -1 4202560 10358 0 0 0 355 4 0 0 15 0 16 0 10853509 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17860] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17860/stat : 17860 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10853509 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17861] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17861/stat : 17861 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10853509 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17862] ppid=17847 vsize=1543860 CPUtime=2.72
/proc/17849/task/17862/stat : 17862 (java) R 17847 17849 17268 0 -1 4202560 3430 0 0 0 271 1 0 0 18 0 16 0 10853550 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4109361124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17849/tid=17863] ppid=17847 vsize=1543860 CPUtime=4.2
/proc/17849/task/17863/stat : 17863 (java) R 17847 17849 17268 0 -1 4202560 24464 0 0 0 411 9 0 0 21 0 16 0 10853550 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4109233653 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17849/tid=17864] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17864/stat : 17864 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10853551 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17865] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17865/stat : 17865 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 10853551 1580912640 42251 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 1543860

[startup+12.7023 s]
/proc/loadavg: 1.23 1.08 1.16 3/122 17865
/proc/meminfo: memFree=1638920/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1543860 CPUtime=24.57
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 57726 0 1 0 2430 27 0 0 18 0 16 0 10853499 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 385965 50618 1448 10 0 383268 0
[pid=17849/tid=17851] ppid=17847 vsize=1543860 CPUtime=0.41
/proc/17849/task/17851/stat : 17851 (java) S 17847 17849 17268 0 -1 4202560 4203 0 1 0 37 4 0 0 18 0 16 0 10853501 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17852] ppid=17847 vsize=1543860 CPUtime=0.16
/proc/17849/task/17852/stat : 17852 (java) S 17847 17849 17268 0 -1 4202560 3371 0 0 0 14 2 0 0 15 0 16 0 10853502 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17853] ppid=17847 vsize=1543860 CPUtime=0.15
/proc/17849/task/17853/stat : 17853 (java) S 17847 17849 17268 0 -1 4202560 3338 0 0 0 14 1 0 0 16 0 16 0 10853502 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17854] ppid=17847 vsize=1543860 CPUtime=0.27
/proc/17849/task/17854/stat : 17854 (java) S 17847 17849 17268 0 -1 4202560 3389 0 0 0 26 1 0 0 16 0 16 0 10853504 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17855] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17855/stat : 17855 (java) S 17847 17849 17268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10853505 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17856] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17856/stat : 17856 (java) S 17847 17849 17268 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10853505 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17857] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17857/stat : 17857 (java) S 17847 17849 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10853509 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17858] ppid=17847 vsize=1543860 CPUtime=0.94
/proc/17849/task/17858/stat : 17858 (java) S 17847 17849 17268 0 -1 4202560 888 0 0 0 94 0 0 0 15 0 16 0 10853509 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17859] ppid=17847 vsize=1543860 CPUtime=3.7
/proc/17849/task/17859/stat : 17859 (java) S 17847 17849 17268 0 -1 4202560 10364 0 0 0 366 4 0 0 15 0 16 0 10853509 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17860] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17860/stat : 17860 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10853509 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17861] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17861/stat : 17861 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10853509 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17862] ppid=17847 vsize=1543860 CPUtime=8.7
/proc/17849/task/17862/stat : 17862 (java) R 17847 17849 17268 0 -1 4202560 4220 0 0 0 869 1 0 0 25 0 16 0 10853550 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4109244588 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17849/tid=17863] ppid=17847 vsize=1543860 CPUtime=10.16
/proc/17849/task/17863/stat : 17863 (java) R 17847 17849 17268 0 -1 4202560 26883 0 0 0 1006 10 0 0 25 0 16 0 10853550 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4109361899 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17849/tid=17864] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17864/stat : 17864 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10853551 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17865] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17865/stat : 17865 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 10853551 1580912640 50618 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 1543860

[startup+25.5016 s]
/proc/loadavg: 1.40 1.12 1.17 3/122 17865
/proc/meminfo: memFree=1622428/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1543860 CPUtime=49.67
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 62341 0 1 0 4937 30 0 0 18 0 16 0 10853499 1580912640 54758 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 385965 54758 1448 10 0 383268 0
[pid=17849/tid=17851] ppid=17847 vsize=1543860 CPUtime=0.41
/proc/17849/task/17851/stat : 17851 (java) S 17847 17849 17268 0 -1 4202560 4203 0 1 0 37 4 0 0 18 0 16 0 10853501 1580912640 54758 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17852] ppid=17847 vsize=1543860 CPUtime=0.28
/proc/17849/task/17852/stat : 17852 (java) S 17847 17849 17268 0 -1 4202560 5396 0 0 0 26 2 0 0 15 0 16 0 10853502 1580912640 54758 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17853] ppid=17847 vsize=1543860 CPUtime=0.27
/proc/17849/task/17853/stat : 17853 (java) S 17847 17849 17268 0 -1 4202560 5385 0 0 0 24 3 0 0 16 0 16 0 10853502 1580912640 54758 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17854] ppid=17847 vsize=1543860 CPUtime=0.53
/proc/17849/task/17854/stat : 17854 (java) S 17847 17849 17268 0 -1 4202560 3920 0 0 0 52 1 0 0 15 0 16 0 10853504 1580912640 54758 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17855] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17855/stat : 17855 (java) S 17847 17849 17268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10853505 1580912640 54758 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17856] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17856/stat : 17856 (java) S 17847 17849 17268 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10853505 1580912640 54758 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17857] ppid=17847 vsize=1543860 CPUtime=0

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

[pid=17849/tid=17854] ppid=17847 vsize=1543860 CPUtime=37.45
/proc/17849/task/17854/stat : 17854 (java) S 17847 17849 17268 0 -1 4202560 4446 0 0 0 3738 7 0 0 16 0 16 0 10853504 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17855] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17855/stat : 17855 (java) S 17847 17849 17268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10853505 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17856] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17856/stat : 17856 (java) S 17847 17849 17268 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10853505 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17857] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17857/stat : 17857 (java) S 17847 17849 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10853509 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17858] ppid=17847 vsize=1543860 CPUtime=0.94
/proc/17849/task/17858/stat : 17858 (java) S 17847 17849 17268 0 -1 4202560 888 0 0 0 94 0 0 0 15 0 16 0 10853509 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17859] ppid=17847 vsize=1543860 CPUtime=4.59
/proc/17849/task/17859/stat : 17859 (java) S 17847 17849 17268 0 -1 4202560 10435 0 0 0 454 5 0 0 15 0 16 0 10853509 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17860] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17860/stat : 17860 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10853509 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17861] ppid=17847 vsize=1543860 CPUtime=0.02
/proc/17849/task/17861/stat : 17861 (java) S 17847 17849 17268 0 -1 4202560 47 0 0 0 1 1 0 0 15 0 16 0 10853509 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17862] ppid=17847 vsize=1543860 CPUtime=752.94
/proc/17849/task/17862/stat : 17862 (java) R 17847 17849 17268 0 -1 4202560 4556 0 0 0 75287 7 0 0 22 0 16 0 10853550 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4109233650 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17849/tid=17863] ppid=17847 vsize=1543860 CPUtime=753.04
/proc/17849/task/17863/stat : 17863 (java) R 17847 17849 17268 0 -1 4202560 27109 0 0 0 75289 15 0 0 22 0 16 0 10853550 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4109234879 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17849/tid=17864] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17864/stat : 17864 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10853551 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17865] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17865/stat : 17865 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 10853551 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1568.93
Current children cumulated vsize (KiB) 1543860

[startup+813.402 s]
/proc/loadavg: 1.97 1.97 1.66 3/122 17887
/proc/meminfo: memFree=1550756/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1543860 CPUtime=1575.26
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 82207 0 1 0 157422 104 0 0 18 0 16 0 10853499 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 385965 72211 1448 10 0 383268 0
[pid=17849/tid=17851] ppid=17847 vsize=1543860 CPUtime=0.41
/proc/17849/task/17851/stat : 17851 (java) S 17847 17849 17268 0 -1 4202560 4221 0 1 0 37 4 0 0 15 0 16 0 10853501 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17852] ppid=17847 vsize=1543860 CPUtime=9.76
/proc/17849/task/17852/stat : 17852 (java) S 17847 17849 17268 0 -1 4202560 14309 0 0 0 946 30 0 0 16 0 16 0 10853502 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17853] ppid=17847 vsize=1543860 CPUtime=9.77
/proc/17849/task/17853/stat : 17853 (java) S 17847 17849 17268 0 -1 4202560 15124 0 0 0 947 30 0 0 15 0 16 0 10853502 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17854] ppid=17847 vsize=1543860 CPUtime=37.46
/proc/17849/task/17854/stat : 17854 (java) S 17847 17849 17268 0 -1 4202560 4446 0 0 0 3738 8 0 0 15 0 16 0 10853504 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17855] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17855/stat : 17855 (java) S 17847 17849 17268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10853505 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17856] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17856/stat : 17856 (java) S 17847 17849 17268 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10853505 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17857] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17857/stat : 17857 (java) S 17847 17849 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10853509 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17858] ppid=17847 vsize=1543860 CPUtime=0.94
/proc/17849/task/17858/stat : 17858 (java) S 17847 17849 17268 0 -1 4202560 888 0 0 0 94 0 0 0 15 0 16 0 10853509 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17859] ppid=17847 vsize=1543860 CPUtime=4.59
/proc/17849/task/17859/stat : 17859 (java) S 17847 17849 17268 0 -1 4202560 10435 0 0 0 454 5 0 0 15 0 16 0 10853509 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17860] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17860/stat : 17860 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10853509 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17861] ppid=17847 vsize=1543860 CPUtime=0.02
/proc/17849/task/17861/stat : 17861 (java) S 17847 17849 17268 0 -1 4202560 47 0 0 0 1 1 0 0 15 0 16 0 10853509 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17862] ppid=17847 vsize=1543860 CPUtime=756.09
/proc/17849/task/17862/stat : 17862 (java) R 17847 17849 17268 0 -1 4202560 4557 0 0 0 75602 7 0 0 25 0 16 0 10853550 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4109319818 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17849/tid=17863] ppid=17847 vsize=1543860 CPUtime=756.14
/proc/17849/task/17863/stat : 17863 (java) R 17847 17849 17268 0 -1 4202560 27110 0 0 0 75599 15 0 0 25 0 16 0 10853550 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4109234894 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17849/tid=17864] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17864/stat : 17864 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10853551 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17865] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17865/stat : 17865 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 10853551 1580912640 72211 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1575.26
Current children cumulated vsize (KiB) 1543860

[startup+814.202 s]
/proc/loadavg: 1.98 1.97 1.66 3/122 17887
/proc/meminfo: memFree=1550756/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1543860 CPUtime=1576.73
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 82208 0 1 0 157569 104 0 0 18 0 14 0 10853499 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 385965 72212 1449 10 0 383268 0
[pid=17849/tid=17851] ppid=17847 vsize=1543860 CPUtime=0.41
/proc/17849/task/17851/stat : 17851 (java) S 17847 17849 17268 0 -1 4202560 4221 0 1 0 37 4 0 0 15 0 14 0 10853501 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17852] ppid=17847 vsize=1543860 CPUtime=9.76
/proc/17849/task/17852/stat : 17852 (java) S 17847 17849 17268 0 -1 4202560 14309 0 0 0 946 30 0 0 16 0 14 0 10853502 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17853] ppid=17847 vsize=1543860 CPUtime=9.77
/proc/17849/task/17853/stat : 17853 (java) S 17847 17849 17268 0 -1 4202560 15124 0 0 0 947 30 0 0 15 0 14 0 10853502 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17854] ppid=17847 vsize=1543860 CPUtime=37.46
/proc/17849/task/17854/stat : 17854 (java) S 17847 17849 17268 0 -1 4202560 4446 0 0 0 3738 8 0 0 15 0 14 0 10853504 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17855] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17855/stat : 17855 (java) S 17847 17849 17268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 10853505 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17856] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17856/stat : 17856 (java) S 17847 17849 17268 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 10853505 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17857] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17857/stat : 17857 (java) S 17847 17849 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17858] ppid=17847 vsize=1543860 CPUtime=0.94
/proc/17849/task/17858/stat : 17858 (java) S 17847 17849 17268 0 -1 4202560 888 0 0 0 94 0 0 0 15 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17859] ppid=17847 vsize=1543860 CPUtime=4.59
/proc/17849/task/17859/stat : 17859 (java) S 17847 17849 17268 0 -1 4202560 10435 0 0 0 454 5 0 0 15 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17860] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17860/stat : 17860 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17861] ppid=17847 vsize=1543860 CPUtime=0.02
/proc/17849/task/17861/stat : 17861 (java) S 17847 17849 17268 0 -1 4202560 47 0 0 0 1 1 0 0 15 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17864] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17864/stat : 17864 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10853551 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17865] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17865/stat : 17865 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 10853551 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1576.73
Current children cumulated vsize (KiB) 1543860

[startup+814.602 s]
/proc/loadavg: 1.98 1.97 1.66 1/120 17887
/proc/meminfo: memFree=1550772/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1543860 CPUtime=1576.73
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 82208 0 1 0 157569 104 0 0 18 0 14 0 10853499 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 385965 72212 1449 10 0 383268 0
[pid=17849/tid=17851] ppid=17847 vsize=1543860 CPUtime=0.41
/proc/17849/task/17851/stat : 17851 (java) S 17847 17849 17268 0 -1 4202560 4221 0 1 0 37 4 0 0 15 0 14 0 10853501 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17852] ppid=17847 vsize=1543860 CPUtime=9.76
/proc/17849/task/17852/stat : 17852 (java) S 17847 17849 17268 0 -1 4202560 14309 0 0 0 946 30 0 0 16 0 14 0 10853502 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17853] ppid=17847 vsize=1543860 CPUtime=9.77
/proc/17849/task/17853/stat : 17853 (java) S 17847 17849 17268 0 -1 4202560 15124 0 0 0 947 30 0 0 15 0 14 0 10853502 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17854] ppid=17847 vsize=1543860 CPUtime=37.46
/proc/17849/task/17854/stat : 17854 (java) S 17847 17849 17268 0 -1 4202560 4446 0 0 0 3738 8 0 0 15 0 14 0 10853504 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17855] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17855/stat : 17855 (java) S 17847 17849 17268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 10853505 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17856] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17856/stat : 17856 (java) S 17847 17849 17268 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 10853505 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17857] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17857/stat : 17857 (java) S 17847 17849 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17858] ppid=17847 vsize=1543860 CPUtime=0.94
/proc/17849/task/17858/stat : 17858 (java) S 17847 17849 17268 0 -1 4202560 888 0 0 0 94 0 0 0 15 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17859] ppid=17847 vsize=1543860 CPUtime=4.59
/proc/17849/task/17859/stat : 17859 (java) S 17847 17849 17268 0 -1 4202560 10435 0 0 0 454 5 0 0 15 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17860] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17860/stat : 17860 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17861] ppid=17847 vsize=1543860 CPUtime=0.02
/proc/17849/task/17861/stat : 17861 (java) S 17847 17849 17268 0 -1 4202560 47 0 0 0 1 1 0 0 15 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17864] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17864/stat : 17864 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10853551 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17865] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17865/stat : 17865 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 10853551 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1576.73
Current children cumulated vsize (KiB) 1543860

[startup+815.002 s]
/proc/loadavg: 1.98 1.97 1.66 1/120 17887
/proc/meminfo: memFree=1550772/2059040 swapFree=4139796/4192956
[pid=17849] ppid=17847 vsize=1543860 CPUtime=1576.73
/proc/17849/stat : 17849 (java) S 17847 17849 17268 0 -1 4202496 82208 0 1 0 157569 104 0 0 18 0 14 0 10853499 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17849/statm: 385965 72212 1449 10 0 383268 0
[pid=17849/tid=17851] ppid=17847 vsize=1543860 CPUtime=0.41
/proc/17849/task/17851/stat : 17851 (java) S 17847 17849 17268 0 -1 4202560 4221 0 1 0 37 4 0 0 15 0 14 0 10853501 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17852] ppid=17847 vsize=1543860 CPUtime=9.76
/proc/17849/task/17852/stat : 17852 (java) S 17847 17849 17268 0 -1 4202560 14309 0 0 0 946 30 0 0 16 0 14 0 10853502 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17853] ppid=17847 vsize=1543860 CPUtime=9.77
/proc/17849/task/17853/stat : 17853 (java) S 17847 17849 17268 0 -1 4202560 15124 0 0 0 947 30 0 0 15 0 14 0 10853502 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17854] ppid=17847 vsize=1543860 CPUtime=37.46
/proc/17849/task/17854/stat : 17854 (java) S 17847 17849 17268 0 -1 4202560 4446 0 0 0 3738 8 0 0 15 0 14 0 10853504 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 0 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17855] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17855/stat : 17855 (java) S 17847 17849 17268 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 10853505 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17856] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17856/stat : 17856 (java) S 17847 17849 17268 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 10853505 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17857] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17857/stat : 17857 (java) S 17847 17849 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17858] ppid=17847 vsize=1543860 CPUtime=0.94
/proc/17849/task/17858/stat : 17858 (java) S 17847 17849 17268 0 -1 4202560 888 0 0 0 94 0 0 0 15 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17859] ppid=17847 vsize=1543860 CPUtime=4.59
/proc/17849/task/17859/stat : 17859 (java) S 17847 17849 17268 0 -1 4202560 10435 0 0 0 454 5 0 0 15 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17860] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17860/stat : 17860 (java) S 17847 17849 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17861] ppid=17847 vsize=1543860 CPUtime=0.02
/proc/17849/task/17861/stat : 17861 (java) S 17847 17849 17268 0 -1 4202560 47 0 0 0 1 1 0 0 15 0 14 0 10853509 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 1 0 0 0
[pid=17849/tid=17864] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17864/stat : 17864 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10853551 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
[pid=17849/tid=17865] ppid=17847 vsize=1543860 CPUtime=0
/proc/17849/task/17865/stat : 17865 (java) S 17847 17849 17268 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 10853551 1580912640 72212 1992294400 134512640 134550932 4289144592 18446744073709551615 4294960144 0 4 0 16800975 18446604437392546496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1576.73
Current children cumulated vsize (KiB) 1543860

Child status: 10
Real time (s): 815.089
CPU time (s): 1576.79
CPU user time (s): 1575.71
CPU system time (s): 1.07784
CPU usage (%): 193.45
Max. virtual memory (cumulated for all children) (KiB): 1546936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1575.71
system time used= 1.07784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82218
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= 24144
involuntary context switches= 42596

runsolver used 3.87141 second user time and 9.34758 second system time

The end

Launcher Data

Begin job on node083 at 2010-06-16 15:39:58
IDJOB=2662661
IDBENCH=1165
IDSOLVER=1166
FILE ID=node083/2662661-1276695598
PBS_JOBID= 11172604
Free space on /tmp= 62552 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662661-1276695598/watcher-2662661-1276695598 -o /tmp/evaluation-result-2662661-1276695598/solver-2662661-1276695598 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662661-1276695598.opb

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

MD5SUM BENCH= e92d33933b84b1c0ca9ffa19c28f7edc
RANDOM SEED=647232077

node083.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.262
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.52
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.262
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1837464 kB
Buffers:          7656 kB
Cached:          94828 kB
SwapCached:      36572 kB
Active:          51724 kB
Inactive:        94440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1837464 kB
SwapTotal:     4192956 kB
SwapFree:      4139796 kB
Dirty:             316 kB
Writeback:           0 kB
AnonPages:       11196 kB
Mapped:          12996 kB
Slab:            53468 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181524 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= 62552 MiB
End job on node083 at 2010-06-16 15:53:33