Trace number 3453639

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.25 947.397

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
MD5SUM0df66f3e832b73f1cdf8165c8cc1c11b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark4.91625
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3453639-1307195876.opb
0.11/0.11	c reading problem ... 
0.71/0.44	c ... done. Wall clock time 0.333s.
0.71/0.44	c #vars     3238
0.71/0.44	c #constraints  6379
0.71/0.44	c constraints type 
0.71/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
0.71/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.71/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.71/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3038
0.71/0.44	c constraints type 
0.71/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.71/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
0.71/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.71/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
5.16/1.97	c cleaning 2503 clauses out of 5006 with flag 5006/5006
8.74/3.62	c cleaning 4258 clauses out of 8515 with flag 11018/11018
12.93/5.77	c cleaning 5630 clauses out of 11260 with flag 18021/18021
18.49/8.56	c cleaning 6818 clauses out of 13637 with flag 26028/26028
22.88/10.72	c cleaning 7897 clauses out of 15793 with flag 35002/35002
29.51/14.05	c cleaning 8950 clauses out of 17902 with flag 45008/45008
38.26/18.48	c cleaning 9472 clauses out of 18947 with flag 55003/55003
44.61/21.68	c cleaning 9746 clauses out of 19492 with flag 65020/65020
54.53/26.60	c cleaning 9875 clauses out of 19751 with flag 75025/75025
63.87/31.36	c cleaning 9928 clauses out of 19859 with flag 85008/85008
72.04/35.43	c cleaning 9961 clauses out of 19924 with flag 95001/95001
80.41/39.69	c cleaning 9979 clauses out of 19962 with flag 105000/105000
87.27/43.18	c cleaning 9999 clauses out of 19999 with flag 115016/115016
94.39/46.74	c cleaning 9995 clauses out of 19994 with flag 125010/125010
101.12/50.16	c cleaning 10007 clauses out of 20013 with flag 135024/135024
106.84/53.00	c cleaning 9993 clauses out of 19990 with flag 145008/145008
113.11/56.23	c cleaning 10005 clauses out of 20013 with flag 155024/155024
118.83/59.10	c cleaning 9993 clauses out of 19989 with flag 165005/165005
124.34/61.96	c cleaning 10004 clauses out of 20010 with flag 175019/175019
128.45/64.09	c cleaning 9992 clauses out of 19990 with flag 185003/185003
136.74/68.26	c cleaning 9995 clauses out of 19997 with flag 195002/195002
143.61/71.77	c cleaning 10003 clauses out of 20009 with flag 205009/205009
144.71/72.33	c cleaning 0 clauses out of 5000 with flag 0/5000
150.22/75.06	c cleaning 9998 clauses out of 20000 with flag 215003/215003
156.10/78.02	c cleaning 9998 clauses out of 20000 with flag 225001/225001
161.97/81.02	c cleaning 9999 clauses out of 20001 with flag 235000/235000
167.46/83.84	c cleaning 9999 clauses out of 20002 with flag 245000/245000
173.76/87.09	c cleaning 9994 clauses out of 20004 with flag 255001/255001
178.61/89.57	c cleaning 10003 clauses out of 20010 with flag 265001/265001
183.49/92.02	c cleaning 10007 clauses out of 20016 with flag 275010/275010
188.18/94.43	c cleaning 10006 clauses out of 20015 with flag 285016/285016
192.69/96.81	c cleaning 10016 clauses out of 20034 with flag 295041/295041
197.14/99.08	c cleaning 9998 clauses out of 20000 with flag 305023/305023
202.20/101.62	c cleaning 9990 clauses out of 19983 with flag 315004/315004
205.71/103.42	c cleaning 9994 clauses out of 19994 with flag 325005/325005
210.00/105.62	c cleaning 9997 clauses out of 19997 with flag 335002/335002
214.40/107.97	c cleaning 9997 clauses out of 19999 with flag 345001/345001
220.08/110.82	c cleaning 10004 clauses out of 20010 with flag 355009/355009
225.17/113.40	c cleaning 9998 clauses out of 20000 with flag 365003/365003
229.65/115.74	c cleaning 9998 clauses out of 20001 with flag 375002/375002
233.87/117.97	c cleaning 9998 clauses out of 20002 with flag 385001/385001
239.35/120.75	c cleaning 10018 clauses out of 20038 with flag 395035/395035
243.83/123.08	c cleaning 9993 clauses out of 19989 with flag 405004/405004
248.10/125.24	c cleaning 9995 clauses out of 19994 with flag 415002/415002
252.91/127.72	c cleaning 10000 clauses out of 20004 with flag 425007/425007
258.38/130.53	c cleaning 9998 clauses out of 20000 with flag 435003/435003
262.66/132.74	c cleaning 10005 clauses out of 20018 with flag 445019/445019
267.91/135.45	c cleaning 9993 clauses out of 19994 with flag 455000/455000
272.11/137.68	c cleaning 9999 clauses out of 20003 with flag 465002/465002
276.57/139.96	c cleaning 9999 clauses out of 20003 with flag 475001/475001
281.83/142.61	c cleaning 10005 clauses out of 20013 with flag 485010/485010
286.71/145.11	c cleaning 9999 clauses out of 20006 with flag 495008/495008
290.28/147.00	c cleaning 10000 clauses out of 20008 with flag 505009/505009
293.95/148.93	c cleaning 10000 clauses out of 20007 with flag 515008/515008
298.20/151.17	c cleaning 10012 clauses out of 20029 with flag 525030/525030
302.45/153.37	c cleaning 9990 clauses out of 19987 with flag 535000/535000
307.04/155.76	c cleaning 9998 clauses out of 20000 with flag 545003/545003
311.69/158.15	c cleaning 10002 clauses out of 20009 with flag 555010/555010
316.36/160.53	c cleaning 10000 clauses out of 20006 with flag 565009/565009
320.82/162.84	c cleaning 9992 clauses out of 20003 with flag 575006/575006
325.56/165.38	c cleaning 9999 clauses out of 20005 with flag 585000/585000
331.44/168.32	c cleaning 10004 clauses out of 20011 with flag 595005/595005
335.48/170.41	c cleaning 10010 clauses out of 20024 with flag 605022/605022
339.29/172.49	c cleaning 9991 clauses out of 19992 with flag 615000/615000
343.88/174.83	c cleaning 10001 clauses out of 20009 with flag 625008/625008
348.33/177.19	c cleaning 10000 clauses out of 20003 with flag 635003/635003
353.53/179.83	c cleaning 10001 clauses out of 20006 with flag 645006/645006
359.01/182.69	c cleaning 9999 clauses out of 20001 with flag 655002/655002
363.53/185.02	c cleaning 9999 clauses out of 20002 with flag 665002/665002
367.77/187.22	c cleaning 9999 clauses out of 20002 with flag 675001/675001
371.99/189.43	c cleaning 9994 clauses out of 20002 with flag 685000/685000
376.62/191.85	c cleaning 10008 clauses out of 20020 with flag 695012/695012
381.17/194.21	c cleaning 10006 clauses out of 20017 with flag 705017/705017
385.60/196.59	c cleaning 9999 clauses out of 20003 with flag 715009/715009
391.02/199.34	c cleaning 9999 clauses out of 19999 with flag 725004/725004
395.85/201.86	c cleaning 10001 clauses out of 20003 with flag 735007/735007
401.80/204.96	c cleaning 10002 clauses out of 20005 with flag 745010/745010
407.66/207.93	c cleaning 9997 clauses out of 19997 with flag 755004/755004
414.09/211.23	c cleaning 9993 clauses out of 19996 with flag 765000/765000
419.88/214.27	c cleaning 10001 clauses out of 20006 with flag 775003/775003
425.82/217.38	c cleaning 9976 clauses out of 20003 with flag 785001/785001
431.64/220.31	c cleaning 10012 clauses out of 20032 with flag 795006/795006
436.26/222.75	c cleaning 10007 clauses out of 20016 with flag 805002/805002
440.67/225.02	c cleaning 10003 clauses out of 20012 with flag 815005/815005
445.01/227.31	c cleaning 9998 clauses out of 20004 with flag 825000/825000
449.43/229.63	c cleaning 10004 clauses out of 20014 with flag 835008/835008
453.86/231.97	c cleaning 10000 clauses out of 20008 with flag 845006/845006
459.07/234.61	c cleaning 10001 clauses out of 20005 with flag 855003/855003
463.61/237.06	c cleaning 9995 clauses out of 20001 with flag 865000/865000
468.43/239.57	c cleaning 10000 clauses out of 20011 with flag 875005/875005
473.46/242.18	c cleaning 10006 clauses out of 20016 with flag 885010/885010
479.87/245.48	c cleaning 10005 clauses out of 20011 with flag 895011/895011
485.62/248.45	c cleaning 9998 clauses out of 19999 with flag 905004/905004
492.04/251.78	c cleaning 10001 clauses out of 20001 with flag 915004/915004
497.26/254.47	c cleaning 9996 clauses out of 20004 with flag 925008/925008
502.90/257.34	c cleaning 9998 clauses out of 20009 with flag 935009/935009
508.43/260.28	c cleaning 9993 clauses out of 20007 with flag 945005/945005
514.04/263.13	c cleaning 10000 clauses out of 20012 with flag 955003/955003
520.27/266.33	c cleaning 10013 clauses out of 20037 with flag 965028/965028
526.08/269.36	c cleaning 9997 clauses out of 20001 with flag 975005/975005
531.01/271.91	c cleaning 9999 clauses out of 20007 with flag 985008/985008
535.84/274.45	c cleaning 9996 clauses out of 20000 with flag 995000/995000
540.85/277.04	c cleaning 9994 clauses out of 20004 with flag 1005000/1005000
545.50/279.48	c cleaning 10001 clauses out of 20013 with flag 1015003/1015003
550.20/281.96	c cleaning 9998 clauses out of 20010 with flag 1025001/1025001
554.82/284.36	c cleaning 9995 clauses out of 20011 with flag 1035000/1035000
559.84/286.91	c cleaning 10005 clauses out of 20019 with flag 1045003/1045003
564.65/289.40	c cleaning 10000 clauses out of 20019 with flag 1055008/1055008
569.18/291.81	c cleaning 10002 clauses out of 20014 with flag 1065003/1065003
573.78/294.22	c cleaning 9999 clauses out of 20011 with flag 1075002/1075002
579.58/297.22	c cleaning 10006 clauses out of 20021 with flag 1085011/1085011
585.79/300.45	c cleaning 9999 clauses out of 20005 with flag 1095001/1095001
591.10/303.20	c cleaning 9997 clauses out of 20008 with flag 1105003/1105003
595.50/305.56	c cleaning 10001 clauses out of 20015 with flag 1115007/1115007
599.70/307.77	c cleaning 10000 clauses out of 20011 with flag 1125004/1125004
603.90/309.98	c cleaning 9997 clauses out of 20008 with flag 1135001/1135001
608.00/312.10	c cleaning 9999 clauses out of 20010 with flag 1145000/1145000
612.20/314.34	c cleaning 10002 clauses out of 20015 with flag 1155004/1155004
617.19/317.00	c cleaning 10000 clauses out of 20013 with flag 1165004/1165004
621.98/319.46	c cleaning 9998 clauses out of 20010 with flag 1175001/1175001
626.68/321.96	c cleaning 10009 clauses out of 20028 with flag 1185017/1185017
631.27/324.35	c cleaning 9996 clauses out of 20004 with flag 1195002/1195002
636.26/326.96	c cleaning 9998 clauses out of 20008 with flag 1205002/1205002
641.24/329.51	c cleaning 9991 clauses out of 20008 with flag 1215000/1215000
645.93/332.11	c cleaning 10005 clauses out of 20020 with flag 1225003/1225003
650.91/334.68	c cleaning 9998 clauses out of 20012 with flag 1235000/1235000
655.68/337.18	c cleaning 10002 clauses out of 20018 with flag 1245004/1245004
660.26/339.54	c cleaning 10000 clauses out of 20013 with flag 1255001/1255001
665.18/342.15	c cleaning 10009 clauses out of 20027 with flag 1265015/1265015
669.92/344.66	c cleaning 9997 clauses out of 20005 with flag 1275002/1275002
675.11/347.33	c cleaning 9989 clauses out of 20019 with flag 1285013/1285013
680.29/350.02	c cleaning 10003 clauses out of 20017 with flag 1295000/1295000
685.76/352.93	c cleaning 10001 clauses out of 20015 with flag 1305001/1305001
690.93/355.68	c cleaning 9999 clauses out of 20017 with flag 1315004/1315004
696.10/358.37	c cleaning 9995 clauses out of 20015 with flag 1325001/1325001
701.07/360.99	c cleaning 10000 clauses out of 20022 with flag 1335003/1335003
706.55/363.87	c cleaning 10008 clauses out of 20022 with flag 1345003/1345003
711.72/366.57	c cleaning 9998 clauses out of 20012 with flag 1355001/1355001
717.29/369.49	c cleaning 10014 clauses out of 20034 with flag 1365021/1365021
723.06/372.49	c cleaning 9974 clauses out of 20001 with flag 1375002/1375002
729.54/375.87	c cleaning 10028 clauses out of 20062 with flag 1385037/1385037
734.73/378.50	c cleaning 0 clauses out of 11000 with flag 0/11000
736.05/379.28	c cleaning 10003 clauses out of 20019 with flag 1395022/1395022
741.78/382.15	c cleaning 9993 clauses out of 19998 with flag 1405004/1405004
746.44/384.65	c cleaning 9998 clauses out of 20002 with flag 1415001/1415001
751.01/387.00	c cleaning 10005 clauses out of 20019 with flag 1425016/1425016
755.98/389.65	c cleaning 9987 clauses out of 20000 with flag 1435002/1435002
761.78/392.61	c cleaning 10012 clauses out of 20035 with flag 1445024/1445024
767.01/395.41	c cleaning 9996 clauses out of 20002 with flag 1455003/1455003
771.98/398.01	c cleaning 10014 clauses out of 20035 with flag 1465032/1465032
777.35/400.86	c cleaning 9997 clauses out of 20001 with flag 1475012/1475012
782.31/403.49	c cleaning 9992 clauses out of 19993 with flag 1485001/1485001
786.79/405.86	c cleaning 9996 clauses out of 20004 with flag 1495004/1495004
790.74/407.99	c cleaning 9994 clauses out of 20004 with flag 1505000/1505000
795.13/410.25	c cleaning 10008 clauses out of 20028 with flag 1515018/1515018
799.51/412.56	c cleaning 9995 clauses out of 20004 with flag 1525002/1525002
804.13/415.05	c cleaning 9995 clauses out of 20007 with flag 1535000/1535000
808.70/417.42	c cleaning 9999 clauses out of 20013 with flag 1545001/1545001
813.26/419.84	c cleaning 10002 clauses out of 20014 with flag 1555001/1555001
818.05/422.38	c cleaning 10001 clauses out of 20012 with flag 1565001/1565001
823.08/425.08	c cleaning 9998 clauses out of 20012 with flag 1575002/1575002
827.84/427.51	c cleaning 10005 clauses out of 20020 with flag 1585008/1585008
832.83/430.15	c cleaning 10005 clauses out of 20017 with flag 1595010/1595010
837.76/432.73	c cleaning 9998 clauses out of 20003 with flag 1605001/1605001
842.82/435.45	c cleaning 10004 clauses out of 20019 with flag 1615015/1615015
848.38/438.30	c cleaning 9990 clauses out of 20000 with flag 1625000/1625000
853.57/441.04	c cleaning 10003 clauses out of 20013 with flag 1635003/1635003
859.10/443.95	c cleaning 9996 clauses out of 20013 with flag 1645006/1645006
864.57/446.81	c cleaning 10005 clauses out of 20021 with flag 1655010/1655010
870.13/449.70	c cleaning 10003 clauses out of 20016 with flag 1665010/1665010
874.73/452.16	c cleaning 9998 clauses out of 20007 with flag 1675004/1675004
879.66/454.71	c cleaning 10001 clauses out of 20011 with flag 1685006/1685006
884.52/457.40	c cleaning 10001 clauses out of 20014 with flag 1695010/1695010
889.31/459.85	c cleaning 9997 clauses out of 20003 with flag 1705000/1705000
894.03/462.30	c cleaning 9998 clauses out of 20007 with flag 1715001/1715001
898.39/464.69	c cleaning 10001 clauses out of 20012 with flag 1725004/1725004
903.43/467.35	c cleaning 10001 clauses out of 20013 with flag 1735006/1735006
907.80/469.69	c cleaning 9998 clauses out of 20007 with flag 1745001/1745001
912.73/472.25	c cleaning 9977 clauses out of 20010 with flag 1755002/1755002
917.69/474.82	c cleaning 10005 clauses out of 20031 with flag 1765000/1765000
922.73/477.53	c cleaning 10008 clauses out of 20027 with flag 1775001/1775001
927.29/479.94	c cleaning 10006 clauses out of 20024 with flag 1785006/1785006
932.43/482.63	c cleaning 10001 clauses out of 20012 with flag 1795000/1795000
937.38/485.20	c cleaning 10001 clauses out of 20017 with flag 1805006/1805006
942.42/487.91	c cleaning 9994 clauses out of 20012 with flag 1815002/1815002
947.39/490.53	c cleaning 10007 clauses out of 20024 with flag 1825008/1825008
952.32/493.11	c cleaning 10002 clauses out of 20015 with flag 1835006/1835006
956.67/495.47	c cleaning 10003 clauses out of 20015 with flag 1845008/1845008
961.52/498.08	c cleaning 9999 clauses out of 20005 with flag 1855001/1855001
966.68/500.75	c cleaning 10005 clauses out of 20018 with flag 1865013/1865013
971.63/503.37	c cleaning 9996 clauses out of 20000 with flag 1875000/1875000
976.59/505.92	c cleaning 10003 clauses out of 20013 with flag 1885009/1885009
981.99/508.86	c cleaning 9997 clauses out of 20003 with flag 1895002/1895002
986.33/511.10	c cleaning 10000 clauses out of 20012 with flag 1905008/1905008
990.87/513.57	c cleaning 9999 clauses out of 20005 with flag 1915001/1915001
994.61/515.58	c cleaning 9997 clauses out of 20007 with flag 1925002/1925002
998.62/517.70	c cleaning 10003 clauses out of 20017 with flag 1935009/1935009
1002.36/519.75	c cleaning 9998 clauses out of 20007 with flag 1945002/1945002
1006.69/522.06	c cleaning 9999 clauses out of 20011 with flag 1955004/1955004
1011.22/524.46	c cleaning 9999 clauses out of 20012 with flag 1965004/1965004
1016.02/527.04	c cleaning 9999 clauses out of 20010 with flag 1975001/1975001
1020.35/529.30	c cleaning 10001 clauses out of 20016 with flag 1985006/1985006
1025.68/532.12	c cleaning 10001 clauses out of 20009 with flag 1995000/1995000
1031.19/535.01	c cleaning 10004 clauses out of 20015 with flag 2005007/2005007
1036.41/537.86	c cleaning 9998 clauses out of 20005 with flag 2015001/2015001
1042.10/540.80	c cleaning 9992 clauses out of 20006 with flag 2025000/2025000
1047.41/543.68	c cleaning 9989 clauses out of 20015 with flag 2035001/2035001
1052.73/546.49	c cleaning 10016 clauses out of 20040 with flag 2045015/2045015
1058.10/549.31	c cleaning 10007 clauses out of 20018 with flag 2055009/2055009
1062.61/551.77	c cleaning 9995 clauses out of 20002 with flag 2065000/2065000
1067.32/554.24	c cleaning 10001 clauses out of 20010 with flag 2075003/2075003
1072.82/557.19	c cleaning 10003 clauses out of 20014 with flag 2085008/2085008
1077.83/559.89	c cleaning 10000 clauses out of 20009 with flag 2095006/2095006
1082.72/562.41	c cleaning 9996 clauses out of 20003 with flag 2105000/2105000
1086.82/564.67	c cleaning 10001 clauses out of 20012 with flag 2115005/2115005
1091.93/567.31	c cleaning 10003 clauses out of 20015 with flag 2125009/2125009
1097.12/570.17	c cleaning 10001 clauses out of 20011 with flag 2135008/2135008
1101.63/572.52	c cleaning 9997 clauses out of 20003 with flag 2145001/2145001
1106.13/574.97	c cleaning 10000 clauses out of 20011 with flag 2155006/2155006
1110.86/577.46	c cleaning 9994 clauses out of 20006 with flag 2165001/2165001
1115.82/580.11	c cleaning 10001 clauses out of 20012 with flag 2175001/2175001
1120.54/582.64	c cleaning 9987 clauses out of 20012 with flag 2185002/2185002
1125.05/585.03	c cleaning 10014 clauses out of 20039 with flag 2195016/2195016
1129.96/587.60	c cleaning 10000 clauses out of 20010 with flag 2205001/2205001
1135.15/590.40	c cleaning 10003 clauses out of 20012 with flag 2215003/2215003
1139.69/592.87	c cleaning 10005 clauses out of 20019 with flag 2225013/2225013
1144.01/595.17	c cleaning 9996 clauses out of 20003 with flag 2235002/2235002
1148.68/597.68	c cleaning 10000 clauses out of 20009 with flag 2245004/2245004
1153.66/600.38	c cleaning 10002 clauses out of 20012 with flag 2255007/2255007
1158.19/602.72	c cleaning 10002 clauses out of 20012 with flag 2265009/2265009
1163.07/605.30	c cleaning 9994 clauses out of 20002 with flag 2275001/2275001
1167.97/607.95	c cleaning 10002 clauses out of 20011 with flag 2285004/2285004
1173.74/611.08	c cleaning 10005 clauses out of 20015 with flag 2295010/2295010
1178.64/613.68	c cleaning 9996 clauses out of 20002 with flag 2305002/2305002
1182.96/615.99	c cleaning 10005 clauses out of 20018 with flag 2315014/2315014
1188.03/618.66	c cleaning 9994 clauses out of 20000 with flag 2325001/2325001
1192.99/621.39	c cleaning 10000 clauses out of 20007 with flag 2335002/2335002
1197.90/623.99	c cleaning 10001 clauses out of 20005 with flag 2345000/2345000
1202.80/626.57	c cleaning 10003 clauses out of 20014 with flag 2355010/2355010
1208.10/629.31	c cleaning 9997 clauses out of 20004 with flag 2365003/2365003
1213.06/632.00	c cleaning 9997 clauses out of 20005 with flag 2375001/2375001
1217.75/634.50	c cleaning 9999 clauses out of 20010 with flag 2385003/2385003
1222.29/636.94	c cleaning 9989 clauses out of 20008 with flag 2395000/2395000
1226.55/639.30	c cleaning 10006 clauses out of 20022 with flag 2405003/2405003
1231.11/641.80	c cleaning 10015 clauses out of 20041 with flag 2415028/2415028
1236.22/644.43	c cleaning 10006 clauses out of 20021 with flag 2425023/2425023
1241.11/647.00	c cleaning 9991 clauses out of 19992 with flag 2435000/2435000
1246.83/650.06	c cleaning 9996 clauses out of 20002 with flag 2445001/2445001
1252.76/653.28	c cleaning 10011 clauses out of 20034 with flag 2455029/2455029
1258.05/656.09	c cleaning 10003 clauses out of 20014 with flag 2465020/2465020
1263.76/659.06	c cleaning 9995 clauses out of 19998 with flag 2475007/2475007
1268.06/661.39	c cleaning 9994 clauses out of 19997 with flag 2485001/2485001
1272.63/663.89	c cleaning 10000 clauses out of 20009 with flag 2495007/2495007
1277.52/666.41	c cleaning 10000 clauses out of 20006 with flag 2505004/2505004
1281.84/668.79	c cleaning 9994 clauses out of 20002 with flag 2515000/2515000
1286.71/671.34	c cleaning 10003 clauses out of 20013 with flag 2525005/2525005
1291.28/673.85	c cleaning 9997 clauses out of 20007 with flag 2535002/2535002
1295.57/676.16	c cleaning 9995 clauses out of 20010 with flag 2545002/2545002
1300.05/678.56	c cleaning 10004 clauses out of 20015 with flag 2555002/2555002
1305.14/681.25	c cleaning 10001 clauses out of 20014 with flag 2565005/2565005
1310.31/684.05	c cleaning 9987 clauses out of 20008 with flag 2575000/2575000
1315.20/686.65	c cleaning 10009 clauses out of 20027 with flag 2585006/2585006
1320.68/689.54	c cleaning 10015 clauses out of 20042 with flag 2595030/2595030
1325.21/691.93	c cleaning 9991 clauses out of 19997 with flag 2605000/2605000
1329.95/694.56	c cleaning 10009 clauses out of 20027 with flag 2615021/2615021
1334.24/696.88	c cleaning 9995 clauses out of 19997 with flag 2625000/2625000
1340.32/700.01	c cleaning 10008 clauses out of 20022 with flag 2635020/2635020
1346.01/703.01	c cleaning 9994 clauses out of 19997 with flag 2645003/2645003
1350.36/705.48	c cleaning 9996 clauses out of 20002 with flag 2655002/2655002
1355.45/708.13	c cleaning 10001 clauses out of 20010 with flag 2665006/2665006
1361.34/711.28	c cleaning 10007 clauses out of 20020 with flag 2675017/2675017
1367.82/714.61	c cleaning 9980 clauses out of 19996 with flag 2685000/2685000
1373.75/717.88	c cleaning 10010 clauses out of 20031 with flag 2695015/2695015
1378.23/720.28	c cleaning 10000 clauses out of 20009 with flag 2705003/2705003
1383.31/722.99	c cleaning 10007 clauses out of 20022 with flag 2715016/2715016
1388.39/725.63	c cleaning 9994 clauses out of 19999 with flag 2725000/2725000
1393.16/728.26	c cleaning 10005 clauses out of 20017 with flag 2735012/2735012
1398.41/731.03	c cleaning 9999 clauses out of 20007 with flag 2745007/2745007
1403.09/733.58	c cleaning 9997 clauses out of 20002 with flag 2755001/2755001
1408.76/736.53	c cleaning 9999 clauses out of 20006 with flag 2765002/2765002
1413.53/739.19	c cleaning 10005 clauses out of 20018 with flag 2775013/2775013
1418.57/741.89	c cleaning 9997 clauses out of 20003 with flag 2785003/2785003
1423.45/744.49	c cleaning 9993 clauses out of 20003 with flag 2795000/2795000
1428.73/747.26	c cleaning 10000 clauses out of 20010 with flag 2805000/2805000
1434.48/750.36	c cleaning 9999 clauses out of 20010 with flag 2815000/2815000
1439.56/753.09	c cleaning 10005 clauses out of 20015 with flag 2825004/2825004
1443.85/755.37	c cleaning 10000 clauses out of 20012 with flag 2835006/2835006
1448.76/757.92	c cleaning 10001 clauses out of 20011 with flag 2845005/2845005
1453.25/760.45	c cleaning 9995 clauses out of 20009 with flag 2855004/2855004
1457.94/762.91	c cleaning 10009 clauses out of 20025 with flag 2865015/2865015
1462.85/765.59	c cleaning 10000 clauses out of 20009 with flag 2875008/2875008
1467.14/767.85	c cleaning 10008 clauses out of 20027 with flag 2885026/2885026
1471.08/770.08	c cleaning 9990 clauses out of 19993 with flag 2895000/2895000
1475.17/772.23	c cleaning 9996 clauses out of 20003 with flag 2905000/2905000
1479.04/774.37	c cleaning 9998 clauses out of 20007 with flag 2915000/2915000
1482.90/776.48	c cleaning 10003 clauses out of 20016 with flag 2925007/2925007
1487.05/778.72	c cleaning 9995 clauses out of 20006 with flag 2935000/2935000
1490.70/780.79	c cleaning 10009 clauses out of 20026 with flag 2945015/2945015
1494.98/783.03	c cleaning 9997 clauses out of 20008 with flag 2955006/2955006
1499.06/785.21	c cleaning 9997 clauses out of 20005 with flag 2965000/2965000
1503.58/787.73	c cleaning 10007 clauses out of 20023 with flag 2975015/2975015
1508.44/790.35	c cleaning 9985 clauses out of 20018 with flag 2985017/2985017
1512.72/792.67	c cleaning 9997 clauses out of 20018 with flag 2995002/2995002
1517.62/795.28	c cleaning 9998 clauses out of 20019 with flag 3005000/3005000
1522.51/797.96	c cleaning 9995 clauses out of 20021 with flag 3015000/3015000
1527.60/800.60	c cleaning 10012 clauses out of 20031 with flag 3025005/3025005
1533.28/803.70	c cleaning 10007 clauses out of 20019 with flag 3035005/3035005
1537.76/806.00	c cleaning 10002 clauses out of 20014 with flag 3045007/3045007
1543.28/809.01	c cleaning 9982 clauses out of 20017 with flag 3055012/3055012
1547.37/811.28	c cleaning 10006 clauses out of 20024 with flag 3065001/3065001
1552.04/813.74	c cleaning 10008 clauses out of 20024 with flag 3075007/3075007
1557.52/816.64	c cleaning 10005 clauses out of 20017 with flag 3085008/3085008
1563.65/819.91	c cleaning 9987 clauses out of 20004 with flag 3095000/3095000
1568.32/822.47	c cleaning 9999 clauses out of 20033 with flag 3105016/3105016
1572.80/824.89	c cleaning 10005 clauses out of 20023 with flag 3115005/3115005
1577.89/827.52	c cleaning 10011 clauses out of 20030 with flag 3125017/3125017
1583.80/830.76	c cleaning 10003 clauses out of 20011 with flag 3135009/3135009
1588.27/833.16	c cleaning 9993 clauses out of 19999 with flag 3145000/3145000
1593.15/835.76	c cleaning 9997 clauses out of 20008 with flag 3155002/3155002
1597.43/838.03	c cleaning 10001 clauses out of 20011 with flag 3165002/3165002
1602.55/840.82	c cleaning 9998 clauses out of 20008 with flag 3175000/3175000
1607.22/843.35	c cleaning 10000 clauses out of 20010 with flag 3185000/3185000
1613.29/846.54	c cleaning 10006 clauses out of 20026 with flag 3195016/3195016
1617.36/848.73	c cleaning 10006 clauses out of 20024 with flag 3205020/3205020
1621.88/851.22	c cleaning 9994 clauses out of 20000 with flag 3215002/3215002
1626.38/853.62	c cleaning 9998 clauses out of 20005 with flag 3225001/3225001
1631.62/856.43	c cleaning 10001 clauses out of 20010 with flag 3235004/3235004
1636.52/859.06	c cleaning 9999 clauses out of 20010 with flag 3245005/3245005
1641.81/861.93	c cleaning 10002 clauses out of 20014 with flag 3255008/3255008
1646.91/864.62	c cleaning 10001 clauses out of 20010 with flag 3265006/3265006
1651.95/867.32	c cleaning 10005 clauses out of 20016 with flag 3275013/3275013
1656.81/869.97	c cleaning 10001 clauses out of 20012 with flag 3285014/3285014
1662.92/873.23	c cleaning 10000 clauses out of 20005 with flag 3295008/3295008
1668.38/876.11	c cleaning 9988 clauses out of 19999 with flag 3305002/3305002
1674.25/879.26	c cleaning 10001 clauses out of 20010 with flag 3315001/3315001
1678.52/881.59	c cleaning 10001 clauses out of 20011 with flag 3325003/3325003
1683.04/884.08	c cleaning 9999 clauses out of 20011 with flag 3335004/3335004
1687.30/886.32	c cleaning 9989 clauses out of 20017 with flag 3345009/3345009
1691.56/888.67	c cleaning 10005 clauses out of 20021 with flag 3355002/3355002
1696.23/891.12	c cleaning 10000 clauses out of 20014 with flag 3365000/3365000
1700.94/893.75	c cleaning 10002 clauses out of 20014 with flag 3375000/3375000
1705.41/896.13	c cleaning 10012 clauses out of 20039 with flag 3385027/3385027
1710.10/898.67	c cleaning 10008 clauses out of 20026 with flag 3395026/3395026
1714.94/901.29	c cleaning 9994 clauses out of 20000 with flag 3405008/3405008
1719.65/903.83	c cleaning 9993 clauses out of 19998 with flag 3415000/3415000
1724.56/906.42	c cleaning 10012 clauses out of 20030 with flag 3425025/3425025
1729.40/909.09	c cleaning 9994 clauses out of 19995 with flag 3435002/3435002
1735.07/912.09	c cleaning 9991 clauses out of 20018 with flag 3445019/3445019
1740.99/915.28	c cleaning 10004 clauses out of 20016 with flag 3455008/3455008
1745.05/917.42	c cleaning 10004 clauses out of 20019 with flag 3465015/3465015
1749.10/919.62	c cleaning 9998 clauses out of 20003 with flag 3475003/3475003
1753.33/921.99	c cleaning 9989 clauses out of 20011 with flag 3485009/3485009
1758.02/924.57	c cleaning 10003 clauses out of 20015 with flag 3495002/3495002
1762.87/927.14	c cleaning 10002 clauses out of 20016 with flag 3505006/3505006
1767.14/929.51	c cleaning 10006 clauses out of 20023 with flag 3515015/3515015
1771.56/931.83	c cleaning 9999 clauses out of 20008 with flag 3525006/3525006
1776.64/934.69	c cleaning 9997 clauses out of 20003 with flag 3535000/3535000
1781.89/937.43	c cleaning 9998 clauses out of 20007 with flag 3545001/3545001
1787.33/940.37	c cleaning 10002 clauses out of 20012 with flag 3555004/3555004
1792.98/943.34	c cleaning 10001 clauses out of 20007 with flag 3565001/3565001
1797.27/945.78	c cleaning 10001 clauses out of 20008 with flag 3575003/3575003
1800.13/947.32	c starts		: 251
1800.13/947.32	c conflicts		: 3581345
1800.13/947.32	c decisions		: 12542630
1800.13/947.32	c propagations		: 74914146
1800.13/947.32	c inspects		: 4402625014
1800.13/947.32	c shortcuts		: 0
1800.13/947.32	c learnt literals	: 0
1800.13/947.32	c learnt binary clauses	: 0
1800.13/947.32	c learnt ternary clauses	: 1654
1800.13/947.32	c learnt constraints	: 3581345
1800.13/947.32	c ignored constraints	: 0
1800.13/947.32	c root simplifications	: 0
1800.13/947.32	c removed literals (reason simplification)	: 107968329
1800.13/947.32	c reason swapping (by a shorter reason)	: 0
1800.13/947.32	c Calls to reduceDB	: 359
1800.13/947.32	c number of reductions to clauses (during analyze)	: 0
1800.13/947.32	c number of learned constraints concerned by reduction	: 0
1800.13/947.32	c number of learning phase by resolution	: 0
1800.13/947.32	c number of learning phase by cutting planes	: 0
1800.13/947.32	c speed (assignments/second)	: 79116.83423453869
1800.13/947.32	c non guided choices	3096
1800.13/947.33	c learnt constraints type 
1800.13/947.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16369
1800.13/947.33	c constraints type 
1800.13/947.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
1800.13/947.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.13/947.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.13/947.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3038
1800.13/947.33	c constraints type 
1800.13/947.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.13/947.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
1800.13/947.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.13/947.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.13/947.33	s UNKNOWN
1800.13/947.33	c Total wall clock time (in seconds): 947.224

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-3453639-1307195876/watcher-3453639-1307195876 -o /tmp/evaluation-result-3453639-1307195876/solver-3453639-1307195876 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453639-1307195876.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.13 2.92 3.29 5/467 26962
/proc/meminfo: memFree=29858192/32950928 swapFree=34365992/67111528
[pid=26962] ppid=26960 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/26962/stat : 26962 (java) S 26960 26962 26457 0 -1 4202496 4604 0 1 0 0 0 0 0 25 0 2 0 831186323 10694979584 4305 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/26962/statm: 2611079 4319 917 9 0 2602235 0
[pid=26962/tid=26963] ppid=26960 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26963/stat : 26963 (java) R 26960 26962 26457 0 -1 4202560 6111 0 1 0 0 0 0 0 25 0 2 0 831186324 10694979584 6926 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.060072 s]
/proc/loadavg: 3.13 2.92 3.29 5/467 26962
/proc/meminfo: memFree=29858192/32950928 swapFree=34365992/67111528
[pid=26962] ppid=26960 vsize=10472924 CPUtime=0.05 cores=1,3,5,7
/proc/26962/stat : 26962 (java) S 26960 26962 26457 0 -1 4202496 11680 0 1 0 4 1 0 0 25 0 18 0 831186323 10724274176 11376 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26962/statm: 2618231 11376 1733 9 0 2608972 0
[pid=26962/tid=26963] ppid=26960 vsize=10472924 CPUtime=0.04 cores=1,3,5,7
/proc/26962/task/26963/stat : 26963 (java) R 26960 26962 26457 0 -1 4202560 10506 0 1 0 3 1 0 0 25 0 18 0 831186324 10724274176 11377 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 47435611122750 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472924

[startup+0.101064 s]
/proc/loadavg: 3.13 2.92 3.29 5/467 26962
/proc/meminfo: memFree=29858192/32950928 swapFree=34365992/67111528
[pid=26962] ppid=26960 vsize=10540452 CPUtime=0.11 cores=1,3,5,7
/proc/26962/stat : 26962 (java) S 26960 26962 26457 0 -1 4202496 13184 0 1 0 9 2 0 0 25 0 18 0 831186323 10793422848 12841 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26962/statm: 2635113 12841 2092 9 0 2625847 0
[pid=26962/tid=26963] ppid=26960 vsize=10540452 CPUtime=0.08 cores=1,3,5,7
/proc/26962/task/26963/stat : 26963 (java) R 26960 26962 26457 0 -1 4202560 11211 0 1 0 7 1 0 0 25 0 18 0 831186324 10793422848 12842 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 47435611462483 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540452

[startup+0.300972 s]
/proc/loadavg: 3.13 2.92 3.29 5/467 26962
/proc/meminfo: memFree=29858192/32950928 swapFree=34365992/67111528
[pid=26962] ppid=26960 vsize=10545228 CPUtime=0.48 cores=1,3,5,7
/proc/26962/stat : 26962 (java) S 26960 26962 26457 0 -1 4202496 16547 0 1 0 46 2 0 0 25 0 18 0 831186323 10798313472 15957 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26962/statm: 2636307 15957 2212 9 0 2627041 0
[pid=26962/tid=26963] ppid=26960 vsize=10545228 CPUtime=0.29 cores=1,3,5,7
/proc/26962/task/26963/stat : 26963 (java) R 26960 26962 26457 0 -1 4202560 13031 0 1 0 27 2 0 0 25 0 18 0 831186324 10798313472 15957 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505571505 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10545228

[startup+0.700905 s]
/proc/loadavg: 3.13 2.92 3.29 5/467 26962
/proc/meminfo: memFree=29858192/32950928 swapFree=34365992/67111528
[pid=26962] ppid=26960 vsize=10557468 CPUtime=1.86 cores=1,3,5,7
/proc/26962/stat : 26962 (java) S 26960 26962 26457 0 -1 4202496 28792 0 1 0 182 4 0 0 25 0 22 0 831186323 10810847232 24311 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26962/statm: 2639367 24311 2234 9 0 2630101 0
[pid=26962/tid=26963] ppid=26960 vsize=10557468 CPUtime=0.43 cores=1,3,5,7
/proc/26962/task/26963/stat : 26963 (java) S 26960 26962 26457 0 -1 4202560 16004 0 1 0 41 2 0 0 25 0 22 0 831186324 10810847232 24311 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10557468

[startup+1.50077 s]
/proc/loadavg: 3.13 2.92 3.29 6/489 26984
/proc/meminfo: memFree=29747032/32950928 swapFree=34365992/67111528
[pid=26962] ppid=26960 vsize=10559572 CPUtime=4.31 cores=1,3,5,7
/proc/26962/stat : 26962 (java) S 26960 26962 26457 0 -1 4202496 59185 0 1 0 423 8 0 0 25 0 22 0 831186323 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26962/statm: 2639893 50114 2242 9 0 2630627 0
[pid=26962/tid=26963] ppid=26960 vsize=10559572 CPUtime=0.43 cores=1,3,5,7
/proc/26962/task/26963/stat : 26963 (java) S 26960 26962 26457 0 -1 4202560 16004 0 1 0 41 2 0 0 15 0 22 0 831186324 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26965] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186325 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26966] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 26457 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831186325 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26967] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186325 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186325 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186325 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186325 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26971] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26971/stat : 26971 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186325 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26972] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26972/stat : 26972 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186325 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26973] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26973/stat : 26973 (java) S 26960 26962 26457 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 831186327 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 0 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26974] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26974/stat : 26974 (java) S 26960 26962 26457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831186327 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26975] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26975/stat : 26975 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186327 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26976] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26976/stat : 26976 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186329 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606690225 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26977] ppid=26960 vsize=10559572 CPUtime=0.9 cores=1,3,5,7
/proc/26962/task/26977/stat : 26977 (java) S 26960 26962 26457 0 -1 4202560 8187 0 0 0 89 1 0 0 22 0 22 0 831186329 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26978] ppid=26960 vsize=10559572 CPUtime=0.87 cores=1,3,5,7
/proc/26962/task/26978/stat : 26978 (java) S 26960 26962 26457 0 -1 4202560 7631 0 0 0 86 1 0 0 25 0 22 0 831186329 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26979] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26979/stat : 26979 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186329 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26980] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26980/stat : 26980 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831186329 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26981] ppid=26960 vsize=10559572 CPUtime=1.05 cores=1,3,5,7
/proc/26962/task/26981/stat : 26981 (java) R 26960 26962 26457 0 -1 4202560 947 0 0 0 105 0 0 0 25 0 22 0 831186368 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505962814 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26962/tid=26982] ppid=26960 vsize=10559572 CPUtime=1.03 cores=1,3,5,7
/proc/26962/task/26982/stat : 26982 (java) R 26960 26962 26457 0 -1 4202560 25249 0 0 0 100 3 0 0 25 0 22 0 831186368 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505936597 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26962/tid=26983] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26983/stat : 26983 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26984] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26984/stat : 26984 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10813001728 50114 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 10559572

[startup+3.10149 s]
/proc/loadavg: 3.20 2.94 3.29 5/489 26984
/proc/meminfo: memFree=29545780/32950928 swapFree=34365992/67111528
[pid=26962] ppid=26960 vsize=10559572 CPUtime=7.73 cores=1,3,5,7
/proc/26962/stat : 26962 (java) S 26960 26962 26457 0 -1 4202496 116307 0 1 0 758 15 0 0 25 0 22 0 831186323 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26962/statm: 2639893 105773 2269 9 0 2630627 0
[pid=26962/tid=26963] ppid=26960 vsize=10559572 CPUtime=0.43 cores=1,3,5,7
/proc/26962/task/26963/stat : 26963 (java) S 26960 26962 26457 0 -1 4202560 16004 0 1 0 41 2 0 0 15 0 22 0 831186324 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26965] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831186325 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26966] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 26457 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831186325 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26967] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 26457 0 -1 4202560 450 0 0 0 0 0 0 0 18 0 22 0 831186325 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 26457 0 -1 4202560 549 0 0 0 0 0 0 0 18 0 22 0 831186325 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 26457 0 -1 4202560 167 0 0 0 0 0 0 0 18 0 22 0 831186325 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831186325 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26971] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26971/stat : 26971 (java) S 26960 26962 26457 0 -1 4202560 657 0 0 0 0 0 0 0 18 0 22 0 831186325 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26972] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26972/stat : 26972 (java) S 26960 26962 26457 0 -1 4202560 621 0 0 0 0 0 0 0 18 0 22 0 831186325 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26973] ppid=26960 vsize=10559572 CPUtime=0.03 cores=1,3,5,7
/proc/26962/task/26973/stat : 26973 (java) S 26960 26962 26457 0 -1 4202560 2411 0 0 0 3 0 0 0 16 0 22 0 831186327 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 0 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26974] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26974/stat : 26974 (java) S 26960 26962 26457 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831186327 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26975] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26975/stat : 26975 (java) S 26960 26962 26457 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831186327 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26976] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26976/stat : 26976 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186329 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606690225 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26977] ppid=26960 vsize=10559572 CPUtime=1.08 cores=1,3,5,7
/proc/26962/task/26977/stat : 26977 (java) S 26960 26962 26457 0 -1 4202560 9666 0 0 0 107 1 0 0 15 0 22 0 831186329 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26978] ppid=26960 vsize=10559572 CPUtime=0.93 cores=1,3,5,7
/proc/26962/task/26978/stat : 26978 (java) S 26960 26962 26457 0 -1 4202560 7643 0 0 0 92 1 0 0 15 0 22 0 831186329 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26979] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26979/stat : 26979 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186329 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26980] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26980/stat : 26980 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831186329 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26981] ppid=26960 vsize=10559572 CPUtime=2.6 cores=1,3,5,7
/proc/26962/task/26981/stat : 26981 (java) R 26960 26962 26457 0 -1 4202560 1385 0 0 0 260 0 0 0 25 0 22 0 831186368 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505866896 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26962/tid=26982] ppid=26960 vsize=10559572 CPUtime=2.58 cores=1,3,5,7
/proc/26962/task/26982/stat : 26982 (java) R 26960 26962 26457 0 -1 4202560 75592 0 0 0 250 8 0 0 25 0 22 0 831186368 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505936442 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26962/tid=26983] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26983/stat : 26983 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26984] ppid=26960 vsize=10559572 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26984/stat : 26984 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10813001728 105773 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 10559572

[startup+6.30092 s]
/proc/loadavg: 3.20 2.94 3.29 5/489 26984
/proc/meminfo: memFree=29303472/32950928 swapFree=34365992/67111528
[pid=26962] ppid=26960 vsize=10556692 CPUtime=14.09 cores=1,3,5,7
/proc/26962/stat : 26962 (java) S 26960 26962 26457 0 -1 4202496 174968 0 1 0 1388 21 0 0 25 0 22 0 831186323 10810052608 163708 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26962/statm: 2639173 163708 2269 9 0 2629907 0
[pid=26962/tid=26963] ppid=26960 vsize=10556692 CPUtime=0.43 cores=1,3,5,7
/proc/26962/task/26963/stat : 26963 (java) S 26960 26962 26457 0 -1 4202560 16004 0 1 0 41 2 0 0 15 0 22 0 831186324 10810052608 163708 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26965] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 26457 0 -1 4202560 549 0 0 0 0 0 0 0 16 0 22 0 831186325 10810052608 163708 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26966] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 26457 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831186325 10810052608 163708 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26967] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 26457 0 -1 4202560 450 0 0 0 0 0 0 0 15 0 22 0 831186325 10810052608 163708 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 26457 0 -1 4202560 919 0 0 0 0 0 0 0 15 0 22 0 831186325 10810052608 163708 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 26457 0 -1 4202560 602 0 0 0 0 0 0 0 15 0 22 0 831186325 10810052608 163708 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 831186325 10810052608 163708 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26971] ppid=26960 vsize=10556692 CPUtime=0.01 cores=1,3,5,7
/proc/26962/task/26971/stat : 26971 (java) S 26960 26962 26457 0 -1 4202560 1091 0 0 0 1 0 0 0 18 0 22 0 831186325 10810052608 163708 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26972] ppid=26960 vsize=10556692 CPUtime=0.01 cores=1,3,5,7
/proc/26962/task/26972/stat : 26972 (java) S 26960 26962 26457 0 -1 4202560 626 0 0 0 1 0 0 0 16 0 22 0 831186325 10810052608 163708 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0

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

[pid=26962/tid=26982] ppid=26960 vsize=10556692 CPUtime=788.49 cores=1,3,5,7
/proc/26962/task/26982/stat : 26982 (java) R 26960 26962 26457 0 -1 4202560 333478 0 0 0 78809 40 0 0 20 0 22 0 831186368 10810052608 413663 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505937427 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26962/tid=26983] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26983/stat : 26983 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10810052608 413663 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26984] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26984/stat : 26984 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10810052608 413663 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1679.64
Current children cumulated vsize (KiB) 10556692

[startup+942.301 s]
/proc/loadavg: 3.55 3.66 3.58 4/489 27138
/proc/meminfo: memFree=26111184/32950928 swapFree=34365992/67111528
[pid=26962] ppid=26960 vsize=10556692 CPUtime=1790.98 cores=1,3,5,7
/proc/26962/stat : 26962 (java) S 26960 26962 26457 0 -1 4202496 431874 0 1 0 179038 60 0 0 25 0 22 0 831186323 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26962/statm: 2639173 415954 2270 9 0 2629907 0
[pid=26962/tid=26963] ppid=26960 vsize=10556692 CPUtime=0.43 cores=1,3,5,7
/proc/26962/task/26963/stat : 26963 (java) S 26960 26962 26457 0 -1 4202560 16075 0 1 0 41 2 0 0 15 0 22 0 831186324 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26965] ppid=26960 vsize=10556692 CPUtime=1.12 cores=1,3,5,7
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 26457 0 -1 4202560 804 0 0 0 112 0 0 0 15 0 22 0 831186325 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26966] ppid=26960 vsize=10556692 CPUtime=1.18 cores=1,3,5,7
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 26457 0 -1 4202560 155 0 0 0 118 0 0 0 16 0 22 0 831186325 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26967] ppid=26960 vsize=10556692 CPUtime=1.16 cores=1,3,5,7
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 26457 0 -1 4202560 1048 0 0 0 116 0 0 0 16 0 22 0 831186325 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=10556692 CPUtime=1.22 cores=1,3,5,7
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 26457 0 -1 4202560 1102 0 0 0 122 0 0 0 16 0 22 0 831186325 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=10556692 CPUtime=1.15 cores=1,3,5,7
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 26457 0 -1 4202560 870 0 0 0 115 0 0 0 15 0 22 0 831186325 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=10556692 CPUtime=1.17 cores=1,3,5,7
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 26457 0 -1 4202560 191 0 0 0 117 0 0 0 15 0 22 0 831186325 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26971] ppid=26960 vsize=10556692 CPUtime=1.22 cores=1,3,5,7
/proc/26962/task/26971/stat : 26971 (java) S 26960 26962 26457 0 -1 4202560 1385 0 0 0 122 0 0 0 16 0 22 0 831186325 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26972] ppid=26960 vsize=10556692 CPUtime=1.17 cores=1,3,5,7
/proc/26962/task/26972/stat : 26972 (java) S 26960 26962 26457 0 -1 4202560 885 0 0 0 117 0 0 0 15 0 22 0 831186325 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26973] ppid=26960 vsize=10556692 CPUtime=99.56 cores=1,3,5,7
/proc/26962/task/26973/stat : 26973 (java) S 26960 26962 26457 0 -1 4202560 51079 0 0 0 9949 7 0 0 15 0 22 0 831186327 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 0 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26974] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26974/stat : 26974 (java) S 26960 26962 26457 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831186327 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26975] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26975/stat : 26975 (java) S 26960 26962 26457 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831186327 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26976] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26976/stat : 26976 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186329 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606690225 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26977] ppid=26960 vsize=10556692 CPUtime=1.52 cores=1,3,5,7
/proc/26962/task/26977/stat : 26977 (java) S 26960 26962 26457 0 -1 4202560 13944 0 0 0 151 1 0 0 15 0 22 0 831186329 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26978] ppid=26960 vsize=10556692 CPUtime=1.32 cores=1,3,5,7
/proc/26962/task/26978/stat : 26978 (java) S 26960 26962 26457 0 -1 4202560 7682 0 0 0 131 1 0 0 15 0 22 0 831186329 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26979] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26979/stat : 26979 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186329 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26980] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26980/stat : 26980 (java) S 26960 26962 26457 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 831186329 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26981] ppid=26960 vsize=10556692 CPUtime=839.33 cores=1,3,5,7
/proc/26962/task/26981/stat : 26981 (java) R 26960 26962 26457 0 -1 4202560 1964 0 0 0 83932 1 0 0 25 0 22 0 831186368 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505962507 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26962/tid=26982] ppid=26960 vsize=10556692 CPUtime=839.28 cores=1,3,5,7
/proc/26962/task/26982/stat : 26982 (java) R 26960 26962 26457 0 -1 4202560 333478 0 0 0 83888 40 0 0 25 0 22 0 831186368 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505571636 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26962/tid=26983] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26983/stat : 26983 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26984] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26984/stat : 26984 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10810052608 415954 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1790.98
Current children cumulated vsize (KiB) 10556692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+947.301 s]
/proc/loadavg: 3.62 3.67 3.58 4/489 27141
/proc/meminfo: memFree=26100764/32950928 swapFree=34365992/67111528
[pid=26962] ppid=26960 vsize=10556692 CPUtime=1800.13 cores=1,3,5,7
/proc/26962/stat : 26962 (java) S 26960 26962 26457 0 -1 4202496 431877 0 1 0 179953 60 0 0 25 0 22 0 831186323 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26962/statm: 2639173 415955 2270 9 0 2629907 0
[pid=26962/tid=26963] ppid=26960 vsize=10556692 CPUtime=0.43 cores=1,3,5,7
/proc/26962/task/26963/stat : 26963 (java) S 26960 26962 26457 0 -1 4202560 16075 0 1 0 41 2 0 0 15 0 22 0 831186324 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26965] ppid=26960 vsize=10556692 CPUtime=1.13 cores=1,3,5,7
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 26457 0 -1 4202560 804 0 0 0 113 0 0 0 16 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26966] ppid=26960 vsize=10556692 CPUtime=1.18 cores=1,3,5,7
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 26457 0 -1 4202560 155 0 0 0 118 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26967] ppid=26960 vsize=10556692 CPUtime=1.16 cores=1,3,5,7
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 26457 0 -1 4202560 1048 0 0 0 116 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=10556692 CPUtime=1.23 cores=1,3,5,7
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 26457 0 -1 4202560 1102 0 0 0 123 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=10556692 CPUtime=1.16 cores=1,3,5,7
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 26457 0 -1 4202560 870 0 0 0 116 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=10556692 CPUtime=1.17 cores=1,3,5,7
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 26457 0 -1 4202560 191 0 0 0 117 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26971] ppid=26960 vsize=10556692 CPUtime=1.24 cores=1,3,5,7
/proc/26962/task/26971/stat : 26971 (java) S 26960 26962 26457 0 -1 4202560 1386 0 0 0 124 0 0 0 16 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26972] ppid=26960 vsize=10556692 CPUtime=1.18 cores=1,3,5,7
/proc/26962/task/26972/stat : 26972 (java) S 26960 26962 26457 0 -1 4202560 885 0 0 0 118 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26973] ppid=26960 vsize=10556692 CPUtime=100.47 cores=1,3,5,7
/proc/26962/task/26973/stat : 26973 (java) S 26960 26962 26457 0 -1 4202560 51079 0 0 0 10040 7 0 0 15 0 22 0 831186327 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 0 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26974] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26974/stat : 26974 (java) S 26960 26962 26457 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831186327 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26975] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26975/stat : 26975 (java) S 26960 26962 26457 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831186327 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26976] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26976/stat : 26976 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186329 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606690225 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26977] ppid=26960 vsize=10556692 CPUtime=1.52 cores=1,3,5,7
/proc/26962/task/26977/stat : 26977 (java) S 26960 26962 26457 0 -1 4202560 13944 0 0 0 151 1 0 0 15 0 22 0 831186329 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26978] ppid=26960 vsize=10556692 CPUtime=1.32 cores=1,3,5,7
/proc/26962/task/26978/stat : 26978 (java) S 26960 26962 26457 0 -1 4202560 7682 0 0 0 131 1 0 0 15 0 22 0 831186329 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26979] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26979/stat : 26979 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186329 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26980] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26980/stat : 26980 (java) S 26960 26962 26457 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 831186329 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26981] ppid=26960 vsize=10556692 CPUtime=843.42 cores=1,3,5,7
/proc/26962/task/26981/stat : 26981 (java) R 26960 26962 26457 0 -1 4202560 1966 0 0 0 84341 1 0 0 25 0 22 0 831186368 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505829628 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26962/tid=26982] ppid=26960 vsize=10556692 CPUtime=843.37 cores=1,3,5,7
/proc/26962/task/26982/stat : 26982 (java) R 26960 26962 26457 0 -1 4202560 333478 0 0 0 84297 40 0 0 25 0 22 0 831186368 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505938745 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26962/tid=26983] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26983/stat : 26983 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26984] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26984/stat : 26984 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 10556692

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

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

[startup+947.301 s]
/proc/loadavg: 3.62 3.67 3.58 4/489 27141
/proc/meminfo: memFree=26100764/32950928 swapFree=34365992/67111528
[pid=26962] ppid=26960 vsize=10556692 CPUtime=1800.13 cores=1,3,5,7
/proc/26962/stat : 26962 (java) S 26960 26962 26457 0 -1 4202496 431877 0 1 0 179953 60 0 0 25 0 22 0 831186323 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26962/statm: 2639173 415955 2270 9 0 2629907 0
[pid=26962/tid=26963] ppid=26960 vsize=10556692 CPUtime=0.43 cores=1,3,5,7
/proc/26962/task/26963/stat : 26963 (java) S 26960 26962 26457 0 -1 4202560 16075 0 1 0 41 2 0 0 15 0 22 0 831186324 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26965] ppid=26960 vsize=10556692 CPUtime=1.13 cores=1,3,5,7
/proc/26962/task/26965/stat : 26965 (java) S 26960 26962 26457 0 -1 4202560 804 0 0 0 113 0 0 0 16 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26966] ppid=26960 vsize=10556692 CPUtime=1.18 cores=1,3,5,7
/proc/26962/task/26966/stat : 26966 (java) S 26960 26962 26457 0 -1 4202560 155 0 0 0 118 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26967] ppid=26960 vsize=10556692 CPUtime=1.16 cores=1,3,5,7
/proc/26962/task/26967/stat : 26967 (java) S 26960 26962 26457 0 -1 4202560 1048 0 0 0 116 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26968] ppid=26960 vsize=10556692 CPUtime=1.23 cores=1,3,5,7
/proc/26962/task/26968/stat : 26968 (java) S 26960 26962 26457 0 -1 4202560 1102 0 0 0 123 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26969] ppid=26960 vsize=10556692 CPUtime=1.16 cores=1,3,5,7
/proc/26962/task/26969/stat : 26969 (java) S 26960 26962 26457 0 -1 4202560 870 0 0 0 116 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26970] ppid=26960 vsize=10556692 CPUtime=1.17 cores=1,3,5,7
/proc/26962/task/26970/stat : 26970 (java) S 26960 26962 26457 0 -1 4202560 191 0 0 0 117 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26971] ppid=26960 vsize=10556692 CPUtime=1.24 cores=1,3,5,7
/proc/26962/task/26971/stat : 26971 (java) S 26960 26962 26457 0 -1 4202560 1386 0 0 0 124 0 0 0 16 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26972] ppid=26960 vsize=10556692 CPUtime=1.18 cores=1,3,5,7
/proc/26962/task/26972/stat : 26972 (java) S 26960 26962 26457 0 -1 4202560 885 0 0 0 118 0 0 0 15 0 22 0 831186325 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
[pid=26962/tid=26973] ppid=26960 vsize=10556692 CPUtime=100.47 cores=1,3,5,7
/proc/26962/task/26973/stat : 26973 (java) S 26960 26962 26457 0 -1 4202560 51079 0 0 0 10040 7 0 0 15 0 22 0 831186327 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 0 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26974] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26974/stat : 26974 (java) S 26960 26962 26457 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831186327 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26975] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26975/stat : 26975 (java) S 26960 26962 26457 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831186327 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26976] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26976/stat : 26976 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186329 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606690225 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26977] ppid=26960 vsize=10556692 CPUtime=1.52 cores=1,3,5,7
/proc/26962/task/26977/stat : 26977 (java) S 26960 26962 26457 0 -1 4202560 13944 0 0 0 151 1 0 0 15 0 22 0 831186329 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 5 0 0 0
[pid=26962/tid=26978] ppid=26960 vsize=10556692 CPUtime=1.32 cores=1,3,5,7
/proc/26962/task/26978/stat : 26978 (java) S 26960 26962 26457 0 -1 4202560 7682 0 0 0 131 1 0 0 15 0 22 0 831186329 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 3 0 0 0
[pid=26962/tid=26979] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26979/stat : 26979 (java) S 26960 26962 26457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831186329 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606682521 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26980] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26980/stat : 26980 (java) S 26960 26962 26457 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 831186329 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26981] ppid=26960 vsize=10556692 CPUtime=843.42 cores=1,3,5,7
/proc/26962/task/26981/stat : 26981 (java) R 26960 26962 26457 0 -1 4202560 1966 0 0 0 84341 1 0 0 25 0 22 0 831186368 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505829628 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26962/tid=26982] ppid=26960 vsize=10556692 CPUtime=843.37 cores=1,3,5,7
/proc/26962/task/26982/stat : 26982 (java) R 26960 26962 26457 0 -1 4202560 333478 0 0 0 84297 40 0 0 25 0 22 0 831186368 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 46912505938745 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26962/tid=26983] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26983/stat : 26983 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 1 0 0 0
[pid=26962/tid=26984] ppid=26960 vsize=10556692 CPUtime=0 cores=1,3,5,7
/proc/26962/task/26984/stat : 26984 (java) S 26960 26962 26457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831186369 10810052608 415955 33554432000 1073741824 1073778376 140734254149440 18446744073709551615 235606683136 0 4 0 16800975 18446604459465001152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 10556692

Child status: 143
Real time (s): 947.397
CPU time (s): 1800.25
CPU user time (s): 1799.59
CPU system time (s): 0.668898
CPU usage (%): 190.021
Max. virtual memory (cumulated for all children) (KiB): 10561972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.668898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 431908
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= 32371
involuntary context switches= 21000

runsolver used 4.5763 second user time and 10.0975 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-04 15:57:56
IDJOB=3453639
IDBENCH=48348
IDSOLVER=1950
FILE ID=node120/3453639-1307195876
RUNJOBID= node120-1307195796-26476
PBS_JOBID= 13508876
Free space on /tmp= 73820 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453639-1307195876/watcher-3453639-1307195876 -o /tmp/evaluation-result-3453639-1307195876/solver-3453639-1307195876 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453639-1307195876.opb

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

MD5SUM BENCH= 0df66f3e832b73f1cdf8165c8cc1c11b
RANDOM SEED=1632465649

node120.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.809
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.61
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      29858472 kB
Buffers:        317268 kB
Cached:        1016504 kB
SwapCached:      12852 kB
Active:        1820460 kB
Inactive:       976260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29858472 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:             644 kB
Writeback:           0 kB
AnonPages:     1460324 kB
Mapped:          17540 kB
Slab:           134636 kB
PageTables:      94288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 115751000 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= 73816 MiB
End job on node120 at 2011-06-04 16:13:45