Trace number 3453907

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.24 936.482

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_1.opb
MD5SUMaa10899bd7f711370f6ef9f1251ce7f2
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.21481
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 constraint44
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)3038
Sum of products size (including duplicates)6076
Number of different products3038
Sum of products size6076

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453907-1307194405.opb
0.10/0.11	c reading problem ... 
0.46/0.38	c ... done. Wall clock time 0.273s.
0.46/0.38	c #vars     3138
0.46/0.38	c #constraints  6176
0.46/0.38	c constraints type 
0.46/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3138
0.46/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3038
0.46/0.38	c constraints type 
0.46/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3138
0.46/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
0.74/0.42	c  And the winner is Resolution
1.05/0.89	c SATISFIABLE
1.05/0.89	c OPTIMIZING...
1.05/0.89	c Got one! Elapsed wall clock time (in seconds):0.782
1.05/0.89	o 7
2.24/1.24	c  And the winner is Resolution
2.64/1.40	c Got one! Elapsed wall clock time (in seconds):1.289
2.64/1.40	o 6
4.20/2.18	c cleaning 2655 clauses out of 5316 with flag 4001/5316
6.21/3.17	c cleaning 4330 clauses out of 8661 with flag 10001/11316
8.49/4.30	c cleaning 5664 clauses out of 11331 with flag 17001/18316
10.66/5.37	c  And the winner is Resolution
10.85/5.42	c Got one! Elapsed wall clock time (in seconds):5.308
10.85/5.42	o 5
12.61/6.32	c cleaning 8215 clauses out of 16436 with flag 5000/29085
15.00/7.59	c cleaning 7110 clauses out of 14226 with flag 11005/35090
17.75/8.94	c cleaning 7054 clauses out of 14112 with flag 18001/42086
20.70/10.49	c cleaning 7527 clauses out of 15058 with flag 26001/50086
24.25/12.27	c cleaning 8264 clauses out of 16532 with flag 35002/59087
28.43/14.39	c cleaning 9131 clauses out of 18270 with flag 45004/69089
32.34/16.38	c cleaning 9565 clauses out of 19136 with flag 55001/79086
36.69/18.50	c cleaning 9780 clauses out of 19570 with flag 65000/89085
40.63/20.54	c cleaning 9893 clauses out of 19791 with flag 75001/99086
45.15/22.86	c cleaning 9945 clauses out of 19899 with flag 85002/109087
49.28/24.97	c cleaning 9974 clauses out of 19953 with flag 95001/119086
53.22/26.95	c cleaning 9987 clauses out of 19980 with flag 105002/129087
57.35/29.04	c cleaning 9993 clauses out of 19994 with flag 115003/139088
61.45/31.11	c cleaning 10001 clauses out of 20007 with flag 125009/149094
65.58/33.24	c cleaning 9996 clauses out of 19997 with flag 135000/159085
70.31/35.68	c cleaning 9996 clauses out of 20001 with flag 145000/169085
74.44/37.78	c cleaning 9999 clauses out of 20005 with flag 155000/179085
78.93/40.00	c cleaning 9998 clauses out of 20006 with flag 165000/189085
83.26/42.22	c cleaning 10001 clauses out of 20009 with flag 175001/199086
87.58/44.46	c cleaning 10000 clauses out of 20008 with flag 185001/209086
91.90/46.65	c cleaning 10002 clauses out of 20010 with flag 195003/219088
96.38/48.93	c cleaning 9999 clauses out of 20005 with flag 205000/229085
100.51/51.01	c cleaning 10000 clauses out of 20008 with flag 215002/239087
104.83/53.22	c cleaning 10000 clauses out of 20008 with flag 225002/249087
109.35/55.54	c cleaning 9997 clauses out of 20008 with flag 235002/259087
113.23/57.58	c cleaning 10001 clauses out of 20010 with flag 245001/269086
117.35/59.64	c cleaning 10001 clauses out of 20010 with flag 255002/279087
121.31/61.67	c cleaning 9999 clauses out of 20008 with flag 265001/289086
125.79/63.93	c cleaning 10002 clauses out of 20009 with flag 275001/299086
129.91/66.06	c cleaning 10000 clauses out of 20007 with flag 285001/309086
134.03/68.21	c cleaning 10000 clauses out of 20007 with flag 295001/319086
138.55/70.48	c cleaning 10001 clauses out of 20009 with flag 305003/329088
143.23/72.82	c cleaning 10001 clauses out of 20007 with flag 315002/339087
147.51/75.07	c cleaning 10001 clauses out of 20005 with flag 325001/349086
151.83/77.22	c cleaning 9997 clauses out of 20004 with flag 335001/359086
155.95/79.39	c cleaning 9999 clauses out of 20008 with flag 345002/369087
160.46/81.68	c cleaning 10001 clauses out of 20009 with flag 355002/379087
165.14/84.06	c cleaning 10000 clauses out of 20007 with flag 365001/389086
169.45/86.21	c cleaning 10000 clauses out of 20007 with flag 375001/399086
173.77/88.40	c cleaning 9998 clauses out of 20006 with flag 385000/409085
178.08/90.66	c cleaning 10000 clauses out of 20008 with flag 395000/419085
182.56/92.94	c cleaning 10003 clauses out of 20010 with flag 405002/429087
187.07/95.23	c cleaning 10000 clauses out of 20006 with flag 415001/439086
191.58/97.59	c cleaning 10001 clauses out of 20008 with flag 425003/449088
195.70/99.65	c cleaning 9999 clauses out of 20006 with flag 435002/459087
200.38/102.05	c cleaning 9999 clauses out of 20007 with flag 445002/469087
204.88/104.34	c cleaning 10000 clauses out of 20006 with flag 455000/479085
209.19/106.58	c cleaning 9999 clauses out of 20006 with flag 465000/489085
214.08/109.01	c cleaning 9997 clauses out of 20008 with flag 475001/499086
218.74/111.43	c cleaning 10001 clauses out of 20010 with flag 485000/509085
223.44/113.85	c cleaning 10000 clauses out of 20009 with flag 495000/519085
227.73/116.04	c cleaning 10003 clauses out of 20011 with flag 505002/529087
232.03/118.25	c cleaning 10001 clauses out of 20007 with flag 515001/539086
236.27/120.46	c cleaning 10003 clauses out of 20011 with flag 525006/549091
240.77/122.77	c cleaning 9997 clauses out of 20002 with flag 535000/559085
245.26/125.04	c cleaning 10000 clauses out of 20009 with flag 545004/569089
249.76/127.38	c cleaning 10001 clauses out of 20011 with flag 555006/579091
254.43/129.72	c cleaning 10000 clauses out of 20004 with flag 565000/589085
258.50/131.83	c cleaning 10000 clauses out of 20005 with flag 575001/599086
262.59/133.98	c cleaning 10001 clauses out of 20005 with flag 585001/609086
267.09/136.25	c cleaning 9999 clauses out of 20003 with flag 595000/619085
271.56/138.61	c cleaning 9995 clauses out of 20004 with flag 605000/629085
276.23/140.97	c cleaning 10001 clauses out of 20010 with flag 615001/639086
280.92/143.36	c cleaning 10003 clauses out of 20011 with flag 625003/649088
285.42/145.64	c cleaning 10001 clauses out of 20008 with flag 635003/659088
290.26/148.14	c cleaning 9996 clauses out of 20005 with flag 645001/669086
294.76/150.40	c cleaning 10001 clauses out of 20010 with flag 655002/679087
298.86/152.54	c cleaning 10000 clauses out of 20007 with flag 665000/689085
303.15/154.75	c cleaning 10003 clauses out of 20010 with flag 675003/699088
308.03/157.23	c cleaning 9998 clauses out of 20004 with flag 685000/709085
312.71/159.62	c cleaning 10003 clauses out of 20009 with flag 695003/719088
317.67/162.17	c cleaning 10000 clauses out of 20006 with flag 705003/729088
322.36/164.58	c cleaning 9997 clauses out of 20005 with flag 715002/739087
327.19/167.07	c cleaning 9998 clauses out of 20007 with flag 725001/749086
332.29/169.61	c cleaning 9996 clauses out of 20008 with flag 735000/759085
336.98/172.06	c cleaning 10001 clauses out of 20014 with flag 745002/769087
342.07/174.66	c cleaning 10001 clauses out of 20011 with flag 755000/779085
346.75/177.03	c cleaning 10004 clauses out of 20012 with flag 765002/789087
351.04/179.29	c cleaning 9998 clauses out of 20006 with flag 775000/799085
355.90/181.73	c cleaning 10000 clauses out of 20008 with flag 785000/809085
360.59/184.12	c cleaning 10003 clauses out of 20014 with flag 795006/819091
365.23/186.52	c cleaning 9999 clauses out of 20005 with flag 805000/829085
369.92/188.96	c cleaning 10002 clauses out of 20009 with flag 815003/839088
374.85/191.41	c cleaning 9998 clauses out of 20006 with flag 825002/849087
379.70/193.93	c cleaning 9998 clauses out of 20008 with flag 835002/859087
384.53/196.49	c cleaning 10001 clauses out of 20008 with flag 845000/869085
389.65/199.10	c cleaning 9999 clauses out of 20007 with flag 855000/879085
394.14/201.36	c cleaning 10000 clauses out of 20008 with flag 865000/889085
398.21/203.42	c cleaning 10002 clauses out of 20009 with flag 875001/899086
402.43/205.65	c cleaning 9998 clauses out of 20006 with flag 885000/909085
406.47/207.81	c cleaning 10001 clauses out of 20009 with flag 895001/919086
410.75/209.98	c cleaning 10000 clauses out of 20007 with flag 905000/929085
415.25/212.27	c cleaning 10001 clauses out of 20007 with flag 915000/939085
419.83/214.63	c cleaning 9999 clauses out of 20006 with flag 925000/949085
424.91/217.22	c cleaning 10005 clauses out of 20015 with flag 935008/959093
429.98/219.85	c cleaning 9998 clauses out of 20003 with flag 945001/969086
434.48/222.16	c cleaning 10000 clauses out of 20006 with flag 955002/979087
438.89/224.48	c cleaning 9999 clauses out of 20007 with flag 965003/989088
443.73/226.91	c cleaning 9999 clauses out of 20006 with flag 975001/999086
448.40/229.39	c cleaning 10000 clauses out of 20007 with flag 985001/1009086
453.07/231.74	c cleaning 9998 clauses out of 20006 with flag 995000/1019085
457.68/234.21	c cleaning 10001 clauses out of 20012 with flag 1005004/1029089
462.39/236.55	c cleaning 10002 clauses out of 20010 with flag 1015003/1039088
467.22/239.04	c cleaning 9998 clauses out of 20007 with flag 1025002/1049087
471.89/241.48	c cleaning 10002 clauses out of 20011 with flag 1035004/1059089
476.89/244.03	c cleaning 9999 clauses out of 20007 with flag 1045002/1069087
481.77/246.55	c cleaning 10000 clauses out of 20011 with flag 1055005/1079090
486.24/248.82	c cleaning 10003 clauses out of 20010 with flag 1065004/1089089
490.71/251.17	c cleaning 9998 clauses out of 20004 with flag 1075001/1099086
495.32/253.55	c cleaning 9999 clauses out of 20007 with flag 1085002/1109087
500.19/256.02	c cleaning 10000 clauses out of 20008 with flag 1095002/1119087
505.10/258.53	c cleaning 9998 clauses out of 20006 with flag 1105000/1129085
510.14/261.11	c cleaning 10001 clauses out of 20008 with flag 1115000/1139085
515.16/263.73	c cleaning 9999 clauses out of 20007 with flag 1125000/1149085
520.06/266.25	c cleaning 10001 clauses out of 20011 with flag 1135003/1159088
524.90/268.73	c cleaning 10000 clauses out of 20008 with flag 1145001/1169086
529.96/271.33	c cleaning 9999 clauses out of 20007 with flag 1155000/1179085
534.79/273.87	c cleaning 10001 clauses out of 20009 with flag 1165001/1189086
539.63/276.34	c cleaning 9999 clauses out of 20008 with flag 1175001/1199086
544.89/279.08	c cleaning 9999 clauses out of 20009 with flag 1185001/1209086
549.56/281.46	c cleaning 9999 clauses out of 20011 with flag 1195002/1219087
554.76/284.12	c cleaning 10005 clauses out of 20015 with flag 1205005/1229090
559.63/286.68	c cleaning 9998 clauses out of 20005 with flag 1215000/1239085
565.09/289.46	c cleaning 9994 clauses out of 20007 with flag 1225000/1249085
570.15/292.10	c cleaning 10002 clauses out of 20014 with flag 1235001/1259086
575.58/294.84	c cleaning 10002 clauses out of 20011 with flag 1245000/1269085
580.40/297.38	c cleaning 9995 clauses out of 20011 with flag 1255002/1279087
585.65/300.05	c cleaning 10003 clauses out of 20017 with flag 1265003/1289088
591.11/302.87	c cleaning 10004 clauses out of 20014 with flag 1275003/1299088
596.50/305.69	c cleaning 9995 clauses out of 20007 with flag 1285000/1309085
601.76/308.35	c cleaning 9999 clauses out of 20012 with flag 1295000/1319085
606.81/310.93	c cleaning 10005 clauses out of 20016 with flag 1305003/1329088
611.05/313.16	c cleaning 10002 clauses out of 20009 with flag 1315001/1339086
615.43/315.48	c cleaning 9999 clauses out of 20007 with flag 1325001/1349086
619.68/317.67	c cleaning 9997 clauses out of 20008 with flag 1335001/1359086
623.93/319.86	c cleaning 10003 clauses out of 20012 with flag 1345002/1369087
628.38/322.16	c cleaning 9999 clauses out of 20007 with flag 1355000/1379085
632.78/324.49	c cleaning 10000 clauses out of 20009 with flag 1365001/1389086
637.02/326.70	c cleaning 10002 clauses out of 20008 with flag 1375000/1399085
641.64/329.08	c cleaning 10000 clauses out of 20008 with flag 1385002/1409087
646.09/331.38	c cleaning 10001 clauses out of 20006 with flag 1395000/1419085
651.05/333.92	c cleaning 9999 clauses out of 20005 with flag 1405000/1429085
655.90/336.45	c cleaning 10000 clauses out of 20009 with flag 1415003/1439088
660.94/339.06	c cleaning 10001 clauses out of 20008 with flag 1425002/1449087
666.17/341.79	c cleaning 9998 clauses out of 20007 with flag 1435002/1459087
671.17/344.38	c cleaning 10000 clauses out of 20008 with flag 1445001/1469086
676.17/346.95	c cleaning 10000 clauses out of 20009 with flag 1455002/1479087
681.00/349.47	c cleaning 10000 clauses out of 20008 with flag 1465001/1489086
686.07/352.06	c cleaning 10001 clauses out of 20010 with flag 1475003/1499088
691.18/354.70	c cleaning 10000 clauses out of 20006 with flag 1485000/1509085
696.44/357.49	c cleaning 9999 clauses out of 20008 with flag 1495002/1519087
701.24/359.99	c cleaning 10002 clauses out of 20008 with flag 1505001/1529086
705.87/362.37	c cleaning 10001 clauses out of 20012 with flag 1515007/1539092
710.61/364.80	c cleaning 10000 clauses out of 20006 with flag 1525002/1549087
715.24/367.24	c cleaning 9999 clauses out of 20005 with flag 1535001/1559086
720.06/369.76	c cleaning 10000 clauses out of 20006 with flag 1545001/1569086
725.09/372.34	c cleaning 9999 clauses out of 20005 with flag 1555000/1579085
730.02/374.97	c cleaning 10002 clauses out of 20007 with flag 1565001/1589086
735.05/377.58	c cleaning 9996 clauses out of 20005 with flag 1575001/1599086
740.08/380.19	c cleaning 10001 clauses out of 20009 with flag 1585001/1609086
745.34/382.85	c cleaning 9999 clauses out of 20007 with flag 1595000/1619085
750.23/385.43	c cleaning 10000 clauses out of 20009 with flag 1605001/1629086
755.05/387.95	c cleaning 9999 clauses out of 20012 with flag 1615004/1639089
760.10/390.53	c cleaning 9999 clauses out of 20009 with flag 1625000/1649085
765.07/393.17	c cleaning 10000 clauses out of 20011 with flag 1635001/1659086
770.19/395.88	c cleaning 10000 clauses out of 20012 with flag 1645002/1669087
775.40/398.58	c cleaning 10000 clauses out of 20011 with flag 1655001/1679086
780.81/401.30	c cleaning 10005 clauses out of 20015 with flag 1665005/1689090
785.82/403.96	c cleaning 9999 clauses out of 20006 with flag 1675001/1699086
791.33/406.83	c cleaning 9999 clauses out of 20006 with flag 1685000/1709085
796.74/409.62	c cleaning 9998 clauses out of 20007 with flag 1695000/1719085
801.94/412.33	c cleaning 10004 clauses out of 20011 with flag 1705002/1729087
807.35/415.18	c cleaning 9996 clauses out of 20005 with flag 1715000/1739085
812.88/418.07	c cleaning 10002 clauses out of 20010 with flag 1725001/1749086
818.25/420.82	c cleaning 10000 clauses out of 20007 with flag 1735000/1759085
823.49/423.59	c cleaning 10001 clauses out of 20011 with flag 1745004/1769089
828.45/426.10	c cleaning 10003 clauses out of 20013 with flag 1755007/1779092
833.14/428.60	c cleaning 9997 clauses out of 20006 with flag 1765003/1789088
837.74/431.10	c cleaning 10002 clauses out of 20010 with flag 1775004/1799089
842.53/433.53	c cleaning 9998 clauses out of 20004 with flag 1785000/1809085
847.33/436.00	c cleaning 9999 clauses out of 20007 with flag 1795001/1819086
852.22/438.67	c cleaning 9998 clauses out of 20007 with flag 1805000/1829085
857.41/441.39	c cleaning 10002 clauses out of 20014 with flag 1815005/1839090
863.01/444.21	c cleaning 9996 clauses out of 20008 with flag 1825001/1849086
868.41/447.01	c cleaning 10006 clauses out of 20019 with flag 1835008/1859093
873.50/449.78	c cleaning 10002 clauses out of 20008 with flag 1845003/1869088
878.69/452.40	c cleaning 10000 clauses out of 20006 with flag 1855003/1879088
883.69/455.05	c cleaning 9999 clauses out of 20005 with flag 1865002/1889087
888.72/457.64	c cleaning 9999 clauses out of 20007 with flag 1875003/1899088
891.36/459.13	c cleaning 0 clauses out of 5503 with flag 0/5503
894.19/460.69	c cleaning 9998 clauses out of 20005 with flag 1885000/1909085
899.58/463.47	c cleaning 10000 clauses out of 20007 with flag 1895000/1919085
904.97/466.28	c cleaning 10001 clauses out of 20007 with flag 1905000/1929085
910.25/469.08	c cleaning 9999 clauses out of 20007 with flag 1915001/1939086
915.44/471.72	c cleaning 10001 clauses out of 20011 with flag 1925004/1949089
920.84/474.59	c cleaning 9997 clauses out of 20006 with flag 1935000/1959085
925.84/477.16	c cleaning 9999 clauses out of 20009 with flag 1945000/1969085
931.71/480.22	c cleaning 10002 clauses out of 20010 with flag 1955000/1979085
936.93/482.96	c cleaning 9997 clauses out of 20008 with flag 1965000/1989085
941.48/485.39	c cleaning 10006 clauses out of 20016 with flag 1975005/1999090
945.86/487.66	c cleaning 10001 clauses out of 20006 with flag 1985001/2009086
950.53/490.19	c cleaning 9997 clauses out of 20004 with flag 1995000/2019085
955.32/492.60	c cleaning 9999 clauses out of 20007 with flag 2005000/2029085
959.94/495.05	c cleaning 9999 clauses out of 20008 with flag 2015000/2039085
964.50/497.43	c cleaning 10002 clauses out of 20012 with flag 2025003/2049088
968.98/499.87	c cleaning 9999 clauses out of 20008 with flag 2035001/2059086
973.58/502.27	c cleaning 10002 clauses out of 20015 with flag 2045007/2069092
978.36/504.73	c cleaning 9999 clauses out of 20006 with flag 2055000/2079085
982.98/507.12	c cleaning 10000 clauses out of 20008 with flag 2065001/2089086
987.62/509.66	c cleaning 9999 clauses out of 20008 with flag 2075001/2099086
992.59/512.22	c cleaning 9997 clauses out of 20008 with flag 2085000/2109085
997.61/514.83	c cleaning 10003 clauses out of 20014 with flag 2095003/2119088
1001.95/517.18	c cleaning 10001 clauses out of 20010 with flag 2105002/2129087
1006.62/519.65	c cleaning 9995 clauses out of 20007 with flag 2115000/2139085
1011.40/522.11	c cleaning 10001 clauses out of 20012 with flag 2125000/2149085
1015.99/524.56	c cleaning 10001 clauses out of 20013 with flag 2135002/2159087
1020.62/526.99	c cleaning 10003 clauses out of 20013 with flag 2145003/2169088
1025.65/529.64	c cleaning 10000 clauses out of 20009 with flag 2155002/2179087
1030.43/532.13	c cleaning 10001 clauses out of 20009 with flag 2165002/2189087
1034.61/534.31	c cleaning 10001 clauses out of 20011 with flag 2175005/2199090
1038.79/536.57	c cleaning 10000 clauses out of 20005 with flag 2185000/2209085
1043.50/539.05	c cleaning 9998 clauses out of 20005 with flag 2195000/2219085
1048.25/541.52	c cleaning 10000 clauses out of 20011 with flag 2205004/2229089
1052.84/543.93	c cleaning 10002 clauses out of 20012 with flag 2215005/2239090
1057.63/546.44	c cleaning 9999 clauses out of 20010 with flag 2225005/2249090
1062.52/549.08	c cleaning 9999 clauses out of 20006 with flag 2235000/2259085
1067.70/551.79	c cleaning 10000 clauses out of 20007 with flag 2245000/2269085
1072.91/554.48	c cleaning 10001 clauses out of 20010 with flag 2255003/2279088
1077.86/557.04	c cleaning 10001 clauses out of 20010 with flag 2265004/2289089
1082.52/559.55	c cleaning 10001 clauses out of 20008 with flag 2275003/2299088
1087.12/561.99	c cleaning 9997 clauses out of 20005 with flag 2285001/2309086
1092.09/564.52	c cleaning 9999 clauses out of 20009 with flag 2295002/2319087
1096.68/566.98	c cleaning 10002 clauses out of 20009 with flag 2305001/2329086
1101.76/569.63	c cleaning 10001 clauses out of 20009 with flag 2315003/2339088
1106.96/572.32	c cleaning 9998 clauses out of 20005 with flag 2325000/2349085
1111.74/574.89	c cleaning 9998 clauses out of 20007 with flag 2335000/2359085
1116.96/577.56	c cleaning 10000 clauses out of 20010 with flag 2345001/2369086
1122.20/580.33	c cleaning 10002 clauses out of 20012 with flag 2355003/2379088
1127.21/582.98	c cleaning 9998 clauses out of 20007 with flag 2365000/2389085
1132.36/585.68	c cleaning 10001 clauses out of 20012 with flag 2375003/2399088
1138.00/588.53	c cleaning 9998 clauses out of 20008 with flag 2385000/2409085
1143.23/591.38	c cleaning 9999 clauses out of 20010 with flag 2395000/2419085
1147.61/593.67	c cleaning 10003 clauses out of 20016 with flag 2405005/2429090
1152.18/596.04	c cleaning 10000 clauses out of 20009 with flag 2415001/2439086
1156.96/598.59	c cleaning 10000 clauses out of 20010 with flag 2425002/2449087
1162.02/601.24	c cleaning 10003 clauses out of 20011 with flag 2435003/2459088
1166.80/603.79	c cleaning 10000 clauses out of 20008 with flag 2445003/2469088
1172.18/606.51	c cleaning 10001 clauses out of 20009 with flag 2455004/2479089
1177.15/609.11	c cleaning 9998 clauses out of 20004 with flag 2465000/2489085
1182.21/611.81	c cleaning 9999 clauses out of 20006 with flag 2475000/2499085
1187.18/614.48	c cleaning 10002 clauses out of 20013 with flag 2485006/2509091
1192.55/617.21	c cleaning 9999 clauses out of 20005 with flag 2495000/2519085
1197.72/619.94	c cleaning 9999 clauses out of 20007 with flag 2505001/2529086
1203.39/622.94	c cleaning 10000 clauses out of 20011 with flag 2515004/2539089
1208.55/625.66	c cleaning 10001 clauses out of 20008 with flag 2525001/2549086
1213.92/628.43	c cleaning 9997 clauses out of 20007 with flag 2535001/2559086
1219.29/631.22	c cleaning 10003 clauses out of 20013 with flag 2545004/2569089
1224.74/634.12	c cleaning 9997 clauses out of 20006 with flag 2555000/2579085
1229.94/636.88	c cleaning 10003 clauses out of 20016 with flag 2565007/2589092
1235.89/639.91	c cleaning 9999 clauses out of 20006 with flag 2575000/2599085
1241.25/642.74	c cleaning 10001 clauses out of 20011 with flag 2585004/2609089
1246.76/645.68	c cleaning 10000 clauses out of 20007 with flag 2595001/2619086
1252.51/648.62	c cleaning 9998 clauses out of 20006 with flag 2605000/2629085
1257.89/651.42	c cleaning 9996 clauses out of 20009 with flag 2615001/2639086
1263.69/654.46	c cleaning 10002 clauses out of 20012 with flag 2625000/2649085
1268.71/657.19	c cleaning 10001 clauses out of 20012 with flag 2635002/2659087
1273.28/659.57	c cleaning 9999 clauses out of 20009 with flag 2645000/2669085
1278.27/662.19	c cleaning 10002 clauses out of 20010 with flag 2655000/2679085
1283.43/664.84	c cleaning 10000 clauses out of 20011 with flag 2665003/2689088
1288.27/667.49	c cleaning 9998 clauses out of 20009 with flag 2675001/2699086
1293.45/670.11	c cleaning 10004 clauses out of 20019 with flag 2685009/2709094
1298.62/672.86	c cleaning 10001 clauses out of 20009 with flag 2695003/2719088
1303.79/675.57	c cleaning 9998 clauses out of 20007 with flag 2705002/2729087
1309.44/678.51	c cleaning 10000 clauses out of 20009 with flag 2715002/2739087
1314.61/681.22	c cleaning 10001 clauses out of 20007 with flag 2725000/2749085
1319.78/683.97	c cleaning 9997 clauses out of 20010 with flag 2735004/2759089
1325.35/686.84	c cleaning 10002 clauses out of 20011 with flag 2745002/2769087
1331.20/689.93	c cleaning 9998 clauses out of 20007 with flag 2755000/2779085
1336.77/692.83	c cleaning 10003 clauses out of 20014 with flag 2765005/2789090
1342.34/695.75	c cleaning 9999 clauses out of 20008 with flag 2775002/2799087
1347.91/698.67	c cleaning 10001 clauses out of 20011 with flag 2785004/2809089
1353.78/701.77	c cleaning 10002 clauses out of 20011 with flag 2795005/2819090
1359.52/704.76	c cleaning 10002 clauses out of 20010 with flag 2805006/2829091
1365.29/707.78	c cleaning 9997 clauses out of 20003 with flag 2815001/2839086
1371.07/710.74	c cleaning 10002 clauses out of 20011 with flag 2825006/2849091
1376.94/713.85	c cleaning 9997 clauses out of 20004 with flag 2835001/2859086
1382.68/716.87	c cleaning 9997 clauses out of 20007 with flag 2845001/2869086
1388.24/719.79	c cleaning 10004 clauses out of 20018 with flag 2855009/2879094
1394.21/722.89	c cleaning 10000 clauses out of 20008 with flag 2865003/2889088
1399.46/725.70	c cleaning 9997 clauses out of 20008 with flag 2875003/2899088
1405.03/728.57	c cleaning 9998 clauses out of 20011 with flag 2885003/2909088
1411.20/731.75	c cleaning 10002 clauses out of 20011 with flag 2895001/2919086
1416.37/734.45	c cleaning 9998 clauses out of 20010 with flag 2905002/2929087
1422.22/737.59	c cleaning 10001 clauses out of 20012 with flag 2915002/2939087
1428.38/740.77	c cleaning 10004 clauses out of 20015 with flag 2925006/2949091
1434.00/743.63	c cleaning 9998 clauses out of 20005 with flag 2935000/2959085
1439.93/746.74	c cleaning 9999 clauses out of 20007 with flag 2945000/2969085
1446.18/750.00	c cleaning 9996 clauses out of 20008 with flag 2955000/2979085
1451.36/752.72	c cleaning 10005 clauses out of 20014 with flag 2965002/2989087
1455.32/754.83	c cleaning 10000 clauses out of 20008 with flag 2975001/2999086
1459.50/757.09	c cleaning 9999 clauses out of 20007 with flag 2985000/3009085
1464.15/759.57	c cleaning 10001 clauses out of 20008 with flag 2995000/3019085
1468.53/761.86	c cleaning 10000 clauses out of 20010 with flag 3005003/3029088
1472.72/764.04	c cleaning 10001 clauses out of 20012 with flag 3015005/3039090
1476.89/766.28	c cleaning 10002 clauses out of 20009 with flag 3025003/3049088
1481.33/768.64	c cleaning 9998 clauses out of 20005 with flag 3035001/3059086
1485.93/771.07	c cleaning 10000 clauses out of 20007 with flag 3045001/3069086
1490.46/773.46	c cleaning 10001 clauses out of 20006 with flag 3055000/3079085
1495.23/775.95	c cleaning 10000 clauses out of 20008 with flag 3065003/3089088
1500.29/778.64	c cleaning 10000 clauses out of 20006 with flag 3075001/3099086
1505.46/781.38	c cleaning 9998 clauses out of 20008 with flag 3085003/3109088
1510.83/784.14	c cleaning 9999 clauses out of 20009 with flag 3095002/3119087
1516.00/786.88	c cleaning 10000 clauses out of 20012 with flag 3105004/3129089
1521.05/789.59	c cleaning 10001 clauses out of 20011 with flag 3115003/3139088
1526.24/792.25	c cleaning 9998 clauses out of 20008 with flag 3125001/3149086
1531.42/794.91	c cleaning 10001 clauses out of 20011 with flag 3135002/3159087
1536.44/797.56	c cleaning 10000 clauses out of 20013 with flag 3145005/3169090
1541.84/800.45	c cleaning 10000 clauses out of 20010 with flag 3155002/3179087
1546.84/803.02	c cleaning 10001 clauses out of 20008 with flag 3165000/3189085
1551.57/805.50	c cleaning 10000 clauses out of 20008 with flag 3175001/3199086
1556.33/808.05	c cleaning 10001 clauses out of 20010 with flag 3185003/3209088
1561.40/810.78	c cleaning 9998 clauses out of 20006 with flag 3195000/3219085
1566.53/813.46	c cleaning 10002 clauses out of 20014 with flag 3205006/3229091
1571.48/816.10	c cleaning 10003 clauses out of 20013 with flag 3215007/3239092
1576.85/818.82	c cleaning 10001 clauses out of 20007 with flag 3225004/3249089
1582.11/821.67	c cleaning 9997 clauses out of 20004 with flag 3235002/3259087
1587.24/824.39	c cleaning 9998 clauses out of 20007 with flag 3245002/3269087
1592.63/827.20	c cleaning 9999 clauses out of 20011 with flag 3255004/3279089
1597.77/829.81	c cleaning 10002 clauses out of 20009 with flag 3265001/3289086
1602.41/832.39	c cleaning 10000 clauses out of 20006 with flag 3275000/3299085
1607.21/834.85	c cleaning 10003 clauses out of 20011 with flag 3285005/3309090
1611.94/837.38	c cleaning 9999 clauses out of 20003 with flag 3295000/3319085
1617.10/840.00	c cleaning 9999 clauses out of 20005 with flag 3305001/3329086
1622.34/842.86	c cleaning 9994 clauses out of 20005 with flag 3315000/3339085
1627.50/845.51	c cleaning 10004 clauses out of 20013 with flag 3325002/3349087
1632.49/848.13	c cleaning 9998 clauses out of 20009 with flag 3335002/3359087
1637.41/850.78	c cleaning 10002 clauses out of 20012 with flag 3345003/3369088
1642.89/853.66	c cleaning 10001 clauses out of 20012 with flag 3355005/3379090
1648.01/856.34	c cleaning 9998 clauses out of 20008 with flag 3365002/3389087
1653.20/859.07	c cleaning 9998 clauses out of 20008 with flag 3375000/3399085
1658.35/861.75	c cleaning 10000 clauses out of 20010 with flag 3385000/3409085
1663.81/864.62	c cleaning 9998 clauses out of 20010 with flag 3395000/3419085
1669.13/867.42	c cleaning 10001 clauses out of 20014 with flag 3405002/3429087
1674.11/870.10	c cleaning 10001 clauses out of 20011 with flag 3415000/3439085
1679.03/872.67	c cleaning 10003 clauses out of 20011 with flag 3425001/3449086
1684.06/875.36	c cleaning 10001 clauses out of 20010 with flag 3435003/3459088
1689.21/878.02	c cleaning 9998 clauses out of 20008 with flag 3445002/3469087
1694.16/880.68	c cleaning 10002 clauses out of 20012 with flag 3455004/3479089
1699.35/883.39	c cleaning 10000 clauses out of 20007 with flag 3465001/3489086
1704.94/886.33	c cleaning 9999 clauses out of 20009 with flag 3475003/3499088
1710.30/889.13	c cleaning 10003 clauses out of 20011 with flag 3485004/3509089
1715.45/891.84	c cleaning 10002 clauses out of 20011 with flag 3495007/3519092
1721.01/894.70	c cleaning 9997 clauses out of 20004 with flag 3505002/3529087
1726.48/897.68	c cleaning 9999 clauses out of 20006 with flag 3515001/3539086
1731.79/900.43	c cleaning 9996 clauses out of 20006 with flag 3525000/3549085
1737.34/903.35	c cleaning 10001 clauses out of 20012 with flag 3535002/3559087
1742.49/906.08	c cleaning 10002 clauses out of 20011 with flag 3545002/3569087
1748.11/909.00	c cleaning 9999 clauses out of 20007 with flag 3555000/3579085
1753.49/911.87	c cleaning 10001 clauses out of 20011 with flag 3565003/3589088
1758.81/914.60	c cleaning 10002 clauses out of 20009 with flag 3575002/3599087
1763.98/917.40	c cleaning 10001 clauses out of 20010 with flag 3585005/3609090
1769.97/920.51	c cleaning 9999 clauses out of 20006 with flag 3595002/3619087
1775.71/923.51	c cleaning 10001 clauses out of 20011 with flag 3605006/3629091
1781.06/926.30	c cleaning 9998 clauses out of 20006 with flag 3615002/3639087
1786.61/929.24	c cleaning 9999 clauses out of 20006 with flag 3625000/3649085
1791.62/931.99	c cleaning 10001 clauses out of 20008 with flag 3635001/3659086
1796.17/934.36	c cleaning 9999 clauses out of 20006 with flag 3645000/3669085
1800.14/936.42	c starts		: 255
1800.14/936.42	c conflicts		: 3677526
1800.14/936.42	c decisions		: 5901380
1800.14/936.42	c propagations		: 794695909
1800.14/936.42	c inspects		: 7429095313
1800.14/936.42	c shortcuts		: 0
1800.14/936.42	c learnt literals	: 0
1800.14/936.42	c learnt binary clauses	: 0
1800.14/936.42	c learnt ternary clauses	: 7
1800.14/936.42	c learnt constraints	: 3677526
1800.14/936.42	c ignored constraints	: 0
1800.14/936.42	c root simplifications	: 0
1800.14/936.42	c removed literals (reason simplification)	: 16606271
1800.14/936.42	c reason swapping (by a shorter reason)	: 0
1800.14/936.42	c Calls to reduceDB	: 369
1800.14/936.42	c number of reductions to clauses (during analyze)	: 0
1800.14/936.42	c number of learned constraints concerned by reduction	: 0
1800.14/936.42	c number of learning phase by resolution	: 0
1800.14/936.42	c number of learning phase by cutting planes	: 0
1800.14/936.42	c speed (assignments/second)	: 853590.3476247148
1800.14/936.42	c non guided choices	0
1800.14/936.43	c learnt constraints type 
1800.14/936.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18503
1800.14/936.43	c constraints type 
1800.14/936.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3138
1800.14/936.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.14/936.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3038
1800.14/936.43	c constraints type 
1800.14/936.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3138
1800.14/936.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.14/936.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.14/936.43	s SATISFIABLE
1800.14/936.43	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.14/936.43	c objective function=5
1800.14/936.43	c Total wall clock time (in seconds): 936.322

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-3453907-1307194405/watcher-3453907-1307194405 -o /tmp/evaluation-result-3453907-1307194405/solver-3453907-1307194405 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453907-1307194405.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: 2.83 3.21 3.44 2/501 19031
/proc/meminfo: memFree=23786144/32950928 swapFree=39617324/67111528
[pid=19031] ppid=19029 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19031/stat : 19031 (java) S 19029 19031 13533 0 -1 4202496 4017 0 1 0 0 0 0 0 25 0 2 0 831040205 10694979584 3719 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19031/statm: 2611079 3732 917 9 0 2602235 0
[pid=19031/tid=19032] ppid=19029 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19032/stat : 19032 (java) R 19029 19031 13533 0 -1 4202560 4928 0 1 0 0 0 0 0 25 0 2 0 831040206 10694979584 5744 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0313561 s]
/proc/loadavg: 2.83 3.21 3.44 2/501 19031
/proc/meminfo: memFree=23786144/32950928 swapFree=39617324/67111528
[pid=19031] ppid=19029 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/19031/stat : 19031 (java) S 19029 19031 13533 0 -1 4202496 10745 0 1 0 0 1 0 0 25 0 10 0 831040205 10705932288 10444 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19031/statm: 2613753 10444 1515 9 0 2604501 0
[pid=19031/tid=19032] ppid=19029 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/19031/task/19032/stat : 19032 (java) R 19029 19031 13533 0 -1 4202560 9624 0 1 0 0 1 0 0 25 0 10 0 831040206 10705932288 10446 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46920504582149 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10455012

[startup+0.100345 s]
/proc/loadavg: 2.83 3.21 3.44 2/501 19031
/proc/meminfo: memFree=23786144/32950928 swapFree=39617324/67111528
[pid=19031] ppid=19029 vsize=10540212 CPUtime=0.1 cores=1,3,5,7
/proc/19031/stat : 19031 (java) S 19029 19031 13533 0 -1 4202496 13055 0 1 0 8 2 0 0 25 0 18 0 831040205 10793177088 12715 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19031/statm: 2635053 12715 2093 9 0 2625787 0
[pid=19031/tid=19032] ppid=19029 vsize=10540212 CPUtime=0.07 cores=1,3,5,7
/proc/19031/task/19032/stat : 19032 (java) R 19029 19031 13533 0 -1 4202560 11126 0 1 0 6 1 0 0 25 0 18 0 831040206 10793177088 12715 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092059083 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540212

[startup+0.300308 s]
/proc/loadavg: 2.83 3.21 3.44 2/501 19031
/proc/meminfo: memFree=23786144/32950928 swapFree=39617324/67111528
[pid=19031] ppid=19029 vsize=10540956 CPUtime=0.46 cores=1,3,5,7
/proc/19031/stat : 19031 (java) S 19029 19031 13533 0 -1 4202496 15711 0 1 0 44 2 0 0 25 0 18 0 831040205 10793938944 14930 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19031/statm: 2635239 14930 2209 9 0 2625973 0
[pid=19031/tid=19032] ppid=19029 vsize=10540956 CPUtime=0.27 cores=1,3,5,7
/proc/19031/task/19032/stat : 19032 (java) R 19029 19031 13533 0 -1 4202560 12743 0 1 0 26 1 0 0 25 0 18 0 831040206 10793938944 14931 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46912505574785 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10540956

[startup+0.700229 s]
/proc/loadavg: 2.83 3.21 3.44 2/501 19031
/proc/meminfo: memFree=23786144/32950928 swapFree=39617324/67111528
[pid=19031] ppid=19029 vsize=10550156 CPUtime=1.05 cores=1,3,5,7
/proc/19031/stat : 19031 (java) S 19029 19031 13533 0 -1 4202496 21590 0 1 0 102 3 0 0 25 0 19 0 831040205 10803359744 18531 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19031/statm: 2637539 18531 2232 9 0 2628273 0
[pid=19031/tid=19032] ppid=19029 vsize=10550156 CPUtime=0.37 cores=1,3,5,7
/proc/19031/task/19032/stat : 19032 (java) S 19029 19031 13533 0 -1 4202560 14132 0 1 0 35 2 0 0 25 0 19 0 831040206 10803359744 18531 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10550156

[startup+1.50108 s]
/proc/loadavg: 2.83 3.21 3.44 6/523 19056
/proc/meminfo: memFree=23714368/32950928 swapFree=39617324/67111528
[pid=19031] ppid=19029 vsize=10557564 CPUtime=2.84 cores=1,3,5,7
/proc/19031/stat : 19031 (java) S 19029 19031 13533 0 -1 4202496 42195 0 1 0 277 7 0 0 25 0 22 0 831040205 10810945536 36044 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19031/statm: 2639391 36048 2240 9 0 2630125 0
[pid=19031/tid=19032] ppid=19029 vsize=10557564 CPUtime=0.38 cores=1,3,5,7
/proc/19031/task/19032/stat : 19032 (java) S 19029 19031 13533 0 -1 4202560 14194 0 1 0 36 2 0 0 17 0 22 0 831040206 10810945536 36055 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040207 10810945536 36057 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19035] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831040207 10810945536 36059 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19036] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040207 10810945536 36062 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19037] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040207 10810945536 36064 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040207 10810945536 36067 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040207 10810945536 36070 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040207 10810945536 36073 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19041] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040207 10810945536 36075 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 13533 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 831040208 10810945536 36078 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 0 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831040209 10810945536 36081 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19044] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831040209 10810945536 36083 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19045] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19045/stat : 19045 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040211 10810945536 36085 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092055985 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19046] ppid=19029 vsize=10557564 CPUtime=0.73 cores=1,3,5,7
/proc/19031/task/19046/stat : 19046 (java) S 19029 19031 13533 0 -1 4202560 4333 0 0 0 73 0 0 0 22 0 22 0 831040211 10810945536 36088 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19047] ppid=19029 vsize=10557564 CPUtime=0.74 cores=1,3,5,7
/proc/19031/task/19047/stat : 19047 (java) S 19029 19031 13533 0 -1 4202560 9198 0 0 0 73 1 0 0 23 0 22 0 831040211 10810945536 36090 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19048] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19048/stat : 19048 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040211 10810945536 36093 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19049] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19049/stat : 19049 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831040211 10810945536 36095 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19052] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19052/stat : 19052 (java) S 19029 19031 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831040245 10810945536 36097 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 10557564

[startup+3.10078 s]
/proc/loadavg: 2.83 3.21 3.44 4/523 19060
/proc/meminfo: memFree=23515076/32950928 swapFree=39617324/67111528
[pid=19031] ppid=19029 vsize=10557564 CPUtime=6.21 cores=1,3,5,7
/proc/19031/stat : 19031 (java) S 19029 19031 13533 0 -1 4202496 121072 0 1 0 606 15 0 0 25 0 22 0 831040205 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19031/statm: 2639391 114913 2270 9 0 2630125 0
[pid=19031/tid=19032] ppid=19029 vsize=10557564 CPUtime=0.38 cores=1,3,5,7
/proc/19031/task/19032/stat : 19032 (java) S 19029 19031 13533 0 -1 4202560 14194 0 1 0 36 2 0 0 15 0 22 0 831040206 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831040207 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19035] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 13533 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831040207 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19036] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831040207 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19037] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831040207 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 13533 0 -1 4202560 677 0 0 0 0 0 0 0 18 0 22 0 831040207 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 13533 0 -1 4202560 602 0 0 0 0 0 0 0 18 0 22 0 831040207 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 13533 0 -1 4202560 560 0 0 0 0 0 0 0 18 0 22 0 831040207 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19041] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 13533 0 -1 4202560 789 0 0 0 0 0 0 0 18 0 22 0 831040207 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=10557564 CPUtime=0.03 cores=1,3,5,7
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 13533 0 -1 4202560 2606 0 0 0 3 0 0 0 15 0 22 0 831040208 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 0 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831040209 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19044] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831040209 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19045] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19045/stat : 19045 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040211 10810945536 114913 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092055985 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19046] ppid=19029 vsize=10557564 CPUtime=0.82 cores=1,3,5,7
/proc/19031/task/19046/stat : 19046 (java) S 19029 19031 13533 0 -1 4202560 4349 0 0 0 82 0 0 0 15 0 22 0 831040211 10810945536 114914 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19047] ppid=19029 vsize=10557564 CPUtime=0.85 cores=1,3,5,7
/proc/19031/task/19047/stat : 19047 (java) S 19029 19031 13533 0 -1 4202560 9220 0 0 0 84 1 0 0 16 0 22 0 831040211 10810945536 114914 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19048] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19048/stat : 19048 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040211 10810945536 114914 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19049] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19049/stat : 19049 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831040211 10810945536 114914 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19052] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19052/stat : 19052 (java) S 19029 19031 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831040245 10810945536 114914 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19057] ppid=19029 vsize=10557564 CPUtime=1.64 cores=1,3,5,7
/proc/19031/task/19057/stat : 19057 (java) R 19029 19031 13533 0 -1 4202560 1019 0 0 0 164 0 0 0 19 0 22 0 831040345 10810945536 114914 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46912506300517 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19031/tid=19058] ppid=19029 vsize=10557564 CPUtime=1.64 cores=1,3,5,7
/proc/19031/task/19058/stat : 19058 (java) R 19029 19031 13533 0 -1 4202560 77491 0 0 0 156 8 0 0 19 0 22 0 831040345 10810945536 114914 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46912505807691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19031/tid=19059] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19059/stat : 19059 (java) S 19029 19031 13533 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 831040346 10810945536 114914 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 10557564

[startup+6.30117 s]
/proc/loadavg: 2.84 3.20 3.44 3/521 19060
/proc/meminfo: memFree=23318336/32950928 swapFree=39617324/67111528
[pid=19031] ppid=19029 vsize=10557564 CPUtime=12.61 cores=1,3,5,7
/proc/19031/stat : 19031 (java) S 19029 19031 13533 0 -1 4202496 130697 0 1 0 1245 16 0 0 25 0 22 0 831040205 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19031/statm: 2639391 124257 2270 9 0 2630125 0
[pid=19031/tid=19032] ppid=19029 vsize=10557564 CPUtime=0.38 cores=1,3,5,7
/proc/19031/task/19032/stat : 19032 (java) S 19029 19031 13533 0 -1 4202560 14201 0 1 0 36 2 0 0 15 0 22 0 831040206 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=10557564 CPUtime=0.01 cores=1,3,5,7
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 13533 0 -1 4202560 366 0 0 0 1 0 0 0 15 0 22 0 831040207 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19035] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 13533 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 22 0 831040207 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19036] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 13533 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 831040207 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19037] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 13533 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 22 0 831040207 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 13533 0 -1 4202560 677 0 0 0 0 0 0 0 15 0 22 0 831040207 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=10557564 CPUtime=0.01 cores=1,3,5,7
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 13533 0 -1 4202560 1058 0 0 0 1 0 0 0 15 0 22 0 831040207 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 13533 0 -1 4202560 562 0 0 0 0 0 0 0 15 0 22 0 831040207 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19041] ppid=19029 vsize=10557564 CPUtime=0.02 cores=1,3,5,7
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 13533 0 -1 4202560 1031 0 0 0 2 0 0 0 17 0 22 0 831040207 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=10557564 CPUtime=0.11 cores=1,3,5,7
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 13533 0 -1 4202560 3877 0 0 0 11 0 0 0 16 0 22 0 831040208 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 0 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831040209 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19044] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831040209 10810945536 124257 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0

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

[pid=19031/tid=19061] ppid=19029 vsize=10557564 CPUtime=696.65 cores=1,3,5,7
/proc/19031/task/19061/stat : 19061 (java) R 19029 19031 13533 0 -1 4202560 288 0 0 0 69664 1 0 0 24 0 22 0 831040747 10810945536 182923 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46912505848468 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19031/tid=19062] ppid=19029 vsize=10557564 CPUtime=696.62 cores=1,3,5,7
/proc/19031/task/19062/stat : 19062 (java) R 19029 19031 13533 0 -1 4202560 35398 0 0 0 69658 4 0 0 24 0 22 0 831040747 10810945536 182923 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46912505867634 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19031/tid=19063] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19063/stat : 19063 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831040747 10810945536 182923 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1469.35
Current children cumulated vsize (KiB) 10557564

[startup+822.302 s]
/proc/loadavg: 2.92 2.97 3.14 4/523 19084
/proc/meminfo: memFree=22925704/32950928 swapFree=39617324/67111528
[pid=19031] ppid=19029 vsize=10557564 CPUtime=1583.24 cores=1,3,5,7
/proc/19031/stat : 19031 (java) S 19029 19031 13533 0 -1 4202496 190124 0 1 0 158293 31 0 0 25 0 22 0 831040205 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19031/statm: 2639391 183217 2271 9 0 2630125 0
[pid=19031/tid=19032] ppid=19029 vsize=10557564 CPUtime=0.38 cores=1,3,5,7
/proc/19031/task/19032/stat : 19032 (java) S 19029 19031 13533 0 -1 4202560 14212 0 1 0 36 2 0 0 15 0 22 0 831040206 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=10557564 CPUtime=0.93 cores=1,3,5,7
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 13533 0 -1 4202560 423 0 0 0 93 0 0 0 16 0 22 0 831040207 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19035] ppid=19029 vsize=10557564 CPUtime=1.03 cores=1,3,5,7
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 13533 0 -1 4202560 382 0 0 0 103 0 0 0 15 0 22 0 831040207 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19036] ppid=19029 vsize=10557564 CPUtime=1.01 cores=1,3,5,7
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 13533 0 -1 4202560 99 0 0 0 101 0 0 0 15 0 22 0 831040207 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19037] ppid=19029 vsize=10557564 CPUtime=1.02 cores=1,3,5,7
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 13533 0 -1 4202560 342 0 0 0 102 0 0 0 15 0 22 0 831040207 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=10557564 CPUtime=0.84 cores=1,3,5,7
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 13533 0 -1 4202560 957 0 0 0 84 0 0 0 15 0 22 0 831040207 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=10557564 CPUtime=1 cores=1,3,5,7
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 13533 0 -1 4202560 1144 0 0 0 99 1 0 0 16 0 22 0 831040207 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=10557564 CPUtime=0.86 cores=1,3,5,7
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 13533 0 -1 4202560 655 0 0 0 86 0 0 0 15 0 22 0 831040207 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19041] ppid=19029 vsize=10557564 CPUtime=1.03 cores=1,3,5,7
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 13533 0 -1 4202560 1128 0 0 0 103 0 0 0 15 0 22 0 831040207 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=10557564 CPUtime=64.38 cores=1,3,5,7
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 13533 0 -1 4202560 32199 0 0 0 6433 5 0 0 16 0 22 0 831040208 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 0 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831040209 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19044] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831040209 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19045] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19045/stat : 19045 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040211 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092055985 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19046] ppid=19029 vsize=10557564 CPUtime=1.08 cores=1,3,5,7
/proc/19031/task/19046/stat : 19046 (java) S 19029 19031 13533 0 -1 4202560 4384 0 0 0 108 0 0 0 15 0 22 0 831040211 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19047] ppid=19029 vsize=10557564 CPUtime=0.95 cores=1,3,5,7
/proc/19031/task/19047/stat : 19047 (java) S 19029 19031 13533 0 -1 4202560 9233 0 0 0 94 1 0 0 16 0 22 0 831040211 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19048] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19048/stat : 19048 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040211 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19049] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19049/stat : 19049 (java) S 19029 19031 13533 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831040211 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19052] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19052/stat : 19052 (java) S 19029 19031 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831040245 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19061] ppid=19029 vsize=10557564 CPUtime=750.09 cores=1,3,5,7
/proc/19031/task/19061/stat : 19061 (java) R 19029 19031 13533 0 -1 4202560 311 0 0 0 75008 1 0 0 24 0 22 0 831040747 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46912505627303 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19031/tid=19062] ppid=19029 vsize=10557564 CPUtime=750.06 cores=1,3,5,7
/proc/19031/task/19062/stat : 19062 (java) R 19029 19031 13533 0 -1 4202560 35398 0 0 0 75002 4 0 0 25 0 22 0 831040747 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46912505807884 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19031/tid=19063] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19063/stat : 19063 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831040747 10810945536 183217 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1583.24
Current children cumulated vsize (KiB) 10557564

[startup+882.301 s]
/proc/loadavg: 2.90 2.95 3.13 4/523 19086
/proc/meminfo: memFree=22910276/32950928 swapFree=39617324/67111528
[pid=19031] ppid=19029 vsize=10557564 CPUtime=1697.32 cores=1,3,5,7
/proc/19031/stat : 19031 (java) S 19029 19031 13533 0 -1 4202496 191265 0 1 0 169701 31 0 0 25 0 22 0 831040205 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19031/statm: 2639391 184332 2271 9 0 2630125 0
[pid=19031/tid=19032] ppid=19029 vsize=10557564 CPUtime=0.38 cores=1,3,5,7
/proc/19031/task/19032/stat : 19032 (java) S 19029 19031 13533 0 -1 4202560 14212 0 1 0 36 2 0 0 15 0 22 0 831040206 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=10557564 CPUtime=1.03 cores=1,3,5,7
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 13533 0 -1 4202560 436 0 0 0 103 0 0 0 16 0 22 0 831040207 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19035] ppid=19029 vsize=10557564 CPUtime=1.12 cores=1,3,5,7
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 13533 0 -1 4202560 383 0 0 0 112 0 0 0 16 0 22 0 831040207 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19036] ppid=19029 vsize=10557564 CPUtime=1.08 cores=1,3,5,7
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 13533 0 -1 4202560 101 0 0 0 108 0 0 0 15 0 22 0 831040207 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19037] ppid=19029 vsize=10557564 CPUtime=1.09 cores=1,3,5,7
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 13533 0 -1 4202560 343 0 0 0 109 0 0 0 15 0 22 0 831040207 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=10557564 CPUtime=0.94 cores=1,3,5,7
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 13533 0 -1 4202560 957 0 0 0 94 0 0 0 16 0 22 0 831040207 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=10557564 CPUtime=1.1 cores=1,3,5,7
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 13533 0 -1 4202560 1152 0 0 0 109 1 0 0 15 0 22 0 831040207 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=10557564 CPUtime=0.92 cores=1,3,5,7
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 13533 0 -1 4202560 662 0 0 0 92 0 0 0 15 0 22 0 831040207 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19041] ppid=19029 vsize=10557564 CPUtime=1.11 cores=1,3,5,7
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 13533 0 -1 4202560 1136 0 0 0 111 0 0 0 15 0 22 0 831040207 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=10557564 CPUtime=70.55 cores=1,3,5,7
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 13533 0 -1 4202560 33276 0 0 0 7049 6 0 0 15 0 22 0 831040208 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 0 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831040209 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19044] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831040209 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19045] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19045/stat : 19045 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040211 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092055985 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19046] ppid=19029 vsize=10557564 CPUtime=1.08 cores=1,3,5,7
/proc/19031/task/19046/stat : 19046 (java) S 19029 19031 13533 0 -1 4202560 4384 0 0 0 108 0 0 0 15 0 22 0 831040211 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19047] ppid=19029 vsize=10557564 CPUtime=0.95 cores=1,3,5,7
/proc/19031/task/19047/stat : 19047 (java) S 19029 19031 13533 0 -1 4202560 9233 0 0 0 94 1 0 0 16 0 22 0 831040211 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19048] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19048/stat : 19048 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040211 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19049] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19049/stat : 19049 (java) S 19029 19031 13533 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831040211 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19052] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19052/stat : 19052 (java) S 19029 19031 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831040245 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19061] ppid=19029 vsize=10557564 CPUtime=803.71 cores=1,3,5,7
/proc/19031/task/19061/stat : 19061 (java) R 19029 19031 13533 0 -1 4202560 333 0 0 0 80370 1 0 0 25 0 22 0 831040747 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46912505701820 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19031/tid=19062] ppid=19029 vsize=10557564 CPUtime=803.69 cores=1,3,5,7
/proc/19031/task/19062/stat : 19062 (java) R 19029 19031 13533 0 -1 4202560 35398 0 0 0 80365 4 0 0 25 0 22 0 831040747 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46912505552490 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19031/tid=19063] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19063/stat : 19063 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831040747 10810945536 184332 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1697.32
Current children cumulated vsize (KiB) 10557564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+936.401 s]
/proc/loadavg: 2.90 2.94 3.11 4/523 19087
/proc/meminfo: memFree=22897208/32950928 swapFree=39617324/67111528
[pid=19031] ppid=19029 vsize=10557564 CPUtime=1800.14 cores=1,3,5,7
/proc/19031/stat : 19031 (java) S 19029 19031 13533 0 -1 4202496 192102 0 1 0 179982 32 0 0 25 0 22 0 831040205 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19031/statm: 2639391 185142 2271 9 0 2630125 0
[pid=19031/tid=19032] ppid=19029 vsize=10557564 CPUtime=0.38 cores=1,3,5,7
/proc/19031/task/19032/stat : 19032 (java) S 19029 19031 13533 0 -1 4202560 14212 0 1 0 36 2 0 0 15 0 22 0 831040206 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19034] ppid=19029 vsize=10557564 CPUtime=1.11 cores=1,3,5,7
/proc/19031/task/19034/stat : 19034 (java) S 19029 19031 13533 0 -1 4202560 436 0 0 0 111 0 0 0 15 0 22 0 831040207 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19035] ppid=19029 vsize=10557564 CPUtime=1.21 cores=1,3,5,7
/proc/19031/task/19035/stat : 19035 (java) S 19029 19031 13533 0 -1 4202560 387 0 0 0 121 0 0 0 15 0 22 0 831040207 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19036] ppid=19029 vsize=10557564 CPUtime=1.18 cores=1,3,5,7
/proc/19031/task/19036/stat : 19036 (java) S 19029 19031 13533 0 -1 4202560 106 0 0 0 118 0 0 0 16 0 22 0 831040207 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19037] ppid=19029 vsize=10557564 CPUtime=1.16 cores=1,3,5,7
/proc/19031/task/19037/stat : 19037 (java) S 19029 19031 13533 0 -1 4202560 348 0 0 0 116 0 0 0 16 0 22 0 831040207 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19038] ppid=19029 vsize=10557564 CPUtime=1.02 cores=1,3,5,7
/proc/19031/task/19038/stat : 19038 (java) S 19029 19031 13533 0 -1 4202560 962 0 0 0 102 0 0 0 15 0 22 0 831040207 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19039] ppid=19029 vsize=10557564 CPUtime=1.15 cores=1,3,5,7
/proc/19031/task/19039/stat : 19039 (java) S 19029 19031 13533 0 -1 4202560 1152 0 0 0 114 1 0 0 15 0 22 0 831040207 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 1 0 0 0
[pid=19031/tid=19040] ppid=19029 vsize=10557564 CPUtime=0.98 cores=1,3,5,7
/proc/19031/task/19040/stat : 19040 (java) S 19029 19031 13533 0 -1 4202560 662 0 0 0 98 0 0 0 15 0 22 0 831040207 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19041] ppid=19029 vsize=10557564 CPUtime=1.19 cores=1,3,5,7
/proc/19031/task/19041/stat : 19041 (java) S 19029 19031 13533 0 -1 4202560 1139 0 0 0 119 0 0 0 16 0 22 0 831040207 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19042] ppid=19029 vsize=10557564 CPUtime=76.18 cores=1,3,5,7
/proc/19031/task/19042/stat : 19042 (java) S 19029 19031 13533 0 -1 4202560 34068 0 0 0 7612 6 0 0 15 0 22 0 831040208 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 0 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19043] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19043/stat : 19043 (java) S 19029 19031 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831040209 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19044] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19044/stat : 19044 (java) S 19029 19031 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831040209 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19045] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19045/stat : 19045 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040211 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092055985 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19046] ppid=19029 vsize=10557564 CPUtime=1.08 cores=1,3,5,7
/proc/19031/task/19046/stat : 19046 (java) S 19029 19031 13533 0 -1 4202560 4384 0 0 0 108 0 0 0 15 0 22 0 831040211 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19047] ppid=19029 vsize=10557564 CPUtime=0.95 cores=1,3,5,7
/proc/19031/task/19047/stat : 19047 (java) S 19029 19031 13533 0 -1 4202560 9233 0 0 0 94 1 0 0 16 0 22 0 831040211 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 7 0 0 0
[pid=19031/tid=19048] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19048/stat : 19048 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831040211 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048281 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19049] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19049/stat : 19049 (java) S 19029 19031 13533 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 831040211 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
[pid=19031/tid=19052] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19052/stat : 19052 (java) S 19029 19031 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831040245 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 3 0 0 0
[pid=19031/tid=19061] ppid=19029 vsize=10557564 CPUtime=852 cores=1,3,5,7
/proc/19031/task/19061/stat : 19061 (java) R 19029 19031 13533 0 -1 4202560 352 0 0 0 85199 1 0 0 25 0 22 0 831040747 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46912505797491 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19031/tid=19062] ppid=19029 vsize=10557564 CPUtime=851.98 cores=1,3,5,7
/proc/19031/task/19062/stat : 19062 (java) R 19029 19031 13533 0 -1 4202560 35398 0 0 0 85194 4 0 0 25 0 22 0 831040747 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 46912505867638 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19031/tid=19063] ppid=19029 vsize=10557564 CPUtime=0 cores=1,3,5,7
/proc/19031/task/19063/stat : 19063 (java) S 19029 19031 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831040747 10810945536 185142 33554432000 1073741824 1073778376 140733794146608 18446744073709551615 208092048896 0 4 0 16800975 18446604465402332224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 10557564

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): 936.482
CPU time (s): 1800.24
CPU user time (s): 1799.88
CPU system time (s): 0.358945
CPU usage (%): 192.234
Max. virtual memory (cumulated for all children) (KiB): 10557564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192130
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= 32816
involuntary context switches= 26893

runsolver used 4.48032 second user time and 10.9523 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 15:33:25
IDJOB=3453907
IDBENCH=48111
IDSOLVER=1950
FILE ID=node127/3453907-1307194405
RUNJOBID= node127-1307194061-18051
PBS_JOBID= 13508856
Free space on /tmp= 73948 MiB

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

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

MD5SUM BENCH= aa10899bd7f711370f6ef9f1251ce7f2
RANDOM SEED=1819348411

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:      23786408 kB
Buffers:        333036 kB
Cached:         929424 kB
SwapCached:      59160 kB
Active:        6869708 kB
Inactive:      1999404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23786408 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:              84 kB
Writeback:           0 kB
AnonPages:     7554316 kB
Mapped:          30360 kB
Slab:           124024 kB
PageTables:     102212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130107692 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= 73948 MiB
End job on node127 at 2011-06-04 15:49:04