Trace number 3453939

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)5 1800.27 939.887

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_4.opb
MD5SUM4c6ab7a9b1b11dc4bf8c6231156cc585
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1.86272
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint41
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3070
Sum of products size (including duplicates)6140
Number of different products3070
Sum of products size6140

Quality of the solution as a function of time


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

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.10	c version 2.3.1.v20110525
0.02/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.10	c java.vm.version	19.1-b02
0.02/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.10	c sun.arch.data.model	64
0.02/0.10	c java.version		1.6.0_24
0.02/0.10	c os.name		Linux
0.02/0.10	c os.version		2.6.18-164.el5
0.02/0.10	c os.arch		amd64
0.02/0.10	c Free memory 		9996466904
0.02/0.10	c Max memory 		10048897024
0.02/0.10	c Total memory 		10048897024
0.02/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3453939-1307194568.opb
0.10/0.12	c reading problem ... 
0.44/0.39	c ... done. Wall clock time 0.272s.
0.44/0.39	c #vars     3170
0.44/0.39	c #constraints  6240
0.44/0.39	c constraints type 
0.44/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3170
0.44/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3070
0.44/0.39	c constraints type 
0.44/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3170
0.44/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
0.71/0.43	c  And the winner is Resolution
1.06/0.90	c SATISFIABLE
1.06/0.90	c OPTIMIZING...
1.06/0.90	c Got one! Elapsed wall clock time (in seconds):0.782
1.06/0.90	o 8
1.06/0.98	c  And the winner is Resolution
1.47/1.41	c Got one! Elapsed wall clock time (in seconds):1.288
1.47/1.41	o 7
2.61/1.73	c  And the winner is Resolution
2.69/1.91	c Got one! Elapsed wall clock time (in seconds):1.794
2.69/1.91	o 6
4.22/2.64	c cleaning 2923 clauses out of 5851 with flag 4002/5851
6.28/3.66	c cleaning 4460 clauses out of 8926 with flag 10000/11849
8.70/4.80	c cleaning 5732 clauses out of 11466 with flag 17000/18849
11.28/6.15	c cleaning 6866 clauses out of 13738 with flag 25004/26853
14.66/7.85	c cleaning 7930 clauses out of 15868 with flag 34000/35849
18.21/9.60	c cleaning 8966 clauses out of 17938 with flag 44000/45849
21.55/11.36	c cleaning 9482 clauses out of 18972 with flag 54000/55849
25.33/13.24	c cleaning 9742 clauses out of 19490 with flag 64000/65849
28.80/15.04	c cleaning 9872 clauses out of 19749 with flag 74001/75850
32.34/16.80	c cleaning 9934 clauses out of 19876 with flag 84000/85849
35.66/18.56	c cleaning 9968 clauses out of 19943 with flag 94001/95850
39.39/20.43	c cleaning 9985 clauses out of 19977 with flag 104003/105852
43.27/22.44	c cleaning 9991 clauses out of 19992 with flag 114003/115852
46.97/24.37	c cleaning 9996 clauses out of 19998 with flag 124000/125849
50.68/26.25	c cleaning 9998 clauses out of 20003 with flag 134001/135850
54.40/28.16	c cleaning 9999 clauses out of 20006 with flag 144002/145851
58.25/30.12	c cleaning 9999 clauses out of 20006 with flag 154001/155850
61.95/32.09	c cleaning 10001 clauses out of 20007 with flag 164001/165850
65.65/34.01	c cleaning 10003 clauses out of 20010 with flag 174005/175854
69.15/35.78	c cleaning 9997 clauses out of 20003 with flag 184001/185850
72.79/37.67	c cleaning 10000 clauses out of 20006 with flag 194001/195850
76.50/39.58	c cleaning 9999 clauses out of 20005 with flag 204000/205849
80.57/41.69	c cleaning 9999 clauses out of 20006 with flag 214000/215849
85.07/44.00	c cleaning 10001 clauses out of 20007 with flag 224000/225849
89.50/46.23	c cleaning 10001 clauses out of 20012 with flag 234006/235855
93.58/48.34	c cleaning 9999 clauses out of 20005 with flag 244000/245849
97.85/50.60	c cleaning 9998 clauses out of 20006 with flag 254000/255849
101.71/52.55	c cleaning 10002 clauses out of 20012 with flag 264004/265853
105.51/54.52	c cleaning 10000 clauses out of 20007 with flag 274001/275850
109.57/56.68	c cleaning 10001 clauses out of 20006 with flag 284000/285849
113.44/58.66	c cleaning 10001 clauses out of 20009 with flag 294004/295853
116.92/60.45	c cleaning 9998 clauses out of 20006 with flag 304002/305851
120.48/62.31	c cleaning 9998 clauses out of 20006 with flag 314000/315849
124.14/64.24	c cleaning 9997 clauses out of 20008 with flag 324000/325849
128.19/66.31	c cleaning 10000 clauses out of 20011 with flag 334000/335849
129.04/66.82	c  And the winner is Resolution
130.26/68.04	c Got one! Elapsed wall clock time (in seconds):67.919
130.26/68.04	o 5
131.43/68.65	c cleaning 7847 clauses out of 15701 with flag 4008/341539
133.81/69.91	c cleaning 6918 clauses out of 13846 with flag 10000/347531
136.46/71.38	c cleaning 6965 clauses out of 13938 with flag 17010/354541
139.71/73.09	c cleaning 7479 clauses out of 14963 with flag 25000/362531
143.56/75.00	c cleaning 8242 clauses out of 16490 with flag 34006/371537
148.12/77.49	c cleaning 9117 clauses out of 18243 with flag 44001/381532
153.17/80.07	c cleaning 9565 clauses out of 19134 with flag 54009/391540
158.22/82.61	c cleaning 9777 clauses out of 19561 with flag 64001/401532
163.06/85.17	c cleaning 9890 clauses out of 19784 with flag 74001/411532
167.42/87.48	c cleaning 9945 clauses out of 19893 with flag 84000/421531
172.06/89.81	c cleaning 9969 clauses out of 19948 with flag 94000/431531
176.92/92.32	c cleaning 9986 clauses out of 19980 with flag 104001/441532
181.37/94.69	c cleaning 9995 clauses out of 19994 with flag 114001/451532
186.11/97.16	c cleaning 9993 clauses out of 19998 with flag 124000/461531
190.55/99.48	c cleaning 9997 clauses out of 20006 with flag 134001/471532
194.98/101.79	c cleaning 10000 clauses out of 20008 with flag 144000/481531
199.64/104.15	c cleaning 10001 clauses out of 20010 with flag 154002/491533
204.20/106.55	c cleaning 10001 clauses out of 20007 with flag 164000/501531
208.87/108.94	c cleaning 9999 clauses out of 20006 with flag 174000/511531
213.48/111.33	c cleaning 10000 clauses out of 20010 with flag 184003/521534
218.11/113.76	c cleaning 10002 clauses out of 20012 with flag 194005/531536
223.07/116.33	c cleaning 9999 clauses out of 20008 with flag 204003/541534
227.73/118.80	c cleaning 10000 clauses out of 20008 with flag 214002/551533
232.55/121.26	c cleaning 10000 clauses out of 20009 with flag 224003/561534
237.79/123.91	c cleaning 9999 clauses out of 20012 with flag 234006/571537
242.78/126.53	c cleaning 10000 clauses out of 20010 with flag 244003/581534
247.99/129.21	c cleaning 10000 clauses out of 20007 with flag 254000/591531
253.03/131.84	c cleaning 10001 clauses out of 20008 with flag 264001/601532
257.86/134.36	c cleaning 10001 clauses out of 20009 with flag 274003/611534
262.42/136.73	c cleaning 9997 clauses out of 20006 with flag 284001/621532
267.27/139.22	c cleaning 9999 clauses out of 20008 with flag 294000/631531
271.91/141.65	c cleaning 10001 clauses out of 20010 with flag 304001/641532
276.95/144.22	c cleaning 9998 clauses out of 20008 with flag 314000/651531
281.91/146.82	c cleaning 10000 clauses out of 20010 with flag 324000/661531
286.16/149.05	c cleaning 10002 clauses out of 20013 with flag 334003/671534
290.39/151.28	c cleaning 10001 clauses out of 20010 with flag 344002/681533
295.03/153.68	c cleaning 10003 clauses out of 20010 with flag 354003/691534
299.39/155.94	c cleaning 9998 clauses out of 20004 with flag 364000/701531
304.05/158.39	c cleaning 9996 clauses out of 20007 with flag 374001/711532
309.06/160.94	c cleaning 10000 clauses out of 20010 with flag 384000/721531
313.91/163.48	c cleaning 10004 clauses out of 20014 with flag 394004/731535
318.89/166.03	c cleaning 10000 clauses out of 20008 with flag 404002/741533
323.34/168.38	c cleaning 10002 clauses out of 20009 with flag 414003/751534
328.15/170.81	c cleaning 9999 clauses out of 20005 with flag 424001/761532
332.98/173.31	c cleaning 10002 clauses out of 20011 with flag 434006/771537
337.75/175.86	c cleaning 9997 clauses out of 20003 with flag 444000/781531
342.80/178.43	c cleaning 9999 clauses out of 20008 with flag 454002/791533
347.84/181.03	c cleaning 10001 clauses out of 20009 with flag 464002/801533
352.27/183.34	c cleaning 9997 clauses out of 20006 with flag 474000/811531
356.83/185.75	c cleaning 10001 clauses out of 20009 with flag 484000/821531
361.29/188.10	c cleaning 10000 clauses out of 20008 with flag 494000/831531
365.90/190.44	c cleaning 10000 clauses out of 20008 with flag 504000/841531
370.54/192.86	c cleaning 10002 clauses out of 20009 with flag 514001/851532
375.49/195.45	c cleaning 10002 clauses out of 20014 with flag 524008/861539
380.35/197.99	c cleaning 10001 clauses out of 20008 with flag 534004/871535
385.56/200.64	c cleaning 9999 clauses out of 20004 with flag 544001/881532
390.79/203.30	c cleaning 9998 clauses out of 20004 with flag 554000/891531
395.76/205.93	c cleaning 9999 clauses out of 20010 with flag 564004/901535
399.80/208.10	c cleaning 9999 clauses out of 20007 with flag 574000/911531
404.22/210.31	c cleaning 10000 clauses out of 20008 with flag 584000/921531
408.66/212.69	c cleaning 10003 clauses out of 20011 with flag 594003/931534
413.41/215.14	c cleaning 10000 clauses out of 20010 with flag 604005/941536
418.24/217.69	c cleaning 10002 clauses out of 20008 with flag 614003/951534
423.28/220.24	c cleaning 10003 clauses out of 20009 with flag 624006/961537
427.51/222.46	c cleaning 9997 clauses out of 20002 with flag 634002/971533
432.06/224.83	c cleaning 9998 clauses out of 20004 with flag 644001/981532
436.49/227.14	c cleaning 10002 clauses out of 20007 with flag 654002/991533
441.32/229.67	c cleaning 10000 clauses out of 20007 with flag 664004/1001535
446.35/232.29	c cleaning 9999 clauses out of 20003 with flag 674000/1011531
451.50/234.96	c cleaning 10003 clauses out of 20013 with flag 684009/1021540
456.33/237.51	c cleaning 9999 clauses out of 20007 with flag 694006/1031537
461.00/239.84	c cleaning 9998 clauses out of 20004 with flag 704002/1041533
465.59/242.23	c cleaning 9998 clauses out of 20006 with flag 714002/1051533
470.52/244.83	c cleaning 9999 clauses out of 20007 with flag 724001/1061532
475.35/247.40	c cleaning 9999 clauses out of 20007 with flag 734000/1071531
480.37/249.95	c cleaning 9998 clauses out of 20008 with flag 744000/1081531
485.60/252.60	c cleaning 10004 clauses out of 20016 with flag 754006/1091537
490.57/255.22	c cleaning 10000 clauses out of 20007 with flag 764001/1101532
495.16/257.64	c cleaning 9999 clauses out of 20009 with flag 774003/1111534
499.98/260.10	c cleaning 10001 clauses out of 20012 with flag 784005/1121536
505.01/262.78	c cleaning 9995 clauses out of 20008 with flag 794002/1131533
510.14/265.49	c cleaning 10001 clauses out of 20012 with flag 804001/1141532
515.36/268.18	c cleaning 10005 clauses out of 20017 with flag 814007/1151538
520.38/270.74	c cleaning 10000 clauses out of 20005 with flag 824000/1161531
525.60/273.41	c cleaning 10000 clauses out of 20006 with flag 834001/1171532
530.77/276.19	c cleaning 10000 clauses out of 20007 with flag 844002/1181533
535.95/278.88	c cleaning 9997 clauses out of 20005 with flag 854000/1191531
540.78/281.36	c cleaning 10004 clauses out of 20014 with flag 864006/1201537
545.20/283.69	c cleaning 9997 clauses out of 20005 with flag 874001/1211532
550.14/286.21	c cleaning 9997 clauses out of 20007 with flag 884000/1221531
554.96/288.71	c cleaning 9999 clauses out of 20010 with flag 894000/1231531
559.59/291.18	c cleaning 9997 clauses out of 20011 with flag 904000/1241531
564.44/293.69	c cleaning 10003 clauses out of 20016 with flag 914002/1251533
569.56/296.35	c cleaning 10003 clauses out of 20013 with flag 924002/1261533
574.58/298.94	c cleaning 10001 clauses out of 20012 with flag 934004/1271535
579.61/301.58	c cleaning 10000 clauses out of 20007 with flag 944000/1281531
584.83/304.23	c cleaning 10001 clauses out of 20009 with flag 954002/1291533
590.17/307.05	c cleaning 10001 clauses out of 20007 with flag 964001/1301532
595.39/309.75	c cleaning 9996 clauses out of 20007 with flag 974002/1311533
600.65/312.46	c cleaning 10000 clauses out of 20009 with flag 984000/1321531
606.04/315.21	c cleaning 9999 clauses out of 20009 with flag 994000/1331531
611.37/318.00	c cleaning 9998 clauses out of 20010 with flag 1004000/1341531
615.79/320.39	c cleaning 10002 clauses out of 20013 with flag 1014001/1351532
620.01/322.59	c cleaning 10002 clauses out of 20011 with flag 1024001/1361532
624.63/324.91	c cleaning 10002 clauses out of 20012 with flag 1034004/1371535
629.16/327.32	c cleaning 9999 clauses out of 20006 with flag 1044000/1381531
633.37/329.57	c cleaning 10001 clauses out of 20008 with flag 1054001/1391532
637.99/331.98	c cleaning 10000 clauses out of 20007 with flag 1064001/1401532
642.63/334.36	c cleaning 9998 clauses out of 20006 with flag 1074000/1411531
647.33/336.85	c cleaning 10002 clauses out of 20009 with flag 1084001/1421532
651.95/339.24	c cleaning 10001 clauses out of 20010 with flag 1094004/1431535
656.57/341.61	c cleaning 10000 clauses out of 20007 with flag 1104002/1441533
661.19/344.09	c cleaning 9998 clauses out of 20005 with flag 1114000/1451531
666.53/346.84	c cleaning 10000 clauses out of 20010 with flag 1124003/1461534
671.74/349.53	c cleaning 10001 clauses out of 20007 with flag 1134000/1471531
676.38/351.96	c cleaning 9999 clauses out of 20006 with flag 1144000/1481531
680.97/354.35	c cleaning 10001 clauses out of 20007 with flag 1154000/1491531
685.89/356.97	c cleaning 9998 clauses out of 20006 with flag 1164000/1501531
690.90/359.52	c cleaning 10001 clauses out of 20011 with flag 1174003/1511534
695.91/362.10	c cleaning 9997 clauses out of 20007 with flag 1184000/1521531
700.32/364.48	c cleaning 10000 clauses out of 20012 with flag 1194002/1531533
705.03/366.95	c cleaning 9999 clauses out of 20010 with flag 1204000/1541531
709.24/369.14	c cleaning 10003 clauses out of 20013 with flag 1214002/1551533
713.65/371.44	c cleaning 10002 clauses out of 20009 with flag 1224001/1561532
718.47/373.96	c cleaning 10001 clauses out of 20008 with flag 1234002/1571533
723.57/376.62	c cleaning 10002 clauses out of 20009 with flag 1244004/1581535
728.58/379.22	c cleaning 10000 clauses out of 20007 with flag 1254004/1591535
733.59/381.88	c cleaning 9999 clauses out of 20003 with flag 1264000/1601531
738.41/384.39	c cleaning 9996 clauses out of 20004 with flag 1274000/1611531
743.74/387.19	c cleaning 10000 clauses out of 20008 with flag 1284000/1621531
748.73/389.76	c cleaning 10001 clauses out of 20009 with flag 1294001/1631532
753.94/392.41	c cleaning 10000 clauses out of 20008 with flag 1304001/1641532
758.15/394.64	c cleaning 10000 clauses out of 20012 with flag 1314005/1651536
762.68/397.06	c cleaning 10001 clauses out of 20009 with flag 1324002/1661533
767.46/399.59	c cleaning 9999 clauses out of 20007 with flag 1334001/1671532
772.47/402.13	c cleaning 10000 clauses out of 20009 with flag 1344002/1681533
777.50/404.76	c cleaning 9999 clauses out of 20007 with flag 1354000/1691531
782.60/407.46	c cleaning 9998 clauses out of 20008 with flag 1364000/1701531
787.81/410.13	c cleaning 10000 clauses out of 20010 with flag 1374000/1711531
793.01/412.80	c cleaning 10000 clauses out of 20010 with flag 1384000/1721531
797.82/415.34	c cleaning 10001 clauses out of 20010 with flag 1394000/1731531
803.14/418.17	c cleaning 9998 clauses out of 20010 with flag 1404001/1741532
808.15/420.78	c cleaning 10005 clauses out of 20018 with flag 1414007/1751538
813.16/423.38	c cleaning 10000 clauses out of 20007 with flag 1424001/1761532
818.37/426.06	c cleaning 9999 clauses out of 20008 with flag 1434002/1771533
824.29/429.16	c cleaning 9996 clauses out of 20009 with flag 1444002/1781533
829.30/431.72	c cleaning 10002 clauses out of 20011 with flag 1454000/1791531
833.91/434.12	c cleaning 10000 clauses out of 20009 with flag 1464000/1801531
838.52/436.60	c cleaning 10002 clauses out of 20009 with flag 1474000/1811531
843.64/439.29	c cleaning 10002 clauses out of 20012 with flag 1484005/1821536
848.84/441.91	c cleaning 10000 clauses out of 20006 with flag 1494001/1831532
853.85/444.57	c cleaning 10000 clauses out of 20006 with flag 1504001/1841532
859.06/447.23	c cleaning 10000 clauses out of 20009 with flag 1514004/1851535
864.38/450.02	c cleaning 9999 clauses out of 20006 with flag 1524001/1861532
869.79/452.81	c cleaning 9997 clauses out of 20007 with flag 1534001/1871532
875.21/455.62	c cleaning 10004 clauses out of 20016 with flag 1544007/1881538
880.62/458.46	c cleaning 10001 clauses out of 20007 with flag 1554002/1891533
886.34/461.41	c cleaning 10000 clauses out of 20005 with flag 1564001/1901532
891.78/464.23	c cleaning 9998 clauses out of 20005 with flag 1574001/1911532
896.96/466.96	c cleaning 9999 clauses out of 20008 with flag 1584002/1921533
902.57/469.80	c cleaning 9995 clauses out of 20007 with flag 1594000/1931531
907.89/472.64	c cleaning 10001 clauses out of 20014 with flag 1604002/1941533
913.70/475.60	c cleaning 10004 clauses out of 20015 with flag 1614004/1951535
918.90/478.35	c cleaning 9999 clauses out of 20007 with flag 1624000/1961531
924.52/481.25	c cleaning 10003 clauses out of 20011 with flag 1634003/1971534
930.03/484.13	c cleaning 10000 clauses out of 20009 with flag 1644004/1981535
935.45/486.97	c cleaning 9995 clauses out of 20008 with flag 1654003/1991534
940.66/489.67	c cleaning 9999 clauses out of 20010 with flag 1664000/2001531
945.87/492.35	c cleaning 10003 clauses out of 20011 with flag 1674000/2011531
950.39/494.72	c cleaning 10002 clauses out of 20009 with flag 1684001/2021532
954.61/496.96	c cleaning 10000 clauses out of 20006 with flag 1694000/2031531
959.24/499.37	c cleaning 10001 clauses out of 20008 with flag 1704002/2041533
963.67/501.67	c cleaning 9996 clauses out of 20006 with flag 1714001/2051532
967.96/503.98	c cleaning 10003 clauses out of 20013 with flag 1724004/2061535
972.57/506.37	c cleaning 9998 clauses out of 20006 with flag 1734000/2071531
977.17/508.77	c cleaning 10001 clauses out of 20008 with flag 1744000/2081531
982.18/511.33	c cleaning 9998 clauses out of 20009 with flag 1754002/2091533
986.89/513.81	c cleaning 10001 clauses out of 20009 with flag 1764000/2101531
991.30/516.14	c cleaning 9997 clauses out of 20010 with flag 1774002/2111533
996.11/518.66	c cleaning 10001 clauses out of 20011 with flag 1784000/2121531
1001.35/521.39	c cleaning 10002 clauses out of 20012 with flag 1794002/2131533
1006.65/524.10	c cleaning 10002 clauses out of 20011 with flag 1804003/2141534
1011.06/526.46	c cleaning 9999 clauses out of 20008 with flag 1814002/2151533
1015.66/528.85	c cleaning 10003 clauses out of 20012 with flag 1824005/2161536
1020.50/531.35	c cleaning 9997 clauses out of 20005 with flag 1834001/2171532
1025.37/533.99	c cleaning 9998 clauses out of 20008 with flag 1844001/2181532
1030.37/536.54	c cleaning 9996 clauses out of 20012 with flag 1854003/2191534
1034.99/539.00	c cleaning 10006 clauses out of 20020 with flag 1864007/2201538
1039.78/541.43	c cleaning 9999 clauses out of 20007 with flag 1874000/2211531
1044.27/543.81	c cleaning 9998 clauses out of 20008 with flag 1884000/2221531
1048.68/546.19	c cleaning 10003 clauses out of 20011 with flag 1894001/2231532
1053.47/548.63	c cleaning 10001 clauses out of 20007 with flag 1904000/2241531
1058.31/551.13	c cleaning 9996 clauses out of 20007 with flag 1914001/2251532
1063.17/553.70	c cleaning 9998 clauses out of 20010 with flag 1924000/2261531
1067.97/556.24	c cleaning 10003 clauses out of 20012 with flag 1934000/2271531
1072.80/558.79	c cleaning 10001 clauses out of 20009 with flag 1944000/2281531
1077.98/561.43	c cleaning 10000 clauses out of 20008 with flag 1954000/2291531
1083.08/564.15	c cleaning 10001 clauses out of 20009 with flag 1964001/2301532
1087.88/566.66	c cleaning 10001 clauses out of 20010 with flag 1974003/2311534
1092.48/569.02	c cleaning 10001 clauses out of 20010 with flag 1984004/2321535
1097.27/571.56	c cleaning 9999 clauses out of 20008 with flag 1994003/2331534
1102.40/574.27	c cleaning 10000 clauses out of 20006 with flag 2004000/2341531
1107.36/576.86	c cleaning 9998 clauses out of 20009 with flag 2014003/2351534
1112.79/579.62	c cleaning 10000 clauses out of 20008 with flag 2024000/2361531
1117.96/582.31	c cleaning 9997 clauses out of 20010 with flag 2034002/2371533
1123.50/585.22	c cleaning 10001 clauses out of 20011 with flag 2044000/2381531
1128.86/588.03	c cleaning 10002 clauses out of 20010 with flag 2054000/2391531
1134.25/590.85	c cleaning 9999 clauses out of 20009 with flag 2064001/2401532
1139.65/593.68	c cleaning 10002 clauses out of 20009 with flag 2074000/2411531
1145.14/596.59	c cleaning 10001 clauses out of 20012 with flag 2084005/2421536
1150.97/599.55	c cleaning 10001 clauses out of 20009 with flag 2094003/2431534
1156.72/602.51	c cleaning 10001 clauses out of 20011 with flag 2104006/2441537
1162.52/605.52	c cleaning 9998 clauses out of 20007 with flag 2114003/2451534
1167.41/608.12	c cleaning 10001 clauses out of 20010 with flag 2124004/2461535
1172.19/610.64	c cleaning 9999 clauses out of 20005 with flag 2134000/2471531
1176.99/613.12	c cleaning 10001 clauses out of 20007 with flag 2144001/2481532
1182.17/615.80	c cleaning 9998 clauses out of 20006 with flag 2154001/2491532
1187.26/618.59	c cleaning 10000 clauses out of 20007 with flag 2164000/2501531
1192.65/621.33	c cleaning 10001 clauses out of 20007 with flag 2174000/2511531
1197.84/624.04	c cleaning 9998 clauses out of 20008 with flag 2184002/2521533
1203.03/626.80	c cleaning 9996 clauses out of 20010 with flag 2194002/2531533
1208.33/629.52	c cleaning 10001 clauses out of 20014 with flag 2204002/2541533
1213.72/632.32	c cleaning 10001 clauses out of 20011 with flag 2214000/2551531
1219.10/635.19	c cleaning 10002 clauses out of 20010 with flag 2224000/2561531
1224.89/638.13	c cleaning 10000 clauses out of 20008 with flag 2234000/2571531
1230.37/641.02	c cleaning 9998 clauses out of 20008 with flag 2244000/2581531
1235.56/643.74	c cleaning 10003 clauses out of 20016 with flag 2254006/2591537
1241.15/646.66	c cleaning 9999 clauses out of 20010 with flag 2264003/2601534
1246.34/649.39	c cleaning 9998 clauses out of 20008 with flag 2274000/2611531
1252.22/652.44	c cleaning 10002 clauses out of 20014 with flag 2284004/2621535
1257.41/655.17	c cleaning 9999 clauses out of 20009 with flag 2294001/2631532
1263.19/658.16	c cleaning 10000 clauses out of 20012 with flag 2304003/2641534
1268.57/660.96	c cleaning 10000 clauses out of 20013 with flag 2314004/2651535
1274.45/664.09	c cleaning 9999 clauses out of 20011 with flag 2324002/2661533
1280.03/666.98	c cleaning 9995 clauses out of 20011 with flag 2334001/2671532
1285.22/669.66	c cleaning 10005 clauses out of 20018 with flag 2344003/2681534
1290.20/672.22	c cleaning 10001 clauses out of 20010 with flag 2354000/2691531
1295.48/675.06	c cleaning 10003 clauses out of 20014 with flag 2364005/2701536
1300.87/677.86	c cleaning 10000 clauses out of 20006 with flag 2374000/2711531
1306.26/680.66	c cleaning 10001 clauses out of 20010 with flag 2384004/2721535
1311.64/683.41	c cleaning 9997 clauses out of 20005 with flag 2394000/2731531
1317.35/686.41	c cleaning 10002 clauses out of 20013 with flag 2404005/2741536
1322.50/689.19	c cleaning 10002 clauses out of 20009 with flag 2414003/2751534
1327.91/691.97	c cleaning 9999 clauses out of 20005 with flag 2424001/2761532
1333.85/695.01	c cleaning 9995 clauses out of 20006 with flag 2434001/2771532
1339.12/697.84	c cleaning 9999 clauses out of 20011 with flag 2444001/2781532
1344.52/700.70	c cleaning 10003 clauses out of 20014 with flag 2454003/2791534
1349.87/703.46	c cleaning 9998 clauses out of 20008 with flag 2464000/2801531
1355.65/706.42	c cleaning 10004 clauses out of 20015 with flag 2474005/2811536
1361.11/709.39	c cleaning 9998 clauses out of 20008 with flag 2484002/2821533
1367.09/712.41	c cleaning 10002 clauses out of 20014 with flag 2494006/2831537
1372.47/715.27	c cleaning 9998 clauses out of 20007 with flag 2504001/2841532
1378.27/718.31	c cleaning 9998 clauses out of 20011 with flag 2514003/2851534
1383.91/721.29	c cleaning 10000 clauses out of 20012 with flag 2524002/2861533
1389.68/724.25	c cleaning 9998 clauses out of 20010 with flag 2534000/2871531
1395.46/727.27	c cleaning 10002 clauses out of 20013 with flag 2544001/2881532
1400.83/730.08	c cleaning 10000 clauses out of 20012 with flag 2554002/2891533
1406.90/733.21	c cleaning 9999 clauses out of 20013 with flag 2564003/2901534
1412.11/735.94	c cleaning 10004 clauses out of 20018 with flag 2574007/2911538
1417.65/738.85	c cleaning 10000 clauses out of 20013 with flag 2584006/2921537
1423.83/742.00	c cleaning 10000 clauses out of 20010 with flag 2594003/2931534
1429.09/744.83	c cleaning 9996 clauses out of 20007 with flag 2604000/2941531
1434.87/747.81	c cleaning 9998 clauses out of 20011 with flag 2614000/2951531
1440.84/750.99	c cleaning 10002 clauses out of 20014 with flag 2624001/2961532
1446.22/753.74	c cleaning 10004 clauses out of 20017 with flag 2634006/2971537
1451.91/756.80	c cleaning 10000 clauses out of 20010 with flag 2644003/2981534
1458.06/759.92	c cleaning 9997 clauses out of 20008 with flag 2654001/2991532
1464.24/763.10	c cleaning 10002 clauses out of 20014 with flag 2664004/3001535
1469.80/766.05	c cleaning 10006 clauses out of 20011 with flag 2674003/3011534
1474.47/768.52	c cleaning 9996 clauses out of 20002 with flag 2684000/3021531
1479.04/770.95	c cleaning 9999 clauses out of 20008 with flag 2694002/3031533
1483.44/773.25	c cleaning 9999 clauses out of 20007 with flag 2704000/3041531
1488.18/775.70	c cleaning 10000 clauses out of 20008 with flag 2714000/3051531
1492.64/778.19	c cleaning 10001 clauses out of 20009 with flag 2724001/3061532
1497.20/780.52	c cleaning 10000 clauses out of 20007 with flag 2734000/3071531
1501.98/783.07	c cleaning 10003 clauses out of 20011 with flag 2744004/3081535
1507.14/785.71	c cleaning 9993 clauses out of 20004 with flag 2754000/3091531
1511.99/788.36	c cleaning 10004 clauses out of 20013 with flag 2764002/3101533
1516.99/790.96	c cleaning 10004 clauses out of 20013 with flag 2774006/3111537
1522.12/793.68	c cleaning 9997 clauses out of 20004 with flag 2784001/3121532
1527.31/796.35	c cleaning 10001 clauses out of 20008 with flag 2794002/3131533
1532.33/799.02	c cleaning 9997 clauses out of 20006 with flag 2804001/3141532
1537.10/801.50	c cleaning 9998 clauses out of 20008 with flag 2814000/3151531
1541.66/803.95	c cleaning 10001 clauses out of 20010 with flag 2824000/3161531
1546.62/806.55	c cleaning 10002 clauses out of 20012 with flag 2834003/3171534
1551.86/809.30	c cleaning 10001 clauses out of 20009 with flag 2844002/3181533
1556.66/811.89	c cleaning 9999 clauses out of 20007 with flag 2854001/3191532
1561.99/814.65	c cleaning 9999 clauses out of 20008 with flag 2864001/3201532
1567.18/817.33	c cleaning 10003 clauses out of 20011 with flag 2874003/3211534
1572.19/820.08	c cleaning 9999 clauses out of 20005 with flag 2884000/3221531
1577.37/822.79	c cleaning 9998 clauses out of 20006 with flag 2894000/3231531
1582.71/825.55	c cleaning 10000 clauses out of 20015 with flag 2904007/3241538
1588.10/828.33	c cleaning 9998 clauses out of 20008 with flag 2914000/3251531
1593.50/831.23	c cleaning 10003 clauses out of 20011 with flag 2924001/3261532
1598.86/834.07	c cleaning 10000 clauses out of 20007 with flag 2934000/3271531
1604.42/836.94	c cleaning 10000 clauses out of 20007 with flag 2944000/3281531
1609.98/839.83	c cleaning 10000 clauses out of 20007 with flag 2954000/3291531
1615.61/842.89	c cleaning 9998 clauses out of 20007 with flag 2964000/3301531
1620.37/845.32	c cleaning 10002 clauses out of 20011 with flag 2974002/3311533
1624.93/847.73	c cleaning 10000 clauses out of 20007 with flag 2984000/3321531
1629.70/850.27	c cleaning 10001 clauses out of 20011 with flag 2994004/3331535
1634.72/852.91	c cleaning 9998 clauses out of 20007 with flag 3004001/3341532
1639.67/855.60	c cleaning 10002 clauses out of 20011 with flag 3014003/3351534
1645.03/858.37	c cleaning 9997 clauses out of 20008 with flag 3024002/3361533
1650.18/861.05	c cleaning 10001 clauses out of 20010 with flag 3034001/3371532
1655.21/863.77	c cleaning 10000 clauses out of 20009 with flag 3044001/3381532
1660.76/866.63	c cleaning 9997 clauses out of 20009 with flag 3054001/3391532
1666.12/869.42	c cleaning 10001 clauses out of 20012 with flag 3064001/3401532
1671.49/872.24	c cleaning 9999 clauses out of 20010 with flag 3074000/3411531
1676.90/875.14	c cleaning 10001 clauses out of 20013 with flag 3084002/3421533
1682.46/878.06	c cleaning 10004 clauses out of 20015 with flag 3094005/3431536
1688.02/880.90	c cleaning 10000 clauses out of 20009 with flag 3104003/3441534
1692.96/883.57	c cleaning 9997 clauses out of 20006 with flag 3114000/3451531
1697.59/886.05	c cleaning 10002 clauses out of 20009 with flag 3124000/3461531
1702.76/888.77	c cleaning 9998 clauses out of 20008 with flag 3134001/3471532
1707.70/891.39	c cleaning 10000 clauses out of 20009 with flag 3144000/3481531
1712.87/894.03	c cleaning 10002 clauses out of 20011 with flag 3154002/3491533
1718.50/897.03	c cleaning 10001 clauses out of 20009 with flag 3164002/3501533
1723.89/899.84	c cleaning 0 clauses out of 5957 with flag 0/5958
1724.26/900.18	c cleaning 9999 clauses out of 20006 with flag 3174000/3511531
1729.62/902.88	c cleaning 10000 clauses out of 20010 with flag 3184003/3521534
1735.39/905.80	c cleaning 10000 clauses out of 20011 with flag 3194004/3531535
1740.78/908.69	c cleaning 9998 clauses out of 20007 with flag 3204000/3541531
1746.49/911.60	c cleaning 10000 clauses out of 20010 with flag 3214001/3551532
1751.85/914.46	c cleaning 10001 clauses out of 20013 with flag 3224004/3561535
1757.52/917.44	c cleaning 10001 clauses out of 20012 with flag 3234004/3571535
1763.04/920.31	c cleaning 10000 clauses out of 20012 with flag 3244005/3581536
1768.60/923.23	c cleaning 9993 clauses out of 20008 with flag 3254001/3591532
1773.95/926.01	c cleaning 10004 clauses out of 20016 with flag 3264002/3601533
1779.57/929.01	c cleaning 10001 clauses out of 20013 with flag 3274003/3611534
1784.76/931.80	c cleaning 10000 clauses out of 20009 with flag 3284000/3621531
1790.28/934.62	c cleaning 9999 clauses out of 20010 with flag 3294001/3631532
1795.65/937.48	c cleaning 10002 clauses out of 20011 with flag 3304001/3641532
1800.11/939.82	c starts		: 255
1800.11/939.82	c conflicts		: 3649252
1800.11/939.82	c decisions		: 5791169
1800.11/939.82	c propagations		: 782768790
1800.11/939.82	c inspects		: 7257116755
1800.11/939.82	c shortcuts		: 0
1800.11/939.82	c learnt literals	: 0
1800.11/939.82	c learnt binary clauses	: 0
1800.11/939.82	c learnt ternary clauses	: 2
1800.11/939.82	c learnt constraints	: 3649251
1800.11/939.82	c ignored constraints	: 0
1800.11/939.82	c root simplifications	: 0
1800.11/939.82	c removed literals (reason simplification)	: 16735869
1800.11/939.82	c reason swapping (by a shorter reason)	: 0
1800.11/939.82	c Calls to reduceDB	: 367
1800.11/939.82	c number of reductions to clauses (during analyze)	: 0
1800.11/939.82	c number of learned constraints concerned by reduction	: 0
1800.11/939.82	c number of learning phase by resolution	: 0
1800.11/939.82	c number of learning phase by cutting planes	: 0
1800.11/939.82	c speed (assignments/second)	: 897898.2712361733
1800.11/939.82	c non guided choices	0
1800.11/939.84	c learnt constraints type 
1800.11/939.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17778
1800.11/939.84	c constraints type 
1800.11/939.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3170
1800.11/939.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.11/939.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3070
1800.11/939.84	c constraints type 
1800.11/939.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3170
1800.11/939.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.11/939.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1800.11/939.84	s SATISFIABLE
1800.11/939.84	v -x1 -x2 -x3 -x4 x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
1800.11/939.84	c objective function=5
1800.11/939.84	c Total wall clock time (in seconds): 939.716

Verifier Data

OK	5

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-3453939-1307194568/watcher-3453939-1307194568 -o /tmp/evaluation-result-3453939-1307194568/solver-3453939-1307194568 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453939-1307194568.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.83 3.74 3.62 3/485 18779
/proc/meminfo: memFree=26634144/32950928 swapFree=45617076/67111528
[pid=18779] ppid=18777 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/18779/stat : 18779 (java) S 18777 18779 13462 0 -1 4202496 1363 0 1 0 0 0 0 0 25 0 2 0 831056597 36679680 1066 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/18779/statm: 8955 1066 828 9 0 386 0
[pid=18779/tid=18780] ppid=18777 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18780/stat : 18780 (java) R 18777 18779 13462 0 -1 4202560 3329 0 1 0 0 0 0 0 25 0 2 0 831056597 10694979584 4145 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248089392187 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0449689 s]
/proc/loadavg: 3.83 3.74 3.62 3/485 18779
/proc/meminfo: memFree=26634144/32950928 swapFree=45617076/67111528
[pid=18779] ppid=18777 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/18779/stat : 18779 (java) S 18777 18779 13462 0 -1 4202496 11104 0 1 0 1 1 0 0 25 0 13 0 831056597 10718699520 10802 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/18779/statm: 2616870 10802 1638 9 0 2607618 0
[pid=18779/tid=18780] ppid=18777 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/18779/task/18780/stat : 18780 (java) S 18777 18779 13462 0 -1 4202560 9956 0 1 0 1 1 0 0 25 0 13 0 831056597 10718699520 10802 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248089718342 0 4 0 16784584 4517372659775832064 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10467480

[startup+0.103033 s]
/proc/loadavg: 3.83 3.74 3.62 3/485 18779
/proc/meminfo: memFree=26634144/32950928 swapFree=45617076/67111528
[pid=18779] ppid=18777 vsize=10539952 CPUtime=0.1 cores=1,3,5,7
/proc/18779/stat : 18779 (java) S 18777 18779 13462 0 -1 4202496 12955 0 1 0 8 2 0 0 25 0 18 0 831056597 10792910848 12620 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18779/statm: 2634988 12623 2086 9 0 2625722 0
[pid=18779/tid=18780] ppid=18777 vsize=10539952 CPUtime=0.07 cores=1,3,5,7
/proc/18779/task/18780/stat : 18780 (java) R 18777 18779 13462 0 -1 4202560 11020 0 1 0 6 1 0 0 25 0 18 0 831056597 10792910848 12625 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 47095872150467 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539952

[startup+0.300895 s]
/proc/loadavg: 3.83 3.74 3.62 3/485 18779
/proc/meminfo: memFree=26634144/32950928 swapFree=45617076/67111528
[pid=18779] ppid=18777 vsize=10541672 CPUtime=0.44 cores=1,3,5,7
/proc/18779/stat : 18779 (java) S 18777 18779 13462 0 -1 4202496 15581 0 1 0 42 2 0 0 25 0 18 0 831056597 10794672128 14987 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18779/statm: 2635418 14988 2206 9 0 2626152 0
[pid=18779/tid=18780] ppid=18777 vsize=10541672 CPUtime=0.27 cores=1,3,5,7
/proc/18779/task/18780/stat : 18780 (java) R 18777 18779 13462 0 -1 4202560 12625 0 1 0 26 1 0 0 25 0 18 0 831056597 10794672128 14988 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 46912505574577 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10541672

[startup+0.700821 s]
/proc/loadavg: 3.83 3.74 3.62 3/485 18779
/proc/meminfo: memFree=26634144/32950928 swapFree=45617076/67111528
[pid=18779] ppid=18777 vsize=10549444 CPUtime=1.06 cores=1,3,5,7
/proc/18779/stat : 18779 (java) S 18777 18779 13462 0 -1 4202496 21482 0 1 0 103 3 0 0 25 0 19 0 831056597 10802630656 18802 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18779/statm: 2637361 18802 2232 9 0 2628095 0
[pid=18779/tid=18780] ppid=18777 vsize=10549444 CPUtime=0.37 cores=1,3,5,7
/proc/18779/task/18780/stat : 18780 (java) S 18777 18779 13462 0 -1 4202560 14133 0 1 0 35 2 0 0 25 0 19 0 831056597 10802630656 18802 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 10549444

[startup+1.50068 s]
/proc/loadavg: 3.84 3.74 3.62 5/504 18804
/proc/meminfo: memFree=26562384/32950928 swapFree=45617076/67111528
[pid=18779] ppid=18777 vsize=10557504 CPUtime=1.8 cores=1,3,5,7
/proc/18779/stat : 18779 (java) S 18777 18779 13462 0 -1 4202496 28334 0 1 0 177 3 0 0 25 0 22 0 831056597 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18779/statm: 2639376 23710 2240 9 0 2630110 0
[pid=18779/tid=18780] ppid=18777 vsize=10557504 CPUtime=0.38 cores=1,3,5,7
/proc/18779/task/18780/stat : 18780 (java) S 18777 18779 13462 0 -1 4202560 14195 0 1 0 36 2 0 0 17 0 22 0 831056597 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 1 0 0 0
[pid=18779/tid=18782] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18782/stat : 18782 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056599 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18783] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18783/stat : 18783 (java) S 18777 18779 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831056599 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18784] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18784/stat : 18784 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056599 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18785] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18785/stat : 18785 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056599 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18786] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18786/stat : 18786 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056599 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18787] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18787/stat : 18787 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056599 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18788] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18788/stat : 18788 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056599 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18789] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18789/stat : 18789 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056599 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18790] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18790/stat : 18790 (java) S 18777 18779 13462 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 831056600 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 0 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18791] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18791/stat : 18791 (java) S 18777 18779 13462 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831056601 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18792] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18792/stat : 18792 (java) S 18777 18779 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831056601 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18793] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18793/stat : 18793 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056604 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101521841 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18794] ppid=18777 vsize=10557504 CPUtime=0.52 cores=1,3,5,7
/proc/18779/task/18794/stat : 18794 (java) R 18777 18779 13462 0 -1 4202560 4309 0 0 0 52 0 0 0 18 0 22 0 831056604 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 47095875022395 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18779/tid=18795] ppid=18777 vsize=10557504 CPUtime=0.48 cores=1,3,5,7
/proc/18779/task/18795/stat : 18795 (java) R 18777 18779 13462 0 -1 4202560 5563 0 0 0 48 0 0 0 19 0 22 0 831056604 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 47095871872160 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18779/tid=18796] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18796/stat : 18796 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056604 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18797] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18797/stat : 18797 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831056604 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18800] ppid=18777 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18800/stat : 18800 (java) S 18777 18779 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831056638 10810884096 23710 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 10557504

[startup+3.1014 s]
/proc/loadavg: 3.84 3.74 3.62 5/507 18810
/proc/meminfo: memFree=26459996/32950928 swapFree=45617076/67111528
[pid=18779] ppid=18777 vsize=10559408 CPUtime=5.24 cores=1,3,5,7
/proc/18779/stat : 18779 (java) S 18777 18779 13462 0 -1 4202496 102595 0 1 0 511 13 0 0 25 0 22 0 831056597 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18779/statm: 2639852 97447 2270 9 0 2630586 0
[pid=18779/tid=18780] ppid=18777 vsize=10559408 CPUtime=0.38 cores=1,3,5,7
/proc/18779/task/18780/stat : 18780 (java) S 18777 18779 13462 0 -1 4202560 14216 0 1 0 36 2 0 0 15 0 22 0 831056597 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18782] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18782/stat : 18782 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831056599 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18783] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18783/stat : 18783 (java) S 18777 18779 13462 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831056599 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18784] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18784/stat : 18784 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831056599 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18785] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18785/stat : 18785 (java) S 18777 18779 13462 0 -1 4202560 355 0 0 0 0 0 0 0 18 0 22 0 831056599 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18786] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18786/stat : 18786 (java) S 18777 18779 13462 0 -1 4202560 57 0 0 0 0 0 0 0 18 0 22 0 831056599 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18787] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18787/stat : 18787 (java) S 18777 18779 13462 0 -1 4202560 704 0 0 0 0 0 0 0 18 0 22 0 831056599 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 1 0 0 0
[pid=18779/tid=18788] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18788/stat : 18788 (java) S 18777 18779 13462 0 -1 4202560 612 0 0 0 0 0 0 0 18 0 22 0 831056599 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18789] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18789/stat : 18789 (java) S 18777 18779 13462 0 -1 4202560 835 0 0 0 0 0 0 0 18 0 22 0 831056599 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18790] ppid=18777 vsize=10559408 CPUtime=0.03 cores=1,3,5,7
/proc/18779/task/18790/stat : 18790 (java) S 18777 18779 13462 0 -1 4202560 2548 0 0 0 3 0 0 0 15 0 22 0 831056600 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 0 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18791] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18791/stat : 18791 (java) S 18777 18779 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831056601 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18792] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18792/stat : 18792 (java) S 18777 18779 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831056601 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18793] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18793/stat : 18793 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056604 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101521841 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18794] ppid=18777 vsize=10559408 CPUtime=0.8 cores=1,3,5,7
/proc/18779/task/18794/stat : 18794 (java) S 18777 18779 13462 0 -1 4202560 6437 0 0 0 79 1 0 0 15 0 22 0 831056604 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18795] ppid=18777 vsize=10559408 CPUtime=0.84 cores=1,3,5,7
/proc/18779/task/18795/stat : 18795 (java) S 18777 18779 13462 0 -1 4202560 6263 0 0 0 84 0 0 0 15 0 22 0 831056604 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18796] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18796/stat : 18796 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056604 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18797] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18797/stat : 18797 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831056604 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 1 0 0 0
[pid=18779/tid=18800] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18800/stat : 18800 (java) S 18777 18779 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831056638 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18808] ppid=18777 vsize=10559408 CPUtime=1.12 cores=1,3,5,7
/proc/18779/task/18808/stat : 18808 (java) R 18777 18779 13462 0 -1 4202560 699 0 0 0 112 0 0 0 17 0 22 0 831056789 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 46912505822714 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18779/tid=18809] ppid=18777 vsize=10559408 CPUtime=1.11 cores=1,3,5,7
/proc/18779/task/18809/stat : 18809 (java) R 18777 18779 13462 0 -1 4202560 56202 0 0 0 105 6 0 0 19 0 22 0 831056789 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 46912505898322 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18779/tid=18810] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18810/stat : 18810 (java) S 18777 18779 13462 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831056789 10812833792 97447 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 10559408

[startup+6.30084 s]
/proc/loadavg: 3.85 3.75 3.62 5/507 18810
/proc/meminfo: memFree=26105216/32950928 swapFree=45617076/67111528
[pid=18779] ppid=18777 vsize=10559408 CPUtime=11.65 cores=1,3,5,7
/proc/18779/stat : 18779 (java) S 18777 18779 13462 0 -1 4202496 142205 0 1 0 1148 17 0 0 25 0 22 0 831056597 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18779/statm: 2639852 137043 2270 9 0 2630586 0
[pid=18779/tid=18780] ppid=18777 vsize=10559408 CPUtime=0.38 cores=1,3,5,7
/proc/18779/task/18780/stat : 18780 (java) S 18777 18779 13462 0 -1 4202560 14216 0 1 0 36 2 0 0 15 0 22 0 831056597 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18782] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18782/stat : 18782 (java) S 18777 18779 13462 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 831056599 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18783] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18783/stat : 18783 (java) S 18777 18779 13462 0 -1 4202560 428 0 0 0 0 0 0 0 15 0 22 0 831056599 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18784] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18784/stat : 18784 (java) S 18777 18779 13462 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 22 0 831056599 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18785] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18785/stat : 18785 (java) S 18777 18779 13462 0 -1 4202560 355 0 0 0 0 0 0 0 15 0 22 0 831056599 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18786] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18786/stat : 18786 (java) S 18777 18779 13462 0 -1 4202560 451 0 0 0 0 0 0 0 15 0 22 0 831056599 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18787] ppid=18777 vsize=10559408 CPUtime=0.01 cores=1,3,5,7
/proc/18779/task/18787/stat : 18787 (java) S 18777 18779 13462 0 -1 4202560 1109 0 0 0 1 0 0 0 15 0 22 0 831056599 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 1 0 0 0
[pid=18779/tid=18788] ppid=18777 vsize=10559408 CPUtime=0.01 cores=1,3,5,7
/proc/18779/task/18788/stat : 18788 (java) S 18777 18779 13462 0 -1 4202560 808 0 0 0 1 0 0 0 18 0 22 0 831056599 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18789] ppid=18777 vsize=10559408 CPUtime=0.01 cores=1,3,5,7
/proc/18779/task/18789/stat : 18789 (java) S 18777 18779 13462 0 -1 4202560 846 0 0 0 1 0 0 0 16 0 22 0 831056599 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18790] ppid=18777 vsize=10559408 CPUtime=0.19 cores=1,3,5,7
/proc/18779/task/18790/stat : 18790 (java) S 18777 18779 13462 0 -1 4202560 4789 0 0 0 19 0 0 0 16 0 22 0 831056600 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 0 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18791] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18791/stat : 18791 (java) S 18777 18779 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831056601 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18792] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18792/stat : 18792 (java) S 18777 18779 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831056601 10812833792 137043 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0

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

[pid=18779/tid=18812] ppid=18777 vsize=10559408 CPUtime=633.75 cores=1,3,5,7
/proc/18779/task/18812/stat : 18812 (java) R 18777 18779 13462 0 -1 4202560 260 0 0 0 63374 1 0 0 25 0 22 0 831063401 10812833792 185279 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 46912505702427 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18779/tid=18813] ppid=18777 vsize=10559408 CPUtime=633.75 cores=1,3,5,7
/proc/18779/task/18813/stat : 18813 (java) R 18777 18779 13462 0 -1 4202560 11634 0 0 0 63374 1 0 0 25 0 22 0 831063401 10812833792 185279 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 46912505806603 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18779/tid=18814] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18814/stat : 18814 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831063402 10812833792 185279 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1462.67
Current children cumulated vsize (KiB) 10559408

[startup+822.301 s]
/proc/loadavg: 2.68 3.58 3.68 3/480 18855
/proc/meminfo: memFree=29267120/32950928 swapFree=45617076/67111528
[pid=18779] ppid=18777 vsize=10559408 CPUtime=1576.55 cores=1,3,5,7
/proc/18779/stat : 18779 (java) S 18777 18779 13462 0 -1 4202496 192249 0 1 0 157627 28 0 0 25 0 22 0 831056597 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18779/statm: 2639852 186668 2271 9 0 2630586 0
[pid=18779/tid=18780] ppid=18777 vsize=10559408 CPUtime=0.38 cores=1,3,5,7
/proc/18779/task/18780/stat : 18780 (java) S 18777 18779 13462 0 -1 4202560 14222 0 1 0 36 2 0 0 15 0 22 0 831056597 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18782] ppid=18777 vsize=10559408 CPUtime=0.93 cores=1,3,5,7
/proc/18779/task/18782/stat : 18782 (java) S 18777 18779 13462 0 -1 4202560 235 0 0 0 93 0 0 0 16 0 22 0 831056599 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18783] ppid=18777 vsize=10559408 CPUtime=0.91 cores=1,3,5,7
/proc/18779/task/18783/stat : 18783 (java) S 18777 18779 13462 0 -1 4202560 480 0 0 0 91 0 0 0 16 0 22 0 831056599 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18784] ppid=18777 vsize=10559408 CPUtime=0.95 cores=1,3,5,7
/proc/18779/task/18784/stat : 18784 (java) S 18777 18779 13462 0 -1 4202560 82 0 0 0 95 0 0 0 16 0 22 0 831056599 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18785] ppid=18777 vsize=10559408 CPUtime=0.92 cores=1,3,5,7
/proc/18779/task/18785/stat : 18785 (java) S 18777 18779 13462 0 -1 4202560 406 0 0 0 92 0 0 0 15 0 22 0 831056599 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18786] ppid=18777 vsize=10559408 CPUtime=0.91 cores=1,3,5,7
/proc/18779/task/18786/stat : 18786 (java) S 18777 18779 13462 0 -1 4202560 668 0 0 0 91 0 0 0 15 0 22 0 831056599 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18787] ppid=18777 vsize=10559408 CPUtime=1 cores=1,3,5,7
/proc/18779/task/18787/stat : 18787 (java) S 18777 18779 13462 0 -1 4202560 1164 0 0 0 100 0 0 0 15 0 22 0 831056599 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18788] ppid=18777 vsize=10559408 CPUtime=0.94 cores=1,3,5,7
/proc/18779/task/18788/stat : 18788 (java) S 18777 18779 13462 0 -1 4202560 1008 0 0 0 94 0 0 0 15 0 22 0 831056599 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18789] ppid=18777 vsize=10559408 CPUtime=0.9 cores=1,3,5,7
/proc/18779/task/18789/stat : 18789 (java) S 18777 18779 13462 0 -1 4202560 1015 0 0 0 90 0 0 0 16 0 22 0 831056599 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 1 0 0 0
[pid=18779/tid=18790] ppid=18777 vsize=10559408 CPUtime=69.1 cores=1,3,5,7
/proc/18779/task/18790/stat : 18790 (java) S 18777 18779 13462 0 -1 4202560 33407 0 0 0 6905 5 0 0 15 0 22 0 831056600 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 0 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18791] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18791/stat : 18791 (java) S 18777 18779 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831056601 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18792] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18792/stat : 18792 (java) S 18777 18779 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831056601 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18793] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18793/stat : 18793 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056604 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101521841 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18794] ppid=18777 vsize=10559408 CPUtime=0.86 cores=1,3,5,7
/proc/18779/task/18794/stat : 18794 (java) S 18777 18779 13462 0 -1 4202560 6443 0 0 0 85 1 0 0 15 0 22 0 831056604 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18795] ppid=18777 vsize=10559408 CPUtime=1.04 cores=1,3,5,7
/proc/18779/task/18795/stat : 18795 (java) S 18777 18779 13462 0 -1 4202560 6287 0 0 0 104 0 0 0 15 0 22 0 831056604 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18796] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18796/stat : 18796 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056604 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18797] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18797/stat : 18797 (java) S 18777 18779 13462 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 831056604 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18800] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18800/stat : 18800 (java) S 18777 18779 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831056638 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18812] ppid=18777 vsize=10559408 CPUtime=687.17 cores=1,3,5,7
/proc/18779/task/18812/stat : 18812 (java) R 18777 18779 13462 0 -1 4202560 281 0 0 0 68716 1 0 0 25 0 22 0 831063401 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 46912505710456 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18779/tid=18813] ppid=18777 vsize=10559408 CPUtime=687.18 cores=1,3,5,7
/proc/18779/task/18813/stat : 18813 (java) R 18777 18779 13462 0 -1 4202560 11634 0 0 0 68717 1 0 0 25 0 22 0 831063401 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 46912505873405 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18779/tid=18814] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18814/stat : 18814 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831063402 10812833792 186668 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1576.55
Current children cumulated vsize (KiB) 10559408

[startup+882.301 s]
/proc/loadavg: 2.26 3.29 3.57 3/480 18856
/proc/meminfo: memFree=29261508/32950928 swapFree=45617076/67111528
[pid=18779] ppid=18777 vsize=10559408 CPUtime=1690.56 cores=1,3,5,7
/proc/18779/stat : 18779 (java) S 18777 18779 13462 0 -1 4202496 193635 0 1 0 169028 28 0 0 25 0 22 0 831056597 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18779/statm: 2639852 188024 2271 9 0 2630586 0
[pid=18779/tid=18780] ppid=18777 vsize=10559408 CPUtime=0.38 cores=1,3,5,7
/proc/18779/task/18780/stat : 18780 (java) S 18777 18779 13462 0 -1 4202560 14222 0 1 0 36 2 0 0 15 0 22 0 831056597 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18782] ppid=18777 vsize=10559408 CPUtime=1.01 cores=1,3,5,7
/proc/18779/task/18782/stat : 18782 (java) S 18777 18779 13462 0 -1 4202560 237 0 0 0 101 0 0 0 16 0 22 0 831056599 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18783] ppid=18777 vsize=10559408 CPUtime=0.98 cores=1,3,5,7
/proc/18779/task/18783/stat : 18783 (java) S 18777 18779 13462 0 -1 4202560 480 0 0 0 98 0 0 0 15 0 22 0 831056599 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18784] ppid=18777 vsize=10559408 CPUtime=1.03 cores=1,3,5,7
/proc/18779/task/18784/stat : 18784 (java) S 18777 18779 13462 0 -1 4202560 86 0 0 0 103 0 0 0 16 0 22 0 831056599 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18785] ppid=18777 vsize=10559408 CPUtime=0.97 cores=1,3,5,7
/proc/18779/task/18785/stat : 18785 (java) S 18777 18779 13462 0 -1 4202560 410 0 0 0 97 0 0 0 15 0 22 0 831056599 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18786] ppid=18777 vsize=10559408 CPUtime=0.98 cores=1,3,5,7
/proc/18779/task/18786/stat : 18786 (java) S 18777 18779 13462 0 -1 4202560 670 0 0 0 98 0 0 0 15 0 22 0 831056599 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 1 0 0 0
[pid=18779/tid=18787] ppid=18777 vsize=10559408 CPUtime=1.11 cores=1,3,5,7
/proc/18779/task/18787/stat : 18787 (java) S 18777 18779 13462 0 -1 4202560 1171 0 0 0 111 0 0 0 15 0 22 0 831056599 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18788] ppid=18777 vsize=10559408 CPUtime=1.04 cores=1,3,5,7
/proc/18779/task/18788/stat : 18788 (java) S 18777 18779 13462 0 -1 4202560 1008 0 0 0 104 0 0 0 16 0 22 0 831056599 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 1 0 0 0
[pid=18779/tid=18789] ppid=18777 vsize=10559408 CPUtime=0.99 cores=1,3,5,7
/proc/18779/task/18789/stat : 18789 (java) S 18777 18779 13462 0 -1 4202560 1019 0 0 0 99 0 0 0 16 0 22 0 831056599 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18790] ppid=18777 vsize=10559408 CPUtime=75.37 cores=1,3,5,7
/proc/18779/task/18790/stat : 18790 (java) S 18777 18779 13462 0 -1 4202560 34744 0 0 0 7532 5 0 0 15 0 22 0 831056600 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 0 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18791] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18791/stat : 18791 (java) S 18777 18779 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831056601 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18792] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18792/stat : 18792 (java) S 18777 18779 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831056601 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18793] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18793/stat : 18793 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056604 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101521841 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18794] ppid=18777 vsize=10559408 CPUtime=0.86 cores=1,3,5,7
/proc/18779/task/18794/stat : 18794 (java) S 18777 18779 13462 0 -1 4202560 6443 0 0 0 85 1 0 0 15 0 22 0 831056604 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18795] ppid=18777 vsize=10559408 CPUtime=1.04 cores=1,3,5,7
/proc/18779/task/18795/stat : 18795 (java) S 18777 18779 13462 0 -1 4202560 6287 0 0 0 104 0 0 0 15 0 22 0 831056604 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18796] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18796/stat : 18796 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056604 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18797] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18797/stat : 18797 (java) S 18777 18779 13462 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831056604 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18800] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18800/stat : 18800 (java) S 18777 18779 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831056638 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18812] ppid=18777 vsize=10559408 CPUtime=740.73 cores=1,3,5,7
/proc/18779/task/18812/stat : 18812 (java) R 18777 18779 13462 0 -1 4202560 303 0 0 0 74072 1 0 0 25 0 22 0 831063401 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 46912505876724 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18779/tid=18813] ppid=18777 vsize=10559408 CPUtime=740.73 cores=1,3,5,7
/proc/18779/task/18813/stat : 18813 (java) R 18777 18779 13462 0 -1 4202560 11634 0 0 0 74072 1 0 0 25 0 22 0 831063401 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 46912505806619 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18779/tid=18814] ppid=18777 vsize=10559408 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18814/stat : 18814 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831063402 10812833792 188024 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1690.56
Current children cumulated vsize (KiB) 10559408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+939.801 s]
/proc/loadavg: 2.06 3.06 3.47 3/480 18858
/proc/meminfo: memFree=29258844/32950928 swapFree=45617076/67111528
[pid=18779] ppid=18777 vsize=10557348 CPUtime=1800.11 cores=1,3,5,7
/proc/18779/stat : 18779 (java) S 18777 18779 13462 0 -1 4202496 194983 0 1 0 179982 29 0 0 25 0 22 0 831056597 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18779/statm: 2639337 188573 2271 9 0 2630071 0
[pid=18779/tid=18780] ppid=18777 vsize=10557348 CPUtime=0.38 cores=1,3,5,7
/proc/18779/task/18780/stat : 18780 (java) S 18777 18779 13462 0 -1 4202560 14222 0 1 0 36 2 0 0 15 0 22 0 831056597 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18782] ppid=18777 vsize=10557348 CPUtime=1.1 cores=1,3,5,7
/proc/18779/task/18782/stat : 18782 (java) S 18777 18779 13462 0 -1 4202560 246 0 0 0 110 0 0 0 16 0 22 0 831056599 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18783] ppid=18777 vsize=10557348 CPUtime=1.06 cores=1,3,5,7
/proc/18779/task/18783/stat : 18783 (java) S 18777 18779 13462 0 -1 4202560 485 0 0 0 106 0 0 0 16 0 22 0 831056599 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 1 0 0 0
[pid=18779/tid=18784] ppid=18777 vsize=10557348 CPUtime=1.11 cores=1,3,5,7
/proc/18779/task/18784/stat : 18784 (java) S 18777 18779 13462 0 -1 4202560 88 0 0 0 111 0 0 0 16 0 22 0 831056599 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 1 0 0 0
[pid=18779/tid=18785] ppid=18777 vsize=10557348 CPUtime=1.06 cores=1,3,5,7
/proc/18779/task/18785/stat : 18785 (java) S 18777 18779 13462 0 -1 4202560 410 0 0 0 106 0 0 0 15 0 22 0 831056599 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18786] ppid=18777 vsize=10557348 CPUtime=1.04 cores=1,3,5,7
/proc/18779/task/18786/stat : 18786 (java) S 18777 18779 13462 0 -1 4202560 673 0 0 0 104 0 0 0 16 0 22 0 831056599 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18787] ppid=18777 vsize=10557348 CPUtime=1.18 cores=1,3,5,7
/proc/18779/task/18787/stat : 18787 (java) S 18777 18779 13462 0 -1 4202560 1173 0 0 0 118 0 0 0 16 0 22 0 831056599 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18788] ppid=18777 vsize=10557348 CPUtime=1.13 cores=1,3,5,7
/proc/18779/task/18788/stat : 18788 (java) S 18777 18779 13462 0 -1 4202560 1010 0 0 0 113 0 0 0 15 0 22 0 831056599 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18789] ppid=18777 vsize=10557348 CPUtime=1.05 cores=1,3,5,7
/proc/18779/task/18789/stat : 18789 (java) S 18777 18779 13462 0 -1 4202560 1027 0 0 0 105 0 0 0 16 0 22 0 831056599 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18790] ppid=18777 vsize=10557348 CPUtime=81.49 cores=1,3,5,7
/proc/18779/task/18790/stat : 18790 (java) S 18777 18779 13462 0 -1 4202560 35689 0 0 0 8144 5 0 0 15 0 22 0 831056600 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 0 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18791] ppid=18777 vsize=10557348 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18791/stat : 18791 (java) S 18777 18779 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831056601 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 7 0 0 0
[pid=18779/tid=18792] ppid=18777 vsize=10557348 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18792/stat : 18792 (java) S 18777 18779 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831056601 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18793] ppid=18777 vsize=10557348 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18793/stat : 18793 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056604 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101521841 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18794] ppid=18777 vsize=10557348 CPUtime=0.9 cores=1,3,5,7
/proc/18779/task/18794/stat : 18794 (java) S 18777 18779 13462 0 -1 4202560 6449 0 0 0 89 1 0 0 15 0 22 0 831056604 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18795] ppid=18777 vsize=10557348 CPUtime=1.41 cores=1,3,5,7
/proc/18779/task/18795/stat : 18795 (java) S 18777 18779 13462 0 -1 4202560 6631 0 0 0 141 0 0 0 15 0 22 0 831056604 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18796] ppid=18777 vsize=10557348 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18796/stat : 18796 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831056604 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514137 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18797] ppid=18777 vsize=10557348 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18797/stat : 18797 (java) S 18777 18779 13462 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 831056604 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
[pid=18779/tid=18800] ppid=18777 vsize=10557348 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18800/stat : 18800 (java) S 18777 18779 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831056638 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 5 0 0 0
[pid=18779/tid=18812] ppid=18777 vsize=10557348 CPUtime=791.91 cores=1,3,5,7
/proc/18779/task/18812/stat : 18812 (java) R 18777 18779 13462 0 -1 4202560 321 0 0 0 79190 1 0 0 25 0 22 0 831063401 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 46912505627495 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18779/tid=18813] ppid=18777 vsize=10557348 CPUtime=791.93 cores=1,3,5,7
/proc/18779/task/18813/stat : 18813 (java) R 18777 18779 13462 0 -1 4202560 11634 0 0 0 79192 1 0 0 25 0 22 0 831063401 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 46912505873389 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18779/tid=18814] ppid=18777 vsize=10557348 CPUtime=0 cores=1,3,5,7
/proc/18779/task/18814/stat : 18814 (java) S 18777 18779 13462 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831063402 10810724352 188573 33554432000 1073741824 1073778376 140736790481680 18446744073709551615 248101514752 0 4 0 16800975 18446604460504320000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10557348

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

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

Child status: 143
Real time (s): 939.887
CPU time (s): 1800.27
CPU user time (s): 1799.94
CPU system time (s): 0.32695
CPU usage (%): 191.541
Max. virtual memory (cumulated for all children) (KiB): 10560556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195012
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= 33127
involuntary context switches= 17744

runsolver used 4.24635 second user time and 10.4294 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-04 15:36:08
IDJOB=3453939
IDBENCH=48143
IDSOLVER=1950
FILE ID=node123/3453939-1307194568
RUNJOBID= node123-1307194175-18180
PBS_JOBID= 13508855
Free space on /tmp= 73860 MiB

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

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

MD5SUM BENCH= 4c6ab7a9b1b11dc4bf8c6231156cc585
RANDOM SEED=1432506693

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.74
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26634424 kB
Buffers:        314320 kB
Cached:         402116 kB
SwapCached:       9456 kB
Active:        5684264 kB
Inactive:       345448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26634424 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:             428 kB
Writeback:           4 kB
AnonPages:     5311076 kB
Mapped:          31912 kB
Slab:           135088 kB
PageTables:      84868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143728584 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= 73860 MiB
End job on node123 at 2011-06-04 15:51:50