Trace number 3741426

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.18 937.654

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-807456.opb
MD5SUM21cf0355c32a3177f2f6fa914b5dacc6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1635
Total number of constraints840
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)840
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 1635
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 1635
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 1635
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

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.2.0.v20100531
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		1349517296
0.01/0.08	c Max memory 		1356595200
0.01/0.08	c Total memory 		1356595200
0.01/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3741426-1338763960.opb
0.09/0.11	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.17s.
0.27/0.28	c #vars     1635
0.27/0.28	c #constraints  1676
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 800
0.27/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72
0.27/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 800
0.27/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 800
3.74/1.26	c cleaning 2497 clauses out of 4995 with flag 5000/5000
5.95/2.24	c cleaning 4245 clauses out of 8497 with flag 11000/11000
8.52/3.55	c cleaning 5619 clauses out of 11250 with flag 18000/18000
11.93/5.24	c cleaning 6810 clauses out of 13632 with flag 26001/26001
15.92/7.29	c cleaning 7908 clauses out of 15822 with flag 35001/35001
21.35/9.92	c cleaning 8954 clauses out of 17913 with flag 45000/45000
26.98/12.70	c cleaning 9478 clauses out of 18958 with flag 55000/55000
32.40/15.44	c cleaning 9734 clauses out of 19480 with flag 65000/65000
38.15/18.33	c cleaning 9869 clauses out of 19750 with flag 75004/75004
43.94/21.22	c cleaning 9932 clauses out of 19877 with flag 85000/85000
49.52/24.01	c cleaning 9969 clauses out of 19947 with flag 95002/95002
55.28/26.98	c cleaning 9984 clauses out of 19977 with flag 105001/105001
61.19/29.91	c cleaning 9989 clauses out of 19993 with flag 115001/115001
66.54/32.68	c cleaning 10000 clauses out of 20003 with flag 125000/125000
72.26/35.52	c cleaning 10000 clauses out of 20005 with flag 135002/135002
77.81/38.35	c cleaning 9994 clauses out of 20003 with flag 145000/145000
83.70/41.35	c cleaning 9998 clauses out of 20010 with flag 155001/155001
89.43/44.23	c cleaning 10002 clauses out of 20012 with flag 165001/165001
95.25/47.10	c cleaning 10001 clauses out of 20012 with flag 175003/175003
100.99/50.02	c cleaning 10002 clauses out of 20008 with flag 185000/185000
106.85/53.07	c cleaning 9998 clauses out of 20006 with flag 195000/195000
112.58/55.95	c cleaning 9998 clauses out of 20010 with flag 205002/205002
118.31/58.85	c cleaning 9996 clauses out of 20012 with flag 215002/215002
124.22/61.89	c cleaning 10000 clauses out of 20014 with flag 225000/225000
129.89/64.80	c cleaning 10003 clauses out of 20015 with flag 235001/235001
135.60/67.67	c cleaning 9995 clauses out of 20011 with flag 245000/245000
141.30/70.52	c cleaning 10003 clauses out of 20018 with flag 255002/255002
147.00/73.42	c cleaning 9998 clauses out of 20012 with flag 265000/265000
153.03/76.55	c cleaning 9996 clauses out of 20014 with flag 275000/275000
158.93/79.54	c cleaning 9993 clauses out of 20018 with flag 285000/285000
164.83/82.52	c cleaning 10008 clauses out of 20025 with flag 295000/295000
170.52/85.43	c cleaning 10001 clauses out of 20017 with flag 305000/305000
176.37/88.40	c cleaning 9998 clauses out of 20016 with flag 315000/315000
182.07/91.32	c cleaning 9989 clauses out of 20020 with flag 325002/325002
187.96/94.31	c cleaning 10003 clauses out of 20029 with flag 335000/335000
193.85/97.31	c cleaning 9994 clauses out of 20027 with flag 345001/345001
199.87/100.48	c cleaning 10010 clauses out of 20034 with flag 355002/355002
205.57/103.40	c cleaning 9999 clauses out of 20026 with flag 365004/365004
211.43/106.34	c cleaning 10001 clauses out of 20024 with flag 375001/375001
217.30/109.32	c cleaning 10005 clauses out of 20022 with flag 385000/385000
222.92/112.25	c cleaning 10005 clauses out of 20019 with flag 395002/395002
228.59/115.11	c cleaning 9997 clauses out of 20012 with flag 405000/405000
234.29/118.07	c cleaning 9994 clauses out of 20016 with flag 415001/415001
239.99/120.96	c cleaning 9997 clauses out of 20022 with flag 425001/425001
246.17/124.11	c cleaning 10004 clauses out of 20024 with flag 435000/435000
249.24/125.79	c cleaning 0 clauses out of 5001 with flag 0/5001
252.53/127.32	c cleaning 10004 clauses out of 20021 with flag 445001/445001
258.40/130.32	c cleaning 10001 clauses out of 20018 with flag 455002/455002
264.19/133.39	c cleaning 10005 clauses out of 20017 with flag 465002/465002
270.29/136.44	c cleaning 9999 clauses out of 20011 with flag 475001/475001
276.36/139.52	c cleaning 9999 clauses out of 20013 with flag 485002/485002
282.43/142.60	c cleaning 10002 clauses out of 20013 with flag 495001/495001
288.43/145.78	c cleaning 10001 clauses out of 20012 with flag 505002/505002
294.11/148.69	c cleaning 9995 clauses out of 20009 with flag 515000/515000
300.20/151.76	c cleaning 10000 clauses out of 20014 with flag 525000/525000
306.48/154.90	c cleaning 9999 clauses out of 20014 with flag 535000/535000
312.45/158.08	c cleaning 9997 clauses out of 20016 with flag 545001/545001
318.73/161.27	c cleaning 9997 clauses out of 20018 with flag 555000/555000
324.80/164.36	c cleaning 10000 clauses out of 20021 with flag 565000/565000
330.66/167.35	c cleaning 10004 clauses out of 20023 with flag 575002/575002
336.64/170.47	c cleaning 10003 clauses out of 20018 with flag 585001/585001
342.50/173.41	c cleaning 10004 clauses out of 20017 with flag 595003/595003
348.37/176.48	c cleaning 9996 clauses out of 20010 with flag 605000/605000
354.43/179.52	c cleaning 9993 clauses out of 20014 with flag 615000/615000
360.19/182.58	c cleaning 9995 clauses out of 20021 with flag 625000/625000
366.22/185.62	c cleaning 9996 clauses out of 20027 with flag 635001/635001
372.08/188.62	c cleaning 10007 clauses out of 20031 with flag 645001/645001
377.94/191.67	c cleaning 10001 clauses out of 20023 with flag 655000/655000
384.09/194.88	c cleaning 10008 clauses out of 20022 with flag 665000/665000
389.94/197.84	c cleaning 9993 clauses out of 20014 with flag 675000/675000
395.81/200.83	c cleaning 10008 clauses out of 20022 with flag 685001/685001
401.68/203.89	c cleaning 9997 clauses out of 20013 with flag 695000/695000
408.05/207.18	c cleaning 10004 clauses out of 20016 with flag 705000/705000
414.09/210.25	c cleaning 10002 clauses out of 20013 with flag 715001/715001
419.92/213.24	c cleaning 9998 clauses out of 20010 with flag 725000/725000
425.77/216.26	c cleaning 10000 clauses out of 20014 with flag 735002/735002
431.69/219.39	c cleaning 9997 clauses out of 20013 with flag 745001/745001
437.73/222.40	c cleaning 10001 clauses out of 20015 with flag 755000/755000
443.77/225.53	c cleaning 9991 clauses out of 20014 with flag 765000/765000
449.78/228.62	c cleaning 10010 clauses out of 20025 with flag 775002/775002
455.89/231.82	c cleaning 10000 clauses out of 20014 with flag 785001/785001
461.72/234.88	c cleaning 9984 clauses out of 20014 with flag 795001/795001
467.95/238.04	c cleaning 9990 clauses out of 20029 with flag 805000/805000
474.18/241.20	c cleaning 10009 clauses out of 20040 with flag 815001/815001
480.30/244.49	c cleaning 10009 clauses out of 20031 with flag 825001/825001
486.53/247.63	c cleaning 9999 clauses out of 20024 with flag 835003/835003
492.35/250.66	c cleaning 9995 clauses out of 20022 with flag 845000/845000
498.39/253.79	c cleaning 9991 clauses out of 20028 with flag 855001/855001
504.71/257.03	c cleaning 10003 clauses out of 20037 with flag 865001/865001
510.92/260.20	c cleaning 10015 clauses out of 20034 with flag 875001/875001
516.94/263.34	c cleaning 9993 clauses out of 20018 with flag 885000/885000
522.98/266.43	c cleaning 10001 clauses out of 20025 with flag 895000/895000
529.07/269.63	c cleaning 10002 clauses out of 20024 with flag 905000/905000
534.90/272.61	c cleaning 10002 clauses out of 20022 with flag 915000/915000
540.93/275.72	c cleaning 9993 clauses out of 20022 with flag 925002/925002
546.73/278.73	c cleaning 10005 clauses out of 20030 with flag 935003/935003
552.63/281.84	c cleaning 9999 clauses out of 20023 with flag 945001/945001
558.66/284.93	c cleaning 9995 clauses out of 20024 with flag 955001/955001
564.90/288.12	c cleaning 10009 clauses out of 20028 with flag 965000/965000
570.90/291.26	c cleaning 9995 clauses out of 20020 with flag 975001/975001
577.20/294.54	c cleaning 9991 clauses out of 20024 with flag 985000/985000
583.39/297.73	c cleaning 9998 clauses out of 20035 with flag 995002/995002
589.19/300.78	c cleaning 10003 clauses out of 20035 with flag 1005000/1005000
595.40/303.95	c cleaning 10004 clauses out of 20033 with flag 1015001/1015001
601.88/307.33	c cleaning 9998 clauses out of 20030 with flag 1025002/1025002
607.88/310.44	c cleaning 10002 clauses out of 20032 with flag 1035002/1035002
613.93/313.56	c cleaning 10009 clauses out of 20032 with flag 1045004/1045004
620.12/316.72	c cleaning 9998 clauses out of 20022 with flag 1055003/1055003
626.39/320.09	c cleaning 9993 clauses out of 20023 with flag 1065002/1065002
632.58/323.24	c cleaning 10005 clauses out of 20030 with flag 1075002/1075002
638.39/326.25	c cleaning 10005 clauses out of 20025 with flag 1085002/1085002
644.40/329.34	c cleaning 9999 clauses out of 20020 with flag 1095002/1095002
650.26/332.50	c cleaning 10005 clauses out of 20021 with flag 1105002/1105002
656.26/335.59	c cleaning 9993 clauses out of 20014 with flag 1115000/1115000
662.46/338.77	c cleaning 9994 clauses out of 20021 with flag 1125000/1125000
668.45/341.88	c cleaning 10005 clauses out of 20029 with flag 1135002/1135002
674.70/345.19	c cleaning 10004 clauses out of 20022 with flag 1145000/1145000
681.10/348.40	c cleaning 9999 clauses out of 20018 with flag 1155000/1155000
686.92/351.47	c cleaning 9999 clauses out of 20021 with flag 1165002/1165002
693.10/354.66	c cleaning 10002 clauses out of 20020 with flag 1175000/1175000
699.15/357.89	c cleaning 10002 clauses out of 20018 with flag 1185000/1185000
705.15/360.97	c cleaning 10001 clauses out of 20016 with flag 1195000/1195000
711.15/364.01	c cleaning 10002 clauses out of 20017 with flag 1205002/1205002
717.14/367.19	c cleaning 9993 clauses out of 20014 with flag 1215001/1215001
723.37/370.48	c cleaning 9998 clauses out of 20021 with flag 1225001/1225001
729.55/373.61	c cleaning 9995 clauses out of 20023 with flag 1235001/1235001
735.53/376.74	c cleaning 10004 clauses out of 20027 with flag 1245000/1245000
741.73/379.97	c cleaning 10005 clauses out of 20025 with flag 1255002/1255002
747.96/383.28	c cleaning 10001 clauses out of 20019 with flag 1265001/1265001
753.93/386.30	c cleaning 10002 clauses out of 20017 with flag 1275000/1275000
760.11/389.51	c cleaning 9995 clauses out of 20015 with flag 1285000/1285000
765.88/392.54	c cleaning 10002 clauses out of 20024 with flag 1295004/1295004
772.31/395.91	c cleaning 9997 clauses out of 20018 with flag 1305000/1305000
778.27/399.08	c cleaning 9999 clauses out of 20022 with flag 1315001/1315001
784.64/402.31	c cleaning 9999 clauses out of 20023 with flag 1325001/1325001
790.59/405.44	c cleaning 10002 clauses out of 20023 with flag 1335000/1335000
796.79/408.75	c cleaning 10001 clauses out of 20025 with flag 1345004/1345004
802.96/411.95	c cleaning 10003 clauses out of 20021 with flag 1355001/1355001
809.14/415.15	c cleaning 10002 clauses out of 20017 with flag 1365000/1365000
815.31/418.38	c cleaning 9994 clauses out of 20015 with flag 1375000/1375000
821.71/421.71	c cleaning 9996 clauses out of 20022 with flag 1385001/1385001
827.87/424.95	c cleaning 10002 clauses out of 20025 with flag 1395000/1395000
834.04/428.10	c cleaning 10001 clauses out of 20024 with flag 1405001/1405001
839.82/431.18	c cleaning 10003 clauses out of 20023 with flag 1415001/1415001
846.61/434.79	c cleaning 9993 clauses out of 20020 with flag 1425001/1425001
852.76/437.97	c cleaning 9996 clauses out of 20027 with flag 1435001/1435001
858.94/441.13	c cleaning 10002 clauses out of 20031 with flag 1445001/1445001
865.11/444.37	c cleaning 10008 clauses out of 20028 with flag 1455000/1455000
871.69/447.82	c cleaning 10000 clauses out of 20020 with flag 1465000/1465000
877.86/451.05	c cleaning 10003 clauses out of 20021 with flag 1475001/1475001
883.82/454.16	c cleaning 10000 clauses out of 20018 with flag 1485001/1485001
889.97/457.38	c cleaning 9997 clauses out of 20021 with flag 1495004/1495004
896.36/460.80	c cleaning 9998 clauses out of 20020 with flag 1505000/1505000
902.72/464.02	c cleaning 10004 clauses out of 20024 with flag 1515002/1515002
908.88/467.22	c cleaning 9987 clauses out of 20019 with flag 1525001/1525001
915.23/470.56	c cleaning 9999 clauses out of 20031 with flag 1535000/1535000
921.61/473.94	c cleaning 10005 clauses out of 20032 with flag 1545000/1545000
927.99/477.28	c cleaning 10007 clauses out of 20030 with flag 1555003/1555003
934.13/480.47	c cleaning 9995 clauses out of 20020 with flag 1565000/1565000
940.48/483.74	c cleaning 10002 clauses out of 20026 with flag 1575001/1575001
947.26/487.30	c cleaning 10001 clauses out of 20023 with flag 1585000/1585000
953.18/490.50	c cleaning 10004 clauses out of 20025 with flag 1595003/1595003
959.73/493.89	c cleaning 9995 clauses out of 20019 with flag 1605001/1605001
966.07/497.14	c cleaning 10000 clauses out of 20023 with flag 1615000/1615000
972.62/500.69	c cleaning 10004 clauses out of 20025 with flag 1625002/1625002
978.81/503.87	c cleaning 10002 clauses out of 20019 with flag 1635000/1635000
984.96/507.07	c cleaning 9994 clauses out of 20018 with flag 1645001/1645001
991.33/510.37	c cleaning 9996 clauses out of 20023 with flag 1655000/1655000
997.87/513.86	c cleaning 9999 clauses out of 20028 with flag 1665001/1665001
1004.25/517.17	c cleaning 10003 clauses out of 20030 with flag 1675002/1675002
1010.59/520.40	c cleaning 9993 clauses out of 20025 with flag 1685000/1685000
1016.76/523.66	c cleaning 10001 clauses out of 20032 with flag 1695000/1695000
1022.90/526.97	c cleaning 10001 clauses out of 20033 with flag 1705002/1705002
1029.05/530.17	c cleaning 9991 clauses out of 20032 with flag 1715002/1715002
1035.17/533.37	c cleaning 10007 clauses out of 20040 with flag 1725001/1725001
1041.54/536.67	c cleaning 9998 clauses out of 20032 with flag 1735000/1735000
1047.91/540.01	c cleaning 10001 clauses out of 20034 with flag 1745000/1745000
1054.26/543.37	c cleaning 10012 clauses out of 20037 with flag 1755004/1755004
1060.60/546.63	c cleaning 9995 clauses out of 20021 with flag 1765000/1765000
1066.94/549.95	c cleaning 9989 clauses out of 20026 with flag 1775000/1775000
1073.45/553.42	c cleaning 10004 clauses out of 20037 with flag 1785000/1785000
1079.99/556.85	c cleaning 10000 clauses out of 20034 with flag 1795001/1795001
1086.11/560.08	c cleaning 10007 clauses out of 20034 with flag 1805001/1805001
1092.45/563.37	c cleaning 10000 clauses out of 20029 with flag 1815003/1815003
1099.20/566.94	c cleaning 10006 clauses out of 20028 with flag 1825002/1825002
1105.54/570.26	c cleaning 9993 clauses out of 20021 with flag 1835001/1835001
1112.08/573.69	c cleaning 10007 clauses out of 20028 with flag 1845001/1845001
1118.43/576.93	c cleaning 10000 clauses out of 20021 with flag 1855001/1855001
1124.97/580.49	c cleaning 9992 clauses out of 20020 with flag 1865000/1865000
1131.09/583.70	c cleaning 10004 clauses out of 20029 with flag 1875001/1875001
1137.62/587.02	c cleaning 10003 clauses out of 20024 with flag 1885000/1885000
1144.14/590.43	c cleaning 10004 clauses out of 20021 with flag 1895000/1895000
1150.88/594.03	c cleaning 9993 clauses out of 20018 with flag 1905001/1905001
1157.21/597.32	c cleaning 9994 clauses out of 20025 with flag 1915001/1915001
1163.34/600.55	c cleaning 10006 clauses out of 20032 with flag 1925002/1925002
1169.66/603.86	c cleaning 10002 clauses out of 20024 with flag 1935000/1935000
1176.37/607.41	c cleaning 10005 clauses out of 20026 with flag 1945004/1945004
1182.49/610.70	c cleaning 9995 clauses out of 20018 with flag 1955001/1955001
1189.00/614.07	c cleaning 9997 clauses out of 20024 with flag 1965002/1965002
1195.34/617.38	c cleaning 10006 clauses out of 20028 with flag 1975003/1975003
1201.67/620.71	c cleaning 9992 clauses out of 20020 with flag 1985001/1985001
1207.79/623.91	c cleaning 10004 clauses out of 20031 with flag 1995004/1995004
1213.91/627.12	c cleaning 10001 clauses out of 20023 with flag 2005000/2005000
1219.85/630.28	c cleaning 9990 clauses out of 20022 with flag 2015000/2015000
1226.36/633.77	c cleaning 9996 clauses out of 20032 with flag 2025000/2025000
1232.48/636.96	c cleaning 10005 clauses out of 20037 with flag 2035001/2035001
1238.81/640.26	c cleaning 9988 clauses out of 20031 with flag 2045000/2045000
1245.16/643.59	c cleaning 10008 clauses out of 20046 with flag 2055003/2055003
1251.46/646.98	c cleaning 10007 clauses out of 20038 with flag 2065003/2065003
1257.77/650.23	c cleaning 9995 clauses out of 20029 with flag 2075001/2075001
1263.90/653.42	c cleaning 10000 clauses out of 20033 with flag 2085000/2085000
1270.14/656.62	c cleaning 10007 clauses out of 20034 with flag 2095001/2095001
1276.44/660.01	c cleaning 10007 clauses out of 20027 with flag 2105001/2105001
1282.35/663.12	c cleaning 10002 clauses out of 20021 with flag 2115002/2115002
1288.87/666.51	c cleaning 9991 clauses out of 20017 with flag 2125000/2125000
1294.95/669.74	c cleaning 10001 clauses out of 20026 with flag 2135000/2135000
1301.45/673.22	c cleaning 10004 clauses out of 20025 with flag 2145000/2145000
1307.95/676.60	c cleaning 9999 clauses out of 20021 with flag 2155000/2155000
1314.45/680.01	c cleaning 9995 clauses out of 20022 with flag 2165000/2165000
1320.75/683.35	c cleaning 9997 clauses out of 20027 with flag 2175000/2175000
1327.05/686.79	c cleaning 9986 clauses out of 20030 with flag 2185000/2185000
1333.55/690.10	c cleaning 10009 clauses out of 20045 with flag 2195001/2195001
1339.64/693.33	c cleaning 10011 clauses out of 20035 with flag 2205000/2205000
1346.36/696.84	c cleaning 9997 clauses out of 20024 with flag 2215000/2215000
1352.86/700.35	c cleaning 10009 clauses out of 20027 with flag 2225000/2225000
1358.99/703.53	c cleaning 10000 clauses out of 20020 with flag 2235002/2235002
1365.31/706.88	c cleaning 10002 clauses out of 20019 with flag 2245001/2245001
1371.62/710.18	c cleaning 9996 clauses out of 20019 with flag 2255003/2255003
1378.12/713.66	c cleaning 10004 clauses out of 20021 with flag 2265001/2265001
1384.43/716.95	c cleaning 9998 clauses out of 20017 with flag 2275001/2275001
1390.54/720.17	c cleaning 9997 clauses out of 20018 with flag 2285000/2285000
1396.64/723.32	c cleaning 10000 clauses out of 20021 with flag 2295000/2295000
1402.93/726.70	c cleaning 10001 clauses out of 20021 with flag 2305000/2305000
1409.04/729.97	c cleaning 10005 clauses out of 20022 with flag 2315002/2315002
1415.57/733.31	c cleaning 9999 clauses out of 20017 with flag 2325002/2325002
1421.87/736.61	c cleaning 10004 clauses out of 20019 with flag 2335003/2335003
1428.16/740.04	c cleaning 9993 clauses out of 20015 with flag 2345003/2345003
1434.07/743.14	c cleaning 9997 clauses out of 20019 with flag 2355000/2355000
1440.38/746.49	c cleaning 9992 clauses out of 20022 with flag 2365000/2365000
1446.66/749.77	c cleaning 9992 clauses out of 20030 with flag 2375000/2375000
1452.92/753.17	c cleaning 9984 clauses out of 20038 with flag 2385000/2385000
1459.02/756.33	c cleaning 10015 clauses out of 20054 with flag 2395000/2395000
1464.95/759.45	c cleaning 10001 clauses out of 20039 with flag 2405000/2405000
1471.04/762.66	c cleaning 10011 clauses out of 20038 with flag 2415000/2415000
1477.51/766.16	c cleaning 9992 clauses out of 20027 with flag 2425000/2425000
1484.00/769.54	c cleaning 9989 clauses out of 20035 with flag 2435000/2435000
1490.08/772.72	c cleaning 10006 clauses out of 20046 with flag 2445000/2445000
1496.00/775.85	c cleaning 9989 clauses out of 20040 with flag 2455000/2455000
1502.27/779.22	c cleaning 10016 clauses out of 20051 with flag 2465000/2465000
1508.57/782.52	c cleaning 10011 clauses out of 20035 with flag 2475000/2475000
1514.86/785.84	c cleaning 10003 clauses out of 20024 with flag 2485000/2485000
1518.33/787.76	c cleaning 0 clauses out of 11000 with flag 0/11000
1521.59/789.69	c cleaning 10005 clauses out of 20022 with flag 2495001/2495001
1528.11/793.01	c cleaning 9994 clauses out of 20016 with flag 2505000/2505000
1534.39/796.33	c cleaning 10003 clauses out of 20024 with flag 2515002/2515002
1540.26/799.47	c cleaning 9997 clauses out of 20019 with flag 2525000/2525000
1546.72/802.95	c cleaning 9998 clauses out of 20022 with flag 2535000/2535000
1552.78/806.18	c cleaning 10000 clauses out of 20024 with flag 2545000/2545000
1558.85/809.38	c cleaning 9993 clauses out of 20025 with flag 2555001/2555001
1565.13/812.61	c cleaning 10003 clauses out of 20031 with flag 2565000/2565000
1571.62/816.13	c cleaning 10007 clauses out of 20028 with flag 2575000/2575000
1577.48/819.26	c cleaning 10007 clauses out of 20022 with flag 2585001/2585001
1583.76/822.51	c cleaning 9992 clauses out of 20014 with flag 2595000/2595000
1590.24/825.90	c cleaning 10005 clauses out of 20022 with flag 2605000/2605000
1596.28/829.25	c cleaning 9999 clauses out of 20019 with flag 2615002/2615002
1602.39/832.42	c cleaning 9989 clauses out of 20018 with flag 2625000/2625000
1608.66/835.71	c cleaning 9999 clauses out of 20030 with flag 2635001/2635001
1614.56/838.84	c cleaning 10005 clauses out of 20033 with flag 2645003/2645003
1620.80/842.23	c cleaning 10007 clauses out of 20027 with flag 2655002/2655002
1627.08/845.50	c cleaning 9996 clauses out of 20018 with flag 2665000/2665000
1633.38/848.82	c cleaning 9992 clauses out of 20022 with flag 2675000/2675000
1639.44/852.07	c cleaning 10002 clauses out of 20030 with flag 2685000/2685000
1645.88/855.57	c cleaning 9998 clauses out of 20030 with flag 2695002/2695002
1652.15/858.87	c cleaning 10000 clauses out of 20030 with flag 2705000/2705000
1658.85/862.33	c cleaning 9992 clauses out of 20033 with flag 2715003/2715003
1665.32/865.71	c cleaning 10005 clauses out of 20038 with flag 2725000/2725000
1671.77/869.25	c cleaning 10006 clauses out of 20033 with flag 2735000/2735000
1678.24/872.67	c cleaning 9999 clauses out of 20028 with flag 2745001/2745001
1684.72/876.01	c cleaning 9997 clauses out of 20028 with flag 2755000/2755000
1690.61/879.15	c cleaning 9996 clauses out of 20031 with flag 2765000/2765000
1697.05/882.67	c cleaning 10002 clauses out of 20036 with flag 2775001/2775001
1703.35/885.90	c cleaning 9993 clauses out of 20034 with flag 2785001/2785001
1709.65/889.25	c cleaning 10004 clauses out of 20040 with flag 2795000/2795000
1716.12/892.67	c cleaning 10005 clauses out of 20037 with flag 2805001/2805001
1722.56/896.15	c cleaning 10004 clauses out of 20032 with flag 2815001/2815001
1729.02/899.59	c cleaning 10003 clauses out of 20027 with flag 2825000/2825000
1735.28/902.87	c cleaning 9985 clauses out of 20024 with flag 2835000/2835000
1741.75/906.27	c cleaning 10015 clauses out of 20039 with flag 2845000/2845000
1748.58/909.94	c cleaning 10005 clauses out of 20025 with flag 2855001/2855001
1754.84/913.26	c cleaning 9984 clauses out of 20019 with flag 2865000/2865000
1761.32/916.67	c cleaning 9992 clauses out of 20036 with flag 2875001/2875001
1767.37/919.90	c cleaning 10017 clauses out of 20047 with flag 2885004/2885004
1773.98/923.44	c cleaning 9998 clauses out of 20027 with flag 2895001/2895001
1780.66/926.92	c cleaning 10003 clauses out of 20028 with flag 2905000/2905000
1786.90/930.25	c cleaning 10003 clauses out of 20026 with flag 2915001/2915001
1793.36/933.63	c cleaning 9998 clauses out of 20024 with flag 2925002/2925002
1800.06/937.22	c starts		: 231
1800.06/937.22	c conflicts		: 2935000
1800.06/937.22	c decisions		: 3788334
1800.06/937.22	c propagations		: 693396514
1800.06/937.22	c inspects		: 7014847375
1800.06/937.22	c learnt literals	: 10
1800.06/937.22	c learnt binary clauses	: 142
1800.06/937.22	c learnt ternary clauses	: 372
1800.06/937.22	c learnt clauses	: 2934990
1800.06/937.22	c ignored clauses	: 0
1800.06/937.22	c root simplifications	: 0
1800.06/937.22	c removed literals (reason simplification)	: 63078578
1800.06/937.22	c reason swapping (by a shorter reason)	: 0
1800.06/937.22	c Calls to reduceDB	: 295
1800.06/937.22	c number of reductions to clauses (during analyze)	: 0
1800.06/937.22	c number of learned constraints concerned by reduction	: 0
1800.06/937.22	c number of learning phase by resolution	: 0
1800.06/937.22	c number of learning phase by cutting planes	: 0
1800.06/937.22	c speed (assignments/second)	: 740065.803643567
1800.06/937.22	c non guided choices	0
1800.06/937.23	c cleaning 9998 clauses out of 20024 with flag 2935000/2935000
1800.50/937.63	c learnt constraints type 
1800.50/937.63	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 9885
1800.50/937.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 142
1800.50/937.63	c constraints type 
1800.50/937.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 800
1800.50/937.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
1800.50/937.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
1800.50/937.63	c constraints type 
1800.50/937.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72
1800.50/937.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 800
1800.50/937.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 800
1800.50/937.63	s UNKNOWN
1800.50/937.63	c Total wall clock time (in seconds): 937.525

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3741426-1338763960/watcher-3741426-1338763960 -o /tmp/evaluation-result-3741426-1338763960/solver-3741426-1338763960 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741426-1338763960.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.91 3.92 3.89 3/197 8384
/proc/meminfo: memFree=27470460/32873648 swapFree=6864/6864
[pid=8384] ppid=8382 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/8384/stat : 8384 (java6) D 8382 8384 3937 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 342521971 9515008 183 33554432000 1073741824 1073778376 140735128658848 140735128649880 226084339381 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/8384/statm: 2323 183 140 9 0 71 0

[startup+0.026949 s]
/proc/loadavg: 3.91 3.92 3.89 3/197 8384
/proc/meminfo: memFree=27470460/32873648 swapFree=6864/6864
[pid=8384] ppid=8382 vsize=2158136 CPUtime=0.01 cores=0,2,4,6
/proc/8384/stat : 8384 (java) S 8382 8384 3937 0 -1 4202496 3095 0 1 0 0 1 0 0 20 0 10 0 342521971 2209931264 3794 33554432000 1073741824 1073778376 140736686518896 140736686510032 226087698493 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8384/statm: 539534 3803 1223 9 0 530235 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2158136

[startup+0.10024 s]
/proc/loadavg: 3.91 3.92 3.89 3/197 8384
/proc/meminfo: memFree=27470460/32873648 swapFree=6864/6864
[pid=8384] ppid=8382 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/8384/stat : 8384 (java) S 8382 8384 3937 0 -1 4202496 4736 0 1 0 7 2 0 0 20 0 18 0 342521971 2764726272 6443 33554432000 1073741824 1073778376 140736686518896 140736686510032 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8384/statm: 674982 6445 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300173 s]
/proc/loadavg: 3.91 3.92 3.89 3/197 8384
/proc/meminfo: memFree=27470460/32873648 swapFree=6864/6864
[pid=8384] ppid=8382 vsize=2833056 CPUtime=0.55 cores=0,2,4,6
/proc/8384/stat : 8384 (java) S 8382 8384 3937 0 -1 4202496 6545 0 1 0 53 2 0 0 20 0 20 0 342521971 2901049344 13111 33554432000 1073741824 1073778376 140736686518896 140736686510032 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8384/statm: 708264 13111 2227 9 0 698958 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2833056

[startup+0.70019 s]
/proc/loadavg: 3.91 3.92 3.89 3/197 8384
/proc/meminfo: memFree=27470460/32873648 swapFree=6864/6864
[pid=8384] ppid=8382 vsize=2966184 CPUtime=2.13 cores=0,2,4,6
/proc/8384/stat : 8384 (java) S 8382 8384 3937 0 -1 4202496 18283 0 1 0 208 5 0 0 20 0 22 0 342521971 3037372416 27055 33554432000 1073741824 1073778376 140736686518896 140736686510032 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8384/statm: 741546 27056 2243 9 0 732240 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 2966184

[startup+1.50074 s]
/proc/loadavg: 4.00 3.94 3.89 6/219 8406
/proc/meminfo: memFree=27302688/32873648 swapFree=6864/6864
[pid=8384] ppid=8382 vsize=2966184 CPUtime=4.41 cores=0,2,4,6
/proc/8384/stat : 8384 (java) S 8382 8384 3937 0 -1 4202496 20929 0 1 0 433 8 0 0 20 0 22 0 342521971 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140736686510032 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8384/statm: 741546 72205 2274 9 0 732240 0
[pid=8384/tid=8386] ppid=8382 vsize=2966184 CPUtime=0.25 cores=0,2,4,6
/proc/8384/task/8386/stat : 8386 (java) S 8382 8384 3937 0 -1 4202560 2808 0 1 0 23 2 0 0 20 0 22 0 342521972 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277960074392 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8387] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8387/stat : 8387 (java) S 8382 8384 3937 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277944355880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8388] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8388/stat : 8388 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277943303080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8389] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8389/stat : 8389 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277942250280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8390] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8390/stat : 8390 (java) S 8382 8384 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277941197480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8391] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8391/stat : 8391 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277940144680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8392] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8392/stat : 8392 (java) S 8382 8384 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277939091880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8393] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8393/stat : 8393 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277938039080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8394] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8394/stat : 8394 (java) S 8382 8384 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277936986280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8395] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8395/stat : 8395 (java) S 8382 8384 3937 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 342521974 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277806250984 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8396] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8396/stat : 8396 (java) S 8382 8384 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342521974 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277805197048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8397] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8397/stat : 8397 (java) S 8382 8384 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342521974 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277804144136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8398] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8398/stat : 8398 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521977 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277803092624 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8399] ppid=8382 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/8384/task/8399/stat : 8399 (java) S 8382 8384 3937 0 -1 4202560 8237 0 0 0 86 2 0 0 20 0 22 0 342521977 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277802039736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8400] ppid=8382 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/8384/task/8400/stat : 8400 (java) S 8382 8384 3937 0 -1 4202560 8417 0 0 0 82 2 0 0 20 0 22 0 342521977 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277800986936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8401] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8401/stat : 8401 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521977 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277799934328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8402] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8402/stat : 8402 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521977 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277798881736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8403] ppid=8382 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/8384/task/8403/stat : 8403 (java) R 8382 8384 3937 0 -1 4202560 40 0 0 0 118 0 0 0 20 0 22 0 342521999 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277797827624 140277809911167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8404] ppid=8382 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/8384/task/8404/stat : 8404 (java) R 8382 8384 3937 0 -1 4202560 174 0 0 0 115 3 0 0 20 0 22 0 342521999 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277796772648 140277810101988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8405] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8405/stat : 8405 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342522004 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277795722664 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8406] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8406/stat : 8406 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342522004 3037372416 72205 33554432000 1073741824 1073778376 140736686518896 140277794669864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 2966184

[startup+3.10074 s]
/proc/loadavg: 4.00 3.94 3.89 5/219 8406
/proc/meminfo: memFree=27062328/32873648 swapFree=6864/6864
[pid=8384] ppid=8382 vsize=2966184 CPUtime=7.72 cores=0,2,4,6
/proc/8384/stat : 8384 (java) S 8382 8384 3937 0 -1 4202496 21017 0 1 0 762 10 0 0 20 0 22 0 342521971 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140736686510032 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8384/statm: 741546 105497 2274 9 0 732240 0
[pid=8384/tid=8386] ppid=8382 vsize=2966184 CPUtime=0.25 cores=0,2,4,6
/proc/8384/task/8386/stat : 8386 (java) S 8382 8384 3937 0 -1 4202560 2808 0 1 0 23 2 0 0 20 0 22 0 342521972 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277960074392 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8387] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8387/stat : 8387 (java) S 8382 8384 3937 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277944355880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8388] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8388/stat : 8388 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277943303080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8389] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8389/stat : 8389 (java) S 8382 8384 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277942250280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8390] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8390/stat : 8390 (java) S 8382 8384 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277941197480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8391] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8391/stat : 8391 (java) S 8382 8384 3937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277940144680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8392] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8392/stat : 8392 (java) S 8382 8384 3937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277939091880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8393] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8393/stat : 8393 (java) S 8382 8384 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277938039080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8394] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8394/stat : 8394 (java) S 8382 8384 3937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277936986280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8395] ppid=8382 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/8384/task/8395/stat : 8395 (java) S 8382 8384 3937 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 342521974 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277806250984 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8396] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8396/stat : 8396 (java) S 8382 8384 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342521974 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277805197048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8397] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8397/stat : 8397 (java) S 8382 8384 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342521974 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277804144136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8398] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8398/stat : 8398 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521977 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277803092624 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8399] ppid=8382 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/8384/task/8399/stat : 8399 (java) S 8382 8384 3937 0 -1 4202560 8237 0 0 0 96 2 0 0 20 0 22 0 342521977 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277802039736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8400] ppid=8382 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/8384/task/8400/stat : 8400 (java) S 8382 8384 3937 0 -1 4202560 8422 0 0 0 84 2 0 0 20 0 22 0 342521977 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277800986936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8401] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8401/stat : 8401 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521977 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277799934328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8402] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8402/stat : 8402 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521977 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277798881736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8403] ppid=8382 vsize=2966184 CPUtime=2.74 cores=0,2,4,6
/proc/8384/task/8403/stat : 8403 (java) R 8382 8384 3937 0 -1 4202560 41 0 0 0 274 0 0 0 20 0 22 0 342521999 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277797825680 140277810127013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8404] ppid=8382 vsize=2966184 CPUtime=2.74 cores=0,2,4,6
/proc/8384/task/8404/stat : 8404 (java) R 8382 8384 3937 0 -1 4202560 236 0 0 0 269 5 0 0 20 0 22 0 342521999 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277796773448 140277810165916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8405] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8405/stat : 8405 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342522004 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277795722664 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8406] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8406/stat : 8406 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342522004 3037372416 105497 33554432000 1073741824 1073778376 140736686518896 140277794669864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 3.92 3.93 3.89 5/219 8406
/proc/meminfo: memFree=27049416/32873648 swapFree=6864/6864
[pid=8384] ppid=8382 vsize=2966184 CPUtime=14.09 cores=0,2,4,6
/proc/8384/stat : 8384 (java) S 8382 8384 3937 0 -1 4202496 21069 0 1 0 1398 11 0 0 20 0 22 0 342521971 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140736686510032 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8384/statm: 741546 106964 2274 9 0 732240 0
[pid=8384/tid=8386] ppid=8382 vsize=2966184 CPUtime=0.25 cores=0,2,4,6
/proc/8384/task/8386/stat : 8386 (java) S 8382 8384 3937 0 -1 4202560 2808 0 1 0 23 2 0 0 20 0 22 0 342521972 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277960074392 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8387] ppid=8382 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8384/task/8387/stat : 8387 (java) S 8382 8384 3937 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 342521973 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277944355880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8388] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8388/stat : 8388 (java) S 8382 8384 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277943303080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8389] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8389/stat : 8389 (java) S 8382 8384 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277942250280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8390] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8390/stat : 8390 (java) S 8382 8384 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277941197480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8391] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8391/stat : 8391 (java) S 8382 8384 3937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277940144680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8392] ppid=8382 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8384/task/8392/stat : 8392 (java) S 8382 8384 3937 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 342521973 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277939091880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8393] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8393/stat : 8393 (java) S 8382 8384 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277938039080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8394] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8394/stat : 8394 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342521973 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277936986280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8395] ppid=8382 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/8384/task/8395/stat : 8395 (java) S 8382 8384 3937 0 -1 4202560 57 0 0 0 11 0 0 0 20 0 22 0 342521974 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277806250984 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8396] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8396/stat : 8396 (java) S 8382 8384 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342521974 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277805197048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8397] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8397/stat : 8397 (java) S 8382 8384 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342521974 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277804144136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8398] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8398/stat : 8398 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521977 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277803092624 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8399] ppid=8382 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/8384/task/8399/stat : 8399 (java) S 8382 8384 3937 0 -1 4202560 8242 0 0 0 96 2 0 0 20 0 22 0 342521977 3037372416 106964 33554432000 1073741824 1073778376 140736686518896 140277802039736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=8384/tid=8404] ppid=8382 vsize=2966184 CPUtime=791.5 cores=0,2,4,6
/proc/8384/task/8404/stat : 8404 (java) R 8382 8384 3937 0 -1 4202560 436 0 0 0 79129 21 0 0 20 0 22 0 342521999 3037372416 196429 33554432000 1073741824 1073778376 140736686518896 140277796773896 140277810198286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8405] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8405/stat : 8405 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342522004 3037372416 196429 33554432000 1073741824 1073778376 140736686518896 140277795722664 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8406] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8406/stat : 8406 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342522004 3037372416 196429 33554432000 1073741824 1073778376 140736686518896 140277794669864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1696.48
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+937.207 s]
/proc/loadavg: 3.84 3.81 3.82 5/219 8557
/proc/meminfo: memFree=26727508/32873648 swapFree=6864/6864
[pid=8384] ppid=8382 vsize=2966184 CPUtime=1800.06 cores=0,2,4,6
/proc/8384/stat : 8384 (java) S 8382 8384 3937 0 -1 4202496 25706 0 1 0 179920 86 0 0 20 0 22 0 342521971 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140736686510032 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8384/statm: 741546 198568 2275 9 0 732240 0
[pid=8384/tid=8386] ppid=8382 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/8384/task/8386/stat : 8386 (java) S 8382 8384 3937 0 -1 4202560 2923 0 1 0 24 3 0 0 20 0 22 0 342521972 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277960074392 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8387] ppid=8382 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/8384/task/8387/stat : 8387 (java) S 8382 8384 3937 0 -1 4202560 297 0 0 0 376 5 0 0 20 0 22 0 342521973 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277944355880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8388] ppid=8382 vsize=2966184 CPUtime=3.96 cores=0,2,4,6
/proc/8384/task/8388/stat : 8388 (java) S 8382 8384 3937 0 -1 4202560 293 0 0 0 390 6 0 0 20 0 22 0 342521973 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277943303080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8389] ppid=8382 vsize=2966184 CPUtime=3.84 cores=0,2,4,6
/proc/8384/task/8389/stat : 8389 (java) S 8382 8384 3937 0 -1 4202560 286 0 0 0 378 6 0 0 20 0 22 0 342521973 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277942250280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8390] ppid=8382 vsize=2966184 CPUtime=3.8 cores=0,2,4,6
/proc/8384/task/8390/stat : 8390 (java) S 8382 8384 3937 0 -1 4202560 296 0 0 0 376 4 0 0 20 0 22 0 342521973 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277941197480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8391] ppid=8382 vsize=2966184 CPUtime=4 cores=0,2,4,6
/proc/8384/task/8391/stat : 8391 (java) S 8382 8384 3937 0 -1 4202560 293 0 0 0 395 5 0 0 20 0 22 0 342521973 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277940144680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8392] ppid=8382 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/8384/task/8392/stat : 8392 (java) S 8382 8384 3937 0 -1 4202560 273 0 0 0 374 4 0 0 20 0 22 0 342521973 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277939091880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8393] ppid=8382 vsize=2966184 CPUtime=3.71 cores=0,2,4,6
/proc/8384/task/8393/stat : 8393 (java) S 8382 8384 3937 0 -1 4202560 297 0 0 0 366 5 0 0 20 0 22 0 342521973 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277938039080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8394] ppid=8382 vsize=2966184 CPUtime=3.91 cores=0,2,4,6
/proc/8384/task/8394/stat : 8394 (java) S 8382 8384 3937 0 -1 4202560 289 0 0 0 388 3 0 0 20 0 22 0 342521973 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277936986280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8395] ppid=8382 vsize=2966184 CPUtime=89.27 cores=0,2,4,6
/proc/8384/task/8395/stat : 8395 (java) S 8382 8384 3937 0 -1 4202560 162 0 0 0 8908 19 0 0 20 0 22 0 342521974 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277806250984 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8396] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8396/stat : 8396 (java) S 8382 8384 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342521974 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277805197048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8397] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8397/stat : 8397 (java) S 8382 8384 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342521974 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277804144136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8398] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8398/stat : 8398 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521977 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277803092624 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8399] ppid=8382 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/8384/task/8399/stat : 8399 (java) S 8382 8384 3937 0 -1 4202560 9361 0 0 0 133 2 0 0 20 0 22 0 342521977 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277802039736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8400] ppid=8382 vsize=2966184 CPUtime=1.17 cores=0,2,4,6
/proc/8384/task/8400/stat : 8400 (java) S 8382 8384 3937 0 -1 4202560 8868 0 0 0 115 2 0 0 20 0 22 0 342521977 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277800986936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8401] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8401/stat : 8401 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342521977 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277799934328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8402] ppid=8382 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/8384/task/8402/stat : 8402 (java) S 8382 8384 3937 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 22 0 342521977 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277798881736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8403] ppid=8382 vsize=2966184 CPUtime=838.6 cores=0,2,4,6
/proc/8384/task/8403/stat : 8403 (java) R 8382 8384 3937 0 -1 4202560 385 0 0 0 83845 15 0 0 20 0 22 0 342521999 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277797826592 140277810121584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8404] ppid=8382 vsize=2966184 CPUtime=838.65 cores=0,2,4,6
/proc/8384/task/8404/stat : 8404 (java) R 8382 8384 3937 0 -1 4202560 442 0 0 0 83844 21 0 0 20 0 22 0 342521999 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277796772992 140277810088642 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8405] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8405/stat : 8405 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342522004 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277795722664 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8406] ppid=8382 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8406/stat : 8406 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342522004 3037372416 198568 33554432000 1073741824 1073778376 140736686518896 140277794669864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2966184

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

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

[startup+937.401 s]
/proc/loadavg: 3.84 3.81 3.82 5/219 8557
/proc/meminfo: memFree=26727508/32873648 swapFree=6864/6864
[pid=8384] ppid=8382 vsize=3099312 CPUtime=1800.3 cores=0,2,4,6
/proc/8384/stat : 8384 (java) S 8382 8384 3937 0 -1 4202496 25750 0 1 0 179944 86 0 0 20 0 24 0 342521971 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140736686510032 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8384/statm: 774828 199121 2281 9 0 765522 0
[pid=8384/tid=8386] ppid=8382 vsize=3099312 CPUtime=0.27 cores=0,2,4,6
/proc/8384/task/8386/stat : 8386 (java) S 8382 8384 3937 0 -1 4202560 2923 0 1 0 24 3 0 0 20 0 24 0 342521972 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277960074104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8387] ppid=8382 vsize=3099312 CPUtime=3.81 cores=0,2,4,6
/proc/8384/task/8387/stat : 8387 (java) S 8382 8384 3937 0 -1 4202560 297 0 0 0 376 5 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277944355880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8388] ppid=8382 vsize=3099312 CPUtime=3.97 cores=0,2,4,6
/proc/8384/task/8388/stat : 8388 (java) S 8382 8384 3937 0 -1 4202560 295 0 0 0 391 6 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277943303080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8389] ppid=8382 vsize=3099312 CPUtime=3.85 cores=0,2,4,6
/proc/8384/task/8389/stat : 8389 (java) S 8382 8384 3937 0 -1 4202560 287 0 0 0 379 6 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277942250280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8390] ppid=8382 vsize=3099312 CPUtime=3.81 cores=0,2,4,6
/proc/8384/task/8390/stat : 8390 (java) S 8382 8384 3937 0 -1 4202560 296 0 0 0 377 4 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277941197480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8391] ppid=8382 vsize=3099312 CPUtime=4 cores=0,2,4,6
/proc/8384/task/8391/stat : 8391 (java) S 8382 8384 3937 0 -1 4202560 293 0 0 0 395 5 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277940144680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8392] ppid=8382 vsize=3099312 CPUtime=3.79 cores=0,2,4,6
/proc/8384/task/8392/stat : 8392 (java) S 8382 8384 3937 0 -1 4202560 273 0 0 0 375 4 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277939091880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8393] ppid=8382 vsize=3099312 CPUtime=3.71 cores=0,2,4,6
/proc/8384/task/8393/stat : 8393 (java) S 8382 8384 3937 0 -1 4202560 297 0 0 0 366 5 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277938039080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8394] ppid=8382 vsize=3099312 CPUtime=3.91 cores=0,2,4,6
/proc/8384/task/8394/stat : 8394 (java) S 8382 8384 3937 0 -1 4202560 289 0 0 0 388 3 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277936986280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8395] ppid=8382 vsize=3099312 CPUtime=89.43 cores=0,2,4,6
/proc/8384/task/8395/stat : 8395 (java) R 8382 8384 3937 0 -1 4202560 165 0 0 0 8924 19 0 0 20 0 24 0 342521974 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277806249840 140277966199954 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8396] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8396/stat : 8396 (java) S 8382 8384 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 342521974 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277805197048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8397] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8397/stat : 8397 (java) S 8382 8384 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 342521974 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277804144136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8398] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8398/stat : 8398 (java) S 8382 8384 3937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 24 0 342521977 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277803092624 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8399] ppid=8382 vsize=3099312 CPUtime=1.35 cores=0,2,4,6
/proc/8384/task/8399/stat : 8399 (java) S 8382 8384 3937 0 -1 4202560 9368 0 0 0 133 2 0 0 20 0 24 0 342521977 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277802016184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8400] ppid=8382 vsize=3099312 CPUtime=1.17 cores=0,2,4,6
/proc/8384/task/8400/stat : 8400 (java) S 8382 8384 3937 0 -1 4202560 8868 0 0 0 115 2 0 0 20 0 24 0 342521977 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277800986936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8401] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8401/stat : 8401 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 342521977 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277799934328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8402] ppid=8382 vsize=3099312 CPUtime=0.31 cores=0,2,4,6
/proc/8384/task/8402/stat : 8402 (java) S 8382 8384 3937 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 24 0 342521977 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277798881736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8403] ppid=8382 vsize=3099312 CPUtime=838.62 cores=0,2,4,6
/proc/8384/task/8403/stat : 8403 (java) S 8382 8384 3937 0 -1 4202560 385 0 0 0 83847 15 0 0 20 0 24 0 342521999 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277797827336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8404] ppid=8382 vsize=3099312 CPUtime=838.66 cores=0,2,4,6
/proc/8384/task/8404/stat : 8404 (java) S 8382 8384 3937 0 -1 4202560 442 0 0 0 83845 21 0 0 20 0 24 0 342521999 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277796773112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8405] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8405/stat : 8405 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 342522004 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277795722664 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8406] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8406/stat : 8406 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 342522004 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277794669864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 3099312

[startup+937.601 s]
/proc/loadavg: 3.84 3.81 3.82 5/219 8557
/proc/meminfo: memFree=26727508/32873648 swapFree=6864/6864
[pid=8384] ppid=8382 vsize=3099312 CPUtime=1800.5 cores=0,2,4,6
/proc/8384/stat : 8384 (java) S 8382 8384 3937 0 -1 4202496 25750 0 1 0 179964 86 0 0 20 0 24 0 342521971 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140736686510032 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8384/statm: 774828 199121 2281 9 0 765522 0
[pid=8384/tid=8386] ppid=8382 vsize=3099312 CPUtime=0.27 cores=0,2,4,6
/proc/8384/task/8386/stat : 8386 (java) S 8382 8384 3937 0 -1 4202560 2923 0 1 0 24 3 0 0 20 0 24 0 342521972 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277960074104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8387] ppid=8382 vsize=3099312 CPUtime=3.81 cores=0,2,4,6
/proc/8384/task/8387/stat : 8387 (java) S 8382 8384 3937 0 -1 4202560 297 0 0 0 376 5 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277944355880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8388] ppid=8382 vsize=3099312 CPUtime=3.97 cores=0,2,4,6
/proc/8384/task/8388/stat : 8388 (java) S 8382 8384 3937 0 -1 4202560 295 0 0 0 391 6 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277943303080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8389] ppid=8382 vsize=3099312 CPUtime=3.85 cores=0,2,4,6
/proc/8384/task/8389/stat : 8389 (java) S 8382 8384 3937 0 -1 4202560 287 0 0 0 379 6 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277942250280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8390] ppid=8382 vsize=3099312 CPUtime=3.81 cores=0,2,4,6
/proc/8384/task/8390/stat : 8390 (java) S 8382 8384 3937 0 -1 4202560 296 0 0 0 377 4 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277941197480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8391] ppid=8382 vsize=3099312 CPUtime=4 cores=0,2,4,6
/proc/8384/task/8391/stat : 8391 (java) S 8382 8384 3937 0 -1 4202560 293 0 0 0 395 5 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277940144680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8392] ppid=8382 vsize=3099312 CPUtime=3.79 cores=0,2,4,6
/proc/8384/task/8392/stat : 8392 (java) S 8382 8384 3937 0 -1 4202560 273 0 0 0 375 4 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277939091880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8393] ppid=8382 vsize=3099312 CPUtime=3.71 cores=0,2,4,6
/proc/8384/task/8393/stat : 8393 (java) S 8382 8384 3937 0 -1 4202560 297 0 0 0 366 5 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277938039080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8394] ppid=8382 vsize=3099312 CPUtime=3.91 cores=0,2,4,6
/proc/8384/task/8394/stat : 8394 (java) S 8382 8384 3937 0 -1 4202560 289 0 0 0 388 3 0 0 20 0 24 0 342521973 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277936986280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8395] ppid=8382 vsize=3099312 CPUtime=89.63 cores=0,2,4,6
/proc/8384/task/8395/stat : 8395 (java) R 8382 8384 3937 0 -1 4202560 165 0 0 0 8944 19 0 0 20 0 24 0 342521974 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277806249840 140277964235162 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8396] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8396/stat : 8396 (java) S 8382 8384 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 342521974 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277805197048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8397] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8397/stat : 8397 (java) S 8382 8384 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 342521974 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277804144136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8398] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8398/stat : 8398 (java) S 8382 8384 3937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 24 0 342521977 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277803092624 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8399] ppid=8382 vsize=3099312 CPUtime=1.35 cores=0,2,4,6
/proc/8384/task/8399/stat : 8399 (java) S 8382 8384 3937 0 -1 4202560 9368 0 0 0 133 2 0 0 20 0 24 0 342521977 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277802016184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8400] ppid=8382 vsize=3099312 CPUtime=1.17 cores=0,2,4,6
/proc/8384/task/8400/stat : 8400 (java) S 8382 8384 3937 0 -1 4202560 8868 0 0 0 115 2 0 0 20 0 24 0 342521977 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277800986936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8384/tid=8401] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8401/stat : 8401 (java) S 8382 8384 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 342521977 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277799934328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8384/tid=8402] ppid=8382 vsize=3099312 CPUtime=0.31 cores=0,2,4,6
/proc/8384/task/8402/stat : 8402 (java) S 8382 8384 3937 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 24 0 342521977 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277798881736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8403] ppid=8382 vsize=3099312 CPUtime=838.62 cores=0,2,4,6
/proc/8384/task/8403/stat : 8403 (java) S 8382 8384 3937 0 -1 4202560 385 0 0 0 83847 15 0 0 20 0 24 0 342521999 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277797827336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8404] ppid=8382 vsize=3099312 CPUtime=838.66 cores=0,2,4,6
/proc/8384/task/8404/stat : 8404 (java) S 8382 8384 3937 0 -1 4202560 442 0 0 0 83845 21 0 0 20 0 24 0 342521999 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277796773112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8384/tid=8405] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8405/stat : 8405 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 342522004 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277795722664 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8384/tid=8406] ppid=8382 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/8384/task/8406/stat : 8406 (java) S 8382 8384 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 342522004 3173695488 199121 33554432000 1073741824 1073778376 140736686518896 140277794669864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.5
Current children cumulated vsize (KiB) 3099312

Child status: 143
Real time (s): 937.654
CPU time (s): 1801.18
CPU user time (s): 1799.84
CPU system time (s): 1.3428
CPU usage (%): 192.094
Max. virtual memory (cumulated for all children) (KiB): 3099312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 1.34279
maximum resident set size= 796512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25759
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39422
involuntary context switches= 58853

runsolver used 3.24051 second user time and 8.72567 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-04 00:52:40
IDJOB=3741426
IDBENCH=89856
IDSOLVER=2324
FILE ID=node120/3741426-1338763960
RUNJOBID= node120-1338747803-3953
PBS_JOBID= 14636782
Free space on /tmp= 70776 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-807456.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741426-1338763960/watcher-3741426-1338763960 -o /tmp/evaluation-result-3741426-1338763960/solver-3741426-1338763960 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741426-1338763960.opb

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

MD5SUM BENCH= 21cf0355c32a3177f2f6fa914b5dacc6
RANDOM SEED=1082508701

node120.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27470716 kB
Buffers:          579224 kB
Cached:          3143220 kB
SwapCached:         1580 kB
Active:          2454896 kB
Inactive:        2002572 kB
Active(anon):     727276 kB
Inactive(anon):     9224 kB
Active(file):    1727620 kB
Inactive(file):  1993348 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:               292 kB
Writeback:             0 kB
AnonPages:        751552 kB
Mapped:            19116 kB
Shmem:                32 kB
Slab:             795540 kB
SReclaimable:     239716 kB
SUnreclaim:       555824 kB
KernelStack:        1616 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1574184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    692224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70776 MiB
End job on node120 at 2012-06-04 01:08:19