Trace number 3458401

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 Resolution 2.3.0SAT (TO)-37 1800.14 1795.29

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_5.opb
MD5SUM5ebd53ca3e688df11993cbeac431dac6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -42
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint60
Maximum length of a constraint111
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37500
Sum of products size (including duplicates)75000
Number of different products18750
Sum of products size37500

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.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/0.09	c Number of processors 	8
0.11/0.12	c Pseudo Boolean Optimization
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@3e34a1fc
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.12	c Expensive reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-3458401-1307160533.opb
0.11/0.12	c reading problem ... 
1.31/0.67	c ... done. Wall clock time 0.558s.
1.31/0.67	c #vars     19250
1.31/0.67	c #constraints  56750
1.31/0.67	c constraints type 
1.31/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18750
1.31/0.67	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1.31/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18750
1.56/0.78	c SATISFIABLE
1.56/0.78	c OPTIMIZING...
1.56/0.78	c Got one! Elapsed wall clock time (in seconds):0.672
1.56/0.78	o -25
1.81/0.81	c Got one! Elapsed wall clock time (in seconds):0.698
1.81/0.81	o -26
1.81/0.85	c Got one! Elapsed wall clock time (in seconds):0.735
1.81/0.85	o -27
1.81/0.87	c Got one! Elapsed wall clock time (in seconds):0.753
1.81/0.87	o -28
2.05/0.95	c Got one! Elapsed wall clock time (in seconds):0.835
2.05/0.95	o -30
2.05/0.97	c Got one! Elapsed wall clock time (in seconds):0.858
2.05/0.97	o -31
2.37/1.12	c Got one! Elapsed wall clock time (in seconds):1.008
2.37/1.12	o -32
2.58/1.34	c Got one! Elapsed wall clock time (in seconds):1.224
2.58/1.34	o -33
2.88/1.68	c Got one! Elapsed wall clock time (in seconds):1.572
2.88/1.68	o -34
3.52/2.23	c cleaning 3495 clauses out of 6996 with flag 3000/6996
4.50/3.10	c cleaning 4751 clauses out of 9501 with flag 9000/12996
5.50/4.18	c cleaning 5876 clauses out of 11751 with flag 16001/19997
6.72/5.40	c cleaning 6937 clauses out of 13874 with flag 24000/27996
7.56/6.15	c Got one! Elapsed wall clock time (in seconds):6.04
7.56/6.15	o -35
7.77/6.34	c cleaning 6126 clauses out of 12256 with flag 1000/33315
8.78/7.30	c cleaning 6059 clauses out of 12130 with flag 7000/39315
9.89/8.48	c cleaning 6532 clauses out of 13071 with flag 14000/46315
10.61/9.20	c Got one! Elapsed wall clock time (in seconds):9.083
10.61/9.20	o -36
10.82/9.34	c cleaning 5892 clauses out of 11796 with flag 1000/51572
11.73/10.26	c cleaning 5948 clauses out of 11905 with flag 7001/57573
12.83/11.40	c cleaning 6468 clauses out of 12956 with flag 14000/64572
14.24/12.73	c cleaning 7233 clauses out of 14489 with flag 22001/72573
15.74/14.23	c cleaning 8121 clauses out of 16256 with flag 31001/81573
17.35/15.85	c cleaning 9057 clauses out of 18134 with flag 41000/91572
19.36/17.88	c cleaning 10035 clauses out of 20077 with flag 52000/102572
21.87/20.32	c cleaning 11015 clauses out of 22043 with flag 64001/114573
24.09/22.50	c cleaning 12010 clauses out of 24028 with flag 77001/127573
26.61/25.02	c cleaning 13009 clauses out of 26018 with flag 91001/141573
29.73/28.10	c cleaning 14001 clauses out of 28008 with flag 106000/156572
33.24/31.66	c cleaning 15004 clauses out of 30009 with flag 122002/172574
36.37/34.76	c cleaning 15996 clauses out of 32003 with flag 139000/189572
39.68/38.04	c cleaning 17002 clauses out of 34007 with flag 157000/207572
43.60/41.96	c cleaning 17997 clauses out of 36006 with flag 176001/226573
47.83/46.20	c cleaning 19001 clauses out of 38008 with flag 196000/246572
52.04/50.31	c cleaning 19997 clauses out of 40008 with flag 217001/267573
56.16/54.43	c cleaning 21003 clauses out of 42011 with flag 239001/289573
61.19/59.46	c cleaning 22002 clauses out of 44007 with flag 262000/312572
66.40/64.63	c cleaning 22999 clauses out of 46006 with flag 286001/336573
72.32/70.54	c cleaning 23996 clauses out of 48006 with flag 311000/361572
78.53/76.73	c cleaning 25004 clauses out of 50011 with flag 337001/387573
83.66/81.83	c cleaning 25994 clauses out of 52006 with flag 364000/414572
89.28/87.48	c cleaning 27000 clauses out of 54012 with flag 392000/442572
96.10/94.29	c cleaning 28007 clauses out of 56014 with flag 421002/471574
103.32/101.46	c cleaning 28999 clauses out of 58005 with flag 451000/501572
110.55/108.68	c cleaning 29998 clauses out of 60006 with flag 482000/532572
119.19/117.29	c cleaning 30994 clauses out of 62008 with flag 514000/564572
127.12/125.17	c cleaning 32008 clauses out of 64015 with flag 547001/597573
134.25/132.21	c cleaning 33000 clauses out of 66006 with flag 581000/631572
142.07/140.06	c cleaning 34002 clauses out of 68007 with flag 616001/666573
152.10/150.05	c cleaning 35003 clauses out of 70005 with flag 652001/702573
162.05/159.91	c cleaning 35997 clauses out of 72002 with flag 689001/739573
173.49/171.36	c cleaning 36993 clauses out of 74005 with flag 727001/777573
184.22/182.07	c cleaning 38006 clauses out of 76011 with flag 766000/816572
196.67/194.49	c cleaning 38495 clauses out of 77005 with flag 805000/855572
207.38/205.19	c cleaning 38747 clauses out of 77511 with flag 844001/894573
215.74/213.45	c cleaning 38871 clauses out of 77764 with flag 883001/933573
225.56/223.26	c cleaning 38946 clauses out of 77892 with flag 922000/972572
236.71/234.34	c cleaning 38973 clauses out of 77946 with flag 961000/1011572
246.93/244.53	c cleaning 38979 clauses out of 77973 with flag 1000000/1050572
247.86/245.41	c Got one! Elapsed wall clock time (in seconds):245.298
247.86/245.41	o -37
248.06/245.69	c cleaning 22277 clauses out of 44559 with flag 1002/1056137
249.16/246.70	c cleaning 14132 clauses out of 28280 with flag 7000/1062135
250.26/247.87	c cleaning 10571 clauses out of 21148 with flag 14000/1069135
251.67/249.24	c cleaning 9280 clauses out of 18577 with flag 22000/1077135
253.17/250.80	c cleaning 9141 clauses out of 18298 with flag 31001/1086136
255.08/252.63	c cleaning 9572 clauses out of 19158 with flag 41002/1096137
256.98/254.58	c cleaning 10292 clauses out of 20585 with flag 52001/1107136
259.28/256.86	c cleaning 11143 clauses out of 22293 with flag 64001/1119136
261.51/259.05	c cleaning 12067 clauses out of 24149 with flag 77000/1132135
264.01/261.53	c cleaning 13039 clauses out of 26084 with flag 91002/1146137
266.81/264.34	c cleaning 14018 clauses out of 28043 with flag 106000/1161135
269.84/267.32	c cleaning 15014 clauses out of 30027 with flag 122002/1177137
273.03/270.61	c cleaning 16000 clauses out of 32011 with flag 139000/1194135
276.93/274.40	c cleaning 17003 clauses out of 34011 with flag 157000/1212135
280.75/278.28	c cleaning 18002 clauses out of 36008 with flag 176000/1231135
284.96/282.41	c cleaning 19002 clauses out of 38007 with flag 196001/1251136
289.68/287.16	c cleaning 20001 clauses out of 40004 with flag 217000/1272135
294.57/292.03	c cleaning 20994 clauses out of 42003 with flag 239000/1294135
299.68/297.11	c cleaning 22002 clauses out of 44010 with flag 262001/1317136
304.88/302.39	c cleaning 23003 clauses out of 46007 with flag 286000/1341135
310.69/308.19	c cleaning 24000 clauses out of 48004 with flag 311000/1366135
315.01/312.45	c cleaning 25002 clauses out of 50004 with flag 337000/1392135
320.41/317.82	c cleaning 25992 clauses out of 52002 with flag 364000/1419135
326.22/323.65	c cleaning 27001 clauses out of 54010 with flag 392000/1447135
332.34/329.80	c cleaning 28001 clauses out of 56009 with flag 421000/1476135
338.45/335.88	c cleaning 29004 clauses out of 58008 with flag 451000/1506135
345.46/342.85	c cleaning 29996 clauses out of 60004 with flag 482000/1537135
352.28/349.61	c cleaning 31002 clauses out of 62008 with flag 514000/1569135
360.10/357.42	c cleaning 31996 clauses out of 64006 with flag 547000/1602135
368.11/365.47	c cleaning 33002 clauses out of 66010 with flag 581000/1636135
376.42/373.74	c cleaning 33999 clauses out of 68008 with flag 616000/1671135
385.34/382.65	c cleaning 35001 clauses out of 70009 with flag 652000/1707135
394.27/391.60	c cleaning 35997 clauses out of 72008 with flag 689000/1744135
403.38/400.64	c cleaning 36999 clauses out of 74011 with flag 727000/1782135
413.59/410.82	c cleaning 38002 clauses out of 76012 with flag 766000/1821135
424.02/421.27	c cleaning 38501 clauses out of 77011 with flag 805001/1860136
433.53/430.70	c cleaning 38749 clauses out of 77509 with flag 844000/1899135
444.04/441.24	c cleaning 38878 clauses out of 77760 with flag 883000/1938135
453.95/451.11	c cleaning 38926 clauses out of 77882 with flag 922000/1977135
463.68/460.91	c cleaning 38973 clauses out of 77956 with flag 961000/2016135
471.38/468.57	c cleaning 38980 clauses out of 77983 with flag 1000000/2055135
480.09/477.24	c cleaning 38997 clauses out of 78003 with flag 1039000/2094135
488.72/485.80	c cleaning 38997 clauses out of 78007 with flag 1078001/2133136
497.54/494.69	c cleaning 38999 clauses out of 78010 with flag 1117001/2172136
506.77/503.86	c cleaning 39000 clauses out of 78010 with flag 1156000/2211135
514.78/511.80	c cleaning 39000 clauses out of 78010 with flag 1195000/2250135
523.90/520.92	c cleaning 39005 clauses out of 78011 with flag 1234001/2289136
534.33/531.34	c cleaning 39000 clauses out of 78005 with flag 1273000/2328135
544.04/541.10	c cleaning 38995 clauses out of 78005 with flag 1312000/2367135
553.86/550.80	c cleaning 38991 clauses out of 78010 with flag 1351000/2406135
564.17/561.17	c cleaning 39004 clauses out of 78020 with flag 1390001/2445136
573.68/570.66	c cleaning 38996 clauses out of 78015 with flag 1429000/2484135
584.21/581.18	c cleaning 39007 clauses out of 78020 with flag 1468001/2523136
594.24/591.13	c cleaning 39006 clauses out of 78012 with flag 1507000/2562135
604.26/601.12	c cleaning 39002 clauses out of 78007 with flag 1546001/2601136
614.28/611.11	c cleaning 38997 clauses out of 78004 with flag 1585000/2640135
624.79/621.69	c cleaning 38995 clauses out of 78008 with flag 1624001/2679136
634.20/631.01	c cleaning 38993 clauses out of 78012 with flag 1663000/2718135
643.83/640.62	c cleaning 39008 clauses out of 78020 with flag 1702001/2757136
653.95/650.75	c cleaning 38995 clauses out of 78011 with flag 1741000/2796135
663.96/660.76	c cleaning 39001 clauses out of 78016 with flag 1780000/2835135
673.58/670.39	c cleaning 39001 clauses out of 78016 with flag 1819001/2874136
684.22/680.92	c cleaning 38995 clauses out of 78014 with flag 1858000/2913135
694.72/691.42	c cleaning 39002 clauses out of 78020 with flag 1897001/2952136
704.32/701.03	c cleaning 39001 clauses out of 78018 with flag 1936001/2991136
715.23/711.92	c cleaning 38999 clauses out of 78016 with flag 1975000/3030135
722.78/719.42	c cleaning 39000 clauses out of 78017 with flag 2014000/3069135
730.40/727.04	c cleaning 39004 clauses out of 78017 with flag 2053000/3108135
739.32/735.94	c cleaning 39000 clauses out of 78013 with flag 2092000/3147135
747.73/744.39	c cleaning 38990 clauses out of 78013 with flag 2131000/3186135
757.05/753.67	c cleaning 38994 clauses out of 78023 with flag 2170000/3225135
766.89/763.46	c cleaning 39006 clauses out of 78029 with flag 2209000/3264135
776.99/773.51	c cleaning 39012 clauses out of 78024 with flag 2248001/3303136
786.80/783.31	c cleaning 39000 clauses out of 78011 with flag 2287000/3342135
797.74/794.24	c cleaning 38995 clauses out of 78011 with flag 2326000/3381135
808.04/804.51	c cleaning 38980 clauses out of 78017 with flag 2365001/3420136
817.96/814.41	c cleaning 39000 clauses out of 78036 with flag 2404000/3459135
827.50/823.93	c cleaning 39015 clauses out of 78036 with flag 2443000/3498135
836.91/833.34	c cleaning 38997 clauses out of 78022 with flag 2482001/3537136
847.52/843.98	c cleaning 39004 clauses out of 78024 with flag 2521000/3576135
856.94/853.39	c cleaning 39009 clauses out of 78021 with flag 2560001/3615136
867.05/863.50	c cleaning 39005 clauses out of 78011 with flag 2599000/3654135
877.16/873.56	c cleaning 38995 clauses out of 78007 with flag 2638001/3693136
887.58/883.95	c cleaning 39001 clauses out of 78012 with flag 2677001/3732136
897.61/893.95	c cleaning 39001 clauses out of 78011 with flag 2716001/3771136
907.02/903.33	c cleaning 39005 clauses out of 78010 with flag 2755001/3810136
917.93/914.20	c cleaning 38993 clauses out of 78004 with flag 2794000/3849135
928.44/924.73	c cleaning 39005 clauses out of 78011 with flag 2833000/3888135
939.55/935.86	c cleaning 39000 clauses out of 78006 with flag 2872000/3927135
949.66/946.00	c cleaning 38993 clauses out of 78006 with flag 2911000/3966135
960.17/956.48	c cleaning 38999 clauses out of 78013 with flag 2950000/4005135
969.28/965.55	c cleaning 38984 clauses out of 78014 with flag 2989000/4044135
979.60/975.82	c cleaning 39007 clauses out of 78031 with flag 3028001/4083136
989.91/986.12	c cleaning 39003 clauses out of 78023 with flag 3067000/4122135
1000.82/997.07	c cleaning 39001 clauses out of 78022 with flag 3106002/4161137
1010.52/1006.73	c cleaning 38999 clauses out of 78020 with flag 3145001/4200136
1020.64/1016.83	c cleaning 39000 clauses out of 78021 with flag 3184001/4239136
1029.94/1026.17	c cleaning 39004 clauses out of 78020 with flag 3223000/4278135
1040.25/1036.42	c cleaning 39001 clauses out of 78018 with flag 3262002/4317137
1050.55/1046.72	c cleaning 38997 clauses out of 78016 with flag 3301001/4356136
1060.97/1057.19	c cleaning 39002 clauses out of 78018 with flag 3340000/4395135
1071.76/1067.98	c cleaning 38995 clauses out of 78016 with flag 3379000/4434135
1082.16/1078.31	c cleaning 39009 clauses out of 78022 with flag 3418001/4473136
1092.27/1088.49	c cleaning 38997 clauses out of 78014 with flag 3457002/4512137
1099.77/1095.93	c cleaning 38999 clauses out of 78015 with flag 3496000/4551135
1108.09/1104.26	c cleaning 38998 clauses out of 78016 with flag 3535000/4590135
1116.23/1112.34	c cleaning 39005 clauses out of 78019 with flag 3574001/4629136
1125.25/1121.35	c cleaning 38996 clauses out of 78013 with flag 3613000/4668135
1135.08/1131.13	c cleaning 39004 clauses out of 78017 with flag 3652000/4707135
1143.69/1139.75	c cleaning 38995 clauses out of 78013 with flag 3691000/4746135
1153.53/1149.55	c cleaning 38996 clauses out of 78018 with flag 3730000/4785135
1163.33/1159.41	c cleaning 39013 clauses out of 78025 with flag 3769003/4824138
1173.67/1169.67	c cleaning 38998 clauses out of 78009 with flag 3808000/4863135
1183.99/1179.96	c cleaning 39003 clauses out of 78012 with flag 3847001/4902136
1194.00/1189.93	c cleaning 39003 clauses out of 78010 with flag 3886002/4941137
1202.31/1198.24	c cleaning 38996 clauses out of 78005 with flag 3925000/4980135
1212.04/1207.90	c cleaning 39000 clauses out of 78009 with flag 3964000/5019135
1221.66/1217.58	c cleaning 38998 clauses out of 78009 with flag 4003000/5058135
1231.06/1226.99	c cleaning 38992 clauses out of 78012 with flag 4042001/5097136
1240.59/1236.46	c cleaning 39003 clauses out of 78019 with flag 4081000/5136135
1250.50/1246.38	c cleaning 39002 clauses out of 78016 with flag 4120000/5175135
1258.39/1254.21	c cleaning 39003 clauses out of 78016 with flag 4159002/5214137
1267.90/1263.74	c cleaning 38996 clauses out of 78011 with flag 4198000/5253135
1277.61/1273.41	c cleaning 38999 clauses out of 78015 with flag 4237000/5292135
1288.02/1283.82	c cleaning 39002 clauses out of 78018 with flag 4276002/5331137
1297.74/1293.56	c cleaning 38993 clauses out of 78014 with flag 4315000/5370135
1307.54/1303.34	c cleaning 39008 clauses out of 78022 with flag 4354001/5409136
1317.86/1313.64	c cleaning 38995 clauses out of 78013 with flag 4393000/5448135
1326.96/1322.75	c cleaning 38988 clauses out of 78018 with flag 4432000/5487135
1337.07/1332.87	c cleaning 38995 clauses out of 78030 with flag 4471000/5526135
1347.50/1343.28	c cleaning 39005 clauses out of 78035 with flag 4510000/5565135
1357.01/1352.78	c cleaning 38999 clauses out of 78030 with flag 4549000/5604135
1367.52/1363.23	c cleaning 38997 clauses out of 78031 with flag 4588000/5643135
1376.43/1372.16	c cleaning 39006 clauses out of 78034 with flag 4627000/5682135
1386.44/1382.14	c cleaning 39009 clauses out of 78028 with flag 4666000/5721135
1396.05/1391.72	c cleaning 39001 clauses out of 78019 with flag 4705000/5760135
1405.66/1401.34	c cleaning 38986 clauses out of 78018 with flag 4744000/5799135
1416.27/1411.94	c cleaning 39000 clauses out of 78032 with flag 4783000/5838135
1426.97/1422.61	c cleaning 39002 clauses out of 78032 with flag 4822000/5877135
1436.60/1432.28	c cleaning 39003 clauses out of 78031 with flag 4861001/5916136
1445.89/1441.51	c cleaning 38998 clauses out of 78027 with flag 4900000/5955135
1456.30/1452.01	c cleaning 39005 clauses out of 78029 with flag 4939000/5994135
1466.00/1461.62	c cleaning 38994 clauses out of 78024 with flag 4978000/6033135
1475.73/1471.35	c cleaning 39000 clauses out of 78030 with flag 5017000/6072135
1485.94/1481.59	c cleaning 39007 clauses out of 78030 with flag 5056000/6111135
1496.45/1492.05	c cleaning 39006 clauses out of 78023 with flag 5095000/6150135
1506.45/1502.02	c cleaning 39000 clauses out of 78017 with flag 5134000/6189135
1516.16/1511.79	c cleaning 38993 clauses out of 78017 with flag 5173000/6228135
1525.88/1521.41	c cleaning 39002 clauses out of 78024 with flag 5212000/6267135
1535.49/1531.00	c cleaning 39006 clauses out of 78023 with flag 5251001/6306136
1545.30/1540.80	c cleaning 38997 clauses out of 78017 with flag 5290001/6345136
1555.10/1550.68	c cleaning 39001 clauses out of 78020 with flag 5329001/6384136
1566.01/1561.51	c cleaning 39000 clauses out of 78019 with flag 5368001/6423136
1576.12/1571.64	c cleaning 38991 clauses out of 78018 with flag 5407000/6462135
1586.23/1581.77	c cleaning 39011 clauses out of 78027 with flag 5446000/6501135
1596.73/1592.25	c cleaning 38998 clauses out of 78017 with flag 5485001/6540136
1607.74/1603.26	c cleaning 38999 clauses out of 78018 with flag 5524000/6579135
1618.65/1614.11	c cleaning 39007 clauses out of 78019 with flag 5563000/6618135
1629.75/1625.20	c cleaning 39000 clauses out of 78012 with flag 5602000/6657135
1641.16/1636.61	c cleaning 38994 clauses out of 78012 with flag 5641000/6696135
1652.57/1648.05	c cleaning 38996 clauses out of 78018 with flag 5680000/6735135
1663.08/1658.55	c cleaning 39000 clauses out of 78022 with flag 5719000/6774135
1670.22/1665.67	c cleaning 39004 clauses out of 78022 with flag 5758000/6813135
1678.63/1674.04	c cleaning 38995 clauses out of 78018 with flag 5797000/6852135
1687.26/1682.67	c cleaning 39010 clauses out of 78024 with flag 5836001/6891136
1696.37/1691.81	c cleaning 38997 clauses out of 78013 with flag 5875000/6930135
1705.98/1701.30	c cleaning 38992 clauses out of 78016 with flag 5914000/6969135
1716.41/1711.77	c cleaning 39004 clauses out of 78024 with flag 5953000/7008135
1725.51/1720.89	c cleaning 38991 clauses out of 78022 with flag 5992002/7047137
1733.72/1729.03	c cleaning 38997 clauses out of 78029 with flag 6031000/7086135
1742.93/1738.27	c cleaning 39009 clauses out of 78032 with flag 6070000/7125135
1752.95/1748.20	c cleaning 38998 clauses out of 78024 with flag 6109001/7164136
1762.35/1757.67	c cleaning 38999 clauses out of 78025 with flag 6148000/7203135
1771.76/1767.09	c cleaning 39005 clauses out of 78026 with flag 6187000/7242135
1782.08/1777.35	c cleaning 39002 clauses out of 78021 with flag 6226000/7281135
1791.49/1786.78	c cleaning 39005 clauses out of 78020 with flag 6265001/7320136
1800.01/1795.24	c starts		: 308
1800.01/1795.24	c conflicts		: 7356753
1800.01/1795.24	c decisions		: 7713361
1800.01/1795.24	c propagations		: 44022607
1800.01/1795.24	c inspects		: 13578724309
1800.01/1795.24	c shortcuts		: 0
1800.01/1795.24	c learnt literals	: 0
1800.01/1795.24	c learnt binary clauses	: 0
1800.01/1795.24	c learnt ternary clauses	: 0
1800.01/1795.24	c learnt constraints	: 7356753
1800.01/1795.24	c ignored constraints	: 0
1800.01/1795.24	c root simplifications	: 0
1800.01/1795.24	c removed literals (reason simplification)	: 95967328
1800.01/1795.24	c reason swapping (by a shorter reason)	: 0
1800.01/1795.24	c Calls to reduceDB	: 224
1800.01/1795.24	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.24	c number of learned constraints concerned by reduction	: 0
1800.01/1795.24	c number of learning phase by resolution	: 0
1800.01/1795.24	c number of learning phase by cutting planes	: 0
1800.01/1795.24	c speed (assignments/second)	: 28404.874482683863
1800.01/1795.24	c non guided choices	0
1800.01/1795.26	c learnt constraints type 
1800.01/1795.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75715
1800.01/1795.26	c constraints type 
1800.01/1795.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18750
1800.01/1795.26	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1800.01/1795.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/1795.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18750
1800.01/1795.26	s SATISFIABLE
1800.01/1795.26	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 
1800.01/1795.26	c objective function=-37
1800.01/1795.26	c Total wall clock time (in seconds): 1795.152

Verifier Data

OK	-37

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-3458401-1307160533/watcher-3458401-1307160533 -o /tmp/evaluation-result-3458401-1307160533/solver-3458401-1307160533 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458401-1307160533.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: 1.99 2.04 2.00 2/491 380
/proc/meminfo: memFree=20288332/32950928 swapFree=61858088/67111528
[pid=380] ppid=378 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/380/stat : 380 (java) S 378 380 27375 0 -1 4202496 225 0 0 0 0 0 0 0 25 0 1 0 827652924 9318400 161 33554432000 1073741824 1073778376 140734652022544 18446744073709551615 274473967607 0 2147483391 4096 0 18446744071699215550 0 0 17 2 0 0 0
/proc/380/statm: 2275 161 122 9 0 67 0
[pid=380/tid=381] ppid=378 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/380/task/381/stat : 381 (java) R 378 380 27375 0 -1 4202560 4865 0 1 0 0 0 0 0 25 0 2 0 827652924 13850947584 5681 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0695491 s]
/proc/loadavg: 1.99 2.04 2.00 2/491 380
/proc/meminfo: memFree=20288332/32950928 swapFree=61858088/67111528
[pid=380] ppid=378 vsize=13554924 CPUtime=0.05 cores=0,2,4,6
/proc/380/stat : 380 (java) S 378 380 27375 0 -1 4202496 14201 0 1 0 4 1 0 0 25 0 18 0 827652924 13880242176 13897 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/380/statm: 3388731 13897 1733 9 0 3379472 0
[pid=380/tid=381] ppid=378 vsize=13554924 CPUtime=0.05 cores=0,2,4,6
/proc/380/task/381/stat : 381 (java) R 378 380 27375 0 -1 4202560 13026 0 1 0 4 1 0 0 25 0 18 0 827652924 13880242176 13897 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 47135819041939 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13554924

[startup+0.104593 s]
/proc/loadavg: 1.99 2.04 2.00 2/491 380
/proc/meminfo: memFree=20288332/32950928 swapFree=61858088/67111528
[pid=380] ppid=378 vsize=13622176 CPUtime=0.11 cores=0,2,4,6
/proc/380/stat : 380 (java) S 378 380 27375 0 -1 4202496 15552 0 1 0 9 2 0 0 25 0 18 0 827652924 13949108224 15248 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/380/statm: 3405544 15248 2093 9 0 3396278 0
[pid=380/tid=381] ppid=378 vsize=13622176 CPUtime=0.08 cores=0,2,4,6
/proc/380/task/381/stat : 381 (java) R 378 380 27375 0 -1 4202560 13633 0 1 0 7 1 0 0 18 0 18 0 827652924 13949108224 15248 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622176

[startup+0.30051 s]
/proc/loadavg: 1.99 2.04 2.00 2/491 380
/proc/meminfo: memFree=20288332/32950928 swapFree=61858088/67111528
[pid=380] ppid=378 vsize=13623312 CPUtime=0.42 cores=0,2,4,6
/proc/380/stat : 380 (java) S 378 380 27375 0 -1 4202496 17774 0 1 0 40 2 0 0 25 0 18 0 827652924 13950271488 17342 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/380/statm: 3405828 17343 2193 9 0 3396562 0
[pid=380/tid=381] ppid=378 vsize=13623312 CPUtime=0.27 cores=0,2,4,6
/proc/380/task/381/stat : 381 (java) R 378 380 27375 0 -1 4202560 15050 0 1 0 26 1 0 0 18 0 18 0 827652924 13950271488 17344 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 46912505555427 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13623312

[startup+0.70039 s]
/proc/loadavg: 1.99 2.04 2.00 2/491 380
/proc/meminfo: memFree=20288332/32950928 swapFree=61858088/67111528
[pid=380] ppid=378 vsize=13631784 CPUtime=1.56 cores=0,2,4,6
/proc/380/stat : 380 (java) S 378 380 27375 0 -1 4202496 38605 0 1 0 151 5 0 0 25 0 18 0 827652924 13958946816 35035 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/380/statm: 3407946 35035 2232 9 0 3398680 0
[pid=380/tid=381] ppid=378 vsize=13631784 CPUtime=0.67 cores=0,2,4,6
/proc/380/task/381/stat : 381 (java) R 378 380 27375 0 -1 4202560 29046 0 1 0 64 3 0 0 18 0 18 0 827652924 13958946816 35035 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 46912505164205 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 13631784

[startup+1.50137 s]
/proc/loadavg: 1.99 2.04 2.00 3/510 399
/proc/meminfo: memFree=20147564/32950928 swapFree=61858088/67111528
[pid=380] ppid=378 vsize=13632812 CPUtime=2.77 cores=0,2,4,6
/proc/380/stat : 380 (java) S 378 380 27375 0 -1 4202496 42687 0 1 0 271 6 0 0 25 0 19 0 827652924 13959999488 39116 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/380/statm: 3408203 39117 2240 9 0 3398937 0
[pid=380/tid=381] ppid=378 vsize=13632812 CPUtime=1.48 cores=0,2,4,6
/proc/380/task/381/stat : 381 (java) R 378 380 27375 0 -1 4202560 33053 0 1 0 144 4 0 0 20 0 19 0 827652924 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 47135823506259 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=380/tid=383] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/383/stat : 383 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652926 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=384] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/384/stat : 384 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652926 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=385] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/385/stat : 385 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652926 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=386] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/386/stat : 386 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652926 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=387] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/387/stat : 387 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652926 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=388] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/388/stat : 388 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652926 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=389] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/389/stat : 389 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652926 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=390] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/390/stat : 390 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652926 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=391] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/391/stat : 391 (java) S 378 380 27375 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 827652927 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 0 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=392] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/392/stat : 392 (java) S 378 380 27375 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827652928 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=393] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/393/stat : 393 (java) S 378 380 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827652928 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=394] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/394/stat : 394 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485791153 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=395] ppid=378 vsize=13632812 CPUtime=0.65 cores=0,2,4,6
/proc/380/task/395/stat : 395 (java) S 378 380 27375 0 -1 4202560 3342 0 0 0 65 0 0 0 15 0 19 0 827652930 13959999488 39117 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=396] ppid=378 vsize=13632812 CPUtime=0.61 cores=0,2,4,6
/proc/380/task/396/stat : 396 (java) S 378 380 27375 0 -1 4202560 5132 0 0 0 61 0 0 0 15 0 19 0 827652930 13959999488 39118 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=397] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/397/stat : 397 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 39118 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=398] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/398/stat : 398 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827652930 13959999488 39118 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=399] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/399/stat : 399 (java) S 378 380 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827652995 13959999488 39118 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 13632812

[startup+3.10096 s]
/proc/loadavg: 1.99 2.04 2.00 3/510 399
/proc/meminfo: memFree=20130328/32950928 swapFree=61858088/67111528
[pid=380] ppid=378 vsize=13632812 CPUtime=4.5 cores=0,2,4,6
/proc/380/stat : 380 (java) S 378 380 27375 0 -1 4202496 56764 0 1 0 442 8 0 0 25 0 19 0 827652924 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/380/statm: 3408203 53174 2268 9 0 3398937 0
[pid=380/tid=381] ppid=378 vsize=13632812 CPUtime=2.99 cores=0,2,4,6
/proc/380/task/381/stat : 381 (java) R 378 380 27375 0 -1 4202560 35452 0 1 0 294 5 0 0 23 0 19 0 827652924 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 46912506176195 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=380/tid=383] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/383/stat : 383 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827652926 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=384] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/384/stat : 384 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827652926 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=385] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/385/stat : 385 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827652926 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=386] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/386/stat : 386 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827652926 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=387] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/387/stat : 387 (java) S 378 380 27375 0 -1 4202560 2151 0 0 0 0 0 0 0 18 0 19 0 827652926 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=388] ppid=378 vsize=13632812 CPUtime=0.01 cores=0,2,4,6
/proc/380/task/388/stat : 388 (java) S 378 380 27375 0 -1 4202560 976 0 0 0 1 0 0 0 18 0 19 0 827652926 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=389] ppid=378 vsize=13632812 CPUtime=0.01 cores=0,2,4,6
/proc/380/task/389/stat : 389 (java) S 378 380 27375 0 -1 4202560 1337 0 0 0 1 0 0 0 18 0 19 0 827652926 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 0 0 0 0
[pid=380/tid=390] ppid=378 vsize=13632812 CPUtime=0.01 cores=0,2,4,6
/proc/380/task/390/stat : 390 (java) S 378 380 27375 0 -1 4202560 1402 0 0 0 1 0 0 0 18 0 19 0 827652926 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=391] ppid=378 vsize=13632812 CPUtime=0.06 cores=0,2,4,6
/proc/380/task/391/stat : 391 (java) S 378 380 27375 0 -1 4202560 5792 0 0 0 6 0 0 0 15 0 19 0 827652927 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 0 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=392] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/392/stat : 392 (java) S 378 380 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=393] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/393/stat : 393 (java) S 378 380 27375 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=394] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/394/stat : 394 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485791153 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=395] ppid=378 vsize=13632812 CPUtime=0.71 cores=0,2,4,6
/proc/380/task/395/stat : 395 (java) S 378 380 27375 0 -1 4202560 3361 0 0 0 71 0 0 0 16 0 19 0 827652930 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=396] ppid=378 vsize=13632812 CPUtime=0.63 cores=0,2,4,6
/proc/380/task/396/stat : 396 (java) S 378 380 27375 0 -1 4202560 5137 0 0 0 63 0 0 0 15 0 19 0 827652930 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=397] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/397/stat : 397 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=398] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/398/stat : 398 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827652930 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=399] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/399/stat : 399 (java) S 378 380 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827652995 13959999488 53174 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 13632812

[startup+6.30145 s]
/proc/loadavg: 1.99 2.04 2.00 3/510 399
/proc/meminfo: memFree=20059656/32950928 swapFree=61858088/67111528
[pid=380] ppid=378 vsize=13632812 CPUtime=7.77 cores=0,2,4,6
/proc/380/stat : 380 (java) S 378 380 27375 0 -1 4202496 63154 0 1 0 768 9 0 0 25 0 19 0 827652924 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/380/statm: 3408203 59560 2268 9 0 3398937 0
[pid=380/tid=381] ppid=378 vsize=13632812 CPUtime=6 cores=0,2,4,6
/proc/380/task/381/stat : 381 (java) R 378 380 27375 0 -1 4202560 35454 0 1 0 595 5 0 0 25 0 19 0 827652924 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 46912506015742 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=380/tid=383] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/383/stat : 383 (java) S 378 380 27375 0 -1 4202560 1279 0 0 0 0 0 0 0 16 0 19 0 827652926 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 0 0 0 0
[pid=380/tid=384] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/384/stat : 384 (java) S 378 380 27375 0 -1 4202560 948 0 0 0 0 0 0 0 16 0 19 0 827652926 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 0 0 0 0
[pid=380/tid=385] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/385/stat : 385 (java) S 378 380 27375 0 -1 4202560 590 0 0 0 0 0 0 0 15 0 19 0 827652926 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=386] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/386/stat : 386 (java) S 378 380 27375 0 -1 4202560 586 0 0 0 0 0 0 0 16 0 19 0 827652926 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=387] ppid=378 vsize=13632812 CPUtime=0.01 cores=0,2,4,6
/proc/380/task/387/stat : 387 (java) S 378 380 27375 0 -1 4202560 2152 0 0 0 1 0 0 0 16 0 19 0 827652926 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=388] ppid=378 vsize=13632812 CPUtime=0.01 cores=0,2,4,6
/proc/380/task/388/stat : 388 (java) S 378 380 27375 0 -1 4202560 976 0 0 0 1 0 0 0 15 0 19 0 827652926 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=389] ppid=378 vsize=13632812 CPUtime=0.02 cores=0,2,4,6
/proc/380/task/389/stat : 389 (java) S 378 380 27375 0 -1 4202560 1636 0 0 0 2 0 0 0 16 0 19 0 827652926 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 0 0 0 0
[pid=380/tid=390] ppid=378 vsize=13632812 CPUtime=0.01 cores=0,2,4,6
/proc/380/task/390/stat : 390 (java) S 378 380 27375 0 -1 4202560 1404 0 0 0 1 0 0 0 15 0 19 0 827652926 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=391] ppid=378 vsize=13632812 CPUtime=0.24 cores=0,2,4,6
/proc/380/task/391/stat : 391 (java) S 378 380 27375 0 -1 4202560 8462 0 0 0 23 1 0 0 15 0 19 0 827652927 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 0 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=392] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/392/stat : 392 (java) S 378 380 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=393] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/393/stat : 393 (java) S 378 380 27375 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=394] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/394/stat : 394 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485791153 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=395] ppid=378 vsize=13632812 CPUtime=0.76 cores=0,2,4,6
/proc/380/task/395/stat : 395 (java) S 378 380 27375 0 -1 4202560 3378 0 0 0 76 0 0 0 15 0 19 0 827652930 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=396] ppid=378 vsize=13632812 CPUtime=0.63 cores=0,2,4,6
/proc/380/task/396/stat : 396 (java) S 378 380 27375 0 -1 4202560 5137 0 0 0 63 0 0 0 15 0 19 0 827652930 13959999488 59560 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0

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

[pid=380/tid=388] ppid=378 vsize=13632812 CPUtime=0.6 cores=0,2,4,6
/proc/380/task/388/stat : 388 (java) S 378 380 27375 0 -1 4202560 3185 0 0 0 60 0 0 0 16 0 19 0 827652926 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=389] ppid=378 vsize=13632812 CPUtime=0.57 cores=0,2,4,6
/proc/380/task/389/stat : 389 (java) S 378 380 27375 0 -1 4202560 3464 0 0 0 57 0 0 0 15 0 19 0 827652926 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=390] ppid=378 vsize=13632812 CPUtime=0.56 cores=0,2,4,6
/proc/380/task/390/stat : 390 (java) S 378 380 27375 0 -1 4202560 5396 0 0 0 55 1 0 0 16 0 19 0 827652926 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=391] ppid=378 vsize=13632812 CPUtime=19.92 cores=0,2,4,6
/proc/380/task/391/stat : 391 (java) S 378 380 27375 0 -1 4202560 33126 0 0 0 1987 5 0 0 15 0 19 0 827652927 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 0 0 16800975 18446604453822689728 0 0 -1 0 0 0 0
[pid=380/tid=392] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/392/stat : 392 (java) S 378 380 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=393] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/393/stat : 393 (java) S 378 380 27375 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=394] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/394/stat : 394 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485791153 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=395] ppid=378 vsize=13632812 CPUtime=0.81 cores=0,2,4,6
/proc/380/task/395/stat : 395 (java) S 378 380 27375 0 -1 4202560 3392 0 0 0 81 0 0 0 15 0 19 0 827652930 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=396] ppid=378 vsize=13632812 CPUtime=0.63 cores=0,2,4,6
/proc/380/task/396/stat : 396 (java) S 378 380 27375 0 -1 4202560 5137 0 0 0 63 0 0 0 15 0 19 0 827652930 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=397] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/397/stat : 397 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=398] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/398/stat : 398 (java) S 378 380 27375 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 827652930 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=399] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/399/stat : 399 (java) S 378 380 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827652995 13959999488 108209 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1666.92
Current children cumulated vsize (KiB) 13632812

[startup+1722.3 s]
/proc/loadavg: 1.65 1.92 1.97 2/486 479
/proc/meminfo: memFree=19958132/32950928 swapFree=61858088/67111528
[pid=380] ppid=378 vsize=13632812 CPUtime=1727.02 cores=0,2,4,6
/proc/380/stat : 380 (java) S 378 380 27375 0 -1 4202496 112246 0 1 0 172682 20 0 0 25 0 19 0 827652924 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/380/statm: 3408203 108219 2269 9 0 3398937 0
[pid=380/tid=381] ppid=378 vsize=13632812 CPUtime=1699.68 cores=0,2,4,6
/proc/380/task/381/stat : 381 (java) R 378 380 27375 0 -1 4202560 35670 0 1 0 169962 6 0 0 25 0 19 0 827652924 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 46912506049764 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=380/tid=383] ppid=378 vsize=13632812 CPUtime=0.66 cores=0,2,4,6
/proc/380/task/383/stat : 383 (java) S 378 380 27375 0 -1 4202560 5114 0 0 0 66 0 0 0 16 0 19 0 827652926 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=384] ppid=378 vsize=13632812 CPUtime=0.65 cores=0,2,4,6
/proc/380/task/384/stat : 384 (java) S 378 380 27375 0 -1 4202560 5419 0 0 0 65 0 0 0 15 0 19 0 827652926 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=385] ppid=378 vsize=13632812 CPUtime=0.63 cores=0,2,4,6
/proc/380/task/385/stat : 385 (java) S 378 380 27375 0 -1 4202560 2394 0 0 0 63 0 0 0 16 0 19 0 827652926 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=386] ppid=378 vsize=13632812 CPUtime=0.65 cores=0,2,4,6
/proc/380/task/386/stat : 386 (java) S 378 380 27375 0 -1 4202560 4458 0 0 0 65 0 0 0 15 0 19 0 827652926 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=387] ppid=378 vsize=13632812 CPUtime=0.69 cores=0,2,4,6
/proc/380/task/387/stat : 387 (java) S 378 380 27375 0 -1 4202560 4237 0 0 0 69 0 0 0 15 0 19 0 827652926 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=388] ppid=378 vsize=13632812 CPUtime=0.61 cores=0,2,4,6
/proc/380/task/388/stat : 388 (java) S 378 380 27375 0 -1 4202560 3185 0 0 0 61 0 0 0 15 0 19 0 827652926 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=389] ppid=378 vsize=13632812 CPUtime=0.59 cores=0,2,4,6
/proc/380/task/389/stat : 389 (java) S 378 380 27375 0 -1 4202560 3464 0 0 0 59 0 0 0 16 0 19 0 827652926 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=390] ppid=378 vsize=13632812 CPUtime=0.58 cores=0,2,4,6
/proc/380/task/390/stat : 390 (java) S 378 380 27375 0 -1 4202560 5396 0 0 0 57 1 0 0 15 0 19 0 827652926 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=391] ppid=378 vsize=13632812 CPUtime=20.67 cores=0,2,4,6
/proc/380/task/391/stat : 391 (java) S 378 380 27375 0 -1 4202560 33130 0 0 0 2062 5 0 0 15 0 19 0 827652927 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 0 0 16800975 18446604453822689728 0 0 -1 0 0 0 0
[pid=380/tid=392] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/392/stat : 392 (java) S 378 380 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=393] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/393/stat : 393 (java) S 378 380 27375 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=394] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/394/stat : 394 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485791153 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=395] ppid=378 vsize=13632812 CPUtime=0.81 cores=0,2,4,6
/proc/380/task/395/stat : 395 (java) S 378 380 27375 0 -1 4202560 3392 0 0 0 81 0 0 0 15 0 19 0 827652930 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=396] ppid=378 vsize=13632812 CPUtime=0.63 cores=0,2,4,6
/proc/380/task/396/stat : 396 (java) S 378 380 27375 0 -1 4202560 5137 0 0 0 63 0 0 0 15 0 19 0 827652930 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=397] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/397/stat : 397 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=398] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/398/stat : 398 (java) S 378 380 27375 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827652930 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=399] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/399/stat : 399 (java) S 378 380 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827652995 13959999488 108219 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1727.02
Current children cumulated vsize (KiB) 13632812

[startup+1782.3 s]
/proc/loadavg: 1.30 1.77 1.91 2/486 480
/proc/meminfo: memFree=19957608/32950928 swapFree=61858088/67111528
[pid=380] ppid=378 vsize=13632812 CPUtime=1787.09 cores=0,2,4,6
/proc/380/stat : 380 (java) S 378 380 27375 0 -1 4202496 112286 0 1 0 178689 20 0 0 25 0 19 0 827652924 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/380/statm: 3408203 108245 2269 9 0 3398937 0
[pid=380/tid=381] ppid=378 vsize=13632812 CPUtime=1759.02 cores=0,2,4,6
/proc/380/task/381/stat : 381 (java) R 378 380 27375 0 -1 4202560 35676 0 1 0 175896 6 0 0 25 0 19 0 827652924 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 46912506015742 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=380/tid=383] ppid=378 vsize=13632812 CPUtime=0.67 cores=0,2,4,6
/proc/380/task/383/stat : 383 (java) S 378 380 27375 0 -1 4202560 5114 0 0 0 67 0 0 0 15 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=384] ppid=378 vsize=13632812 CPUtime=0.66 cores=0,2,4,6
/proc/380/task/384/stat : 384 (java) S 378 380 27375 0 -1 4202560 5419 0 0 0 66 0 0 0 15 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=385] ppid=378 vsize=13632812 CPUtime=0.66 cores=0,2,4,6
/proc/380/task/385/stat : 385 (java) S 378 380 27375 0 -1 4202560 2394 0 0 0 66 0 0 0 16 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=386] ppid=378 vsize=13632812 CPUtime=0.68 cores=0,2,4,6
/proc/380/task/386/stat : 386 (java) S 378 380 27375 0 -1 4202560 4458 0 0 0 68 0 0 0 15 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=387] ppid=378 vsize=13632812 CPUtime=0.7 cores=0,2,4,6
/proc/380/task/387/stat : 387 (java) S 378 380 27375 0 -1 4202560 4237 0 0 0 70 0 0 0 16 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=388] ppid=378 vsize=13632812 CPUtime=0.62 cores=0,2,4,6
/proc/380/task/388/stat : 388 (java) S 378 380 27375 0 -1 4202560 3185 0 0 0 62 0 0 0 15 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=389] ppid=378 vsize=13632812 CPUtime=0.6 cores=0,2,4,6
/proc/380/task/389/stat : 389 (java) S 378 380 27375 0 -1 4202560 3472 0 0 0 60 0 0 0 15 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=390] ppid=378 vsize=13632812 CPUtime=0.59 cores=0,2,4,6
/proc/380/task/390/stat : 390 (java) S 378 380 27375 0 -1 4202560 5414 0 0 0 58 1 0 0 15 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=391] ppid=378 vsize=13632812 CPUtime=21.29 cores=0,2,4,6
/proc/380/task/391/stat : 391 (java) S 378 380 27375 0 -1 4202560 33134 0 0 0 2124 5 0 0 15 0 19 0 827652927 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 0 0 16800975 18446604453822689728 0 0 -1 0 0 0 0
[pid=380/tid=392] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/392/stat : 392 (java) S 378 380 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=393] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/393/stat : 393 (java) S 378 380 27375 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=394] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/394/stat : 394 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485791153 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=395] ppid=378 vsize=13632812 CPUtime=0.81 cores=0,2,4,6
/proc/380/task/395/stat : 395 (java) S 378 380 27375 0 -1 4202560 3392 0 0 0 81 0 0 0 15 0 19 0 827652930 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=396] ppid=378 vsize=13632812 CPUtime=0.63 cores=0,2,4,6
/proc/380/task/396/stat : 396 (java) S 378 380 27375 0 -1 4202560 5137 0 0 0 63 0 0 0 15 0 19 0 827652930 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=397] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/397/stat : 397 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=398] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/398/stat : 398 (java) S 378 380 27375 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 827652930 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 0 0 0 0
[pid=380/tid=399] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/399/stat : 399 (java) S 378 380 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827652995 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1787.09
Current children cumulated vsize (KiB) 13632812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.22 s]
/proc/loadavg: 1.23 1.73 1.89 2/486 481
/proc/meminfo: memFree=19957720/32950928 swapFree=61858088/67111528
[pid=380] ppid=378 vsize=13632812 CPUtime=1800.01 cores=0,2,4,6
/proc/380/stat : 380 (java) S 378 380 27375 0 -1 4202496 112287 0 1 0 179981 20 0 0 25 0 19 0 827652924 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/380/statm: 3408203 108245 2269 9 0 3398937 0
[pid=380/tid=381] ppid=378 vsize=13632812 CPUtime=1771.83 cores=0,2,4,6
/proc/380/task/381/stat : 381 (java) R 378 380 27375 0 -1 4202560 35677 0 1 0 177177 6 0 0 25 0 19 0 827652924 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 46912506088013 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=380/tid=383] ppid=378 vsize=13632812 CPUtime=0.67 cores=0,2,4,6
/proc/380/task/383/stat : 383 (java) S 378 380 27375 0 -1 4202560 5114 0 0 0 67 0 0 0 15 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=384] ppid=378 vsize=13632812 CPUtime=0.66 cores=0,2,4,6
/proc/380/task/384/stat : 384 (java) S 378 380 27375 0 -1 4202560 5419 0 0 0 66 0 0 0 15 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=385] ppid=378 vsize=13632812 CPUtime=0.66 cores=0,2,4,6
/proc/380/task/385/stat : 385 (java) S 378 380 27375 0 -1 4202560 2394 0 0 0 66 0 0 0 16 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=386] ppid=378 vsize=13632812 CPUtime=0.68 cores=0,2,4,6
/proc/380/task/386/stat : 386 (java) S 378 380 27375 0 -1 4202560 4458 0 0 0 68 0 0 0 15 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=387] ppid=378 vsize=13632812 CPUtime=0.71 cores=0,2,4,6
/proc/380/task/387/stat : 387 (java) S 378 380 27375 0 -1 4202560 4237 0 0 0 71 0 0 0 16 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=388] ppid=378 vsize=13632812 CPUtime=0.62 cores=0,2,4,6
/proc/380/task/388/stat : 388 (java) S 378 380 27375 0 -1 4202560 3185 0 0 0 62 0 0 0 15 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=389] ppid=378 vsize=13632812 CPUtime=0.6 cores=0,2,4,6
/proc/380/task/389/stat : 389 (java) S 378 380 27375 0 -1 4202560 3472 0 0 0 60 0 0 0 16 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=390] ppid=378 vsize=13632812 CPUtime=0.59 cores=0,2,4,6
/proc/380/task/390/stat : 390 (java) S 378 380 27375 0 -1 4202560 5414 0 0 0 58 1 0 0 15 0 19 0 827652926 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=391] ppid=378 vsize=13632812 CPUtime=21.41 cores=0,2,4,6
/proc/380/task/391/stat : 391 (java) S 378 380 27375 0 -1 4202560 33134 0 0 0 2136 5 0 0 15 0 19 0 827652927 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 0 0 16800975 18446604453822689728 0 0 -1 0 0 0 0
[pid=380/tid=392] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/392/stat : 392 (java) S 378 380 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=393] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/393/stat : 393 (java) S 378 380 27375 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827652928 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=394] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/394/stat : 394 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485791153 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=395] ppid=378 vsize=13632812 CPUtime=0.81 cores=0,2,4,6
/proc/380/task/395/stat : 395 (java) S 378 380 27375 0 -1 4202560 3392 0 0 0 81 0 0 0 15 0 19 0 827652930 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
[pid=380/tid=396] ppid=378 vsize=13632812 CPUtime=0.63 cores=0,2,4,6
/proc/380/task/396/stat : 396 (java) S 378 380 27375 0 -1 4202560 5137 0 0 0 63 0 0 0 15 0 19 0 827652930 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=397] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/397/stat : 397 (java) S 378 380 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827652930 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485783449 0 4 0 16800975 18446604453822689728 0 0 -1 6 0 0 0
[pid=380/tid=398] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/398/stat : 398 (java) S 378 380 27375 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 827652930 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 2 0 0 0
[pid=380/tid=399] ppid=378 vsize=13632812 CPUtime=0 cores=0,2,4,6
/proc/380/task/399/stat : 399 (java) S 378 380 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827652995 13959999488 108245 33554432000 1073741824 1073778376 140734222223648 18446744073709551615 274485784064 0 4 0 16800975 18446604453822689728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 13632812

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): 1795.29
CPU time (s): 1800.14
CPU user time (s): 1799.91
CPU system time (s): 0.229965
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 13632812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.229965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112328
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= 42418
involuntary context switches= 46364

runsolver used 8.70168 second user time and 19.1061 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 06:08:53
IDJOB=3458401
IDBENCH=48221
IDSOLVER=1952
FILE ID=node125/3458401-1307160533
RUNJOBID= node125-1307156382-31293
PBS_JOBID= 13508791
Free space on /tmp= 73792 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_5.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458401-1307160533/watcher-3458401-1307160533 -o /tmp/evaluation-result-3458401-1307160533/solver-3458401-1307160533 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458401-1307160533.opb

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

MD5SUM BENCH= 5ebd53ca3e688df11993cbeac431dac6
RANDOM SEED=1338737292

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20288488 kB
Buffers:        353912 kB
Cached:        3497156 kB
SwapCached:       3616 kB
Active:        8954284 kB
Inactive:      3363648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20288488 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:             864 kB
Writeback:           0 kB
AnonPages:     8464620 kB
Mapped:          42328 kB
Slab:           214284 kB
PageTables:      62096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143442792 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= 73792 MiB
End job on node125 at 2011-06-04 06:38:50