Trace number 3718261

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28MSAT (TO) 1800.01 1795.45

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-4_wcsp.wbo
MD5SUM3fb8f81d652630b13b866ff5b3a4bf01
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark716.004
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables188
Total number of constraints991
Number of soft constraints944
Number of constraints which are clauses944
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120528
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization by upper bound
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose 2 learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3718261-1338259102.wbo
0.00/0.10	c reading problem ... 
0.26/0.20	c ... done. Wall clock time 0.103s.
0.26/0.20	c declared #vars     188
0.26/0.20	c internal #vars     1132
0.26/0.20	c #constraints  1039
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 991
0.26/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
0.26/0.20	c 1039 constraints processed.
0.26/0.20	c objective function length is 944 literals
0.26/0.28	c SATISFIABLE
0.26/0.28	c OPTIMIZING...
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.182
0.26/0.28	o 28
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.22
0.52/0.32	o 19
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.264
0.52/0.36	o 9
0.82/0.45	c Got one! Elapsed wall clock time (in seconds):0.356
0.82/0.45	o 8
0.82/0.47	c Got one! Elapsed wall clock time (in seconds):0.371
0.82/0.47	o 7
1.62/1.01	c cleaning 3002 clauses out of 6009 with flag 32184/6009
2.28/1.63	c cleaning 4503 clauses out of 9008 with flag 94648/12010
2.98/2.35	c cleaning 5749 clauses out of 11505 with flag 165319/19010
3.79/3.17	c cleaning 6875 clauses out of 13758 with flag 266263/27012
4.71/4.09	c cleaning 7931 clauses out of 15880 with flag 379476/36009
5.82/5.11	c cleaning 8969 clauses out of 17949 with flag 447949/46009
7.02/6.30	c cleaning 9984 clauses out of 19980 with flag 555840/57009
8.32/7.65	c cleaning 10988 clauses out of 21996 with flag 695711/69009
9.82/9.10	c cleaning 11988 clauses out of 24008 with flag 843713/82009
11.32/10.64	c cleaning 12996 clauses out of 26020 with flag 947261/96009
13.03/12.32	c cleaning 14006 clauses out of 28025 with flag 1118411/111010
14.83/14.16	c cleaning 15007 clauses out of 30019 with flag 1317378/127010
16.63/15.99	c cleaning 15991 clauses out of 32011 with flag 1420537/144009
18.53/17.89	c cleaning 17007 clauses out of 34020 with flag 1529411/162009
20.73/20.01	c cleaning 18000 clauses out of 36015 with flag 1688594/181011
23.14/22.40	c cleaning 18998 clauses out of 38013 with flag 1928643/201009
25.55/24.80	c cleaning 19994 clauses out of 40015 with flag 2156684/222009
27.66/26.95	c Got one! Elapsed wall clock time (in seconds):26.857
27.66/26.95	o 6
28.39/27.60	c cleaning 22058 clauses out of 44119 with flag 22486/246107
29.00/28.24	c cleaning 14026 clauses out of 28062 with flag 54048/252108
29.71/28.95	c cleaning 10508 clauses out of 21035 with flag 92649/259107
30.62/29.80	c cleaning 9261 clauses out of 18529 with flag 146754/267109
31.52/30.76	c cleaning 9129 clauses out of 18266 with flag 228610/276107
32.62/31.84	c cleaning 9563 clauses out of 19139 with flag 327183/286109
33.84/33.06	c cleaning 10284 clauses out of 20576 with flag 448484/297109
35.04/34.28	c cleaning 11133 clauses out of 22290 with flag 532597/309107
36.36/35.59	c cleaning 12067 clauses out of 24159 with flag 619752/322109
37.86/37.04	c cleaning 13034 clauses out of 26090 with flag 718878/336107
39.47/38.62	c cleaning 14025 clauses out of 28059 with flag 815786/351110
41.17/40.34	c cleaning 15009 clauses out of 30032 with flag 924783/367108
42.98/42.14	c cleaning 16000 clauses out of 32024 with flag 1045137/384109
44.99/44.17	c cleaning 17002 clauses out of 34022 with flag 1203779/402107
47.28/46.43	c cleaning 18007 clauses out of 36020 with flag 1415729/421107
49.68/48.80	c cleaning 18986 clauses out of 38013 with flag 1638502/441107
52.10/51.27	c cleaning 20007 clauses out of 40027 with flag 1821027/462107
54.80/53.93	c cleaning 20998 clauses out of 42022 with flag 2047558/484109
57.30/56.46	c cleaning 21996 clauses out of 44024 with flag 2219842/507109
59.91/59.09	c cleaning 22998 clauses out of 46026 with flag 2403279/531107
62.72/61.86	c cleaning 24000 clauses out of 48029 with flag 2603175/556108
65.72/64.84	c cleaning 25003 clauses out of 50029 with flag 2857988/582108
68.83/67.92	c cleaning 25989 clauses out of 52025 with flag 3081250/609107
72.56/71.65	c cleaning 27016 clauses out of 54036 with flag 3412010/637107
75.89/74.99	c cleaning 27967 clauses out of 56020 with flag 3693095/666107
79.69/78.71	c cleaning 29011 clauses out of 58053 with flag 4012517/696107
83.49/82.53	c cleaning 30012 clauses out of 60042 with flag 4325234/727107
87.29/86.36	c cleaning 31003 clauses out of 62030 with flag 4655317/759107
91.09/90.17	c cleaning 31996 clauses out of 64027 with flag 4992432/792107
95.01/94.07	c cleaning 32999 clauses out of 66031 with flag 5359235/826107
99.21/98.26	c cleaning 34006 clauses out of 68032 with flag 5768321/861107
103.82/102.84	c cleaning 35003 clauses out of 70027 with flag 6105237/897108
109.03/108.01	c cleaning 36004 clauses out of 72025 with flag 6533561/934109
113.83/112.84	c cleaning 36996 clauses out of 74019 with flag 6951040/972107
119.04/118.04	c cleaning 37998 clauses out of 76023 with flag 7369038/1011107
123.75/122.77	c cleaning 39003 clauses out of 78026 with flag 7731418/1051108
128.57/127.58	c cleaning 39992 clauses out of 80022 with flag 8089861/1092107
133.58/132.58	c cleaning 40991 clauses out of 82031 with flag 8519794/1134108
138.70/137.62	c cleaning 42012 clauses out of 84040 with flag 8986982/1177108
144.61/143.58	c cleaning 43006 clauses out of 86027 with flag 9495832/1221107
150.13/149.02	c cleaning 43988 clauses out of 88021 with flag 10001633/1266107
155.65/154.57	c cleaning 45011 clauses out of 90034 with flag 10541597/1312108
161.90/160.78	c cleaning 45996 clauses out of 92022 with flag 11071138/1359107
168.29/167.10	c cleaning 47006 clauses out of 94026 with flag 11589248/1407107
174.81/173.69	c cleaning 47993 clauses out of 96020 with flag 12131594/1456107
181.43/180.24	c cleaning 49002 clauses out of 98027 with flag 12730836/1506107
187.73/186.53	c cleaning 49998 clauses out of 100025 with flag 13297929/1557107
194.40/193.15	c cleaning 51011 clauses out of 102027 with flag 13929293/1609107
200.60/199.31	c cleaning 51985 clauses out of 104016 with flag 14283299/1662107
202.61/201.36	c Got one! Elapsed wall clock time (in seconds):201.263
202.61/201.36	o 5
203.63/202.33	c cleaning 37925 clauses out of 75855 with flag 20952/1685931
204.55/203.25	c cleaning 21960 clauses out of 43931 with flag 48855/1691932
205.47/204.12	c cleaning 14481 clauses out of 28970 with flag 82185/1698931
206.37/205.06	c cleaning 11239 clauses out of 22490 with flag 120571/1706932
207.48/206.12	c cleaning 10119 clauses out of 20251 with flag 166357/1715932
208.81/207.42	c cleaning 10056 clauses out of 20131 with flag 219458/1725931
210.22/208.85	c cleaning 10531 clauses out of 21075 with flag 283324/1736931
212.04/210.64	c cleaning 11271 clauses out of 22545 with flag 367470/1748932
214.06/212.62	c cleaning 12132 clauses out of 24273 with flag 462465/1761931
215.59/214.18	c cleaning 13063 clauses out of 26141 with flag 559341/1775931
217.12/215.62	c cleaning 14025 clauses out of 28078 with flag 633762/1790931
218.61/217.16	c cleaning 15018 clauses out of 30054 with flag 708680/1806932
220.32/218.87	c cleaning 15999 clauses out of 32035 with flag 783324/1823931
222.12/220.65	c cleaning 16990 clauses out of 34036 with flag 852008/1841931
224.04/222.54	c cleaning 18015 clauses out of 36047 with flag 933548/1860932
226.07/224.57	c cleaning 19000 clauses out of 38032 with flag 1023644/1880932
228.31/226.70	c cleaning 19992 clauses out of 40033 with flag 1123504/1901933
230.63/229.02	c cleaning 21004 clauses out of 42039 with flag 1225138/1923931
232.23/230.67	c Got one! Elapsed wall clock time (in seconds):230.573
232.23/230.67	o 4
232.83/231.29	c cleaning 21210 clauses out of 42427 with flag 21715/1945323
233.55/231.96	c cleaning 13601 clauses out of 27214 with flag 50597/1951320
234.36/232.74	c cleaning 10304 clauses out of 20614 with flag 83721/1958321
235.16/233.57	c cleaning 9149 clauses out of 18310 with flag 123580/1966321
236.27/234.62	c cleaning 9075 clauses out of 18163 with flag 169445/1975323
237.38/235.78	c cleaning 9539 clauses out of 19087 with flag 225069/1985322
238.59/236.90	c cleaning 10269 clauses out of 20551 with flag 291793/1996325
239.91/238.21	c cleaning 11126 clauses out of 22278 with flag 402773/2008321
241.31/239.69	c cleaning 12066 clauses out of 24151 with flag 542657/2021320
243.03/241.31	c cleaning 13025 clauses out of 26085 with flag 710353/2035320
244.76/243.06	c cleaning 14022 clauses out of 28060 with flag 865945/2050320
246.85/244.85	c cleaning 15010 clauses out of 30042 with flag 969263/2066324
249.22/246.89	c cleaning 16006 clauses out of 32029 with flag 1090349/2083321
251.54/249.20	c cleaning 17011 clauses out of 34025 with flag 1261438/2101323
254.15/251.71	c cleaning 18003 clauses out of 36013 with flag 1473096/2120322
256.37/253.98	c cleaning 18979 clauses out of 38009 with flag 1602823/2140321
258.78/256.39	c cleaning 20001 clauses out of 40031 with flag 1747210/2161322
261.28/258.83	c cleaning 21013 clauses out of 42030 with flag 1931705/2183322
263.79/261.40	c cleaning 21995 clauses out of 44016 with flag 2096513/2206321
266.71/264.21	c cleaning 22997 clauses out of 46022 with flag 2282037/2230322
269.51/267.08	c cleaning 24003 clauses out of 48025 with flag 2474023/2255322
272.51/270.09	c cleaning 24998 clauses out of 50020 with flag 2686708/2281320
275.62/273.11	c cleaning 26002 clauses out of 52022 with flag 2874898/2308320
278.73/276.29	c cleaning 27006 clauses out of 54020 with flag 3103483/2336320
282.04/279.59	c cleaning 27997 clauses out of 56015 with flag 3371476/2365321
285.55/283.08	c cleaning 28997 clauses out of 58018 with flag 3664755/2395321
289.25/286.71	c cleaning 29998 clauses out of 60022 with flag 3955723/2426322
292.66/290.18	c cleaning 30990 clauses out of 62023 with flag 4204167/2458321
296.37/293.85	c cleaning 31996 clauses out of 64032 with flag 4491913/2491320
300.06/297.59	c cleaning 33011 clauses out of 66036 with flag 4792144/2525320
304.08/301.53	c cleaning 34003 clauses out of 68026 with flag 5114577/2560321
308.11/305.54	c cleaning 35002 clauses out of 70024 with flag 5437241/2596322
312.33/309.77	c cleaning 35991 clauses out of 72020 with flag 5775609/2633320
316.74/314.12	c cleaning 37001 clauses out of 74029 with flag 6134517/2671320
321.44/318.89	c cleaning 38005 clauses out of 76028 with flag 6572755/2710320
326.46/323.82	c cleaning 38992 clauses out of 78023 with flag 7001131/2750320
331.06/328.46	c cleaning 39993 clauses out of 80032 with flag 7409198/2791321
335.99/333.39	c cleaning 41000 clauses out of 82039 with flag 7826877/2833321
341.21/338.56	c cleaning 41990 clauses out of 84038 with flag 8248275/2876320
346.21/343.59	c cleaning 43018 clauses out of 86049 with flag 8672407/2920321
351.44/348.74	c cleaning 43995 clauses out of 88030 with flag 9153930/2965320
357.14/354.40	c cleaning 44987 clauses out of 90036 with flag 9616863/3011321
363.06/360.36	c cleaning 46016 clauses out of 92049 with flag 10112037/3058321
368.67/365.91	c cleaning 46995 clauses out of 94032 with flag 10589606/3106320
375.18/372.45	c cleaning 47990 clauses out of 96037 with flag 11176448/3155320
381.99/379.27	c cleaning 49015 clauses out of 98050 with flag 11745028/3205323
388.10/385.31	c cleaning 49997 clauses out of 100033 with flag 12285617/3256321
394.11/391.39	c cleaning 51008 clauses out of 102035 with flag 12848688/3308320
400.41/397.60	c cleaning 51994 clauses out of 104027 with flag 13430980/3361320
407.03/404.21	c cleaning 53008 clauses out of 106034 with flag 14054490/3415321
413.84/411.09	c cleaning 53996 clauses out of 108025 with flag 14681998/3470320
420.75/417.90	c cleaning 55000 clauses out of 110029 with flag 15338665/3526320
428.09/425.21	c cleaning 56010 clauses out of 112029 with flag 15987252/3583320
435.00/432.13	c cleaning 57006 clauses out of 114020 with flag 16633863/3641321
442.22/439.32	c cleaning 57992 clauses out of 116015 with flag 17303838/3700322
449.43/446.59	c cleaning 58996 clauses out of 118021 with flag 18003501/3760320
456.64/453.75	c cleaning 60000 clauses out of 120025 with flag 18446586/3821321
464.07/461.17	c cleaning 61002 clauses out of 122027 with flag 18923864/3883323
471.30/468.37	c cleaning 62002 clauses out of 124024 with flag 19364618/3946322
478.61/475.68	c cleaning 62998 clauses out of 126020 with flag 19855289/4010320
486.31/483.33	c cleaning 63998 clauses out of 128024 with flag 20362254/4075322
494.13/491.10	c cleaning 64997 clauses out of 130025 with flag 20925649/4141321
501.97/498.91	c cleaning 66002 clauses out of 132027 with flag 21450015/4208320
509.89/506.82	c cleaning 66995 clauses out of 134025 with flag 22047346/4276320
518.00/514.97	c cleaning 68005 clauses out of 136031 with flag 22631380/4345321
526.70/523.60	c cleaning 69002 clauses out of 138026 with flag 23305724/4415321
535.31/532.27	c cleaning 69999 clauses out of 140023 with flag 23910666/4486320
544.41/541.37	c cleaning 70992 clauses out of 142024 with flag 24576945/4558320
554.23/551.12	c cleaning 72004 clauses out of 144032 with flag 25303042/4631320
564.04/560.98	c cleaning 73001 clauses out of 146028 with flag 26017585/4705320
573.85/570.72	c cleaning 73988 clauses out of 148028 with flag 26702331/4780321
582.98/579.81	c cleaning 74997 clauses out of 150039 with flag 27390948/4856320
592.39/589.23	c cleaning 76007 clauses out of 152042 with flag 28122003/4933320
602.42/599.26	c cleaning 76994 clauses out of 154035 with flag 28898189/5011320
612.14/608.92	c cleaning 78012 clauses out of 156042 with flag 29687136/5090321
621.85/618.67	c cleaning 79007 clauses out of 158029 with flag 30541111/5170320
631.76/628.58	c cleaning 80003 clauses out of 160022 with flag 31426385/5251320
641.29/638.04	c cleaning 80987 clauses out of 162018 with flag 31871492/5333320
650.40/647.13	c cleaning 82003 clauses out of 164038 with flag 32234184/5416327
659.80/656.54	c cleaning 82998 clauses out of 166029 with flag 32634512/5500321
669.83/666.54	c cleaning 83995 clauses out of 168031 with flag 33083268/5585321
679.85/676.52	c cleaning 85013 clauses out of 170037 with flag 33543099/5671322
690.27/686.92	c cleaning 85989 clauses out of 172022 with flag 34008118/5758320
701.59/698.23	c cleaning 87004 clauses out of 174033 with flag 34651920/5846320
712.73/709.33	c cleaning 88002 clauses out of 176031 with flag 35395678/5935322
723.44/720.06	c cleaning 89001 clauses out of 178027 with flag 36088070/6025320
734.46/731.09	c cleaning 90003 clauses out of 180026 with flag 36840453/6116320
745.88/742.48	c cleaning 90999 clauses out of 182023 with flag 37672244/6208320
757.50/754.07	c cleaning 91990 clauses out of 184024 with flag 38470718/6301320
768.93/765.42	c cleaning 93000 clauses out of 186035 with flag 39315929/6395321
780.76/777.20	c cleaning 94010 clauses out of 188034 with flag 40223603/6490320
793.19/789.67	c cleaning 95000 clauses out of 190025 with flag 41303046/6586321
806.62/803.10	c cleaning 95993 clauses out of 192027 with flag 42266189/6683323
819.53/815.92	c cleaning 96990 clauses out of 194031 with flag 43227210/6781320
832.37/828.70	c cleaning 98003 clauses out of 196041 with flag 44200070/6880320
845.80/842.16	c cleaning 99002 clauses out of 198038 with flag 45267971/6980320
859.18/855.46	c cleaning 100005 clauses out of 200036 with flag 46312279/7081320
872.59/868.85	c cleaning 101008 clauses out of 202032 with flag 47321704/7183321
886.01/882.28	c cleaning 101998 clauses out of 204024 with flag 48366517/7286321
899.62/895.81	c cleaning 102992 clauses out of 206025 with flag 49495152/7390320
912.63/908.88	c cleaning 103996 clauses out of 208032 with flag 50264769/7495320
925.76/921.96	c cleaning 105005 clauses out of 210038 with flag 50870975/7601322
941.60/937.78	c cleaning 106003 clauses out of 212033 with flag 51896283/7708322
955.79/951.91	c cleaning 107003 clauses out of 214029 with flag 52673035/7816321
970.20/966.32	c cleaning 108008 clauses out of 216029 with flag 53556639/7925324
984.51/980.65	c cleaning 108995 clauses out of 218017 with flag 54491899/8035320
999.42/995.56	c cleaning 109975 clauses out of 220022 with flag 55379280/8146320
1015.03/1011.10	c cleaning 111013 clauses out of 222047 with flag 56299982/8258320
1030.05/1026.20	c cleaning 112000 clauses out of 224034 with flag 57242800/8371320
1045.98/1042.00	c cleaning 112998 clauses out of 226035 with flag 58247995/8485321
1061.98/1058.07	c cleaning 113999 clauses out of 228036 with flag 59184199/8600320
1077.49/1073.54	c cleaning 115005 clauses out of 230043 with flag 60098076/8716326
1093.03/1089.08	c cleaning 115996 clauses out of 232032 with flag 61138338/8833320
1108.82/1104.84	c cleaning 117011 clauses out of 234035 with flag 62037600/8951320
1124.72/1120.74	c cleaning 117992 clauses out of 236024 with flag 62907520/9070320
1140.84/1136.88	c cleaning 119014 clauses out of 238032 with flag 63843089/9190320
1157.77/1153.76	c cleaning 119998 clauses out of 240018 with flag 64678055/9311320
1174.27/1170.20	c cleaning 120985 clauses out of 242020 with flag 65573601/9433320
1190.47/1186.42	c cleaning 122004 clauses out of 244035 with flag 66311211/9556320
1206.40/1202.40	c cleaning 123002 clauses out of 246031 with flag 67058221/9680320
1223.62/1219.60	c cleaning 123999 clauses out of 248031 with flag 67952690/9805322
1241.37/1237.26	c cleaning 125002 clauses out of 250030 with flag 68882979/9931320
1259.39/1255.26	c cleaning 126006 clauses out of 252029 with flag 69925081/10058321
1277.01/1272.86	c cleaning 126994 clauses out of 254024 with flag 70946515/10186322
1294.21/1290.05	c cleaning 128001 clauses out of 256028 with flag 71932357/10315320
1311.52/1307.31	c cleaning 128997 clauses out of 258027 with flag 72896292/10445320
1328.84/1324.62	c cleaning 129998 clauses out of 260030 with flag 73809587/10576320
1346.25/1342.10	c cleaning 131003 clauses out of 262031 with flag 74667114/10708320
1362.35/1358.16	c cleaning 132002 clauses out of 264028 with flag 75228102/10841320
1379.47/1375.23	c cleaning 132992 clauses out of 266027 with flag 75885727/10975321
1397.49/1393.22	c cleaning 133997 clauses out of 268034 with flag 76560634/11110320
1415.30/1411.09	c cleaning 134981 clauses out of 270040 with flag 77498628/11246323
1433.81/1429.53	c cleaning 136007 clauses out of 272056 with flag 78566348/11383320
1451.64/1447.31	c cleaning 137008 clauses out of 274049 with flag 79229404/11521320
1469.45/1465.18	c cleaning 138001 clauses out of 276041 with flag 79911362/11660320
1488.55/1484.29	c cleaning 139011 clauses out of 278041 with flag 80678194/11800321
1513.98/1509.66	c cleaning 140011 clauses out of 280031 with flag 82047101/11941322
1534.01/1529.62	c cleaning 140995 clauses out of 282019 with flag 83041051/12083321
1553.63/1549.24	c cleaning 142001 clauses out of 284025 with flag 84087028/12226322
1573.24/1568.80	c cleaning 142993 clauses out of 286026 with flag 85188896/12370324
1593.34/1588.95	c cleaning 144000 clauses out of 288030 with flag 86300654/12515321
1614.55/1610.17	c cleaning 144985 clauses out of 290031 with flag 87417135/12661322
1634.85/1630.49	c cleaning 146011 clauses out of 292044 with flag 88567330/12808320
1656.38/1651.93	c cleaning 146997 clauses out of 294035 with flag 89803370/12956322
1678.80/1674.33	c cleaning 147999 clauses out of 296036 with flag 91086800/13105320
1701.01/1696.59	c cleaning 148997 clauses out of 298039 with flag 92382550/13255322
1721.93/1717.47	c cleaning 149999 clauses out of 300040 with flag 93692124/13406320
1743.34/1738.80	c cleaning 151011 clauses out of 302041 with flag 95063205/13558320
1765.36/1760.87	c cleaning 152000 clauses out of 304031 with flag 96488850/13711321
1786.79/1782.21	c cleaning 153000 clauses out of 306029 with flag 97658670/13865320
1800.01/1795.41	c starts		: 331
1800.01/1795.41	c conflicts		: 13968772
1800.01/1795.41	c decisions		: 35622393
1800.01/1795.41	c propagations		: 8725286651
1800.01/1795.41	c inspects		: 9513663434
1800.01/1795.41	c shortcuts		: 0
1800.01/1795.41	c learnt literals	: 6
1800.01/1795.41	c learnt binary clauses	: 9
1800.01/1795.41	c learnt ternary clauses	: 17
1800.01/1795.41	c learnt constraints	: 13968766
1800.01/1795.41	c ignored constraints	: 0
1800.01/1795.41	c root simplifications	: 0
1800.01/1795.41	c removed literals (reason simplification)	: 0
1800.01/1795.41	c reason swapping (by a shorter reason)	: 0
1800.01/1795.41	c Calls to reduceDB	: 234
1800.01/1795.41	c Number of update (reduction) of LBD	: 6214729
1800.01/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.41	c number of learned constraints concerned by reduction	: 0
1800.01/1795.41	c number of learning phase by resolution	: 0
1800.01/1795.41	c number of learning phase by cutting planes	: 0
1800.01/1795.41	c speed (assignments/second)	: 4860343.236408199
1800.01/1795.41	c non guided choices	280
1800.01/1795.44	c learnt constraints type 
1800.01/1795.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.01/1795.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 256667
1800.01/1795.44	c constraints type 
1800.01/1795.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 991
1800.01/1795.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
1800.01/1795.44	c 1040 constraints processed.
1800.01/1795.44	s SATISFIABLE
1800.01/1795.44	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 
1800.01/1795.44	c objective function=4
1800.01/1795.44	c Total wall clock time (in seconds): 1795.348

Verifier Data

OK	4

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-3718261-1338259102/watcher-3718261-1338259102 -o /tmp/evaluation-result-3718261-1338259102/solver-3718261-1338259102 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718261-1338259102.wbo 

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.35 1.83 1.94 4/191 2423
/proc/meminfo: memFree=29492932/32873852 swapFree=7624/7624
[pid=2423] ppid=2421 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/2423/stat : 2423 (java) S 2421 2423 2248 0 -1 4202496 1215 0 0 0 0 0 0 0 20 0 2 0 292035611 95129600 927 33554432000 1073741824 1073778376 140736976623072 140736976614208 252266446909 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2423/statm: 23225 927 703 9 0 16769 0
[pid=2423/tid=2424] ppid=2421 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2424/stat : 2424 (java) D 2421 2423 2248 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 292035611 95129600 927 33554432000 1073741824 1073778376 140736976623072 140124629388840 252253924647 0 0 4096 0 18446744072100588836 0 0 -1 4 0 0 0 0 0

[startup+0.101838 s]
/proc/loadavg: 1.35 1.83 1.94 4/191 2423
/proc/meminfo: memFree=29492932/32873852 swapFree=7624/7624
[pid=2423] ppid=2421 vsize=9558416 CPUtime=0.11 cores=0,2,4,6
/proc/2423/stat : 2423 (java) S 2421 2423 2248 0 -1 4202496 4476 0 1 0 10 1 0 0 20 0 18 0 292035611 9787817984 6157 33554432000 1073741824 1073778376 140736976623072 140736976614208 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2423/statm: 2389604 6157 2145 9 0 2380296 0
[pid=2423/tid=2424] ppid=2421 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/2423/task/2424/stat : 2424 (java) R 2421 2423 2248 0 -1 4202560 2433 0 1 0 6 2 0 0 20 0 18 0 292035611 9787817984 6157 33554432000 1073741824 1073778376 140736976623072 140124629392088 140124634234672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.200277 s]
/proc/loadavg: 1.35 1.83 1.94 4/191 2423
/proc/meminfo: memFree=29492932/32873852 swapFree=7624/7624
[pid=2423] ppid=2421 vsize=9558416 CPUtime=0.26 cores=0,2,4,6
/proc/2423/stat : 2423 (java) S 2421 2423 2248 0 -1 4202496 4688 0 1 0 25 1 0 0 20 0 18 0 292035611 9787817984 6805 33554432000 1073741824 1073778376 140736976623072 140736976614208 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2423/statm: 2389604 6805 2207 9 0 2380296 0
[pid=2423/tid=2424] ppid=2421 vsize=9558416 CPUtime=0.18 cores=0,2,4,6
/proc/2423/task/2424/stat : 2424 (java) R 2421 2423 2248 0 -1 4202560 2449 0 1 0 16 2 0 0 20 0 18 0 292035611 9787817984 6805 33554432000 1073741824 1073778376 140736976623072 140124629392088 140124636589264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558416

[startup+0.300237 s]
/proc/loadavg: 1.35 1.83 1.94 4/191 2423
/proc/meminfo: memFree=29492932/32873852 swapFree=7624/7624
[pid=2423] ppid=2421 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/2423/stat : 2423 (java) S 2421 2423 2248 0 -1 4202496 7971 0 1 0 50 2 0 0 20 0 19 0 292035611 9855979520 8666 33554432000 1073741824 1073778376 140736976623072 140736976614208 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2423/statm: 2406245 8666 2232 9 0 2396937 0
[pid=2423/tid=2424] ppid=2421 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/2423/task/2424/stat : 2424 (java) R 2421 2423 2248 0 -1 4202560 2452 0 1 0 26 2 0 0 20 0 19 0 292035611 9855979520 8666 33554432000 1073741824 1073778376 140736976623072 140124629394192 140124465754931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624980

[startup+0.700181 s]
/proc/loadavg: 1.35 1.83 1.94 4/191 2423
/proc/meminfo: memFree=29492932/32873852 swapFree=7624/7624
[pid=2423] ppid=2421 vsize=9624980 CPUtime=1.31 cores=0,2,4,6
/proc/2423/stat : 2423 (java) S 2421 2423 2248 0 -1 4202496 9970 0 1 0 128 3 0 0 20 0 19 0 292035611 9855979520 10403 33554432000 1073741824 1073778376 140736976623072 140736976614208 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2423/statm: 2406245 10403 2240 9 0 2396937 0
[pid=2423/tid=2424] ppid=2421 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/2423/task/2424/stat : 2424 (java) R 2421 2423 2248 0 -1 4202560 2453 0 1 0 66 2 0 0 20 0 19 0 292035611 9855979520 10403 33554432000 1073741824 1073778376 140736976623072 140124629393672 140124466287903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9624980

[startup+1.50066 s]
/proc/loadavg: 1.35 1.83 1.94 4/210 2556
/proc/meminfo: memFree=29426868/32873852 swapFree=7624/7624
[pid=2423] ppid=2421 vsize=9624980 CPUtime=2.17 cores=0,2,4,6
/proc/2423/stat : 2423 (java) S 2421 2423 2248 0 -1 4202496 10022 0 1 0 214 3 0 0 20 0 19 0 292035611 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140736976614208 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2423/statm: 2406245 11986 2268 9 0 2396937 0
[pid=2423/tid=2424] ppid=2421 vsize=9624980 CPUtime=1.47 cores=0,2,4,6
/proc/2423/task/2424/stat : 2424 (java) R 2421 2423 2248 0 -1 4202560 2457 0 1 0 145 2 0 0 20 0 19 0 292035611 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124629393816 140124466172889 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2426] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2426/stat : 2426 (java) S 2421 2423 2248 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124590885032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2427] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2427/stat : 2427 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124589832488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2428] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2428/stat : 2428 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124588779944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2429] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2429/stat : 2429 (java) S 2421 2423 2248 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124587727400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2430] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2430/stat : 2430 (java) S 2421 2423 2248 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124586674856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2431] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2431/stat : 2431 (java) S 2421 2423 2248 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124585622312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2432] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2432/stat : 2432 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124584569768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2433] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2433/stat : 2433 (java) S 2421 2423 2248 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124465654824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2434] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2434/stat : 2434 (java) S 2421 2423 2248 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124453455976 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2435] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2435/stat : 2435 (java) S 2421 2423 2248 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124452402296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2436] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2436/stat : 2436 (java) S 2421 2423 2248 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124451349640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2439] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2439/stat : 2439 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140124450298384 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2440] ppid=2421 vsize=9624980 CPUtime=0.32 cores=0,2,4,6
/proc/2423/task/2440/stat : 2440 (java) S 2421 2423 2248 0 -1 4202560 3256 0 0 0 32 0 0 0 20 0 19 0 292035615 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140123710679608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2441] ppid=2421 vsize=9624980 CPUtime=0.33 cores=0,2,4,6
/proc/2423/task/2441/stat : 2441 (java) S 2421 2423 2248 0 -1 4202560 3074 0 0 0 33 0 0 0 20 0 19 0 292035615 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140123709627064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2442] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2442/stat : 2442 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140123708574712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2443] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2443/stat : 2443 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140123707522376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2481] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2481/stat : 2481 (java) S 2421 2423 2248 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292035632 9855979520 11986 33554432000 1073741824 1073778376 140736976623072 140123706467112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9624980

[startup+3.10066 s]
/proc/loadavg: 1.35 1.83 1.94 3/211 2557
/proc/meminfo: memFree=29331728/32873852 swapFree=7624/7624
[pid=2423] ppid=2421 vsize=9624980 CPUtime=3.79 cores=0,2,4,6
/proc/2423/stat : 2423 (java) S 2421 2423 2248 0 -1 4202496 10038 0 1 0 376 3 0 0 20 0 19 0 292035611 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140736976614208 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2423/statm: 2406245 12000 2268 9 0 2396937 0
[pid=2423/tid=2424] ppid=2421 vsize=9624980 CPUtime=3.05 cores=0,2,4,6
/proc/2423/task/2424/stat : 2424 (java) R 2421 2423 2248 0 -1 4202560 2458 0 1 0 303 2 0 0 20 0 19 0 292035611 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124629393696 140124466192283 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2426] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2426/stat : 2426 (java) S 2421 2423 2248 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124590885032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2427] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2427/stat : 2427 (java) S 2421 2423 2248 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124589832488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2428] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2428/stat : 2428 (java) S 2421 2423 2248 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124588779944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2429] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2429/stat : 2429 (java) S 2421 2423 2248 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124587727400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2430] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2430/stat : 2430 (java) S 2421 2423 2248 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124586674856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2431] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2431/stat : 2431 (java) S 2421 2423 2248 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124585622312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2432] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2432/stat : 2432 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124584569768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2433] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2433/stat : 2433 (java) S 2421 2423 2248 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124465654824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2434] ppid=2421 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/2423/task/2434/stat : 2434 (java) S 2421 2423 2248 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 292035613 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124453455976 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2435] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2435/stat : 2435 (java) S 2421 2423 2248 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124452402296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2436] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2436/stat : 2436 (java) S 2421 2423 2248 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124451349640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2439] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2439/stat : 2439 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140124450298384 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2440] ppid=2421 vsize=9624980 CPUtime=0.33 cores=0,2,4,6
/proc/2423/task/2440/stat : 2440 (java) S 2421 2423 2248 0 -1 4202560 3257 0 0 0 33 0 0 0 20 0 19 0 292035615 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140123710679608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2441] ppid=2421 vsize=9624980 CPUtime=0.33 cores=0,2,4,6
/proc/2423/task/2441/stat : 2441 (java) S 2421 2423 2248 0 -1 4202560 3074 0 0 0 33 0 0 0 20 0 19 0 292035615 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140123709627064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2442] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2442/stat : 2442 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140123708574712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2443] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2443/stat : 2443 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140123707522376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2481] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2481/stat : 2481 (java) S 2421 2423 2248 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292035632 9855979520 12000 33554432000 1073741824 1073778376 140736976623072 140123706467112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9624980

[startup+6.30067 s]
/proc/loadavg: 1.40 1.83 1.94 3/211 2557
/proc/meminfo: memFree=29324156/32873852 swapFree=7624/7624
[pid=2423] ppid=2421 vsize=9624980 CPUtime=7.02 cores=0,2,4,6
/proc/2423/stat : 2423 (java) S 2421 2423 2248 0 -1 4202496 10054 0 1 0 699 3 0 0 20 0 19 0 292035611 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140736976614208 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2423/statm: 2406245 12756 2269 9 0 2396937 0
[pid=2423/tid=2424] ppid=2421 vsize=9624980 CPUtime=6.2 cores=0,2,4,6
/proc/2423/task/2424/stat : 2424 (java) R 2421 2423 2248 0 -1 4202560 2461 0 1 0 618 2 0 0 20 0 19 0 292035611 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124629393696 140124466423600 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2426] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2426/stat : 2426 (java) S 2421 2423 2248 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124590885032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2427] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2427/stat : 2427 (java) S 2421 2423 2248 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124589832488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2428] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2428/stat : 2428 (java) S 2421 2423 2248 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124588779944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2429] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2429/stat : 2429 (java) S 2421 2423 2248 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124587727400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2430] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2430/stat : 2430 (java) S 2421 2423 2248 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124586674856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2431] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2431/stat : 2431 (java) S 2421 2423 2248 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124585622312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2432] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2432/stat : 2432 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124584569768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2433] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2433/stat : 2433 (java) S 2421 2423 2248 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 292035612 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124465654824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2434] ppid=2421 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/2423/task/2434/stat : 2434 (java) S 2421 2423 2248 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 292035613 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124453455976 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2435] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2435/stat : 2435 (java) S 2421 2423 2248 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124452402296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2436] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2436/stat : 2436 (java) S 2421 2423 2248 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124451349640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2439] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2439/stat : 2439 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140124450298384 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2440] ppid=2421 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/2423/task/2440/stat : 2440 (java) S 2421 2423 2248 0 -1 4202560 3259 0 0 0 35 0 0 0 20 0 19 0 292035615 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140123710679608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2441] ppid=2421 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/2423/task/2441/stat : 2441 (java) S 2421 2423 2248 0 -1 4202560 3075 0 0 0 34 0 0 0 20 0 19 0 292035615 9855979520 12756 33554432000 1073741824 1073778376 140736976623072 140123709627064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=2423/tid=2440] ppid=2421 vsize=9624980 CPUtime=1.1 cores=0,2,4,6
/proc/2423/task/2440/stat : 2440 (java) S 2421 2423 2248 0 -1 4202560 12971 0 0 0 107 3 0 0 20 0 19 0 292035615 9855979520 29841 33554432000 1073741824 1073778376 140736976623072 140123710679608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2441] ppid=2421 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/2423/task/2441/stat : 2441 (java) S 2421 2423 2248 0 -1 4202560 3079 0 0 0 41 0 0 0 20 0 19 0 292035615 9855979520 29841 33554432000 1073741824 1073778376 140736976623072 140123709627064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2442] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2442/stat : 2442 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 29841 33554432000 1073741824 1073778376 140736976623072 140123708574712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2443] ppid=2421 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/2423/task/2443/stat : 2443 (java) S 2421 2423 2248 0 -1 4202560 97 0 0 0 15 20 0 0 20 0 19 0 292035615 9855979520 29841 33554432000 1073741824 1073778376 140736976623072 140123707522376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2481] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2481/stat : 2481 (java) S 2421 2423 2248 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292035632 9855979520 29841 33554432000 1073741824 1073778376 140736976623072 140123706467112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.85
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/210 2594
/proc/meminfo: memFree=29073780/32873852 swapFree=7624/7624
[pid=2423] ppid=2421 vsize=9624980 CPUtime=1786.91 cores=0,2,4,6
/proc/2423/stat : 2423 (java) S 2421 2423 2248 0 -1 4202496 20968 0 1 0 178652 39 0 0 20 0 19 0 292035611 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140736976614208 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2423/statm: 2406245 30353 2270 9 0 2396937 0
[pid=2423/tid=2424] ppid=2421 vsize=9624980 CPUtime=1769.33 cores=0,2,4,6
/proc/2423/task/2424/stat : 2424 (java) R 2421 2423 2248 0 -1 4202560 2705 0 1 0 176900 33 0 0 20 0 19 0 292035611 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124629393696 140124466227004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2426] ppid=2421 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/2423/task/2426/stat : 2426 (java) S 2421 2423 2248 0 -1 4202560 96 0 0 0 62 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124590885032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2427] ppid=2421 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/2423/task/2427/stat : 2427 (java) S 2421 2423 2248 0 -1 4202560 118 0 0 0 58 1 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124589832488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2428] ppid=2421 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/2423/task/2428/stat : 2428 (java) S 2421 2423 2248 0 -1 4202560 150 0 0 0 56 2 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124588779944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2429] ppid=2421 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/2423/task/2429/stat : 2429 (java) S 2421 2423 2248 0 -1 4202560 32 0 0 0 59 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124587727400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2430] ppid=2421 vsize=9624980 CPUtime=0.6 cores=0,2,4,6
/proc/2423/task/2430/stat : 2430 (java) S 2421 2423 2248 0 -1 4202560 23 0 0 0 59 1 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124586674856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2431] ppid=2421 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/2423/task/2431/stat : 2431 (java) S 2421 2423 2248 0 -1 4202560 68 0 0 0 62 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124585622312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2432] ppid=2421 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/2423/task/2432/stat : 2432 (java) S 2421 2423 2248 0 -1 4202560 225 0 0 0 59 2 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124584569768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2433] ppid=2421 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/2423/task/2433/stat : 2433 (java) S 2421 2423 2248 0 -1 4202560 49 0 0 0 57 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124465654824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2434] ppid=2421 vsize=9624980 CPUtime=6.5 cores=0,2,4,6
/proc/2423/task/2434/stat : 2434 (java) S 2421 2423 2248 0 -1 4202560 172 0 0 0 648 2 0 0 20 0 19 0 292035613 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124453455976 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2435] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2435/stat : 2435 (java) S 2421 2423 2248 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124452402296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2436] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2436/stat : 2436 (java) S 2421 2423 2248 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124451349640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2439] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2439/stat : 2439 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124450298384 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2440] ppid=2421 vsize=9624980 CPUtime=1.1 cores=0,2,4,6
/proc/2423/task/2440/stat : 2440 (java) S 2421 2423 2248 0 -1 4202560 12971 0 0 0 107 3 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123710679608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2441] ppid=2421 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/2423/task/2441/stat : 2441 (java) S 2421 2423 2248 0 -1 4202560 3079 0 0 0 41 0 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123709627064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2442] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2442/stat : 2442 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123708574712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2443] ppid=2421 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/2423/task/2443/stat : 2443 (java) S 2421 2423 2248 0 -1 4202560 101 0 0 0 16 21 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123707522376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2481] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2481/stat : 2481 (java) S 2421 2423 2248 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292035632 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123706467112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.91
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.00 2.00 1.96 3/211 2595
/proc/meminfo: memFree=29071600/32873852 swapFree=7624/7624
[pid=2423] ppid=2421 vsize=9624980 CPUtime=1800.01 cores=0,2,4,6
/proc/2423/stat : 2423 (java) S 2421 2423 2248 0 -1 4202496 20968 0 1 0 179962 39 0 0 20 0 19 0 292035611 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140736976614208 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2423/statm: 2406245 30353 2270 9 0 2396937 0
[pid=2423/tid=2424] ppid=2421 vsize=9624980 CPUtime=1782.4 cores=0,2,4,6
/proc/2423/task/2424/stat : 2424 (java) R 2421 2423 2248 0 -1 4202560 2705 0 1 0 178206 34 0 0 20 0 19 0 292035611 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124629393696 140124466271318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2426] ppid=2421 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/2423/task/2426/stat : 2426 (java) S 2421 2423 2248 0 -1 4202560 96 0 0 0 62 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124590885032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2427] ppid=2421 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/2423/task/2427/stat : 2427 (java) S 2421 2423 2248 0 -1 4202560 118 0 0 0 58 1 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124589832488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2428] ppid=2421 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/2423/task/2428/stat : 2428 (java) S 2421 2423 2248 0 -1 4202560 150 0 0 0 56 2 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124588779944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2429] ppid=2421 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/2423/task/2429/stat : 2429 (java) S 2421 2423 2248 0 -1 4202560 32 0 0 0 59 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124587727400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2430] ppid=2421 vsize=9624980 CPUtime=0.6 cores=0,2,4,6
/proc/2423/task/2430/stat : 2430 (java) S 2421 2423 2248 0 -1 4202560 23 0 0 0 59 1 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124586674856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2431] ppid=2421 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/2423/task/2431/stat : 2431 (java) S 2421 2423 2248 0 -1 4202560 68 0 0 0 62 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124585622312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2432] ppid=2421 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/2423/task/2432/stat : 2432 (java) S 2421 2423 2248 0 -1 4202560 225 0 0 0 59 2 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124584569768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2433] ppid=2421 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/2423/task/2433/stat : 2433 (java) S 2421 2423 2248 0 -1 4202560 49 0 0 0 57 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124465654824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2434] ppid=2421 vsize=9624980 CPUtime=6.5 cores=0,2,4,6
/proc/2423/task/2434/stat : 2434 (java) S 2421 2423 2248 0 -1 4202560 172 0 0 0 648 2 0 0 20 0 19 0 292035613 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124453455976 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2435] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2435/stat : 2435 (java) S 2421 2423 2248 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124452402296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2436] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2436/stat : 2436 (java) S 2421 2423 2248 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124451349640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2439] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2439/stat : 2439 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124450298384 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2440] ppid=2421 vsize=9624980 CPUtime=1.1 cores=0,2,4,6
/proc/2423/task/2440/stat : 2440 (java) S 2421 2423 2248 0 -1 4202560 12971 0 0 0 107 3 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123710679608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2441] ppid=2421 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/2423/task/2441/stat : 2441 (java) S 2421 2423 2248 0 -1 4202560 3079 0 0 0 41 0 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123709627064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2442] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2442/stat : 2442 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123708574712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2443] ppid=2421 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/2423/task/2443/stat : 2443 (java) S 2421 2423 2248 0 -1 4202560 101 0 0 0 16 21 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123707522376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2481] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2481/stat : 2481 (java) S 2421 2423 2248 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292035632 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123706467112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624980

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

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

[startup+1795.4 s]
/proc/loadavg: 2.00 2.00 1.96 3/211 2595
/proc/meminfo: memFree=29071600/32873852 swapFree=7624/7624
[pid=2423] ppid=2421 vsize=9624980 CPUtime=1800.01 cores=0,2,4,6
/proc/2423/stat : 2423 (java) S 2421 2423 2248 0 -1 4202496 20968 0 1 0 179962 39 0 0 20 0 19 0 292035611 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140736976614208 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2423/statm: 2406245 30353 2270 9 0 2396937 0
[pid=2423/tid=2424] ppid=2421 vsize=9624980 CPUtime=1782.4 cores=0,2,4,6
/proc/2423/task/2424/stat : 2424 (java) R 2421 2423 2248 0 -1 4202560 2705 0 1 0 178206 34 0 0 20 0 19 0 292035611 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124629393696 140124466271318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2426] ppid=2421 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/2423/task/2426/stat : 2426 (java) S 2421 2423 2248 0 -1 4202560 96 0 0 0 62 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124590885032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2427] ppid=2421 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/2423/task/2427/stat : 2427 (java) S 2421 2423 2248 0 -1 4202560 118 0 0 0 58 1 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124589832488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2428] ppid=2421 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/2423/task/2428/stat : 2428 (java) S 2421 2423 2248 0 -1 4202560 150 0 0 0 56 2 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124588779944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2429] ppid=2421 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/2423/task/2429/stat : 2429 (java) S 2421 2423 2248 0 -1 4202560 32 0 0 0 59 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124587727400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2430] ppid=2421 vsize=9624980 CPUtime=0.6 cores=0,2,4,6
/proc/2423/task/2430/stat : 2430 (java) S 2421 2423 2248 0 -1 4202560 23 0 0 0 59 1 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124586674856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2431] ppid=2421 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/2423/task/2431/stat : 2431 (java) S 2421 2423 2248 0 -1 4202560 68 0 0 0 62 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124585622312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2432] ppid=2421 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/2423/task/2432/stat : 2432 (java) S 2421 2423 2248 0 -1 4202560 225 0 0 0 59 2 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124584569768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2433] ppid=2421 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/2423/task/2433/stat : 2433 (java) S 2421 2423 2248 0 -1 4202560 49 0 0 0 57 0 0 0 20 0 19 0 292035612 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124465654824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2434] ppid=2421 vsize=9624980 CPUtime=6.5 cores=0,2,4,6
/proc/2423/task/2434/stat : 2434 (java) S 2421 2423 2248 0 -1 4202560 172 0 0 0 648 2 0 0 20 0 19 0 292035613 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124453455976 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2435] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2435/stat : 2435 (java) S 2421 2423 2248 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124452402296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2436] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2436/stat : 2436 (java) S 2421 2423 2248 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292035613 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124451349640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2439] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2439/stat : 2439 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140124450298384 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2423/tid=2440] ppid=2421 vsize=9624980 CPUtime=1.1 cores=0,2,4,6
/proc/2423/task/2440/stat : 2440 (java) S 2421 2423 2248 0 -1 4202560 12971 0 0 0 107 3 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123710679608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2423/tid=2441] ppid=2421 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/2423/task/2441/stat : 2441 (java) S 2421 2423 2248 0 -1 4202560 3079 0 0 0 41 0 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123709627064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2423/tid=2442] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2442/stat : 2442 (java) S 2421 2423 2248 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123708574712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2443] ppid=2421 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/2423/task/2443/stat : 2443 (java) S 2421 2423 2248 0 -1 4202560 101 0 0 0 16 21 0 0 20 0 19 0 292035615 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123707522376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2423/tid=2481] ppid=2421 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2423/task/2481/stat : 2481 (java) S 2421 2423 2248 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292035632 9855979520 30353 33554432000 1073741824 1073778376 140736976623072 140123706467112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624980

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2423 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=118100
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=801878
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.45
CPU time (s): 1800.01
CPU user time (s): 1799.62
CPU system time (s): 0.39
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.12
system time used= 0.801878
maximum resident set size= 127212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21011
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44295
involuntary context switches= 33057

runsolver used 6.19406 second user time and 13.5399 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-29 04:38:22
IDJOB=3718261
IDBENCH=79655
IDSOLVER=2301
FILE ID=node131/3718261-1338259102
RUNJOBID= node131-1338259101-2264
PBS_JOBID= 14624671
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-4_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718261-1338259102/watcher-3718261-1338259102 -o /tmp/evaluation-result-3718261-1338259102/solver-3718261-1338259102 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718261-1338259102.wbo

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

MD5SUM BENCH= 3fb8f81d652630b13b866ff5b3a4bf01
RANDOM SEED=1457391819

node131.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.805
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	: 5333.61
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.805
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.805
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	: 5331.91
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.805
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.805
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.91
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.805
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.91
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29493312 kB
Buffers:          523240 kB
Cached:          1986212 kB
SwapCached:         2324 kB
Active:           785200 kB
Inactive:        1746868 kB
Active(anon):      20908 kB
Inactive(anon):      996 kB
Active(file):     764292 kB
Inactive(file):  1745872 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099072 kB
Dirty:              1004 kB
Writeback:            24 kB
AnonPages:         34856 kB
Mapped:            21976 kB
Shmem:                 0 kB
Slab:             708612 kB
SReclaimable:     150408 kB
SUnreclaim:       558204 kB
KernelStack:        1712 kB
PageTables:         4076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     694016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 71728 MiB
End job on node131 at 2012-05-29 05:08:19