Trace number 3454499

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)411 1800.25 920.911

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8b2.opb
MD5SUM70025ca48ca8d6f0557fd72393d339c2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark379
Best CPU time to get the best result obtained on this benchmark250.34
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 379
Optimality of the best value was proved NO
Number of variables1152
Total number of constraints4664
Number of constraints which are clauses4664
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 1152
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1152
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1152
Number of bits of the biggest sum of numbers11
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454499-1307188823.opb
0.10/0.11	c reading problem ... 
0.49/0.36	c ... done. Wall clock time 0.225s.
0.49/0.36	c #vars     1152
0.49/0.36	c #constraints  4664
0.49/0.36	c constraints type 
0.49/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
0.49/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4464
0.49/0.36	c constraints type 
0.49/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4464
0.49/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
0.49/0.36	c  And the winner is Resolution
0.67/0.85	c SATISFIABLE
0.67/0.85	c OPTIMIZING...
0.67/0.85	c Got one! Elapsed wall clock time (in seconds):0.741
0.67/0.85	o 423
0.67/0.88	c  And the winner is CuttingPlanes
0.76/1.36	c Got one! Elapsed wall clock time (in seconds):1.251
0.76/1.36	o 412
1.69/1.66	c  And the winner is CuttingPlanes
2.07/1.87	c Got one! Elapsed wall clock time (in seconds):1.763
2.07/1.87	o 411
3.59/2.54	c cleaning 2591 clauses out of 5181 with flag 4000/5181
6.15/3.52	c cleaning 4290 clauses out of 8591 with flag 10001/11182
8.60/4.71	c cleaning 5645 clauses out of 11301 with flag 17001/18182
11.39/6.19	c cleaning 6823 clauses out of 13655 with flag 25000/26181
14.84/7.82	c cleaning 7909 clauses out of 15832 with flag 34000/35181
18.02/9.48	c cleaning 8960 clauses out of 17924 with flag 44001/45182
21.59/11.24	c cleaning 9478 clauses out of 18963 with flag 54000/55181
25.75/13.32	c cleaning 9741 clauses out of 19485 with flag 64000/65181
29.91/15.49	c cleaning 9858 clauses out of 19744 with flag 74000/75181
33.84/17.45	c cleaning 9942 clauses out of 19887 with flag 84001/85182
38.19/19.63	c cleaning 9958 clauses out of 19945 with flag 94001/95182
42.54/21.90	c cleaning 9980 clauses out of 19987 with flag 104001/105182
47.86/24.57	c cleaning 9995 clauses out of 20006 with flag 114000/115181
51.81/26.51	c cleaning 9992 clauses out of 20011 with flag 124000/125181
55.56/28.49	c cleaning 10007 clauses out of 20019 with flag 134000/135181
59.31/30.34	c cleaning 9995 clauses out of 20013 with flag 144001/145182
63.03/32.23	c cleaning 10000 clauses out of 20018 with flag 154001/155182
67.79/34.66	c cleaning 10003 clauses out of 20017 with flag 164000/165181
72.14/36.88	c cleaning 9998 clauses out of 20014 with flag 174000/175181
76.08/38.86	c cleaning 10008 clauses out of 20016 with flag 184000/185181
79.40/40.55	c cleaning 9984 clauses out of 20008 with flag 194000/195181
82.75/42.29	c cleaning 10011 clauses out of 20024 with flag 204000/205181
85.89/43.90	c cleaning 10007 clauses out of 20013 with flag 214000/215181
89.85/45.83	c cleaning 9987 clauses out of 20007 with flag 224001/225182
93.77/47.87	c cleaning 9994 clauses out of 20019 with flag 234000/235181
97.15/49.57	c cleaning 9998 clauses out of 20026 with flag 244001/245182
100.46/51.28	c cleaning 10005 clauses out of 20027 with flag 254000/255181
103.81/52.92	c cleaning 9994 clauses out of 20023 with flag 264001/265182
107.13/54.69	c cleaning 10003 clauses out of 20028 with flag 274000/275181
110.68/56.41	c cleaning 9996 clauses out of 20025 with flag 284000/285181
113.63/57.96	c cleaning 10007 clauses out of 20030 with flag 294001/295182
116.77/59.52	c cleaning 10002 clauses out of 20023 with flag 304001/305182
119.89/61.16	c cleaning 9999 clauses out of 20020 with flag 314000/315181
124.64/63.59	c cleaning 9982 clauses out of 20021 with flag 324000/325181
132.00/67.21	c cleaning 9999 clauses out of 20039 with flag 334000/335181
139.34/70.96	c cleaning 10000 clauses out of 20040 with flag 344000/345181
144.06/73.39	c cleaning 9996 clauses out of 20041 with flag 354001/355182
148.60/75.66	c cleaning 10012 clauses out of 20045 with flag 364001/365182
154.35/78.50	c cleaning 10001 clauses out of 20033 with flag 374001/375182
160.12/81.44	c cleaning 10000 clauses out of 20032 with flag 384001/385182
164.60/83.76	c cleaning 9996 clauses out of 20031 with flag 394000/395181
167.94/85.43	c cleaning 10003 clauses out of 20035 with flag 404000/405181
171.49/87.25	c cleaning 10012 clauses out of 20032 with flag 414000/415181
176.63/89.80	c cleaning 9990 clauses out of 20020 with flag 424000/425181
180.74/91.98	c cleaning 10002 clauses out of 20031 with flag 434001/435182
183.90/93.58	c cleaning 10004 clauses out of 20029 with flag 444001/445182
188.02/95.69	c cleaning 9994 clauses out of 20024 with flag 454000/455181
193.54/98.47	c cleaning 9997 clauses out of 20031 with flag 464001/465182
199.07/101.29	c cleaning 10003 clauses out of 20033 with flag 474000/475181
203.77/103.64	c cleaning 9993 clauses out of 20030 with flag 484000/485181
208.70/106.10	c cleaning 10008 clauses out of 20038 with flag 494001/495182
214.06/108.87	c cleaning 9996 clauses out of 20030 with flag 504001/505182
219.74/111.75	c cleaning 9998 clauses out of 20034 with flag 514001/515182
224.47/114.11	c cleaning 10008 clauses out of 20036 with flag 524001/525182
228.40/116.10	c cleaning 9995 clauses out of 20028 with flag 534001/535182
232.73/118.33	c cleaning 9996 clauses out of 20033 with flag 544001/545182
237.42/120.74	c cleaning 9998 clauses out of 20036 with flag 554000/555181
241.34/122.75	c cleaning 10006 clauses out of 20038 with flag 564000/565181
245.46/124.81	c cleaning 10002 clauses out of 20032 with flag 574000/575181
248.99/126.60	c cleaning 9996 clauses out of 20031 with flag 584001/585182
252.07/128.29	c cleaning 10006 clauses out of 20034 with flag 594000/595181
255.22/129.87	c cleaning 9997 clauses out of 20029 with flag 604001/605182
258.52/131.51	c cleaning 9984 clauses out of 20031 with flag 614000/615181
263.05/133.82	c cleaning 10013 clauses out of 20048 with flag 624001/625182
268.16/136.43	c cleaning 9988 clauses out of 20035 with flag 634001/635182
273.86/139.38	c cleaning 10000 clauses out of 20046 with flag 644000/645181
279.59/142.23	c cleaning 9997 clauses out of 20047 with flag 654001/655182
285.33/145.12	c cleaning 10002 clauses out of 20049 with flag 664000/665181
291.20/148.14	c cleaning 10004 clauses out of 20048 with flag 674001/675182
295.33/150.28	c cleaning 10014 clauses out of 20043 with flag 684000/685181
300.47/152.87	c cleaning 10004 clauses out of 20029 with flag 694000/695181
305.78/155.57	c cleaning 10005 clauses out of 20025 with flag 704000/705181
311.06/158.21	c cleaning 9997 clauses out of 20021 with flag 714001/715182
315.38/160.46	c cleaning 9993 clauses out of 20023 with flag 724000/725181
321.51/163.58	c cleaning 10000 clauses out of 20030 with flag 734000/735181
326.23/165.97	c cleaning 9988 clauses out of 20030 with flag 744000/745181
332.10/168.97	c cleaning 10003 clauses out of 20043 with flag 754001/755182
338.02/171.92	c cleaning 9998 clauses out of 20040 with flag 764001/765182
343.33/174.69	c cleaning 10000 clauses out of 20042 with flag 774001/775182
347.44/176.73	c cleaning 9994 clauses out of 20041 with flag 784000/785181
352.10/179.18	c cleaning 10012 clauses out of 20047 with flag 794000/795181
357.22/181.77	c cleaning 10004 clauses out of 20035 with flag 804000/805181
362.33/184.32	c cleaning 10003 clauses out of 20031 with flag 814000/815181
367.24/186.84	c cleaning 9998 clauses out of 20028 with flag 824000/825181
372.70/189.69	c cleaning 9995 clauses out of 20031 with flag 834001/835182
378.62/192.62	c cleaning 9998 clauses out of 20036 with flag 844001/845182
384.34/195.59	c cleaning 10001 clauses out of 20038 with flag 854001/855182
390.05/198.48	c cleaning 9997 clauses out of 20037 with flag 864001/865182
395.31/201.13	c cleaning 9999 clauses out of 20040 with flag 874001/875182
399.84/203.45	c cleaning 10015 clauses out of 20040 with flag 884000/885181
402.73/204.99	c cleaning 10009 clauses out of 20027 with flag 894002/895183
406.26/206.74	c cleaning 9997 clauses out of 20017 with flag 904001/905182
410.72/209.02	c cleaning 9991 clauses out of 20020 with flag 914001/915182
415.41/211.40	c cleaning 10003 clauses out of 20028 with flag 924000/925181
419.92/213.77	c cleaning 9997 clauses out of 20025 with flag 934000/935181
423.45/215.59	c cleaning 10007 clauses out of 20030 with flag 944002/945183
427.09/217.41	c cleaning 9989 clauses out of 20022 with flag 954001/955182
433.40/220.67	c cleaning 9999 clauses out of 20033 with flag 964001/965182
438.53/223.30	c cleaning 9997 clauses out of 20033 with flag 974000/975181
443.42/225.74	c cleaning 9983 clauses out of 20037 with flag 984001/985182
449.08/228.70	c cleaning 9996 clauses out of 20053 with flag 994000/995181
455.19/231.73	c cleaning 9996 clauses out of 20058 with flag 1004001/1005182
461.10/234.74	c cleaning 10024 clauses out of 20061 with flag 1014000/1015181
464.65/236.52	c cleaning 10004 clauses out of 20037 with flag 1024000/1025181
468.28/238.47	c cleaning 10001 clauses out of 20033 with flag 1034000/1035181
472.18/240.42	c cleaning 9999 clauses out of 20032 with flag 1044000/1045181
475.89/242.34	c cleaning 10003 clauses out of 20034 with flag 1054001/1055182
479.63/244.27	c cleaning 9999 clauses out of 20031 with flag 1064001/1065182
483.47/246.30	c cleaning 10002 clauses out of 20032 with flag 1074001/1075182
487.18/248.14	c cleaning 9995 clauses out of 20030 with flag 1084001/1085182
491.29/250.22	c cleaning 9989 clauses out of 20034 with flag 1094000/1095181
495.39/252.38	c cleaning 10001 clauses out of 20046 with flag 1104001/1105182
501.25/255.38	c cleaning 9997 clauses out of 20045 with flag 1114001/1115182
505.56/257.57	c cleaning 10008 clauses out of 20047 with flag 1124000/1125181
509.06/259.38	c cleaning 9995 clauses out of 20040 with flag 1134001/1135182
515.37/262.51	c cleaning 9999 clauses out of 20045 with flag 1144001/1145182
521.82/265.80	c cleaning 9996 clauses out of 20046 with flag 1154001/1155182
528.72/269.30	c cleaning 10001 clauses out of 20050 with flag 1164001/1165182
535.03/272.51	c cleaning 9999 clauses out of 20049 with flag 1174001/1175182
540.34/275.29	c cleaning 9999 clauses out of 20049 with flag 1184000/1185181
546.21/278.27	c cleaning 9998 clauses out of 20050 with flag 1194000/1195181
552.10/281.28	c cleaning 10001 clauses out of 20052 with flag 1204000/1205181
558.22/284.39	c cleaning 10004 clauses out of 20051 with flag 1214000/1215181
564.12/287.37	c cleaning 9998 clauses out of 20047 with flag 1224000/1225181
570.21/290.48	c cleaning 10000 clauses out of 20049 with flag 1234000/1235181
576.29/293.56	c cleaning 10002 clauses out of 20049 with flag 1244000/1245181
581.99/296.49	c cleaning 10000 clauses out of 20047 with flag 1254000/1255181
588.09/299.52	c cleaning 9996 clauses out of 20047 with flag 1264000/1265181
593.99/302.55	c cleaning 10000 clauses out of 20051 with flag 1274000/1275181
600.06/305.66	c cleaning 9999 clauses out of 20051 with flag 1284000/1285181
606.17/308.75	c cleaning 10004 clauses out of 20052 with flag 1294000/1295181
612.08/311.77	c cleaning 9996 clauses out of 20048 with flag 1304000/1305181
618.39/314.99	c cleaning 10004 clauses out of 20052 with flag 1314000/1315181
624.32/317.95	c cleaning 9997 clauses out of 20048 with flag 1324000/1325181
627.80/319.73	c cleaning 10008 clauses out of 20051 with flag 1334000/1335181
632.72/322.23	c cleaning 10008 clauses out of 20043 with flag 1344000/1345181
636.15/324.04	c cleaning 9995 clauses out of 20036 with flag 1354001/1355182
641.28/326.64	c cleaning 9990 clauses out of 20041 with flag 1364001/1365182
645.37/328.77	c cleaning 10015 clauses out of 20050 with flag 1374000/1375181
649.27/330.78	c cleaning 10017 clauses out of 20035 with flag 1384000/1385181
652.93/332.63	c cleaning 10000 clauses out of 20019 with flag 1394001/1395182
656.46/334.49	c cleaning 10001 clauses out of 20019 with flag 1404001/1405182
659.94/336.24	c cleaning 9994 clauses out of 20018 with flag 1414001/1415182
663.86/338.28	c cleaning 9998 clauses out of 20023 with flag 1424000/1425181
669.50/341.17	c cleaning 9994 clauses out of 20026 with flag 1434001/1435182
675.63/344.24	c cleaning 9996 clauses out of 20032 with flag 1444001/1445182
681.72/347.35	c cleaning 10001 clauses out of 20036 with flag 1454001/1455182
685.23/349.16	c cleaning 10009 clauses out of 20035 with flag 1464001/1465182
688.27/350.77	c cleaning 10005 clauses out of 20025 with flag 1474000/1475181
691.38/352.34	c cleaning 9999 clauses out of 20021 with flag 1484001/1485182
694.90/354.19	c cleaning 10001 clauses out of 20021 with flag 1494000/1495181
698.59/356.09	c cleaning 9999 clauses out of 20020 with flag 1504000/1505181
702.25/357.99	c cleaning 9996 clauses out of 20021 with flag 1514000/1515181
705.95/359.81	c cleaning 10005 clauses out of 20025 with flag 1524000/1525181
708.86/361.34	c cleaning 9998 clauses out of 20021 with flag 1534001/1535182
711.76/362.88	c cleaning 10002 clauses out of 20023 with flag 1544001/1545182
715.01/364.54	c cleaning 10007 clauses out of 20022 with flag 1554002/1555183
718.12/366.14	c cleaning 10005 clauses out of 20014 with flag 1564001/1565182
721.02/367.66	c cleaning 9993 clauses out of 20008 with flag 1574000/1575181
724.33/369.30	c cleaning 10004 clauses out of 20015 with flag 1584000/1585181
727.77/371.16	c cleaning 9993 clauses out of 20011 with flag 1594000/1595181
731.31/372.93	c cleaning 9998 clauses out of 20018 with flag 1604000/1605181
734.58/374.61	c cleaning 10006 clauses out of 20024 with flag 1614004/1615185
737.71/376.28	c cleaning 9999 clauses out of 20015 with flag 1624001/1625182
743.13/379.08	c cleaning 10000 clauses out of 20016 with flag 1634001/1635182
748.64/381.87	c cleaning 9998 clauses out of 20016 with flag 1644001/1645182
754.15/384.67	c cleaning 9999 clauses out of 20018 with flag 1654001/1655182
759.65/387.49	c cleaning 10000 clauses out of 20019 with flag 1664001/1665182
765.29/390.31	c cleaning 10001 clauses out of 20019 with flag 1674001/1675182
770.59/393.04	c cleaning 10003 clauses out of 20018 with flag 1684001/1685182
775.30/395.48	c cleaning 9997 clauses out of 20014 with flag 1694000/1695181
781.00/398.32	c cleaning 10000 clauses out of 20017 with flag 1704000/1705181
786.66/401.22	c cleaning 10002 clauses out of 20018 with flag 1714001/1715182
792.36/404.13	c cleaning 9999 clauses out of 20016 with flag 1724001/1725182
797.88/406.96	c cleaning 9998 clauses out of 20017 with flag 1734001/1735182
803.56/409.80	c cleaning 10000 clauses out of 20018 with flag 1744000/1745181
808.90/412.58	c cleaning 10005 clauses out of 20018 with flag 1754000/1755181
812.77/414.56	c cleaning 9990 clauses out of 20013 with flag 1764000/1765181
816.28/416.39	c cleaning 10004 clauses out of 20023 with flag 1774000/1775181
819.98/418.24	c cleaning 10000 clauses out of 20019 with flag 1784000/1785181
823.62/420.21	c cleaning 10002 clauses out of 20019 with flag 1794000/1795181
827.51/422.13	c cleaning 10001 clauses out of 20017 with flag 1804000/1805181
831.22/424.02	c cleaning 9996 clauses out of 20016 with flag 1814000/1815181
834.92/425.94	c cleaning 10000 clauses out of 20020 with flag 1824000/1825181
838.78/427.98	c cleaning 10002 clauses out of 20020 with flag 1834000/1835181
842.05/429.63	c cleaning 10005 clauses out of 20019 with flag 1844001/1845182
845.56/431.43	c cleaning 9998 clauses out of 20014 with flag 1854001/1855182
849.06/433.24	c cleaning 10001 clauses out of 20016 with flag 1864001/1865182
852.70/435.13	c cleaning 9998 clauses out of 20015 with flag 1874001/1875182
856.40/437.00	c cleaning 10000 clauses out of 20017 with flag 1884001/1885182
859.92/438.88	c cleaning 9997 clauses out of 20017 with flag 1894001/1895182
863.81/440.85	c cleaning 10002 clauses out of 20019 with flag 1904000/1905181
867.26/442.69	c cleaning 10003 clauses out of 20017 with flag 1914000/1915181
870.96/444.54	c cleaning 9999 clauses out of 20014 with flag 1924000/1925181
874.66/446.41	c cleaning 9998 clauses out of 20015 with flag 1934000/1935181
878.16/448.26	c cleaning 10004 clauses out of 20018 with flag 1944001/1945182
882.00/450.22	c cleaning 9994 clauses out of 20014 with flag 1954001/1955182
885.73/452.19	c cleaning 10002 clauses out of 20019 with flag 1964000/1965181
889.82/454.29	c cleaning 9999 clauses out of 20017 with flag 1974000/1975181
894.13/456.51	c cleaning 9996 clauses out of 20018 with flag 1984000/1985181
898.14/458.59	c cleaning 10002 clauses out of 20022 with flag 1994000/1995181
901.25/460.17	c cleaning 9994 clauses out of 20020 with flag 2004000/2005181
905.75/462.45	c cleaning 9986 clauses out of 20026 with flag 2014000/2015181
909.45/464.38	c cleaning 9996 clauses out of 20040 with flag 2024000/2025181
913.08/466.25	c cleaning 10012 clauses out of 20046 with flag 2034002/2035183
919.19/469.34	c cleaning 9983 clauses out of 20033 with flag 2044001/2045182
923.89/471.78	c cleaning 10014 clauses out of 20049 with flag 2054000/2055181
927.20/473.43	c cleaning 10008 clauses out of 20036 with flag 2064001/2065182
930.44/475.19	c cleaning 9995 clauses out of 20028 with flag 2074001/2075182
934.33/477.19	c cleaning 9989 clauses out of 20032 with flag 2084000/2085181
938.83/479.50	c cleaning 10001 clauses out of 20043 with flag 2094000/2095181
943.34/481.80	c cleaning 9999 clauses out of 20043 with flag 2104001/2105182
947.96/484.18	c cleaning 10001 clauses out of 20044 with flag 2114001/2115182
953.25/486.80	c cleaning 10001 clauses out of 20043 with flag 2124001/2125182
957.97/489.21	c cleaning 10005 clauses out of 20041 with flag 2134000/2135181
962.27/491.48	c cleaning 9996 clauses out of 20036 with flag 2144000/2145181
967.13/493.94	c cleaning 10008 clauses out of 20040 with flag 2154000/2155181
970.80/495.89	c cleaning 9990 clauses out of 20033 with flag 2164001/2165182
975.90/498.49	c cleaning 9994 clauses out of 20043 with flag 2174001/2175182
980.80/500.97	c cleaning 10000 clauses out of 20048 with flag 2184000/2185181
985.23/503.24	c cleaning 10002 clauses out of 20048 with flag 2194000/2195181
990.13/505.70	c cleaning 9987 clauses out of 20046 with flag 2204000/2205181
995.63/508.50	c cleaning 9999 clauses out of 20060 with flag 2214001/2215182
1000.94/511.23	c cleaning 10004 clauses out of 20061 with flag 2224001/2225182
1006.37/514.02	c cleaning 10000 clauses out of 20057 with flag 2234001/2235182
1012.09/516.98	c cleaning 9998 clauses out of 20057 with flag 2244001/2245182
1017.77/519.82	c cleaning 9997 clauses out of 20058 with flag 2254000/2255181
1023.10/522.55	c cleaning 10005 clauses out of 20062 with flag 2264001/2265182
1028.51/525.37	c cleaning 9996 clauses out of 20057 with flag 2274001/2275182
1034.41/528.32	c cleaning 10003 clauses out of 20061 with flag 2284001/2285182
1038.14/530.25	c cleaning 10024 clauses out of 20057 with flag 2294000/2295181
1041.81/532.12	c cleaning 10005 clauses out of 20034 with flag 2304001/2305182
1045.43/534.06	c cleaning 10001 clauses out of 20030 with flag 2314002/2315183
1049.13/535.91	c cleaning 9993 clauses out of 20027 with flag 2324000/2325181
1052.85/537.85	c cleaning 9998 clauses out of 20034 with flag 2334000/2335181
1056.33/539.69	c cleaning 10012 clauses out of 20036 with flag 2344000/2345181
1060.36/541.78	c cleaning 10001 clauses out of 20024 with flag 2354000/2355181
1064.86/544.09	c cleaning 9985 clauses out of 20023 with flag 2364000/2365181
1071.56/547.44	c cleaning 10001 clauses out of 20038 with flag 2374000/2375181
1078.27/550.85	c cleaning 10000 clauses out of 20038 with flag 2384001/2385182
1085.11/554.39	c cleaning 9999 clauses out of 20037 with flag 2394000/2395181
1091.83/557.73	c cleaning 10001 clauses out of 20039 with flag 2404001/2405182
1098.70/561.23	c cleaning 10000 clauses out of 20038 with flag 2414001/2415182
1105.40/564.64	c cleaning 10000 clauses out of 20038 with flag 2424001/2425182
1109.64/566.85	c cleaning 10008 clauses out of 20037 with flag 2434000/2435181
1113.94/569.01	c cleaning 10008 clauses out of 20029 with flag 2444000/2445181
1117.84/571.00	c cleaning 9995 clauses out of 20022 with flag 2454001/2455182
1122.54/573.43	c cleaning 9998 clauses out of 20027 with flag 2464001/2465182
1127.37/575.95	c cleaning 10001 clauses out of 20029 with flag 2474001/2475182
1132.27/578.42	c cleaning 9999 clauses out of 20028 with flag 2484001/2485182
1137.00/580.87	c cleaning 9998 clauses out of 20029 with flag 2494001/2495182
1141.88/583.34	c cleaning 10000 clauses out of 20031 with flag 2504001/2505182
1146.94/585.90	c cleaning 9998 clauses out of 20031 with flag 2514001/2515182
1151.64/588.36	c cleaning 10007 clauses out of 20033 with flag 2524001/2525182
1156.53/590.83	c cleaning 9997 clauses out of 20026 with flag 2534001/2535182
1161.43/593.34	c cleaning 10000 clauses out of 20029 with flag 2544001/2545182
1166.33/595.81	c cleaning 9999 clauses out of 20029 with flag 2554001/2555182
1171.25/598.37	c cleaning 10003 clauses out of 20030 with flag 2564001/2565182
1176.33/600.94	c cleaning 9995 clauses out of 20027 with flag 2574001/2575182
1181.43/603.52	c cleaning 9999 clauses out of 20031 with flag 2584000/2585181
1186.68/606.20	c cleaning 9999 clauses out of 20032 with flag 2594000/2595181
1191.78/608.83	c cleaning 9999 clauses out of 20033 with flag 2604000/2605181
1197.10/611.54	c cleaning 10003 clauses out of 20034 with flag 2614000/2615181
1202.38/614.21	c cleaning 9998 clauses out of 20031 with flag 2624000/2625181
1207.48/616.88	c cleaning 10000 clauses out of 20033 with flag 2634000/2635181
1212.98/619.61	c cleaning 9998 clauses out of 20033 with flag 2644000/2645181
1218.08/622.27	c cleaning 10000 clauses out of 20035 with flag 2654000/2655181
1222.58/624.53	c cleaning 10001 clauses out of 20035 with flag 2664000/2665181
1227.23/626.91	c cleaning 10005 clauses out of 20035 with flag 2674001/2675182
1232.12/629.46	c cleaning 9999 clauses out of 20030 with flag 2684001/2685182
1236.82/631.84	c cleaning 10001 clauses out of 20031 with flag 2694001/2695182
1241.72/634.39	c cleaning 9997 clauses out of 20030 with flag 2704001/2705182
1246.79/636.94	c cleaning 10002 clauses out of 20033 with flag 2714001/2715182
1251.45/639.38	c cleaning 9999 clauses out of 20031 with flag 2724001/2725182
1256.35/641.88	c cleaning 9997 clauses out of 20032 with flag 2734001/2735182
1261.05/644.29	c cleaning 10004 clauses out of 20035 with flag 2744001/2745182
1266.48/647.01	c cleaning 9997 clauses out of 20031 with flag 2754001/2755182
1271.58/649.63	c cleaning 10002 clauses out of 20033 with flag 2764000/2765181
1276.48/652.10	c cleaning 9998 clauses out of 20032 with flag 2774001/2775182
1281.58/654.73	c cleaning 10000 clauses out of 20034 with flag 2784001/2785182
1286.28/657.17	c cleaning 9997 clauses out of 20033 with flag 2794000/2795181
1291.57/659.83	c cleaning 10004 clauses out of 20037 with flag 2804001/2805182
1296.87/662.56	c cleaning 9994 clauses out of 20033 with flag 2814001/2815182
1301.97/665.16	c cleaning 9999 clauses out of 20039 with flag 2824001/2825182
1307.39/667.90	c cleaning 10000 clauses out of 20040 with flag 2834001/2835182
1313.32/670.95	c cleaning 9988 clauses out of 20039 with flag 2844000/2845181
1320.39/674.58	c cleaning 10001 clauses out of 20051 with flag 2854000/2855181
1327.69/678.28	c cleaning 9997 clauses out of 20050 with flag 2864000/2865181
1334.31/681.67	c cleaning 10000 clauses out of 20054 with flag 2874001/2875182
1341.63/685.38	c cleaning 10003 clauses out of 20054 with flag 2884001/2885182
1348.30/688.74	c cleaning 9996 clauses out of 20050 with flag 2894000/2895181
1355.40/692.32	c cleaning 10006 clauses out of 20054 with flag 2904000/2905181
1362.49/695.97	c cleaning 9997 clauses out of 20048 with flag 2914000/2915181
1370.00/699.74	c cleaning 10000 clauses out of 20051 with flag 2924000/2925181
1377.10/703.37	c cleaning 10000 clauses out of 20051 with flag 2934000/2935181
1383.80/706.70	c cleaning 10002 clauses out of 20051 with flag 2944000/2945181
1390.85/710.33	c cleaning 9997 clauses out of 20049 with flag 2954000/2955181
1397.98/713.92	c cleaning 9998 clauses out of 20052 with flag 2964000/2965181
1404.26/717.14	c cleaning 10003 clauses out of 20054 with flag 2974000/2975181
1411.54/720.80	c cleaning 9995 clauses out of 20051 with flag 2984000/2985181
1416.16/723.28	c cleaning 10001 clauses out of 20056 with flag 2994000/2995181
1420.26/725.38	c cleaning 10002 clauses out of 20056 with flag 3004001/3005182
1423.57/727.07	c cleaning 10018 clauses out of 20053 with flag 3014000/3015181
1428.66/729.68	c cleaning 9980 clauses out of 20036 with flag 3024001/3025182
1433.48/732.17	c cleaning 10003 clauses out of 20055 with flag 3034000/3035181
1437.98/734.47	c cleaning 9997 clauses out of 20052 with flag 3044000/3045181
1441.48/736.28	c cleaning 10014 clauses out of 20056 with flag 3054001/3055182
1445.21/738.14	c cleaning 10008 clauses out of 20041 with flag 3064000/3065181
1448.80/740.09	c cleaning 10006 clauses out of 20034 with flag 3074001/3075182
1452.49/741.91	c cleaning 9994 clauses out of 20028 with flag 3084001/3085182
1456.19/743.82	c cleaning 9999 clauses out of 20034 with flag 3094001/3095182
1459.69/745.66	c cleaning 10000 clauses out of 20034 with flag 3104000/3105181
1463.32/747.55	c cleaning 10001 clauses out of 20035 with flag 3114001/3115182
1467.22/749.50	c cleaning 10000 clauses out of 20033 with flag 3124000/3125181
1471.52/751.70	c cleaning 9997 clauses out of 20034 with flag 3134001/3135182
1476.41/754.21	c cleaning 10001 clauses out of 20037 with flag 3144001/3145182
1481.04/756.71	c cleaning 10001 clauses out of 20035 with flag 3154000/3155181
1485.94/759.12	c cleaning 9998 clauses out of 20034 with flag 3164000/3165181
1490.84/761.61	c cleaning 10002 clauses out of 20037 with flag 3174001/3175182
1495.53/764.00	c cleaning 9996 clauses out of 20035 with flag 3184001/3185182
1498.40/765.59	c cleaning 10002 clauses out of 20038 with flag 3194000/3195181
1501.29/767.07	c cleaning 10007 clauses out of 20037 with flag 3204001/3205182
1504.38/768.62	c cleaning 10000 clauses out of 20029 with flag 3214000/3215181
1507.28/770.15	c cleaning 10002 clauses out of 20030 with flag 3224001/3225182
1510.49/771.85	c cleaning 9998 clauses out of 20027 with flag 3234000/3235181
1513.59/773.45	c cleaning 10005 clauses out of 20029 with flag 3244000/3245181
1516.69/775.08	c cleaning 10000 clauses out of 20025 with flag 3254001/3255182
1519.82/776.67	c cleaning 10004 clauses out of 20025 with flag 3264001/3265182
1523.01/778.34	c cleaning 9995 clauses out of 20020 with flag 3274000/3275181
1526.13/779.95	c cleaning 10003 clauses out of 20025 with flag 3284000/3285181
1529.21/781.57	c cleaning 10001 clauses out of 20022 with flag 3294000/3295181
1533.31/783.61	c cleaning 9999 clauses out of 20022 with flag 3304001/3305182
1537.13/785.68	c cleaning 10002 clauses out of 20022 with flag 3314000/3315181
1541.62/787.95	c cleaning 9998 clauses out of 20021 with flag 3324001/3325182
1545.91/790.10	c cleaning 10000 clauses out of 20022 with flag 3334000/3335181
1550.21/792.39	c cleaning 9996 clauses out of 20022 with flag 3344000/3345181
1554.84/794.75	c cleaning 10000 clauses out of 20027 with flag 3354001/3355182
1558.74/796.77	c cleaning 10002 clauses out of 20026 with flag 3364000/3365181
1563.04/798.94	c cleaning 10004 clauses out of 20025 with flag 3374001/3375182
1567.34/801.16	c cleaning 9997 clauses out of 20020 with flag 3384000/3385181
1571.81/803.48	c cleaning 10002 clauses out of 20023 with flag 3394000/3395181
1576.11/805.70	c cleaning 9999 clauses out of 20022 with flag 3404001/3405182
1580.80/808.01	c cleaning 9999 clauses out of 20023 with flag 3414001/3415182
1585.09/810.26	c cleaning 10003 clauses out of 20023 with flag 3424000/3425181
1588.92/812.28	c cleaning 10001 clauses out of 20020 with flag 3434000/3435181
1593.01/814.34	c cleaning 10000 clauses out of 20020 with flag 3444001/3445182
1596.92/816.35	c cleaning 9996 clauses out of 20019 with flag 3454000/3455181
1601.21/818.51	c cleaning 10000 clauses out of 20023 with flag 3464000/3465181
1605.43/820.73	c cleaning 10000 clauses out of 20024 with flag 3474001/3475182
1609.34/822.80	c cleaning 10000 clauses out of 20024 with flag 3484001/3485182
1613.42/824.91	c cleaning 9997 clauses out of 20024 with flag 3494001/3495182
1617.52/826.96	c cleaning 10003 clauses out of 20026 with flag 3504000/3505181
1621.77/829.16	c cleaning 10002 clauses out of 20023 with flag 3514000/3515181
1626.06/831.33	c cleaning 10000 clauses out of 20022 with flag 3524001/3525182
1629.96/833.36	c cleaning 9996 clauses out of 20022 with flag 3534001/3535182
1634.05/835.46	c cleaning 10000 clauses out of 20025 with flag 3544000/3545181
1638.14/837.53	c cleaning 9998 clauses out of 20025 with flag 3554000/3555181
1642.24/839.67	c cleaning 10004 clauses out of 20028 with flag 3564001/3565182
1646.54/841.83	c cleaning 9998 clauses out of 20024 with flag 3574001/3575182
1650.44/843.86	c cleaning 10004 clauses out of 20026 with flag 3584001/3585182
1654.69/846.04	c cleaning 9999 clauses out of 20021 with flag 3594000/3595181
1658.81/848.14	c cleaning 10001 clauses out of 20022 with flag 3604000/3605181
1662.90/850.24	c cleaning 9998 clauses out of 20022 with flag 3614001/3615182
1666.98/852.35	c cleaning 9999 clauses out of 20024 with flag 3624001/3625182
1670.87/854.37	c cleaning 10000 clauses out of 20024 with flag 3634000/3635181
1675.17/856.53	c cleaning 9998 clauses out of 20024 with flag 3644000/3645181
1679.06/858.58	c cleaning 9988 clauses out of 20026 with flag 3654000/3655181
1682.96/860.56	c cleaning 9999 clauses out of 20038 with flag 3664000/3665181
1686.97/862.65	c cleaning 9998 clauses out of 20039 with flag 3674000/3675181
1691.07/864.70	c cleaning 10002 clauses out of 20041 with flag 3684000/3685181
1694.98/866.73	c cleaning 9997 clauses out of 20039 with flag 3694000/3695181
1698.86/868.77	c cleaning 10000 clauses out of 20043 with flag 3704001/3705182
1702.89/870.84	c cleaning 10004 clauses out of 20043 with flag 3714001/3715182
1706.79/872.87	c cleaning 9998 clauses out of 20039 with flag 3724001/3725182
1710.89/874.92	c cleaning 9998 clauses out of 20040 with flag 3734000/3735181
1714.79/876.92	c cleaning 10002 clauses out of 20042 with flag 3744000/3745181
1718.80/879.08	c cleaning 9995 clauses out of 20040 with flag 3754000/3755181
1722.72/881.07	c cleaning 10006 clauses out of 20046 with flag 3764001/3765182
1726.59/883.06	c cleaning 9994 clauses out of 20040 with flag 3774001/3775182
1730.69/885.15	c cleaning 10005 clauses out of 20045 with flag 3784000/3785181
1734.98/887.33	c cleaning 9999 clauses out of 20041 with flag 3794001/3795182
1739.07/889.48	c cleaning 9998 clauses out of 20042 with flag 3804001/3805182
1743.38/891.61	c cleaning 10001 clauses out of 20043 with flag 3814000/3815181
1747.27/893.63	c cleaning 10002 clauses out of 20043 with flag 3824001/3825182
1751.50/895.82	c cleaning 9998 clauses out of 20040 with flag 3834000/3835181
1755.60/897.94	c cleaning 9998 clauses out of 20042 with flag 3844000/3845181
1759.90/900.12	c cleaning 9998 clauses out of 20044 with flag 3854000/3855181
1764.00/902.29	c cleaning 10007 clauses out of 20046 with flag 3864000/3865181
1768.02/904.39	c cleaning 9998 clauses out of 20039 with flag 3874000/3875181
1772.15/906.42	c cleaning 9998 clauses out of 20041 with flag 3884000/3885181
1776.01/908.44	c cleaning 10003 clauses out of 20043 with flag 3894000/3895181
1780.11/910.51	c cleaning 9996 clauses out of 20040 with flag 3904000/3905181
1784.17/912.67	c cleaning 10003 clauses out of 20045 with flag 3914001/3915182
1788.26/914.76	c cleaning 9999 clauses out of 20041 with flag 3924000/3925181
1792.36/916.83	c cleaning 9998 clauses out of 20042 with flag 3934000/3935181
1796.45/918.93	c cleaning 9996 clauses out of 20044 with flag 3944000/3945181
1800.12/920.82	c starts		: 9
1800.12/920.82	c conflicts		: 779
1800.12/920.82	c decisions		: 2368
1800.12/920.82	c propagations		: 63326
1800.12/920.82	c inspects		: 9769360
1800.12/920.82	c shortcuts		: 0
1800.12/920.82	c learnt literals	: 0
1800.12/920.82	c learnt binary clauses	: 7
1800.12/920.82	c learnt ternary clauses	: 2
1800.12/920.82	c learnt constraints	: 777
1800.12/920.82	c ignored constraints	: 0
1800.12/920.82	c root simplifications	: 0
1800.12/920.82	c removed literals (reason simplification)	: 0
1800.12/920.82	c reason swapping (by a shorter reason)	: 0
1800.12/920.82	c Calls to reduceDB	: 0
1800.12/920.82	c number of reductions to clauses (during analyze)	: 0
1800.12/920.82	c number of learned constraints concerned by reduction	: 0
1800.12/920.82	c number of learning phase by resolution	: 0
1800.12/920.82	c number of learning phase by cutting planes	: 0
1800.12/920.82	c speed (assignments/second)	: 68.91155737116217
1800.12/920.82	c non guided choices	0
1800.12/920.82	c learnt constraints type 
1800.12/920.82	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 49
1800.12/920.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
1800.12/920.82	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 7
1800.12/920.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 641
1800.12/920.82	c constraints type 
1800.12/920.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1800.12/920.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.12/920.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4464
1800.12/920.82	c constraints type 
1800.12/920.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4464
1800.12/920.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.12/920.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.12/920.82	s SATISFIABLE
1800.12/920.82	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 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 x1093 -x1094 -x1095 -x1096 -x1097 x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 x1106 x1107 -x1108 -x1109 x1110 -x1111 x1112 -x1113 x1114 -x1115 x1116 -x1117 x1118 -x1119 x1120 x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 x1130 x1131 -x1132 -x1133 x1134 -x1135 x1136 -x1137 x1138 -x1139 x1140 -x1141 x1142 -x1143 x1144 -x1145 x1146 x1147 -x1148 -x1149 -x1150 -x1151 -x1152 
1800.12/920.82	c objective function=411
1800.12/920.82	c Total wall clock time (in seconds): 920.717

Verifier Data

OK	411

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-3454499-1307188823/watcher-3454499-1307188823 -o /tmp/evaluation-result-3454499-1307188823/solver-3454499-1307188823 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454499-1307188823.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.84 3.69 3.44 3/421 12375
/proc/meminfo: memFree=28655696/32950904 swapFree=56615552/67111528
[pid=12375] ppid=12373 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/12375/stat : 12375 (java) S 12373 12375 8078 0 -1 4202496 2549 0 1 0 0 0 0 0 25 0 2 0 830482025 10681323520 2251 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12375/statm: 2607745 2265 906 9 0 2598901 0
[pid=12375/tid=12376] ppid=12373 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12376/stat : 12376 (java) R 12373 12375 8078 0 -1 4202560 4905 0 1 0 0 0 0 0 25 0 2 0 830482025 10694979584 5721 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237278573627 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.074801 s]
/proc/loadavg: 3.84 3.69 3.44 3/421 12375
/proc/meminfo: memFree=28655696/32950904 swapFree=56615552/67111528
[pid=12375] ppid=12373 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/12375/stat : 12375 (java) S 12373 12375 8078 0 -1 4202496 11962 0 1 0 5 1 0 0 25 0 18 0 830482025 10724442112 11659 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12375/statm: 2618272 11659 1755 9 0 2609006 0
[pid=12375/tid=12376] ppid=12373 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/12375/task/12376/stat : 12376 (java) R 12373 12375 8078 0 -1 4202560 10787 0 1 0 5 1 0 0 25 0 18 0 830482025 10724442112 11659 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 47921957287090 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100727 s]
/proc/loadavg: 3.84 3.69 3.44 3/421 12375
/proc/meminfo: memFree=28655696/32950904 swapFree=56615552/67111528
[pid=12375] ppid=12373 vsize=10540228 CPUtime=0.1 cores=0,2,4,6
/proc/12375/stat : 12375 (java) S 12373 12375 8078 0 -1 4202496 13119 0 1 0 9 1 0 0 25 0 18 0 830482025 10793193472 12816 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12375/statm: 2635057 12816 2092 9 0 2625791 0
[pid=12375/tid=12376] ppid=12373 vsize=10540228 CPUtime=0.08 cores=0,2,4,6
/proc/12375/task/12376/stat : 12376 (java) R 12373 12375 8078 0 -1 4202560 11201 0 1 0 7 1 0 0 25 0 18 0 830482025 10793193472 12816 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 47921954690933 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540228

[startup+0.305674 s]
/proc/loadavg: 3.84 3.69 3.44 3/421 12375
/proc/meminfo: memFree=28655696/32950904 swapFree=56615552/67111528
[pid=12375] ppid=12373 vsize=10541608 CPUtime=0.49 cores=0,2,4,6
/proc/12375/stat : 12375 (java) S 12373 12375 8078 0 -1 4202496 16277 0 1 0 47 2 0 0 25 0 18 0 830482025 10794606592 15476 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12375/statm: 2635402 15477 2200 9 0 2626136 0
[pid=12375/tid=12376] ppid=12373 vsize=10541608 CPUtime=0.28 cores=0,2,4,6
/proc/12375/task/12376/stat : 12376 (java) R 12373 12375 8078 0 -1 4202560 13221 0 1 0 27 1 0 0 25 0 18 0 830482025 10794606592 15478 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541608

[startup+0.700567 s]
/proc/loadavg: 3.84 3.69 3.44 3/421 12375
/proc/meminfo: memFree=28655696/32950904 swapFree=56615552/67111528
[pid=12375] ppid=12373 vsize=10549308 CPUtime=0.67 cores=0,2,4,6
/proc/12375/stat : 12375 (java) S 12373 12375 8078 0 -1 4202496 19657 0 1 0 65 2 0 0 25 0 19 0 830482025 10802491392 17812 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12375/statm: 2637327 17812 2226 9 0 2628061 0
[pid=12375/tid=12376] ppid=12373 vsize=10549308 CPUtime=0.31 cores=0,2,4,6
/proc/12375/task/12376/stat : 12376 (java) S 12373 12375 8078 0 -1 4202560 14040 0 1 0 30 1 0 0 25 0 19 0 830482025 10802491392 17812 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10549308

[startup+1.50143 s]
/proc/loadavg: 3.84 3.69 3.44 3/440 12400
/proc/meminfo: memFree=28590824/32950904 swapFree=56615552/67111528
[pid=12375] ppid=12373 vsize=10549340 CPUtime=1.29 cores=0,2,4,6
/proc/12375/stat : 12375 (java) S 12373 12375 8078 0 -1 4202496 21298 0 1 0 126 3 0 0 25 0 22 0 830482025 10802524160 18864 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12375/statm: 2637335 18865 2236 9 0 2628069 0
[pid=12375/tid=12376] ppid=12373 vsize=10549340 CPUtime=0.33 cores=0,2,4,6
/proc/12375/task/12376/stat : 12376 (java) S 12373 12375 8078 0 -1 4202560 14285 0 1 0 31 2 0 0 17 0 22 0 830482025 10802524160 18865 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12378] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12378/stat : 12378 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482027 10802524160 18866 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12379] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12379/stat : 12379 (java) S 12373 12375 8078 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830482027 10802524160 18866 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12380] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12380/stat : 12380 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482027 10802524160 18866 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12381] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12381/stat : 12381 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482027 10802524160 18866 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12382] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12382/stat : 12382 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482027 10802524160 18866 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12383] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12383/stat : 12383 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482027 10802524160 18867 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12384] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12384/stat : 12384 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482027 10802524160 18867 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12385] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12385/stat : 12385 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482027 10802524160 18867 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12386] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12386/stat : 12386 (java) S 12373 12375 8078 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830482028 10802524160 18867 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 0 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12387] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12387/stat : 12387 (java) S 12373 12375 8078 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830482028 10802524160 18867 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12388] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12388/stat : 12388 (java) S 12373 12375 8078 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830482028 10802524160 18868 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12389] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12389/stat : 12389 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482030 10802524160 18868 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290703281 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12390] ppid=12373 vsize=10549340 CPUtime=0.31 cores=0,2,4,6
/proc/12375/task/12390/stat : 12390 (java) R 12373 12375 8078 0 -1 4202560 2251 0 0 0 31 0 0 0 16 0 22 0 830482030 10802524160 18868 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 47921956834668 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12375/tid=12391] ppid=12373 vsize=10549340 CPUtime=0.3 cores=0,2,4,6
/proc/12375/task/12391/stat : 12391 (java) R 12373 12375 8078 0 -1 4202560 2967 0 0 0 30 0 0 0 15 0 22 0 830482030 10802524160 18869 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 47921953115168 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12375/tid=12392] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12392/stat : 12392 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482030 10802524160 18869 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12393] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12393/stat : 12393 (java) R 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830482030 10802524160 18869 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12375/tid=12400] ppid=12373 vsize=10549340 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12400/stat : 12400 (java) S 12373 12375 8078 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 22 0 830482111 10802524160 18870 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 10549340

[startup+3.10119 s]
/proc/loadavg: 3.84 3.69 3.44 5/443 12406
/proc/meminfo: memFree=28534008/32950904 swapFree=56615552/67111528
[pid=12375] ppid=12373 vsize=10550960 CPUtime=5.27 cores=0,2,4,6
/proc/12375/stat : 12375 (java) S 12373 12375 8078 0 -1 4202496 121540 0 1 0 512 15 0 0 25 0 22 0 830482025 10804183040 115232 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12375/statm: 2637740 115235 2269 9 0 2628474 0
[pid=12375/tid=12376] ppid=12373 vsize=10550960 CPUtime=0.34 cores=0,2,4,6
/proc/12375/task/12376/stat : 12376 (java) S 12373 12375 8078 0 -1 4202560 14395 0 1 0 32 2 0 0 15 0 22 0 830482025 10804183040 115236 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12378] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12378/stat : 12378 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830482027 10804183040 115238 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12379] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12379/stat : 12379 (java) S 12373 12375 8078 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830482027 10804183040 115241 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12380] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12380/stat : 12380 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830482027 10804183040 115242 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12381] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12381/stat : 12381 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830482027 10804183040 115244 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12382] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12382/stat : 12382 (java) S 12373 12375 8078 0 -1 4202560 162 0 0 0 0 0 0 0 18 0 22 0 830482027 10804183040 115247 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12383] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12383/stat : 12383 (java) S 12373 12375 8078 0 -1 4202560 294 0 0 0 0 0 0 0 18 0 22 0 830482027 10804183040 115248 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12384] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12384/stat : 12384 (java) S 12373 12375 8078 0 -1 4202560 298 0 0 0 0 0 0 0 18 0 22 0 830482027 10804183040 115250 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12385] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12385/stat : 12385 (java) S 12373 12375 8078 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 22 0 830482027 10804183040 115253 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12386] ppid=12373 vsize=10550960 CPUtime=0.02 cores=0,2,4,6
/proc/12375/task/12386/stat : 12386 (java) S 12373 12375 8078 0 -1 4202560 1474 0 0 0 2 0 0 0 15 0 22 0 830482028 10804183040 115253 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 0 0 16800975 18446604441823496256 0 0 -1 0 0 0 0
[pid=12375/tid=12387] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12387/stat : 12387 (java) S 12373 12375 8078 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830482028 10804183040 115256 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12388] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12388/stat : 12388 (java) S 12373 12375 8078 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830482028 10804183040 115258 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12389] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12389/stat : 12389 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482030 10804183040 115259 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290703281 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12390] ppid=12373 vsize=10550960 CPUtime=0.86 cores=0,2,4,6
/proc/12375/task/12390/stat : 12390 (java) S 12373 12375 8078 0 -1 4202560 6620 0 0 0 85 1 0 0 15 0 22 0 830482030 10804183040 115261 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12391] ppid=12373 vsize=10550960 CPUtime=0.97 cores=0,2,4,6
/proc/12375/task/12391/stat : 12391 (java) S 12373 12375 8078 0 -1 4202560 7514 0 0 0 97 0 0 0 15 0 22 0 830482030 10804183040 115264 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12392] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12392/stat : 12392 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482030 10804183040 115265 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12393] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12393/stat : 12393 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830482030 10804183040 115268 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12400] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12400/stat : 12400 (java) S 12373 12375 8078 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 22 0 830482111 10804183040 115269 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12404] ppid=12373 vsize=10550960 CPUtime=1.19 cores=0,2,4,6
/proc/12375/task/12404/stat : 12404 (java) R 12373 12375 8078 0 -1 4202560 2125 0 0 0 119 0 0 0 18 0 22 0 830482212 10804183040 115271 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12375/tid=12405] ppid=12373 vsize=10550960 CPUtime=1.18 cores=0,2,4,6
/proc/12375/task/12405/stat : 12405 (java) R 12373 12375 8078 0 -1 4202560 83806 0 0 0 109 9 0 0 19 0 22 0 830482212 10804183040 115274 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 46912505842100 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12375/tid=12406] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12406/stat : 12406 (java) S 12373 12375 8078 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 830482212 10804183040 115274 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 10550960

[startup+6.30163 s]
/proc/loadavg: 3.78 3.68 3.44 5/443 12406
/proc/meminfo: memFree=28011440/32950904 swapFree=56615552/67111528
[pid=12375] ppid=12373 vsize=10550960 CPUtime=11.8 cores=0,2,4,6
/proc/12375/stat : 12375 (java) S 12373 12375 8078 0 -1 4202496 181666 0 1 0 1159 21 0 0 25 0 22 0 830482025 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12375/statm: 2637740 174920 2269 9 0 2628474 0
[pid=12375/tid=12376] ppid=12373 vsize=10550960 CPUtime=0.34 cores=0,2,4,6
/proc/12375/task/12376/stat : 12376 (java) S 12373 12375 8078 0 -1 4202560 14395 0 1 0 32 2 0 0 15 0 22 0 830482025 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12378] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12378/stat : 12378 (java) S 12373 12375 8078 0 -1 4202560 1155 0 0 0 0 0 0 0 16 0 22 0 830482027 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12379] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12379/stat : 12379 (java) S 12373 12375 8078 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 22 0 830482027 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12380] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12380/stat : 12380 (java) S 12373 12375 8078 0 -1 4202560 841 0 0 0 0 0 0 0 15 0 22 0 830482027 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12381] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12381/stat : 12381 (java) S 12373 12375 8078 0 -1 4202560 377 0 0 0 0 0 0 0 15 0 22 0 830482027 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12382] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12382/stat : 12382 (java) S 12373 12375 8078 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 22 0 830482027 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12383] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12383/stat : 12383 (java) S 12373 12375 8078 0 -1 4202560 363 0 0 0 0 0 0 0 15 0 22 0 830482027 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12384] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12384/stat : 12384 (java) S 12373 12375 8078 0 -1 4202560 628 0 0 0 0 0 0 0 15 0 22 0 830482027 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12385] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12385/stat : 12385 (java) S 12373 12375 8078 0 -1 4202560 1185 0 0 0 0 0 0 0 15 0 22 0 830482027 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12386] ppid=12373 vsize=10550960 CPUtime=0.11 cores=0,2,4,6
/proc/12375/task/12386/stat : 12386 (java) S 12373 12375 8078 0 -1 4202560 4280 0 0 0 11 0 0 0 16 0 22 0 830482028 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 0 0 16800975 18446604441823496256 0 0 -1 0 0 0 0
[pid=12375/tid=12387] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12387/stat : 12387 (java) S 12373 12375 8078 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830482028 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12388] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12388/stat : 12388 (java) S 12373 12375 8078 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830482028 10804183040 174920 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0

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

[pid=12375/tid=12404] ppid=12373 vsize=10550960 CPUtime=726.49 cores=0,2,4,6
/proc/12375/task/12404/stat : 12404 (java) R 12373 12375 8078 0 -1 4202560 4299 0 0 0 72648 1 0 0 25 0 22 0 830482212 10804183040 541979 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 46912505831808 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12375/tid=12405] ppid=12373 vsize=10550960 CPUtime=726.74 cores=0,2,4,6
/proc/12375/task/12405/stat : 12405 (java) R 12373 12375 8078 0 -1 4202560 425995 0 0 0 72631 43 0 0 25 0 22 0 830482212 10804183040 541979 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 46912506290896 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12375/tid=12406] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12406/stat : 12406 (java) S 12373 12375 8078 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 830482212 10804183040 541979 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1492.16
Current children cumulated vsize (KiB) 10550960

[startup+822.301 s]
/proc/loadavg: 3.89 3.88 3.69 5/443 12622
/proc/meminfo: memFree=26873084/32950904 swapFree=56615552/67111528
[pid=12375] ppid=12373 vsize=10550960 CPUtime=1608.52 cores=0,2,4,6
/proc/12375/stat : 12375 (java) S 12373 12375 8078 0 -1 4202496 551513 0 1 0 160767 85 0 0 25 0 22 0 830482025 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12375/statm: 2637740 542410 2270 9 0 2628474 0
[pid=12375/tid=12376] ppid=12373 vsize=10550960 CPUtime=0.34 cores=0,2,4,6
/proc/12375/task/12376/stat : 12376 (java) S 12373 12375 8078 0 -1 4202560 14395 0 1 0 32 2 0 0 15 0 22 0 830482025 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12378] ppid=12373 vsize=10550960 CPUtime=0.36 cores=0,2,4,6
/proc/12375/task/12378/stat : 12378 (java) S 12373 12375 8078 0 -1 4202560 1951 0 0 0 36 0 0 0 15 0 22 0 830482027 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 0 0 0 0
[pid=12375/tid=12379] ppid=12373 vsize=10550960 CPUtime=0.37 cores=0,2,4,6
/proc/12375/task/12379/stat : 12379 (java) S 12373 12375 8078 0 -1 4202560 1139 0 0 0 37 0 0 0 16 0 22 0 830482027 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12380] ppid=12373 vsize=10550960 CPUtime=0.38 cores=0,2,4,6
/proc/12375/task/12380/stat : 12380 (java) S 12373 12375 8078 0 -1 4202560 1388 0 0 0 38 0 0 0 16 0 22 0 830482027 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 0 0 0 0
[pid=12375/tid=12381] ppid=12373 vsize=10550960 CPUtime=0.37 cores=0,2,4,6
/proc/12375/task/12381/stat : 12381 (java) S 12373 12375 8078 0 -1 4202560 1264 0 0 0 37 0 0 0 15 0 22 0 830482027 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12382] ppid=12373 vsize=10550960 CPUtime=0.39 cores=0,2,4,6
/proc/12375/task/12382/stat : 12382 (java) S 12373 12375 8078 0 -1 4202560 991 0 0 0 39 0 0 0 16 0 22 0 830482027 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12383] ppid=12373 vsize=10550960 CPUtime=0.36 cores=0,2,4,6
/proc/12375/task/12383/stat : 12383 (java) S 12373 12375 8078 0 -1 4202560 1249 0 0 0 36 0 0 0 15 0 22 0 830482027 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12384] ppid=12373 vsize=10550960 CPUtime=0.36 cores=0,2,4,6
/proc/12375/task/12384/stat : 12384 (java) S 12373 12375 8078 0 -1 4202560 1311 0 0 0 36 0 0 0 16 0 22 0 830482027 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12385] ppid=12373 vsize=10550960 CPUtime=0.36 cores=0,2,4,6
/proc/12375/task/12385/stat : 12385 (java) S 12373 12375 8078 0 -1 4202560 2187 0 0 0 36 0 0 0 15 0 22 0 830482027 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12386] ppid=12373 vsize=10550960 CPUtime=36.62 cores=0,2,4,6
/proc/12375/task/12386/stat : 12386 (java) S 12373 12375 8078 0 -1 4202560 76966 0 0 0 3630 32 0 0 15 0 22 0 830482028 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 0 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12387] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12387/stat : 12387 (java) S 12373 12375 8078 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830482028 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12388] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12388/stat : 12388 (java) S 12373 12375 8078 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830482028 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12389] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12389/stat : 12389 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482030 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290703281 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12390] ppid=12373 vsize=10550960 CPUtime=0.96 cores=0,2,4,6
/proc/12375/task/12390/stat : 12390 (java) S 12373 12375 8078 0 -1 4202560 6626 0 0 0 95 1 0 0 15 0 22 0 830482030 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12391] ppid=12373 vsize=10550960 CPUtime=1.17 cores=0,2,4,6
/proc/12375/task/12391/stat : 12391 (java) S 12373 12375 8078 0 -1 4202560 7535 0 0 0 117 0 0 0 15 0 22 0 830482030 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12392] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12392/stat : 12392 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482030 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12393] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12393/stat : 12393 (java) S 12373 12375 8078 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 830482030 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 0 0 0 0
[pid=12375/tid=12400] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12400/stat : 12400 (java) S 12373 12375 8078 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 22 0 830482111 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12404] ppid=12373 vsize=10550960 CPUtime=782.71 cores=0,2,4,6
/proc/12375/task/12404/stat : 12404 (java) R 12373 12375 8078 0 -1 4202560 4329 0 0 0 78270 1 0 0 25 0 22 0 830482212 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 46912505636563 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12375/tid=12405] ppid=12373 vsize=10550960 CPUtime=783 cores=0,2,4,6
/proc/12375/task/12405/stat : 12405 (java) R 12373 12375 8078 0 -1 4202560 425995 0 0 0 78257 43 0 0 25 0 22 0 830482212 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 46912506290991 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12375/tid=12406] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12406/stat : 12406 (java) S 12373 12375 8078 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 830482212 10804183040 542410 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1608.52
Current children cumulated vsize (KiB) 10550960

[startup+882.301 s]
/proc/loadavg: 3.89 3.87 3.69 5/443 12623
/proc/meminfo: memFree=26858280/32950904 swapFree=56615552/67111528
[pid=12375] ppid=12373 vsize=10550960 CPUtime=1725.19 cores=0,2,4,6
/proc/12375/stat : 12375 (java) S 12373 12375 8078 0 -1 4202496 554037 0 1 0 172429 90 0 0 25 0 22 0 830482025 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12375/statm: 2637740 544897 2270 9 0 2628474 0
[pid=12375/tid=12376] ppid=12373 vsize=10550960 CPUtime=0.34 cores=0,2,4,6
/proc/12375/task/12376/stat : 12376 (java) S 12373 12375 8078 0 -1 4202560 14395 0 1 0 32 2 0 0 15 0 22 0 830482025 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12378] ppid=12373 vsize=10550960 CPUtime=0.38 cores=0,2,4,6
/proc/12375/task/12378/stat : 12378 (java) S 12373 12375 8078 0 -1 4202560 1955 0 0 0 38 0 0 0 16 0 22 0 830482027 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12379] ppid=12373 vsize=10550960 CPUtime=0.39 cores=0,2,4,6
/proc/12375/task/12379/stat : 12379 (java) S 12373 12375 8078 0 -1 4202560 1144 0 0 0 39 0 0 0 15 0 22 0 830482027 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12380] ppid=12373 vsize=10550960 CPUtime=0.4 cores=0,2,4,6
/proc/12375/task/12380/stat : 12380 (java) S 12373 12375 8078 0 -1 4202560 1389 0 0 0 40 0 0 0 15 0 22 0 830482027 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12381] ppid=12373 vsize=10550960 CPUtime=0.4 cores=0,2,4,6
/proc/12375/task/12381/stat : 12381 (java) S 12373 12375 8078 0 -1 4202560 1264 0 0 0 40 0 0 0 15 0 22 0 830482027 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12382] ppid=12373 vsize=10550960 CPUtime=0.4 cores=0,2,4,6
/proc/12375/task/12382/stat : 12382 (java) S 12373 12375 8078 0 -1 4202560 994 0 0 0 40 0 0 0 15 0 22 0 830482027 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12383] ppid=12373 vsize=10550960 CPUtime=0.38 cores=0,2,4,6
/proc/12375/task/12383/stat : 12383 (java) S 12373 12375 8078 0 -1 4202560 1251 0 0 0 38 0 0 0 15 0 22 0 830482027 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12384] ppid=12373 vsize=10550960 CPUtime=0.38 cores=0,2,4,6
/proc/12375/task/12384/stat : 12384 (java) S 12373 12375 8078 0 -1 4202560 1311 0 0 0 38 0 0 0 15 0 22 0 830482027 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12385] ppid=12373 vsize=10550960 CPUtime=0.38 cores=0,2,4,6
/proc/12375/task/12385/stat : 12385 (java) S 12373 12375 8078 0 -1 4202560 2188 0 0 0 38 0 0 0 15 0 22 0 830482027 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 0 0 0 0
[pid=12375/tid=12386] ppid=12373 vsize=10550960 CPUtime=40.03 cores=0,2,4,6
/proc/12375/task/12386/stat : 12386 (java) S 12373 12375 8078 0 -1 4202560 79441 0 0 0 3967 36 0 0 15 0 22 0 830482028 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 0 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12387] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12387/stat : 12387 (java) S 12373 12375 8078 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830482028 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12388] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12388/stat : 12388 (java) S 12373 12375 8078 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830482028 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12389] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12389/stat : 12389 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482030 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290703281 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12390] ppid=12373 vsize=10550960 CPUtime=0.96 cores=0,2,4,6
/proc/12375/task/12390/stat : 12390 (java) S 12373 12375 8078 0 -1 4202560 6626 0 0 0 95 1 0 0 15 0 22 0 830482030 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12391] ppid=12373 vsize=10550960 CPUtime=1.17 cores=0,2,4,6
/proc/12375/task/12391/stat : 12391 (java) S 12373 12375 8078 0 -1 4202560 7535 0 0 0 117 0 0 0 15 0 22 0 830482030 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12392] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12392/stat : 12392 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482030 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12393] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12393/stat : 12393 (java) S 12373 12375 8078 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830482030 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 0 0 0 0
[pid=12375/tid=12400] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12400/stat : 12400 (java) S 12373 12375 8078 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 22 0 830482111 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12404] ppid=12373 vsize=10550960 CPUtime=839.24 cores=0,2,4,6
/proc/12375/task/12404/stat : 12404 (java) R 12373 12375 8078 0 -1 4202560 4358 0 0 0 83922 2 0 0 25 0 22 0 830482212 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 46912505796608 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12375/tid=12405] ppid=12373 vsize=10550960 CPUtime=839.57 cores=0,2,4,6
/proc/12375/task/12405/stat : 12405 (java) R 12373 12375 8078 0 -1 4202560 425995 0 0 0 83914 43 0 0 25 0 22 0 830482212 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 46912506269797 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12375/tid=12406] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12406/stat : 12406 (java) S 12373 12375 8078 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 830482212 10804183040 544897 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1725.19
Current children cumulated vsize (KiB) 10550960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.801 s]
/proc/loadavg: 3.99 3.89 3.70 5/443 12624
/proc/meminfo: memFree=26857248/32950904 swapFree=56615552/67111528
[pid=12375] ppid=12373 vsize=10550960 CPUtime=1800.12 cores=0,2,4,6
/proc/12375/stat : 12375 (java) S 12373 12375 8078 0 -1 4202496 554087 0 1 0 179917 95 0 0 25 0 22 0 830482025 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12375/statm: 2637740 544925 2270 9 0 2628474 0
[pid=12375/tid=12376] ppid=12373 vsize=10550960 CPUtime=0.34 cores=0,2,4,6
/proc/12375/task/12376/stat : 12376 (java) S 12373 12375 8078 0 -1 4202560 14395 0 1 0 32 2 0 0 15 0 22 0 830482025 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12378] ppid=12373 vsize=10550960 CPUtime=0.4 cores=0,2,4,6
/proc/12375/task/12378/stat : 12378 (java) S 12373 12375 8078 0 -1 4202560 1963 0 0 0 40 0 0 0 15 0 22 0 830482027 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12379] ppid=12373 vsize=10550960 CPUtime=0.4 cores=0,2,4,6
/proc/12375/task/12379/stat : 12379 (java) S 12373 12375 8078 0 -1 4202560 1144 0 0 0 40 0 0 0 15 0 22 0 830482027 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12380] ppid=12373 vsize=10550960 CPUtime=0.41 cores=0,2,4,6
/proc/12375/task/12380/stat : 12380 (java) S 12373 12375 8078 0 -1 4202560 1398 0 0 0 41 0 0 0 15 0 22 0 830482027 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12381] ppid=12373 vsize=10550960 CPUtime=0.41 cores=0,2,4,6
/proc/12375/task/12381/stat : 12381 (java) S 12373 12375 8078 0 -1 4202560 1264 0 0 0 41 0 0 0 15 0 22 0 830482027 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12382] ppid=12373 vsize=10550960 CPUtime=0.41 cores=0,2,4,6
/proc/12375/task/12382/stat : 12382 (java) S 12373 12375 8078 0 -1 4202560 994 0 0 0 41 0 0 0 15 0 22 0 830482027 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12383] ppid=12373 vsize=10550960 CPUtime=0.39 cores=0,2,4,6
/proc/12375/task/12383/stat : 12383 (java) S 12373 12375 8078 0 -1 4202560 1251 0 0 0 39 0 0 0 15 0 22 0 830482027 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12384] ppid=12373 vsize=10550960 CPUtime=0.39 cores=0,2,4,6
/proc/12375/task/12384/stat : 12384 (java) S 12373 12375 8078 0 -1 4202560 1311 0 0 0 39 0 0 0 16 0 22 0 830482027 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 0 0 0 0
[pid=12375/tid=12385] ppid=12373 vsize=10550960 CPUtime=0.4 cores=0,2,4,6
/proc/12375/task/12385/stat : 12385 (java) S 12373 12375 8078 0 -1 4202560 2199 0 0 0 40 0 0 0 16 0 22 0 830482027 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 2 0 0 0
[pid=12375/tid=12386] ppid=12373 vsize=10550960 CPUtime=42.2 cores=0,2,4,6
/proc/12375/task/12386/stat : 12386 (java) S 12373 12375 8078 0 -1 4202560 79443 0 0 0 4179 41 0 0 15 0 22 0 830482028 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 0 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12387] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12387/stat : 12387 (java) S 12373 12375 8078 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830482028 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12388] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12388/stat : 12388 (java) S 12373 12375 8078 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830482028 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12389] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12389/stat : 12389 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482030 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290703281 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12390] ppid=12373 vsize=10550960 CPUtime=0.96 cores=0,2,4,6
/proc/12375/task/12390/stat : 12390 (java) S 12373 12375 8078 0 -1 4202560 6626 0 0 0 95 1 0 0 15 0 22 0 830482030 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12391] ppid=12373 vsize=10550960 CPUtime=1.17 cores=0,2,4,6
/proc/12375/task/12391/stat : 12391 (java) S 12373 12375 8078 0 -1 4202560 7535 0 0 0 117 0 0 0 15 0 22 0 830482030 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12392] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12392/stat : 12392 (java) S 12373 12375 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830482030 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290695577 0 4 0 16800975 18446604441823496256 0 0 -1 6 0 0 0
[pid=12375/tid=12393] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12393/stat : 12393 (java) S 12373 12375 8078 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830482030 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 0 0 0 0
[pid=12375/tid=12400] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12400/stat : 12400 (java) S 12373 12375 8078 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 22 0 830482111 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
[pid=12375/tid=12404] ppid=12373 vsize=10550960 CPUtime=875.56 cores=0,2,4,6
/proc/12375/task/12404/stat : 12404 (java) R 12373 12375 8078 0 -1 4202560 4376 0 0 0 87554 2 0 0 25 0 22 0 830482212 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 46912505759716 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12375/tid=12405] ppid=12373 vsize=10550960 CPUtime=875.92 cores=0,2,4,6
/proc/12375/task/12405/stat : 12405 (java) R 12373 12375 8078 0 -1 4202560 425995 0 0 0 87549 43 0 0 25 0 22 0 830482212 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 46912506269805 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12375/tid=12406] ppid=12373 vsize=10550960 CPUtime=0 cores=0,2,4,6
/proc/12375/task/12406/stat : 12406 (java) S 12373 12375 8078 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 830482212 10804183040 544925 33554432000 1073741824 1073778376 140735626750528 18446744073709551615 237290696192 0 4 0 16800975 18446604441823496256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 10550960

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

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

Child status: 143
Real time (s): 920.911
CPU time (s): 1800.25
CPU user time (s): 1799.21
CPU system time (s): 1.03984
CPU usage (%): 195.486
Max. virtual memory (cumulated for all children) (KiB): 10550960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.03984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 554115
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= 33214
involuntary context switches= 25416

runsolver used 3.70144 second user time and 8.16276 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-04 14:00:23
IDJOB=3454499
IDBENCH=2066
IDSOLVER=1950
FILE ID=node121/3454499-1307188823
RUNJOBID= node121-1307186730-10241
PBS_JOBID= 13508819
Free space on /tmp= 73956 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8b2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454499-1307188823/watcher-3454499-1307188823 -o /tmp/evaluation-result-3454499-1307188823/solver-3454499-1307188823 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454499-1307188823.opb

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

MD5SUM BENCH= 70025ca48ca8d6f0557fd72393d339c2
RANDOM SEED=1950319931

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      28655852 kB
Buffers:        327500 kB
Cached:         461684 kB
SwapCached:       9896 kB
Active:        3618276 kB
Inactive:       413624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      28655852 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:             440 kB
Writeback:          16 kB
AnonPages:     3240048 kB
Mapped:          21464 kB
Slab:           142600 kB
PageTables:      55288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 93898060 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= 73956 MiB
End job on node121 at 2011-06-04 14:15:46