Trace number 3455040

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 Res//CP 2.3.0SAT (TO)4044 1800.65 962.833

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-lp4l.opb
MD5SUM8d2c17131f0dd6c2b5d472cf1eef4c89
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2967
Best CPU time to get the best result obtained on this benchmark0.32095
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2967
Optimality of the best value was proved YES
Number of variables1086
Total number of constraints85
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint1086
Number of terms in the objective function 1086
Biggest coefficient in the objective function 283
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 197191
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 283
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 197191
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3455040-1307187895.opb
0.11/0.11	c reading problem ... 
0.28/0.25	c ... done. Wall clock time 0.14s.
0.28/0.25	c #vars     1086
0.28/0.25	c #constraints  169
0.28/0.25	c constraints type 
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 83
0.28/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 85
0.28/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.28/0.25	c constraints type 
0.28/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 83
0.28/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 85
0.28/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.81/0.64	c  And the winner is Resolution
2.10/0.76	c SATISFIABLE
2.10/0.76	c OPTIMIZING...
2.10/0.76	c Got one! Elapsed wall clock time (in seconds):0.647
2.10/0.76	o 4680
2.91/1.04	c  And the winner is Resolution
2.99/1.27	c Got one! Elapsed wall clock time (in seconds):1.156
2.99/1.27	o 4599
3.10/1.37	c  And the winner is Resolution
3.25/1.78	c Got one! Elapsed wall clock time (in seconds):1.665
3.25/1.78	o 4155
4.18/2.30	c cleaning 3200 clauses out of 6416 with flag 3002/6416
6.52/3.32	c cleaning 4590 clauses out of 9216 with flag 9002/12416
8.98/4.57	c  And the winner is CuttingPlanes
9.10/4.79	c Got one! Elapsed wall clock time (in seconds):4.682
9.10/4.79	o 4114
11.13/5.88	c cleaning 7849 clauses out of 15706 with flag 5000/23496
13.57/7.07	c cleaning 6925 clauses out of 13857 with flag 11000/29496
16.47/8.42	c cleaning 6948 clauses out of 13935 with flag 18003/36499
19.28/9.88	c cleaning 7481 clauses out of 14984 with flag 26000/44496
21.90/11.19	c  And the winner is Resolution
22.12/11.32	c Got one! Elapsed wall clock time (in seconds):11.21
22.12/11.32	o 4112
24.27/12.47	c cleaning 9550 clauses out of 19116 with flag 5000/56109
26.62/13.68	c cleaning 7757 clauses out of 15566 with flag 11000/62109
30.19/15.42	c cleaning 7399 clauses out of 14809 with flag 18000/69109
32.94/16.88	c cleaning 7686 clauses out of 15413 with flag 26003/77112
36.69/18.75	c cleaning 8339 clauses out of 16724 with flag 35000/86109
40.42/20.64	c cleaning 9186 clauses out of 18387 with flag 45002/96111
45.14/23.09	c cleaning 9535 clauses out of 19199 with flag 55000/106109
48.87/24.95	c cleaning 9804 clauses out of 19666 with flag 65002/116111
53.00/27.05	c cleaning 9917 clauses out of 19862 with flag 75002/126111
57.53/29.33	c cleaning 9957 clauses out of 19943 with flag 85000/136109
62.02/31.63	c cleaning 9959 clauses out of 19986 with flag 95000/146109
64.76/33.04	c  And the winner is Resolution
64.93/33.46	c Got one! Elapsed wall clock time (in seconds):33.347
64.93/33.46	o 4103
67.61/34.84	c cleaning 10469 clauses out of 20983 with flag 5000/157065
69.53/35.84	c  And the winner is Resolution
69.67/35.97	c Got one! Elapsed wall clock time (in seconds):35.861
69.67/35.97	o 4089
70.16/36.23	c cleaning 7770 clauses out of 15595 with flag 1002/162146
72.50/37.46	c cleaning 6870 clauses out of 13823 with flag 7000/168144
75.56/39.03	c cleaning 6940 clauses out of 13953 with flag 14000/175144
78.48/40.53	c cleaning 7486 clauses out of 15014 with flag 22001/183145
81.80/42.22	c cleaning 8214 clauses out of 16528 with flag 31001/192145
85.91/44.31	c cleaning 9111 clauses out of 18315 with flag 41002/202146
90.38/46.67	c cleaning 9594 clauses out of 19203 with flag 51001/212145
94.49/48.77	c cleaning 9795 clauses out of 19608 with flag 61000/222144
99.40/51.22	c cleaning 9877 clauses out of 19813 with flag 71000/232144
103.90/53.50	c cleaning 9950 clauses out of 19937 with flag 81001/242145
108.15/55.76	c cleaning 9965 clauses out of 19987 with flag 91001/252145
111.85/57.65	c cleaning 9956 clauses out of 20024 with flag 101003/262147
115.94/59.74	c cleaning 9980 clauses out of 20066 with flag 111001/272145
119.65/61.69	c cleaning 10008 clauses out of 20086 with flag 121001/282145
123.90/63.84	c cleaning 10005 clauses out of 20077 with flag 131000/292144
128.41/66.16	c cleaning 9985 clauses out of 20072 with flag 141000/302144
132.06/68.00	c cleaning 10014 clauses out of 20087 with flag 151000/312144
135.95/70.01	c cleaning 9947 clauses out of 20073 with flag 161000/322144
139.39/71.88	c cleaning 9993 clauses out of 20126 with flag 171000/332144
143.47/73.98	c cleaning 10021 clauses out of 20133 with flag 181000/342144
147.95/76.23	c cleaning 10007 clauses out of 20113 with flag 191001/352145
152.04/78.33	c cleaning 10001 clauses out of 20105 with flag 201000/362144
155.88/80.38	c cleaning 10010 clauses out of 20105 with flag 211001/372145
161.14/83.09	c cleaning 9996 clauses out of 20094 with flag 221000/382144
167.82/86.49	c cleaning 10013 clauses out of 20100 with flag 231002/392146
173.32/89.26	c cleaning 9963 clauses out of 20088 with flag 241003/402147
178.90/92.12	c cleaning 10003 clauses out of 20123 with flag 251001/412145
182.79/94.17	c cleaning 10027 clauses out of 20119 with flag 261000/422144
183.45/94.53	c  And the winner is Resolution
183.77/94.82	c Got one! Elapsed wall clock time (in seconds):94.703
183.77/94.82	o 4079
186.13/96.02	c cleaning 7556 clauses out of 15201 with flag 4000/427253
188.00/97.06	c cleaning 6784 clauses out of 13647 with flag 10002/433255
190.20/98.29	c cleaning 6902 clauses out of 13861 with flag 17000/440253
194.47/100.48	c cleaning 7473 clauses out of 14959 with flag 25000/448253
199.13/102.89	c cleaning 8227 clauses out of 16492 with flag 34006/457259
204.19/105.48	c cleaning 9122 clauses out of 18259 with flag 44000/467253
208.78/107.81	c cleaning 9540 clauses out of 19137 with flag 54000/477253
212.61/109.85	c cleaning 9779 clauses out of 19598 with flag 64001/487254
217.28/112.27	c cleaning 9886 clauses out of 19819 with flag 74001/497254
222.31/114.84	c cleaning 9934 clauses out of 19933 with flag 84001/507254
226.68/117.17	c cleaning 9935 clauses out of 19999 with flag 94001/517254
231.11/119.34	c cleaning 10003 clauses out of 20064 with flag 104001/527254
236.09/121.70	c cleaning 10002 clauses out of 20060 with flag 114000/537253
240.52/124.03	c cleaning 10018 clauses out of 20058 with flag 124000/547253
245.87/126.89	c cleaning 10010 clauses out of 20042 with flag 134002/557255
251.93/129.96	c cleaning 10005 clauses out of 20031 with flag 144001/567254
257.33/132.72	c cleaning 10008 clauses out of 20027 with flag 154002/577255
261.75/135.07	c cleaning 9990 clauses out of 20017 with flag 164000/587253
266.72/137.67	c cleaning 9989 clauses out of 20029 with flag 174002/597255
272.14/140.24	c cleaning 9995 clauses out of 20039 with flag 184001/607254
276.97/142.56	c cleaning 9998 clauses out of 20046 with flag 194003/617256
280.98/144.67	c cleaning 9995 clauses out of 20046 with flag 204001/627254
286.53/147.56	c cleaning 9993 clauses out of 20050 with flag 214000/637253
290.32/149.51	c cleaning 10003 clauses out of 20057 with flag 224000/647253
294.34/151.63	c cleaning 9980 clauses out of 20055 with flag 234001/657254
296.54/152.84	c  And the winner is Resolution
296.94/153.20	c Got one! Elapsed wall clock time (in seconds):153.088
296.94/153.20	o 4044
299.13/154.34	c cleaning 10162 clauses out of 20381 with flag 5002/667560
301.85/155.87	c cleaning 8016 clauses out of 16217 with flag 11000/673558
305.45/157.72	c cleaning 7472 clauses out of 15201 with flag 18000/680558
309.24/159.74	c cleaning 7785 clauses out of 15731 with flag 26002/688560
313.63/162.05	c cleaning 8395 clauses out of 16950 with flag 35006/697564
318.74/164.71	c cleaning 9167 clauses out of 18549 with flag 45000/707558
323.93/167.47	c cleaning 9605 clauses out of 19384 with flag 55002/717560
328.91/170.00	c cleaning 9805 clauses out of 19779 with flag 65002/727560
333.69/172.51	c cleaning 9878 clauses out of 19974 with flag 75002/737560
339.35/175.54	c cleaning 9912 clauses out of 20097 with flag 85003/747561
344.93/178.48	c cleaning 9998 clauses out of 20183 with flag 95001/757559
348.71/180.50	c cleaning 10077 clauses out of 20185 with flag 105001/767559
352.67/182.58	c cleaning 10031 clauses out of 20107 with flag 115000/777558
356.73/184.71	c cleaning 10010 clauses out of 20077 with flag 125001/787559
360.30/186.60	c cleaning 9973 clauses out of 20066 with flag 135000/797558
363.46/188.34	c cleaning 10001 clauses out of 20093 with flag 145000/807558
367.02/190.23	c cleaning 9994 clauses out of 20092 with flag 155000/817558
371.68/192.72	c cleaning 10001 clauses out of 20100 with flag 165002/827560
377.44/195.80	c cleaning 9993 clauses out of 20097 with flag 175000/837558
383.79/199.11	c cleaning 10020 clauses out of 20105 with flag 185001/847559
388.94/201.80	c cleaning 9991 clauses out of 20084 with flag 195000/857558
394.17/204.56	c cleaning 9999 clauses out of 20093 with flag 205000/867558
399.13/207.17	c cleaning 9990 clauses out of 20094 with flag 215000/877558
404.08/209.73	c cleaning 10016 clauses out of 20106 with flag 225002/887560
408.84/212.21	c cleaning 10031 clauses out of 20088 with flag 235000/897558
413.86/214.96	c cleaning 9984 clauses out of 20057 with flag 245000/907558
419.00/217.65	c cleaning 9985 clauses out of 20073 with flag 255000/917558
423.34/219.94	c cleaning 10002 clauses out of 20088 with flag 265000/927558
427.68/222.28	c cleaning 10023 clauses out of 20086 with flag 275000/937558
432.87/225.06	c cleaning 10013 clauses out of 20063 with flag 285000/947558
437.60/227.52	c cleaning 10010 clauses out of 20050 with flag 295000/957558
441.93/229.85	c cleaning 10000 clauses out of 20042 with flag 305002/967560
446.06/232.06	c cleaning 9992 clauses out of 20041 with flag 315001/977559
449.86/234.16	c cleaning 9990 clauses out of 20048 with flag 325000/987558
453.19/235.97	c cleaning 9993 clauses out of 20058 with flag 335000/997558
456.54/237.79	c cleaning 10011 clauses out of 20065 with flag 345000/1007558
462.68/240.97	c cleaning 9993 clauses out of 20055 with flag 355001/1017559
468.69/244.10	c cleaning 10001 clauses out of 20062 with flag 365001/1027559
475.03/247.40	c cleaning 10000 clauses out of 20060 with flag 375000/1037558
480.97/250.51	c cleaning 9989 clauses out of 20060 with flag 385000/1047558
485.94/253.11	c cleaning 9966 clauses out of 20072 with flag 395001/1057559
490.12/255.40	c cleaning 10005 clauses out of 20105 with flag 405000/1067558
493.66/257.41	c cleaning 10007 clauses out of 20102 with flag 415002/1077560
498.23/259.74	c cleaning 10011 clauses out of 20093 with flag 425000/1087558
502.73/262.10	c cleaning 10003 clauses out of 20084 with flag 435002/1097560
506.73/264.36	c cleaning 9988 clauses out of 20083 with flag 445004/1107562
511.66/266.95	c cleaning 10016 clauses out of 20091 with flag 455000/1117558
516.39/269.48	c cleaning 9993 clauses out of 20078 with flag 465003/1127561
521.10/271.92	c cleaning 9960 clauses out of 20083 with flag 475001/1137559
525.29/274.24	c cleaning 9962 clauses out of 20123 with flag 485001/1147559
529.40/276.49	c cleaning 9972 clauses out of 20160 with flag 495000/1157558
533.32/278.53	c cleaning 9999 clauses out of 20188 with flag 505000/1167558
537.83/280.92	c cleaning 9948 clauses out of 20189 with flag 515000/1177558
541.23/282.87	c cleaning 10006 clauses out of 20243 with flag 525002/1187560
544.51/284.61	c cleaning 9998 clauses out of 20235 with flag 535000/1197558
549.82/287.47	c cleaning 10046 clauses out of 20237 with flag 545000/1207558
556.14/290.70	c cleaning 10033 clauses out of 20191 with flag 555000/1217558
562.10/293.96	c cleaning 10011 clauses out of 20158 with flag 565000/1227558
567.41/296.75	c cleaning 10012 clauses out of 20148 with flag 575001/1237559
572.72/299.55	c cleaning 10014 clauses out of 20143 with flag 585008/1247566
578.02/302.39	c cleaning 9998 clauses out of 20124 with flag 595003/1257561
583.37/305.29	c cleaning 10000 clauses out of 20124 with flag 605001/1267559
588.89/308.16	c cleaning 9999 clauses out of 20125 with flag 615002/1277560
594.16/310.93	c cleaning 9996 clauses out of 20124 with flag 625000/1287558
598.86/313.49	c cleaning 10005 clauses out of 20129 with flag 635001/1297559
603.99/316.26	c cleaning 9978 clauses out of 20123 with flag 645000/1307558
609.09/318.98	c cleaning 10005 clauses out of 20146 with flag 655001/1317559
614.97/322.09	c cleaning 10002 clauses out of 20142 with flag 665002/1327560
620.65/325.07	c cleaning 10005 clauses out of 20139 with flag 675001/1337559
626.00/327.96	c cleaning 9997 clauses out of 20133 with flag 685000/1347558
631.25/330.73	c cleaning 9998 clauses out of 20136 with flag 695000/1357558
635.93/333.24	c cleaning 10051 clauses out of 20138 with flag 705000/1367558
639.41/335.17	c cleaning 9994 clauses out of 20087 with flag 715000/1377558
645.73/338.50	c cleaning 10013 clauses out of 20094 with flag 725001/1387559
649.81/340.72	c cleaning 10004 clauses out of 20081 with flag 735001/1397559
653.30/342.61	c cleaning 9999 clauses out of 20076 with flag 745000/1407558
656.97/344.68	c cleaning 9986 clauses out of 20079 with flag 755002/1417560
661.70/347.23	c cleaning 9972 clauses out of 20091 with flag 765000/1427558
666.38/349.74	c cleaning 10025 clauses out of 20119 with flag 775000/1437558
670.67/352.04	c cleaning 10014 clauses out of 20094 with flag 785000/1447558
676.94/355.40	c cleaning 10035 clauses out of 20081 with flag 795001/1457559
684.26/359.20	c cleaning 9998 clauses out of 20045 with flag 805000/1467558
690.34/362.41	c cleaning 9993 clauses out of 20049 with flag 815002/1477560
696.62/365.74	c cleaning 10002 clauses out of 20054 with flag 825000/1487558
701.91/368.58	c cleaning 9994 clauses out of 20052 with flag 835000/1497558
707.02/371.36	c cleaning 9978 clauses out of 20059 with flag 845001/1507559
711.70/373.80	c cleaning 9986 clauses out of 20081 with flag 855001/1517559
716.40/376.31	c cleaning 9995 clauses out of 20095 with flag 865001/1527559
720.85/378.77	c cleaning 10005 clauses out of 20100 with flag 875001/1537559
725.76/381.41	c cleaning 10024 clauses out of 20094 with flag 885000/1547558
730.44/383.93	c cleaning 10017 clauses out of 20072 with flag 895002/1557560
736.11/386.97	c cleaning 10000 clauses out of 20053 with flag 905000/1567558
741.77/389.90	c cleaning 9997 clauses out of 20054 with flag 915001/1577559
745.88/392.30	c cleaning 9991 clauses out of 20056 with flag 925000/1587558
749.95/394.44	c cleaning 9999 clauses out of 20065 with flag 935000/1597558
753.41/396.37	c cleaning 10025 clauses out of 20066 with flag 945000/1607558
757.68/398.68	c cleaning 9970 clauses out of 20041 with flag 955000/1617558
762.38/401.24	c cleaning 10019 clauses out of 20071 with flag 965000/1627558
767.44/403.98	c cleaning 10000 clauses out of 20053 with flag 975001/1637559
772.31/406.56	c cleaning 9999 clauses out of 20053 with flag 985001/1647559
777.39/409.25	c cleaning 10000 clauses out of 20056 with flag 995003/1657561
781.88/411.76	c cleaning 9955 clauses out of 20053 with flag 1005000/1667558
785.96/413.95	c cleaning 9971 clauses out of 20098 with flag 1015000/1677558
790.42/416.31	c cleaning 9994 clauses out of 20128 with flag 1025001/1687559
794.69/418.66	c cleaning 9994 clauses out of 20134 with flag 1035001/1697559
799.19/421.12	c cleaning 9998 clauses out of 20139 with flag 1045000/1707558
803.06/423.27	c cleaning 9985 clauses out of 20142 with flag 1055001/1717559
807.53/425.60	c cleaning 10006 clauses out of 20158 with flag 1065002/1727560
811.59/427.84	c cleaning 10004 clauses out of 20150 with flag 1075000/1737558
815.92/430.26	c cleaning 9997 clauses out of 20148 with flag 1085002/1747560
819.99/432.49	c cleaning 10018 clauses out of 20150 with flag 1095001/1757559
824.06/434.62	c cleaning 10003 clauses out of 20132 with flag 1105001/1767559
828.50/437.05	c cleaning 10014 clauses out of 20129 with flag 1115001/1777559
832.80/439.45	c cleaning 9997 clauses out of 20115 with flag 1125001/1787559
836.68/441.55	c cleaning 10007 clauses out of 20119 with flag 1135002/1797560
840.75/443.78	c cleaning 10019 clauses out of 20111 with flag 1145001/1807559
845.61/446.32	c cleaning 9992 clauses out of 20091 with flag 1155000/1817558
851.10/449.35	c cleaning 9962 clauses out of 20099 with flag 1165000/1827558
856.38/452.15	c cleaning 9994 clauses out of 20139 with flag 1175002/1837560
861.04/454.69	c cleaning 10005 clauses out of 20143 with flag 1185000/1847558
866.11/457.39	c cleaning 10013 clauses out of 20140 with flag 1195002/1857560
871.41/460.26	c cleaning 9999 clauses out of 20125 with flag 1205000/1867558
876.68/463.05	c cleaning 10009 clauses out of 20127 with flag 1215001/1877559
881.96/465.82	c cleaning 10007 clauses out of 20119 with flag 1225002/1887560
886.22/468.16	c cleaning 9992 clauses out of 20111 with flag 1235001/1897559
891.35/470.95	c cleaning 9998 clauses out of 20119 with flag 1245001/1907559
895.42/473.18	c cleaning 9999 clauses out of 20121 with flag 1255001/1917559
899.66/475.40	c cleaning 10011 clauses out of 20121 with flag 1265000/1927558
904.13/477.83	c cleaning 9995 clauses out of 20112 with flag 1275002/1937560
909.02/480.58	c cleaning 9991 clauses out of 20116 with flag 1285001/1947559
913.89/483.12	c cleaning 10016 clauses out of 20126 with flag 1295002/1957560
918.97/485.81	c cleaning 10000 clauses out of 20109 with flag 1305001/1967559
922.83/487.93	c cleaning 9982 clauses out of 20109 with flag 1315001/1977559
926.92/490.27	c cleaning 9992 clauses out of 20126 with flag 1325000/1987558
931.39/492.61	c cleaning 10005 clauses out of 20134 with flag 1335000/1997558
935.47/494.81	c cleaning 9988 clauses out of 20129 with flag 1345000/2007558
940.74/497.62	c cleaning 10011 clauses out of 20142 with flag 1355001/2017559
945.46/500.25	c cleaning 10044 clauses out of 20130 with flag 1365000/2027558
949.72/502.52	c cleaning 10017 clauses out of 20086 with flag 1375000/2037558
953.99/504.80	c cleaning 10012 clauses out of 20070 with flag 1385001/2047559
958.06/507.04	c cleaning 9999 clauses out of 20058 with flag 1395001/2057559
962.75/509.68	c cleaning 10007 clauses out of 20058 with flag 1405000/2067558
968.83/512.83	c cleaning 9976 clauses out of 20051 with flag 1415000/2077558
973.30/515.23	c cleaning 10030 clauses out of 20075 with flag 1425000/2087558
978.16/517.89	c cleaning 10001 clauses out of 20045 with flag 1435000/2097558
983.45/520.76	c cleaning 9999 clauses out of 20044 with flag 1445000/2107558
988.13/523.24	c cleaning 9995 clauses out of 20045 with flag 1455000/2117558
993.23/525.95	c cleaning 9989 clauses out of 20050 with flag 1465000/2127558
998.48/528.73	c cleaning 10007 clauses out of 20061 with flag 1475000/2137558
1003.78/531.68	c cleaning 9999 clauses out of 20056 with flag 1485002/2147560
1009.04/534.42	c cleaning 9989 clauses out of 20056 with flag 1495001/2157559
1014.51/537.30	c cleaning 10016 clauses out of 20067 with flag 1505001/2167559
1020.01/540.25	c cleaning 10002 clauses out of 20050 with flag 1515000/2177558
1025.47/543.27	c cleaning 10012 clauses out of 20048 with flag 1525000/2187558
1030.74/546.07	c cleaning 9996 clauses out of 20038 with flag 1535002/2197560
1035.60/548.62	c cleaning 10006 clauses out of 20041 with flag 1545001/2207559
1041.06/551.60	c cleaning 10000 clauses out of 20035 with flag 1555001/2217559
1046.16/554.31	c cleaning 10010 clauses out of 20035 with flag 1565001/2227559
1052.64/557.73	c cleaning 10006 clauses out of 20024 with flag 1575000/2237558
1056.70/560.00	c cleaning 9912 clauses out of 20018 with flag 1585000/2247558
1060.99/562.21	c cleaning 9986 clauses out of 20108 with flag 1595002/2257560
1066.05/565.05	c cleaning 10005 clauses out of 20120 with flag 1605000/2267558
1070.51/567.46	c cleaning 9978 clauses out of 20115 with flag 1615000/2277558
1075.77/570.28	c cleaning 9989 clauses out of 20138 with flag 1625001/2287559
1080.04/572.51	c cleaning 9979 clauses out of 20149 with flag 1635001/2297559
1084.74/575.10	c cleaning 9938 clauses out of 20169 with flag 1645000/2307558
1089.00/577.48	c cleaning 9967 clauses out of 20233 with flag 1655002/2317560
1092.87/579.59	c cleaning 10085 clauses out of 20265 with flag 1665001/2327559
1097.93/582.26	c cleaning 10015 clauses out of 20179 with flag 1675000/2337558
1102.62/584.87	c cleaning 10007 clauses out of 20165 with flag 1685001/2347559
1107.08/587.26	c cleaning 9989 clauses out of 20157 with flag 1695000/2357558
1110.75/589.23	c cleaning 10017 clauses out of 20169 with flag 1705001/2367559
1115.42/591.71	c cleaning 9995 clauses out of 20153 with flag 1715002/2377560
1119.74/594.18	c cleaning 10002 clauses out of 20156 with flag 1725000/2387558
1124.38/596.67	c cleaning 9974 clauses out of 20154 with flag 1735000/2397558
1129.04/599.13	c cleaning 9982 clauses out of 20180 with flag 1745000/2407558
1133.11/601.33	c cleaning 10006 clauses out of 20198 with flag 1755000/2417558
1137.21/603.62	c cleaning 10012 clauses out of 20194 with flag 1765002/2427560
1140.67/605.55	c cleaning 9999 clauses out of 20180 with flag 1775000/2437558
1144.14/607.47	c cleaning 9995 clauses out of 20182 with flag 1785001/2447559
1148.41/609.72	c cleaning 10006 clauses out of 20186 with flag 1795000/2457558
1152.93/612.22	c cleaning 10006 clauses out of 20181 with flag 1805001/2467559
1157.20/614.53	c cleaning 10060 clauses out of 20175 with flag 1815001/2477559
1161.66/616.94	c cleaning 10012 clauses out of 20116 with flag 1825002/2487560
1166.52/619.55	c cleaning 10001 clauses out of 20102 with flag 1835000/2497558
1171.41/622.26	c cleaning 10006 clauses out of 20101 with flag 1845000/2507558
1175.69/624.59	c cleaning 9992 clauses out of 20095 with flag 1855000/2517558
1179.75/626.72	c cleaning 9995 clauses out of 20106 with flag 1865003/2527561
1184.02/629.07	c cleaning 10002 clauses out of 20109 with flag 1875001/2537559
1188.91/631.73	c cleaning 10032 clauses out of 20107 with flag 1885001/2547559
1193.78/634.39	c cleaning 9962 clauses out of 20074 with flag 1895000/2557558
1199.05/637.11	c cleaning 10013 clauses out of 20114 with flag 1905002/2567560
1203.71/639.64	c cleaning 10007 clauses out of 20100 with flag 1915001/2577559
1208.60/642.37	c cleaning 9996 clauses out of 20094 with flag 1925002/2587560
1212.87/644.67	c cleaning 10003 clauses out of 20097 with flag 1935001/2597559
1217.93/647.31	c cleaning 9974 clauses out of 20094 with flag 1945001/2607559
1222.59/649.80	c cleaning 10015 clauses out of 20119 with flag 1955000/2617558
1227.49/652.52	c cleaning 9994 clauses out of 20104 with flag 1965000/2627558
1232.35/655.18	c cleaning 10014 clauses out of 20110 with flag 1975000/2637558
1237.21/657.76	c cleaning 9999 clauses out of 20096 with flag 1985000/2647558
1241.71/660.17	c cleaning 10003 clauses out of 20097 with flag 1995000/2657558
1246.57/662.85	c cleaning 9998 clauses out of 20095 with flag 2005001/2667559
1250.63/665.09	c cleaning 10004 clauses out of 20098 with flag 2015002/2677560
1254.91/667.37	c cleaning 9990 clauses out of 20092 with flag 2025000/2687558
1258.97/669.54	c cleaning 10019 clauses out of 20103 with flag 2035001/2697559
1263.05/671.86	c cleaning 9997 clauses out of 20083 with flag 2045000/2707558
1267.52/674.26	c cleaning 10014 clauses out of 20087 with flag 2055001/2717559
1272.99/677.14	c cleaning 10010 clauses out of 20074 with flag 2065002/2727560
1278.45/680.04	c cleaning 9974 clauses out of 20063 with flag 2075001/2737559
1283.75/682.97	c cleaning 10002 clauses out of 20089 with flag 2085001/2747559
1288.61/685.59	c cleaning 10016 clauses out of 20087 with flag 2095001/2757559
1293.68/688.29	c cleaning 10014 clauses out of 20070 with flag 2105000/2767558
1298.55/690.90	c cleaning 10005 clauses out of 20056 with flag 2115000/2777558
1303.44/693.54	c cleaning 10000 clauses out of 20051 with flag 2125000/2787558
1308.10/696.08	c cleaning 9990 clauses out of 20051 with flag 2135000/2797558
1313.17/698.77	c cleaning 10020 clauses out of 20061 with flag 2145000/2807558
1319.63/702.14	c cleaning 10005 clauses out of 20042 with flag 2155001/2817559
1325.71/705.44	c cleaning 10006 clauses out of 20036 with flag 2165000/2827558
1331.38/708.44	c cleaning 9965 clauses out of 20030 with flag 2175000/2837558
1336.25/711.09	c cleaning 9986 clauses out of 20066 with flag 2185001/2847559
1340.92/713.59	c cleaning 9971 clauses out of 20080 with flag 2195001/2857559
1346.20/716.45	c cleaning 9957 clauses out of 20108 with flag 2205000/2867558
1351.27/719.15	c cleaning 9974 clauses out of 20151 with flag 2215000/2877558
1356.16/721.74	c cleaning 10010 clauses out of 20178 with flag 2225001/2887559
1360.99/724.30	c cleaning 9985 clauses out of 20167 with flag 2235000/2897558
1365.89/727.03	c cleaning 10014 clauses out of 20184 with flag 2245002/2907560
1371.16/729.82	c cleaning 9986 clauses out of 20170 with flag 2255002/2917560
1375.83/732.30	c cleaning 9972 clauses out of 20183 with flag 2265001/2927559
1380.10/734.68	c cleaning 10000 clauses out of 20211 with flag 2275001/2937559
1384.97/737.31	c cleaning 10011 clauses out of 20210 with flag 2285000/2947558
1389.23/739.69	c cleaning 10003 clauses out of 20199 with flag 2295000/2957558
1394.30/742.36	c cleaning 9986 clauses out of 20197 with flag 2305001/2967559
1398.99/744.89	c cleaning 9994 clauses out of 20210 with flag 2315000/2977558
1403.66/747.47	c cleaning 9997 clauses out of 20217 with flag 2325001/2987559
1408.72/750.16	c cleaning 10095 clauses out of 20219 with flag 2335000/2997558
1413.79/752.80	c cleaning 10057 clauses out of 20125 with flag 2345001/3007559
1419.85/756.09	c cleaning 10004 clauses out of 20067 with flag 2355000/3017558
1425.13/759.00	c cleaning 9995 clauses out of 20063 with flag 2365000/3027558
1429.21/761.13	c cleaning 9986 clauses out of 20068 with flag 2375000/3037558
1433.70/763.59	c cleaning 9995 clauses out of 20083 with flag 2385001/3047559
1437.77/765.74	c cleaning 9981 clauses out of 20087 with flag 2395000/3057558
1442.22/768.23	c cleaning 10015 clauses out of 20107 with flag 2405001/3067559
1448.48/771.57	c cleaning 10027 clauses out of 20092 with flag 2415001/3077559
1452.94/773.99	c cleaning 10007 clauses out of 20065 with flag 2425001/3087559
1457.22/776.27	c cleaning 10009 clauses out of 20059 with flag 2435002/3097560
1461.49/778.65	c cleaning 10001 clauses out of 20048 with flag 2445000/3107558
1465.36/780.76	c cleaning 10004 clauses out of 20049 with flag 2455002/3117560
1469.82/783.13	c cleaning 9998 clauses out of 20043 with flag 2465000/3127558
1473.88/785.38	c cleaning 9997 clauses out of 20045 with flag 2475000/3137558
1478.57/787.92	c cleaning 9995 clauses out of 20049 with flag 2485001/3147559
1482.83/790.24	c cleaning 10005 clauses out of 20053 with flag 2495000/3157558
1486.89/792.44	c cleaning 9988 clauses out of 20048 with flag 2505000/3167558
1491.56/794.97	c cleaning 10005 clauses out of 20060 with flag 2515000/3177558
1496.25/797.59	c cleaning 10000 clauses out of 20055 with flag 2525000/3187558
1501.50/800.40	c cleaning 9996 clauses out of 20057 with flag 2535002/3197560
1506.17/802.82	c cleaning 9982 clauses out of 20060 with flag 2545001/3207559
1509.83/804.85	c cleaning 9993 clauses out of 20077 with flag 2555000/3217558
1514.31/807.31	c cleaning 9997 clauses out of 20085 with flag 2565001/3227559
1519.18/809.94	c cleaning 10002 clauses out of 20088 with flag 2575001/3237559
1524.24/812.69	c cleaning 9987 clauses out of 20085 with flag 2585000/3247558
1529.31/815.30	c cleaning 10009 clauses out of 20101 with flag 2595003/3257561
1534.19/818.03	c cleaning 9998 clauses out of 20089 with flag 2605000/3267558
1538.65/820.49	c cleaning 9974 clauses out of 20092 with flag 2615001/3277559
1543.71/823.16	c cleaning 10023 clauses out of 20117 with flag 2625000/3287558
1548.17/825.57	c cleaning 10021 clauses out of 20094 with flag 2635000/3297558
1553.05/828.25	c cleaning 10002 clauses out of 20074 with flag 2645001/3307559
1557.91/830.89	c cleaning 9992 clauses out of 20071 with flag 2655000/3317558
1562.38/833.29	c cleaning 10006 clauses out of 20079 with flag 2665000/3327558
1568.85/836.65	c cleaning 9998 clauses out of 20074 with flag 2675001/3337559
1573.54/839.26	c cleaning 9990 clauses out of 20075 with flag 2685000/3347558
1577.20/841.22	c cleaning 9983 clauses out of 20086 with flag 2695001/3357559
1580.86/843.26	c cleaning 9965 clauses out of 20102 with flag 2705000/3367558
1584.33/845.15	c cleaning 9998 clauses out of 20138 with flag 2715001/3377559
1587.84/847.15	c cleaning 9991 clauses out of 20140 with flag 2725001/3387559
1591.07/848.98	c cleaning 10001 clauses out of 20148 with flag 2735000/3397558
1594.53/850.80	c cleaning 10002 clauses out of 20147 with flag 2745000/3407558
1598.20/852.83	c cleaning 9999 clauses out of 20145 with flag 2755000/3417558
1601.48/854.80	c cleaning 9994 clauses out of 20147 with flag 2765001/3427559
1605.15/856.71	c cleaning 10001 clauses out of 20153 with flag 2775001/3437559
1608.81/858.71	c cleaning 10003 clauses out of 20151 with flag 2785000/3447558
1612.47/860.72	c cleaning 10010 clauses out of 20150 with flag 2795002/3457560
1616.15/862.84	c cleaning 9996 clauses out of 20138 with flag 2805000/3467558
1621.41/865.65	c cleaning 10023 clauses out of 20142 with flag 2815000/3477558
1626.48/868.37	c cleaning 10011 clauses out of 20119 with flag 2825000/3487558
1631.54/871.08	c cleaning 10031 clauses out of 20108 with flag 2835000/3497558
1635.61/873.40	c cleaning 10003 clauses out of 20079 with flag 2845002/3507560
1640.48/875.91	c cleaning 9999 clauses out of 20074 with flag 2855000/3517558
1644.75/878.23	c cleaning 10005 clauses out of 20076 with flag 2865001/3527559
1649.01/880.60	c cleaning 10004 clauses out of 20071 with flag 2875001/3537559
1653.49/883.04	c cleaning 9990 clauses out of 20067 with flag 2885001/3547559
1657.75/885.39	c cleaning 9990 clauses out of 20077 with flag 2895001/3557559
1662.02/887.67	c cleaning 10001 clauses out of 20086 with flag 2905000/3567558
1666.88/890.26	c cleaning 9992 clauses out of 20086 with flag 2915001/3577559
1671.18/892.68	c cleaning 10005 clauses out of 20094 with flag 2925001/3587559
1676.04/895.27	c cleaning 10003 clauses out of 20089 with flag 2935001/3597559
1681.70/898.24	c cleaning 10008 clauses out of 20086 with flag 2945001/3607559
1687.13/901.17	c cleaning 10005 clauses out of 20078 with flag 2955001/3617559
1691.98/903.86	c cleaning 10003 clauses out of 20073 with flag 2965001/3627559
1696.82/906.46	c cleaning 9997 clauses out of 20070 with flag 2975001/3637559
1701.07/908.75	c cleaning 10002 clauses out of 20073 with flag 2985001/3647559
1705.50/911.10	c cleaning 9996 clauses out of 20070 with flag 2995000/3657558
1709.95/913.62	c cleaning 9984 clauses out of 20074 with flag 3005000/3667558
1714.21/915.96	c cleaning 9995 clauses out of 20090 with flag 3015000/3677558
1718.25/918.13	c cleaning 10016 clauses out of 20095 with flag 3025000/3687558
1723.51/920.90	c cleaning 10007 clauses out of 20079 with flag 3035000/3697558
1728.39/923.65	c cleaning 9987 clauses out of 20074 with flag 3045002/3707560
1732.66/925.93	c cleaning 10021 clauses out of 20086 with flag 3055001/3717559
1737.73/928.68	c cleaning 9988 clauses out of 20066 with flag 3065002/3727560
1742.99/931.41	c cleaning 10012 clauses out of 20077 with flag 3075001/3737559
1748.06/934.30	c cleaning 10004 clauses out of 20064 with flag 3085000/3747558
1752.92/936.88	c cleaning 9997 clauses out of 20060 with flag 3095000/3757558
1757.59/939.41	c cleaning 9988 clauses out of 20064 with flag 3105001/3767559
1761.86/941.69	c cleaning 9995 clauses out of 20075 with flag 3115000/3777558
1766.92/944.45	c cleaning 9998 clauses out of 20080 with flag 3125000/3787558
1771.79/947.02	c cleaning 10005 clauses out of 20083 with flag 3135001/3797559
1776.45/949.53	c cleaning 10006 clauses out of 20077 with flag 3145000/3807558
1781.52/952.25	c cleaning 9982 clauses out of 20072 with flag 3155001/3817559
1786.20/954.81	c cleaning 9999 clauses out of 20090 with flag 3165001/3827559
1791.06/957.42	c cleaning 9996 clauses out of 20090 with flag 3175000/3837558
1795.72/959.97	c cleaning 9995 clauses out of 20096 with flag 3185002/3847560
1799.78/962.17	c cleaning 10006 clauses out of 20100 with flag 3195001/3857559
1800.47/962.71	c starts		: 305
1800.47/962.71	c conflicts		: 3857572
1800.47/962.71	c decisions		: 5560751
1800.47/962.71	c propagations		: 114857145
1800.47/962.71	c inspects		: 3183793402
1800.47/962.71	c shortcuts		: 0
1800.47/962.71	c learnt literals	: 0
1800.47/962.71	c learnt binary clauses	: 5
1800.47/962.71	c learnt ternary clauses	: 46
1800.47/962.71	c learnt constraints	: 3857571
1800.47/962.71	c ignored constraints	: 0
1800.47/962.71	c root simplifications	: 0
1800.47/962.71	c removed literals (reason simplification)	: 255163379
1800.47/962.71	c reason swapping (by a shorter reason)	: 0
1800.47/962.71	c Calls to reduceDB	: 392
1800.47/962.71	c number of reductions to clauses (during analyze)	: 0
1800.47/962.71	c number of learned constraints concerned by reduction	: 0
1800.47/962.71	c number of learning phase by resolution	: 0
1800.47/962.71	c number of learning phase by cutting planes	: 0
1800.47/962.71	c speed (assignments/second)	: 141884.6711162665
1800.47/962.71	c non guided choices	9
1800.47/962.72	c learnt constraints type 
1800.47/962.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.47/962.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10171
1800.47/962.72	c constraints type 
1800.47/962.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 83
1800.47/962.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 85
1800.47/962.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.47/962.72	c constraints type 
1800.47/962.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 83
1800.47/962.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 85
1800.47/962.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.47/962.72	s SATISFIABLE
1800.47/962.73	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 
1800.47/962.73	c objective function=4044
1800.47/962.73	c Total wall clock time (in seconds): 962.615

Verifier Data

OK	4044

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455040-1307187895/watcher-3455040-1307187895 -o /tmp/evaluation-result-3455040-1307187895/solver-3455040-1307187895 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455040-1307187895.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.48 3.51 2.97 4/407 9140
/proc/meminfo: memFree=23043244/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/9140/stat : 9140 (java) R 9138 9140 6095 0 -1 4202496 687 0 0 0 0 0 0 0 25 0 1 0 830392310 23580672 431 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218365994773 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9140/statm: 5757 443 335 9 0 124 0
[pid=9140/tid=9141] ppid=9138 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9141/stat : 9141 (java) R 9138 9140 6095 0 -1 4202560 1901 0 1 0 0 0 0 0 25 0 2 0 830392311 10681323520 2717 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.109188 s]
/proc/loadavg: 3.48 3.51 2.97 4/407 9140
/proc/meminfo: memFree=23043244/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=10540276 CPUtime=0.11 cores=0,2,4,6
/proc/9140/stat : 9140 (java) S 9138 9140 6095 0 -1 4202496 13197 0 1 0 10 1 0 0 25 0 18 0 830392310 10793242624 12875 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9140/statm: 2635069 12876 2104 9 0 2625803 0
[pid=9140/tid=9141] ppid=9138 vsize=10540276 CPUtime=0.09 cores=0,2,4,6
/proc/9140/task/9141/stat : 9141 (java) R 9138 9140 6095 0 -1 4202560 11243 0 1 0 8 1 0 0 18 0 18 0 830392311 10793242624 12879 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 47940587875124 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540276

[startup+0.201168 s]
/proc/loadavg: 3.48 3.51 2.97 4/407 9140
/proc/meminfo: memFree=23043244/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=10542984 CPUtime=0.28 cores=0,2,4,6
/proc/9140/stat : 9140 (java) S 9138 9140 6095 0 -1 4202496 14719 0 1 0 27 1 0 0 25 0 18 0 830392310 10796015616 14342 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9140/statm: 2635746 14343 2179 9 0 2626480 0
[pid=9140/tid=9141] ppid=9138 vsize=10542984 CPUtime=0.18 cores=0,2,4,6
/proc/9140/task/9141/stat : 9141 (java) R 9138 9140 6095 0 -1 4202560 12051 0 1 0 17 1 0 0 18 0 18 0 830392311 10796015616 14343 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10542984

[startup+0.31108 s]
/proc/loadavg: 3.48 3.51 2.97 4/407 9140
/proc/meminfo: memFree=23043244/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=10550328 CPUtime=0.68 cores=0,2,4,6
/proc/9140/stat : 9140 (java) S 9138 9140 6095 0 -1 4202496 18041 0 1 0 66 2 0 0 25 0 22 0 830392310 10803535872 16774 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9140/statm: 2637582 16774 2216 9 0 2628316 0
[pid=9140/tid=9141] ppid=9138 vsize=10550328 CPUtime=0.23 cores=0,2,4,6
/proc/9140/task/9141/stat : 9141 (java) S 9138 9140 6095 0 -1 4202560 12955 0 1 0 22 1 0 0 19 0 22 0 830392311 10803535872 16774 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10550328

[startup+0.701071 s]
/proc/loadavg: 3.48 3.51 2.97 4/407 9140
/proc/meminfo: memFree=23043244/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=10557952 CPUtime=2.1 cores=0,2,4,6
/proc/9140/stat : 9140 (java) S 9138 9140 6095 0 -1 4202496 26678 0 1 0 206 4 0 0 25 0 19 0 830392310 10811342848 23034 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9140/statm: 2639488 23034 2227 9 0 2630222 0
[pid=9140/tid=9141] ppid=9138 vsize=10557952 CPUtime=0.23 cores=0,2,4,6
/proc/9140/task/9141/stat : 9141 (java) S 9138 9140 6095 0 -1 4202560 12955 0 1 0 22 1 0 0 19 0 19 0 830392311 10811342848 23034 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 10557952

[startup+1.50097 s]
/proc/loadavg: 3.44 3.50 2.97 3/426 9165
/proc/meminfo: memFree=22883884/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=10558672 CPUtime=3.25 cores=0,2,4,6
/proc/9140/stat : 9140 (java) S 9138 9140 6095 0 -1 4202496 52315 0 1 0 318 7 0 0 25 0 19 0 830392310 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9140/statm: 2639668 48670 2232 9 0 2630402 0
[pid=9140/tid=9141] ppid=9138 vsize=10558672 CPUtime=0.25 cores=0,2,4,6
/proc/9140/task/9141/stat : 9141 (java) S 9138 9140 6095 0 -1 4202560 13226 0 1 0 24 1 0 0 16 0 19 0 830392311 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9143] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9143/stat : 9143 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830392313 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9144] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9144/stat : 9144 (java) S 9138 9140 6095 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 830392313 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9145] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9145/stat : 9145 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830392313 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9146] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9146/stat : 9146 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830392313 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9147] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9147/stat : 9147 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830392313 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9148] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9148/stat : 9148 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830392313 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9149] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9149/stat : 9149 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830392313 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9150] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9150/stat : 9150 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830392313 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9151] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9151/stat : 9151 (java) S 9138 9140 6095 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 830392314 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 0 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9152] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9152/stat : 9152 (java) S 9138 9140 6095 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 830392314 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9153] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9153/stat : 9153 (java) S 9138 9140 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830392314 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9154] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9154/stat : 9154 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830392316 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382780849 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9155] ppid=9138 vsize=10558672 CPUtime=0.72 cores=0,2,4,6
/proc/9140/task/9155/stat : 9155 (java) S 9138 9140 6095 0 -1 4202560 4951 0 0 0 72 0 0 0 15 0 19 0 830392316 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 4 0 0 0
[pid=9140/tid=9156] ppid=9138 vsize=10558672 CPUtime=0.73 cores=0,2,4,6
/proc/9140/task/9156/stat : 9156 (java) S 9138 9140 6095 0 -1 4202560 5763 0 0 0 73 0 0 0 15 0 19 0 830392316 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9157] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9157/stat : 9157 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830392316 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9158] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9158/stat : 9158 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830392316 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9162] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9162/stat : 9162 (java) S 9138 9140 6095 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830392337 10812080128 48670 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 10558672

[startup+3.10165 s]
/proc/loadavg: 3.44 3.50 2.97 5/429 9171
/proc/meminfo: memFree=22744852/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=10558672 CPUtime=6.11 cores=0,2,4,6
/proc/9140/stat : 9140 (java) S 9138 9140 6095 0 -1 4202496 122067 0 1 0 597 14 0 0 25 0 22 0 830392310 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9140/statm: 2639668 118416 2257 9 0 2630402 0
[pid=9140/tid=9141] ppid=9138 vsize=10558672 CPUtime=0.25 cores=0,2,4,6
/proc/9140/task/9141/stat : 9141 (java) S 9138 9140 6095 0 -1 4202560 13357 0 1 0 24 1 0 0 15 0 22 0 830392311 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9143] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9143/stat : 9143 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830392313 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9144] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9144/stat : 9144 (java) S 9138 9140 6095 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 22 0 830392313 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9145] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9145/stat : 9145 (java) S 9138 9140 6095 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830392313 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 4 0 0 0
[pid=9140/tid=9146] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9146/stat : 9146 (java) S 9138 9140 6095 0 -1 4202560 283 0 0 0 0 0 0 0 18 0 22 0 830392313 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 4 0 0 0
[pid=9140/tid=9147] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9147/stat : 9147 (java) S 9138 9140 6095 0 -1 4202560 350 0 0 0 0 0 0 0 18 0 22 0 830392313 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9148] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9148/stat : 9148 (java) S 9138 9140 6095 0 -1 4202560 92 0 0 0 0 0 0 0 17 0 22 0 830392313 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9149] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9149/stat : 9149 (java) S 9138 9140 6095 0 -1 4202560 453 0 0 0 0 0 0 0 18 0 22 0 830392313 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9150] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9150/stat : 9150 (java) S 9138 9140 6095 0 -1 4202560 349 0 0 0 0 0 0 0 18 0 22 0 830392313 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9151] ppid=9138 vsize=10558672 CPUtime=0.02 cores=0,2,4,6
/proc/9140/task/9151/stat : 9151 (java) S 9138 9140 6095 0 -1 4202560 1517 0 0 0 2 0 0 0 15 0 22 0 830392314 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 0 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9152] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9152/stat : 9152 (java) S 9138 9140 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830392314 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9153] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9153/stat : 9153 (java) S 9138 9140 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830392314 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9154] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9154/stat : 9154 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830392316 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382780849 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9155] ppid=9138 vsize=10558672 CPUtime=0.91 cores=0,2,4,6
/proc/9140/task/9155/stat : 9155 (java) R 9138 9140 6095 0 -1 4202560 4988 0 0 0 91 0 0 0 16 0 22 0 830392316 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 47940582722018 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9140/tid=9156] ppid=9138 vsize=10558672 CPUtime=0.79 cores=0,2,4,6
/proc/9140/task/9156/stat : 9156 (java) S 9138 9140 6095 0 -1 4202560 5768 0 0 0 79 0 0 0 15 0 22 0 830392316 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9157] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9157/stat : 9157 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830392316 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9158] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9158/stat : 9158 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830392316 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9162] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9162/stat : 9162 (java) S 9138 9140 6095 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830392337 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9169] ppid=9138 vsize=10558672 CPUtime=1.28 cores=0,2,4,6
/proc/9140/task/9169/stat : 9169 (java) R 9138 9140 6095 0 -1 4202560 729 0 0 0 128 0 0 0 19 0 22 0 830392489 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 46912505703873 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=9140/tid=9170] ppid=9138 vsize=10558672 CPUtime=1.28 cores=0,2,4,6
/proc/9140/task/9170/stat : 9170 (java) R 9138 9140 6095 0 -1 4202560 65809 0 0 0 121 7 0 0 20 0 22 0 830392489 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 46912505216091 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9140/tid=9171] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9171/stat : 9171 (java) S 9138 9140 6095 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 830392489 10812080128 118416 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 10558672

[startup+6.30106 s]
/proc/loadavg: 3.49 3.51 2.97 4/429 9174
/proc/meminfo: memFree=22226644/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=10558672 CPUtime=12.17 cores=0,2,4,6
/proc/9140/stat : 9140 (java) S 9138 9140 6095 0 -1 4202496 237948 0 1 0 1189 28 0 0 25 0 22 0 830392310 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9140/statm: 2639668 234259 2258 9 0 2630402 0
[pid=9140/tid=9141] ppid=9138 vsize=10558672 CPUtime=0.25 cores=0,2,4,6
/proc/9140/task/9141/stat : 9141 (java) S 9138 9140 6095 0 -1 4202560 13358 0 1 0 24 1 0 0 15 0 22 0 830392311 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9143] ppid=9138 vsize=10558672 CPUtime=0.01 cores=0,2,4,6
/proc/9140/task/9143/stat : 9143 (java) S 9138 9140 6095 0 -1 4202560 875 0 0 0 1 0 0 0 16 0 22 0 830392313 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9144] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9144/stat : 9144 (java) S 9138 9140 6095 0 -1 4202560 430 0 0 0 0 0 0 0 15 0 22 0 830392313 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9145] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9145/stat : 9145 (java) S 9138 9140 6095 0 -1 4202560 409 0 0 0 0 0 0 0 16 0 22 0 830392313 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 4 0 0 0
[pid=9140/tid=9146] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9146/stat : 9146 (java) S 9138 9140 6095 0 -1 4202560 860 0 0 0 0 0 0 0 15 0 22 0 830392313 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 4 0 0 0
[pid=9140/tid=9147] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9147/stat : 9147 (java) S 9138 9140 6095 0 -1 4202560 672 0 0 0 0 0 0 0 15 0 22 0 830392313 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9148] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9148/stat : 9148 (java) S 9138 9140 6095 0 -1 4202560 730 0 0 0 0 0 0 0 16 0 22 0 830392313 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9149] ppid=9138 vsize=10558672 CPUtime=0.01 cores=0,2,4,6
/proc/9140/task/9149/stat : 9149 (java) S 9138 9140 6095 0 -1 4202560 869 0 0 0 1 0 0 0 18 0 22 0 830392313 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9150] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9150/stat : 9150 (java) S 9138 9140 6095 0 -1 4202560 350 0 0 0 0 0 0 0 15 0 22 0 830392313 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9151] ppid=9138 vsize=10558672 CPUtime=0.09 cores=0,2,4,6
/proc/9140/task/9151/stat : 9151 (java) S 9138 9140 6095 0 -1 4202560 4396 0 0 0 9 0 0 0 15 0 22 0 830392314 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 0 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9152] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9152/stat : 9152 (java) S 9138 9140 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830392314 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9153] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9153/stat : 9153 (java) S 9138 9140 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830392314 10812080128 234259 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0

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

/proc/meminfo: memFree=19542324/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=10558672 CPUtime=1762.72 cores=0,2,4,6
/proc/9140/stat : 9140 (java) S 9138 9140 6095 0 -1 4202496 657405 0 1 0 176164 108 0 0 25 0 22 0 830392310 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9140/statm: 2639668 641966 2261 9 0 2630402 0
[pid=9140/tid=9141] ppid=9138 vsize=10558672 CPUtime=0.28 cores=0,2,4,6
/proc/9140/task/9141/stat : 9141 (java) S 9138 9140 6095 0 -1 4202560 13399 0 1 0 27 1 0 0 15 0 22 0 830392311 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9143] ppid=9138 vsize=10558672 CPUtime=0.78 cores=0,2,4,6
/proc/9140/task/9143/stat : 9143 (java) S 9138 9140 6095 0 -1 4202560 1350 0 0 0 78 0 0 0 15 0 22 0 830392313 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9144] ppid=9138 vsize=10558672 CPUtime=0.79 cores=0,2,4,6
/proc/9140/task/9144/stat : 9144 (java) S 9138 9140 6095 0 -1 4202560 874 0 0 0 79 0 0 0 16 0 22 0 830392313 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9145] ppid=9138 vsize=10558672 CPUtime=0.66 cores=0,2,4,6
/proc/9140/task/9145/stat : 9145 (java) S 9138 9140 6095 0 -1 4202560 531 0 0 0 66 0 0 0 15 0 22 0 830392313 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9146] ppid=9138 vsize=10558672 CPUtime=0.7 cores=0,2,4,6
/proc/9140/task/9146/stat : 9146 (java) S 9138 9140 6095 0 -1 4202560 1045 0 0 0 70 0 0 0 16 0 22 0 830392313 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9147] ppid=9138 vsize=10558672 CPUtime=0.77 cores=0,2,4,6
/proc/9140/task/9147/stat : 9147 (java) S 9138 9140 6095 0 -1 4202560 1200 0 0 0 77 0 0 0 16 0 22 0 830392313 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9148] ppid=9138 vsize=10558672 CPUtime=0.75 cores=0,2,4,6
/proc/9140/task/9148/stat : 9148 (java) S 9138 9140 6095 0 -1 4202560 1541 0 0 0 75 0 0 0 15 0 22 0 830392313 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9149] ppid=9138 vsize=10558672 CPUtime=0.65 cores=0,2,4,6
/proc/9140/task/9149/stat : 9149 (java) S 9138 9140 6095 0 -1 4202560 931 0 0 0 65 0 0 0 15 0 22 0 830392313 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9150] ppid=9138 vsize=10558672 CPUtime=0.72 cores=0,2,4,6
/proc/9140/task/9150/stat : 9150 (java) S 9138 9140 6095 0 -1 4202560 891 0 0 0 72 0 0 0 15 0 22 0 830392313 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9151] ppid=9138 vsize=10558672 CPUtime=123.84 cores=0,2,4,6
/proc/9140/task/9151/stat : 9151 (java) S 9138 9140 6095 0 -1 4202560 126220 0 0 0 12342 42 0 0 16 0 22 0 830392314 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 0 0 16800975 18446604442555890496 0 0 -1 4 0 0 0
[pid=9140/tid=9152] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9152/stat : 9152 (java) S 9138 9140 6095 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830392314 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9153] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9153/stat : 9153 (java) S 9138 9140 6095 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 830392314 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9154] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9154/stat : 9154 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830392316 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382780849 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9155] ppid=9138 vsize=10558672 CPUtime=1.19 cores=0,2,4,6
/proc/9140/task/9155/stat : 9155 (java) S 9138 9140 6095 0 -1 4202560 5037 0 0 0 119 0 0 0 15 0 22 0 830392316 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 4 0 0 0
[pid=9140/tid=9156] ppid=9138 vsize=10558672 CPUtime=2.43 cores=0,2,4,6
/proc/9140/task/9156/stat : 9156 (java) S 9138 9140 6095 0 -1 4202560 18413 0 0 0 241 2 0 0 16 0 22 0 830392316 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9157] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9157/stat : 9157 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830392316 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9158] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9158/stat : 9158 (java) S 9138 9140 6095 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830392316 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9174] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9174/stat : 9174 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830392790 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9191] ppid=9138 vsize=10558672 CPUtime=673.05 cores=0,2,4,6
/proc/9140/task/9191/stat : 9191 (java) R 9138 9140 6095 0 -1 4202560 277 0 0 0 67303 2 0 0 15 0 22 0 830407631 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 46912505704667 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9140/tid=9192] ppid=9138 vsize=10558672 CPUtime=673.55 cores=0,2,4,6
/proc/9140/task/9192/stat : 9192 (java) R 9138 9140 6095 0 -1 4202560 135331 0 0 0 67339 16 0 0 20 0 22 0 830407631 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 46912505883969 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9140/tid=9193] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9193/stat : 9193 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830407631 10812080128 641966 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1762.72
Current children cumulated vsize (KiB) 10558672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+962.302 s]
/proc/loadavg: 3.68 3.69 3.41 4/429 9317
/proc/meminfo: memFree=19507460/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=10558672 CPUtime=1800.08 cores=0,2,4,6
/proc/9140/stat : 9140 (java) S 9138 9140 6095 0 -1 4202496 657420 0 1 0 179896 112 0 0 25 0 22 0 830392310 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9140/statm: 2639668 641969 2261 9 0 2630402 0
[pid=9140/tid=9141] ppid=9138 vsize=10558672 CPUtime=0.28 cores=0,2,4,6
/proc/9140/task/9141/stat : 9141 (java) S 9138 9140 6095 0 -1 4202560 13402 0 1 0 27 1 0 0 15 0 22 0 830392311 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9143] ppid=9138 vsize=10558672 CPUtime=0.79 cores=0,2,4,6
/proc/9140/task/9143/stat : 9143 (java) S 9138 9140 6095 0 -1 4202560 1352 0 0 0 79 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9144] ppid=9138 vsize=10558672 CPUtime=0.8 cores=0,2,4,6
/proc/9140/task/9144/stat : 9144 (java) S 9138 9140 6095 0 -1 4202560 874 0 0 0 80 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9145] ppid=9138 vsize=10558672 CPUtime=0.68 cores=0,2,4,6
/proc/9140/task/9145/stat : 9145 (java) S 9138 9140 6095 0 -1 4202560 532 0 0 0 68 0 0 0 16 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9146] ppid=9138 vsize=10558672 CPUtime=0.71 cores=0,2,4,6
/proc/9140/task/9146/stat : 9146 (java) S 9138 9140 6095 0 -1 4202560 1045 0 0 0 71 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9147] ppid=9138 vsize=10558672 CPUtime=0.78 cores=0,2,4,6
/proc/9140/task/9147/stat : 9147 (java) S 9138 9140 6095 0 -1 4202560 1200 0 0 0 78 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9148] ppid=9138 vsize=10558672 CPUtime=0.76 cores=0,2,4,6
/proc/9140/task/9148/stat : 9148 (java) S 9138 9140 6095 0 -1 4202560 1541 0 0 0 76 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9149] ppid=9138 vsize=10558672 CPUtime=0.66 cores=0,2,4,6
/proc/9140/task/9149/stat : 9149 (java) S 9138 9140 6095 0 -1 4202560 931 0 0 0 66 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9150] ppid=9138 vsize=10558672 CPUtime=0.73 cores=0,2,4,6
/proc/9140/task/9150/stat : 9150 (java) S 9138 9140 6095 0 -1 4202560 891 0 0 0 73 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9151] ppid=9138 vsize=10558672 CPUtime=126.58 cores=0,2,4,6
/proc/9140/task/9151/stat : 9151 (java) R 9138 9140 6095 0 -1 4202560 126222 0 0 0 12613 45 0 0 15 0 22 0 830392314 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 47940586234243 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=9140/tid=9152] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9152/stat : 9152 (java) S 9138 9140 6095 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830392314 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9153] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9153/stat : 9153 (java) S 9138 9140 6095 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 830392314 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9154] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9154/stat : 9154 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830392316 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382780849 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9155] ppid=9138 vsize=10558672 CPUtime=1.19 cores=0,2,4,6
/proc/9140/task/9155/stat : 9155 (java) S 9138 9140 6095 0 -1 4202560 5037 0 0 0 119 0 0 0 15 0 22 0 830392316 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 4 0 0 0
[pid=9140/tid=9156] ppid=9138 vsize=10558672 CPUtime=2.43 cores=0,2,4,6
/proc/9140/task/9156/stat : 9156 (java) S 9138 9140 6095 0 -1 4202560 18413 0 0 0 241 2 0 0 16 0 22 0 830392316 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9157] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9157/stat : 9157 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830392316 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9158] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9158/stat : 9158 (java) S 9138 9140 6095 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 830392316 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9174] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9174/stat : 9174 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830392790 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9191] ppid=9138 vsize=10558672 CPUtime=690.29 cores=0,2,4,6
/proc/9140/task/9191/stat : 9191 (java) S 9138 9140 6095 0 -1 4202560 280 0 0 0 69027 2 0 0 17 0 22 0 830407631 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9192] ppid=9138 vsize=10558672 CPUtime=690.85 cores=0,2,4,6
/proc/9140/task/9192/stat : 9192 (java) S 9138 9140 6095 0 -1 4202560 135333 0 0 0 69069 16 0 0 25 0 22 0 830407631 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9193] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9193/stat : 9193 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830407631 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10558672

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

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

[startup+962.702 s]
/proc/loadavg: 3.68 3.69 3.41 4/430 9318
/proc/meminfo: memFree=19507452/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=10558672 CPUtime=1800.47 cores=0,2,4,6
/proc/9140/stat : 9140 (java) S 9138 9140 6095 0 -1 4202496 657421 0 1 0 179935 112 0 0 18 0 22 0 830392310 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9140/statm: 2639668 641969 2261 9 0 2630402 0
[pid=9140/tid=9141] ppid=9138 vsize=10558672 CPUtime=0.28 cores=0,2,4,6
/proc/9140/task/9141/stat : 9141 (java) S 9138 9140 6095 0 -1 4202560 13402 0 1 0 27 1 0 0 15 0 22 0 830392311 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9143] ppid=9138 vsize=10558672 CPUtime=0.79 cores=0,2,4,6
/proc/9140/task/9143/stat : 9143 (java) S 9138 9140 6095 0 -1 4202560 1352 0 0 0 79 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9144] ppid=9138 vsize=10558672 CPUtime=0.8 cores=0,2,4,6
/proc/9140/task/9144/stat : 9144 (java) S 9138 9140 6095 0 -1 4202560 874 0 0 0 80 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9145] ppid=9138 vsize=10558672 CPUtime=0.68 cores=0,2,4,6
/proc/9140/task/9145/stat : 9145 (java) S 9138 9140 6095 0 -1 4202560 532 0 0 0 68 0 0 0 16 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9146] ppid=9138 vsize=10558672 CPUtime=0.71 cores=0,2,4,6
/proc/9140/task/9146/stat : 9146 (java) S 9138 9140 6095 0 -1 4202560 1045 0 0 0 71 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9147] ppid=9138 vsize=10558672 CPUtime=0.78 cores=0,2,4,6
/proc/9140/task/9147/stat : 9147 (java) S 9138 9140 6095 0 -1 4202560 1200 0 0 0 78 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9148] ppid=9138 vsize=10558672 CPUtime=0.76 cores=0,2,4,6
/proc/9140/task/9148/stat : 9148 (java) S 9138 9140 6095 0 -1 4202560 1541 0 0 0 76 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9149] ppid=9138 vsize=10558672 CPUtime=0.66 cores=0,2,4,6
/proc/9140/task/9149/stat : 9149 (java) S 9138 9140 6095 0 -1 4202560 931 0 0 0 66 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9150] ppid=9138 vsize=10558672 CPUtime=0.73 cores=0,2,4,6
/proc/9140/task/9150/stat : 9150 (java) S 9138 9140 6095 0 -1 4202560 891 0 0 0 73 0 0 0 15 0 22 0 830392313 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9151] ppid=9138 vsize=10558672 CPUtime=126.96 cores=0,2,4,6
/proc/9140/task/9151/stat : 9151 (java) R 9138 9140 6095 0 -1 4202560 126222 0 0 0 12651 45 0 0 16 0 22 0 830392314 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218370654803 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=9140/tid=9152] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9152/stat : 9152 (java) S 9138 9140 6095 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830392314 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9153] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9153/stat : 9153 (java) S 9138 9140 6095 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 830392314 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9154] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9154/stat : 9154 (java) S 9138 9140 6095 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830392316 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9155] ppid=9138 vsize=10558672 CPUtime=1.19 cores=0,2,4,6
/proc/9140/task/9155/stat : 9155 (java) S 9138 9140 6095 0 -1 4202560 5037 0 0 0 119 0 0 0 15 0 22 0 830392316 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 4 0 0 0
[pid=9140/tid=9156] ppid=9138 vsize=10558672 CPUtime=2.43 cores=0,2,4,6
/proc/9140/task/9156/stat : 9156 (java) S 9138 9140 6095 0 -1 4202560 18413 0 0 0 241 2 0 0 16 0 22 0 830392316 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9157] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9157/stat : 9157 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830392316 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9158] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9158/stat : 9158 (java) S 9138 9140 6095 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 830392316 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9174] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9174/stat : 9174 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830392790 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 6 0 0 0
[pid=9140/tid=9191] ppid=9138 vsize=10558672 CPUtime=690.29 cores=0,2,4,6
/proc/9140/task/9191/stat : 9191 (java) S 9138 9140 6095 0 -1 4202560 280 0 0 0 69027 2 0 0 17 0 22 0 830407631 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
[pid=9140/tid=9192] ppid=9138 vsize=10558672 CPUtime=690.85 cores=0,2,4,6
/proc/9140/task/9192/stat : 9192 (java) S 9138 9140 6095 0 -1 4202560 135333 0 0 0 69069 16 0 0 25 0 22 0 830407631 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773145 0 4 0 16800975 18446604442555890496 0 0 -1 0 0 0 0
[pid=9140/tid=9193] ppid=9138 vsize=10558672 CPUtime=0 cores=0,2,4,6
/proc/9140/task/9193/stat : 9193 (java) S 9138 9140 6095 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830407631 10812080128 641969 33554432000 1073741824 1073778376 140735390388464 18446744073709551615 218382773760 0 4 0 16800975 18446604442555890496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 10558672

[startup+962.802 s]
/proc/loadavg: 3.68 3.69 3.41 4/430 9318
/proc/meminfo: memFree=19507452/32951124 swapFree=49244120/67111528
[pid=9140] ppid=9138 vsize=0 CPUtime=1800.6 cores=0,2,4,6
/proc/9140/stat : 9140 (java) Z 9138 9140 6095 0 -1 4203548 657452 0 1 0 179941 119 0 0 15 0 2 0 830392310 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9140/statm: 0 0 0 0 0 0 0
[pid=9140/tid=9193] ppid=9138 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/9140/task/9193/stat : 9193 (java) R 9138 9140 6095 0 -1 4203588 1 0 0 0 0 6 0 0 18 0 2 0 830407631 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 962.833
CPU time (s): 1800.65
CPU user time (s): 1799.42
CPU system time (s): 1.22881
CPU usage (%): 187.016
Max. virtual memory (cumulated for all children) (KiB): 10558672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 1.22881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 657452
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= 34122
involuntary context switches= 26598

runsolver used 4.09638 second user time and 8.20275 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-04 13:44:55
IDJOB=3455040
IDBENCH=1856
IDSOLVER=1950
FILE ID=node101/3455040-1307187895
RUNJOBID= node101-1307186801-8335
PBS_JOBID= 13508816
Free space on /tmp= 74004 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-lp4l.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455040-1307187895/watcher-3455040-1307187895 -o /tmp/evaluation-result-3455040-1307187895/solver-3455040-1307187895 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455040-1307187895.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8d2c17131f0dd6c2b5d472cf1eef4c89
RANDOM SEED=154399261

node101.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23043416 kB
Buffers:        287576 kB
Cached:         624724 kB
SwapCached:      27120 kB
Active:        9074184 kB
Inactive:       556012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23043416 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:     8713548 kB
Mapped:          26124 kB
Slab:           136768 kB
PageTables:      75692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88978136 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74004 MiB
End job on node101 at 2011-06-04 14:01:00