Trace number 3479012

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 NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.19 942.589

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820157.opb
MD5SUMda32b1e615c8e1bae2ecd5f742c16c96
Bench CategoryDEC-SMALLINT-LIN (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.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-3479012-1307441571.opb
0.10/0.11	c reading problem ... 
0.24/0.27	c ... done. Wall clock time 0.154s.
0.24/0.27	c #vars     1200
0.24/0.27	c #constraints  1135
0.24/0.27	c constraints type 
0.24/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 790
0.24/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 195
0.24/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
0.24/0.27	c constraints type 
0.24/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
0.24/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 790
0.24/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
0.24/0.85	c cleaning 2494 clauses out of 5001 with flag 5001/5001
3.72/1.26	c cleaning 4245 clauses out of 8507 with flag 11001/11001
5.19/2.00	c cleaning 5622 clauses out of 11262 with flag 18001/18001
7.12/2.90	c cleaning 6813 clauses out of 13639 with flag 26000/26000
9.71/4.18	c cleaning 7904 clauses out of 15827 with flag 35001/35001
13.09/5.82	c cleaning 8950 clauses out of 17922 with flag 45000/45000
16.84/7.80	c cleaning 0 clauses out of 5001 with flag 0/5001
17.96/8.12	c cleaning 9484 clauses out of 18973 with flag 55001/55001
22.44/10.30	c cleaning 9734 clauses out of 19488 with flag 65000/65000
26.73/12.48	c cleaning 9853 clauses out of 19754 with flag 75000/75000
30.89/14.51	c cleaning 9902 clauses out of 19901 with flag 85000/85000
36.24/17.23	c cleaning 9973 clauses out of 19999 with flag 95000/95000
41.38/19.82	c cleaning 9996 clauses out of 20027 with flag 105001/105001
46.34/22.38	c cleaning 9993 clauses out of 20030 with flag 115000/115000
50.69/24.56	c cleaning 9989 clauses out of 20038 with flag 125001/125001
55.83/27.14	c cleaning 10008 clauses out of 20052 with flag 135004/135004
61.35/29.97	c cleaning 9990 clauses out of 20042 with flag 145002/145002
67.29/32.93	c cleaning 10001 clauses out of 20054 with flag 155004/155004
73.22/35.96	c cleaning 10003 clauses out of 20049 with flag 165000/165000
78.35/38.56	c cleaning 10010 clauses out of 20046 with flag 175000/175000
82.85/40.86	c cleaning 9998 clauses out of 20038 with flag 185002/185002
87.38/43.19	c cleaning 10007 clauses out of 20041 with flag 195003/195003
92.10/45.56	c cleaning 9993 clauses out of 20032 with flag 205001/205001
97.23/48.11	c cleaning 9997 clauses out of 20038 with flag 215000/215000
101.52/50.36	c cleaning 9994 clauses out of 20042 with flag 225001/225001
106.24/52.70	c cleaning 10003 clauses out of 20047 with flag 235000/235000
111.57/55.42	c cleaning 9998 clauses out of 20044 with flag 245000/245000
115.88/57.70	c cleaning 10002 clauses out of 20046 with flag 255000/255000
120.39/59.94	c cleaning 9998 clauses out of 20049 with flag 265005/265005
125.28/62.43	c cleaning 10006 clauses out of 20048 with flag 275002/275002
130.20/64.92	c cleaning 10006 clauses out of 20040 with flag 285000/285000
134.72/67.29	c cleaning 10000 clauses out of 20035 with flag 295001/295001
139.60/69.80	c cleaning 9995 clauses out of 20034 with flag 305000/305000
144.71/72.35	c cleaning 10005 clauses out of 20041 with flag 315002/315002
149.42/74.77	c cleaning 10001 clauses out of 20035 with flag 325001/325001
150.94/75.54	c cleaning 0 clauses out of 11002 with flag 0/11002
154.20/77.24	c cleaning 9979 clauses out of 20033 with flag 335000/335000
158.71/79.54	c cleaning 10007 clauses out of 20054 with flag 345000/345000
163.44/82.00	c cleaning 9995 clauses out of 20048 with flag 355001/355001
168.32/84.49	c cleaning 9995 clauses out of 20052 with flag 365000/365000
173.38/87.04	c cleaning 9996 clauses out of 20057 with flag 375000/375000
178.51/89.65	c cleaning 10018 clauses out of 20063 with flag 385002/385002
182.58/91.71	c cleaning 10009 clauses out of 20043 with flag 395000/395000
187.10/94.11	c cleaning 9988 clauses out of 20034 with flag 405000/405000
192.14/96.60	c cleaning 9988 clauses out of 20047 with flag 415001/415001
197.04/99.17	c cleaning 10016 clauses out of 20061 with flag 425003/425003
201.94/101.70	c cleaning 9985 clauses out of 20043 with flag 435001/435001
206.66/104.08	c cleaning 10010 clauses out of 20058 with flag 445001/445001
211.08/106.34	c cleaning 10000 clauses out of 20048 with flag 455001/455001
215.77/108.74	c cleaning 10004 clauses out of 20049 with flag 465002/465002
220.67/111.20	c cleaning 9996 clauses out of 20043 with flag 475000/475000
224.97/113.48	c cleaning 10001 clauses out of 20048 with flag 485001/485001
230.25/116.13	c cleaning 10001 clauses out of 20047 with flag 495001/495001
235.51/118.82	c cleaning 9997 clauses out of 20045 with flag 505000/505000
240.39/121.38	c cleaning 9995 clauses out of 20049 with flag 515001/515001
245.33/123.83	c cleaning 10003 clauses out of 20053 with flag 525000/525000
250.53/126.57	c cleaning 9996 clauses out of 20050 with flag 535000/535000
255.42/129.09	c cleaning 10012 clauses out of 20056 with flag 545002/545002
260.34/131.53	c cleaning 10009 clauses out of 20043 with flag 555001/555001
265.39/134.19	c cleaning 9992 clauses out of 20035 with flag 565002/565002
270.01/136.59	c cleaning 10005 clauses out of 20041 with flag 575000/575000
274.50/138.86	c cleaning 10006 clauses out of 20039 with flag 585003/585003
278.58/140.92	c cleaning 9998 clauses out of 20031 with flag 595001/595001
283.26/143.37	c cleaning 10000 clauses out of 20032 with flag 605000/605000
288.48/146.00	c cleaning 10000 clauses out of 20032 with flag 615000/615000
292.76/148.26	c cleaning 9987 clauses out of 20032 with flag 625000/625000
297.24/150.52	c cleaning 10012 clauses out of 20049 with flag 635004/635004
301.72/152.83	c cleaning 9986 clauses out of 20033 with flag 645000/645000
306.53/155.36	c cleaning 10022 clauses out of 20050 with flag 655003/655003
311.01/157.65	c cleaning 9989 clauses out of 20026 with flag 665001/665001
315.48/160.01	c cleaning 10013 clauses out of 20038 with flag 675002/675002
319.75/162.19	c cleaning 9987 clauses out of 20023 with flag 685000/685000
324.40/164.59	c cleaning 10006 clauses out of 20037 with flag 695001/695001
328.86/166.87	c cleaning 9995 clauses out of 20031 with flag 705001/705001
333.32/169.17	c cleaning 9997 clauses out of 20035 with flag 715000/715000
337.99/171.58	c cleaning 10002 clauses out of 20039 with flag 725001/725001
342.39/173.85	c cleaning 9997 clauses out of 20039 with flag 735003/735003
346.66/176.09	c cleaning 9994 clauses out of 20040 with flag 745001/745001
351.53/178.57	c cleaning 9994 clauses out of 20045 with flag 755000/755000
356.43/181.01	c cleaning 10017 clauses out of 20057 with flag 765006/765006
361.60/183.78	c cleaning 10000 clauses out of 20035 with flag 775001/775001
366.26/186.11	c cleaning 10002 clauses out of 20036 with flag 785002/785002
371.53/188.80	c cleaning 9978 clauses out of 20032 with flag 795000/795000
375.99/191.18	c cleaning 10000 clauses out of 20054 with flag 805000/805000
380.79/193.69	c cleaning 10013 clauses out of 20056 with flag 815002/815002
385.85/196.29	c cleaning 10009 clauses out of 20042 with flag 825001/825001
390.94/198.81	c cleaning 10007 clauses out of 20032 with flag 835000/835000
395.99/201.43	c cleaning 10005 clauses out of 20027 with flag 845002/845002
401.21/204.13	c cleaning 9988 clauses out of 20020 with flag 855000/855000
406.63/206.90	c cleaning 9993 clauses out of 20033 with flag 865001/865001
411.70/209.57	c cleaning 10006 clauses out of 20039 with flag 875000/875000
416.33/211.94	c cleaning 9996 clauses out of 20034 with flag 885001/885001
420.51/214.18	c cleaning 10008 clauses out of 20039 with flag 895002/895002
425.16/216.59	c cleaning 10009 clauses out of 20029 with flag 905000/905000
430.00/219.03	c cleaning 9982 clauses out of 20020 with flag 915000/915000
435.06/221.65	c cleaning 9976 clauses out of 20038 with flag 925000/925000
440.03/224.24	c cleaning 9989 clauses out of 20064 with flag 935002/935002
444.47/226.50	c cleaning 10020 clauses out of 20074 with flag 945001/945001
449.31/229.01	c cleaning 10008 clauses out of 20053 with flag 955000/955000
454.38/231.66	c cleaning 10010 clauses out of 20045 with flag 965000/965000
458.72/233.97	c cleaning 10008 clauses out of 20037 with flag 975002/975002
463.16/236.24	c cleaning 10002 clauses out of 20027 with flag 985000/985000
467.20/238.36	c cleaning 9995 clauses out of 20026 with flag 995001/995001
471.44/240.53	c cleaning 9995 clauses out of 20031 with flag 1005001/1005001
475.99/242.90	c cleaning 10000 clauses out of 20035 with flag 1015000/1015000
480.63/245.36	c cleaning 9999 clauses out of 20036 with flag 1025001/1025001
485.28/247.72	c cleaning 9994 clauses out of 20036 with flag 1035000/1035000
489.71/250.09	c cleaning 10010 clauses out of 20042 with flag 1045000/1045000
494.29/252.46	c cleaning 9994 clauses out of 20034 with flag 1055002/1055002
499.32/255.00	c cleaning 10006 clauses out of 20038 with flag 1065000/1065000
504.15/257.57	c cleaning 9997 clauses out of 20032 with flag 1075000/1075000
508.38/259.75	c cleaning 10002 clauses out of 20036 with flag 1085001/1085001
513.35/262.41	c cleaning 10003 clauses out of 20033 with flag 1095000/1095000
517.80/264.63	c cleaning 10007 clauses out of 20031 with flag 1105001/1105001
522.39/267.05	c cleaning 10004 clauses out of 20026 with flag 1115003/1115003
527.21/269.58	c cleaning 9997 clauses out of 20021 with flag 1125002/1125002
532.16/272.12	c cleaning 9995 clauses out of 20025 with flag 1135003/1135003
536.99/274.63	c cleaning 10005 clauses out of 20030 with flag 1145003/1145003
541.82/277.11	c cleaning 9997 clauses out of 20024 with flag 1155002/1155002
546.64/279.67	c cleaning 10002 clauses out of 20025 with flag 1165000/1165000
551.19/282.10	c cleaning 9996 clauses out of 20024 with flag 1175001/1175001
555.40/284.25	c cleaning 9997 clauses out of 20028 with flag 1185001/1185001
560.06/286.65	c cleaning 9999 clauses out of 20031 with flag 1195001/1195001
564.65/289.10	c cleaning 10004 clauses out of 20032 with flag 1205001/1205001
569.18/291.47	c cleaning 10011 clauses out of 20029 with flag 1215002/1215002
573.80/293.84	c cleaning 9996 clauses out of 20016 with flag 1225000/1225000
578.22/296.19	c cleaning 10000 clauses out of 20022 with flag 1235002/1235002
583.44/298.86	c cleaning 10001 clauses out of 20020 with flag 1245000/1245000
588.17/301.39	c cleaning 9984 clauses out of 20019 with flag 1255000/1255000
592.99/303.87	c cleaning 10003 clauses out of 20036 with flag 1265001/1265001
597.82/306.33	c cleaning 9992 clauses out of 20032 with flag 1275000/1275000
602.42/308.79	c cleaning 9989 clauses out of 20040 with flag 1285000/1285000
607.55/311.45	c cleaning 9997 clauses out of 20052 with flag 1295001/1295001
612.36/313.92	c cleaning 10013 clauses out of 20056 with flag 1305002/1305002
616.80/316.23	c cleaning 9994 clauses out of 20044 with flag 1315003/1315003
621.02/318.50	c cleaning 9995 clauses out of 20048 with flag 1325001/1325001
625.16/320.71	c cleaning 9996 clauses out of 20052 with flag 1335000/1335000
629.75/323.09	c cleaning 10016 clauses out of 20056 with flag 1345000/1345000
634.76/325.62	c cleaning 10012 clauses out of 20043 with flag 1355003/1355003
639.99/328.36	c cleaning 9991 clauses out of 20028 with flag 1365000/1365000
644.49/330.75	c cleaning 9997 clauses out of 20039 with flag 1375002/1375002
648.69/332.91	c cleaning 10003 clauses out of 20042 with flag 1385002/1385002
652.91/335.18	c cleaning 9979 clauses out of 20037 with flag 1395000/1395000
657.71/337.65	c cleaning 10014 clauses out of 20059 with flag 1405001/1405001
662.43/340.15	c cleaning 10006 clauses out of 20044 with flag 1415000/1415000
666.83/342.42	c cleaning 9993 clauses out of 20038 with flag 1425000/1425000
671.04/344.64	c cleaning 10012 clauses out of 20045 with flag 1435000/1435000
675.45/346.90	c cleaning 9997 clauses out of 20034 with flag 1445001/1445001
679.36/349.03	c cleaning 9991 clauses out of 20038 with flag 1455002/1455002
683.78/351.33	c cleaning 10008 clauses out of 20046 with flag 1465001/1465001
688.79/353.97	c cleaning 10007 clauses out of 20039 with flag 1475002/1475002
694.61/356.96	c cleaning 9993 clauses out of 20031 with flag 1485001/1485001
700.10/359.88	c cleaning 10009 clauses out of 20037 with flag 1495000/1495000
705.34/362.59	c cleaning 9997 clauses out of 20030 with flag 1505002/1505002
710.71/365.39	c cleaning 10001 clauses out of 20031 with flag 1515000/1515000
715.52/367.90	c cleaning 9985 clauses out of 20030 with flag 1525000/1525000
720.82/370.68	c cleaning 10013 clauses out of 20046 with flag 1535001/1535001
726.03/373.40	c cleaning 10005 clauses out of 20032 with flag 1545000/1545000
731.02/375.96	c cleaning 9986 clauses out of 20030 with flag 1555003/1555003
735.22/378.18	c cleaning 10013 clauses out of 20047 with flag 1565006/1565006
739.93/380.62	c cleaning 9990 clauses out of 20028 with flag 1575000/1575000
744.73/383.17	c cleaning 10005 clauses out of 20038 with flag 1585000/1585000
749.73/385.79	c cleaning 9988 clauses out of 20034 with flag 1595001/1595001
754.74/388.30	c cleaning 10014 clauses out of 20046 with flag 1605001/1605001
756.43/389.34	c cleaning 0 clauses out of 18001 with flag 0/18001
760.03/391.21	c cleaning 9991 clauses out of 20031 with flag 1615000/1615000
764.83/393.70	c cleaning 10003 clauses out of 20041 with flag 1625001/1625001
770.03/396.49	c cleaning 9999 clauses out of 20040 with flag 1635003/1635003
774.92/399.05	c cleaning 10009 clauses out of 20040 with flag 1645002/1645002
780.12/401.71	c cleaning 9990 clauses out of 20029 with flag 1655000/1655000
785.50/404.53	c cleaning 10013 clauses out of 20040 with flag 1665001/1665001
790.50/407.20	c cleaning 9984 clauses out of 20026 with flag 1675000/1675000
795.79/409.99	c cleaning 10003 clauses out of 20042 with flag 1685000/1685000
801.19/412.74	c cleaning 10001 clauses out of 20040 with flag 1695001/1695001
806.38/415.47	c cleaning 10004 clauses out of 20040 with flag 1705002/1705002
811.37/418.02	c cleaning 10001 clauses out of 20035 with flag 1715001/1715001
816.48/420.75	c cleaning 9991 clauses out of 20033 with flag 1725000/1725000
821.65/423.47	c cleaning 10013 clauses out of 20043 with flag 1735001/1735001
827.06/426.29	c cleaning 9994 clauses out of 20029 with flag 1745000/1745000
832.22/428.98	c cleaning 10008 clauses out of 20036 with flag 1755001/1755001
838.11/432.00	c cleaning 9992 clauses out of 20027 with flag 1765000/1765000
842.89/434.51	c cleaning 10008 clauses out of 20036 with flag 1775001/1775001
847.28/436.80	c cleaning 10008 clauses out of 20029 with flag 1785002/1785002
852.07/439.39	c cleaning 9976 clauses out of 20021 with flag 1795002/1795002
856.95/441.91	c cleaning 10011 clauses out of 20044 with flag 1805001/1805001
861.34/444.21	c cleaning 9994 clauses out of 20035 with flag 1815003/1815003
866.13/446.74	c cleaning 9995 clauses out of 20040 with flag 1825002/1825002
870.90/449.30	c cleaning 9996 clauses out of 20046 with flag 1835003/1835003
876.37/452.12	c cleaning 9995 clauses out of 20048 with flag 1845001/1845001
881.35/454.77	c cleaning 10014 clauses out of 20054 with flag 1855002/1855002
885.96/457.16	c cleaning 10003 clauses out of 20039 with flag 1865001/1865001
890.70/459.64	c cleaning 10001 clauses out of 20037 with flag 1875002/1875002
895.37/462.15	c cleaning 10001 clauses out of 20036 with flag 1885002/1885002
899.55/464.34	c cleaning 10004 clauses out of 20034 with flag 1895001/1895001
904.12/466.75	c cleaning 10000 clauses out of 20031 with flag 1905002/1905002
908.71/469.13	c cleaning 9980 clauses out of 20030 with flag 1915001/1915001
913.16/471.52	c cleaning 10018 clauses out of 20052 with flag 1925003/1925003
917.33/473.70	c cleaning 10003 clauses out of 20031 with flag 1935000/1935000
922.10/476.22	c cleaning 10010 clauses out of 20028 with flag 1945000/1945000
926.67/478.68	c cleaning 10004 clauses out of 20018 with flag 1955000/1955000
931.33/481.21	c cleaning 9983 clauses out of 20015 with flag 1965001/1965001
935.93/483.59	c cleaning 10010 clauses out of 20033 with flag 1975002/1975002
940.87/486.16	c cleaning 9984 clauses out of 20021 with flag 1985000/1985000
945.43/488.54	c cleaning 10000 clauses out of 20037 with flag 1995000/1995000
949.49/490.74	c cleaning 10014 clauses out of 20038 with flag 2005001/2005001
954.25/493.24	c cleaning 10005 clauses out of 20025 with flag 2015002/2015002
958.64/495.60	c cleaning 10004 clauses out of 20024 with flag 2025006/2025006
963.59/498.19	c cleaning 9982 clauses out of 20015 with flag 2035001/2035001
968.84/500.93	c cleaning 10008 clauses out of 20034 with flag 2045002/2045002
973.23/503.29	c cleaning 9991 clauses out of 20024 with flag 2055000/2055000
978.58/506.07	c cleaning 10005 clauses out of 20034 with flag 2065001/2065001
984.16/508.98	c cleaning 10001 clauses out of 20029 with flag 2075001/2075001
988.40/511.26	c cleaning 9996 clauses out of 20027 with flag 2085000/2085000
993.36/513.86	c cleaning 10004 clauses out of 20033 with flag 2095002/2095002
998.55/516.57	c cleaning 10004 clauses out of 20029 with flag 2105002/2105002
1002.88/518.88	c cleaning 10007 clauses out of 20025 with flag 2115002/2115002
1007.92/521.58	c cleaning 9986 clauses out of 20016 with flag 2125000/2125000
1013.29/524.32	c cleaning 9989 clauses out of 20031 with flag 2135001/2135001
1018.25/526.90	c cleaning 10003 clauses out of 20042 with flag 2145001/2145001
1022.81/529.36	c cleaning 10001 clauses out of 20039 with flag 2155001/2155001
1028.05/532.13	c cleaning 9995 clauses out of 20037 with flag 2165000/2165000
1032.81/534.68	c cleaning 10005 clauses out of 20044 with flag 2175002/2175002
1037.76/537.26	c cleaning 10006 clauses out of 20038 with flag 2185001/2185001
1042.35/539.68	c cleaning 10002 clauses out of 20033 with flag 2195002/2195002
1047.15/542.26	c cleaning 9988 clauses out of 20029 with flag 2205000/2205000
1051.90/544.73	c cleaning 9993 clauses out of 20042 with flag 2215001/2215001
1056.68/547.27	c cleaning 9998 clauses out of 20048 with flag 2225000/2225000
1061.61/549.89	c cleaning 10009 clauses out of 20051 with flag 2235001/2235001
1066.63/552.54	c cleaning 10017 clauses out of 20042 with flag 2245001/2245001
1071.41/555.04	c cleaning 9988 clauses out of 20024 with flag 2255000/2255000
1076.33/557.67	c cleaning 10005 clauses out of 20037 with flag 2265001/2265001
1081.48/560.36	c cleaning 10010 clauses out of 20033 with flag 2275002/2275002
1086.90/563.21	c cleaning 10003 clauses out of 20026 with flag 2285005/2285005
1091.65/565.79	c cleaning 10004 clauses out of 20021 with flag 2295003/2295003
1096.42/568.24	c cleaning 9991 clauses out of 20015 with flag 2305001/2305001
1101.54/570.92	c cleaning 9989 clauses out of 20024 with flag 2315001/2315001
1106.79/573.71	c cleaning 9992 clauses out of 20035 with flag 2325001/2325001
1111.31/576.20	c cleaning 10009 clauses out of 20042 with flag 2335000/2335000
1116.45/578.83	c cleaning 9992 clauses out of 20035 with flag 2345002/2345002
1121.59/581.55	c cleaning 10012 clauses out of 20043 with flag 2355002/2355002
1126.61/584.29	c cleaning 10008 clauses out of 20030 with flag 2365001/2365001
1131.57/586.89	c cleaning 9991 clauses out of 20022 with flag 2375001/2375001
1136.49/589.46	c cleaning 9990 clauses out of 20030 with flag 2385000/2385000
1141.64/592.18	c cleaning 10016 clauses out of 20042 with flag 2395002/2395002
1147.06/595.02	c cleaning 9999 clauses out of 20024 with flag 2405000/2405000
1152.19/597.77	c cleaning 9985 clauses out of 20025 with flag 2415000/2415000
1157.13/600.36	c cleaning 9994 clauses out of 20044 with flag 2425004/2425004
1161.87/602.87	c cleaning 10012 clauses out of 20046 with flag 2435000/2435000
1166.67/605.41	c cleaning 9998 clauses out of 20034 with flag 2445000/2445000
1171.41/607.99	c cleaning 9999 clauses out of 20036 with flag 2455000/2455000
1176.75/610.75	c cleaning 10009 clauses out of 20037 with flag 2465000/2465000
1181.88/613.42	c cleaning 9987 clauses out of 20028 with flag 2475000/2475000
1186.88/616.17	c cleaning 9993 clauses out of 20044 with flag 2485003/2485003
1192.05/618.89	c cleaning 10015 clauses out of 20049 with flag 2495001/2495001
1197.14/621.57	c cleaning 10009 clauses out of 20035 with flag 2505002/2505002
1202.08/624.13	c cleaning 9996 clauses out of 20027 with flag 2515003/2515003
1206.87/626.76	c cleaning 9991 clauses out of 20030 with flag 2525002/2525002
1212.20/629.51	c cleaning 10007 clauses out of 20037 with flag 2535000/2535000
1217.13/632.16	c cleaning 9996 clauses out of 20030 with flag 2545000/2545000
1222.06/634.78	c cleaning 10006 clauses out of 20034 with flag 2555000/2555000
1227.46/637.67	c cleaning 9997 clauses out of 20028 with flag 2565000/2565000
1232.79/640.47	c cleaning 10003 clauses out of 20031 with flag 2575000/2575000
1237.76/643.08	c cleaning 10010 clauses out of 20028 with flag 2585000/2585000
1243.06/645.85	c cleaning 10000 clauses out of 20019 with flag 2595001/2595001
1248.45/648.72	c cleaning 10000 clauses out of 20019 with flag 2605001/2605001
1253.38/651.38	c cleaning 9992 clauses out of 20018 with flag 2615000/2615000
1258.11/653.89	c cleaning 10006 clauses out of 20029 with flag 2625003/2625003
1263.44/656.69	c cleaning 10001 clauses out of 20021 with flag 2635001/2635001
1269.23/659.70	c cleaning 9992 clauses out of 20020 with flag 2645001/2645001
1274.16/662.30	c cleaning 9997 clauses out of 20027 with flag 2655000/2655000
1279.11/665.00	c cleaning 9997 clauses out of 20030 with flag 2665000/2665000
1284.61/667.81	c cleaning 9999 clauses out of 20033 with flag 2675000/2675000
1289.42/670.47	c cleaning 9994 clauses out of 20034 with flag 2685000/2685000
1294.33/673.06	c cleaning 10013 clauses out of 20040 with flag 2695000/2695000
1299.45/675.72	c cleaning 10005 clauses out of 20029 with flag 2705002/2705002
1304.77/678.59	c cleaning 10003 clauses out of 20022 with flag 2715000/2715000
1310.56/681.62	c cleaning 9976 clauses out of 20020 with flag 2725001/2725001
1316.29/684.66	c cleaning 10005 clauses out of 20045 with flag 2735002/2735002
1321.61/687.43	c cleaning 9992 clauses out of 20038 with flag 2745000/2745000
1326.73/690.21	c cleaning 10011 clauses out of 20046 with flag 2755000/2755000
1332.32/693.12	c cleaning 10013 clauses out of 20039 with flag 2765004/2765004
1337.26/695.79	c cleaning 9992 clauses out of 20022 with flag 2775000/2775000
1341.96/698.21	c cleaning 9986 clauses out of 20032 with flag 2785002/2785002
1346.88/700.81	c cleaning 9988 clauses out of 20044 with flag 2795000/2795000
1351.69/703.49	c cleaning 10007 clauses out of 20060 with flag 2805004/2805004
1357.19/706.36	c cleaning 10000 clauses out of 20049 with flag 2815000/2815000
1362.71/709.23	c cleaning 10006 clauses out of 20049 with flag 2825000/2825000
1367.43/711.73	c cleaning 10012 clauses out of 20043 with flag 2835000/2835000
1372.43/714.51	c cleaning 10002 clauses out of 20034 with flag 2845003/2845003
1377.94/717.34	c cleaning 9997 clauses out of 20029 with flag 2855000/2855000
1383.65/720.35	c cleaning 9981 clauses out of 20032 with flag 2865000/2865000
1389.40/723.33	c cleaning 10003 clauses out of 20052 with flag 2875001/2875001
1395.14/726.42	c cleaning 10023 clauses out of 20053 with flag 2885005/2885005
1401.06/729.52	c cleaning 10002 clauses out of 20026 with flag 2895001/2895001
1406.38/732.35	c cleaning 9999 clauses out of 20024 with flag 2905001/2905001
1411.89/735.20	c cleaning 9996 clauses out of 20025 with flag 2915001/2915001
1417.07/738.00	c cleaning 9996 clauses out of 20029 with flag 2925001/2925001
1422.40/740.84	c cleaning 9991 clauses out of 20034 with flag 2935002/2935002
1428.10/743.87	c cleaning 9998 clauses out of 20041 with flag 2945000/2945000
1433.82/746.85	c cleaning 9986 clauses out of 20044 with flag 2955001/2955001
1439.01/749.71	c cleaning 10015 clauses out of 20057 with flag 2965000/2965000
1444.49/752.58	c cleaning 10009 clauses out of 20044 with flag 2975002/2975002
1449.81/755.32	c cleaning 10001 clauses out of 20034 with flag 2985001/2985001
1454.12/757.65	c cleaning 10002 clauses out of 20032 with flag 2995000/2995000
1459.29/760.44	c cleaning 10002 clauses out of 20031 with flag 3005001/3005001
1464.20/763.02	c cleaning 10001 clauses out of 20030 with flag 3015002/3015002
1469.12/765.64	c cleaning 10001 clauses out of 20028 with flag 3025001/3025001
1474.03/768.27	c cleaning 9998 clauses out of 20026 with flag 3035000/3035000
1479.39/771.17	c cleaning 9985 clauses out of 20028 with flag 3045000/3045000
1484.74/773.96	c cleaning 9982 clauses out of 20043 with flag 3055000/3055000
1490.22/776.86	c cleaning 9997 clauses out of 20062 with flag 3065001/3065001
1495.72/779.71	c cleaning 10002 clauses out of 20065 with flag 3075001/3075001
1501.11/782.70	c cleaning 10019 clauses out of 20064 with flag 3085002/3085002
1506.80/785.63	c cleaning 9995 clauses out of 20043 with flag 3095000/3095000
1512.30/788.56	c cleaning 10013 clauses out of 20048 with flag 3105000/3105000
1518.05/791.55	c cleaning 9999 clauses out of 20035 with flag 3115000/3115000
1523.38/794.45	c cleaning 10009 clauses out of 20036 with flag 3125000/3125000
1528.88/797.37	c cleaning 9997 clauses out of 20027 with flag 3135000/3135000
1534.61/800.33	c cleaning 10002 clauses out of 20031 with flag 3145001/3145001
1540.28/803.34	c cleaning 9993 clauses out of 20028 with flag 3155000/3155000
1545.64/806.29	c cleaning 9999 clauses out of 20035 with flag 3165000/3165000
1550.96/809.03	c cleaning 10007 clauses out of 20037 with flag 3175001/3175001
1555.85/811.62	c cleaning 10007 clauses out of 20029 with flag 3185000/3185000
1560.75/814.24	c cleaning 10005 clauses out of 20022 with flag 3195000/3195000
1565.71/816.90	c cleaning 9989 clauses out of 20019 with flag 3205002/3205002
1570.81/819.60	c cleaning 9990 clauses out of 20028 with flag 3215000/3215000
1576.12/822.45	c cleaning 9996 clauses out of 20038 with flag 3225000/3225000
1581.02/825.03	c cleaning 10013 clauses out of 20042 with flag 3235000/3235000
1585.57/827.59	c cleaning 10002 clauses out of 20029 with flag 3245000/3245000
1590.87/830.36	c cleaning 9997 clauses out of 20029 with flag 3255002/3255002
1595.78/832.96	c cleaning 10005 clauses out of 20030 with flag 3265000/3265000
1600.71/835.54	c cleaning 10004 clauses out of 20025 with flag 3275000/3275000
1605.42/838.12	c cleaning 9995 clauses out of 20021 with flag 3285000/3285000
1610.32/840.71	c cleaning 10004 clauses out of 20027 with flag 3295001/3295001
1615.22/843.35	c cleaning 9997 clauses out of 20022 with flag 3305000/3305000
1619.92/845.82	c cleaning 9996 clauses out of 20025 with flag 3315000/3315000
1624.87/848.58	c cleaning 9993 clauses out of 20030 with flag 3325001/3325001
1629.77/851.15	c cleaning 9992 clauses out of 20036 with flag 3335000/3335000
1634.67/853.74	c cleaning 10014 clauses out of 20045 with flag 3345001/3345001
1639.80/856.45	c cleaning 9996 clauses out of 20030 with flag 3355000/3355000
1644.91/859.29	c cleaning 9995 clauses out of 20034 with flag 3365000/3365000
1650.04/861.99	c cleaning 10008 clauses out of 20039 with flag 3375000/3375000
1654.90/864.51	c cleaning 10009 clauses out of 20031 with flag 3385000/3385000
1659.79/867.19	c cleaning 9999 clauses out of 20023 with flag 3395001/3395001
1664.74/869.85	c cleaning 9995 clauses out of 20024 with flag 3405001/3405001
1669.62/872.41	c cleaning 10000 clauses out of 20030 with flag 3415002/3415002
1674.54/875.04	c cleaning 9987 clauses out of 20030 with flag 3425002/3425002
1678.84/877.38	c cleaning 9992 clauses out of 20042 with flag 3435001/3435001
1683.95/880.12	c cleaning 10012 clauses out of 20049 with flag 3445000/3445000
1689.08/882.82	c cleaning 9995 clauses out of 20038 with flag 3455001/3455001
1693.74/885.33	c cleaning 10001 clauses out of 20043 with flag 3465001/3465001
1698.43/887.88	c cleaning 10009 clauses out of 20041 with flag 3475000/3475000
1703.20/890.46	c cleaning 9992 clauses out of 20032 with flag 3485000/3485000
1707.88/892.95	c cleaning 10008 clauses out of 20040 with flag 3495000/3495000
1712.77/895.52	c cleaning 10010 clauses out of 20034 with flag 3505002/3505002
1717.68/898.12	c cleaning 9986 clauses out of 20024 with flag 3515002/3515002
1722.20/900.66	c cleaning 10005 clauses out of 20036 with flag 3525000/3525000
1727.49/903.44	c cleaning 9994 clauses out of 20032 with flag 3535001/3535001
1732.00/905.85	c cleaning 9995 clauses out of 20040 with flag 3545003/3545003
1736.47/908.29	c cleaning 10008 clauses out of 20043 with flag 3555001/3555001
1741.21/910.88	c cleaning 9991 clauses out of 20034 with flag 3565000/3565000
1745.89/913.30	c cleaning 9979 clauses out of 20043 with flag 3575000/3575000
1750.78/915.94	c cleaning 10030 clauses out of 20070 with flag 3585006/3585006
1755.46/918.40	c cleaning 9993 clauses out of 20035 with flag 3595001/3595001
1760.39/921.19	c cleaning 10006 clauses out of 20042 with flag 3605001/3605001
1765.29/923.78	c cleaning 9982 clauses out of 20035 with flag 3615000/3615000
1770.58/926.50	c cleaning 10003 clauses out of 20056 with flag 3625003/3625003
1775.46/929.10	c cleaning 10005 clauses out of 20051 with flag 3635001/3635001
1780.39/931.80	c cleaning 10014 clauses out of 20048 with flag 3645003/3645003
1784.88/934.24	c cleaning 10000 clauses out of 20032 with flag 3655001/3655001
1789.76/936.80	c cleaning 9995 clauses out of 20031 with flag 3665000/3665000
1794.43/939.34	c cleaning 10001 clauses out of 20037 with flag 3675001/3675001
1799.58/942.16	c cleaning 9991 clauses out of 20035 with flag 3685000/3685000
1800.07/942.52	c starts		: 252
1800.07/942.52	c conflicts		: 3685095
1800.07/942.52	c decisions		: 4797198
1800.07/942.52	c propagations		: 788315076
1800.07/942.52	c inspects		: 9465694062
1800.07/942.52	c shortcuts		: 0
1800.07/942.52	c learnt literals	: 0
1800.07/942.52	c learnt binary clauses	: 0
1800.07/942.52	c learnt ternary clauses	: 0
1800.07/942.52	c learnt constraints	: 3685097
1800.07/942.52	c ignored constraints	: 0
1800.07/942.52	c root simplifications	: 0
1800.07/942.52	c removed literals (reason simplification)	: 33040726
1800.07/942.52	c reason swapping (by a shorter reason)	: 0
1800.07/942.52	c Calls to reduceDB	: 370
1800.07/942.52	c number of reductions to clauses (during analyze)	: 0
1800.07/942.52	c number of learned constraints concerned by reduction	: 0
1800.07/942.52	c number of learning phase by resolution	: 0
1800.07/942.52	c number of learning phase by cutting planes	: 0
1800.07/942.52	c speed (assignments/second)	: 836627.7489933711
1800.07/942.52	c non guided choices	1434
1800.07/942.53	c learnt constraints type 
1800.07/942.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10186
1800.07/942.53	c constraints type 
1800.07/942.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 790
1800.07/942.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 195
1800.07/942.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
1800.07/942.53	c constraints type 
1800.07/942.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
1800.07/942.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 790
1800.07/942.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
1800.07/942.53	s UNKNOWN
1800.07/942.53	c Total wall clock time (in seconds): 942.418

Verifier Data

ERROR: no interpretation found !

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-3479012-1307441571/watcher-3479012-1307441571 -o /tmp/evaluation-result-3479012-1307441571/solver-3479012-1307441571 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3479012-1307441571.opb 

running on 4 cores: 1,3,5,7

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.85 3.91 3.84 4/482 15834
/proc/meminfo: memFree=22455600/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 1362 0 1 0 0 0 0 0 25 0 2 0 855755069 36679680 1065 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 8955 1065 828 9 0 386 0
[pid=15834/tid=15835] ppid=15832 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) R 15832 15834 15115 0 -1 4202560 3685 0 1 0 0 0 0 0 18 0 2 0 855755070 10694979584 4500 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.105467 s]
/proc/loadavg: 3.85 3.91 3.84 4/482 15834
/proc/meminfo: memFree=22455600/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=10540040 CPUtime=0.1 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 13106 0 1 0 9 1 0 0 25 0 18 0 855755069 10793000960 12773 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 2635010 12774 2093 9 0 2625744 0
[pid=15834/tid=15835] ppid=15832 vsize=10540040 CPUtime=0.08 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) R 15832 15834 15115 0 -1 4202560 11178 0 1 0 7 1 0 0 18 0 18 0 855755070 10793000960 12775 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 47726359288659 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540040

[startup+0.200439 s]
/proc/loadavg: 3.85 3.91 3.84 4/482 15834
/proc/meminfo: memFree=22455600/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=10540040 CPUtime=0.24 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 14174 0 1 0 23 1 0 0 25 0 18 0 855755069 10793000960 13800 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 2635010 13800 2166 9 0 2625744 0
[pid=15834/tid=15835] ppid=15832 vsize=10540040 CPUtime=0.18 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) R 15832 15834 15115 0 -1 4202560 12012 0 1 0 17 1 0 0 18 0 18 0 855755070 10793000960 13800 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 47726359288628 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10540040

[startup+0.543746 s]
/proc/loadavg: 3.85 3.91 3.84 4/482 15834
/proc/meminfo: memFree=22455600/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=10556676 CPUtime=2.72 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 41851 0 1 0 268 4 0 0 25 0 22 0 855755069 10810036224 37456 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 2639169 37456 2236 9 0 2629903 0
[pid=15834/tid=15835] ppid=15832 vsize=10556676 CPUtime=0.25 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) S 15832 15834 15115 0 -1 4202560 13140 0 1 0 24 1 0 0 15 0 22 0 855755070 10810036224 37456 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 10556676

[startup+0.9085 s]
/proc/loadavg: 3.85 3.91 3.84 4/482 15834
/proc/meminfo: memFree=22455600/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=10556676 CPUtime=2.89 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 49294 0 1 0 284 5 0 0 25 0 22 0 855755069 10810036224 42959 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 2639169 42964 2256 9 0 2629903 0
[pid=15834/tid=15835] ppid=15832 vsize=10556676 CPUtime=0.25 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) S 15832 15834 15115 0 -1 4202560 13140 0 1 0 24 1 0 0 15 0 22 0 855755070 10810036224 42966 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 10556676

[startup+1.50017 s]
/proc/loadavg: 3.85 3.91 3.84 4/482 15834
/proc/meminfo: memFree=22455600/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=10556676 CPUtime=4.31 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 73337 0 1 0 423 8 0 0 25 0 22 0 855755069 10810036224 64025 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 2639169 64025 2258 9 0 2629903 0
[pid=15834/tid=15835] ppid=15832 vsize=10556676 CPUtime=0.25 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) S 15832 15834 15115 0 -1 4202560 13141 0 1 0 24 1 0 0 15 0 22 0 855755070 10810036224 64025 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 10556676

[startup+3.10089 s]
/proc/loadavg: 3.85 3.91 3.84 5/504 15856
/proc/meminfo: memFree=21991424/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=10556676 CPUtime=7.7 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 148219 0 1 0 753 17 0 0 25 0 22 0 855755069 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 2639169 138815 2258 9 0 2629903 0
[pid=15834/tid=15835] ppid=15832 vsize=10556676 CPUtime=0.25 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) S 15832 15834 15115 0 -1 4202560 13141 0 1 0 24 1 0 0 15 0 22 0 855755070 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15837] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15837/stat : 15837 (java) S 15832 15834 15115 0 -1 4202560 397 0 0 0 0 0 0 0 16 0 22 0 855755072 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15838] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15838/stat : 15838 (java) S 15832 15834 15115 0 -1 4202560 94 0 0 0 0 0 0 0 16 0 22 0 855755072 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15839] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15839/stat : 15839 (java) S 15832 15834 15115 0 -1 4202560 114 0 0 0 0 0 0 0 16 0 22 0 855755072 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15840] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15840/stat : 15840 (java) S 15832 15834 15115 0 -1 4202560 170 0 0 0 0 0 0 0 16 0 22 0 855755072 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15841] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15841/stat : 15841 (java) S 15832 15834 15115 0 -1 4202560 238 0 0 0 0 0 0 0 16 0 22 0 855755072 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15842] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15842/stat : 15842 (java) S 15832 15834 15115 0 -1 4202560 372 0 0 0 0 0 0 0 15 0 22 0 855755072 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15843] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15843/stat : 15843 (java) S 15832 15834 15115 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 22 0 855755072 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15844] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15844/stat : 15844 (java) S 15832 15834 15115 0 -1 4202560 297 0 0 0 0 0 0 0 16 0 22 0 855755072 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15845] ppid=15832 vsize=10556676 CPUtime=0.09 cores=1,3,5,7
/proc/15834/task/15845/stat : 15845 (java) S 15832 15834 15115 0 -1 4202560 1919 0 0 0 9 0 0 0 15 0 22 0 855755073 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 0 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15846] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15846/stat : 15846 (java) S 15832 15834 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855755073 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15847] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15847/stat : 15847 (java) S 15832 15834 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855755073 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15848] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15848/stat : 15848 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855755076 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134537649 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15849] ppid=15832 vsize=10556676 CPUtime=0.99 cores=1,3,5,7
/proc/15834/task/15849/stat : 15849 (java) S 15832 15834 15115 0 -1 4202560 10630 0 0 0 98 1 0 0 15 0 22 0 855755076 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15850] ppid=15832 vsize=10556676 CPUtime=0.89 cores=1,3,5,7
/proc/15834/task/15850/stat : 15850 (java) S 15832 15834 15115 0 -1 4202560 5820 0 0 0 89 0 0 0 15 0 22 0 855755076 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15851] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15851/stat : 15851 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855755076 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15852] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15852/stat : 15852 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855755076 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15853] ppid=15832 vsize=10556676 CPUtime=2.71 cores=1,3,5,7
/proc/15834/task/15853/stat : 15853 (java) R 15832 15834 15115 0 -1 4202560 468 0 0 0 271 0 0 0 25 0 22 0 855755097 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 46912505628948 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15834/tid=15854] ppid=15832 vsize=10556676 CPUtime=2.7 cores=1,3,5,7
/proc/15834/task/15854/stat : 15854 (java) R 15832 15834 15115 0 -1 4202560 113267 0 0 0 257 13 0 0 25 0 22 0 855755097 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 46912505700378 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15834/tid=15855] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15855/stat : 15855 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 855755097 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15856] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15856/stat : 15856 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 855755097 10810036224 138815 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 10556676

[startup+6.30134 s]
/proc/loadavg: 3.86 3.91 3.84 5/504 15856
/proc/meminfo: memFree=21541004/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=10556676 CPUtime=14.05 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 239424 0 1 0 1377 28 0 0 25 0 22 0 855755069 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 2639169 229993 2258 9 0 2629903 0
[pid=15834/tid=15835] ppid=15832 vsize=10556676 CPUtime=0.25 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) S 15832 15834 15115 0 -1 4202560 13141 0 1 0 24 1 0 0 15 0 22 0 855755070 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15837] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15837/stat : 15837 (java) S 15832 15834 15115 0 -1 4202560 397 0 0 0 0 0 0 0 16 0 22 0 855755072 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15838] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15838/stat : 15838 (java) S 15832 15834 15115 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 22 0 855755072 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15839] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15839/stat : 15839 (java) S 15832 15834 15115 0 -1 4202560 143 0 0 0 0 0 0 0 16 0 22 0 855755072 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15840] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15840/stat : 15840 (java) S 15832 15834 15115 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 22 0 855755072 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15841] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15841/stat : 15841 (java) S 15832 15834 15115 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 22 0 855755072 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15842] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15842/stat : 15842 (java) S 15832 15834 15115 0 -1 4202560 392 0 0 0 0 0 0 0 16 0 22 0 855755072 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15843] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15843/stat : 15843 (java) S 15832 15834 15115 0 -1 4202560 163 0 0 0 0 0 0 0 16 0 22 0 855755072 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15844] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15844/stat : 15844 (java) S 15832 15834 15115 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 22 0 855755072 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15845] ppid=15832 vsize=10556676 CPUtime=0.16 cores=1,3,5,7
/proc/15834/task/15845/stat : 15845 (java) S 15832 15834 15115 0 -1 4202560 3184 0 0 0 16 0 0 0 16 0 22 0 855755073 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 0 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15846] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15846/stat : 15846 (java) S 15832 15834 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855755073 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15847] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15847/stat : 15847 (java) S 15832 15834 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855755073 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15848] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15848/stat : 15848 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855755076 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134537649 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15849] ppid=15832 vsize=10556676 CPUtime=1 cores=1,3,5,7
/proc/15834/task/15849/stat : 15849 (java) S 15832 15834 15115 0 -1 4202560 10630 0 0 0 99 1 0 0 15 0 22 0 855755076 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15850] ppid=15832 vsize=10556676 CPUtime=0.89 cores=1,3,5,7
/proc/15834/task/15850/stat : 15850 (java) S 15832 15834 15115 0 -1 4202560 5820 0 0 0 89 0 0 0 15 0 22 0 855755076 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15851] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15851/stat : 15851 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855755076 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15852] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15852/stat : 15852 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855755076 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15853] ppid=15832 vsize=10556676 CPUtime=5.83 cores=1,3,5,7
/proc/15834/task/15853/stat : 15853 (java) R 15832 15834 15115 0 -1 4202560 471 0 0 0 583 0 0 0 25 0 22 0 855755097 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 46912505644034 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15834/tid=15854] ppid=15832 vsize=10556676 CPUtime=5.82 cores=1,3,5,7
/proc/15834/task/15854/stat : 15854 (java) R 15832 15834 15115 0 -1 4202560 202938 0 0 0 559 23 0 0 25 0 22 0 855755097 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 46912505661986 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15834/tid=15855] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15855/stat : 15855 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 855755097 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15856] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15856/stat : 15856 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 855755097 10810036224 229993 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 14.05
Current children cumulated vsize (KiB) 10556676

[startup+12.7182 s]
/proc/loadavg: 3.87 3.92 3.84 5/504 15856
/proc/meminfo: memFree=21332220/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=10556676 CPUtime=27.32 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 291670 0 1 0 2699 33 0 0 25 0 22 0 855755069 10810036224 281824 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 2639169 281824 2258 9 0 2629903 0
[pid=15834/tid=15835] ppid=15832 vsize=10556676 CPUtime=0.25 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) S 15832 15834 15115 0 -1 4202560 13141 0 1 0 24 1 0 0 15 0 22 0 855755070 10810036224 281824 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15837] ppid=15832 vsize=10556676 CPUtime=0.01 cores=1,3,5,7
/proc/15834/task/15837/stat : 15837 (java) S 15832 15834 15115 0 -1 4202560 475 0 0 0 1 0 0 0 16 0 22 0 855755072 10810036224 281824 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15838] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15838/stat : 15838 (java) S 15832 15834 15115 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 22 0 855755072 10810036224 281824 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15839] ppid=15832 vsize=10556676 CPUtime=0.01 cores=1,3,5,7

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

[pid=15834/tid=15854] ppid=15832 vsize=10556676 CPUtime=796.23 cores=1,3,5,7
/proc/15834/task/15854/stat : 15854 (java) R 15832 15834 15115 0 -1 4202560 276459 0 0 0 79592 31 0 0 25 0 22 0 855755097 10810036224 345563 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 46912505700479 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15834/tid=15855] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15855/stat : 15855 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 855755097 10810036224 345563 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15856] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15856/stat : 15856 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 855755097 10810036224 345563 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1688.05
Current children cumulated vsize (KiB) 10556676

[startup+942.301 s]
/proc/loadavg: 3.75 3.89 3.84 5/504 15938
/proc/meminfo: memFree=22676932/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=10556676 CPUtime=1799.86 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 357100 0 1 0 179938 48 0 0 25 0 22 0 855755069 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 2639169 346771 2259 9 0 2629903 0
[pid=15834/tid=15835] ppid=15832 vsize=10556676 CPUtime=0.26 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) S 15832 15834 15115 0 -1 4202560 13156 0 1 0 24 2 0 0 15 0 22 0 855755070 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15837] ppid=15832 vsize=10556676 CPUtime=1.41 cores=1,3,5,7
/proc/15834/task/15837/stat : 15837 (java) S 15832 15834 15115 0 -1 4202560 608 0 0 0 141 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15838] ppid=15832 vsize=10556676 CPUtime=1.25 cores=1,3,5,7
/proc/15834/task/15838/stat : 15838 (java) S 15832 15834 15115 0 -1 4202560 325 0 0 0 125 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15839] ppid=15832 vsize=10556676 CPUtime=1.35 cores=1,3,5,7
/proc/15834/task/15839/stat : 15839 (java) S 15832 15834 15115 0 -1 4202560 402 0 0 0 135 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15840] ppid=15832 vsize=10556676 CPUtime=1.28 cores=1,3,5,7
/proc/15834/task/15840/stat : 15840 (java) S 15832 15834 15115 0 -1 4202560 297 0 0 0 128 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15841] ppid=15832 vsize=10556676 CPUtime=1.33 cores=1,3,5,7
/proc/15834/task/15841/stat : 15841 (java) S 15832 15834 15115 0 -1 4202560 474 0 0 0 133 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15842] ppid=15832 vsize=10556676 CPUtime=1.38 cores=1,3,5,7
/proc/15834/task/15842/stat : 15842 (java) S 15832 15834 15115 0 -1 4202560 518 0 0 0 138 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15843] ppid=15832 vsize=10556676 CPUtime=1.38 cores=1,3,5,7
/proc/15834/task/15843/stat : 15843 (java) S 15832 15834 15115 0 -1 4202560 414 0 0 0 138 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15844] ppid=15832 vsize=10556676 CPUtime=1.32 cores=1,3,5,7
/proc/15834/task/15844/stat : 15844 (java) S 15832 15834 15115 0 -1 4202560 436 0 0 0 132 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15845] ppid=15832 vsize=10556676 CPUtime=91.36 cores=1,3,5,7
/proc/15834/task/15845/stat : 15845 (java) R 15832 15834 15115 0 -1 4202560 43979 0 0 0 9129 7 0 0 15 0 22 0 855755073 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 47726357650575 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15834/tid=15846] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15846/stat : 15846 (java) S 15832 15834 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855755073 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15847] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15847/stat : 15847 (java) S 15832 15834 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855755073 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15848] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15848/stat : 15848 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134537649 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15849] ppid=15832 vsize=10556676 CPUtime=1.67 cores=1,3,5,7
/proc/15834/task/15849/stat : 15849 (java) S 15832 15834 15115 0 -1 4202560 12209 0 0 0 166 1 0 0 15 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15850] ppid=15832 vsize=10556676 CPUtime=0.98 cores=1,3,5,7
/proc/15834/task/15850/stat : 15850 (java) S 15832 15834 15115 0 -1 4202560 5825 0 0 0 98 0 0 0 15 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15851] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15851/stat : 15851 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15852] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15852/stat : 15852 (java) S 15832 15834 15115 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15853] ppid=15832 vsize=10556676 CPUtime=847.38 cores=1,3,5,7
/proc/15834/task/15853/stat : 15853 (java) S 15832 15834 15115 0 -1 4202560 790 0 0 0 84737 1 0 0 25 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15854] ppid=15832 vsize=10556676 CPUtime=847.38 cores=1,3,5,7
/proc/15834/task/15854/stat : 15854 (java) S 15832 15834 15115 0 -1 4202560 276459 0 0 0 84707 31 0 0 25 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15855] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15855/stat : 15855 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15856] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15856/stat : 15856 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1799.86
Current children cumulated vsize (KiB) 10556676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+942.502 s]
/proc/loadavg: 3.75 3.89 3.84 4/504 15938
/proc/meminfo: memFree=22676808/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=10556676 CPUtime=1800.07 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 357100 0 1 0 179959 48 0 0 25 0 22 0 855755069 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 2639169 346771 2259 9 0 2629903 0
[pid=15834/tid=15835] ppid=15832 vsize=10556676 CPUtime=0.26 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) S 15832 15834 15115 0 -1 4202560 13156 0 1 0 24 2 0 0 15 0 22 0 855755070 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15837] ppid=15832 vsize=10556676 CPUtime=1.41 cores=1,3,5,7
/proc/15834/task/15837/stat : 15837 (java) S 15832 15834 15115 0 -1 4202560 608 0 0 0 141 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15838] ppid=15832 vsize=10556676 CPUtime=1.25 cores=1,3,5,7
/proc/15834/task/15838/stat : 15838 (java) S 15832 15834 15115 0 -1 4202560 325 0 0 0 125 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15839] ppid=15832 vsize=10556676 CPUtime=1.35 cores=1,3,5,7
/proc/15834/task/15839/stat : 15839 (java) S 15832 15834 15115 0 -1 4202560 402 0 0 0 135 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15840] ppid=15832 vsize=10556676 CPUtime=1.28 cores=1,3,5,7
/proc/15834/task/15840/stat : 15840 (java) S 15832 15834 15115 0 -1 4202560 297 0 0 0 128 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15841] ppid=15832 vsize=10556676 CPUtime=1.33 cores=1,3,5,7
/proc/15834/task/15841/stat : 15841 (java) S 15832 15834 15115 0 -1 4202560 474 0 0 0 133 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15842] ppid=15832 vsize=10556676 CPUtime=1.38 cores=1,3,5,7
/proc/15834/task/15842/stat : 15842 (java) S 15832 15834 15115 0 -1 4202560 518 0 0 0 138 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15843] ppid=15832 vsize=10556676 CPUtime=1.38 cores=1,3,5,7
/proc/15834/task/15843/stat : 15843 (java) S 15832 15834 15115 0 -1 4202560 414 0 0 0 138 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15844] ppid=15832 vsize=10556676 CPUtime=1.32 cores=1,3,5,7
/proc/15834/task/15844/stat : 15844 (java) S 15832 15834 15115 0 -1 4202560 436 0 0 0 132 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15845] ppid=15832 vsize=10556676 CPUtime=91.57 cores=1,3,5,7
/proc/15834/task/15845/stat : 15845 (java) S 15832 15834 15115 0 -1 4202560 43979 0 0 0 9150 7 0 0 16 0 22 0 855755073 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 0 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15846] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15846/stat : 15846 (java) S 15832 15834 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855755073 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15847] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15847/stat : 15847 (java) S 15832 15834 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855755073 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15848] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15848/stat : 15848 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134537649 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15849] ppid=15832 vsize=10556676 CPUtime=1.67 cores=1,3,5,7
/proc/15834/task/15849/stat : 15849 (java) S 15832 15834 15115 0 -1 4202560 12209 0 0 0 166 1 0 0 15 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15850] ppid=15832 vsize=10556676 CPUtime=0.98 cores=1,3,5,7
/proc/15834/task/15850/stat : 15850 (java) S 15832 15834 15115 0 -1 4202560 5825 0 0 0 98 0 0 0 15 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15851] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15851/stat : 15851 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15852] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15852/stat : 15852 (java) S 15832 15834 15115 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15853] ppid=15832 vsize=10556676 CPUtime=847.39 cores=1,3,5,7
/proc/15834/task/15853/stat : 15853 (java) R 15832 15834 15115 0 -1 4202560 790 0 0 0 84738 1 0 0 22 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 46912505623295 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15834/tid=15854] ppid=15832 vsize=10556676 CPUtime=847.39 cores=1,3,5,7
/proc/15834/task/15854/stat : 15854 (java) R 15832 15834 15115 0 -1 4202560 276459 0 0 0 84708 31 0 0 22 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 46912505764837 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15834/tid=15855] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15855/stat : 15855 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15856] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15856/stat : 15856 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10556676

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

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

[startup+942.502 s]
/proc/loadavg: 3.75 3.89 3.84 4/504 15938
/proc/meminfo: memFree=22676808/32951124 swapFree=41830676/67111528
[pid=15834] ppid=15832 vsize=10556676 CPUtime=1800.07 cores=1,3,5,7
/proc/15834/stat : 15834 (java) S 15832 15834 15115 0 -1 4202496 357100 0 1 0 179959 48 0 0 25 0 22 0 855755069 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 2639169 346771 2259 9 0 2629903 0
[pid=15834/tid=15835] ppid=15832 vsize=10556676 CPUtime=0.26 cores=1,3,5,7
/proc/15834/task/15835/stat : 15835 (java) S 15832 15834 15115 0 -1 4202560 13156 0 1 0 24 2 0 0 15 0 22 0 855755070 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15837] ppid=15832 vsize=10556676 CPUtime=1.41 cores=1,3,5,7
/proc/15834/task/15837/stat : 15837 (java) S 15832 15834 15115 0 -1 4202560 608 0 0 0 141 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15838] ppid=15832 vsize=10556676 CPUtime=1.25 cores=1,3,5,7
/proc/15834/task/15838/stat : 15838 (java) S 15832 15834 15115 0 -1 4202560 325 0 0 0 125 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15839] ppid=15832 vsize=10556676 CPUtime=1.35 cores=1,3,5,7
/proc/15834/task/15839/stat : 15839 (java) S 15832 15834 15115 0 -1 4202560 402 0 0 0 135 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15840] ppid=15832 vsize=10556676 CPUtime=1.28 cores=1,3,5,7
/proc/15834/task/15840/stat : 15840 (java) S 15832 15834 15115 0 -1 4202560 297 0 0 0 128 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15841] ppid=15832 vsize=10556676 CPUtime=1.33 cores=1,3,5,7
/proc/15834/task/15841/stat : 15841 (java) S 15832 15834 15115 0 -1 4202560 474 0 0 0 133 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15842] ppid=15832 vsize=10556676 CPUtime=1.38 cores=1,3,5,7
/proc/15834/task/15842/stat : 15842 (java) S 15832 15834 15115 0 -1 4202560 518 0 0 0 138 0 0 0 16 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15843] ppid=15832 vsize=10556676 CPUtime=1.38 cores=1,3,5,7
/proc/15834/task/15843/stat : 15843 (java) S 15832 15834 15115 0 -1 4202560 414 0 0 0 138 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 7 0 0 0
[pid=15834/tid=15844] ppid=15832 vsize=10556676 CPUtime=1.32 cores=1,3,5,7
/proc/15834/task/15844/stat : 15844 (java) S 15832 15834 15115 0 -1 4202560 436 0 0 0 132 0 0 0 15 0 22 0 855755072 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15845] ppid=15832 vsize=10556676 CPUtime=91.57 cores=1,3,5,7
/proc/15834/task/15845/stat : 15845 (java) S 15832 15834 15115 0 -1 4202560 43979 0 0 0 9150 7 0 0 16 0 22 0 855755073 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 0 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15846] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15846/stat : 15846 (java) S 15832 15834 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855755073 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15847] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15847/stat : 15847 (java) S 15832 15834 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855755073 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15848] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15848/stat : 15848 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134537649 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15849] ppid=15832 vsize=10556676 CPUtime=1.67 cores=1,3,5,7
/proc/15834/task/15849/stat : 15849 (java) S 15832 15834 15115 0 -1 4202560 12209 0 0 0 166 1 0 0 15 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 1 0 0 0
[pid=15834/tid=15850] ppid=15832 vsize=10556676 CPUtime=0.98 cores=1,3,5,7
/proc/15834/task/15850/stat : 15850 (java) S 15832 15834 15115 0 -1 4202560 5825 0 0 0 98 0 0 0 15 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15851] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15851/stat : 15851 (java) S 15832 15834 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134529945 0 4 0 16800975 18446604466238271872 0 0 -1 3 0 0 0
[pid=15834/tid=15852] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15852/stat : 15852 (java) S 15832 15834 15115 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 855755076 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15853] ppid=15832 vsize=10556676 CPUtime=847.39 cores=1,3,5,7
/proc/15834/task/15853/stat : 15853 (java) R 15832 15834 15115 0 -1 4202560 790 0 0 0 84738 1 0 0 22 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 46912505623295 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15834/tid=15854] ppid=15832 vsize=10556676 CPUtime=847.39 cores=1,3,5,7
/proc/15834/task/15854/stat : 15854 (java) R 15832 15834 15115 0 -1 4202560 276459 0 0 0 84708 31 0 0 22 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 46912505764837 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15834/tid=15855] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15855/stat : 15855 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
[pid=15834/tid=15856] ppid=15832 vsize=10556676 CPUtime=0 cores=1,3,5,7
/proc/15834/task/15856/stat : 15856 (java) S 15832 15834 15115 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 855755097 10810036224 346771 33554432000 1073741824 1073778376 140735469731936 18446744073709551615 228134530560 0 4 0 16800975 18446604466238271872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10556676

Child status: 143
Real time (s): 942.589
CPU time (s): 1800.19
CPU user time (s): 1799.65
CPU system time (s): 0.540917
CPU usage (%): 190.984
Max. virtual memory (cumulated for all children) (KiB): 10556676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.540917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357133
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= 32899
involuntary context switches= 22396

runsolver used 4.52831 second user time and 10.1035 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-07 12:12:51
IDJOB=3479012
IDBENCH=89819
IDSOLVER=1950
FILE ID=node138/3479012-1307441571
RUNJOBID= node138-1307436783-15134
PBS_JOBID= 13519950
Free space on /tmp= 73528 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479012-1307441571/watcher-3479012-1307441571 -o /tmp/evaluation-result-3479012-1307441571/solver-3479012-1307441571 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3479012-1307441571.opb

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=292055926

node138.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.854
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.70
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.854
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	: 5332.75
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.854
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.82
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.854
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.75
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.854
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.80
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.854
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.75
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.854
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.82
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.854
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:     32951124 kB
MemFree:      22455864 kB
Buffers:        342764 kB
Cached:        1670628 kB
SwapCached:      44568 kB
Active:        8309320 kB
Inactive:      1876304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22455864 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:          248300 kB
Writeback:           0 kB
AnonPages:     8138828 kB
Mapped:          24792 kB
Slab:           136484 kB
PageTables:     103248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141028508 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= 73884 MiB
End job on node138 at 2011-06-07 12:28:36