Trace number 2661522

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.75 948.353

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
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.16	c Number of processors 	2
0.22/0.24	c Pseudo Boolean Optimization
0.22/0.24	c ManyCore solver with 2 solvers running in parallel
0.22/0.24	c --- Begin Solver configuration ---
0.22/0.24	c Stops conflict analysis at the first Unique Implication Point
0.22/0.24	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.22/0.24	c Learn all clauses as in MiniSAT
0.22/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.24	c Expensive reason simplification
0.22/0.24	c Armin Biere (Picosat) restarts strategy
0.22/0.24	c Glucose learned constraints deletion strategy
0.22/0.24	c timeout=2147483s
0.22/0.24	c DB Simplification allowed=false
0.22/0.24	c --- End Solver configuration ---
0.22/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.24	c --- Begin Solver configuration ---
0.22/0.24	c Stops conflict analysis at the first Unique Implication Point
0.22/0.24	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.22/0.24	c Learn all clauses as in MiniSAT
0.22/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.24	c No reason simplification
0.22/0.24	c Armin Biere (Picosat) restarts strategy
0.22/0.24	c Glucose learned constraints deletion strategy
0.22/0.24	c timeout=2147483s
0.22/0.24	c DB Simplification allowed=false
0.22/0.24	c --- End Solver configuration ---
0.22/0.24	
0.22/0.24	c solving HOME/instance-2661522-1276688973.opb
0.22/0.24	c reading problem ... 
1.67/1.07	c ... done. Wall clock time 0.829s.
1.67/1.07	c #vars     2130
1.67/1.07	c #constraints  2548
1.67/1.07	c constraints type 
1.67/1.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
1.67/1.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
1.67/1.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
1.67/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
1.67/1.07	c constraints type 
1.67/1.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
1.67/1.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
1.67/1.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
1.67/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
10.77/5.65	c cleaning 2496 clauses out of 5001 with flag 5001/5001
15.66/8.11	c cleaning 4246 clauses out of 8505 with flag 11001/11001
21.53/11.11	c cleaning 5626 clauses out of 11259 with flag 18001/18001
27.98/14.48	c cleaning 6811 clauses out of 13632 with flag 26000/26000
34.03/17.59	c cleaning 7901 clauses out of 15822 with flag 35001/35001
41.48/21.34	c cleaning 8948 clauses out of 17921 with flag 45001/45001
49.14/25.27	c cleaning 9475 clauses out of 18973 with flag 55001/55001
56.96/29.22	c cleaning 9741 clauses out of 19498 with flag 65001/65001
68.12/34.92	c cleaning 9875 clauses out of 19756 with flag 75000/75000
76.52/39.24	c cleaning 9937 clauses out of 19883 with flag 85002/85002
88.07/45.14	c cleaning 9957 clauses out of 19945 with flag 95001/95001
97.82/50.19	c cleaning 9958 clauses out of 19987 with flag 105000/105000
110.10/56.40	c cleaning 10010 clauses out of 20029 with flag 115000/115000
121.23/62.11	c cleaning 10008 clauses out of 20019 with flag 125000/125000
131.15/67.22	c cleaning 9994 clauses out of 20011 with flag 135000/135000
139.68/71.67	c cleaning 10003 clauses out of 20017 with flag 145000/145000
146.76/75.39	c cleaning 10001 clauses out of 20015 with flag 155001/155001
155.88/80.09	c cleaning 9988 clauses out of 20014 with flag 165001/165001
165.20/84.81	c cleaning 9995 clauses out of 20025 with flag 175000/175000
173.52/89.14	c cleaning 9987 clauses out of 20030 with flag 185000/185000
183.94/94.59	c cleaning 10004 clauses out of 20043 with flag 195000/195000
196.59/101.06	c cleaning 9999 clauses out of 20041 with flag 205002/205002
206.68/106.21	c cleaning 10000 clauses out of 20040 with flag 215000/215000
214.17/110.14	c cleaning 10016 clauses out of 20043 with flag 225003/225003
223.39/114.96	c cleaning 9980 clauses out of 20024 with flag 235000/235000
241.59/124.30	c cleaning 10014 clauses out of 20045 with flag 245001/245001
262.91/135.13	c cleaning 9999 clauses out of 20030 with flag 255000/255000
271.37/139.52	c cleaning 10010 clauses out of 20031 with flag 265000/265000
282.32/145.22	c cleaning 9999 clauses out of 20022 with flag 275001/275001
294.12/151.37	c cleaning 10008 clauses out of 20022 with flag 285000/285000
304.54/156.74	c cleaning 9999 clauses out of 20014 with flag 295000/295000
314.39/161.83	c cleaning 9990 clauses out of 20015 with flag 305000/305000
324.33/167.07	c cleaning 9996 clauses out of 20027 with flag 315002/315002
333.96/172.01	c cleaning 9946 clauses out of 20029 with flag 325000/325000
349.52/180.03	c cleaning 9982 clauses out of 20083 with flag 335000/335000
362.32/186.62	c cleaning 9999 clauses out of 20101 with flag 345000/345000
373.23/192.31	c cleaning 10011 clauses out of 20103 with flag 355001/355001
384.05/197.92	c cleaning 9996 clauses out of 20091 with flag 365000/365000
394.05/203.16	c cleaning 10004 clauses out of 20095 with flag 375000/375000
403.85/208.21	c cleaning 10019 clauses out of 20091 with flag 385000/385000
413.58/213.31	c cleaning 10027 clauses out of 20073 with flag 395001/395001
422.99/218.28	c cleaning 10012 clauses out of 20045 with flag 405000/405000
434.79/224.32	c cleaning 10004 clauses out of 20033 with flag 415000/415000
443.57/228.96	c cleaning 10005 clauses out of 20031 with flag 425002/425002
451.29/233.06	c cleaning 9968 clauses out of 20025 with flag 435001/435001
464.66/239.95	c cleaning 9967 clauses out of 20056 with flag 445000/445000
474.46/245.03	c cleaning 9998 clauses out of 20089 with flag 455000/455000
482.26/249.19	c cleaning 10017 clauses out of 20091 with flag 465000/465000
490.35/253.48	c cleaning 10000 clauses out of 20074 with flag 475000/475000
498.15/257.57	c cleaning 9998 clauses out of 20074 with flag 485000/485000
508.13/262.72	c cleaning 10006 clauses out of 20077 with flag 495001/495001
516.13/266.96	c cleaning 10005 clauses out of 20070 with flag 505000/505000
526.98/272.60	c cleaning 9999 clauses out of 20066 with flag 515001/515001
537.95/278.34	c cleaning 10021 clauses out of 20067 with flag 525001/525001
547.10/283.15	c cleaning 10000 clauses out of 20046 with flag 535001/535001
556.44/288.09	c cleaning 9975 clauses out of 20046 with flag 545001/545001
566.87/293.56	c cleaning 9973 clauses out of 20070 with flag 555000/555000
577.22/298.91	c cleaning 10017 clauses out of 20097 with flag 565000/565000
588.13/304.62	c cleaning 9998 clauses out of 20081 with flag 575001/575001
598.06/309.80	c cleaning 9986 clauses out of 20089 with flag 585007/585007
606.90/314.60	c cleaning 10044 clauses out of 20096 with flag 595000/595000
615.81/319.29	c cleaning 10023 clauses out of 20054 with flag 605002/605002
625.53/324.33	c cleaning 10004 clauses out of 20030 with flag 615001/615001
627.33/325.42	c cleaning 0 clauses out of 5000 with flag 0/5000
639.91/332.00	c cleaning 10004 clauses out of 20026 with flag 625001/625001
651.21/337.93	c cleaning 9976 clauses out of 20021 with flag 635000/635000
664.09/344.63	c cleaning 9993 clauses out of 20047 with flag 645002/645002
675.38/350.52	c cleaning 10014 clauses out of 20054 with flag 655002/655002
685.75/356.09	c cleaning 10015 clauses out of 20040 with flag 665002/665002
698.62/362.71	c cleaning 9994 clauses out of 20024 with flag 675001/675001
710.69/369.07	c cleaning 10004 clauses out of 20029 with flag 685000/685000
722.20/375.05	c cleaning 10001 clauses out of 20027 with flag 695002/695002
733.52/381.01	c cleaning 9997 clauses out of 20027 with flag 705003/705003
744.22/386.68	c cleaning 9999 clauses out of 20028 with flag 715001/715001
754.71/392.12	c cleaning 10006 clauses out of 20028 with flag 725000/725000
767.16/398.60	c cleaning 9994 clauses out of 20022 with flag 735000/735000
779.25/405.08	c cleaning 9932 clauses out of 20029 with flag 745001/745001
789.34/410.34	c cleaning 10035 clauses out of 20099 with flag 755003/755003
800.75/416.38	c cleaning 10010 clauses out of 20063 with flag 765002/765002
811.43/421.93	c cleaning 10010 clauses out of 20051 with flag 775000/775000
821.17/427.11	c cleaning 10008 clauses out of 20043 with flag 785002/785002
831.81/432.77	c cleaning 9970 clauses out of 20033 with flag 795000/795000
842.07/438.18	c cleaning 9988 clauses out of 20063 with flag 805000/805000
857.07/445.99	c cleaning 10023 clauses out of 20075 with flag 815000/815000
870.12/452.80	c cleaning 10002 clauses out of 20052 with flag 825000/825000
883.71/459.91	c cleaning 9988 clauses out of 20051 with flag 835001/835001
899.87/468.30	c cleaning 9997 clauses out of 20064 with flag 845002/845002
925.73/481.64	c cleaning 10009 clauses out of 20069 with flag 855004/855004
950.64/494.57	c cleaning 10000 clauses out of 20056 with flag 865000/865000
967.78/503.41	c cleaning 10004 clauses out of 20057 with flag 875001/875001
984.12/511.97	c cleaning 10009 clauses out of 20054 with flag 885002/885002
992.32/516.37	c cleaning 10014 clauses out of 20044 with flag 895001/895001
1001.97/521.53	c cleaning 10000 clauses out of 20029 with flag 905000/905000
1011.58/526.64	c cleaning 10000 clauses out of 20029 with flag 915000/915000
1020.99/531.65	c cleaning 10008 clauses out of 20029 with flag 925000/925000
1031.19/537.10	c cleaning 9996 clauses out of 20025 with flag 935004/935004
1040.04/541.84	c cleaning 9990 clauses out of 20025 with flag 945000/945000
1051.25/547.78	c cleaning 10002 clauses out of 20036 with flag 955001/955001
1071.14/558.07	c cleaning 9996 clauses out of 20035 with flag 965002/965002
1080.95/563.26	c cleaning 9995 clauses out of 20037 with flag 975000/975000
1091.20/568.78	c cleaning 10010 clauses out of 20042 with flag 985000/985000
1101.96/574.41	c cleaning 9989 clauses out of 20033 with flag 995001/995001
1111.77/579.62	c cleaning 10010 clauses out of 20044 with flag 1005001/1005001
1121.74/584.94	c cleaning 9976 clauses out of 20033 with flag 1015000/1015000
1132.17/590.55	c cleaning 9931 clauses out of 20059 with flag 1025002/1025002
1142.19/595.89	c cleaning 9978 clauses out of 20128 with flag 1035002/1035002
1153.73/601.99	c cleaning 9991 clauses out of 20151 with flag 1045003/1045003
1167.10/608.93	c cleaning 9988 clauses out of 20159 with flag 1055002/1055002
1178.11/614.83	c cleaning 9998 clauses out of 20169 with flag 1065000/1065000
1189.44/620.87	c cleaning 9974 clauses out of 20172 with flag 1075001/1075001
1200.19/626.57	c cleaning 10078 clauses out of 20198 with flag 1085001/1085001
1212.11/632.82	c cleaning 10038 clauses out of 20120 with flag 1095001/1095001
1222.07/638.22	c cleaning 10009 clauses out of 20083 with flag 1105002/1105002
1232.34/643.79	c cleaning 10019 clauses out of 20073 with flag 1115001/1115001
1242.62/649.20	c cleaning 10005 clauses out of 20054 with flag 1125001/1125001
1253.88/655.22	c cleaning 10003 clauses out of 20048 with flag 1135000/1135000
1265.16/661.39	c cleaning 10002 clauses out of 20046 with flag 1145001/1145001
1277.41/667.89	c cleaning 10002 clauses out of 20044 with flag 1155001/1155001
1288.27/673.64	c cleaning 10005 clauses out of 20042 with flag 1165001/1165001
1300.90/680.37	c cleaning 10006 clauses out of 20039 with flag 1175003/1175003
1309.96/685.32	c cleaning 9991 clauses out of 20030 with flag 1185000/1185000
1320.76/691.16	c cleaning 9999 clauses out of 20039 with flag 1195000/1195000
1331.42/696.86	c cleaning 9968 clauses out of 20040 with flag 1205000/1205000
1343.25/703.14	c cleaning 10005 clauses out of 20073 with flag 1215001/1215001
1358.25/711.19	c cleaning 9995 clauses out of 20067 with flag 1225000/1225000
1369.68/717.22	c cleaning 10002 clauses out of 20074 with flag 1235002/1235002
1379.29/722.41	c cleaning 9994 clauses out of 20074 with flag 1245004/1245004
1389.92/728.17	c cleaning 10017 clauses out of 20076 with flag 1255000/1255000
1401.32/734.30	c cleaning 10008 clauses out of 20060 with flag 1265001/1265001
1417.50/742.88	c cleaning 10008 clauses out of 20053 with flag 1275002/1275002
1430.11/749.56	c cleaning 9989 clauses out of 20043 with flag 1285000/1285000
1445.11/757.45	c cleaning 10007 clauses out of 20055 with flag 1295001/1295001
1458.68/764.71	c cleaning 10003 clauses out of 20047 with flag 1305000/1305000
1475.21/773.45	c cleaning 9988 clauses out of 20044 with flag 1315000/1315000
1488.81/780.68	c cleaning 10009 clauses out of 20057 with flag 1325001/1325001
1498.83/786.07	c cleaning 10012 clauses out of 20049 with flag 1335002/1335002
1511.40/792.89	c cleaning 10005 clauses out of 20035 with flag 1345000/1345000
1519.21/797.19	c cleaning 9998 clauses out of 20030 with flag 1355000/1355000
1530.20/803.06	c cleaning 10010 clauses out of 20032 with flag 1365000/1365000
1542.94/809.85	c cleaning 9977 clauses out of 20022 with flag 1375000/1375000
1555.69/816.71	c cleaning 10009 clauses out of 20046 with flag 1385001/1385001
1565.67/822.18	c cleaning 10013 clauses out of 20037 with flag 1395001/1395001
1576.07/827.76	c cleaning 10005 clauses out of 20023 with flag 1405000/1405000
1584.46/832.36	c cleaning 9977 clauses out of 20019 with flag 1415001/1415001
1600.37/840.83	c cleaning 9983 clauses out of 20041 with flag 1425000/1425000
1614.32/848.29	c cleaning 9981 clauses out of 20058 with flag 1435000/1435000
1628.26/855.69	c cleaning 10005 clauses out of 20079 with flag 1445002/1445002
1644.19/864.03	c cleaning 9999 clauses out of 20074 with flag 1455002/1455002
1653.95/869.46	c cleaning 10030 clauses out of 20073 with flag 1465000/1465000
1664.53/875.10	c cleaning 9988 clauses out of 20044 with flag 1475001/1475001
1674.30/880.46	c cleaning 9999 clauses out of 20055 with flag 1485000/1485000
1684.09/885.78	c cleaning 10018 clauses out of 20057 with flag 1495001/1495001
1694.85/891.66	c cleaning 10000 clauses out of 20038 with flag 1505000/1505000
1705.82/897.58	c cleaning 10007 clauses out of 20040 with flag 1515002/1515002
1716.56/903.37	c cleaning 9972 clauses out of 20031 with flag 1525000/1525000
1733.66/912.36	c cleaning 9984 clauses out of 20059 with flag 1535000/1535000
1750.31/921.20	c cleaning 9991 clauses out of 20076 with flag 1545001/1545001
1766.19/929.67	c cleaning 10010 clauses out of 20084 with flag 1555000/1555000
1781.67/937.89	c cleaning 9990 clauses out of 20077 with flag 1565003/1565003
1797.73/946.37	c cleaning 10014 clauses out of 20085 with flag 1575001/1575001
1800.34/948.15	c starts		: 208
1800.34/948.15	c conflicts		: 1576558
1800.34/948.15	c decisions		: 2768307
1800.34/948.15	c propagations		: 181446628
1800.34/948.15	c inspects		: 1079388479
1800.34/948.15	c learnt literals	: 0
1800.34/948.15	c learnt binary clauses	: 0
1800.34/948.15	c learnt ternary clauses	: 0
1800.34/948.15	c learnt clauses	: 1576558
1800.34/948.15	c ignored clauses	: 0
1800.34/948.15	c root simplifications	: 0
1800.34/948.15	c removed literals (reason simplification)	: 18110245
1800.34/948.15	c reason swapping (by a shorter reason)	: 0
1800.34/948.15	c Calls to reduceDB	: 159
1800.34/948.15	c number of reductions to clauses (during analyze)	: 0
1800.34/948.15	c number of learned constraints concerned by reduction	: 0
1800.34/948.15	c number of learning phase by resolution	: 0
1800.34/948.15	c number of learning phase by cutting planes	: 0
1800.34/948.15	c speed (assignments/second)	: 191583.90728623664
1800.34/948.15	c non guided choices	16524
1800.51/948.28	c learnt constraints type 
1800.51/948.28	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11762
1800.51/948.28	c constraints type 
1800.51/948.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
1800.51/948.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
1800.51/948.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
1800.51/948.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
1800.51/948.28	c constraints type 
1800.51/948.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
1800.51/948.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
1800.51/948.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
1800.51/948.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
1800.51/948.28	s UNKNOWN
1800.51/948.28	c Total wall clock time (in seconds): 948.048

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-2661522-1276688973/watcher-2661522-1276688973 -o /tmp/evaluation-result-2661522-1276688973/solver-2661522-1276688973 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661522-1276688973.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 10187
/proc/meminfo: memFree=1826772/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1832 CPUtime=0
/proc/10187/stat : 10187 (java6) R 10185 10187 9343 0 -1 4194304 241 0 0 0 0 0 0 0 25 0 1 0 44498906 1875968 143 1992294400 134512640 134550932 4290825952 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/10187/statm: 458 143 107 10 0 63 0

[startup+0.020225 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10187
/proc/meminfo: memFree=1826772/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=13684 CPUtime=0.01
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 1185 0 0 0 0 1 0 0 15 0 2 0 44498906 14012416 631 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 3429 666 335 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+0.105378 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10187
/proc/meminfo: memFree=1826772/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1524180 CPUtime=0.09
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 3978 0 1 0 6 3 0 0 15 0 12 0 44498906 1560760320 3416 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 381045 3417 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301381 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10187
/proc/meminfo: memFree=1826772/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1526636 CPUtime=0.33
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 5437 0 1 0 29 4 0 0 15 0 12 0 44498906 1563275264 4873 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 381659 4873 1351 10 0 378962 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526636

[startup+0.701388 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10187
/proc/meminfo: memFree=1826772/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1528844 CPUtime=1.06
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 7669 0 1 0 101 5 0 0 15 0 12 0 44498906 1565536256 6870 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 382211 6870 1395 10 0 379514 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1528844

[startup+1.5004 s]
/proc/loadavg: 1.00 1.00 1.00 5/118 10199
/proc/meminfo: memFree=1791648/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1542960 CPUtime=2.65
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 17097 0 1 0 257 8 0 0 15 0 16 0 44498906 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 385740 13954 1414 10 0 383043 0
[pid=10187/tid=10189] ppid=10185 vsize=1542960 CPUtime=1.01
/proc/10187/task/10189/stat : 10189 (java) S 10185 10187 9343 0 -1 4202560 8417 0 1 0 96 5 0 0 19 0 16 0 44498908 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10190] ppid=10185 vsize=1542960 CPUtime=0
/proc/10187/task/10190/stat : 10190 (java) S 10185 10187 9343 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 44498909 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10191] ppid=10185 vsize=1542960 CPUtime=0
/proc/10187/task/10191/stat : 10191 (java) S 10185 10187 9343 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 44498909 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10192] ppid=10185 vsize=1542960 CPUtime=0
/proc/10187/task/10192/stat : 10192 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 44498911 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10193] ppid=10185 vsize=1542960 CPUtime=0
/proc/10187/task/10193/stat : 10193 (java) S 10185 10187 9343 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 44498911 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10194] ppid=10185 vsize=1542960 CPUtime=0
/proc/10187/task/10194/stat : 10194 (java) S 10185 10187 9343 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 44498911 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10195] ppid=10185 vsize=1542960 CPUtime=0
/proc/10187/task/10195/stat : 10195 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 44498916 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10196] ppid=10185 vsize=1542960 CPUtime=0.03
/proc/10187/task/10196/stat : 10196 (java) R 10185 10187 9343 0 -1 4202560 117 0 0 0 3 0 0 0 21 0 16 0 44498916 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 104143380 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10187/tid=10197] ppid=10185 vsize=1542960 CPUtime=1.16
/proc/10187/task/10197/stat : 10197 (java) R 10185 10187 9343 0 -1 4202560 6692 0 0 0 114 2 0 0 17 0 16 0 44498916 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 103370406 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10187/tid=10198] ppid=10185 vsize=1542960 CPUtime=0
/proc/10187/task/10198/stat : 10198 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 44498916 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10199] ppid=10185 vsize=1542960 CPUtime=0
/proc/10187/task/10199/stat : 10199 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 44498916 1579991040 13954 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1542960

[startup+3.10143 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 10203
/proc/meminfo: memFree=1770164/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1542220 CPUtime=5.83
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 26180 0 1 0 571 12 0 0 15 0 16 0 44498906 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 385555 20204 1423 10 0 382858 0
[pid=10187/tid=10189] ppid=10185 vsize=1542220 CPUtime=1.01
/proc/10187/task/10189/stat : 10189 (java) S 10185 10187 9343 0 -1 4202560 8417 0 1 0 96 5 0 0 18 0 16 0 44498908 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10190] ppid=10185 vsize=1542220 CPUtime=0
/proc/10187/task/10190/stat : 10190 (java) S 10185 10187 9343 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 44498909 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10191] ppid=10185 vsize=1542220 CPUtime=0
/proc/10187/task/10191/stat : 10191 (java) S 10185 10187 9343 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 44498909 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10192] ppid=10185 vsize=1542220 CPUtime=0
/proc/10187/task/10192/stat : 10192 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 44498911 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10193] ppid=10185 vsize=1542220 CPUtime=0
/proc/10187/task/10193/stat : 10193 (java) S 10185 10187 9343 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 44498911 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10194] ppid=10185 vsize=1542220 CPUtime=0
/proc/10187/task/10194/stat : 10194 (java) S 10185 10187 9343 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 44498911 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10195] ppid=10185 vsize=1542220 CPUtime=0
/proc/10187/task/10195/stat : 10195 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 44498916 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10196] ppid=10185 vsize=1542220 CPUtime=0.31
/proc/10187/task/10196/stat : 10196 (java) R 10185 10187 9343 0 -1 4202560 128 0 0 0 31 0 0 0 22 0 16 0 44498916 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 104140945 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10187/tid=10197] ppid=10185 vsize=1542220 CPUtime=2.47
/proc/10187/task/10197/stat : 10197 (java) R 10185 10187 9343 0 -1 4202560 9614 0 0 0 244 3 0 0 19 0 16 0 44498916 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 102094561 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10187/tid=10198] ppid=10185 vsize=1542220 CPUtime=0
/proc/10187/task/10198/stat : 10198 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 44498916 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10199] ppid=10185 vsize=1542220 CPUtime=0
/proc/10187/task/10199/stat : 10199 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 44498916 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10200] ppid=10185 vsize=1542220 CPUtime=1.11
/proc/10187/task/10200/stat : 10200 (java) R 10185 10187 9343 0 -1 4202560 1865 0 0 0 111 0 0 0 22 0 16 0 44499013 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4110153896 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10187/tid=10201] ppid=10185 vsize=1542220 CPUtime=0.87
/proc/10187/task/10201/stat : 10201 (java) R 10185 10187 9343 0 -1 4202560 5079 0 0 0 86 1 0 0 25 0 16 0 44499013 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4109539485 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10187/tid=10202] ppid=10185 vsize=1542220 CPUtime=0
/proc/10187/task/10202/stat : 10202 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 44499015 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10203] ppid=10185 vsize=1542220 CPUtime=0
/proc/10187/task/10203/stat : 10203 (java) S 10185 10187 9343 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 44499015 1579233280 20204 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 1542220

[startup+6.30148 s]
/proc/loadavg: 1.24 1.05 1.02 3/122 10203
/proc/meminfo: memFree=1672204/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1541524 CPUtime=12.09
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 49703 0 1 0 1186 23 0 0 15 0 16 0 44498906 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 385381 41989 1448 10 0 382684 0
[pid=10187/tid=10189] ppid=10185 vsize=1541524 CPUtime=1.01
/proc/10187/task/10189/stat : 10189 (java) S 10185 10187 9343 0 -1 4202560 8417 0 1 0 96 5 0 0 18 0 16 0 44498908 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10190] ppid=10185 vsize=1541524 CPUtime=0.06
/proc/10187/task/10190/stat : 10190 (java) S 10185 10187 9343 0 -1 4202560 1850 0 0 0 6 0 0 0 16 0 16 0 44498909 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10191] ppid=10185 vsize=1541524 CPUtime=0.05
/proc/10187/task/10191/stat : 10191 (java) S 10185 10187 9343 0 -1 4202560 1444 0 0 0 5 0 0 0 15 0 16 0 44498909 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10192] ppid=10185 vsize=1541524 CPUtime=0.05
/proc/10187/task/10192/stat : 10192 (java) S 10185 10187 9343 0 -1 4202560 1751 0 0 0 5 0 0 0 15 0 16 0 44498911 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10193] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10193/stat : 10193 (java) S 10185 10187 9343 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44498911 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10194] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10194/stat : 10194 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44498911 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10195] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10195/stat : 10195 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 44498916 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10196] ppid=10185 vsize=1541524 CPUtime=1.27
/proc/10187/task/10196/stat : 10196 (java) S 10185 10187 9343 0 -1 4202560 597 0 0 0 127 0 0 0 15 0 16 0 44498916 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10197] ppid=10185 vsize=1541524 CPUtime=3.65
/proc/10187/task/10197/stat : 10197 (java) S 10185 10187 9343 0 -1 4202560 10846 0 0 0 361 4 0 0 15 0 16 0 44498916 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10198] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10198/stat : 10198 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 44498916 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10199] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10199/stat : 10199 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 44498916 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10200] ppid=10185 vsize=1541524 CPUtime=3.42
/proc/10187/task/10200/stat : 10200 (java) R 10185 10187 9343 0 -1 4202560 6293 0 0 0 340 2 0 0 25 0 16 0 44499013 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4110403516 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10187/tid=10201] ppid=10185 vsize=1541524 CPUtime=2.49
/proc/10187/task/10201/stat : 10201 (java) R 10185 10187 9343 0 -1 4202560 17429 0 0 0 242 7 0 0 18 0 16 0 44499013 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4110501196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10187/tid=10202] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10202/stat : 10202 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 44499015 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10203] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10203/stat : 10203 (java) S 10185 10187 9343 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 44499015 1578520576 41989 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 1541524

[startup+12.7016 s]
/proc/loadavg: 1.30 1.07 1.02 3/122 10203
/proc/meminfo: memFree=1635128/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1541524 CPUtime=24.61
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 57201 0 1 0 2435 26 0 0 15 0 16 0 44498906 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 385381 49222 1448 10 0 382684 0
[pid=10187/tid=10189] ppid=10185 vsize=1541524 CPUtime=1.01
/proc/10187/task/10189/stat : 10189 (java) S 10185 10187 9343 0 -1 4202560 8417 0 1 0 96 5 0 0 18 0 16 0 44498908 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10190] ppid=10185 vsize=1541524 CPUtime=0.17
/proc/10187/task/10190/stat : 10190 (java) S 10185 10187 9343 0 -1 4202560 4133 0 0 0 16 1 0 0 15 0 16 0 44498909 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10191] ppid=10185 vsize=1541524 CPUtime=0.17
/proc/10187/task/10191/stat : 10191 (java) S 10185 10187 9343 0 -1 4202560 3724 0 0 0 16 1 0 0 16 0 16 0 44498909 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10192] ppid=10185 vsize=1541524 CPUtime=0.2
/proc/10187/task/10192/stat : 10192 (java) S 10185 10187 9343 0 -1 4202560 2723 0 0 0 20 0 0 0 15 0 16 0 44498911 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10193] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10193/stat : 10193 (java) S 10185 10187 9343 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44498911 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10194] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10194/stat : 10194 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44498911 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10195] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10195/stat : 10195 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 44498916 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10196] ppid=10185 vsize=1541524 CPUtime=1.39
/proc/10187/task/10196/stat : 10196 (java) S 10185 10187 9343 0 -1 4202560 603 0 0 0 139 0 0 0 16 0 16 0 44498916 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10197] ppid=10185 vsize=1541524 CPUtime=3.68
/proc/10187/task/10197/stat : 10197 (java) S 10185 10187 9343 0 -1 4202560 10848 0 0 0 364 4 0 0 15 0 16 0 44498916 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10198] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10198/stat : 10198 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 44498916 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10199] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10199/stat : 10199 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 44498916 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10200] ppid=10185 vsize=1541524 CPUtime=9.35
/proc/10187/task/10200/stat : 10200 (java) R 10185 10187 9343 0 -1 4202560 6538 0 0 0 932 3 0 0 20 0 16 0 44499013 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4110154014 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10187/tid=10201] ppid=10185 vsize=1541524 CPUtime=8.57
/proc/10187/task/10201/stat : 10201 (java) R 10185 10187 9343 0 -1 4202560 19139 0 0 0 849 8 0 0 25 0 16 0 44499013 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4109971638 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10187/tid=10202] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10202/stat : 10202 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 44499015 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10203] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10203/stat : 10203 (java) S 10185 10187 9343 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 44499015 1578520576 49222 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0

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

/proc/10187/task/10202/stat : 10202 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 44499015 1578520576 102049 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10203] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10203/stat : 10203 (java) S 10185 10187 9343 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 44499015 1578520576 102049 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1677.35
Current children cumulated vsize (KiB) 1541524

[startup+942.302 s]
/proc/loadavg: 1.85 1.88 1.59 4/122 10236
/proc/meminfo: memFree=1414780/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1541524 CPUtime=1789.81
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 118854 0 1 0 178794 187 0 0 15 0 16 0 44498906 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 385381 103524 1448 10 0 382684 0
[pid=10187/tid=10189] ppid=10185 vsize=1541524 CPUtime=1.01
/proc/10187/task/10189/stat : 10189 (java) S 10185 10187 9343 0 -1 4202560 8466 0 1 0 96 5 0 0 15 0 16 0 44498908 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10190] ppid=10185 vsize=1541524 CPUtime=15.99
/proc/10187/task/10190/stat : 10190 (java) S 10185 10187 9343 0 -1 4202560 33751 0 0 0 1542 57 0 0 15 0 16 0 44498909 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10191] ppid=10185 vsize=1541524 CPUtime=16.04
/proc/10187/task/10191/stat : 10191 (java) S 10185 10187 9343 0 -1 4202560 33593 0 0 0 1551 53 0 0 16 0 16 0 44498909 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10192] ppid=10185 vsize=1541524 CPUtime=78.44
/proc/10187/task/10192/stat : 10192 (java) S 10185 10187 9343 0 -1 4202560 4017 0 0 0 7834 10 0 0 15 0 16 0 44498911 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10193] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10193/stat : 10193 (java) S 10185 10187 9343 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44498911 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10194] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10194/stat : 10194 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44498911 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10195] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10195/stat : 10195 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 44498916 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10196] ppid=10185 vsize=1541524 CPUtime=1.61
/proc/10187/task/10196/stat : 10196 (java) S 10185 10187 9343 0 -1 4202560 604 0 0 0 161 0 0 0 15 0 16 0 44498916 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10197] ppid=10185 vsize=1541524 CPUtime=3.83
/proc/10187/task/10197/stat : 10197 (java) S 10185 10187 9343 0 -1 4202560 10848 0 0 0 379 4 0 0 15 0 16 0 44498916 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10198] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10198/stat : 10198 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 44498916 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10199] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10199/stat : 10199 (java) S 10185 10187 9343 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 44498916 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10200] ppid=10185 vsize=1541524 CPUtime=836.83
/proc/10187/task/10200/stat : 10200 (java) R 10185 10187 9343 0 -1 4202560 6917 0 0 0 83666 17 0 0 25 0 16 0 44499013 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4110312759 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10187/tid=10201] ppid=10185 vsize=1541524 CPUtime=835.96
/proc/10187/task/10201/stat : 10201 (java) R 10185 10187 9343 0 -1 4202560 19528 0 0 0 83561 35 0 0 25 0 16 0 44499013 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4110260709 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10187/tid=10202] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10202/stat : 10202 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 44499015 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10203] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10203/stat : 10203 (java) S 10185 10187 9343 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 44499015 1578520576 103524 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1789.81
Current children cumulated vsize (KiB) 1541524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+948.002 s]
/proc/loadavg: 1.95 1.90 1.60 4/122 10236
/proc/meminfo: memFree=1414160/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1541524 CPUtime=1800.12
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 119022 0 1 0 179824 188 0 0 15 0 16 0 44498906 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 385381 103686 1448 10 0 382684 0
[pid=10187/tid=10189] ppid=10185 vsize=1541524 CPUtime=1.01
/proc/10187/task/10189/stat : 10189 (java) S 10185 10187 9343 0 -1 4202560 8467 0 1 0 96 5 0 0 15 0 16 0 44498908 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10190] ppid=10185 vsize=1541524 CPUtime=16.09
/proc/10187/task/10190/stat : 10190 (java) S 10185 10187 9343 0 -1 4202560 33760 0 0 0 1552 57 0 0 16 0 16 0 44498909 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10191] ppid=10185 vsize=1541524 CPUtime=16.14
/proc/10187/task/10191/stat : 10191 (java) S 10185 10187 9343 0 -1 4202560 33747 0 0 0 1560 54 0 0 15 0 16 0 44498909 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10192] ppid=10185 vsize=1541524 CPUtime=79.43
/proc/10187/task/10192/stat : 10192 (java) S 10185 10187 9343 0 -1 4202560 4017 0 0 0 7933 10 0 0 17 0 16 0 44498911 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10193] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10193/stat : 10193 (java) S 10185 10187 9343 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44498911 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10194] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10194/stat : 10194 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44498911 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10195] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10195/stat : 10195 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 44498916 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10196] ppid=10185 vsize=1541524 CPUtime=1.61
/proc/10187/task/10196/stat : 10196 (java) S 10185 10187 9343 0 -1 4202560 604 0 0 0 161 0 0 0 15 0 16 0 44498916 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10197] ppid=10185 vsize=1541524 CPUtime=3.83
/proc/10187/task/10197/stat : 10197 (java) S 10185 10187 9343 0 -1 4202560 10848 0 0 0 379 4 0 0 15 0 16 0 44498916 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10198] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10198/stat : 10198 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 44498916 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10199] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10199/stat : 10199 (java) S 10185 10187 9343 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 44498916 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10200] ppid=10185 vsize=1541524 CPUtime=841.34
/proc/10187/task/10200/stat : 10200 (java) R 10185 10187 9343 0 -1 4202560 6917 0 0 0 84117 17 0 0 18 0 16 0 44499013 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4110338028 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10187/tid=10201] ppid=10185 vsize=1541524 CPUtime=840.56
/proc/10187/task/10201/stat : 10201 (java) R 10185 10187 9343 0 -1 4202560 19530 0 0 0 84021 35 0 0 18 0 16 0 44499013 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4110149303 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10187/tid=10202] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10202/stat : 10202 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 44499015 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10203] ppid=10185 vsize=1541524 CPUtime=0
/proc/10187/task/10203/stat : 10203 (java) S 10185 10187 9343 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 44499015 1578520576 103686 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1541524

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

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

[startup+948.21 s]
/proc/loadavg: 1.95 1.90 1.60 6/123 10237
/proc/meminfo: memFree=1414152/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1542172 CPUtime=1800.51
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 119040 0 1 0 179863 188 0 0 15 0 18 0 44498906 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 385543 103703 1448 10 0 382846 0
[pid=10187/tid=10189] ppid=10185 vsize=1542172 CPUtime=1.01
/proc/10187/task/10189/stat : 10189 (java) S 10185 10187 9343 0 -1 4202560 8467 0 1 0 96 5 0 0 15 0 18 0 44498908 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10190] ppid=10185 vsize=1542172 CPUtime=16.09
/proc/10187/task/10190/stat : 10190 (java) S 10185 10187 9343 0 -1 4202560 33760 0 0 0 1552 57 0 0 16 0 18 0 44498909 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10191] ppid=10185 vsize=1542172 CPUtime=16.14
/proc/10187/task/10191/stat : 10191 (java) S 10185 10187 9343 0 -1 4202560 33747 0 0 0 1560 54 0 0 15 0 18 0 44498909 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10192] ppid=10185 vsize=1542172 CPUtime=79.43
/proc/10187/task/10192/stat : 10192 (java) S 10185 10187 9343 0 -1 4202560 4017 0 0 0 7933 10 0 0 17 0 18 0 44498911 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10193] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10193/stat : 10193 (java) S 10185 10187 9343 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 44498911 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10194] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10194/stat : 10194 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 44498911 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10195] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10195/stat : 10195 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 18 0 44498916 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10196] ppid=10185 vsize=1542172 CPUtime=1.61
/proc/10187/task/10196/stat : 10196 (java) S 10185 10187 9343 0 -1 4202560 604 0 0 0 161 0 0 0 15 0 18 0 44498916 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10197] ppid=10185 vsize=1542172 CPUtime=3.83
/proc/10187/task/10197/stat : 10197 (java) S 10185 10187 9343 0 -1 4202560 10848 0 0 0 379 4 0 0 15 0 18 0 44498916 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10198] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10198/stat : 10198 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 44498916 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10199] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10199/stat : 10199 (java) S 10185 10187 9343 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 44498916 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10200] ppid=10185 vsize=1542172 CPUtime=841.52
/proc/10187/task/10200/stat : 10200 (java) R 10185 10187 9343 0 -1 4202560 6917 0 0 0 84135 17 0 0 19 0 18 0 44499013 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4110353306 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10187/tid=10201] ppid=10185 vsize=1542172 CPUtime=840.76
/proc/10187/task/10201/stat : 10201 (java) R 10185 10187 9343 0 -1 4202560 19530 0 0 0 84041 35 0 0 18 0 18 0 44499013 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4110260747 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10187/tid=10202] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10202/stat : 10202 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 44499015 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10203] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10203/stat : 10203 (java) S 10185 10187 9343 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 44499015 1579184128 103703 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 1542172

[startup+948.302 s]
/proc/loadavg: 1.95 1.90 1.60 6/123 10237
/proc/meminfo: memFree=1414152/2059040 swapFree=4139732/4192956
[pid=10187] ppid=10185 vsize=1542172 CPUtime=1800.69
/proc/10187/stat : 10187 (java) S 10185 10187 9343 0 -1 4202496 119046 0 1 0 179881 188 0 0 15 0 17 0 44498906 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10187/statm: 385543 103708 1451 10 0 382846 0
[pid=10187/tid=10189] ppid=10185 vsize=1542172 CPUtime=1.01
/proc/10187/task/10189/stat : 10189 (java) S 10185 10187 9343 0 -1 4202560 8467 0 1 0 96 5 0 0 15 0 17 0 44498908 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10190] ppid=10185 vsize=1542172 CPUtime=16.09
/proc/10187/task/10190/stat : 10190 (java) S 10185 10187 9343 0 -1 4202560 33760 0 0 0 1552 57 0 0 16 0 17 0 44498909 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10191] ppid=10185 vsize=1542172 CPUtime=16.14
/proc/10187/task/10191/stat : 10191 (java) S 10185 10187 9343 0 -1 4202560 33747 0 0 0 1560 54 0 0 15 0 17 0 44498909 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10192] ppid=10185 vsize=1542172 CPUtime=79.43
/proc/10187/task/10192/stat : 10192 (java) S 10185 10187 9343 0 -1 4202560 4017 0 0 0 7933 10 0 0 17 0 17 0 44498911 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 0 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10193] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10193/stat : 10193 (java) S 10185 10187 9343 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 44498911 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10194] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10194/stat : 10194 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 44498911 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10195] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10195/stat : 10195 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 17 0 44498916 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10196] ppid=10185 vsize=1542172 CPUtime=1.61
/proc/10187/task/10196/stat : 10196 (java) S 10185 10187 9343 0 -1 4202560 604 0 0 0 161 0 0 0 15 0 17 0 44498916 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10197] ppid=10185 vsize=1542172 CPUtime=3.83
/proc/10187/task/10197/stat : 10197 (java) S 10185 10187 9343 0 -1 4202560 10851 0 0 0 379 4 0 0 16 0 17 0 44498916 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10198] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10198/stat : 10198 (java) S 10185 10187 9343 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 44498916 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10199] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10199/stat : 10199 (java) S 10185 10187 9343 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 17 0 44498916 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 0 0 0 0
[pid=10187/tid=10200] ppid=10185 vsize=1542172 CPUtime=841.59
/proc/10187/task/10200/stat : 10200 (java) R 10185 10187 9343 0 -1 4202560 6917 0 0 0 84142 17 0 0 19 0 17 0 44499013 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4110154684 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10187/tid=10201] ppid=10185 vsize=1542172 CPUtime=840.85
/proc/10187/task/10201/stat : 10201 (java) R 10185 10187 9343 0 -1 4202560 19530 0 0 0 84050 35 0 0 19 0 17 0 44499013 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4110149125 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10187/tid=10202] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10202/stat : 10202 (java) S 10185 10187 9343 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 17 0 44499015 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
[pid=10187/tid=10203] ppid=10185 vsize=1542172 CPUtime=0
/proc/10187/task/10203/stat : 10203 (java) S 10185 10187 9343 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 17 0 44499015 1579184128 103708 1992294400 134512640 134550932 4291724976 18446744073709551615 4294960144 0 4 0 16800975 18446604437836508032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (KiB) 1542172

Child status: 143
Real time (s): 948.353
CPU time (s): 1800.75
CPU user time (s): 1798.82
CPU system time (s): 1.93071
CPU usage (%): 189.882
Max. virtual memory (cumulated for all children) (KiB): 1544920

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

runsolver used 5.65614 second user time and 9.8545 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-16 13:49:33
IDJOB=2661522
IDBENCH=71848
IDSOLVER=1166
FILE ID=node010/2661522-1276688973
PBS_JOBID= 11172565
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661522-1276688973/watcher-2661522-1276688973 -o /tmp/evaluation-result-2661522-1276688973/solver-2661522-1276688973 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661522-1276688973.opb

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=857949473

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1827168 kB
Buffers:         48344 kB
Cached:          91440 kB
SwapCached:       5880 kB
Active:          86664 kB
Inactive:        65704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1827168 kB
SwapTotal:     4192956 kB
SwapFree:      4139732 kB
Dirty:             528 kB
Writeback:           0 kB
AnonPages:       11084 kB
Mapped:          12932 kB
Slab:            57508 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182284 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= 62532 MiB
End job on node010 at 2010-06-16 14:05:23