Trace number 2661997

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_2.opb
MD5SUM3576405369e31b0bc5c7707d6d764dde
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

Quality of the solution as a function of time


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

Solver Data

0.10/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.14	c See www.sat4j.org for details.
0.10/0.15	c version 2.2.0.v20100531
0.10/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.15	c java.vm.version	11.2-b01
0.10/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.15	c sun.arch.data.model	32
0.10/0.15	c java.version		1.6.0_12
0.10/0.15	c os.name		Linux
0.10/0.15	c os.version		2.6.18-164.el5
0.10/0.15	c os.arch		i386
0.10/0.15	c Free memory 		1393557488
0.10/0.15	c Max memory 		1395916800
0.10/0.15	c Total memory 		1395916800
0.10/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2661997-1276670528.opb
0.25/0.21	c reading problem ... 
3.31/2.42	c ... done. Wall clock time 2.202s.
3.31/2.42	c #vars     3274
3.31/2.42	c #constraints  6450
3.31/2.42	c constraints type 
3.31/2.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
3.31/2.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
3.31/2.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.31/2.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
3.31/2.42	c constraints type 
3.31/2.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.31/2.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
3.31/2.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
3.31/2.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
6.67/4.15	c And the winner is CuttingPlanes
6.79/4.48	c SATISFIABLE
6.79/4.48	c OPTIMIZING...
6.79/4.48	c Got one! Elapsed wall clock time (in seconds):4.265
6.79/4.48	o -2
7.02/4.60	c And the winner is CuttingPlanes
7.04/5.49	c Got one! Elapsed wall clock time (in seconds):5.28
7.04/5.49	o -3
7.43/5.70	c And the winner is CuttingPlanes
7.44/6.52	c Got one! Elapsed wall clock time (in seconds):6.305
7.44/6.52	o -4
8.58/7.12	c And the winner is CuttingPlanes
8.63/7.54	c Got one! Elapsed wall clock time (in seconds):7.328
8.63/7.54	o -5
8.95/7.80	c And the winner is CuttingPlanes
9.15/8.58	c Got one! Elapsed wall clock time (in seconds):8.367
9.15/8.58	o -6
9.18/8.67	c And the winner is CuttingPlanes
9.32/9.61	c Got one! Elapsed wall clock time (in seconds):9.4
9.32/9.61	o -9
9.90/9.96	c And the winner is CuttingPlanes
10.01/10.62	c Got one! Elapsed wall clock time (in seconds):10.406
10.01/10.62	o -10
14.51/12.97	c And the winner is CuttingPlanes
14.65/13.63	c Got one! Elapsed wall clock time (in seconds):13.414
14.65/13.63	o -11
14.78/13.77	c cleaning 2500 clauses out of 5000 with flag 5000/5000
21.27/17.01	c cleaning 4205 clauses out of 8500 with flag 11000/11000
21.61/17.21	c And the winner is CuttingPlanes
21.63/17.64	c Got one! Elapsed wall clock time (in seconds):17.423
21.63/17.64	o -12
27.90/20.81	c cleaning 5602 clauses out of 11295 with flag 18000/18000
36.95/25.43	c cleaning 6812 clauses out of 13693 with flag 26000/26000
46.14/30.10	c cleaning 7861 clauses out of 15881 with flag 35000/35000
57.94/36.19	c cleaning 8959 clauses out of 18020 with flag 45000/45000
65.76/40.19	c cleaning 9521 clauses out of 19061 with flag 55000/55000
75.77/45.24	c cleaning 9728 clauses out of 19540 with flag 65000/65000
87.31/51.13	c cleaning 9850 clauses out of 19812 with flag 75000/75000
94.34/54.73	c And the winner is CuttingPlanes
94.34/54.73	c Got one! Elapsed wall clock time (in seconds):54.519
94.34/54.73	o -13
99.88/57.52	c cleaning 9941 clauses out of 19962 with flag 85000/85000
110.07/62.78	c cleaning 10011 clauses out of 20022 with flag 95001/95001
118.87/67.29	c cleaning 9973 clauses out of 20010 with flag 105000/105000
126.42/71.18	c cleaning 9946 clauses out of 20037 with flag 115000/115000
138.00/77.01	c cleaning 10037 clauses out of 20091 with flag 125000/125000
151.73/84.02	c cleaning 9968 clauses out of 20054 with flag 135000/135000
165.06/90.80	c cleaning 9979 clauses out of 20086 with flag 145000/145000
176.19/96.50	c cleaning 10020 clauses out of 20107 with flag 155000/155000
186.55/101.85	c cleaning 9993 clauses out of 20087 with flag 165000/165000
195.52/106.49	c cleaning 10002 clauses out of 20094 with flag 175000/175000
205.26/111.42	c cleaning 10016 clauses out of 20092 with flag 185000/185000
211.81/114.88	c cleaning 10017 clauses out of 20077 with flag 195001/195001
221.17/119.62	c cleaning 9997 clauses out of 20059 with flag 205000/205000
231.32/124.83	c cleaning 10007 clauses out of 20062 with flag 215000/215000
238.30/128.47	c cleaning 10000 clauses out of 20055 with flag 225000/225000
245.04/131.95	c cleaning 9996 clauses out of 20055 with flag 235000/235000
250.84/134.95	c cleaning 9999 clauses out of 20059 with flag 245000/245000
258.61/138.94	c cleaning 10010 clauses out of 20060 with flag 255000/255000
270.33/144.96	c cleaning 9981 clauses out of 20050 with flag 265000/265000
283.21/151.58	c cleaning 9983 clauses out of 20069 with flag 275000/275000
297.52/158.82	c cleaning 9963 clauses out of 20086 with flag 285000/285000
311.03/165.73	c cleaning 10031 clauses out of 20123 with flag 295000/295000
322.76/171.71	c cleaning 10003 clauses out of 20092 with flag 305000/305000
331.46/176.23	c cleaning 9996 clauses out of 20089 with flag 315000/315000
342.19/181.76	c cleaning 9973 clauses out of 20093 with flag 325000/325000
349.93/185.75	c cleaning 10022 clauses out of 20120 with flag 335000/335000
356.51/189.14	c cleaning 10035 clauses out of 20098 with flag 345000/345000
362.24/192.14	c cleaning 0 clauses out of 5000 with flag 0/5000
363.82/192.94	c cleaning 9981 clauses out of 20063 with flag 355000/355000
369.97/196.13	c cleaning 10023 clauses out of 20082 with flag 365000/365000
376.32/199.42	c cleaning 9996 clauses out of 20059 with flag 375000/375000
381.45/202.19	c cleaning 10020 clauses out of 20063 with flag 385000/385000
391.36/207.29	c cleaning 9976 clauses out of 20043 with flag 395000/395000
398.31/210.86	c cleaning 10005 clauses out of 20067 with flag 405000/405000
405.66/214.69	c cleaning 10002 clauses out of 20062 with flag 415000/415000
411.77/217.89	c cleaning 10005 clauses out of 20060 with flag 425000/425000
417.53/220.85	c cleaning 10006 clauses out of 20055 with flag 435000/435000
424.08/224.28	c cleaning 9992 clauses out of 20049 with flag 445000/445000
430.84/227.78	c cleaning 9992 clauses out of 20057 with flag 455000/455000
438.11/231.56	c cleaning 9998 clauses out of 20065 with flag 465000/465000
445.65/235.46	c cleaning 10013 clauses out of 20067 with flag 475000/475000
452.19/238.84	c cleaning 10016 clauses out of 20055 with flag 485001/485001
457.93/241.88	c cleaning 10009 clauses out of 20038 with flag 495000/495000
464.43/245.25	c cleaning 9978 clauses out of 20029 with flag 505000/505000
470.19/248.21	c cleaning 9995 clauses out of 20051 with flag 515000/515000
476.13/251.30	c cleaning 9995 clauses out of 20056 with flag 525000/525000
481.69/254.28	c cleaning 10027 clauses out of 20062 with flag 535001/535001
487.58/257.35	c cleaning 9990 clauses out of 20034 with flag 545000/545000
493.73/260.55	c cleaning 9965 clauses out of 20044 with flag 555000/555000
501.06/264.33	c cleaning 10020 clauses out of 20079 with flag 565000/565000
508.19/268.08	c cleaning 10012 clauses out of 20059 with flag 575000/575000
516.66/272.46	c cleaning 9983 clauses out of 20047 with flag 585000/585000
526.17/277.35	c cleaning 10001 clauses out of 20064 with flag 595000/595000
536.46/282.66	c cleaning 9987 clauses out of 20063 with flag 605000/605000
544.79/286.94	c cleaning 9996 clauses out of 20076 with flag 615000/615000
551.67/290.56	c cleaning 10019 clauses out of 20080 with flag 625000/625000
559.59/294.65	c cleaning 10013 clauses out of 20062 with flag 635001/635001
566.12/298.06	c cleaning 9994 clauses out of 20048 with flag 645000/645000
572.07/301.17	c cleaning 10012 clauses out of 20054 with flag 655000/655000
578.97/304.78	c cleaning 10002 clauses out of 20042 with flag 665000/665000
584.49/307.67	c cleaning 9987 clauses out of 20040 with flag 675000/675000
589.65/310.38	c cleaning 10008 clauses out of 20053 with flag 685000/685000
595.37/313.33	c cleaning 9985 clauses out of 20045 with flag 695000/695000
600.46/316.04	c cleaning 10017 clauses out of 20061 with flag 705001/705001
605.79/318.85	c cleaning 9996 clauses out of 20043 with flag 715000/715000
611.54/321.85	c cleaning 10010 clauses out of 20047 with flag 725000/725000
617.87/325.19	c cleaning 10008 clauses out of 20037 with flag 735000/735000
623.54/328.17	c cleaning 9991 clauses out of 20029 with flag 745000/745000
628.48/330.72	c cleaning 10005 clauses out of 20038 with flag 755000/755000
634.41/333.82	c cleaning 9994 clauses out of 20033 with flag 765000/765000
640.34/336.95	c cleaning 10010 clauses out of 20039 with flag 775000/775000
646.41/340.12	c cleaning 9995 clauses out of 20029 with flag 785000/785000
651.76/342.92	c cleaning 10009 clauses out of 20034 with flag 795000/795000
656.10/345.29	c cleaning 9996 clauses out of 20025 with flag 805000/805000
662.03/348.40	c cleaning 10009 clauses out of 20029 with flag 815000/815000
667.12/351.09	c cleaning 9996 clauses out of 20020 with flag 825000/825000
671.64/353.48	c cleaning 9985 clauses out of 20024 with flag 835000/835000
676.19/355.80	c cleaning 10010 clauses out of 20039 with flag 845000/845000
681.13/358.49	c cleaning 10013 clauses out of 20029 with flag 855000/855000
686.02/361.07	c cleaning 10006 clauses out of 20017 with flag 865001/865001
690.95/363.66	c cleaning 10000 clauses out of 20010 with flag 875000/875000
697.86/367.22	c cleaning 9990 clauses out of 20010 with flag 885000/885000
703.98/370.49	c cleaning 9994 clauses out of 20020 with flag 895000/895000
710.06/373.68	c cleaning 10009 clauses out of 20026 with flag 905000/905000
716.56/377.03	c cleaning 10008 clauses out of 20017 with flag 915000/915000
725.06/381.45	c cleaning 9976 clauses out of 20009 with flag 925000/925000
731.98/385.02	c cleaning 10004 clauses out of 20033 with flag 935000/935000
739.22/388.80	c cleaning 9960 clauses out of 20029 with flag 945000/945000
746.33/392.50	c cleaning 10012 clauses out of 20069 with flag 955000/955000
751.46/395.28	c cleaning 10004 clauses out of 20057 with flag 965000/965000
756.79/398.05	c cleaning 10006 clauses out of 20053 with flag 975000/975000
761.28/400.43	c cleaning 10008 clauses out of 20047 with flag 985000/985000
765.80/402.81	c cleaning 10009 clauses out of 20040 with flag 995001/995001
770.32/405.22	c cleaning 9993 clauses out of 20030 with flag 1005000/1005000
776.23/408.31	c cleaning 9992 clauses out of 20037 with flag 1015000/1015000
781.89/411.31	c cleaning 9999 clauses out of 20045 with flag 1025000/1025000
786.82/413.93	c cleaning 9989 clauses out of 20046 with flag 1035000/1035000
791.94/416.66	c cleaning 10020 clauses out of 20057 with flag 1045000/1045000
798.65/420.11	c cleaning 9984 clauses out of 20037 with flag 1055000/1055000
804.11/423.09	c cleaning 10021 clauses out of 20053 with flag 1065000/1065000
809.03/425.65	c cleaning 9997 clauses out of 20032 with flag 1075000/1075000
814.93/428.76	c cleaning 10001 clauses out of 20035 with flag 1085000/1085000
819.44/431.16	c cleaning 9995 clauses out of 20034 with flag 1095000/1095000
824.29/433.79	c cleaning 10007 clauses out of 20039 with flag 1105000/1105000
829.40/436.44	c cleaning 9998 clauses out of 20032 with flag 1115000/1115000
833.71/438.71	c cleaning 10003 clauses out of 20034 with flag 1125000/1125000
837.41/440.76	c cleaning 9990 clauses out of 20031 with flag 1135000/1135000
841.45/442.97	c cleaning 10004 clauses out of 20041 with flag 1145000/1145000
845.37/445.04	c cleaning 10007 clauses out of 20037 with flag 1155000/1155000
850.47/447.79	c cleaning 10001 clauses out of 20030 with flag 1165000/1165000
855.15/450.23	c cleaning 10002 clauses out of 20029 with flag 1175000/1175000
860.39/453.03	c cleaning 9983 clauses out of 20027 with flag 1185000/1185000
866.08/456.05	c cleaning 9988 clauses out of 20044 with flag 1195000/1195000
871.20/458.71	c cleaning 10019 clauses out of 20056 with flag 1205000/1205000
875.68/461.11	c cleaning 10002 clauses out of 20037 with flag 1215000/1215000
880.52/463.74	c cleaning 9999 clauses out of 20035 with flag 1225000/1225000
885.41/466.33	c cleaning 9982 clauses out of 20036 with flag 1235000/1235000
889.73/468.66	c cleaning 10006 clauses out of 20054 with flag 1245000/1245000
894.42/471.10	c cleaning 10013 clauses out of 20049 with flag 1255001/1255001
898.84/473.56	c cleaning 10001 clauses out of 20035 with flag 1265000/1265000
903.34/475.92	c cleaning 10000 clauses out of 20034 with flag 1275000/1275000
907.84/478.33	c cleaning 9996 clauses out of 20034 with flag 1285000/1285000
911.94/480.57	c cleaning 10013 clauses out of 20041 with flag 1295003/1295003
916.17/482.86	c cleaning 10001 clauses out of 20026 with flag 1305001/1305001
920.09/484.91	c cleaning 9999 clauses out of 20024 with flag 1315000/1315000
924.19/487.17	c cleaning 10001 clauses out of 20025 with flag 1325000/1325000
928.50/489.47	c cleaning 9996 clauses out of 20024 with flag 1335000/1335000
934.31/492.54	c cleaning 9953 clauses out of 20028 with flag 1345000/1345000
942.38/496.76	c cleaning 9997 clauses out of 20075 with flag 1355000/1355000
949.23/500.37	c cleaning 9999 clauses out of 20078 with flag 1365000/1365000
957.09/504.46	c cleaning 10015 clauses out of 20079 with flag 1375000/1375000
963.48/507.89	c cleaning 10013 clauses out of 20064 with flag 1385000/1385000
970.14/511.31	c cleaning 10013 clauses out of 20051 with flag 1395000/1395000
978.59/515.70	c cleaning 9982 clauses out of 20038 with flag 1405000/1405000
985.84/519.56	c cleaning 9999 clauses out of 20056 with flag 1415000/1415000
992.82/523.21	c cleaning 9984 clauses out of 20057 with flag 1425000/1425000
998.69/526.36	c cleaning 10011 clauses out of 20073 with flag 1435000/1435000
1004.56/529.41	c cleaning 10012 clauses out of 20062 with flag 1445000/1445000
1010.84/532.77	c cleaning 9988 clauses out of 20050 with flag 1455000/1455000
1023.56/539.35	c cleaning 9962 clauses out of 20062 with flag 1465000/1465000
1035.16/545.39	c cleaning 9999 clauses out of 20100 with flag 1475000/1475000
1046.59/551.27	c cleaning 9971 clauses out of 20101 with flag 1485000/1485000
1057.01/556.64	c cleaning 10038 clauses out of 20131 with flag 1495001/1495001
1065.77/561.29	c cleaning 9992 clauses out of 20092 with flag 1505000/1505000
1073.23/565.12	c cleaning 10023 clauses out of 20100 with flag 1515000/1515000
1080.09/568.75	c cleaning 9995 clauses out of 20077 with flag 1525000/1525000
1087.53/572.63	c cleaning 9993 clauses out of 20082 with flag 1535000/1535000
1093.92/576.01	c cleaning 10028 clauses out of 20089 with flag 1545000/1545000
1099.18/578.89	c cleaning 9994 clauses out of 20061 with flag 1555000/1555000
1104.66/581.71	c cleaning 10025 clauses out of 20067 with flag 1565000/1565000
1109.53/584.30	c cleaning 10013 clauses out of 20042 with flag 1575000/1575000
1114.32/586.91	c cleaning 10000 clauses out of 20029 with flag 1585000/1585000
1118.59/589.25	c cleaning 9991 clauses out of 20029 with flag 1595000/1595000
1123.47/591.83	c cleaning 10002 clauses out of 20038 with flag 1605000/1605000
1128.33/594.47	c cleaning 9985 clauses out of 20036 with flag 1615000/1615000
1134.70/597.85	c cleaning 9978 clauses out of 20051 with flag 1625000/1625000
1140.76/601.00	c cleaning 10022 clauses out of 20073 with flag 1635000/1635000
1146.80/604.28	c cleaning 9987 clauses out of 20051 with flag 1645000/1645000
1152.07/607.00	c cleaning 10008 clauses out of 20064 with flag 1655000/1655000
1157.85/610.16	c cleaning 9990 clauses out of 20056 with flag 1665000/1665000
1163.90/613.38	c cleaning 9974 clauses out of 20066 with flag 1675000/1675000
1169.76/616.45	c cleaning 10010 clauses out of 20092 with flag 1685000/1685000
1175.01/619.27	c cleaning 10016 clauses out of 20082 with flag 1695000/1695000
1180.17/622.05	c cleaning 10006 clauses out of 20066 with flag 1705000/1705000
1185.22/624.77	c cleaning 9997 clauses out of 20060 with flag 1715000/1715000
1190.26/627.48	c cleaning 10003 clauses out of 20064 with flag 1725001/1725001
1195.32/630.17	c cleaning 10000 clauses out of 20060 with flag 1735000/1735000
1200.10/632.74	c cleaning 9997 clauses out of 20060 with flag 1745000/1745000
1205.15/635.40	c cleaning 9971 clauses out of 20063 with flag 1755000/1755000
1210.22/638.13	c cleaning 10020 clauses out of 20092 with flag 1765000/1765000
1215.65/641.02	c cleaning 10020 clauses out of 20072 with flag 1775000/1775000
1221.23/644.05	c cleaning 9998 clauses out of 20052 with flag 1785000/1785000
1226.27/646.78	c cleaning 10004 clauses out of 20054 with flag 1795000/1795000
1232.52/650.09	c cleaning 9998 clauses out of 20050 with flag 1805000/1805000
1238.35/653.17	c cleaning 10005 clauses out of 20052 with flag 1815000/1815000
1243.72/656.06	c cleaning 10005 clauses out of 20048 with flag 1825001/1825001
1249.17/658.98	c cleaning 10004 clauses out of 20043 with flag 1835001/1835001
1254.60/661.80	c cleaning 9999 clauses out of 20039 with flag 1845001/1845001
1259.44/664.42	c cleaning 9997 clauses out of 20039 with flag 1855000/1855000
1264.42/667.19	c cleaning 10000 clauses out of 20042 with flag 1865000/1865000
1269.44/669.90	c cleaning 9987 clauses out of 20042 with flag 1875000/1875000
1274.67/672.60	c cleaning 10005 clauses out of 20055 with flag 1885000/1885000
1279.11/675.03	c cleaning 9995 clauses out of 20050 with flag 1895000/1895000
1284.08/677.72	c cleaning 10004 clauses out of 20055 with flag 1905000/1905000
1288.30/680.08	c cleaning 10013 clauses out of 20051 with flag 1915000/1915000
1293.54/682.81	c cleaning 10001 clauses out of 20038 with flag 1925000/1925000
1298.20/685.38	c cleaning 9999 clauses out of 20038 with flag 1935001/1935001
1302.95/687.98	c cleaning 10010 clauses out of 20039 with flag 1945001/1945001
1307.78/690.50	c cleaning 9987 clauses out of 20028 with flag 1955000/1955000
1312.44/693.08	c cleaning 9998 clauses out of 20041 with flag 1965000/1965000
1317.66/695.87	c cleaning 10002 clauses out of 20043 with flag 1975000/1975000
1322.62/698.54	c cleaning 10005 clauses out of 20041 with flag 1985000/1985000
1329.42/702.14	c cleaning 9985 clauses out of 20036 with flag 1995000/1995000
1340.98/708.19	c cleaning 9996 clauses out of 20051 with flag 2005000/2005000
1350.36/713.06	c cleaning 9950 clauses out of 20055 with flag 2015000/2015000
1358.48/717.34	c cleaning 10019 clauses out of 20105 with flag 2025000/2025000
1369.83/723.21	c cleaning 10000 clauses out of 20086 with flag 2035000/2035000
1380.41/728.73	c cleaning 10016 clauses out of 20086 with flag 2045000/2045000
1388.81/733.17	c cleaning 9999 clauses out of 20070 with flag 2055000/2055000
1396.33/737.19	c cleaning 9999 clauses out of 20071 with flag 2065000/2065000
1403.12/740.72	c cleaning 9980 clauses out of 20072 with flag 2075000/2075000
1411.90/745.31	c cleaning 10025 clauses out of 20092 with flag 2085000/2085000
1419.69/749.46	c cleaning 10000 clauses out of 20067 with flag 2095000/2095000
1426.40/753.03	c cleaning 10001 clauses out of 20067 with flag 2105000/2105000
1432.21/756.15	c cleaning 9995 clauses out of 20066 with flag 2115000/2115000
1439.62/760.03	c cleaning 10003 clauses out of 20072 with flag 2125001/2125001
1446.62/763.74	c cleaning 9992 clauses out of 20068 with flag 2135000/2135000
1453.52/767.48	c cleaning 10007 clauses out of 20076 with flag 2145000/2145000
1460.12/770.90	c cleaning 10018 clauses out of 20069 with flag 2155000/2155000
1466.14/774.16	c cleaning 9999 clauses out of 20051 with flag 2165000/2165000
1471.75/777.16	c cleaning 9988 clauses out of 20052 with flag 2175000/2175000
1478.07/780.53	c cleaning 10020 clauses out of 20064 with flag 2185000/2185000
1483.46/783.45	c cleaning 10007 clauses out of 20044 with flag 2195000/2195000
1489.87/786.85	c cleaning 9982 clauses out of 20037 with flag 2205000/2205000
1495.09/789.63	c cleaning 10003 clauses out of 20055 with flag 2215000/2215000
1500.01/792.36	c cleaning 10006 clauses out of 20052 with flag 2225000/2225000
1505.43/795.20	c cleaning 10012 clauses out of 20046 with flag 2235000/2235000
1510.84/798.12	c cleaning 9986 clauses out of 20034 with flag 2245000/2245000
1515.46/800.67	c cleaning 10014 clauses out of 20048 with flag 2255000/2255000
1520.17/803.27	c cleaning 9991 clauses out of 20034 with flag 2265000/2265000
1525.18/805.94	c cleaning 10010 clauses out of 20043 with flag 2275000/2275000
1530.40/808.70	c cleaning 9992 clauses out of 20033 with flag 2285000/2285000
1535.21/811.36	c cleaning 10009 clauses out of 20041 with flag 2295000/2295000
1540.14/814.06	c cleaning 9992 clauses out of 20032 with flag 2305000/2305000
1544.36/816.33	c cleaning 10009 clauses out of 20041 with flag 2315001/2315001
1549.16/818.95	c cleaning 10003 clauses out of 20031 with flag 2325000/2325000
1553.57/821.32	c cleaning 9995 clauses out of 20028 with flag 2335000/2335000
1558.51/824.02	c cleaning 10000 clauses out of 20033 with flag 2345000/2345000
1563.11/826.57	c cleaning 10000 clauses out of 20033 with flag 2355000/2355000
1567.32/828.87	c cleaning 9992 clauses out of 20033 with flag 2365000/2365000
1571.53/831.10	c cleaning 10005 clauses out of 20041 with flag 2375000/2375000
1576.25/833.72	c cleaning 10005 clauses out of 20036 with flag 2385000/2385000
1580.67/836.19	c cleaning 10003 clauses out of 20031 with flag 2395000/2395000
1584.87/838.48	c cleaning 9989 clauses out of 20028 with flag 2405000/2405000
1589.88/841.15	c cleaning 10005 clauses out of 20039 with flag 2415000/2415000
1594.61/843.71	c cleaning 10003 clauses out of 20034 with flag 2425000/2425000
1599.99/846.65	c cleaning 9990 clauses out of 20031 with flag 2435000/2435000
1605.60/849.69	c cleaning 10008 clauses out of 20042 with flag 2445001/2445001
1610.00/852.04	c cleaning 9997 clauses out of 20033 with flag 2455000/2455000
1614.33/854.49	c cleaning 9999 clauses out of 20036 with flag 2465000/2465000
1619.93/857.47	c cleaning 9994 clauses out of 20037 with flag 2475000/2475000
1624.73/860.01	c cleaning 10001 clauses out of 20043 with flag 2485000/2485000
1629.74/862.76	c cleaning 9996 clauses out of 20042 with flag 2495000/2495000
1634.84/865.60	c cleaning 10017 clauses out of 20047 with flag 2505001/2505001
1640.45/868.59	c cleaning 9993 clauses out of 20029 with flag 2515000/2515000
1645.65/871.39	c cleaning 10004 clauses out of 20036 with flag 2525000/2525000
1650.64/874.09	c cleaning 9998 clauses out of 20032 with flag 2535000/2535000
1655.17/876.56	c cleaning 10001 clauses out of 20034 with flag 2545000/2545000
1659.98/879.11	c cleaning 9996 clauses out of 20033 with flag 2555000/2555000
1664.59/881.68	c cleaning 10002 clauses out of 20038 with flag 2565001/2565001
1669.41/884.22	c cleaning 9993 clauses out of 20035 with flag 2575000/2575000
1674.12/886.80	c cleaning 10013 clauses out of 20043 with flag 2585001/2585001
1678.72/889.31	c cleaning 9999 clauses out of 20029 with flag 2595000/2595000
1683.33/891.83	c cleaning 9998 clauses out of 20030 with flag 2605000/2605000
1687.73/894.21	c cleaning 9999 clauses out of 20032 with flag 2615000/2615000
1694.40/897.80	c cleaning 10007 clauses out of 20033 with flag 2625000/2625000
1701.98/901.82	c cleaning 10008 clauses out of 20026 with flag 2635000/2635000
1708.77/905.43	c cleaning 9995 clauses out of 20018 with flag 2645000/2645000
1716.52/909.51	c cleaning 10002 clauses out of 20023 with flag 2655000/2655000
1724.20/913.65	c cleaning 9967 clauses out of 20021 with flag 2665000/2665000
1731.96/917.73	c cleaning 10004 clauses out of 20054 with flag 2675000/2675000
1738.90/921.45	c cleaning 9997 clauses out of 20050 with flag 2685000/2685000
1745.67/925.05	c cleaning 10009 clauses out of 20054 with flag 2695001/2695001
1751.96/928.42	c cleaning 10016 clauses out of 20044 with flag 2705000/2705000
1757.31/931.37	c cleaning 9995 clauses out of 20028 with flag 2715000/2715000
1762.88/934.31	c cleaning 10006 clauses out of 20033 with flag 2725000/2725000
1767.86/937.05	c cleaning 9993 clauses out of 20027 with flag 2735000/2735000
1776.70/941.77	c cleaning 10005 clauses out of 20034 with flag 2745000/2745000
1783.65/945.49	c cleaning 9989 clauses out of 20029 with flag 2755000/2755000
1790.22/948.97	c cleaning 10014 clauses out of 20040 with flag 2765000/2765000
1795.98/952.05	c cleaning 9985 clauses out of 20026 with flag 2775000/2775000
1800.84/954.72	c starts		: 43
1800.84/954.72	c conflicts		: 9751
1800.84/954.72	c decisions		: 61416
1800.84/954.72	c propagations		: 1862832
1800.84/954.72	c inspects		: 307225177
1800.84/954.72	c learnt literals	: 0
1800.84/954.72	c learnt binary clauses	: 0
1800.84/954.72	c learnt ternary clauses	: 0
1800.84/954.72	c learnt clauses	: 9751
1800.84/954.72	c ignored clauses	: 0
1800.84/954.72	c root simplifications	: 0
1800.84/954.72	c removed literals (reason simplification)	: 0
1800.84/954.72	c reason swapping (by a shorter reason)	: 0
1800.84/954.72	c Calls to reduceDB	: 1
1800.84/954.72	c number of reductions to clauses (during analyze)	: 0
1800.84/954.72	c number of learned constraints concerned by reduction	: 0
1800.84/954.72	c number of learning phase by resolution	: 0
1800.84/954.72	c number of learning phase by cutting planes	: 0
1800.84/954.72	c speed (assignments/second)	: 2069.854730427942
1800.84/954.72	c non guided choices	4
1800.84/954.79	c learnt constraints type 
1800.84/954.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.84/954.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9749
1800.84/954.79	c constraints type 
1800.84/954.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
1800.84/954.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.84/954.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.84/954.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1800.84/954.79	c constraints type 
1800.84/954.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.84/954.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
1800.84/954.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.84/954.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1800.84/954.79	s SATISFIABLE
1800.84/954.79	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 x52 x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 x84 x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 x200 
1800.84/954.79	c objective function=-13
1800.84/954.79	c Total wall clock time (in seconds): 954.576

Verifier Data

OK	-13

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661997-1276670528/watcher-2661997-1276670528 -o /tmp/evaluation-result-2661997-1276670528/solver-2661997-1276670528 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661997-1276670528.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: 2.68 2.51 1.99 3/106 14748
/proc/meminfo: memFree=1789060/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1832 CPUtime=0
/proc/14748/stat : 14748 (java6) R 14746 14748 14723 0 -1 4194304 242 0 0 0 0 0 0 0 19 0 1 0 8348243 1875968 145 1992294400 134512640 134550932 4294411584 18446744073709551615 134527984 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14748/statm: 458 148 111 10 0 63 0

[startup+0.109198 s]
/proc/loadavg: 2.68 2.51 1.99 3/106 14748
/proc/meminfo: memFree=1789060/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1524180 CPUtime=0.1
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 4018 0 1 0 7 3 0 0 18 0 12 0 8348243 1560760320 3457 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 381045 3457 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1524180

[startup+0.209622 s]
/proc/loadavg: 2.68 2.51 1.99 3/106 14748
/proc/meminfo: memFree=1789060/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1526260 CPUtime=0.25
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 5105 0 1 0 21 4 0 0 18 0 12 0 8348243 1562890240 4542 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 381565 4543 1346 10 0 378868 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1526260

[startup+0.300617 s]
/proc/loadavg: 2.68 2.51 1.99 3/106 14748
/proc/meminfo: memFree=1789060/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1526260 CPUtime=0.37
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 5390 0 1 0 33 4 0 0 18 0 12 0 8348243 1562890240 4827 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 381565 4827 1356 10 0 378868 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526260

[startup+0.700595 s]
/proc/loadavg: 2.68 2.51 1.99 3/106 14748
/proc/meminfo: memFree=1789060/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1528284 CPUtime=1.1
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 6982 0 1 0 105 5 0 0 18 0 12 0 8348243 1564962816 6348 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 382071 6348 1407 10 0 379374 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528284

[startup+1.50155 s]
/proc/loadavg: 2.68 2.51 1.99 2/118 14760
/proc/meminfo: memFree=1764536/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1528420 CPUtime=2.33
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 9240 0 1 0 227 6 0 0 18 0 12 0 8348243 1565102080 7963 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 382105 7963 1411 10 0 379408 0
[pid=14748/tid=14750] ppid=14746 vsize=1528420 CPUtime=1.48
/proc/14748/task/14750/stat : 14750 (java) R 14746 14748 14723 0 -1 4202560 6307 0 1 0 143 5 0 0 19 0 12 0 8348244 1565102080 7963 1992294400 134512640 134550932 4294610112 18446744073709551615 4109736116 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=1528420 CPUtime=0
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 14723 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8348246 1565102080 7963 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=1528420 CPUtime=0
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 14723 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 8348246 1565102080 7963 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=1528420 CPUtime=0
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 14723 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8348248 1565102080 7964 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=1528420 CPUtime=0
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 14723 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 8348248 1565102080 7964 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=1528420 CPUtime=0
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 14723 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8348248 1565102080 7964 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=1528420 CPUtime=0
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8348252 1565102080 7964 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=1528420 CPUtime=0.49
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 14723 0 -1 4202560 1303 0 0 0 49 0 0 0 24 0 12 0 8348252 1565102080 7964 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=1528420 CPUtime=0.34
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 14723 0 -1 4202560 563 0 0 0 34 0 0 0 21 0 12 0 8348252 1565102080 7964 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=1528420 CPUtime=0
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8348252 1565102080 7964 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=1528420 CPUtime=0
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8348252 1565102080 7964 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1528420

[startup+3.10146 s]
/proc/loadavg: 2.68 2.51 1.99 2/118 14760
/proc/meminfo: memFree=1758584/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1543908 CPUtime=4.7
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 17174 0 1 0 461 9 0 0 18 0 16 0 8348243 1580961792 14388 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 385977 14388 1421 10 0 383280 0
[pid=14748/tid=14750] ppid=14746 vsize=1543908 CPUtime=2.4
/proc/14748/task/14750/stat : 14750 (java) S 14746 14748 14723 0 -1 4202560 7671 0 1 0 234 6 0 0 23 0 16 0 8348244 1580961792 14389 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=1543908 CPUtime=0
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 14723 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 8348246 1580961792 14389 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=1543908 CPUtime=0
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 14723 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 8348246 1580961792 14389 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=1543908 CPUtime=0
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 14723 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 8348248 1580961792 14389 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=1543908 CPUtime=0
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 14723 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 8348248 1580961792 14389 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=1543908 CPUtime=0
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 14723 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 8348248 1580961792 14389 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=1543908 CPUtime=0
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8348252 1580961792 14389 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=1543908 CPUtime=0.86
/proc/14748/task/14757/stat : 14757 (java) R 14746 14748 14723 0 -1 4202560 5020 0 0 0 85 1 0 0 16 0 16 0 8348252 1580961792 14389 1992294400 134512640 134550932 4294610112 18446744073709551615 105873548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=1543908 CPUtime=0.74
/proc/14748/task/14758/stat : 14758 (java) R 14746 14748 14723 0 -1 4202560 1796 0 0 0 74 0 0 0 16 0 16 0 8348252 1580961792 14389 1992294400 134512640 134550932 4294610112 18446744073709551615 105574333 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=1543908 CPUtime=0
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8348252 1580961792 14389 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=1543908 CPUtime=0
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8348252 1580961792 14389 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 1543908

[startup+6.30129 s]
/proc/loadavg: 2.87 2.56 2.01 3/122 14768
/proc/meminfo: memFree=1670016/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1546704 CPUtime=7.44
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 43819 0 1 0 724 20 0 0 18 0 14 0 8348243 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 386676 37639 1437 10 0 383979 0
[pid=14748/tid=14750] ppid=14746 vsize=1546704 CPUtime=2.41
/proc/14748/task/14750/stat : 14750 (java) S 14746 14748 14723 0 -1 4202560 7701 0 1 0 235 6 0 0 19 0 14 0 8348244 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=1546704 CPUtime=0.01
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 14723 0 -1 4202560 616 0 0 0 1 0 0 0 18 0 14 0 8348246 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=1546704 CPUtime=0.01
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 14723 0 -1 4202560 484 0 0 0 1 0 0 0 18 0 14 0 8348246 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=1546704 CPUtime=0
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 14723 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 8348248 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=1546704 CPUtime=0
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 14723 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 8348248 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=1546704 CPUtime=0
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 14723 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 8348248 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=1546704 CPUtime=0
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8348252 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=1546704 CPUtime=1.6
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 14723 0 -1 4202560 8251 0 0 0 158 2 0 0 16 0 14 0 8348252 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=1546704 CPUtime=1.37
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 14723 0 -1 4202560 2803 0 0 0 137 0 0 0 15 0 14 0 8348252 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=1546704 CPUtime=0
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8348252 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=1546704 CPUtime=0
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8348252 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=1546704 CPUtime=0
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 14723 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8348489 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=1546704 CPUtime=0
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 14723 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8348489 1583824896 37639 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 1546704

[startup+12.7019 s]
/proc/loadavg: 2.64 2.51 1.99 3/122 14778
/proc/meminfo: memFree=1625748/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1549776 CPUtime=14.11
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 50062 0 1 0 1387 24 0 0 18 0 16 0 8348243 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 387444 43625 1441 10 0 384747 0
[pid=14748/tid=14750] ppid=14746 vsize=1549776 CPUtime=2.41
/proc/14748/task/14750/stat : 14750 (java) S 14746 14748 14723 0 -1 4202560 7701 0 1 0 235 6 0 0 18 0 16 0 8348244 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=1549776 CPUtime=0.11
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 14723 0 -1 4202560 2501 0 0 0 10 1 0 0 16 0 16 0 8348246 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=1549776 CPUtime=0.11
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 14723 0 -1 4202560 2206 0 0 0 11 0 0 0 16 0 16 0 8348246 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=1549776 CPUtime=0
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 14723 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 16 0 8348248 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=1549776 CPUtime=0
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 14723 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8348248 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=1549776 CPUtime=0
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 14723 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8348248 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=1549776 CPUtime=0
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8348252 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=1549776 CPUtime=2.66
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 14723 0 -1 4202560 9270 0 0 0 263 3 0 0 15 0 16 0 8348252 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=1549776 CPUtime=1.77
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 14723 0 -1 4202560 2831 0 0 0 177 0 0 0 15 0 16 0 8348252 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=1549776 CPUtime=0
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8348252 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=1549776 CPUtime=0
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8348252 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=1549776 CPUtime=0
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 14723 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8348489 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=1549776 CPUtime=0
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 14723 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8348489 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14777] ppid=14746 vsize=1549776 CPUtime=1.81
/proc/14748/task/14777/stat : 14777 (java) R 14746 14748 14723 0 -1 4202560 2 0 0 0 181 0 0 0 23 0 16 0 8349305 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4109832979 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14748/tid=14778] ppid=14746 vsize=1549776 CPUtime=1.74
/proc/14748/task/14778/stat : 14778 (java) R 14746 14748 14723 0 -1 4202560 4 0 0 0 174 0 0 0 25 0 16 0 8349305 1586970624 43625 1992294400 134512640 134550932 4294610112 18446744073709551615 4110028807 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.11
Current children cumulated vsize (KiB) 1549776

[startup+25.5012 s]
/proc/loadavg: 2.49 2.49 1.99 3/122 14782
/proc/meminfo: memFree=1575652/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1554896 CPUtime=37.09
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 63158 0 1 0 3678 31 0 0 18 0 16 0 8348243 1592213504 54848 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 388724 54848 1451 10 0 386027 0
[pid=14748/tid=14750] ppid=14746 vsize=1554896 CPUtime=2.41
/proc/14748/task/14750/stat : 14750 (java) S 14746 14748 14723 0 -1 4202560 7702 0 1 0 235 6 0 0 18 0 16 0 8348244 1592213504 54848 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=1554896 CPUtime=0.33

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

/proc/14748/task/14784/stat : 14784 (java) R 14746 14748 14723 0 -1 4202560 306 0 0 0 73529 12 0 0 23 0 16 0 8353717 1592213504 74280 1992294400 134512640 134550932 4294610112 18446744073709551615 4109870341 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.65
Current children cumulated vsize (KiB) 1554896

[startup+942.302 s]
/proc/loadavg: 2.40 2.20 2.07 3/122 14808
/proc/meminfo: memFree=1490092/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1554896 CPUtime=1777.5
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 87603 0 1 0 177565 185 0 0 18 0 16 0 8348243 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 388724 75294 1451 10 0 386027 0
[pid=14748/tid=14750] ppid=14746 vsize=1554896 CPUtime=2.41
/proc/14748/task/14750/stat : 14750 (java) S 14746 14748 14723 0 -1 4202560 7752 0 1 0 235 6 0 0 15 0 16 0 8348244 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=1554896 CPUtime=16.23
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 14723 0 -1 4202560 15910 0 0 0 1575 48 0 0 15 0 16 0 8348246 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=1554896 CPUtime=16.22
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 14723 0 -1 4202560 14081 0 0 0 1563 59 0 0 16 0 16 0 8348246 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=1554896 CPUtime=78.23
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 14723 0 -1 4202560 3565 0 0 0 7812 11 0 0 16 0 16 0 8348248 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 14723 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8348248 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 14723 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8348248 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8348252 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=1554896 CPUtime=3.92
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 14723 0 -1 4202560 13619 0 0 0 387 5 0 0 15 0 16 0 8348252 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=1554896 CPUtime=2.03
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 14723 0 -1 4202560 2857 0 0 0 203 0 0 0 16 0 16 0 8348252 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8348252 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 14723 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 8348252 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 14723 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8348489 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 14723 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8348489 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14783] ppid=14746 vsize=1554896 CPUtime=787.29
/proc/14748/task/14783/stat : 14783 (java) R 14746 14748 14723 0 -1 4202560 528 0 0 0 78707 22 0 0 16 0 16 0 8353717 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4110049212 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14748/tid=14784] ppid=14746 vsize=1554896 CPUtime=786.84
/proc/14748/task/14784/stat : 14784 (java) R 14746 14748 14723 0 -1 4202560 328 0 0 0 78670 14 0 0 22 0 16 0 8353717 1592213504 75294 1992294400 134512640 134550932 4294610112 18446744073709551615 4110002633 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1777.5
Current children cumulated vsize (KiB) 1554896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+954.301 s]
/proc/loadavg: 2.52 2.23 2.08 3/122 14808
/proc/meminfo: memFree=1487736/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1554896 CPUtime=1800.06
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 88259 0 1 0 179818 188 0 0 18 0 16 0 8348243 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 388724 75905 1451 10 0 386027 0
[pid=14748/tid=14750] ppid=14746 vsize=1554896 CPUtime=2.41
/proc/14748/task/14750/stat : 14750 (java) S 14746 14748 14723 0 -1 4202560 7754 0 1 0 235 6 0 0 15 0 16 0 8348244 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=1554896 CPUtime=16.5
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 14723 0 -1 4202560 16177 0 0 0 1601 49 0 0 16 0 16 0 8348246 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=1554896 CPUtime=16.48
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 14723 0 -1 4202560 14387 0 0 0 1588 60 0 0 16 0 16 0 8348246 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=1554896 CPUtime=79.49
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 14723 0 -1 4202560 3634 0 0 0 7937 12 0 0 15 0 16 0 8348248 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 14723 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8348248 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 14723 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8348248 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8348252 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=1554896 CPUtime=3.92
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 14723 0 -1 4202560 13619 0 0 0 387 5 0 0 15 0 16 0 8348252 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=1554896 CPUtime=2.03
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 14723 0 -1 4202560 2857 0 0 0 203 0 0 0 16 0 16 0 8348252 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8348252 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 14723 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 8348252 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 14723 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8348489 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 14723 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8348489 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14783] ppid=14746 vsize=1554896 CPUtime=797.6
/proc/14748/task/14783/stat : 14783 (java) R 14746 14748 14723 0 -1 4202560 532 0 0 0 79737 23 0 0 17 0 16 0 8353717 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4110090484 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14748/tid=14784] ppid=14746 vsize=1554896 CPUtime=797.3
/proc/14748/task/14784/stat : 14784 (java) R 14746 14748 14723 0 -1 4202560 334 0 0 0 79716 14 0 0 25 0 16 0 8353717 1592213504 75905 1992294400 134512640 134550932 4294610112 18446744073709551615 4109970753 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1554896

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

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

[startup+954.701 s]
/proc/loadavg: 2.52 2.23 2.08 3/122 14808
/proc/meminfo: memFree=1487736/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1554896 CPUtime=1800.84
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 88262 0 1 0 179896 188 0 0 18 0 16 0 8348243 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 388724 75908 1451 10 0 386027 0
[pid=14748/tid=14750] ppid=14746 vsize=1554896 CPUtime=2.41
/proc/14748/task/14750/stat : 14750 (java) S 14746 14748 14723 0 -1 4202560 7754 0 1 0 235 6 0 0 15 0 16 0 8348244 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=1554896 CPUtime=16.5
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 14723 0 -1 4202560 16177 0 0 0 1601 49 0 0 16 0 16 0 8348246 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=1554896 CPUtime=16.48
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 14723 0 -1 4202560 14387 0 0 0 1588 60 0 0 16 0 16 0 8348246 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=1554896 CPUtime=79.49
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 14723 0 -1 4202560 3634 0 0 0 7937 12 0 0 15 0 16 0 8348248 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 14723 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8348248 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 14723 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8348248 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14756/stat : 14756 (java) R 14746 14748 14723 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 8348252 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=1554896 CPUtime=3.92
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 14723 0 -1 4202560 13619 0 0 0 387 5 0 0 15 0 16 0 8348252 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=1554896 CPUtime=2.03
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 14723 0 -1 4202560 2857 0 0 0 203 0 0 0 16 0 16 0 8348252 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8348252 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 14723 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 8348252 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 14723 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8348489 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=1554896 CPUtime=0
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 14723 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8348489 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14783] ppid=14746 vsize=1554896 CPUtime=797.98
/proc/14748/task/14783/stat : 14783 (java) R 14746 14748 14723 0 -1 4202560 532 0 0 0 79775 23 0 0 18 0 16 0 8353717 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4110050580 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14748/tid=14784] ppid=14746 vsize=1554896 CPUtime=797.69
/proc/14748/task/14784/stat : 14784 (java) R 14746 14748 14723 0 -1 4202560 334 0 0 0 79755 14 0 0 25 0 16 0 8353717 1592213504 75908 1992294400 134512640 134550932 4294610112 18446744073709551615 4110005936 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 1554896

[startup+954.801 s]
/proc/loadavg: 2.52 2.23 2.08 5/124 14811
/proc/meminfo: memFree=1487596/2059040 swapFree=4164944/4192956
[pid=14748] ppid=14746 vsize=1555544 CPUtime=1801.04
/proc/14748/stat : 14748 (java) S 14746 14748 14723 0 -1 4202496 88278 0 1 0 179916 188 0 0 18 0 17 0 8348243 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14748/statm: 388886 75924 1451 10 0 386189 0
[pid=14748/tid=14750] ppid=14746 vsize=1555544 CPUtime=2.41
/proc/14748/task/14750/stat : 14750 (java) S 14746 14748 14723 0 -1 4202560 7754 0 1 0 235 6 0 0 15 0 17 0 8348244 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=1555544 CPUtime=16.5
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 14723 0 -1 4202560 16177 0 0 0 1601 49 0 0 16 0 17 0 8348246 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=1555544 CPUtime=16.48
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 14723 0 -1 4202560 14387 0 0 0 1588 60 0 0 16 0 17 0 8348246 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=1555544 CPUtime=79.49
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 14723 0 -1 4202560 3634 0 0 0 7937 12 0 0 15 0 17 0 8348248 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 0 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=1555544 CPUtime=0
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 14723 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 8348248 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=1555544 CPUtime=0
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 14723 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 8348248 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=1555544 CPUtime=0
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 14723 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 8348252 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=1555544 CPUtime=3.92
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 14723 0 -1 4202560 13619 0 0 0 387 5 0 0 15 0 17 0 8348252 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=1555544 CPUtime=2.03
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 14723 0 -1 4202560 2857 0 0 0 203 0 0 0 16 0 17 0 8348252 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=1555544 CPUtime=0
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 8348252 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=1555544 CPUtime=0
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 14723 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 17 0 8348252 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=1555544 CPUtime=0
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 14723 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 8348489 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=1555544 CPUtime=0
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 14723 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 8348489 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 0 0 0 0
[pid=14748/tid=14783] ppid=14746 vsize=1555544 CPUtime=798.08
/proc/14748/task/14783/stat : 14783 (java) R 14746 14748 14723 0 -1 4202560 532 0 0 0 79785 23 0 0 18 0 17 0 8353717 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4110021191 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14748/tid=14784] ppid=14746 vsize=1555544 CPUtime=797.78
/proc/14748/task/14784/stat : 14784 (java) R 14746 14748 14723 0 -1 4202560 334 0 0 0 79764 14 0 0 25 0 17 0 8353717 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4109832701 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14748/tid=14810] ppid=14746 vsize=1555544 CPUtime=0
/proc/14748/task/14810/stat : 14810 (java) S 14746 14748 14723 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 17 0 8443715 1592877056 75924 1992294400 134512640 134550932 4294610112 18446744073709551615 4294960144 0 4 0 16800975 18446604437810392128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.04
Current children cumulated vsize (KiB) 1555544

Child status: 143
Real time (s): 954.846
CPU time (s): 1801.1
CPU user time (s): 1799.18
CPU system time (s): 1.91971
CPU usage (%): 188.627
Max. virtual memory (cumulated for all children) (KiB): 1559024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.91971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88279
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= 31601
involuntary context switches= 52600

runsolver used 4.99224 second user time and 10.7924 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 08:42:08
IDJOB=2661997
IDBENCH=48252
IDSOLVER=1166
FILE ID=node029/2661997-1276670528
PBS_JOBID= 11172532
Free space on /tmp= 62576 MiB

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

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

MD5SUM BENCH= 3576405369e31b0bc5c7707d6d764dde
RANDOM SEED=138841163

node029.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.221
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.44
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.221
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:       1789456 kB
Buffers:         62980 kB
Cached:         107160 kB
SwapCached:       1508 kB
Active:          96572 kB
Inactive:       107600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1789456 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:       32496 kB
Mapped:          15012 kB
Slab:            43548 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182124 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= 62576 MiB
End job on node029 at 2010-06-16 08:58:05