Trace number 3733954

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
PB11: Sat4j Res//CP 2.3.0OPT55 1364.64 696.329

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_10.opb
MD5SUM26699ac56f0d58d8261ff4eb58d81611
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark350.209
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1659
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 constraints1659
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3733954-1338690948.opb
0.08/0.12	c reading problem ... 
1.12/0.57	c ... done. Wall clock time 0.442s.
1.12/0.57	c #vars     895
1.12/0.57	c #constraints  1659
1.12/0.57	c constraints type 
1.12/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1659
1.12/0.57	c constraints type 
1.12/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1659
2.15/0.85	c  And the winner is Resolution
2.38/1.07	c SATISFIABLE
2.38/1.07	c OPTIMIZING...
2.38/1.07	c Got one! Elapsed wall clock time (in seconds):0.945
2.38/1.07	o 92
3.05/1.37	c  And the winner is Resolution
3.21/1.57	c Got one! Elapsed wall clock time (in seconds):1.446
3.21/1.57	o 87
3.84/1.81	c  And the winner is Resolution
3.88/2.07	c Got one! Elapsed wall clock time (in seconds):1.948
3.88/2.07	o 82
4.25/2.24	c  And the winner is Resolution
4.36/2.57	c Got one! Elapsed wall clock time (in seconds):2.449
4.36/2.57	o 81
4.85/2.80	c  And the winner is Resolution
4.87/3.07	c Got one! Elapsed wall clock time (in seconds):2.951
4.87/3.07	o 76
5.94/3.61	c  And the winner is Resolution
5.99/4.08	c Got one! Elapsed wall clock time (in seconds):3.952
5.99/4.08	o 75
6.92/4.51	c  And the winner is Resolution
6.92/4.58	c Got one! Elapsed wall clock time (in seconds):4.453
6.92/4.58	o 73
7.20/4.77	c  And the winner is Resolution
7.37/5.08	c Got one! Elapsed wall clock time (in seconds):4.954
7.37/5.08	o 71
9.77/6.24	c cleaning 4684 clauses out of 9381 with flag 3000/9381
10.59/6.56	c  And the winner is Resolution
10.59/6.58	c Got one! Elapsed wall clock time (in seconds):6.456
10.59/6.58	o 69
13.14/7.76	c  And the winner is Resolution
13.27/8.08	c Got one! Elapsed wall clock time (in seconds):7.957
13.27/8.08	o 67
14.30/8.70	c cleaning 5397 clauses out of 10802 with flag 2000/15486
16.08/9.53	c  And the winner is Resolution
16.08/9.58	c Got one! Elapsed wall clock time (in seconds):9.459
16.08/9.58	o 66
18.20/10.63	c cleaning 5343 clauses out of 10718 with flag 3002/20799
20.22/11.46	c  And the winner is Resolution
20.37/11.58	c Got one! Elapsed wall clock time (in seconds):11.46
20.37/11.58	o 64
22.01/12.49	c cleaning 5300 clauses out of 10613 with flag 3001/26037
26.87/14.70	c cleaning 5647 clauses out of 11312 with flag 9000/32036
31.44/17.07	c cleaning 6328 clauses out of 12667 with flag 16002/39038
32.79/17.79	c  And the winner is Resolution
33.01/18.13	c Got one! Elapsed wall clock time (in seconds):18.007
33.01/18.13	o 61
35.34/19.31	c cleaning 6052 clauses out of 12104 with flag 4002/44803
39.30/21.31	c cleaning 6015 clauses out of 12050 with flag 10000/50801
43.84/23.69	c cleaning 6511 clauses out of 13036 with flag 17001/57802
49.80/26.62	c cleaning 7253 clauses out of 14524 with flag 25000/65801
55.97/29.79	c cleaning 8125 clauses out of 16271 with flag 34000/74801
63.31/33.48	c cleaning 9068 clauses out of 18146 with flag 44000/84801
71.45/37.53	c cleaning 9540 clauses out of 19079 with flag 54001/94802
77.82/40.78	c cleaning 0 clauses out of 9856 with flag 0/9861
79.35/41.43	c cleaning 9764 clauses out of 19538 with flag 64000/104801
87.12/45.35	c cleaning 9879 clauses out of 19776 with flag 74002/114803
87.64/45.62	c  And the winner is Resolution
87.64/45.68	c Got one! Elapsed wall clock time (in seconds):45.556
87.64/45.68	o 60
91.17/47.42	c cleaning 7681 clauses out of 15369 with flag 5002/120275
95.92/49.83	c cleaning 6842 clauses out of 13686 with flag 11000/126273
100.86/52.33	c cleaning 6917 clauses out of 13844 with flag 18000/133273
106.62/55.23	c cleaning 7458 clauses out of 14927 with flag 26000/141273
113.93/58.90	c cleaning 8228 clauses out of 16471 with flag 35002/150275
121.86/62.91	c cleaning 9110 clauses out of 18241 with flag 45000/160273
129.60/66.89	c cleaning 9558 clauses out of 19131 with flag 55000/170273
138.33/71.23	c cleaning 9782 clauses out of 19574 with flag 65001/180274
146.44/75.37	c cleaning 9891 clauses out of 19791 with flag 75000/190273
154.77/79.51	c cleaning 9944 clauses out of 19900 with flag 85000/200273
162.11/83.28	c cleaning 9972 clauses out of 19957 with flag 95001/210274
169.26/86.90	c cleaning 9983 clauses out of 19985 with flag 105001/220274
176.75/90.60	c cleaning 9999 clauses out of 20003 with flag 115002/230275
184.28/94.49	c cleaning 9997 clauses out of 20003 with flag 125001/240274
192.01/98.36	c cleaning 10000 clauses out of 20007 with flag 135002/250275
199.74/102.23	c cleaning 9994 clauses out of 20006 with flag 145001/260274
201.04/102.98	c cleaning 0 clauses out of 15633 with flag 0/15639
207.38/106.14	c cleaning 10001 clauses out of 20011 with flag 155000/270273
214.92/109.93	c cleaning 10001 clauses out of 20011 with flag 165001/280274
222.84/113.90	c cleaning 10000 clauses out of 20013 with flag 175004/290277
230.34/117.73	c cleaning 10003 clauses out of 20009 with flag 185000/300273
237.26/121.28	c cleaning 9994 clauses out of 20006 with flag 195000/310273
244.60/124.94	c cleaning 9999 clauses out of 20013 with flag 205001/320274
251.72/128.58	c cleaning 10002 clauses out of 20014 with flag 215001/330274
259.61/132.52	c cleaning 9997 clauses out of 20011 with flag 225000/340273
267.93/136.74	c cleaning 9999 clauses out of 20015 with flag 235001/350274
275.86/140.71	c cleaning 10003 clauses out of 20015 with flag 245000/360273
283.55/144.64	c cleaning 9998 clauses out of 20012 with flag 255000/370273
291.24/148.54	c cleaning 9998 clauses out of 20014 with flag 265000/380273
298.35/152.18	c cleaning 10000 clauses out of 20017 with flag 275001/390274
306.48/156.23	c cleaning 9998 clauses out of 20016 with flag 285000/400273
313.99/160.07	c cleaning 10003 clauses out of 20018 with flag 295000/410273
321.68/163.94	c cleaning 9998 clauses out of 20015 with flag 305000/420273
329.58/167.95	c cleaning 10001 clauses out of 20018 with flag 315001/430274
337.68/172.02	c cleaning 9999 clauses out of 20016 with flag 325000/440273
344.99/175.79	c cleaning 10003 clauses out of 20017 with flag 335000/450273
352.66/179.65	c cleaning 10001 clauses out of 20014 with flag 345000/460273
359.78/183.24	c cleaning 10000 clauses out of 20013 with flag 355000/470273
367.10/186.93	c cleaning 9998 clauses out of 20013 with flag 365000/480273
375.00/190.97	c cleaning 10000 clauses out of 20015 with flag 375000/490273
383.86/195.47	c cleaning 9998 clauses out of 20015 with flag 385000/500273
392.77/199.93	c cleaning 10000 clauses out of 20017 with flag 395000/510273
399.08/203.11	c cleaning 0 clauses out of 21633 with flag 0/21639
400.80/204.01	c cleaning 10002 clauses out of 20018 with flag 405001/520274
408.05/207.75	c cleaning 10005 clauses out of 20016 with flag 415001/530274
415.75/211.65	c cleaning 9998 clauses out of 20011 with flag 425001/540274
423.25/215.46	c cleaning 9999 clauses out of 20015 with flag 435003/550276
430.78/219.20	c cleaning 10003 clauses out of 20014 with flag 445001/560274
438.23/223.06	c cleaning 9999 clauses out of 20010 with flag 455000/570273
445.94/226.94	c cleaning 9998 clauses out of 20011 with flag 465000/580273
453.66/230.90	c cleaning 9995 clauses out of 20013 with flag 475000/590273
461.59/234.84	c cleaning 9998 clauses out of 20019 with flag 485001/600274
469.64/238.96	c cleaning 10003 clauses out of 20021 with flag 495001/610274
478.34/243.37	c cleaning 10002 clauses out of 20018 with flag 505001/620274
487.05/247.75	c cleaning 10003 clauses out of 20017 with flag 515002/630275
494.96/251.72	c  And the winner is Resolution
495.19/252.08	c Got one! Elapsed wall clock time (in seconds):251.954
495.19/252.08	o 55
499.04/254.04	c cleaning 12255 clauses out of 24509 with flag 5000/644770
503.67/256.40	c cleaning 9125 clauses out of 18254 with flag 11000/650770
508.56/258.97	c cleaning 8061 clauses out of 16129 with flag 18000/657770
514.47/261.97	c cleaning 8031 clauses out of 16068 with flag 26000/665770
520.78/265.13	c cleaning 8512 clauses out of 17038 with flag 35001/674771
527.81/268.73	c cleaning 9258 clauses out of 18525 with flag 45000/684770
534.50/272.17	c cleaning 9630 clauses out of 19267 with flag 55000/694770
542.00/275.94	c cleaning 9817 clauses out of 19637 with flag 65000/704770
549.69/279.85	c cleaning 9909 clauses out of 19821 with flag 75001/714771
557.13/283.68	c cleaning 9949 clauses out of 19912 with flag 85001/724771
565.02/287.63	c cleaning 9978 clauses out of 19962 with flag 95000/734770
572.73/291.54	c cleaning 9991 clauses out of 19986 with flag 105002/744772
580.62/295.53	c cleaning 9989 clauses out of 19995 with flag 115002/754772
588.47/299.51	c cleaning 9998 clauses out of 20005 with flag 125001/764771
596.59/303.61	c cleaning 9994 clauses out of 20006 with flag 135000/774770
603.88/307.34	c cleaning 10001 clauses out of 20013 with flag 145001/784771
612.17/311.50	c cleaning 9999 clauses out of 20011 with flag 155000/794770
620.41/315.76	c cleaning 10005 clauses out of 20013 with flag 165001/804771
628.73/319.91	c cleaning 10000 clauses out of 20008 with flag 175001/814771
637.42/324.39	c cleaning 10000 clauses out of 20008 with flag 185001/824771
644.93/328.12	c cleaning 9996 clauses out of 20007 with flag 195000/834770
652.36/331.97	c cleaning 10001 clauses out of 20011 with flag 205000/844770
654.46/333.07	c cleaning 0 clauses out of 26655 with flag 0/26661
660.55/336.13	c cleaning 10000 clauses out of 20011 with flag 215001/854771
668.25/340.02	c cleaning 10000 clauses out of 20010 with flag 225000/864770
675.70/343.80	c cleaning 10000 clauses out of 20011 with flag 235001/874771
683.01/347.56	c cleaning 10002 clauses out of 20012 with flag 245002/884772
690.10/351.10	c cleaning 10001 clauses out of 20009 with flag 255001/894771
697.39/354.82	c cleaning 9997 clauses out of 20007 with flag 265000/904770
704.83/358.66	c cleaning 9993 clauses out of 20010 with flag 275000/914770
712.51/362.55	c cleaning 10002 clauses out of 20018 with flag 285001/924771
720.40/366.53	c cleaning 10006 clauses out of 20015 with flag 295000/934770
728.10/370.43	c cleaning 9998 clauses out of 20010 with flag 305001/944771
736.52/374.73	c cleaning 10003 clauses out of 20011 with flag 315000/954770
744.61/378.89	c cleaning 10001 clauses out of 20008 with flag 325000/964770
752.92/383.06	c cleaning 9995 clauses out of 20008 with flag 335001/974771
760.82/387.01	c cleaning 10001 clauses out of 20013 with flag 345001/984771
768.66/391.03	c cleaning 9998 clauses out of 20011 with flag 355000/994770
776.36/394.92	c cleaning 10003 clauses out of 20014 with flag 365001/1004771
784.65/399.17	c cleaning 10003 clauses out of 20011 with flag 375001/1014771
792.74/403.24	c cleaning 9996 clauses out of 20007 with flag 385000/1024770
800.76/407.33	c cleaning 10001 clauses out of 20011 with flag 395000/1034770
807.65/410.85	c cleaning 10001 clauses out of 20012 with flag 405002/1044772
814.73/414.43	c cleaning 10000 clauses out of 20009 with flag 415000/1054770
821.41/417.90	c cleaning 9999 clauses out of 20010 with flag 425001/1064771
828.63/421.50	c cleaning 9999 clauses out of 20010 with flag 435000/1074770
836.12/425.35	c cleaning 9996 clauses out of 20011 with flag 445000/1084770
843.03/428.86	c cleaning 9998 clauses out of 20015 with flag 455000/1094770
850.32/432.51	c cleaning 10004 clauses out of 20017 with flag 465000/1104770
857.54/436.29	c cleaning 10002 clauses out of 20013 with flag 475000/1114770
865.03/440.08	c cleaning 9998 clauses out of 20013 with flag 485002/1124772
872.31/443.75	c cleaning 9998 clauses out of 20013 with flag 495000/1134770
879.38/447.39	c cleaning 9999 clauses out of 20016 with flag 505001/1144771
886.79/451.15	c cleaning 10002 clauses out of 20018 with flag 515002/1154772
894.07/454.85	c cleaning 10002 clauses out of 20014 with flag 525000/1164770
901.57/458.69	c cleaning 10000 clauses out of 20013 with flag 535001/1174771
908.45/462.16	c cleaning 10001 clauses out of 20013 with flag 545001/1184771
915.29/465.69	c cleaning 9999 clauses out of 20011 with flag 555000/1194770
922.77/469.45	c cleaning 10001 clauses out of 20013 with flag 565001/1204771
930.85/473.53	c cleaning 9999 clauses out of 20011 with flag 575000/1214770
938.53/477.46	c cleaning 9996 clauses out of 20012 with flag 585000/1224770
945.71/481.18	c cleaning 10006 clauses out of 20018 with flag 595002/1234772
952.62/484.66	c cleaning 10002 clauses out of 20010 with flag 605000/1244770
959.33/488.05	c cleaning 9998 clauses out of 20010 with flag 615002/1254772
966.01/491.43	c cleaning 9998 clauses out of 20010 with flag 625000/1264770
972.82/494.98	c cleaning 9998 clauses out of 20012 with flag 635000/1274770
979.50/498.37	c cleaning 9994 clauses out of 20014 with flag 645000/1284770
986.15/501.70	c cleaning 10003 clauses out of 20020 with flag 655000/1294770
992.83/505.17	c cleaning 10002 clauses out of 20018 with flag 665001/1304771
1000.25/508.92	c cleaning 10002 clauses out of 20016 with flag 675001/1314771
1006.92/512.34	c cleaning 10002 clauses out of 20014 with flag 685001/1324771
1009.20/513.54	c cleaning 0 clauses out of 32654 with flag 0/32660
1014.27/516.18	c cleaning 10001 clauses out of 20012 with flag 695001/1334771
1021.86/520.07	c cleaning 10000 clauses out of 20010 with flag 705000/1344770
1029.73/524.03	c cleaning 9999 clauses out of 20010 with flag 715000/1354770
1037.62/528.01	c cleaning 10000 clauses out of 20011 with flag 725000/1364770
1045.48/532.08	c cleaning 10000 clauses out of 20012 with flag 735001/1374771
1052.88/535.88	c cleaning 10000 clauses out of 20012 with flag 745001/1384771
1059.55/539.24	c cleaning 10006 clauses out of 20014 with flag 755003/1394773
1065.83/542.49	c cleaning 10000 clauses out of 20005 with flag 765000/1404770
1072.91/546.01	c cleaning 9992 clauses out of 20005 with flag 775000/1414770
1080.50/549.99	c cleaning 9998 clauses out of 20015 with flag 785002/1424772
1088.37/553.90	c cleaning 10001 clauses out of 20015 with flag 795000/1434770
1096.04/557.81	c cleaning 10006 clauses out of 20016 with flag 805002/1444772
1103.51/561.67	c cleaning 9996 clauses out of 20008 with flag 815000/1454770
1110.90/565.48	c cleaning 9999 clauses out of 20013 with flag 825001/1464771
1118.15/569.11	c cleaning 10001 clauses out of 20014 with flag 835001/1474771
1125.01/572.60	c cleaning 9999 clauses out of 20013 with flag 845001/1484771
1131.88/576.14	c cleaning 10002 clauses out of 20013 with flag 855000/1494770
1138.69/579.65	c cleaning 9998 clauses out of 20011 with flag 865000/1504770
1146.55/583.61	c cleaning 10001 clauses out of 20013 with flag 875000/1514770
1154.44/587.66	c cleaning 9997 clauses out of 20012 with flag 885000/1524770
1162.10/591.52	c cleaning 10001 clauses out of 20015 with flag 895000/1534770
1169.47/595.39	c cleaning 9999 clauses out of 20014 with flag 905000/1544770
1177.13/599.24	c cleaning 10001 clauses out of 20016 with flag 915001/1554771
1184.80/603.14	c cleaning 10008 clauses out of 20015 with flag 925001/1564771
1192.28/606.92	c cleaning 9999 clauses out of 20007 with flag 935001/1574771
1199.68/610.74	c cleaning 9997 clauses out of 20007 with flag 945000/1584770
1206.96/614.50	c cleaning 9999 clauses out of 20010 with flag 955000/1594770
1214.65/618.35	c cleaning 10000 clauses out of 20011 with flag 965000/1604770
1222.94/622.60	c cleaning 10004 clauses out of 20011 with flag 975000/1614770
1230.32/626.38	c cleaning 9999 clauses out of 20007 with flag 985000/1624770
1238.18/630.38	c cleaning 10005 clauses out of 20009 with flag 995001/1634771
1245.45/634.06	c cleaning 9997 clauses out of 20003 with flag 1005000/1644770
1253.12/637.96	c cleaning 10002 clauses out of 20008 with flag 1015002/1654772
1261.50/642.21	c cleaning 9999 clauses out of 20004 with flag 1025000/1664770
1268.77/645.94	c cleaning 10004 clauses out of 20007 with flag 1035002/1674772
1276.48/649.88	c cleaning 9994 clauses out of 20001 with flag 1045001/1684771
1283.97/653.62	c cleaning 9998 clauses out of 20006 with flag 1055000/1694770
1290.95/657.29	c cleaning 9998 clauses out of 20008 with flag 1065000/1704770
1298.24/660.98	c cleaning 10000 clauses out of 20010 with flag 1075000/1714770
1305.50/664.64	c cleaning 10006 clauses out of 20011 with flag 1085001/1724771
1312.36/668.15	c cleaning 9996 clauses out of 20004 with flag 1095001/1734771
1319.55/671.83	c cleaning 10002 clauses out of 20007 with flag 1105000/1744770
1326.82/675.58	c cleaning 10001 clauses out of 20005 with flag 1115000/1754770
1334.09/679.22	c cleaning 9995 clauses out of 20004 with flag 1125000/1764770
1340.94/682.74	c cleaning 9997 clauses out of 20009 with flag 1135000/1774770
1347.94/686.37	c cleaning 10003 clauses out of 20013 with flag 1145001/1784771
1354.79/689.88	c cleaning 10004 clauses out of 20011 with flag 1155002/1794772
1360.65/692.87	c  And the winner is Resolution
1364.37/696.31	c starts		: 224
1364.37/696.31	c conflicts		: 1803330
1364.37/696.31	c decisions		: 1981006
1364.37/696.31	c propagations		: 200062841
1364.37/696.31	c inspects		: 4375421856
1364.37/696.31	c shortcuts		: 0
1364.37/696.31	c learnt literals	: 15
1364.37/696.31	c learnt binary clauses	: 64
1364.37/696.31	c learnt ternary clauses	: 260
1364.37/696.31	c learnt constraints	: 1803314
1364.37/696.31	c ignored constraints	: 0
1364.37/696.31	c root simplifications	: 0
1364.37/696.31	c removed literals (reason simplification)	: 20717623
1364.37/696.31	c reason swapping (by a shorter reason)	: 0
1364.37/696.31	c Calls to reduceDB	: 185
1364.37/696.31	c number of reductions to clauses (during analyze)	: 0
1364.37/696.31	c number of learned constraints concerned by reduction	: 0
1364.37/696.31	c number of learning phase by resolution	: 0
1364.37/696.31	c number of learning phase by cutting planes	: 0
1364.37/696.31	c speed (assignments/second)	: 450354.6351697529
1364.37/696.31	c non guided choices	6571
1364.37/696.31	c learnt constraints type 
1364.37/696.31	c constraints type 
1364.37/696.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1659
1364.37/696.31	c constraints type 
1364.37/696.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1659
1364.37/696.31	s OPTIMUM FOUND
1364.37/696.31	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 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 -x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 -x187 x188 x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 x200 -x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 -x226 x227 x228 x229 x230 -x231 x232 x233 x234 -x235 x236 x237 x238 x239 -x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 x250 -x251 x252 x253 x254 x255 -x256 x257 x258 x259 x260 -x261 -x262 -x263 x264 x265 -x266 -x267 x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 -x288 x289 x290 x291 -x292 -x293 x294 x295 -x296 -x297 x298 x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 x307 x308 x309 x310 x311 x312 x313 x314 -x315 x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 x330 x331 x332 x333 x334 x335 x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 x357 x358 x359 x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 x398 -x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 x409 x410 x411 -x412 x413 x414 x415 x416 x417 x418 x419 x420 x421 x422 x423 x424 x425 -x426 x427 x428 x429 x430 x431 x432 x433 x434 x435 x436 x437 x438 x439 x440 x441 x442 x443 x444 -x445 x446 x447 x448 x449 -x450 x451 x452 x453 -x454 x455 x456 x457 x458 -x459 x460 x461 x462 x463 x464 -x465 x466 x467 x468 x469 -x470 x471 x472 x473 x474 -x475 -x476 -x477 x478 x479 -x480 -x481 x482 x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 x491 x492 x493 x494 x495 x496 x497 -x498 x499 x500 x501 -x502 -x503 x504 x505 -x506 -x507 x508 x509 -x510 -x511 -x512 -x513 -x514 -x515 x516 x517 x518 x519 x520 x521 -x522 x523 x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 x537 x538 x539 x540 x541 x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 x571 x572 -x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 x583 x584 x585 x586 -x587 x588 x589 x590 x591 x592 x593 x594 x595 x596 x597 x598 x599 -x600 x601 x602 x603 x604 -x605 x606 x607 x608 -x609 x610 x611 x612 x613 -x614 -x615 x616 x617 x618 x619 -x620 x621 x622 x623 x624 -x625 -x626 -x627 x628 x629 -x630 -x631 x632 x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 x641 x642 x643 -x644 x645 x646 x647 -x648 -x649 x650 x651 -x652 -x653 x654 x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 x663 x664 -x665 x666 x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 x680 x681 x682 x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 x700 x701 x702 x703 x704 x705 -x706 x707 x708 x709 x710 x711 x712 x713 x714 x715 x716 x717 x718 x719 -x720 -x721 x722 x723 x724 x725 -x726 -x727 x728 x729 x730 -x731 -x732 x733 x734 -x735 x736 x737 -x738 -x739 -x740 x741 x742 x743 x744 -x745 -x746 x747 x748 -x749 -x750 x751 x752 -x753 -x754 x755 -x756 -x757 -x758 x759 x760 x761 -x762 x763 x764 -x765 -x766 x767 -x768 -x769 -x770 -x771 -x772 -x773 x774 x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 x793 x794 x795 -x796 x797 x798 x799 -x800 x801 x802 -x803 x804 -x805 -x806 x807 x808 x809 -x810 -x811 x812 x813 -x814 x815 x816 -x817 -x818 -x819 -x820 x821 x822 -x823 x824 x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 x846 x847 x848 x849 x850 x851 x852 x853 x854 -x855 x856 x857 x858 -x859 x860 x861 x862 x863 -x864 x865 x866 x867 x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 x877 x878 x879 x880 -x881 x882 x883 -x884 -x885 -x886 -x887 -x888 -x889 x890 x891 -x892 -x893 -x894 -x895 
1364.37/696.31	c objective function=55
1364.37/696.31	c Total wall clock time (in seconds): 696.191

Verifier Data

OK	55

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733954-1338690948/watcher-3733954-1338690948 -o /tmp/evaluation-result-3733954-1338690948/solver-3733954-1338690948 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733954-1338690948.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.43 3.67 3.76 4/197 27066
/proc/meminfo: memFree=27099600/32873844 swapFree=7628/7628
[pid=27066] ppid=27064 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27066/stat : 27066 (java) D 27064 27066 23082 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 335219747 9515008 182 33554432000 1073741824 1073778376 140734028255104 140734028246136 223651643061 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/27066/statm: 2323 182 140 9 0 71 0

[startup+0.077035 s]
/proc/loadavg: 3.43 3.67 3.76 4/197 27066
/proc/meminfo: memFree=27099600/32873844 swapFree=7628/7628
[pid=27066] ppid=27064 vsize=11586364 CPUtime=0.05 cores=0,2,4,6
/proc/27066/stat : 27066 (java) S 27064 27066 23082 0 -1 4202496 4447 0 1 0 4 1 0 0 20 0 18 0 335219747 11864436736 12810 33554432000 1073741824 1073778376 140736570890080 140736570881216 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27066/statm: 2896591 12810 1757 9 0 2887285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586364

[startup+0.100248 s]
/proc/loadavg: 3.43 3.67 3.76 4/197 27066
/proc/meminfo: memFree=27099600/32873844 swapFree=7628/7628
[pid=27066] ppid=27064 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/27066/stat : 27066 (java) S 27064 27066 23082 0 -1 4202496 5126 0 1 0 7 1 0 0 20 0 18 0 335219747 11864465408 13485 33554432000 1073741824 1073778376 140736570890080 140736570881216 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27066/statm: 2896598 13493 2043 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300216 s]
/proc/loadavg: 3.43 3.67 3.76 4/197 27066
/proc/meminfo: memFree=27099600/32873844 swapFree=7628/7628
[pid=27066] ppid=27064 vsize=11586392 CPUtime=0.52 cores=0,2,4,6
/proc/27066/stat : 27066 (java) S 27064 27066 23082 0 -1 4202496 10451 0 1 0 49 3 0 0 20 0 18 0 335219747 11864465408 18393 33554432000 1073741824 1073778376 140736570890080 140736570881216 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27066/statm: 2896598 18394 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.700181 s]
/proc/loadavg: 3.43 3.67 3.76 4/197 27066
/proc/meminfo: memFree=27099600/32873844 swapFree=7628/7628
[pid=27066] ppid=27064 vsize=11852648 CPUtime=1.78 cores=0,2,4,6
/proc/27066/stat : 27066 (java) S 27064 27066 23082 0 -1 4202496 16588 0 1 0 173 5 0 0 20 0 22 0 335219747 12137111552 31373 33554432000 1073741824 1073778376 140736570890080 140736570881216 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27066/statm: 2963162 31373 2248 9 0 2953849 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 11852648

[startup+1.50074 s]
/proc/loadavg: 3.43 3.67 3.76 3/216 27088
/proc/meminfo: memFree=26953548/32873844 swapFree=7628/7628
[pid=27066] ppid=27064 vsize=11852648 CPUtime=3.21 cores=0,2,4,6
/proc/27066/stat : 27066 (java) S 27064 27066 23082 0 -1 4202496 18046 0 1 0 312 9 0 0 20 0 19 0 335219747 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140736570881216 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27066/statm: 2963162 61067 2260 9 0 2953849 0
[pid=27066/tid=27068] ppid=27064 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/27066/task/27068/stat : 27068 (java) S 27064 27066 23082 0 -1 4202560 3434 0 1 0 52 2 0 0 20 0 19 0 335219748 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140683058066584 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27069] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27069/stat : 27069 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219750 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682894535464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27070] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27070/stat : 27070 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219750 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682893482664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27071] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27071/stat : 27071 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219750 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682892430376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27072] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27072/stat : 27072 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219750 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682891377576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27073] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27073/stat : 27073 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219750 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682890324264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27074] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27074/stat : 27074 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219750 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682889271464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27075] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27075/stat : 27075 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219750 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682888219176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27076] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27076/stat : 27076 (java) S 27064 27066 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335219750 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682887166376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27077] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27077/stat : 27077 (java) S 27064 27066 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335219751 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682874968808 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27078] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27078/stat : 27078 (java) S 27064 27066 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335219752 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682873914872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27079] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27079/stat : 27079 (java) S 27064 27066 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335219752 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682872862472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27080] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27080/stat : 27080 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219754 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682871810960 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27081] ppid=27064 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/27066/task/27081/stat : 27081 (java) S 27064 27066 23082 0 -1 4202560 7201 0 0 0 74 2 0 0 20 0 19 0 335219754 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682870757560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27082] ppid=27064 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/27066/task/27082/stat : 27082 (java) S 27064 27066 23082 0 -1 4202560 6042 0 0 0 69 2 0 0 20 0 19 0 335219754 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682869704760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27083] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27083/stat : 27083 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219754 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682868652664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27084] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27084/stat : 27084 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219754 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682867600072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27087] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27087/stat : 27087 (java) S 27064 27066 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335219805 12137111552 61067 33554432000 1073741824 1073778376 140736570890080 140682864441000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 11852648

[startup+3.10066 s]
/proc/loadavg: 3.43 3.67 3.76 6/219 27097
/proc/meminfo: memFree=26770656/32873844 swapFree=7628/7628
[pid=27066] ppid=27064 vsize=11852648 CPUtime=4.92 cores=0,2,4,6
/proc/27066/stat : 27066 (java) S 27064 27066 23082 0 -1 4202496 18717 0 1 0 472 20 0 0 20 0 22 0 335219747 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140736570881216 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27066/statm: 2963162 122001 2260 9 0 2953849 0
[pid=27066/tid=27068] ppid=27064 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/27066/task/27068/stat : 27068 (java) S 27064 27066 23082 0 -1 4202560 3436 0 1 0 52 2 0 0 20 0 22 0 335219748 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140683058066584 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27069] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27069/stat : 27069 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682894535464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27070] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27070/stat : 27070 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682893482664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27071] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27071/stat : 27071 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682892430376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27072] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27072/stat : 27072 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682891377576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27073] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27073/stat : 27073 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682890324264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27074] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27074/stat : 27074 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682889271464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27075] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27075/stat : 27075 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682888219176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27076] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27076/stat : 27076 (java) S 27064 27066 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682887166376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27077] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27077/stat : 27077 (java) S 27064 27066 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335219751 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682874968808 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27078] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27078/stat : 27078 (java) S 27064 27066 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335219752 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682873914872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27079] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27079/stat : 27079 (java) S 27064 27066 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335219752 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682872862472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27080] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27080/stat : 27080 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219754 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682871810960 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27081] ppid=27064 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/27066/task/27081/stat : 27081 (java) S 27064 27066 23082 0 -1 4202560 7727 0 0 0 90 2 0 0 20 0 22 0 335219754 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682870757560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27082] ppid=27064 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/27066/task/27082/stat : 27082 (java) S 27064 27066 23082 0 -1 4202560 6042 0 0 0 90 2 0 0 20 0 22 0 335219754 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682869704760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27083] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27083/stat : 27083 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219754 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682868652664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27084] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27084/stat : 27084 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219754 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682867600072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27087] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27087/stat : 27087 (java) S 27064 27066 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335219805 12137111552 122001 33554432000 1073741824 1073778376 140736570890080 140682864441000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 11852648

[startup+6.30073 s]
/proc/loadavg: 3.31 3.65 3.75 5/219 27112
/proc/meminfo: memFree=26074460/32873844 swapFree=7628/7628
[pid=27066] ppid=27064 vsize=11852648 CPUtime=9.98 cores=0,2,4,6
/proc/27066/stat : 27066 (java) S 27064 27066 23082 0 -1 4202496 20462 0 1 0 958 40 0 0 20 0 22 0 335219747 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140736570881216 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27066/statm: 2963162 338448 2288 9 0 2953849 0
[pid=27066/tid=27068] ppid=27064 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/27066/task/27068/stat : 27068 (java) S 27064 27066 23082 0 -1 4202560 3437 0 1 0 52 2 0 0 20 0 22 0 335219748 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140683058066584 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27069] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27069/stat : 27069 (java) S 27064 27066 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682894535464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27070] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27070/stat : 27070 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682893482664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27071] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27071/stat : 27071 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682892430376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27072] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27072/stat : 27072 (java) S 27064 27066 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682891377576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27073] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27073/stat : 27073 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682890324264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27074] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27074/stat : 27074 (java) S 27064 27066 23082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682889271464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27075] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27075/stat : 27075 (java) S 27064 27066 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682888219176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27076] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27076/stat : 27076 (java) S 27064 27066 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335219750 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682887166376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27077] ppid=27064 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/27066/task/27077/stat : 27077 (java) S 27064 27066 23082 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 22 0 335219751 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682874968808 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27078] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27078/stat : 27078 (java) S 27064 27066 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335219752 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682873914872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27079] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27079/stat : 27079 (java) S 27064 27066 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335219752 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682872862472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27080] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27080/stat : 27080 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219754 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682871810960 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27081] ppid=27064 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/27066/task/27081/stat : 27081 (java) R 27064 27066 23082 0 -1 4202560 7727 0 0 0 96 2 0 0 20 0 22 0 335219754 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682870733904 140683064026253 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27082] ppid=27064 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/27066/task/27082/stat : 27082 (java) S 27064 27066 23082 0 -1 4202560 7264 0 0 0 118 2 0 0 20 0 22 0 335219754 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682869704760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27083] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27083/stat : 27083 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335219754 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682868652664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27084] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27084/stat : 27084 (java) S 27064 27066 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335219754 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682867600072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27087] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27087/stat : 27087 (java) S 27064 27066 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335219805 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682864441000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27110] ppid=27064 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/27066/task/27110/stat : 27110 (java) R 27064 27066 23082 0 -1 4202560 6 0 0 0 113 0 0 0 20 0 22 0 335220255 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682863385400 140682998433283 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27111] ppid=27064 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/27066/task/27111/stat : 27111 (java) R 27064 27066 23082 0 -1 4202560 211 0 0 0 108 6 0 0 20 0 22 0 335220256 12137111552 338448 33554432000 1073741824 1073778376 140736570890080 140682865491216 140682998517717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

/proc/27066/task/27069/stat : 27069 (java) S 27064 27066 23082 0 -1 4202560 261 0 0 0 101 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682894535464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27070] ppid=27064 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/27066/task/27070/stat : 27070 (java) S 27064 27066 23082 0 -1 4202560 212 0 0 0 91 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682893482664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27071] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27071/stat : 27071 (java) S 27064 27066 23082 0 -1 4202560 209 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682892430376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27072] ppid=27064 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/27066/task/27072/stat : 27072 (java) S 27064 27066 23082 0 -1 4202560 216 0 0 0 93 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682891377576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27073] ppid=27064 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/27066/task/27073/stat : 27073 (java) S 27064 27066 23082 0 -1 4202560 205 0 0 0 99 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682890324264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27074] ppid=27064 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/27066/task/27074/stat : 27074 (java) S 27064 27066 23082 0 -1 4202560 239 0 0 0 104 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682889271464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27075] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27075/stat : 27075 (java) S 27064 27066 23082 0 -1 4202560 198 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682888219176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27076] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27076/stat : 27076 (java) S 27064 27066 23082 0 -1 4202560 208 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682887166376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27077] ppid=27064 vsize=11852648 CPUtime=24.71 cores=0,2,4,6
/proc/27066/task/27077/stat : 27077 (java) S 27064 27066 23082 0 -1 4202560 141 0 0 0 2465 6 0 0 20 0 19 0 335219751 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682874968808 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27078] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27078/stat : 27078 (java) S 27064 27066 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335219752 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682873914872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27079] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27079/stat : 27079 (java) S 27064 27066 23082 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 335219752 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682872862472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27080] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27080/stat : 27080 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682871810960 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27081] ppid=27064 vsize=11852648 CPUtime=1.96 cores=0,2,4,6
/proc/27066/task/27081/stat : 27081 (java) S 27064 27066 23082 0 -1 4202560 10219 0 0 0 193 3 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682870757560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27082] ppid=27064 vsize=11852648 CPUtime=1.78 cores=0,2,4,6
/proc/27066/task/27082/stat : 27082 (java) S 27064 27066 23082 0 -1 4202560 11491 0 0 0 176 2 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682869704760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27083] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27083/stat : 27083 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682868652664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27084] ppid=27064 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/27066/task/27084/stat : 27084 (java) S 27064 27066 23082 0 -1 4202560 41 0 0 0 15 10 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682867600072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27087] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27087/stat : 27087 (java) S 27064 27066 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335219805 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682864441000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1362.36
Current children cumulated vsize (KiB) 11852648

[startup+695.101 s]
/proc/loadavg: 3.02 3.48 3.65 4/216 27218
/proc/meminfo: memFree=25239608/32873844 swapFree=7628/7628
[pid=27066] ppid=27064 vsize=11852648 CPUtime=1363.17 cores=0,2,4,6
/proc/27066/stat : 27066 (java) S 27064 27066 23082 0 -1 4202496 29625 0 1 0 136208 109 0 0 20 0 19 0 335219747 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140736570881216 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27066/statm: 2963162 525236 2289 9 0 2953849 0
[pid=27066/tid=27068] ppid=27064 vsize=11852648 CPUtime=2.58 cores=0,2,4,6
/proc/27066/task/27068/stat : 27068 (java) R 27064 27066 23082 0 -1 4202560 3489 0 1 0 255 3 0 0 20 0 19 0 335219748 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140683058064112 140682998024130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27069] ppid=27064 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/27066/task/27069/stat : 27069 (java) S 27064 27066 23082 0 -1 4202560 261 0 0 0 101 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682894535464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27070] ppid=27064 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/27066/task/27070/stat : 27070 (java) S 27064 27066 23082 0 -1 4202560 212 0 0 0 91 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682893482664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27071] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27071/stat : 27071 (java) S 27064 27066 23082 0 -1 4202560 209 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682892430376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27072] ppid=27064 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/27066/task/27072/stat : 27072 (java) S 27064 27066 23082 0 -1 4202560 216 0 0 0 93 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682891377576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27073] ppid=27064 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/27066/task/27073/stat : 27073 (java) S 27064 27066 23082 0 -1 4202560 205 0 0 0 99 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682890324264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27074] ppid=27064 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/27066/task/27074/stat : 27074 (java) S 27064 27066 23082 0 -1 4202560 239 0 0 0 104 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682889271464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27075] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27075/stat : 27075 (java) S 27064 27066 23082 0 -1 4202560 198 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682888219176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27076] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27076/stat : 27076 (java) S 27064 27066 23082 0 -1 4202560 208 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682887166376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27077] ppid=27064 vsize=11852648 CPUtime=24.71 cores=0,2,4,6
/proc/27066/task/27077/stat : 27077 (java) S 27064 27066 23082 0 -1 4202560 141 0 0 0 2465 6 0 0 20 0 19 0 335219751 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682874968808 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27078] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27078/stat : 27078 (java) S 27064 27066 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335219752 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682873914872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27079] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27079/stat : 27079 (java) S 27064 27066 23082 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 335219752 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682872862472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27080] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27080/stat : 27080 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682871810960 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27081] ppid=27064 vsize=11852648 CPUtime=1.96 cores=0,2,4,6
/proc/27066/task/27081/stat : 27081 (java) S 27064 27066 23082 0 -1 4202560 10219 0 0 0 193 3 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682870757560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27082] ppid=27064 vsize=11852648 CPUtime=1.78 cores=0,2,4,6
/proc/27066/task/27082/stat : 27082 (java) S 27064 27066 23082 0 -1 4202560 11491 0 0 0 176 2 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682869704760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27083] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27083/stat : 27083 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682868652664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27084] ppid=27064 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/27066/task/27084/stat : 27084 (java) S 27064 27066 23082 0 -1 4202560 41 0 0 0 15 10 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682867600072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27087] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27087/stat : 27087 (java) S 27064 27066 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335219805 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682864441000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1363.17
Current children cumulated vsize (KiB) 11852648

[startup+695.901 s]
/proc/loadavg: 3.02 3.48 3.65 4/216 27218
/proc/meminfo: memFree=25239608/32873844 swapFree=7628/7628
[pid=27066] ppid=27064 vsize=11852648 CPUtime=1363.96 cores=0,2,4,6
/proc/27066/stat : 27066 (java) S 27064 27066 23082 0 -1 4202496 29626 0 1 0 136287 109 0 0 20 0 19 0 335219747 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140736570881216 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27066/statm: 2963162 525236 2289 9 0 2953849 0
[pid=27066/tid=27068] ppid=27064 vsize=11852648 CPUtime=3.38 cores=0,2,4,6
/proc/27066/task/27068/stat : 27068 (java) R 27064 27066 23082 0 -1 4202560 3490 0 1 0 335 3 0 0 20 0 19 0 335219748 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140683058064112 140682998024112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27069] ppid=27064 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/27066/task/27069/stat : 27069 (java) S 27064 27066 23082 0 -1 4202560 261 0 0 0 101 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682894535464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27070] ppid=27064 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/27066/task/27070/stat : 27070 (java) S 27064 27066 23082 0 -1 4202560 212 0 0 0 91 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682893482664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27071] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27071/stat : 27071 (java) S 27064 27066 23082 0 -1 4202560 209 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682892430376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27072] ppid=27064 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/27066/task/27072/stat : 27072 (java) S 27064 27066 23082 0 -1 4202560 216 0 0 0 93 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682891377576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27073] ppid=27064 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/27066/task/27073/stat : 27073 (java) S 27064 27066 23082 0 -1 4202560 205 0 0 0 99 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682890324264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27074] ppid=27064 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/27066/task/27074/stat : 27074 (java) S 27064 27066 23082 0 -1 4202560 239 0 0 0 104 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682889271464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27075] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27075/stat : 27075 (java) S 27064 27066 23082 0 -1 4202560 198 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682888219176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27076] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27076/stat : 27076 (java) S 27064 27066 23082 0 -1 4202560 208 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682887166376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27077] ppid=27064 vsize=11852648 CPUtime=24.71 cores=0,2,4,6
/proc/27066/task/27077/stat : 27077 (java) S 27064 27066 23082 0 -1 4202560 141 0 0 0 2465 6 0 0 20 0 19 0 335219751 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682874968808 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27078] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27078/stat : 27078 (java) S 27064 27066 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335219752 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682873914872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27079] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27079/stat : 27079 (java) S 27064 27066 23082 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 335219752 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682872862472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27080] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27080/stat : 27080 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682871810960 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27081] ppid=27064 vsize=11852648 CPUtime=1.96 cores=0,2,4,6
/proc/27066/task/27081/stat : 27081 (java) S 27064 27066 23082 0 -1 4202560 10219 0 0 0 193 3 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682870757560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27082] ppid=27064 vsize=11852648 CPUtime=1.78 cores=0,2,4,6
/proc/27066/task/27082/stat : 27082 (java) S 27064 27066 23082 0 -1 4202560 11491 0 0 0 176 2 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682869704760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27083] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27083/stat : 27083 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682868652664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27084] ppid=27064 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/27066/task/27084/stat : 27084 (java) S 27064 27066 23082 0 -1 4202560 41 0 0 0 15 10 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682867600072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27087] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27087/stat : 27087 (java) S 27064 27066 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335219805 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682864441000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1363.96
Current children cumulated vsize (KiB) 11852648

[startup+696.307 s]
/proc/loadavg: 3.02 3.48 3.65 4/216 27218
/proc/meminfo: memFree=25237436/32873844 swapFree=7628/7628
[pid=27066] ppid=27064 vsize=11852648 CPUtime=1364.37 cores=0,2,4,6
/proc/27066/stat : 27066 (java) S 27064 27066 23082 0 -1 4202496 29626 0 1 0 136328 109 0 0 20 0 19 0 335219747 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140736570881216 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27066/statm: 2963162 525236 2289 9 0 2953849 0
[pid=27066/tid=27068] ppid=27064 vsize=11852648 CPUtime=3.78 cores=0,2,4,6
/proc/27066/task/27068/stat : 27068 (java) R 27064 27066 23082 0 -1 4202560 3490 0 1 0 375 3 0 0 20 0 19 0 335219748 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140683058064112 140682998581921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27069] ppid=27064 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/27066/task/27069/stat : 27069 (java) S 27064 27066 23082 0 -1 4202560 261 0 0 0 101 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682894535464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27070] ppid=27064 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/27066/task/27070/stat : 27070 (java) S 27064 27066 23082 0 -1 4202560 212 0 0 0 91 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682893482664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27071] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27071/stat : 27071 (java) S 27064 27066 23082 0 -1 4202560 209 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682892430376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27072] ppid=27064 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/27066/task/27072/stat : 27072 (java) S 27064 27066 23082 0 -1 4202560 216 0 0 0 93 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682891377576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27073] ppid=27064 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/27066/task/27073/stat : 27073 (java) S 27064 27066 23082 0 -1 4202560 205 0 0 0 99 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682890324264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27074] ppid=27064 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/27066/task/27074/stat : 27074 (java) S 27064 27066 23082 0 -1 4202560 239 0 0 0 104 2 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682889271464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27075] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27075/stat : 27075 (java) S 27064 27066 23082 0 -1 4202560 198 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682888219176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27076] ppid=27064 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/27066/task/27076/stat : 27076 (java) S 27064 27066 23082 0 -1 4202560 208 0 0 0 96 0 0 0 20 0 19 0 335219750 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682887166376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27066/tid=27077] ppid=27064 vsize=11852648 CPUtime=24.71 cores=0,2,4,6
/proc/27066/task/27077/stat : 27077 (java) S 27064 27066 23082 0 -1 4202560 141 0 0 0 2465 6 0 0 20 0 19 0 335219751 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682874968808 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27078] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27078/stat : 27078 (java) S 27064 27066 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335219752 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682873914872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27079] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27079/stat : 27079 (java) S 27064 27066 23082 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 335219752 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682872862472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27080] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27080/stat : 27080 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682871810960 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27081] ppid=27064 vsize=11852648 CPUtime=1.96 cores=0,2,4,6
/proc/27066/task/27081/stat : 27081 (java) S 27064 27066 23082 0 -1 4202560 10219 0 0 0 193 3 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682870757560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27066/tid=27082] ppid=27064 vsize=11852648 CPUtime=1.78 cores=0,2,4,6
/proc/27066/task/27082/stat : 27082 (java) S 27064 27066 23082 0 -1 4202560 11491 0 0 0 176 2 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682869704760 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27083] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27083/stat : 27083 (java) S 27064 27066 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682868652664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27066/tid=27084] ppid=27064 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/27066/task/27084/stat : 27084 (java) S 27064 27066 23082 0 -1 4202560 41 0 0 0 15 10 0 0 20 0 19 0 335219754 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682867600072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27066/tid=27087] ppid=27064 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27066/task/27087/stat : 27087 (java) S 27064 27066 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335219805 12137111552 525236 33554432000 1073741824 1073778376 140736570890080 140682864441000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1364.37
Current children cumulated vsize (KiB) 11852648

Child status: 30
Real time (s): 696.329
CPU time (s): 1364.64
CPU user time (s): 1363.4
CPU system time (s): 1.23381
CPU usage (%): 195.976
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1363.4
system time used= 1.23381
maximum resident set size= 2100984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29630
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22309
involuntary context switches= 20739

runsolver used 3.00654 second user time and 7.62984 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 04:35:48
IDJOB=3733954
IDBENCH=2637
IDSOLVER=2328
FILE ID=node144/3733954-1338690948
RUNJOBID= node144-1338678623-23101
PBS_JOBID= 14636669
Free space on /tmp= 70836 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_10.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733954-1338690948/watcher-3733954-1338690948 -o /tmp/evaluation-result-3733954-1338690948/solver-3733954-1338690948 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733954-1338690948.opb

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

MD5SUM BENCH= 26699ac56f0d58d8261ff4eb58d81611
RANDOM SEED=237664440

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27099756 kB
Buffers:          628904 kB
Cached:          3635252 kB
SwapCached:          464 kB
Active:          3030016 kB
Inactive:        1876288 kB
Active(anon):     625064 kB
Inactive(anon):    11192 kB
Active(file):    2404952 kB
Inactive(file):  1865096 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:        642924 kB
Mapped:            22440 kB
Shmem:               172 kB
Slab:             725492 kB
SReclaimable:     167520 kB
SUnreclaim:       557972 kB
KernelStack:        1624 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 04:47:25