Trace number 3718264

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.06 1795.35

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-queen5-5-3_wcsp.wbo
MD5SUM3af6143b2c580af9e4edcedcd162c161
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1797.3
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables75
Total number of constraints505
Number of soft constraints480
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 480
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120528
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3718264-1338259169.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.062s.
0.11/0.16	c declared #vars     75
0.11/0.16	c internal #vars     555
0.11/0.16	c #constraints  531
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 505
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 26
0.11/0.16	c 531 constraints processed.
0.11/0.16	c objective function length is 480 literals
0.27/0.20	c SATISFIABLE
0.27/0.20	c OPTIMIZING...
0.27/0.20	c Got one! Elapsed wall clock time (in seconds):0.104
0.27/0.20	o 69
0.27/0.21	c Got one! Elapsed wall clock time (in seconds):0.116
0.27/0.21	o 45
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.129
0.27/0.23	o 44
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.136
0.27/0.23	o 43
1.02/0.63	c cleaning 2547 clauses out of 5097 with flag 16855/5097
1.37/0.95	c cleaning 4270 clauses out of 8550 with flag 35941/11097
1.79/1.33	c cleaning 5641 clauses out of 11281 with flag 57865/18098
2.20/1.75	c cleaning 6814 clauses out of 13639 with flag 82155/26097
2.73/2.23	c cleaning 7910 clauses out of 15825 with flag 108994/35097
3.22/2.76	c cleaning 8953 clauses out of 17916 with flag 138674/45098
3.83/3.36	c cleaning 9973 clauses out of 19962 with flag 171729/56097
4.53/4.04	c cleaning 10993 clauses out of 21993 with flag 207241/68101
5.24/4.77	c cleaning 12000 clauses out of 24000 with flag 246636/81101
6.06/5.56	c cleaning 12995 clauses out of 25997 with flag 290219/95098
6.96/6.41	c cleaning 14000 clauses out of 28001 with flag 335284/110097
7.86/7.32	c cleaning 14998 clauses out of 30001 with flag 381219/126097
8.88/8.31	c cleaning 15995 clauses out of 32003 with flag 432867/143097
9.90/9.35	c cleaning 16996 clauses out of 34008 with flag 487948/161097
11.00/10.43	c cleaning 17998 clauses out of 36012 with flag 545097/180097
12.21/11.60	c cleaning 19002 clauses out of 38015 with flag 604895/200098
13.41/12.80	c cleaning 20001 clauses out of 40013 with flag 666613/221098
14.62/14.04	c cleaning 21005 clauses out of 42012 with flag 730871/243098
15.92/15.38	c cleaning 21997 clauses out of 44006 with flag 803256/266097
17.42/16.82	c cleaning 23004 clauses out of 46010 with flag 878287/290098
18.93/18.36	c cleaning 23997 clauses out of 48006 with flag 957516/315098
20.44/19.86	c cleaning 25000 clauses out of 50008 with flag 1031093/341097
22.15/21.53	c cleaning 25996 clauses out of 52008 with flag 1110082/368097
23.79/23.17	c cleaning 27004 clauses out of 54013 with flag 1193072/396098
25.48/24.85	c cleaning 27997 clauses out of 56010 with flag 1278976/425099
27.19/26.53	c cleaning 29005 clauses out of 58011 with flag 1367056/455097
28.89/28.30	c cleaning 30000 clauses out of 60008 with flag 1456940/486099
30.81/30.10	c cleaning 31002 clauses out of 62007 with flag 1555196/518098
32.71/32.04	c cleaning 31994 clauses out of 64004 with flag 1649934/551097
34.61/33.98	c cleaning 32999 clauses out of 66010 with flag 1743790/585097
36.71/36.08	c cleaning 34005 clauses out of 68011 with flag 1848148/620097
38.82/38.16	c cleaning 34996 clauses out of 70006 with flag 1950274/656097
41.02/40.32	c cleaning 36000 clauses out of 72010 with flag 2053146/693097
43.32/42.64	c cleaning 36995 clauses out of 74011 with flag 2159872/731098
45.73/45.00	c cleaning 38001 clauses out of 76015 with flag 2265582/770097
48.13/47.49	c cleaning 39004 clauses out of 78014 with flag 2377356/810097
50.64/49.97	c cleaning 39998 clauses out of 80010 with flag 2488583/851097
53.35/52.63	c cleaning 41003 clauses out of 82012 with flag 2604750/893097
55.85/55.16	c cleaning 41999 clauses out of 84010 with flag 2725654/936098
58.56/57.82	c cleaning 42999 clauses out of 86010 with flag 2845880/980097
61.28/60.55	c cleaning 44002 clauses out of 88012 with flag 2967432/1025098
63.99/63.25	c cleaning 45002 clauses out of 90009 with flag 3090009/1071097
67.02/66.27	c cleaning 45998 clauses out of 92007 with flag 3232489/1118097
70.06/69.20	c cleaning 46998 clauses out of 94009 with flag 3378813/1166097
73.17/72.36	c cleaning 48003 clauses out of 96011 with flag 3510628/1215097
76.27/75.46	c cleaning 48999 clauses out of 98009 with flag 3645446/1265098
79.58/78.71	c cleaning 50004 clauses out of 100010 with flag 3782424/1316098
82.93/82.06	c cleaning 50999 clauses out of 102006 with flag 3924059/1368098
86.43/85.54	c cleaning 51996 clauses out of 104006 with flag 4069602/1421097
90.07/89.12	c cleaning 53001 clauses out of 106010 with flag 4216680/1475097
93.57/92.66	c cleaning 53998 clauses out of 108009 with flag 4371795/1530097
97.29/96.34	c cleaning 55001 clauses out of 110012 with flag 4529091/1586098
101.30/100.36	c cleaning 56004 clauses out of 112011 with flag 4691639/1643098
105.34/104.33	c cleaning 57001 clauses out of 114006 with flag 4856065/1701097
109.35/108.38	c cleaning 57996 clauses out of 116005 with flag 5029838/1760097
113.58/112.52	c cleaning 59003 clauses out of 118010 with flag 5203941/1820098
117.99/116.94	c cleaning 60002 clauses out of 120007 with flag 5381666/1881098
122.12/121.09	c cleaning 61001 clauses out of 122005 with flag 5559079/1943098
126.94/125.82	c cleaning 61995 clauses out of 124003 with flag 5741887/2006097
132.16/131.05	c cleaning 63000 clauses out of 126010 with flag 5918243/2070099
137.42/136.20	c cleaning 63998 clauses out of 128008 with flag 6098234/2135097
142.36/141.10	c cleaning 65001 clauses out of 130010 with flag 6275441/2201097
147.67/146.41	c cleaning 66002 clauses out of 132009 with flag 6459931/2268097
152.58/151.30	c cleaning 66994 clauses out of 134008 with flag 6646459/2336098
157.81/156.54	c cleaning 68000 clauses out of 136013 with flag 6837287/2405097
163.63/162.30	c cleaning 69002 clauses out of 138014 with flag 7027048/2475098
169.15/167.86	c cleaning 70000 clauses out of 140011 with flag 7214682/2546097
174.67/173.32	c cleaning 71003 clauses out of 142012 with flag 7411023/2618098
180.28/178.96	c cleaning 71994 clauses out of 144008 with flag 7608381/2691097
186.00/184.65	c cleaning 73001 clauses out of 146015 with flag 7814517/2765098
192.00/190.60	c cleaning 74006 clauses out of 148014 with flag 8021236/2840098
197.75/196.39	c cleaning 75000 clauses out of 150007 with flag 8225799/2916097
203.49/202.04	c cleaning 76001 clauses out of 152008 with flag 8429694/2993098
210.20/208.78	c cleaning 76996 clauses out of 154006 with flag 8645398/3071097
216.63/215.11	c cleaning 77997 clauses out of 156010 with flag 8864442/3150097
223.06/221.58	c cleaning 78999 clauses out of 158013 with flag 9079994/3230097
228.98/227.43	c cleaning 80005 clauses out of 160014 with flag 9297080/3311097
234.30/232.78	c cleaning 80999 clauses out of 162011 with flag 9513856/3393099
240.73/239.14	c cleaning 82001 clauses out of 164010 with flag 9736590/3476097
246.36/244.79	c cleaning 83000 clauses out of 166010 with flag 9972064/3560098
252.47/250.80	c cleaning 83993 clauses out of 168009 with flag 10202742/3645097
259.28/257.63	c cleaning 85007 clauses out of 170020 with flag 10434693/3731101
265.71/264.09	c cleaning 86005 clauses out of 172010 with flag 10680792/3818098
272.42/270.75	c cleaning 86999 clauses out of 174004 with flag 10928707/3906097
279.05/277.35	c cleaning 88000 clauses out of 176005 with flag 11169374/3995097
286.48/284.77	c cleaning 88999 clauses out of 178005 with flag 11413662/4085097
293.59/291.87	c cleaning 89999 clauses out of 180006 with flag 11654394/4176097
301.63/299.84	c cleaning 91002 clauses out of 182007 with flag 11901204/4268097
309.35/307.51	c cleaning 91997 clauses out of 184005 with flag 12146021/4361097
316.98/315.13	c cleaning 93003 clauses out of 186009 with flag 12395359/4455098
325.11/323.24	c cleaning 93996 clauses out of 188006 with flag 12651690/4550098
333.73/331.86	c cleaning 95005 clauses out of 190010 with flag 12918195/4646098
341.86/339.96	c cleaning 95998 clauses out of 192004 with flag 13190339/4743097
349.08/347.15	c cleaning 96999 clauses out of 194007 with flag 13467111/4841098
356.40/354.49	c cleaning 97998 clauses out of 196007 with flag 13739155/4940097
364.12/362.14	c cleaning 99004 clauses out of 198011 with flag 14014983/5040099
372.70/370.64	c cleaning 99995 clauses out of 200006 with flag 14301821/5141098
380.61/378.51	c cleaning 101003 clauses out of 202010 with flag 14572322/5243097
389.24/387.16	c cleaning 102003 clauses out of 204009 with flag 14846020/5346099
397.66/395.56	c cleaning 102998 clauses out of 206006 with flag 15119819/5450099
406.78/404.63	c cleaning 103999 clauses out of 208006 with flag 15397809/5555097
415.89/413.75	c cleaning 104999 clauses out of 210008 with flag 15675455/5661098
424.61/422.41	c cleaning 105998 clauses out of 212009 with flag 15950580/5768098
434.55/432.38	c cleaning 107003 clauses out of 214012 with flag 16234805/5876099
442.98/440.79	c cleaning 107999 clauses out of 216007 with flag 16527247/5985097
452.20/449.96	c cleaning 109000 clauses out of 218008 with flag 16821568/6095097
462.21/459.97	c cleaning 109991 clauses out of 220008 with flag 17118625/6206097
472.56/470.24	c cleaning 111005 clauses out of 222017 with flag 17412029/6318097
481.98/479.67	c cleaning 112001 clauses out of 224013 with flag 17720000/6431098
491.90/489.59	c cleaning 113001 clauses out of 226012 with flag 18017045/6545098
503.10/500.70	c cleaning 114004 clauses out of 228011 with flag 18327188/6660098
513.44/511.03	c cleaning 114995 clauses out of 230006 with flag 18639349/6776097
523.55/521.12	c cleaning 116001 clauses out of 232011 with flag 18948090/6893097
532.99/530.54	c cleaning 117004 clauses out of 234011 with flag 19261522/7011098
543.39/541.00	c cleaning 117994 clauses out of 236006 with flag 19570495/7130097
554.92/552.42	c cleaning 118998 clauses out of 238012 with flag 19886917/7250097
565.84/563.32	c cleaning 120002 clauses out of 240014 with flag 20197632/7371097
576.67/574.11	c cleaning 121000 clauses out of 242014 with flag 20519664/7493099
588.18/585.64	c cleaning 121998 clauses out of 244012 with flag 20846301/7616097
599.62/597.07	c cleaning 123004 clauses out of 246014 with flag 21170101/7740097
610.76/608.18	c cleaning 124001 clauses out of 248012 with flag 21496397/7865099
622.30/619.64	c cleaning 124999 clauses out of 250011 with flag 21821232/7991099
634.72/632.02	c cleaning 125999 clauses out of 252010 with flag 22144275/8118097
645.73/643.04	c cleaning 127003 clauses out of 254011 with flag 22478925/8246097
657.04/654.34	c cleaning 127995 clauses out of 256008 with flag 22814263/8375097
669.96/667.21	c cleaning 128997 clauses out of 258013 with flag 23154740/8505097
682.31/679.54	c cleaning 130004 clauses out of 260016 with flag 23493863/8636097
694.13/691.33	c cleaning 130995 clauses out of 262012 with flag 23840419/8768097
707.75/704.91	c cleaning 132006 clauses out of 264017 with flag 24196329/8901097
720.97/718.16	c cleaning 133000 clauses out of 266011 with flag 24565110/9035097
735.11/732.21	c cleaning 133995 clauses out of 268012 with flag 24937208/9170098
749.73/746.83	c cleaning 135005 clauses out of 270016 with flag 25303605/9306097
764.14/761.29	c cleaning 135998 clauses out of 272012 with flag 25674288/9443098
778.06/775.11	c cleaning 137000 clauses out of 274013 with flag 26042556/9581097
792.18/789.29	c cleaning 138004 clauses out of 276014 with flag 26408748/9720098
807.01/804.08	c cleaning 139001 clauses out of 278010 with flag 26778542/9860098
820.75/817.76	c cleaning 139999 clauses out of 280009 with flag 27148673/10001098
836.29/833.28	c cleaning 141002 clauses out of 282009 with flag 27531004/10143097
851.23/848.15	c cleaning 142003 clauses out of 284008 with flag 27918498/10286098
866.94/863.82	c cleaning 142992 clauses out of 286004 with flag 28307054/10430097
881.37/878.22	c cleaning 143998 clauses out of 288013 with flag 28691741/10575098
896.41/893.21	c cleaning 145000 clauses out of 290015 with flag 29080479/10721098
911.74/908.58	c cleaning 146004 clauses out of 292014 with flag 29472429/10868097
925.06/921.85	c cleaning 147004 clauses out of 294011 with flag 29861945/11016098
938.59/935.39	c cleaning 148002 clauses out of 296006 with flag 30256490/11165097
953.61/950.35	c cleaning 148990 clauses out of 298004 with flag 30662890/11315097
966.94/963.61	c cleaning 150006 clauses out of 300016 with flag 31062632/11466099
980.66/977.36	c cleaning 150994 clauses out of 302009 with flag 31465628/11618098
994.49/991.14	c cleaning 151997 clauses out of 304014 with flag 31874167/11771097
1008.20/1004.86	c cleaning 153000 clauses out of 306017 with flag 32290512/11925097
1022.35/1018.95	c cleaning 154000 clauses out of 308017 with flag 32698794/12080097
1036.27/1032.87	c cleaning 155005 clauses out of 310018 with flag 33115963/12236098
1050.92/1047.46	c cleaning 155999 clauses out of 312013 with flag 33533676/12393098
1065.15/1061.63	c cleaning 157003 clauses out of 314014 with flag 33954587/12551098
1081.02/1077.49	c cleaning 158001 clauses out of 316010 with flag 34383267/12710097
1097.15/1093.55	c cleaning 159002 clauses out of 318011 with flag 34813744/12870099
1112.99/1109.38	c cleaning 160001 clauses out of 320007 with flag 35248285/13031097
1128.52/1124.80	c cleaning 160995 clauses out of 322006 with flag 35686916/13193097
1142.56/1138.82	c cleaning 161998 clauses out of 324011 with flag 36129848/13356097
1157.87/1154.16	c cleaning 163004 clauses out of 326013 with flag 36571597/13520097
1171.70/1167.97	c cleaning 163997 clauses out of 328010 with flag 37014982/13685098
1186.62/1182.89	c cleaning 165001 clauses out of 330014 with flag 37462379/13851099
1202.14/1198.37	c cleaning 165998 clauses out of 332011 with flag 37905291/14018097
1218.76/1214.90	c cleaning 167001 clauses out of 334014 with flag 38344845/14186098
1234.60/1230.79	c cleaning 168004 clauses out of 336016 with flag 38780795/14355101
1253.54/1249.67	c cleaning 168994 clauses out of 338008 with flag 39231600/14525097
1271.36/1267.48	c cleaning 169996 clauses out of 340014 with flag 39683011/14696097
1287.98/1284.05	c cleaning 171000 clauses out of 342018 with flag 40141465/14868097
1304.31/1300.33	c cleaning 172004 clauses out of 344018 with flag 40597227/15041097
1322.03/1318.03	c cleaning 172997 clauses out of 346014 with flag 41066331/15215097
1339.96/1335.97	c cleaning 174003 clauses out of 348017 with flag 41539220/15390097
1356.82/1352.79	c cleaning 175004 clauses out of 350014 with flag 41997832/15566097
1374.54/1370.50	c cleaning 175992 clauses out of 352011 with flag 42460173/15743098
1392.98/1388.85	c cleaning 177006 clauses out of 354019 with flag 42924953/15921098
1410.60/1406.47	c cleaning 178002 clauses out of 356012 with flag 43385937/16100097
1431.82/1427.61	c cleaning 179004 clauses out of 358010 with flag 43859771/16280097
1449.25/1445.05	c cleaning 179998 clauses out of 360007 with flag 44329493/16461098
1468.39/1464.12	c cleaning 180997 clauses out of 362010 with flag 44806295/16643099
1488.72/1484.43	c cleaning 182004 clauses out of 364013 with flag 45290492/16826099
1508.76/1504.45	c cleaning 182999 clauses out of 366007 with flag 45770859/17010097
1530.00/1525.63	c cleaning 183994 clauses out of 368008 with flag 46267850/17195097
1549.72/1545.31	c cleaning 184999 clauses out of 370014 with flag 46758379/17381097
1571.94/1567.52	c cleaning 185997 clauses out of 372015 with flag 47260522/17568097
1592.75/1588.40	c cleaning 187009 clauses out of 374019 with flag 47778939/17756098
1609.79/1605.38	c cleaning 187994 clauses out of 376009 with flag 48284531/17945097
1629.12/1624.61	c cleaning 189003 clauses out of 378015 with flag 48774312/18135097
1647.34/1642.87	c cleaning 190001 clauses out of 380012 with flag 49270451/18326097
1668.37/1663.86	c cleaning 190998 clauses out of 382011 with flag 49777288/18518097
1692.13/1687.58	c cleaning 191996 clauses out of 384014 with flag 50281387/18711098
1715.66/1711.00	c cleaning 193003 clauses out of 386017 with flag 50786985/18905097
1739.58/1734.92	c cleaning 194002 clauses out of 388014 with flag 51298647/19100097
1760.80/1756.14	c cleaning 195000 clauses out of 390012 with flag 51813303/19296097
1780.84/1776.16	c cleaning 196002 clauses out of 392013 with flag 52327846/19493098
1800.06/1795.31	c starts		: 354
1800.06/1795.31	c conflicts		: 19678348
1800.06/1795.31	c decisions		: 36372689
1800.06/1795.31	c propagations		: 1543195393
1800.06/1795.31	c inspects		: 13701100123
1800.06/1795.31	c shortcuts		: 0
1800.06/1795.31	c learnt literals	: 0
1800.06/1795.31	c learnt binary clauses	: 0
1800.06/1795.31	c learnt ternary clauses	: 0
1800.06/1795.31	c learnt constraints	: 19678349
1800.06/1795.31	c ignored constraints	: 0
1800.06/1795.31	c root simplifications	: 0
1800.06/1795.31	c removed literals (reason simplification)	: 0
1800.06/1795.31	c reason swapping (by a shorter reason)	: 0
1800.06/1795.31	c Calls to reduceDB	: 193
1800.06/1795.31	c Number of update (reduction) of LBD	: 4100314
1800.06/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.31	c number of learned constraints concerned by reduction	: 0
1800.06/1795.31	c number of learning phase by resolution	: 0
1800.06/1795.31	c number of learning phase by cutting planes	: 0
1800.06/1795.31	c speed (assignments/second)	: 859650.5882818248
1800.06/1795.31	c non guided choices	3
1800.06/1795.35	c learnt constraints type 
1800.06/1795.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 381439
1800.06/1795.35	c constraints type 
1800.06/1795.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 505
1800.06/1795.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 27
1800.06/1795.35	c 532 constraints processed.
1800.06/1795.35	s SATISFIABLE
1800.06/1795.35	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 
1800.06/1795.35	c objective function=43
1800.06/1795.35	c Total wall clock time (in seconds): 1795.25

Verifier Data

OK	43

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-3718264-1338259169/watcher-3718264-1338259169 -o /tmp/evaluation-result-3718264-1338259169/solver-3718264-1338259169 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718264-1338259169.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.22 1.21 1.57 5/191 15794
/proc/meminfo: memFree=28380856/32873624 swapFree=7104/7104
[pid=15794] ppid=15792 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/15794/stat : 15794 (java) R 15792 15794 13062 0 -1 4202496 707 0 0 0 0 0 0 0 20 0 1 0 292042415 23793664 436 33554432000 1073741824 1073778376 140737465750000 140737465739064 227503290945 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 5809 448 341 9 0 128 0

[startup+0.0327751 s]
/proc/loadavg: 1.22 1.21 1.57 5/191 15794
/proc/meminfo: memFree=28380856/32873624 swapFree=7104/7104
[pid=15794] ppid=15792 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/15794/stat : 15794 (java) S 15792 15794 13062 0 -1 4202496 3011 0 1 0 1 0 0 0 20 0 13 0 292042415 9446973440 3709 33554432000 1073741824 1073778376 140737465750000 140737465741136 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 2306390 3710 1692 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100199 s]
/proc/loadavg: 1.22 1.21 1.57 5/191 15794
/proc/meminfo: memFree=28380856/32873624 swapFree=7104/7104
[pid=15794] ppid=15792 vsize=9558416 CPUtime=0.11 cores=0,2,4,6
/proc/15794/stat : 15794 (java) S 15792 15794 13062 0 -1 4202496 4476 0 1 0 10 1 0 0 20 0 18 0 292042415 9787817984 6137 33554432000 1073741824 1073778376 140737465750000 140737465741136 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 2389604 6137 2142 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.300161 s]
/proc/loadavg: 1.22 1.21 1.57 5/191 15794
/proc/meminfo: memFree=28380856/32873624 swapFree=7104/7104
[pid=15794] ppid=15792 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/15794/stat : 15794 (java) S 15792 15794 13062 0 -1 4202496 11260 0 1 0 54 2 0 0 20 0 19 0 292042415 9855979520 10919 33554432000 1073741824 1073778376 140737465750000 140737465741136 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 2406245 10919 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9624980

[startup+0.700116 s]
/proc/loadavg: 1.22 1.21 1.57 5/191 15794
/proc/meminfo: memFree=28380856/32873624 swapFree=7104/7104
[pid=15794] ppid=15792 vsize=9624980 CPUtime=1.15 cores=0,2,4,6
/proc/15794/stat : 15794 (java) S 15792 15794 13062 0 -1 4202496 11570 0 1 0 112 3 0 0 20 0 19 0 292042415 9855979520 12283 33554432000 1073741824 1073778376 140737465750000 140737465741136 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 2406245 12283 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9624980

[startup+1.50066 s]
/proc/loadavg: 1.22 1.21 1.57 3/211 15814
/proc/meminfo: memFree=28288324/32873624 swapFree=7104/7104
[pid=15794] ppid=15792 vsize=9624980 CPUtime=2 cores=0,2,4,6
/proc/15794/stat : 15794 (java) S 15792 15794 13062 0 -1 4202496 11579 0 1 0 197 3 0 0 20 0 19 0 292042415 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140737465741136 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 2406245 13310 2268 9 0 2396937 0
[pid=15794/tid=15796] ppid=15792 vsize=9624980 CPUtime=1.44 cores=0,2,4,6
/proc/15794/task/15796/stat : 15796 (java) R 15792 15794 13062 0 -1 4202560 2456 0 1 0 143 1 0 0 20 0 19 0 292042415 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140641553125784 140641405708931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15797] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15797/stat : 15797 (java) S 15792 15794 13062 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140641525578536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15798] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15798/stat : 15798 (java) S 15792 15794 13062 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140641524525736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15799] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15799/stat : 15799 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140641394273320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15800] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15800/stat : 15800 (java) S 15792 15794 13062 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140641393220520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15801] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15801/stat : 15801 (java) S 15792 15794 13062 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140641392167208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15802] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15802/stat : 15802 (java) S 15792 15794 13062 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140641391114408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15803] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15803/stat : 15803 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140641390062120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15804] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15804/stat : 15804 (java) S 15792 15794 13062 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140640918694312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15805] ppid=15792 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/15794/task/15805/stat : 15805 (java) S 15792 15794 13062 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 292042417 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140640906496744 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15806] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15806/stat : 15806 (java) S 15792 15794 13062 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140640905442808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15807] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15807/stat : 15807 (java) S 15792 15794 13062 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140640904390408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15808] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15808/stat : 15808 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140640903338896 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15809] ppid=15792 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/15794/task/15809/stat : 15809 (java) S 15792 15794 13062 0 -1 4202560 2635 0 0 0 21 0 0 0 20 0 19 0 292042420 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140640902285496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15810] ppid=15792 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/15794/task/15810/stat : 15810 (java) S 15792 15794 13062 0 -1 4202560 5241 0 0 0 25 1 0 0 20 0 19 0 292042420 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140640901232696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15811] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15811/stat : 15811 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140640900180600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15812] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15812/stat : 15812 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140640899128008 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15814] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15814/stat : 15814 (java) S 15792 15794 13062 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292042432 9855979520 13310 33554432000 1073741824 1073778376 140737465750000 140640898037160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9624980

[startup+3.10058 s]
/proc/loadavg: 1.22 1.21 1.57 3/211 15814
/proc/meminfo: memFree=28279760/32873624 swapFree=7104/7104
[pid=15794] ppid=15792 vsize=9624980 CPUtime=3.62 cores=0,2,4,6
/proc/15794/stat : 15794 (java) S 15792 15794 13062 0 -1 4202496 11666 0 1 0 359 3 0 0 20 0 19 0 292042415 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140737465741136 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 2406245 13318 2269 9 0 2396937 0
[pid=15794/tid=15796] ppid=15792 vsize=9624980 CPUtime=3 cores=0,2,4,6
/proc/15794/task/15796/stat : 15796 (java) R 15792 15794 13062 0 -1 4202560 2458 0 1 0 299 1 0 0 20 0 19 0 292042415 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140641553125784 140641405750005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15797] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15797/stat : 15797 (java) S 15792 15794 13062 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140641525578536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15798] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15798/stat : 15798 (java) S 15792 15794 13062 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140641524525736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15799] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15799/stat : 15799 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140641394273320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15800] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15800/stat : 15800 (java) S 15792 15794 13062 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140641393220520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15801] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15801/stat : 15801 (java) S 15792 15794 13062 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140641392167208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15802] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15802/stat : 15802 (java) S 15792 15794 13062 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140641391114408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15803] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15803/stat : 15803 (java) S 15792 15794 13062 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140641390062120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15804] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15804/stat : 15804 (java) S 15792 15794 13062 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140640918694312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15805] ppid=15792 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/15794/task/15805/stat : 15805 (java) S 15792 15794 13062 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 292042417 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140640906496744 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15806] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15806/stat : 15806 (java) S 15792 15794 13062 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140640905442808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15807] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15807/stat : 15807 (java) S 15792 15794 13062 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140640904390408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15808] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15808/stat : 15808 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140640903338896 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15809] ppid=15792 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/15794/task/15809/stat : 15809 (java) S 15792 15794 13062 0 -1 4202560 2713 0 0 0 23 0 0 0 20 0 19 0 292042420 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140640902285496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15810] ppid=15792 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/15794/task/15810/stat : 15810 (java) S 15792 15794 13062 0 -1 4202560 5242 0 0 0 25 1 0 0 20 0 19 0 292042420 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140640901232696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15811] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15811/stat : 15811 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140640900180600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15812] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15812/stat : 15812 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140640899128008 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15814] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15814/stat : 15814 (java) S 15792 15794 13062 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292042432 9855979520 13318 33554432000 1073741824 1073778376 140737465750000 140640898037160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9624980

[startup+6.30053 s]
/proc/loadavg: 1.28 1.23 1.57 3/211 15814
/proc/meminfo: memFree=28260896/32873624 swapFree=7104/7104
[pid=15794] ppid=15792 vsize=9624980 CPUtime=6.86 cores=0,2,4,6
/proc/15794/stat : 15794 (java) S 15792 15794 13062 0 -1 4202496 11711 0 1 0 682 4 0 0 20 0 19 0 292042415 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140737465741136 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 2406245 14319 2269 9 0 2396937 0
[pid=15794/tid=15796] ppid=15792 vsize=9624980 CPUtime=6.13 cores=0,2,4,6
/proc/15794/task/15796/stat : 15796 (java) R 15792 15794 13062 0 -1 4202560 2462 0 1 0 612 1 0 0 20 0 19 0 292042415 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140641553125784 140641405714907 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15797] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15797/stat : 15797 (java) S 15792 15794 13062 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140641525578536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15798] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15798/stat : 15798 (java) S 15792 15794 13062 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140641524525736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15799] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15799/stat : 15799 (java) S 15792 15794 13062 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140641394273320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15800] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15800/stat : 15800 (java) S 15792 15794 13062 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140641393220520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15801] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15801/stat : 15801 (java) S 15792 15794 13062 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140641392167208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15802] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15802/stat : 15802 (java) S 15792 15794 13062 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140641391114408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15803] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15803/stat : 15803 (java) S 15792 15794 13062 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140641390062120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15804] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15804/stat : 15804 (java) S 15792 15794 13062 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 292042416 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140640918694312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15805] ppid=15792 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/15794/task/15805/stat : 15805 (java) S 15792 15794 13062 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 292042417 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140640906496744 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15806] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15806/stat : 15806 (java) S 15792 15794 13062 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140640905442808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15807] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15807/stat : 15807 (java) S 15792 15794 13062 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140640904390408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15808] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15808/stat : 15808 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140640903338896 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15809] ppid=15792 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/15794/task/15809/stat : 15809 (java) S 15792 15794 13062 0 -1 4202560 2713 0 0 0 23 0 0 0 20 0 19 0 292042420 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140640902285496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15810] ppid=15792 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/15794/task/15810/stat : 15810 (java) S 15792 15794 13062 0 -1 4202560 5242 0 0 0 26 1 0 0 20 0 19 0 292042420 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140640901232696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15811] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15811/stat : 15811 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140640900180600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15812] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15812/stat : 15812 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140640899128008 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15814] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15814/stat : 15814 (java) S 15792 15794 13062 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292042432 9855979520 14319 33554432000 1073741824 1073778376 140737465750000 140640898037160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 9624980

[startup+12.7005 s]

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

[pid=15794/tid=15809] ppid=15792 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/15794/task/15809/stat : 15809 (java) S 15792 15794 13062 0 -1 4202560 2713 0 0 0 23 0 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640902285496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15810] ppid=15792 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/15794/task/15810/stat : 15810 (java) S 15792 15794 13062 0 -1 4202560 5263 0 0 0 28 2 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640901232696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15811] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15811/stat : 15811 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640900180600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15812] ppid=15792 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/15794/task/15812/stat : 15812 (java) S 15792 15794 13062 0 -1 4202560 99 0 0 0 32 20 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640899128008 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15814] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15814/stat : 15814 (java) S 15792 15794 13062 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292042432 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640898037160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.98
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 1.92 2.00 1.90 2/187 15880
/proc/meminfo: memFree=28231020/32873624 swapFree=7104/7104
[pid=15794] ppid=15792 vsize=9624980 CPUtime=1787.06 cores=0,2,4,6
/proc/15794/stat : 15794 (java) S 15792 15794 13062 0 -1 4202496 14220 0 1 0 178675 31 0 0 20 0 19 0 292042415 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140737465741136 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 2406245 51242 2270 9 0 2396937 0
[pid=15794/tid=15796] ppid=15792 vsize=9624980 CPUtime=1767.54 cores=0,2,4,6
/proc/15794/task/15796/stat : 15796 (java) R 15792 15794 13062 0 -1 4202560 2665 0 1 0 176726 28 0 0 20 0 19 0 292042415 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641553125664 140641405749656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15797] ppid=15792 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/15794/task/15797/stat : 15797 (java) S 15792 15794 13062 0 -1 4202560 270 0 0 0 70 1 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641525578536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15798] ppid=15792 vsize=9624980 CPUtime=0.77 cores=0,2,4,6
/proc/15794/task/15798/stat : 15798 (java) S 15792 15794 13062 0 -1 4202560 253 0 0 0 77 0 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641524525736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15799] ppid=15792 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/15794/task/15799/stat : 15799 (java) S 15792 15794 13062 0 -1 4202560 259 0 0 0 68 1 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641394273320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15800] ppid=15792 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/15794/task/15800/stat : 15800 (java) S 15792 15794 13062 0 -1 4202560 258 0 0 0 68 0 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641393220520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15801] ppid=15792 vsize=9624980 CPUtime=0.73 cores=0,2,4,6
/proc/15794/task/15801/stat : 15801 (java) S 15792 15794 13062 0 -1 4202560 475 0 0 0 71 2 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641392167208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15802] ppid=15792 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/15794/task/15802/stat : 15802 (java) S 15792 15794 13062 0 -1 4202560 249 0 0 0 61 2 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641391114408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15803] ppid=15792 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/15794/task/15803/stat : 15803 (java) S 15792 15794 13062 0 -1 4202560 226 0 0 0 68 0 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641390062120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15804] ppid=15792 vsize=9624980 CPUtime=0.76 cores=0,2,4,6
/proc/15794/task/15804/stat : 15804 (java) S 15792 15794 13062 0 -1 4202560 142 0 0 0 74 2 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640918694312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15805] ppid=15792 vsize=9624980 CPUtime=8.35 cores=0,2,4,6
/proc/15794/task/15805/stat : 15805 (java) S 15792 15794 13062 0 -1 4202560 165 0 0 0 833 2 0 0 20 0 19 0 292042417 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640906496744 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15806] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15806/stat : 15806 (java) S 15792 15794 13062 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640905442808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15807] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15807/stat : 15807 (java) S 15792 15794 13062 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640904390408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15808] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15808/stat : 15808 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640903338896 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15809] ppid=15792 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/15794/task/15809/stat : 15809 (java) S 15792 15794 13062 0 -1 4202560 2713 0 0 0 23 0 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640902285496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15810] ppid=15792 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/15794/task/15810/stat : 15810 (java) S 15792 15794 13062 0 -1 4202560 5263 0 0 0 28 2 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640901232696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15811] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15811/stat : 15811 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640900180600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15812] ppid=15792 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/15794/task/15812/stat : 15812 (java) S 15792 15794 13062 0 -1 4202560 103 0 0 0 33 21 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640899128008 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15814] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15814/stat : 15814 (java) S 15792 15794 13062 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292042432 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640898037160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.06
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 1.72 1.95 1.89 2/187 15880
/proc/meminfo: memFree=28231792/32873624 swapFree=7104/7104
[pid=15794] ppid=15792 vsize=9624980 CPUtime=1800.06 cores=0,2,4,6
/proc/15794/stat : 15794 (java) S 15792 15794 13062 0 -1 4202496 14220 0 1 0 179975 31 0 0 20 0 19 0 292042415 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140737465741136 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 2406245 51242 2270 9 0 2396937 0
[pid=15794/tid=15796] ppid=15792 vsize=9624980 CPUtime=1780.51 cores=0,2,4,6
/proc/15794/task/15796/stat : 15796 (java) R 15792 15794 13062 0 -1 4202560 2665 0 1 0 178022 29 0 0 20 0 19 0 292042415 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641553125664 140641405666919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15797] ppid=15792 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/15794/task/15797/stat : 15797 (java) S 15792 15794 13062 0 -1 4202560 270 0 0 0 70 1 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641525578536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15798] ppid=15792 vsize=9624980 CPUtime=0.77 cores=0,2,4,6
/proc/15794/task/15798/stat : 15798 (java) S 15792 15794 13062 0 -1 4202560 253 0 0 0 77 0 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641524525736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15799] ppid=15792 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/15794/task/15799/stat : 15799 (java) S 15792 15794 13062 0 -1 4202560 259 0 0 0 68 1 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641394273320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15800] ppid=15792 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/15794/task/15800/stat : 15800 (java) S 15792 15794 13062 0 -1 4202560 258 0 0 0 68 0 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641393220520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15801] ppid=15792 vsize=9624980 CPUtime=0.73 cores=0,2,4,6
/proc/15794/task/15801/stat : 15801 (java) S 15792 15794 13062 0 -1 4202560 475 0 0 0 71 2 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641392167208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15802] ppid=15792 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/15794/task/15802/stat : 15802 (java) S 15792 15794 13062 0 -1 4202560 249 0 0 0 61 2 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641391114408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15803] ppid=15792 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/15794/task/15803/stat : 15803 (java) S 15792 15794 13062 0 -1 4202560 226 0 0 0 68 0 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641390062120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15804] ppid=15792 vsize=9624980 CPUtime=0.76 cores=0,2,4,6
/proc/15794/task/15804/stat : 15804 (java) S 15792 15794 13062 0 -1 4202560 142 0 0 0 74 2 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640918694312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15805] ppid=15792 vsize=9624980 CPUtime=8.35 cores=0,2,4,6
/proc/15794/task/15805/stat : 15805 (java) S 15792 15794 13062 0 -1 4202560 165 0 0 0 833 2 0 0 20 0 19 0 292042417 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640906496744 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15806] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15806/stat : 15806 (java) S 15792 15794 13062 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640905442808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15807] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15807/stat : 15807 (java) S 15792 15794 13062 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640904390408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15808] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15808/stat : 15808 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640903338896 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15809] ppid=15792 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/15794/task/15809/stat : 15809 (java) S 15792 15794 13062 0 -1 4202560 2713 0 0 0 23 0 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640902285496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15810] ppid=15792 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/15794/task/15810/stat : 15810 (java) S 15792 15794 13062 0 -1 4202560 5263 0 0 0 28 2 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640901232696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15811] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15811/stat : 15811 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640900180600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15812] ppid=15792 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/15794/task/15812/stat : 15812 (java) S 15792 15794 13062 0 -1 4202560 103 0 0 0 33 21 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640899128008 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15814] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15814/stat : 15814 (java) S 15792 15794 13062 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292042432 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640898037160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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.3 s]
/proc/loadavg: 1.72 1.95 1.89 2/187 15880
/proc/meminfo: memFree=28231792/32873624 swapFree=7104/7104
[pid=15794] ppid=15792 vsize=9624980 CPUtime=1800.06 cores=0,2,4,6
/proc/15794/stat : 15794 (java) S 15792 15794 13062 0 -1 4202496 14220 0 1 0 179975 31 0 0 20 0 19 0 292042415 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140737465741136 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15794/statm: 2406245 51242 2270 9 0 2396937 0
[pid=15794/tid=15796] ppid=15792 vsize=9624980 CPUtime=1780.51 cores=0,2,4,6
/proc/15794/task/15796/stat : 15796 (java) R 15792 15794 13062 0 -1 4202560 2665 0 1 0 178022 29 0 0 20 0 19 0 292042415 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641553125664 140641405666919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15797] ppid=15792 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/15794/task/15797/stat : 15797 (java) S 15792 15794 13062 0 -1 4202560 270 0 0 0 70 1 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641525578536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15798] ppid=15792 vsize=9624980 CPUtime=0.77 cores=0,2,4,6
/proc/15794/task/15798/stat : 15798 (java) S 15792 15794 13062 0 -1 4202560 253 0 0 0 77 0 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641524525736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15799] ppid=15792 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/15794/task/15799/stat : 15799 (java) S 15792 15794 13062 0 -1 4202560 259 0 0 0 68 1 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641394273320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15800] ppid=15792 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/15794/task/15800/stat : 15800 (java) S 15792 15794 13062 0 -1 4202560 258 0 0 0 68 0 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641393220520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15801] ppid=15792 vsize=9624980 CPUtime=0.73 cores=0,2,4,6
/proc/15794/task/15801/stat : 15801 (java) S 15792 15794 13062 0 -1 4202560 475 0 0 0 71 2 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641392167208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15802] ppid=15792 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/15794/task/15802/stat : 15802 (java) S 15792 15794 13062 0 -1 4202560 249 0 0 0 61 2 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641391114408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15803] ppid=15792 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/15794/task/15803/stat : 15803 (java) S 15792 15794 13062 0 -1 4202560 226 0 0 0 68 0 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140641390062120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15804] ppid=15792 vsize=9624980 CPUtime=0.76 cores=0,2,4,6
/proc/15794/task/15804/stat : 15804 (java) S 15792 15794 13062 0 -1 4202560 142 0 0 0 74 2 0 0 20 0 19 0 292042416 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640918694312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15794/tid=15805] ppid=15792 vsize=9624980 CPUtime=8.35 cores=0,2,4,6
/proc/15794/task/15805/stat : 15805 (java) S 15792 15794 13062 0 -1 4202560 165 0 0 0 833 2 0 0 20 0 19 0 292042417 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640906496744 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15806] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15806/stat : 15806 (java) S 15792 15794 13062 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640905442808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15807] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15807/stat : 15807 (java) S 15792 15794 13062 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292042417 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640904390408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15808] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15808/stat : 15808 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640903338896 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15794/tid=15809] ppid=15792 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/15794/task/15809/stat : 15809 (java) S 15792 15794 13062 0 -1 4202560 2713 0 0 0 23 0 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640902285496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15810] ppid=15792 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/15794/task/15810/stat : 15810 (java) S 15792 15794 13062 0 -1 4202560 5263 0 0 0 28 2 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640901232696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15811] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15811/stat : 15811 (java) S 15792 15794 13062 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640900180600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15794/tid=15812] ppid=15792 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/15794/task/15812/stat : 15812 (java) S 15792 15794 13062 0 -1 4202560 103 0 0 0 33 21 0 0 20 0 19 0 292042420 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640899128008 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15794/tid=15814] ppid=15792 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/15794/task/15814/stat : 15814 (java) S 15792 15794 13062 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292042432 9855979520 51242 33554432000 1073741824 1073778376 140737465750000 140640898037160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624980

Child status: 143

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

Real time (s): 1795.35
CPU time (s): 1800.06
CPU user time (s): 1799.75
CPU system time (s): 0.31
CPU usage (%): 100.262
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.19
system time used= 0.761884
maximum resident set size= 209220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14264
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43244
involuntary context switches= 17152

runsolver used 5.98909 second user time and 13.6349 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-29 04:39:30
IDJOB=3718264
IDBENCH=79662
IDSOLVER=2301
FILE ID=node121/3718264-1338259169
RUNJOBID= node121-1338259169-15692
PBS_JOBID= 14624639
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= 3af6143b2c580af9e4edcedcd162c161
RANDOM SEED=1651851935

node121.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		: 2667.042
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	: 5334.08
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		: 2667.042
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		: 2667.042
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.92
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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	: 5438.55
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		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873624 kB
MemFree:        28384944 kB
Buffers:          597500 kB
Cached:          2966744 kB
SwapCached:            0 kB
Active:          1030836 kB
Inactive:        2591320 kB
Active(anon):      54892 kB
Inactive(anon):        0 kB
Active(file):     975944 kB
Inactive(file):  2591320 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:         28704 kB
Mapped:            22000 kB
Shmem:               200 kB
Slab:             725352 kB
SReclaimable:     169752 kB
SUnreclaim:       555600 kB
KernelStack:        1360 kB
PageTables:         3904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     682324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71652 MiB
End job on node121 at 2012-05-29 05:09:27