Trace number 2661623

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-31? (TO) 1800.46 933.96

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_4_15.opb
MD5SUMc41d0ae6b2deb2ba6caac7b74c416b6f
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/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-2661623-1276684832.opb
0.24/0.21	c reading problem ... 
3.30/2.43	c ... done. Wall clock time 2.216s.
3.30/2.43	c #vars     3270
3.30/2.43	c #constraints  6443
3.30/2.43	c constraints type 
3.30/2.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3070
3.30/2.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
3.30/2.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.30/2.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
3.30/2.43	c constraints type 
3.30/2.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.30/2.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3070
3.30/2.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
3.30/2.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
18.16/9.99	c cleaning 2506 clauses out of 5011 with flag 5011/5011
28.57/15.24	c cleaning 4248 clauses out of 8498 with flag 11004/11004
41.36/21.73	c cleaning 5626 clauses out of 11251 with flag 18005/18005
59.50/30.92	c cleaning 6818 clauses out of 13636 with flag 26016/26016
85.51/44.13	c cleaning 7901 clauses out of 15802 with flag 35000/35000
110.17/56.69	c cleaning 8951 clauses out of 17904 with flag 45003/45003
130.85/67.13	c cleaning 9476 clauses out of 18951 with flag 55001/55001
149.93/76.83	c cleaning 9736 clauses out of 19480 with flag 65006/65006
171.35/87.71	c cleaning 9875 clauses out of 19753 with flag 75015/75015
191.43/97.93	c cleaning 9932 clauses out of 19868 with flag 85005/85005
210.91/107.88	c cleaning 9971 clauses out of 19946 with flag 95015/95015
229.79/117.46	c cleaning 9982 clauses out of 19967 with flag 105007/105007
249.22/127.37	c cleaning 9992 clauses out of 19986 with flag 115008/115008
265.34/135.59	c cleaning 9994 clauses out of 19991 with flag 125005/125005
282.24/144.11	c cleaning 9998 clauses out of 20000 with flag 135008/135008
298.72/152.53	c cleaning 10008 clauses out of 20020 with flag 145026/145026
316.15/161.47	c cleaning 10005 clauses out of 20012 with flag 155026/155026
333.24/170.17	c cleaning 9989 clauses out of 19981 with flag 165000/165000
352.89/180.16	c cleaning 9995 clauses out of 19993 with flag 175001/175001
373.72/190.73	c cleaning 10002 clauses out of 20008 with flag 185011/185011
392.34/200.22	c cleaning 10000 clauses out of 20004 with flag 195009/195009
410.37/209.48	c cleaning 10001 clauses out of 20005 with flag 205010/205010
427.24/218.05	c cleaning 10010 clauses out of 20024 with flag 215030/215030
446.48/227.87	c cleaning 9992 clauses out of 19987 with flag 225003/225003
460.71/235.16	c cleaning 10007 clauses out of 20017 with flag 235025/235025
480.36/245.11	c cleaning 10008 clauses out of 20018 with flag 245033/245033
491.87/251.03	c cleaning 9986 clauses out of 19977 with flag 255000/255000
502.00/256.25	c cleaning 9996 clauses out of 19992 with flag 265001/265001
512.84/261.82	c cleaning 9990 clauses out of 19995 with flag 275000/275000
524.15/267.66	c cleaning 9993 clauses out of 20007 with flag 285002/285002
531.09/271.25	c cleaning 0 clauses out of 5000 with flag 0/5000
536.63/274.14	c cleaning 9996 clauses out of 20013 with flag 295001/295001
547.26/279.65	c cleaning 9996 clauses out of 20017 with flag 305001/305001
559.55/285.93	c cleaning 9997 clauses out of 20020 with flag 315000/315000
570.84/291.79	c cleaning 10000 clauses out of 20023 with flag 325000/325000
581.52/297.26	c cleaning 10004 clauses out of 20023 with flag 335000/335000
591.59/302.49	c cleaning 9999 clauses out of 20019 with flag 345000/345000
602.50/308.09	c cleaning 10001 clauses out of 20020 with flag 355000/355000
613.37/313.60	c cleaning 10001 clauses out of 20019 with flag 365000/365000
623.89/319.09	c cleaning 9998 clauses out of 20018 with flag 375000/375000
633.54/324.07	c cleaning 9998 clauses out of 20020 with flag 385000/385000
644.63/329.74	c cleaning 10010 clauses out of 20022 with flag 395000/395000
655.93/335.56	c cleaning 9996 clauses out of 20012 with flag 405000/405000
668.20/341.83	c cleaning 9995 clauses out of 20016 with flag 415000/415000
679.64/347.74	c cleaning 10001 clauses out of 20021 with flag 425000/425000
691.34/353.71	c cleaning 9994 clauses out of 20020 with flag 435000/435000
702.61/359.60	c cleaning 10000 clauses out of 20026 with flag 445000/445000
714.09/365.45	c cleaning 10001 clauses out of 20026 with flag 455000/455000
725.53/371.35	c cleaning 9999 clauses out of 20025 with flag 465000/465000
737.01/377.25	c cleaning 9999 clauses out of 20026 with flag 475000/475000
748.68/383.22	c cleaning 10005 clauses out of 20028 with flag 485001/485001
758.75/388.44	c cleaning 9996 clauses out of 20022 with flag 495000/495000
769.18/393.87	c cleaning 10000 clauses out of 20027 with flag 505001/505001
779.43/399.18	c cleaning 10000 clauses out of 20026 with flag 515000/515000
789.89/404.57	c cleaning 10000 clauses out of 20027 with flag 525001/525001
800.75/410.17	c cleaning 9999 clauses out of 20026 with flag 535000/535000
810.35/415.18	c cleaning 10002 clauses out of 20027 with flag 545000/545000
819.62/419.90	c cleaning 10000 clauses out of 20026 with flag 555001/555001
829.46/425.03	c cleaning 10000 clauses out of 20025 with flag 565000/565000
838.52/429.71	c cleaning 9999 clauses out of 20025 with flag 575000/575000
848.11/434.74	c cleaning 10000 clauses out of 20026 with flag 585000/585000
859.33/440.51	c cleaning 9999 clauses out of 20026 with flag 595000/595000
870.57/446.38	c cleaning 10003 clauses out of 20028 with flag 605001/605001
881.59/452.07	c cleaning 9999 clauses out of 20024 with flag 615000/615000
891.93/457.49	c cleaning 10003 clauses out of 20025 with flag 625000/625000
901.78/462.56	c cleaning 9997 clauses out of 20022 with flag 635000/635000
911.22/467.41	c cleaning 10002 clauses out of 20025 with flag 645000/645000
920.63/472.32	c cleaning 10000 clauses out of 20023 with flag 655000/655000
929.60/477.10	c cleaning 10002 clauses out of 20023 with flag 665000/665000
938.64/481.74	c cleaning 10002 clauses out of 20021 with flag 675000/675000
947.67/486.42	c cleaning 9999 clauses out of 20019 with flag 685000/685000
956.10/490.82	c cleaning 9999 clauses out of 20020 with flag 695000/695000
964.26/495.10	c cleaning 9998 clauses out of 20021 with flag 705000/705000
972.52/499.49	c cleaning 10001 clauses out of 20023 with flag 715000/715000
980.95/503.85	c cleaning 10002 clauses out of 20022 with flag 725000/725000
989.38/508.21	c cleaning 9999 clauses out of 20020 with flag 735000/735000
998.11/512.85	c cleaning 9996 clauses out of 20021 with flag 745000/745000
1007.34/517.63	c cleaning 10000 clauses out of 20025 with flag 755000/755000
1015.76/522.07	c cleaning 10003 clauses out of 20026 with flag 765001/765001
1024.79/526.72	c cleaning 9998 clauses out of 20022 with flag 775000/775000
1033.35/531.21	c cleaning 10000 clauses out of 20024 with flag 785000/785000
1042.56/536.01	c cleaning 10005 clauses out of 20024 with flag 795000/795000
1050.99/540.45	c cleaning 10001 clauses out of 20019 with flag 805000/805000
1059.21/544.74	c cleaning 10002 clauses out of 20018 with flag 815000/815000
1068.14/549.42	c cleaning 9997 clauses out of 20017 with flag 825001/825001
1076.17/553.63	c cleaning 10004 clauses out of 20019 with flag 835000/835000
1084.39/557.98	c cleaning 9996 clauses out of 20015 with flag 845000/845000
1092.03/562.00	c cleaning 9999 clauses out of 20019 with flag 855000/855000
1099.57/565.97	c cleaning 9999 clauses out of 20020 with flag 865000/865000
1108.58/570.61	c cleaning 10000 clauses out of 20021 with flag 875000/875000
1117.79/575.40	c cleaning 10002 clauses out of 20021 with flag 885000/885000
1127.38/580.49	c cleaning 9999 clauses out of 20019 with flag 895000/895000
1136.89/585.42	c cleaning 10000 clauses out of 20020 with flag 905000/905000
1146.89/590.63	c cleaning 10001 clauses out of 20020 with flag 915000/915000
1156.45/595.69	c cleaning 9997 clauses out of 20019 with flag 925000/925000
1166.24/600.79	c cleaning 10001 clauses out of 20022 with flag 935000/935000
1176.71/606.26	c cleaning 10002 clauses out of 20021 with flag 945000/945000
1186.30/611.22	c cleaning 9998 clauses out of 20020 with flag 955001/955001
1195.09/615.89	c cleaning 9999 clauses out of 20021 with flag 965000/965000
1204.48/620.72	c cleaning 9999 clauses out of 20022 with flag 975000/975000
1213.97/625.73	c cleaning 9999 clauses out of 20023 with flag 985000/985000
1222.95/630.41	c cleaning 9999 clauses out of 20024 with flag 995000/995000
1230.54/634.47	c cleaning 10001 clauses out of 20025 with flag 1005000/1005000
1240.71/639.71	c cleaning 10000 clauses out of 20024 with flag 1015000/1015000
1250.03/644.69	c cleaning 9999 clauses out of 20024 with flag 1025000/1025000
1259.97/649.83	c cleaning 10002 clauses out of 20025 with flag 1035000/1035000
1268.74/654.49	c cleaning 10002 clauses out of 20023 with flag 1045000/1045000
1277.51/659.04	c cleaning 9999 clauses out of 20021 with flag 1055000/1055000
1286.39/663.70	c cleaning 10002 clauses out of 20023 with flag 1065001/1065001
1294.76/668.18	c cleaning 9997 clauses out of 20020 with flag 1075000/1075000
1303.33/672.65	c cleaning 10001 clauses out of 20023 with flag 1085000/1085000
1312.49/677.49	c cleaning 9999 clauses out of 20022 with flag 1095000/1095000
1320.38/681.68	c cleaning 9998 clauses out of 20024 with flag 1105001/1105001
1329.95/686.60	c cleaning 10001 clauses out of 20025 with flag 1115000/1115000
1338.12/690.90	c cleaning 9998 clauses out of 20024 with flag 1125000/1125000
1346.31/695.24	c cleaning 10006 clauses out of 20029 with flag 1135003/1135003
1353.60/699.14	c cleaning 9999 clauses out of 20021 with flag 1145001/1145001
1360.21/702.70	c cleaning 9998 clauses out of 20021 with flag 1155000/1155000
1369.18/707.38	c cleaning 10002 clauses out of 20024 with flag 1165001/1165001
1376.97/711.47	c cleaning 9998 clauses out of 20021 with flag 1175000/1175000
1386.47/716.44	c cleaning 10002 clauses out of 20023 with flag 1185000/1185000
1395.44/721.12	c cleaning 10004 clauses out of 20022 with flag 1195001/1195001
1403.63/725.41	c cleaning 9999 clauses out of 20017 with flag 1205000/1205000
1412.01/729.90	c cleaning 10005 clauses out of 20018 with flag 1215000/1215000
1420.51/734.32	c cleaning 9997 clauses out of 20013 with flag 1225000/1225000
1428.70/738.66	c cleaning 10003 clauses out of 20016 with flag 1235000/1235000
1436.88/742.91	c cleaning 9996 clauses out of 20013 with flag 1245000/1245000
1444.49/746.94	c cleaning 9997 clauses out of 20017 with flag 1255000/1255000
1451.59/750.71	c cleaning 10002 clauses out of 20021 with flag 1265001/1265001
1460.77/755.50	c cleaning 9999 clauses out of 20018 with flag 1275000/1275000
1468.56/759.68	c cleaning 9998 clauses out of 20019 with flag 1285000/1285000
1477.17/764.17	c cleaning 10000 clauses out of 20021 with flag 1295000/1295000
1485.25/768.45	c cleaning 10000 clauses out of 20021 with flag 1305000/1305000
1492.63/772.34	c cleaning 10000 clauses out of 20021 with flag 1315000/1315000
1500.81/776.65	c cleaning 9999 clauses out of 20022 with flag 1325001/1325001
1512.93/782.93	c cleaning 10003 clauses out of 20022 with flag 1335000/1335000
1524.18/788.87	c cleaning 9997 clauses out of 20020 with flag 1345001/1345001
1534.93/794.43	c cleaning 10004 clauses out of 20024 with flag 1355002/1355002
1545.27/799.89	c cleaning 10004 clauses out of 20019 with flag 1365001/1365001
1555.82/805.33	c cleaning 9996 clauses out of 20016 with flag 1375002/1375002
1566.66/811.01	c cleaning 9999 clauses out of 20019 with flag 1385001/1385001
1577.00/816.41	c cleaning 9999 clauses out of 20019 with flag 1395000/1395000
1586.17/821.28	c cleaning 10000 clauses out of 20020 with flag 1405000/1405000
1594.74/825.74	c cleaning 9999 clauses out of 20020 with flag 1415000/1415000
1605.01/831.12	c cleaning 10002 clauses out of 20021 with flag 1425000/1425000
1614.56/836.12	c cleaning 10000 clauses out of 20020 with flag 1435001/1435001
1623.52/840.80	c cleaning 9996 clauses out of 20020 with flag 1445001/1445001
1632.89/845.71	c cleaning 10001 clauses out of 20023 with flag 1455000/1455000
1642.15/850.67	c cleaning 10002 clauses out of 20022 with flag 1465000/1465000
1651.71/855.62	c cleaning 9997 clauses out of 20021 with flag 1475001/1475001
1659.88/859.94	c cleaning 10000 clauses out of 20024 with flag 1485001/1485001
1669.43/864.97	c cleaning 10002 clauses out of 20023 with flag 1495000/1495000
1679.10/870.09	c cleaning 9999 clauses out of 20022 with flag 1505001/1505001
1688.04/874.77	c cleaning 10000 clauses out of 20022 with flag 1515000/1515000
1698.58/880.25	c cleaning 9998 clauses out of 20022 with flag 1525000/1525000
1707.74/885.04	c cleaning 10000 clauses out of 20025 with flag 1535001/1535001
1717.40/890.16	c cleaning 9998 clauses out of 20024 with flag 1545000/1545000
1726.36/894.81	c cleaning 10000 clauses out of 20026 with flag 1555000/1555000
1735.52/899.60	c cleaning 10004 clauses out of 20026 with flag 1565000/1565000
1744.08/904.12	c cleaning 10001 clauses out of 20024 with flag 1575002/1575002
1752.56/908.64	c cleaning 9997 clauses out of 20021 with flag 1585000/1585000
1760.91/913.05	c cleaning 10000 clauses out of 20024 with flag 1595000/1595000
1769.84/917.79	c cleaning 10000 clauses out of 20024 with flag 1605000/1605000
1778.99/922.57	c cleaning 10000 clauses out of 20024 with flag 1615000/1615000
1788.25/927.43	c cleaning 10001 clauses out of 20024 with flag 1625000/1625000
1798.97/933.06	c cleaning 10004 clauses out of 20023 with flag 1635000/1635000
1800.21/933.82	c starts		: 209
1800.21/933.82	c conflicts		: 1635932
1800.21/933.82	c decisions		: 2200572
1800.21/933.82	c propagations		: 74640415
1800.21/933.82	c inspects		: 1762688272
1800.21/933.82	c learnt literals	: 0
1800.21/933.82	c learnt binary clauses	: 0
1800.21/933.82	c learnt ternary clauses	: 4973
1800.21/933.82	c learnt clauses	: 1635931
1800.21/933.82	c ignored clauses	: 0
1800.21/933.82	c root simplifications	: 0
1800.21/933.82	c removed literals (reason simplification)	: 117523687
1800.21/933.83	c reason swapping (by a shorter reason)	: 0
1800.21/933.83	c Calls to reduceDB	: 165
1800.21/933.83	c number of reductions to clauses (during analyze)	: 0
1800.21/933.83	c number of learned constraints concerned by reduction	: 0
1800.21/933.83	c number of learning phase by resolution	: 0
1800.21/933.83	c number of learning phase by cutting planes	: 0
1800.21/933.83	c speed (assignments/second)	: 80138.56571669072
1800.21/933.83	c non guided choices	3137
1800.21/933.87	c learnt constraints type 
1800.21/933.87	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11033
1800.21/933.87	c constraints type 
1800.21/933.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3070
1800.21/933.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.21/933.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.21/933.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1800.21/933.87	c constraints type 
1800.21/933.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.21/933.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3070
1800.21/933.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.21/933.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1800.21/933.87	s UNKNOWN
1800.21/933.87	c Total wall clock time (in seconds): 933.655

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10470
/proc/meminfo: memFree=1606408/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1832 CPUtime=0
/proc/10470/stat : 10470 (java6) S 10468 10470 9353 0 -1 4194304 244 0 0 0 0 0 0 0 19 0 1 0 44086869 1875968 147 1992294400 134512640 134550932 4288287904 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/10470/statm: 458 147 111 10 0 63 0

[startup+0.0730579 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10470
/proc/meminfo: memFree=1606408/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1521796 CPUtime=0.06
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 3713 0 1 0 4 2 0 0 18 0 7 0 44086869 1558319104 3155 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 380449 3155 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.10106 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10470
/proc/meminfo: memFree=1606408/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1524180 CPUtime=0.08
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 3953 0 1 0 6 2 0 0 18 0 12 0 44086869 1560760320 3393 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300429 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10470
/proc/meminfo: memFree=1606408/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1526220 CPUtime=0.36
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 5382 0 1 0 33 3 0 0 18 0 12 0 44086869 1562849280 4820 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 381555 4820 1356 10 0 378858 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526220

[startup+0.700428 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10470
/proc/meminfo: memFree=1606408/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1528344 CPUtime=1.1
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 7123 0 1 0 106 4 0 0 18 0 12 0 44086869 1565024256 6365 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 382086 6366 1407 10 0 379389 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528344

[startup+1.50143 s]
/proc/loadavg: 1.16 1.03 1.01 3/118 10482
/proc/meminfo: memFree=1582444/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1528400 CPUtime=2.32
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 9325 0 1 0 227 5 0 0 18 0 12 0 44086869 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 382100 7956 1411 10 0 379403 0
[pid=10470/tid=10472] ppid=10468 vsize=1528400 CPUtime=1.46
/proc/10470/task/10472/stat : 10472 (java) R 10468 10470 9353 0 -1 4202560 6302 0 1 0 143 3 0 0 19 0 12 0 44086871 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4109510987 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10470/tid=10473] ppid=10468 vsize=1528400 CPUtime=0
/proc/10470/task/10473/stat : 10473 (java) S 10468 10470 9353 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 44086872 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10474] ppid=10468 vsize=1528400 CPUtime=0
/proc/10470/task/10474/stat : 10474 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 44086872 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10475] ppid=10468 vsize=1528400 CPUtime=0
/proc/10470/task/10475/stat : 10475 (java) S 10468 10470 9353 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 44086874 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10476] ppid=10468 vsize=1528400 CPUtime=0
/proc/10470/task/10476/stat : 10476 (java) S 10468 10470 9353 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 44086874 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10477] ppid=10468 vsize=1528400 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10468 10470 9353 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 44086874 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10478] ppid=10468 vsize=1528400 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44086879 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10479] ppid=10468 vsize=1528400 CPUtime=0.49
/proc/10470/task/10479/stat : 10479 (java) S 10468 10470 9353 0 -1 4202560 1370 0 0 0 49 0 0 0 24 0 12 0 44086879 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10480] ppid=10468 vsize=1528400 CPUtime=0.34
/proc/10470/task/10480/stat : 10480 (java) S 10468 10470 9353 0 -1 4202560 587 0 0 0 34 0 0 0 21 0 12 0 44086879 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10481] ppid=10468 vsize=1528400 CPUtime=0
/proc/10470/task/10481/stat : 10481 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44086879 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10482] ppid=10468 vsize=1528400 CPUtime=0
/proc/10470/task/10482/stat : 10482 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44086879 1565081600 7956 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1528400

[startup+3.10142 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 10482
/proc/meminfo: memFree=1575996/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1549160 CPUtime=4.68
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 18650 0 1 0 459 9 0 0 18 0 16 0 44086869 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 387290 14702 1425 10 0 384593 0
[pid=10470/tid=10472] ppid=10468 vsize=1549160 CPUtime=2.4
/proc/10470/task/10472/stat : 10472 (java) S 10468 10470 9353 0 -1 4202560 7641 0 1 0 236 4 0 0 23 0 16 0 44086871 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10473] ppid=10468 vsize=1549160 CPUtime=0
/proc/10470/task/10473/stat : 10473 (java) S 10468 10470 9353 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 44086872 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10474] ppid=10468 vsize=1549160 CPUtime=0
/proc/10470/task/10474/stat : 10474 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 44086872 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10475] ppid=10468 vsize=1549160 CPUtime=0
/proc/10470/task/10475/stat : 10475 (java) R 10468 10470 9353 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 44086874 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=10470/tid=10476] ppid=10468 vsize=1549160 CPUtime=0
/proc/10470/task/10476/stat : 10476 (java) S 10468 10470 9353 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 44086874 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10477] ppid=10468 vsize=1549160 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10468 10470 9353 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 44086874 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10478] ppid=10468 vsize=1549160 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10479] ppid=10468 vsize=1549160 CPUtime=1.1
/proc/10470/task/10479/stat : 10479 (java) R 10468 10470 9353 0 -1 4202560 6618 0 0 0 108 2 0 0 16 0 16 0 44086879 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 105636192 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10470/tid=10480] ppid=10468 vsize=1549160 CPUtime=0.86
/proc/10470/task/10480/stat : 10480 (java) R 10468 10470 9353 0 -1 4202560 2696 0 0 0 85 1 0 0 16 0 16 0 44086879 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 105711395 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10470/tid=10481] ppid=10468 vsize=1549160 CPUtime=0
/proc/10470/task/10481/stat : 10481 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10482] ppid=10468 vsize=1549160 CPUtime=0
/proc/10470/task/10482/stat : 10482 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 44086879 1586339840 14702 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 1549160

[startup+6.30179 s]
/proc/loadavg: 1.16 1.03 1.01 5/122 10486
/proc/meminfo: memFree=1451592/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1547700 CPUtime=11.01
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 51669 0 1 0 1058 43 0 0 18 0 16 0 44086869 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 386925 42371 1441 10 0 384228 0
[pid=10470/tid=10472] ppid=10468 vsize=1547700 CPUtime=2.4
/proc/10470/task/10472/stat : 10472 (java) S 10468 10470 9353 0 -1 4202560 7642 0 1 0 236 4 0 0 15 0 16 0 44086871 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10473] ppid=10468 vsize=1547700 CPUtime=0.08
/proc/10470/task/10473/stat : 10473 (java) S 10468 10470 9353 0 -1 4202560 3011 0 0 0 7 1 0 0 18 0 16 0 44086872 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10474] ppid=10468 vsize=1547700 CPUtime=0.02
/proc/10470/task/10474/stat : 10474 (java) S 10468 10470 9353 0 -1 4202560 982 0 0 0 2 0 0 0 16 0 16 0 44086872 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10475] ppid=10468 vsize=1547700 CPUtime=0.31
/proc/10470/task/10475/stat : 10475 (java) S 10468 10470 9353 0 -1 4202560 11 0 0 0 13 18 0 0 16 0 16 0 44086874 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10476] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10476/stat : 10476 (java) S 10468 10470 9353 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44086874 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10477] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10468 10470 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44086874 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10478] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10479] ppid=10468 vsize=1547700 CPUtime=3.04
/proc/10470/task/10479/stat : 10479 (java) R 10468 10470 9353 0 -1 4202560 8773 0 0 0 301 3 0 0 16 0 16 0 44086879 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 104163868 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10470/tid=10480] ppid=10468 vsize=1547700 CPUtime=1.81
/proc/10470/task/10480/stat : 10480 (java) R 10468 10470 9353 0 -1 4202560 5689 0 0 0 179 2 0 0 16 0 16 0 44086879 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 105496160 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10470/tid=10481] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10481/stat : 10481 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10482] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10482/stat : 10482 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 44086879 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10483] ppid=10468 vsize=1547700 CPUtime=1.08
/proc/10470/task/10483/stat : 10483 (java) R 10468 10470 9353 0 -1 4202560 10283 0 0 0 103 5 0 0 25 0 16 0 44087113 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4109715294 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10470/tid=10484] ppid=10468 vsize=1547700 CPUtime=2.16
/proc/10470/task/10484/stat : 10484 (java) R 10468 10470 9353 0 -1 4202560 14206 0 0 0 212 4 0 0 17 0 16 0 44087113 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4109550307 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10470/tid=10485] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10485/stat : 10485 (java) S 10468 10470 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10486] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10486/stat : 10486 (java) S 10468 10470 9353 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 42371 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 1547700

[startup+12.7015 s]
/proc/loadavg: 1.66 1.15 1.05 3/122 10486
/proc/meminfo: memFree=1408812/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1547700 CPUtime=23.62
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 60558 0 1 0 2314 48 0 0 18 0 16 0 44086869 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 386925 50696 1446 10 0 384228 0
[pid=10470/tid=10472] ppid=10468 vsize=1547700 CPUtime=2.4
/proc/10470/task/10472/stat : 10472 (java) S 10468 10470 9353 0 -1 4202560 7643 0 1 0 236 4 0 0 15 0 16 0 44086871 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10473] ppid=10468 vsize=1547700 CPUtime=0.31
/proc/10470/task/10473/stat : 10473 (java) S 10468 10470 9353 0 -1 4202560 6954 0 0 0 28 3 0 0 16 0 16 0 44086872 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10474] ppid=10468 vsize=1547700 CPUtime=0.25
/proc/10470/task/10474/stat : 10474 (java) S 10468 10470 9353 0 -1 4202560 5389 0 0 0 22 3 0 0 15 0 16 0 44086872 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10475] ppid=10468 vsize=1547700 CPUtime=0.39
/proc/10470/task/10475/stat : 10475 (java) S 10468 10470 9353 0 -1 4202560 493 0 0 0 21 18 0 0 15 0 16 0 44086874 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10476] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10476/stat : 10476 (java) S 10468 10470 9353 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44086874 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10477] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10468 10470 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44086874 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10478] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10479] ppid=10468 vsize=1547700 CPUtime=3.07
/proc/10470/task/10479/stat : 10479 (java) S 10468 10470 9353 0 -1 4202560 8782 0 0 0 304 3 0 0 16 0 16 0 44086879 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10480] ppid=10468 vsize=1547700 CPUtime=2.02
/proc/10470/task/10480/stat : 10480 (java) S 10468 10470 9353 0 -1 4202560 5710 0 0 0 200 2 0 0 15 0 16 0 44086879 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10481] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10481/stat : 10481 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10482] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10482/stat : 10482 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 44086879 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10483] ppid=10468 vsize=1547700 CPUtime=6.82
/proc/10470/task/10483/stat : 10483 (java) R 10468 10470 9353 0 -1 4202560 10290 0 0 0 677 5 0 0 24 0 16 0 44087113 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4109578768 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10470/tid=10484] ppid=10468 vsize=1547700 CPUtime=8.25
/proc/10470/task/10484/stat : 10484 (java) R 10468 10470 9353 0 -1 4202560 14225 0 0 0 821 4 0 0 25 0 16 0 44087113 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4109704988 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10470/tid=10485] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10485/stat : 10485 (java) S 10468 10470 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10486] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10486/stat : 10486 (java) S 10468 10470 9353 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 50696 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.62
Current children cumulated vsize (KiB) 1547700

[startup+25.502 s]
/proc/loadavg: 1.71 1.17 1.06 3/122 10486
/proc/meminfo: memFree=1384260/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1547700 CPUtime=48.8
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 67441 0 1 0 4828 52 0 0 18 0 16 0 44086869 1584844800 57005 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/10470/task/10485/stat : 10485 (java) S 10468 10470 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 73675 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10486] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10486/stat : 10486 (java) S 10468 10470 9353 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 73675 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1473.59
Current children cumulated vsize (KiB) 1547700

[startup+822.301 s]
/proc/loadavg: 2.01 1.94 1.58 2/122 10508
/proc/meminfo: memFree=1312712/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1547700 CPUtime=1588.01
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 88234 0 1 0 158654 147 0 0 18 0 16 0 44086869 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 386925 74190 1450 10 0 384228 0
[pid=10470/tid=10472] ppid=10468 vsize=1547700 CPUtime=2.4
/proc/10470/task/10472/stat : 10472 (java) S 10468 10470 9353 0 -1 4202560 7663 0 1 0 236 4 0 0 15 0 16 0 44086871 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10473] ppid=10468 vsize=1547700 CPUtime=13.53
/proc/10470/task/10473/stat : 10473 (java) S 10468 10470 9353 0 -1 4202560 19494 0 0 0 1320 33 0 0 16 0 16 0 44086872 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10474] ppid=10468 vsize=1547700 CPUtime=13.46
/proc/10470/task/10474/stat : 10474 (java) S 10468 10470 9353 0 -1 4202560 16905 0 0 0 1317 29 0 0 16 0 16 0 44086872 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10475] ppid=10468 vsize=1547700 CPUtime=41.17
/proc/10470/task/10475/stat : 10475 (java) S 10468 10470 9353 0 -1 4202560 1372 0 0 0 4089 28 0 0 16 0 16 0 44086874 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10476] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10476/stat : 10476 (java) S 10468 10470 9353 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44086874 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10477] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10468 10470 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44086874 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10478] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10479] ppid=10468 vsize=1547700 CPUtime=3.11
/proc/10470/task/10479/stat : 10479 (java) S 10468 10470 9353 0 -1 4202560 8782 0 0 0 308 3 0 0 15 0 16 0 44086879 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10480] ppid=10468 vsize=1547700 CPUtime=3.02
/proc/10470/task/10480/stat : 10480 (java) S 10468 10470 9353 0 -1 4202560 7129 0 0 0 299 3 0 0 15 0 16 0 44086879 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10481] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10481/stat : 10481 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10482] ppid=10468 vsize=1547700 CPUtime=0.01
/proc/10470/task/10482/stat : 10482 (java) S 10468 10470 9353 0 -1 4202560 48 0 0 0 0 1 0 0 15 0 16 0 44086879 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10483] ppid=10468 vsize=1547700 CPUtime=754.51
/proc/10470/task/10483/stat : 10483 (java) R 10468 10470 9353 0 -1 4202560 10907 0 0 0 75421 30 0 0 25 0 16 0 44087113 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4109715342 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10470/tid=10484] ppid=10468 vsize=1547700 CPUtime=756.71
/proc/10470/task/10484/stat : 10484 (java) R 10468 10470 9353 0 -1 4202560 14863 0 0 0 75659 12 0 0 17 0 16 0 44087113 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4110041417 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10470/tid=10485] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10485/stat : 10485 (java) S 10468 10470 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10486] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10486/stat : 10486 (java) S 10468 10470 9353 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 74190 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1588.01
Current children cumulated vsize (KiB) 1547700

[startup+882.301 s]
/proc/loadavg: 2.05 1.96 1.61 3/122 10510
/proc/meminfo: memFree=1310480/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1547700 CPUtime=1702.38
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 88871 0 1 0 170086 152 0 0 18 0 16 0 44086869 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 386925 74722 1450 10 0 384228 0
[pid=10470/tid=10472] ppid=10468 vsize=1547700 CPUtime=2.4
/proc/10470/task/10472/stat : 10472 (java) S 10468 10470 9353 0 -1 4202560 7667 0 1 0 236 4 0 0 15 0 16 0 44086871 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10473] ppid=10468 vsize=1547700 CPUtime=14.73
/proc/10470/task/10473/stat : 10473 (java) S 10468 10470 9353 0 -1 4202560 19753 0 0 0 1439 34 0 0 15 0 16 0 44086872 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10474] ppid=10468 vsize=1547700 CPUtime=14.65
/proc/10470/task/10474/stat : 10474 (java) S 10468 10470 9353 0 -1 4202560 17214 0 0 0 1435 30 0 0 16 0 16 0 44086872 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10475] ppid=10468 vsize=1547700 CPUtime=45.75
/proc/10470/task/10475/stat : 10475 (java) S 10468 10470 9353 0 -1 4202560 1376 0 0 0 4546 29 0 0 15 0 16 0 44086874 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10476] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10476/stat : 10476 (java) S 10468 10470 9353 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44086874 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10477] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10468 10470 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44086874 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10478] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10479] ppid=10468 vsize=1547700 CPUtime=3.11
/proc/10470/task/10479/stat : 10479 (java) S 10468 10470 9353 0 -1 4202560 8782 0 0 0 308 3 0 0 15 0 16 0 44086879 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10480] ppid=10468 vsize=1547700 CPUtime=3.02
/proc/10470/task/10480/stat : 10480 (java) S 10468 10470 9353 0 -1 4202560 7129 0 0 0 299 3 0 0 15 0 16 0 44086879 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10481] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10481/stat : 10481 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10482] ppid=10468 vsize=1547700 CPUtime=0.01
/proc/10470/task/10482/stat : 10482 (java) S 10468 10470 9353 0 -1 4202560 52 0 0 0 0 1 0 0 15 0 16 0 44086879 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10483] ppid=10468 vsize=1547700 CPUtime=807.73
/proc/10470/task/10483/stat : 10483 (java) R 10468 10470 9353 0 -1 4202560 10943 0 0 0 80743 30 0 0 25 0 16 0 44087113 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4109715339 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10470/tid=10484] ppid=10468 vsize=1547700 CPUtime=810.89
/proc/10470/task/10484/stat : 10484 (java) R 10468 10470 9353 0 -1 4202560 14884 0 0 0 81076 13 0 0 25 0 16 0 44087113 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4109965275 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10470/tid=10485] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10485/stat : 10485 (java) S 10468 10470 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10486] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10486/stat : 10486 (java) S 10468 10470 9353 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 74722 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1702.38
Current children cumulated vsize (KiB) 1547700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+933.801 s]
/proc/loadavg: 2.09 1.99 1.64 3/122 10510
/proc/meminfo: memFree=1309364/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1547700 CPUtime=1800.21
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 89206 0 1 0 179861 160 0 0 18 0 16 0 44086869 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 386925 74984 1450 10 0 384228 0
[pid=10470/tid=10472] ppid=10468 vsize=1547700 CPUtime=2.4
/proc/10470/task/10472/stat : 10472 (java) S 10468 10470 9353 0 -1 4202560 7671 0 1 0 236 4 0 0 15 0 16 0 44086871 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10473] ppid=10468 vsize=1547700 CPUtime=15.74
/proc/10470/task/10473/stat : 10473 (java) S 10468 10470 9353 0 -1 4202560 19857 0 0 0 1540 34 0 0 15 0 16 0 44086872 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10474] ppid=10468 vsize=1547700 CPUtime=15.66
/proc/10470/task/10474/stat : 10474 (java) S 10468 10470 9353 0 -1 4202560 17390 0 0 0 1531 35 0 0 16 0 16 0 44086872 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10475] ppid=10468 vsize=1547700 CPUtime=50.08
/proc/10470/task/10475/stat : 10475 (java) S 10468 10470 9353 0 -1 4202560 1378 0 0 0 4978 30 0 0 16 0 16 0 44086874 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10476] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10476/stat : 10476 (java) S 10468 10470 9353 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44086874 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10477] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10468 10470 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44086874 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10478] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10479] ppid=10468 vsize=1547700 CPUtime=3.11
/proc/10470/task/10479/stat : 10479 (java) S 10468 10470 9353 0 -1 4202560 8782 0 0 0 308 3 0 0 15 0 16 0 44086879 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10480] ppid=10468 vsize=1547700 CPUtime=3.02
/proc/10470/task/10480/stat : 10480 (java) S 10468 10470 9353 0 -1 4202560 7129 0 0 0 299 3 0 0 15 0 16 0 44086879 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10481] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10481/stat : 10481 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44086879 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10482] ppid=10468 vsize=1547700 CPUtime=0.01
/proc/10470/task/10482/stat : 10482 (java) R 10468 10470 9353 0 -1 4202560 54 0 0 0 0 1 0 0 15 0 16 0 44086879 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10470/tid=10483] ppid=10468 vsize=1547700 CPUtime=853.05
/proc/10470/task/10483/stat : 10483 (java) R 10468 10470 9353 0 -1 4202560 10968 0 0 0 85275 30 0 0 23 0 16 0 44087113 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4109697125 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10470/tid=10484] ppid=10468 vsize=1547700 CPUtime=857.04
/proc/10470/task/10484/stat : 10484 (java) R 10468 10470 9353 0 -1 4202560 14906 0 0 0 85690 14 0 0 22 0 16 0 44087113 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4109703936 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10470/tid=10485] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10485/stat : 10485 (java) S 10468 10470 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10486] ppid=10468 vsize=1547700 CPUtime=0
/proc/10470/task/10486/stat : 10486 (java) S 10468 10470 9353 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 44087115 1584844800 74984 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1547700

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

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

[startup+933.924 s]
/proc/loadavg: 2.09 1.99 1.64 3/122 10510
/proc/meminfo: memFree=1309364/2059040 swapFree=4140048/4192956
[pid=10470] ppid=10468 vsize=1548348 CPUtime=1800.42
/proc/10470/stat : 10470 (java) S 10468 10470 9353 0 -1 4202496 89224 0 1 0 179882 160 0 0 18 0 17 0 44086869 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10470/statm: 387087 75002 1451 10 0 384390 0
[pid=10470/tid=10472] ppid=10468 vsize=1548348 CPUtime=2.4
/proc/10470/task/10472/stat : 10472 (java) S 10468 10470 9353 0 -1 4202560 7671 0 1 0 236 4 0 0 15 0 17 0 44086871 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10473] ppid=10468 vsize=1548348 CPUtime=15.74
/proc/10470/task/10473/stat : 10473 (java) S 10468 10470 9353 0 -1 4202560 19857 0 0 0 1540 34 0 0 15 0 17 0 44086872 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10474] ppid=10468 vsize=1548348 CPUtime=15.66
/proc/10470/task/10474/stat : 10474 (java) S 10468 10470 9353 0 -1 4202560 17390 0 0 0 1531 35 0 0 16 0 17 0 44086872 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10475] ppid=10468 vsize=1548348 CPUtime=50.08
/proc/10470/task/10475/stat : 10475 (java) S 10468 10470 9353 0 -1 4202560 1378 0 0 0 4978 30 0 0 16 0 17 0 44086874 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10476] ppid=10468 vsize=1548348 CPUtime=0
/proc/10470/task/10476/stat : 10476 (java) S 10468 10470 9353 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 44086874 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10477] ppid=10468 vsize=1548348 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10468 10470 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 44086874 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10478] ppid=10468 vsize=1548348 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10468 10470 9353 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 44086879 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10479] ppid=10468 vsize=1548348 CPUtime=3.11
/proc/10470/task/10479/stat : 10479 (java) S 10468 10470 9353 0 -1 4202560 8782 0 0 0 308 3 0 0 15 0 17 0 44086879 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10470/tid=10480] ppid=10468 vsize=1548348 CPUtime=3.03
/proc/10470/task/10480/stat : 10480 (java) S 10468 10470 9353 0 -1 4202560 7129 0 0 0 300 3 0 0 16 0 17 0 44086879 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10481] ppid=10468 vsize=1548348 CPUtime=0
/proc/10470/task/10481/stat : 10481 (java) S 10468 10470 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 44086879 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10482] ppid=10468 vsize=1548348 CPUtime=0.01
/proc/10470/task/10482/stat : 10482 (java) R 10468 10470 9353 0 -1 4202560 54 0 0 0 0 1 0 0 15 0 17 0 44086879 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10470/tid=10483] ppid=10468 vsize=1548348 CPUtime=853.15
/proc/10470/task/10483/stat : 10483 (java) R 10468 10470 9353 0 -1 4202560 10968 0 0 0 85285 30 0 0 23 0 17 0 44087113 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4109578786 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10470/tid=10484] ppid=10468 vsize=1548348 CPUtime=857.12
/proc/10470/task/10484/stat : 10484 (java) R 10468 10470 9353 0 -1 4202560 14906 0 0 0 85698 14 0 0 23 0 17 0 44087113 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4109548605 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10470/tid=10485] ppid=10468 vsize=1548348 CPUtime=0
/proc/10470/task/10485/stat : 10485 (java) S 10468 10470 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 44087115 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10470/tid=10486] ppid=10468 vsize=1548348 CPUtime=0
/proc/10470/task/10486/stat : 10486 (java) S 10468 10470 9353 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 44087115 1585508352 75002 1992294400 134512640 134550932 4289979776 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 1548348

Child status: 143
Real time (s): 933.96
CPU time (s): 1800.46
CPU user time (s): 1798.82
CPU system time (s): 1.63975
CPU usage (%): 192.778
Max. virtual memory (cumulated for all children) (KiB): 1551796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.63975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89225
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= 30586
involuntary context switches= 52834

runsolver used 4.71428 second user time and 10.9033 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-16 12:40:32
IDJOB=2661623
IDBENCH=48383
IDSOLVER=1166
FILE ID=node006/2661623-1276684832
PBS_JOBID= 11172561
Free space on /tmp= 62504 MiB

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

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

MD5SUM BENCH= c41d0ae6b2deb2ba6caac7b74c416b6f
RANDOM SEED=1397385095

node006.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.204
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.40
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.204
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1606804 kB
Buffers:        162236 kB
Cached:         203928 kB
SwapCached:       6988 kB
Active:         145884 kB
Inactive:       234776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1606804 kB
SwapTotal:     4192956 kB
SwapFree:      4140048 kB
Dirty:             420 kB
Writeback:           0 kB
AnonPages:       12632 kB
Mapped:          13112 kB
Slab:            49688 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181760 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= 62504 MiB
End job on node006 at 2010-06-16 12:56:08