Trace number 3711247

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)-108 1800.01 1786.96

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_2.opb
MD5SUM8d62286ae12c02f1d9e42b05c51333f2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-116
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -131
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint10
Maximum length of a constraint21
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6328
Sum of products size (including duplicates)12656
Number of different products3164
Sum of products size6328

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.13	c configuring ORDERS
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=true
0.09/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3711247-1338170996.opb
0.09/0.13	c reading problem ... 
0.72/0.41	c ... done. Wall clock time 0.282s.
0.72/0.41	c declared #vars     500
0.72/0.41	c internal #vars     3664
0.72/0.41	c #constraints  6828
0.72/0.41	c constraints type 
0.72/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3164
0.72/0.41	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
0.72/0.41	c ignored satisfied constraints => 500
0.72/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3164
0.72/0.41	c 7328 constraints processed.
0.72/0.46	c SATISFIABLE
0.72/0.46	c OPTIMIZING...
0.72/0.46	c Got one! Elapsed wall clock time (in seconds):0.326
0.72/0.46	o 0
0.72/0.49	c Got one! Elapsed wall clock time (in seconds):0.363
0.72/0.49	o -1
1.02/0.53	c Got one! Elapsed wall clock time (in seconds):0.402
1.02/0.53	o -2
1.02/0.55	c Got one! Elapsed wall clock time (in seconds):0.419
1.02/0.55	o -3
1.02/0.56	c Got one! Elapsed wall clock time (in seconds):0.43
1.02/0.56	o -4
1.02/0.57	c Got one! Elapsed wall clock time (in seconds):0.439
1.02/0.57	o -5
1.02/0.58	c Got one! Elapsed wall clock time (in seconds):0.447
1.02/0.58	o -6
1.02/0.59	c Got one! Elapsed wall clock time (in seconds):0.459
1.02/0.59	o -107
2.16/1.11	c cleaning 2501 clauses out of 5001 with flag 5000/5001
2.72/1.62	c cleaning 4250 clauses out of 8500 with flag 11000/11001
3.40/2.21	c cleaning 5622 clauses out of 11250 with flag 18000/18001
4.00/2.89	c cleaning 6813 clauses out of 13628 with flag 26000/26001
4.84/3.68	c cleaning 7900 clauses out of 15816 with flag 35001/35002
5.76/4.51	c cleaning 8958 clauses out of 17917 with flag 45002/45003
6.81/5.51	c cleaning 9978 clauses out of 19959 with flag 56002/56003
7.83/6.60	c cleaning 10984 clauses out of 21980 with flag 68001/68002
9.26/7.92	c cleaning 11997 clauses out of 23995 with flag 81000/81001
10.49/9.16	c cleaning 12996 clauses out of 25998 with flag 95000/95001
12.03/10.69	c cleaning 13997 clauses out of 28002 with flag 110000/110001
13.55/12.20	c cleaning 14999 clauses out of 30006 with flag 126001/126002
15.27/13.82	c cleaning 15999 clauses out of 32007 with flag 143001/143002
17.21/15.77	c cleaning 17001 clauses out of 34008 with flag 161001/161002
19.34/17.84	c cleaning 18001 clauses out of 36008 with flag 180002/180003
21.27/19.74	c cleaning 18997 clauses out of 38006 with flag 200001/200002
23.50/21.95	c cleaning 20003 clauses out of 40009 with flag 221001/221002
25.95/24.31	c cleaning 21001 clauses out of 42005 with flag 243000/243001
28.79/27.11	c cleaning 21997 clauses out of 44005 with flag 266001/266002
31.16/29.43	c cleaning 22996 clauses out of 46007 with flag 290000/290001
34.01/32.28	c cleaning 23997 clauses out of 48012 with flag 315001/315002
37.05/35.30	c cleaning 25007 clauses out of 50015 with flag 341001/341002
40.32/38.40	c cleaning 26003 clauses out of 52007 with flag 368000/368001
44.04/42.13	c cleaning 26998 clauses out of 54005 with flag 396001/396002
47.01/45.02	c cleaning 28001 clauses out of 56006 with flag 425000/425001
50.55/48.52	c cleaning 28992 clauses out of 58006 with flag 455001/455002
54.76/52.79	c cleaning 30007 clauses out of 60013 with flag 486000/486001
58.83/56.71	c cleaning 31004 clauses out of 62007 with flag 518001/518002
63.51/61.30	c cleaning 31995 clauses out of 64002 with flag 551000/551001
69.85/67.60	c cleaning 32999 clauses out of 66007 with flag 585000/585001
73.62/71.37	c cleaning 34004 clauses out of 68011 with flag 620003/620004
77.79/75.40	c cleaning 34996 clauses out of 70004 with flag 656000/656001
82.13/79.70	c cleaning 35998 clauses out of 72009 with flag 693001/693002
86.79/84.36	c cleaning 37007 clauses out of 74013 with flag 731003/731004
91.95/89.49	c cleaning 38000 clauses out of 76004 with flag 770001/770002
97.41/94.88	c cleaning 38992 clauses out of 78004 with flag 810001/810002
105.68/103.00	c cleaning 40000 clauses out of 80012 with flag 851001/851002
112.93/110.28	c cleaning 41005 clauses out of 82013 with flag 893002/893003
117.93/115.19	c cleaning 41999 clauses out of 84008 with flag 936002/936003
123.89/121.03	c cleaning 42998 clauses out of 86008 with flag 980001/980002
130.04/127.17	c cleaning 44006 clauses out of 88012 with flag 1025003/1025004
137.12/134.19	c cleaning 45002 clauses out of 90003 with flag 1071000/1071001
143.59/140.54	c cleaning 45993 clauses out of 92001 with flag 1118000/1118001
150.94/147.87	c cleaning 47004 clauses out of 94010 with flag 1166002/1166003
157.42/154.27	c cleaning 47999 clauses out of 96004 with flag 1215000/1215001
166.38/163.18	c cleaning 49003 clauses out of 98005 with flag 1265000/1265001
175.95/172.63	c cleaning 49996 clauses out of 100003 with flag 1316001/1316002
182.60/179.15	c cleaning 50994 clauses out of 102006 with flag 1368000/1368001
190.25/186.71	c cleaning 52004 clauses out of 104013 with flag 1421001/1421002
197.93/194.37	c cleaning 52994 clauses out of 106008 with flag 1475000/1475001
207.90/204.22	c cleaning 54006 clauses out of 108014 with flag 1530000/1530001
217.89/214.18	c cleaning 55004 clauses out of 110008 with flag 1586000/1586001
229.07/225.20	c cleaning 55994 clauses out of 112004 with flag 1643000/1643001
239.75/235.84	c cleaning 56996 clauses out of 114010 with flag 1701000/1701001
249.77/245.79	c cleaning 58002 clauses out of 116015 with flag 1760001/1760002
259.14/255.06	c cleaning 59003 clauses out of 118014 with flag 1820002/1820003
271.50/267.40	c cleaning 59996 clauses out of 120010 with flag 1881001/1881002
284.44/280.20	c cleaning 61007 clauses out of 122014 with flag 1943001/1943002
298.44/294.12	c cleaning 61995 clauses out of 124007 with flag 2006001/2006002
306.27/301.88	c cleaning 62993 clauses out of 126011 with flag 2070000/2070001
315.66/311.17	c cleaning 63997 clauses out of 128018 with flag 2135000/2135001
327.46/322.81	c cleaning 65007 clauses out of 130021 with flag 2201000/2201001
340.87/336.12	c cleaning 66002 clauses out of 132014 with flag 2268000/2268001
352.34/347.53	c cleaning 67006 clauses out of 134012 with flag 2336000/2336001
365.50/360.68	c cleaning 67998 clauses out of 136006 with flag 2405000/2405001
376.60/371.67	c cleaning 68997 clauses out of 138009 with flag 2475001/2475002
389.09/384.07	c cleaning 70006 clauses out of 140011 with flag 2546000/2546001
402.39/397.21	c cleaning 70994 clauses out of 142005 with flag 2618000/2618001
414.35/409.11	c cleaning 72006 clauses out of 144012 with flag 2691001/2691002
431.06/425.71	c cleaning 72997 clauses out of 146006 with flag 2765001/2765002
450.88/445.43	c cleaning 74002 clauses out of 148008 with flag 2840000/2840001
470.77/465.22	c cleaning 74994 clauses out of 150006 with flag 2916000/2916001
495.29/489.68	c cleaning 75999 clauses out of 152012 with flag 2993000/2993001
505.50/499.79	c cleaning 76998 clauses out of 154013 with flag 3071000/3071001
507.69/501.84	c Got one! Elapsed wall clock time (in seconds):501.708
507.69/501.84	o -108
508.72/502.84	c cleaning 49054 clauses out of 98134 with flag 5000/3092120
509.55/503.65	c cleaning 27533 clauses out of 55081 with flag 11001/3098121
510.37/504.44	c cleaning 17266 clauses out of 34547 with flag 18000/3105120
511.18/505.24	c cleaning 12631 clauses out of 25282 with flag 26001/3113121
512.01/506.07	c cleaning 10817 clauses out of 21650 with flag 35000/3122120
513.01/507.05	c cleaning 10411 clauses out of 20835 with flag 45002/3132122
514.24/508.24	c cleaning 10708 clauses out of 21422 with flag 56000/3143120
515.54/509.53	c cleaning 11354 clauses out of 22715 with flag 68001/3155121
517.05/511.04	c cleaning 12170 clauses out of 24360 with flag 81000/3168120
518.76/512.73	c cleaning 13095 clauses out of 26191 with flag 95001/3182121
520.48/514.42	c cleaning 14045 clauses out of 28095 with flag 110000/3197120
522.69/516.60	c cleaning 15023 clauses out of 30050 with flag 126000/3213120
525.10/519.03	c cleaning 16010 clauses out of 32027 with flag 143000/3230120
527.93/521.81	c cleaning 17009 clauses out of 34017 with flag 161000/3248120
531.16/525.08	c cleaning 18001 clauses out of 36008 with flag 180000/3267120
534.97/528.87	c cleaning 18995 clauses out of 38008 with flag 200001/3287121
537.52/531.37	c cleaning 20000 clauses out of 40012 with flag 221000/3308120
540.42/534.25	c cleaning 20999 clauses out of 42012 with flag 243000/3330120
543.74/537.50	c cleaning 22003 clauses out of 44013 with flag 266000/3353120
547.06/540.87	c cleaning 23001 clauses out of 46011 with flag 290001/3377121
550.98/544.74	c cleaning 24004 clauses out of 48009 with flag 315000/3402120
555.09/548.82	c cleaning 24999 clauses out of 50006 with flag 341001/3428121
558.29/552.06	c cleaning 26003 clauses out of 52006 with flag 368000/3455120
562.73/556.41	c cleaning 26998 clauses out of 54003 with flag 396000/3483120
566.95/560.60	c cleaning 28000 clauses out of 56005 with flag 425000/3512120
571.47/565.13	c cleaning 28999 clauses out of 58006 with flag 455001/3542121
576.48/570.16	c cleaning 30000 clauses out of 60006 with flag 486000/3573120
582.42/576.05	c cleaning 30995 clauses out of 62007 with flag 518001/3605121
588.55/582.13	c cleaning 32003 clauses out of 64011 with flag 551000/3638120
593.46/587.05	c cleaning 33002 clauses out of 66009 with flag 585001/3672121
598.72/592.23	c cleaning 34002 clauses out of 68006 with flag 620000/3707120
604.44/597.98	c cleaning 34997 clauses out of 70004 with flag 656000/3743120
610.68/604.13	c cleaning 35993 clauses out of 72007 with flag 693000/3780120
617.03/610.46	c cleaning 37002 clauses out of 74015 with flag 731001/3818121
624.09/617.43	c cleaning 37998 clauses out of 76013 with flag 770001/3857121
631.05/624.39	c cleaning 39005 clauses out of 78015 with flag 810001/3897121
638.18/631.44	c cleaning 40003 clauses out of 80009 with flag 851000/3938120
646.72/639.91	c cleaning 41002 clauses out of 82007 with flag 893001/3980121
652.47/645.60	c cleaning 41996 clauses out of 84004 with flag 936000/4023120
659.44/652.57	c cleaning 42999 clauses out of 86008 with flag 980000/4067120
667.16/660.26	c cleaning 43997 clauses out of 88010 with flag 1025001/4112121
675.72/668.73	c cleaning 45007 clauses out of 90013 with flag 1071001/4158121
684.97/677.90	c cleaning 46000 clauses out of 92005 with flag 1118000/4205120
693.52/686.48	c cleaning 47000 clauses out of 94005 with flag 1166000/4253120
702.53/695.48	c cleaning 48000 clauses out of 96006 with flag 1215001/4302121
711.90/704.73	c cleaning 48999 clauses out of 98007 with flag 1265002/4352122
721.66/714.41	c cleaning 50004 clauses out of 100007 with flag 1316001/4403121
731.92/724.67	c cleaning 50997 clauses out of 102003 with flag 1368001/4455121
741.20/733.82	c cleaning 52000 clauses out of 104005 with flag 1421000/4508120
747.78/740.36	c cleaning 52993 clauses out of 106005 with flag 1475000/4562120
756.76/749.29	c cleaning 53999 clauses out of 108014 with flag 1530002/4617122
765.74/758.16	c cleaning 55001 clauses out of 110013 with flag 1586000/4673120
774.63/766.90	c cleaning 56005 clauses out of 112012 with flag 1643000/4730120
784.62/776.87	c cleaning 56994 clauses out of 114007 with flag 1701000/4788120
794.52/786.70	c cleaning 58007 clauses out of 116013 with flag 1760000/4847120
806.00/798.04	c cleaning 58992 clauses out of 118007 with flag 1820001/4907121
814.77/806.72	c cleaning 60006 clauses out of 120015 with flag 1881001/4968121
827.45/819.32	c cleaning 61005 clauses out of 122009 with flag 1943001/5030121
843.46/835.20	c cleaning 62001 clauses out of 124003 with flag 2006000/5093120
861.41/853.14	c cleaning 62993 clauses out of 126003 with flag 2070001/5157121
874.29/865.96	c cleaning 63998 clauses out of 128010 with flag 2135001/5222121
888.68/880.24	c cleaning 65004 clauses out of 130012 with flag 2201001/5288121
903.70/895.28	c cleaning 66001 clauses out of 132007 with flag 2268000/5355120
921.19/912.67	c cleaning 66999 clauses out of 134007 with flag 2336001/5423121
935.68/927.03	c cleaning 68003 clauses out of 136008 with flag 2405001/5492121
948.48/939.72	c cleaning 68997 clauses out of 138005 with flag 2475001/5562121
962.27/953.47	c cleaning 69997 clauses out of 140007 with flag 2546000/5633120
976.54/967.67	c cleaning 70998 clauses out of 142010 with flag 2618000/5705120
993.71/984.76	c cleaning 72004 clauses out of 144014 with flag 2691002/5778122
1009.81/1000.75	c cleaning 72992 clauses out of 146009 with flag 2765001/5852121
1027.68/1018.57	c cleaning 74002 clauses out of 148016 with flag 2840000/5927120
1043.20/1033.93	c cleaning 74999 clauses out of 150014 with flag 2916000/6003120
1057.51/1048.16	c cleaning 76002 clauses out of 152015 with flag 2993000/6080120
1073.78/1064.36	c cleaning 76997 clauses out of 154013 with flag 3071000/6158120
1091.38/1081.82	c cleaning 78008 clauses out of 156017 with flag 3150001/6237121
1110.27/1100.67	c cleaning 79002 clauses out of 158009 with flag 3230001/6317121
1130.06/1120.33	c cleaning 80004 clauses out of 160009 with flag 3311003/6398123
1151.11/1141.39	c cleaning 80997 clauses out of 162003 with flag 3393001/6480121
1174.90/1165.04	c cleaning 81996 clauses out of 164005 with flag 3476000/6563120
1194.61/1184.66	c cleaning 83005 clauses out of 166009 with flag 3560000/6647120
1216.45/1206.19	c cleaning 84001 clauses out of 168004 with flag 3645000/6732120
1228.73/1218.25	c cleaning 84995 clauses out of 170003 with flag 3731000/6818120
1243.90/1233.39	c cleaning 86002 clauses out of 172008 with flag 3818000/6905120
1258.63/1247.98	c cleaning 86993 clauses out of 174007 with flag 3906001/6993121
1273.22/1262.45	c cleaning 88007 clauses out of 176014 with flag 3995001/7082121
1293.73/1282.89	c cleaning 88998 clauses out of 178006 with flag 4085000/7172120
1311.75/1300.70	c cleaning 89997 clauses out of 180009 with flag 4176001/7263121
1329.80/1318.75	c cleaning 91003 clauses out of 182012 with flag 4268001/7355121
1345.85/1334.72	c cleaning 91990 clauses out of 184009 with flag 4361001/7448121
1363.93/1352.73	c cleaning 93009 clauses out of 186019 with flag 4455001/7542121
1384.09/1372.87	c cleaning 93996 clauses out of 188009 with flag 4550000/7637120
1406.22/1394.87	c cleaning 95003 clauses out of 190014 with flag 4646001/7733121
1425.65/1414.13	c cleaning 96006 clauses out of 192012 with flag 4743002/7830122
1447.22/1435.62	c cleaning 96993 clauses out of 194005 with flag 4841001/7928121
1470.91/1459.26	c cleaning 98003 clauses out of 196012 with flag 4940001/8027121
1496.33/1484.58	c cleaning 98998 clauses out of 198008 with flag 5040000/8127120
1521.85/1509.84	c cleaning 99998 clauses out of 200010 with flag 5141000/8228120
1542.69/1530.54	c cleaning 101001 clauses out of 202012 with flag 5243000/8330120
1569.72/1557.49	c cleaning 102002 clauses out of 204011 with flag 5346000/8433120
1598.84/1586.55	c cleaning 103003 clauses out of 206010 with flag 5450001/8537121
1629.22/1616.82	c cleaning 104004 clauses out of 208007 with flag 5555001/8642121
1659.71/1647.22	c cleaning 104996 clauses out of 210002 with flag 5661000/8748120
1699.58/1687.04	c cleaning 105996 clauses out of 212006 with flag 5768000/8855120
1745.32/1732.66	c cleaning 107000 clauses out of 214010 with flag 5876000/8963120
1768.05/1755.27	c cleaning 107997 clauses out of 216012 with flag 5985002/9072122
1793.29/1780.32	c cleaning 108999 clauses out of 218015 with flag 6095002/9182122
1800.01/1786.91	c starts		: 309
1800.01/1786.91	c conflicts		: 9223445
1800.01/1786.91	c decisions		: 9766153
1800.01/1786.91	c propagations		: 56887226
1800.01/1786.91	c inspects		: 5995646758
1800.01/1786.91	c shortcuts		: 0
1800.01/1786.91	c learnt literals	: 0
1800.01/1786.91	c learnt binary clauses	: 0
1800.01/1786.91	c learnt ternary clauses	: 0
1800.01/1786.91	c learnt constraints	: 9223446
1800.01/1786.91	c ignored constraints	: 0
1800.01/1786.91	c root simplifications	: 309
1800.01/1786.91	c removed literals (reason simplification)	: 124890572
1800.01/1786.91	c reason swapping (by a shorter reason)	: 0
1800.01/1786.91	c Calls to reduceDB	: 180
1800.01/1786.91	c number of reductions to clauses (during analyze)	: 0
1800.01/1786.91	c number of learned constraints concerned by reduction	: 0
1800.01/1786.91	c number of learning phase by resolution	: 0
1800.01/1786.91	c number of learning phase by cutting planes	: 0
1800.01/1786.91	c speed (assignments/second)	: 31843.211703020297
1800.01/1786.91	c non guided choices	3479
1800.01/1786.94	c learnt constraints type 
1800.01/1786.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150473
1800.01/1786.94	c constraints type 
1800.01/1786.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3164
1800.01/1786.94	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1800.01/1786.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/1786.94	c ignored satisfied constraints => 500
1800.01/1786.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3164
1800.01/1786.94	c 7329 constraints processed.
1800.01/1786.94	s SATISFIABLE
1800.01/1786.95	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 x14 -x15 -x16 -x17 x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 x139 -x140 -x141 x142 -x143 -x144 -x145 x146 x147 -x148 -x149 x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 x175 -x176 x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 x254 x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 x269 -x270 -x271 x272 -x273 -x274 -x275 -x276 x277 -x278 x279 -x280 -x281 -x282 -x283 x284 x285 -x286 -x287 -x288 x289 x290 -x291 -x292 -x293 -x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 -x306 x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 x315 x316 -x317 x318 x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 x327 -x328 x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 x368 x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 x378 -x379 x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 x389 -x390 x391 -x392 -x393 -x394 x395 -x396 -x397 x398 x399 -x400 x401 -x402 x403 x404 -x405 -x406 x407 x408 -x409 x410 x411 -x412 x413 -x414 -x415 x416 -x417 -x418 x419 x420 -x421 -x422 x423 -x424 -x425 -x426 -x427 x428 -x429 x430 -x431 -x432 -x433 -x434 x435 -x436 -x437 -x438 -x439 x440 -x441 -x442 x443 x444 -x445 -x446 -x447 -x448 x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 -x462 -x463 -x464 x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 x482 -x483 -x484 x485 x486 x487 x488 -x489 x490 -x491 x492 -x493 -x494 -x495 -x496 x497 -x498 x499 x500 
1800.01/1786.95	c objective function=-108
1800.01/1786.95	c Total wall clock time (in seconds): 1786.814

Verifier Data

OK	-108

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-3711247-1338170996/watcher-3711247-1338170996 -o /tmp/evaluation-result-3711247-1338170996/solver-3711247-1338170996 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711247-1338170996.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 1848
/proc/meminfo: memFree=30529896/32873844 swapFree=7624/7624
[pid=1848] ppid=1844 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1848/stat : 1848 (java) D 1844 1848 31312 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 283225208 9515008 176 33554432000 1073741824 1073778376 140736700552256 140736700534984 214369649552 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/1848/statm: 2323 176 133 9 0 71 0

[startup+0.104533 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 1848
/proc/meminfo: memFree=30529896/32873844 swapFree=7624/7624
[pid=1848] ppid=1844 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/1848/stat : 1848 (java) S 1844 1848 31312 0 -1 4202496 4132 0 1 0 8 1 0 0 20 0 18 0 283225208 9787842560 5339 33554432000 1073741824 1073778376 140737316490080 140737316481216 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1848/statm: 2389610 5360 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200263 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 1848
/proc/meminfo: memFree=30529896/32873844 swapFree=7624/7624
[pid=1848] ppid=1844 vsize=9558440 CPUtime=0.22 cores=1,3,5,7
/proc/1848/stat : 1848 (java) S 1844 1848 31312 0 -1 4202496 4568 0 1 0 21 1 0 0 20 0 18 0 283225208 9787842560 6285 33554432000 1073741824 1073778376 140737316490080 140737316481216 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1848/statm: 2389610 6285 2191 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558440

[startup+0.300275 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 1848
/proc/meminfo: memFree=30529896/32873844 swapFree=7624/7624
[pid=1848] ppid=1844 vsize=9558440 CPUtime=0.42 cores=1,3,5,7
/proc/1848/stat : 1848 (java) S 1844 1848 31312 0 -1 4202496 5110 0 1 0 41 1 0 0 20 0 18 0 283225208 9787842560 7565 33554432000 1073741824 1073778376 140737316490080 140737316481216 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1848/statm: 2389610 7568 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558440

[startup+0.700251 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 1848
/proc/meminfo: memFree=30529896/32873844 swapFree=7624/7624
[pid=1848] ppid=1844 vsize=9625004 CPUtime=1.62 cores=1,3,5,7
/proc/1848/stat : 1848 (java) S 1844 1848 31312 0 -1 4202496 14268 0 1 0 159 3 0 0 20 0 19 0 283225208 9856004096 16180 33554432000 1073741824 1073778376 140737316490080 140737316481216 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1848/statm: 2406251 16180 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625004

[startup+1.50075 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 1867
/proc/meminfo: memFree=30466264/32873844 swapFree=7624/7624
[pid=1848] ppid=1844 vsize=9625004 CPUtime=2.59 cores=1,3,5,7
/proc/1848/stat : 1848 (java) S 1844 1848 31312 0 -1 4202496 14341 0 1 0 255 4 0 0 20 0 19 0 283225208 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140737316481216 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1848/statm: 2406251 22884 2290 9 0 2396937 0
[pid=1848/tid=1850] ppid=1844 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/1848/task/1850/stat : 1850 (java) R 1844 1848 31312 0 -1 4202560 2542 0 1 0 142 1 0 0 20 0 19 0 283225209 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554839535848 140554701404442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1851] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1851/stat : 1851 (java) S 1844 1848 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554828598312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1852] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1852/stat : 1852 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554827545512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1853] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1853/stat : 1853 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554826492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1854] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1854/stat : 1854 (java) S 1844 1848 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554825439912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1855] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1855/stat : 1855 (java) S 1844 1848 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554824387112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1856] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1856/stat : 1856 (java) S 1844 1848 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554823334312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1857] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1857/stat : 1857 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554822281512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1858] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1858/stat : 1858 (java) S 1844 1848 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554821228712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1859] ppid=1844 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1848/task/1859/stat : 1859 (java) S 1844 1848 31312 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 283225211 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554663537640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1860] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1860/stat : 1860 (java) S 1844 1848 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554662483704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1861] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1861/stat : 1861 (java) S 1844 1848 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554661430792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1862] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1862/stat : 1862 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554660379280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1863] ppid=1844 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/1848/task/1863/stat : 1863 (java) S 1844 1848 31312 0 -1 4202560 5657 0 0 0 56 0 0 0 20 0 19 0 283225215 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554659326392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1864] ppid=1844 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/1848/task/1864/stat : 1864 (java) R 1844 1848 31312 0 -1 4202560 4888 0 0 0 51 0 0 0 20 0 19 0 283225215 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554658273592 214373020732 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1865] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1865/stat : 1865 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554657220984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1866] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1866/stat : 1866 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554656168392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1867] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1867/stat : 1867 (java) S 1844 1848 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283225252 9856004096 22884 33554432000 1073741824 1073778376 140737316490080 140554654840488 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625004

[startup+3.10076 s]
/proc/loadavg: 1.92 1.98 1.99 4/213 1867
/proc/meminfo: memFree=30432380/32873844 swapFree=7624/7624
[pid=1848] ppid=1844 vsize=9625004 CPUtime=4.34 cores=1,3,5,7
/proc/1848/stat : 1848 (java) S 1844 1848 31312 0 -1 4202496 14385 0 1 0 427 7 0 0 20 0 19 0 283225208 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140737316481216 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1848/statm: 2406251 28525 2290 9 0 2396937 0
[pid=1848/tid=1850] ppid=1844 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/1848/task/1850/stat : 1850 (java) R 1844 1848 31312 0 -1 4202560 2543 0 1 0 293 1 0 0 20 0 19 0 283225209 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554839535944 140554701312297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1851] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1851/stat : 1851 (java) S 1844 1848 31312 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554828598312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1852] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1852/stat : 1852 (java) S 1844 1848 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554827545512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1853] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1853/stat : 1853 (java) S 1844 1848 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554826492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1854] ppid=1844 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1848/task/1854/stat : 1854 (java) S 1844 1848 31312 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 283225210 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554825439912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1855] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1855/stat : 1855 (java) S 1844 1848 31312 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554824387112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1856] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1856/stat : 1856 (java) S 1844 1848 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554823334312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1857] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1857/stat : 1857 (java) S 1844 1848 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554822281512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1858] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1858/stat : 1858 (java) S 1844 1848 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554821228712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1859] ppid=1844 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/1848/task/1859/stat : 1859 (java) S 1844 1848 31312 0 -1 4202560 39 0 0 0 7 0 0 0 20 0 19 0 283225211 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554663537640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1860] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1860/stat : 1860 (java) S 1844 1848 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554662483704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1861] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1861/stat : 1861 (java) S 1844 1848 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554661430792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1862] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1862/stat : 1862 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554660379280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1863] ppid=1844 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/1848/task/1863/stat : 1863 (java) S 1844 1848 31312 0 -1 4202560 5659 0 0 0 62 0 0 0 20 0 19 0 283225215 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554659326392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1864] ppid=1844 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/1848/task/1864/stat : 1864 (java) S 1844 1848 31312 0 -1 4202560 4888 0 0 0 54 0 0 0 20 0 19 0 283225215 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554658273592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1865] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1865/stat : 1865 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554657220984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1866] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1866/stat : 1866 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554656168392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1867] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1867/stat : 1867 (java) S 1844 1848 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283225252 9856004096 28525 33554432000 1073741824 1073778376 140737316490080 140554654840488 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 1.93 1.98 1.99 3/214 1870
/proc/meminfo: memFree=30414576/32873844 swapFree=7624/7624
[pid=1848] ppid=1844 vsize=9625004 CPUtime=7.63 cores=1,3,5,7
/proc/1848/stat : 1848 (java) S 1844 1848 31312 0 -1 4202496 14412 0 1 0 755 8 0 0 20 0 19 0 283225208 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140737316481216 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1848/statm: 2406251 32290 2290 9 0 2396937 0
[pid=1848/tid=1850] ppid=1844 vsize=9625004 CPUtime=6.02 cores=1,3,5,7
/proc/1848/task/1850/stat : 1850 (java) R 1844 1848 31312 0 -1 4202560 2547 0 1 0 601 1 0 0 20 0 19 0 283225209 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554839535984 140554701351382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1851] ppid=1844 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1848/task/1851/stat : 1851 (java) S 1844 1848 31312 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 283225210 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554828598312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1852] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1852/stat : 1852 (java) S 1844 1848 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283225210 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554827545512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1853] ppid=1844 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1848/task/1853/stat : 1853 (java) S 1844 1848 31312 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 283225210 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554826492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1854] ppid=1844 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/1848/task/1854/stat : 1854 (java) S 1844 1848 31312 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 283225210 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554825439912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1855] ppid=1844 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1848/task/1855/stat : 1855 (java) S 1844 1848 31312 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 283225210 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554824387112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1856] ppid=1844 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/1848/task/1856/stat : 1856 (java) S 1844 1848 31312 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 283225210 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554823334312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1857] ppid=1844 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1848/task/1857/stat : 1857 (java) S 1844 1848 31312 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 283225210 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554822281512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1858] ppid=1844 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1848/task/1858/stat : 1858 (java) S 1844 1848 31312 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 283225210 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554821228712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1859] ppid=1844 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/1848/task/1859/stat : 1859 (java) S 1844 1848 31312 0 -1 4202560 44 0 0 0 14 0 0 0 20 0 19 0 283225211 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554663537640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1860] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1860/stat : 1860 (java) S 1844 1848 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554662483704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1861] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1861/stat : 1861 (java) S 1844 1848 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554661430792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1862] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1862/stat : 1862 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554660379280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1863] ppid=1844 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/1848/task/1863/stat : 1863 (java) S 1844 1848 31312 0 -1 4202560 5659 0 0 0 62 0 0 0 20 0 19 0 283225215 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554659326392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1864] ppid=1844 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/1848/task/1864/stat : 1864 (java) S 1844 1848 31312 0 -1 4202560 4888 0 0 0 54 0 0 0 20 0 19 0 283225215 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554658273592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1865] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1865/stat : 1865 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554657220984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1866] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1866/stat : 1866 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554656168392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1867] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1867/stat : 1867 (java) S 1844 1848 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283225252 9856004096 32290 33554432000 1073741824 1073778376 140737316490080 140554654840488 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=1848/tid=1863] ppid=1844 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/1848/task/1863/stat : 1863 (java) S 1844 1848 31312 0 -1 4202560 5676 0 0 0 66 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554659326392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1864] ppid=1844 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/1848/task/1864/stat : 1864 (java) S 1844 1848 31312 0 -1 4202560 4888 0 0 0 54 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554658273592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1865] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1865/stat : 1865 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554657220984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1866] ppid=1844 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/1848/task/1866/stat : 1866 (java) S 1844 1848 31312 0 -1 4202560 94 0 0 0 41 26 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554656168392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1867] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1867/stat : 1867 (java) S 1844 1848 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283225252 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554654840488 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1674.89
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/213 1942
/proc/meminfo: memFree=30419332/32873844 swapFree=7624/7624
[pid=1848] ppid=1844 vsize=9625004 CPUtime=1735.01 cores=1,3,5,7
/proc/1848/stat : 1848 (java) S 1844 1848 31312 0 -1 4202496 17970 0 1 0 173397 104 0 0 20 0 19 0 283225208 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140737316481216 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1848/statm: 2406251 161763 2291 9 0 2396937 0
[pid=1848/tid=1850] ppid=1844 vsize=9625004 CPUtime=1699.09 cores=1,3,5,7
/proc/1848/task/1850/stat : 1850 (java) R 1844 1848 31312 0 -1 4202560 2770 0 1 0 169878 31 0 0 20 0 19 0 283225209 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554839535984 140554701548438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1851] ppid=1844 vsize=9625004 CPUtime=2 cores=1,3,5,7
/proc/1848/task/1851/stat : 1851 (java) S 1844 1848 31312 0 -1 4202560 455 0 0 0 193 7 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554828598312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1852] ppid=1844 vsize=9625004 CPUtime=1.94 cores=1,3,5,7
/proc/1848/task/1852/stat : 1852 (java) S 1844 1848 31312 0 -1 4202560 348 0 0 0 185 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554827545512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1853] ppid=1844 vsize=9625004 CPUtime=1.99 cores=1,3,5,7
/proc/1848/task/1853/stat : 1853 (java) S 1844 1848 31312 0 -1 4202560 404 0 0 0 191 8 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554826492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1854] ppid=1844 vsize=9625004 CPUtime=2.12 cores=1,3,5,7
/proc/1848/task/1854/stat : 1854 (java) S 1844 1848 31312 0 -1 4202560 252 0 0 0 203 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554825439912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1855] ppid=1844 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/1848/task/1855/stat : 1855 (java) S 1844 1848 31312 0 -1 4202560 361 0 0 0 178 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554824387112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1856] ppid=1844 vsize=9625004 CPUtime=2.07 cores=1,3,5,7
/proc/1848/task/1856/stat : 1856 (java) S 1844 1848 31312 0 -1 4202560 226 0 0 0 200 7 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554823334312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1857] ppid=1844 vsize=9625004 CPUtime=2.01 cores=1,3,5,7
/proc/1848/task/1857/stat : 1857 (java) S 1844 1848 31312 0 -1 4202560 398 0 0 0 192 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554822281512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1858] ppid=1844 vsize=9625004 CPUtime=1.8 cores=1,3,5,7
/proc/1848/task/1858/stat : 1858 (java) S 1844 1848 31312 0 -1 4202560 418 0 0 0 173 7 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554821228712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1859] ppid=1844 vsize=9625004 CPUtime=13.83 cores=1,3,5,7
/proc/1848/task/1859/stat : 1859 (java) S 1844 1848 31312 0 -1 4202560 494 0 0 0 1379 4 0 0 20 0 19 0 283225211 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554663537640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1860] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1860/stat : 1860 (java) S 1844 1848 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554662483704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1861] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1861/stat : 1861 (java) S 1844 1848 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554661430792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1862] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1862/stat : 1862 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554660379280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1863] ppid=1844 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/1848/task/1863/stat : 1863 (java) S 1844 1848 31312 0 -1 4202560 5676 0 0 0 66 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554659326392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1864] ppid=1844 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/1848/task/1864/stat : 1864 (java) S 1844 1848 31312 0 -1 4202560 4888 0 0 0 54 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554658273592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1865] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1865/stat : 1865 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554657220984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1866] ppid=1844 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/1848/task/1866/stat : 1866 (java) S 1844 1848 31312 0 -1 4202560 98 0 0 0 42 26 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554656168392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1867] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1867/stat : 1867 (java) S 1844 1848 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283225252 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554654840488 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1735.01
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/213 1942
/proc/meminfo: memFree=30417284/32873844 swapFree=7624/7624
[pid=1848] ppid=1844 vsize=9625004 CPUtime=1795.41 cores=1,3,5,7
/proc/1848/stat : 1848 (java) S 1844 1848 31312 0 -1 4202496 17983 0 1 0 179435 106 0 0 20 0 19 0 283225208 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140737316481216 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1848/statm: 2406251 161763 2291 9 0 2396937 0
[pid=1848/tid=1850] ppid=1844 vsize=9625004 CPUtime=1758.28 cores=1,3,5,7
/proc/1848/task/1850/stat : 1850 (java) R 1844 1848 31312 0 -1 4202560 2773 0 1 0 175796 32 0 0 20 0 19 0 283225209 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554839535984 140554701359089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1851] ppid=1844 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/1848/task/1851/stat : 1851 (java) S 1844 1848 31312 0 -1 4202560 455 0 0 0 201 7 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554828598312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1852] ppid=1844 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/1848/task/1852/stat : 1852 (java) S 1844 1848 31312 0 -1 4202560 348 0 0 0 196 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554827545512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1853] ppid=1844 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/1848/task/1853/stat : 1853 (java) S 1844 1848 31312 0 -1 4202560 404 0 0 0 200 8 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554826492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1854] ppid=1844 vsize=9625004 CPUtime=2.16 cores=1,3,5,7
/proc/1848/task/1854/stat : 1854 (java) S 1844 1848 31312 0 -1 4202560 252 0 0 0 207 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554825439912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1855] ppid=1844 vsize=9625004 CPUtime=1.91 cores=1,3,5,7
/proc/1848/task/1855/stat : 1855 (java) S 1844 1848 31312 0 -1 4202560 361 0 0 0 182 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554824387112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1856] ppid=1844 vsize=9625004 CPUtime=2.14 cores=1,3,5,7
/proc/1848/task/1856/stat : 1856 (java) S 1844 1848 31312 0 -1 4202560 226 0 0 0 207 7 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554823334312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1857] ppid=1844 vsize=9625004 CPUtime=2.07 cores=1,3,5,7
/proc/1848/task/1857/stat : 1857 (java) S 1844 1848 31312 0 -1 4202560 398 0 0 0 198 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554822281512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1858] ppid=1844 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/1848/task/1858/stat : 1858 (java) S 1844 1848 31312 0 -1 4202560 418 0 0 0 180 7 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554821228712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1859] ppid=1844 vsize=9625004 CPUtime=14.33 cores=1,3,5,7
/proc/1848/task/1859/stat : 1859 (java) S 1844 1848 31312 0 -1 4202560 500 0 0 0 1429 4 0 0 20 0 19 0 283225211 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554663537640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1860] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1860/stat : 1860 (java) S 1844 1848 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554662483704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1861] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1861/stat : 1861 (java) S 1844 1848 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554661430792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1862] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1862/stat : 1862 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554660379280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1863] ppid=1844 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/1848/task/1863/stat : 1863 (java) S 1844 1848 31312 0 -1 4202560 5676 0 0 0 66 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554659326392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1864] ppid=1844 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/1848/task/1864/stat : 1864 (java) S 1844 1848 31312 0 -1 4202560 4888 0 0 0 54 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554658273592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1865] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1865/stat : 1865 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554657220984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1866] ppid=1844 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/1848/task/1866/stat : 1866 (java) S 1844 1848 31312 0 -1 4202560 102 0 0 0 43 28 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554656168392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1867] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1867/stat : 1867 (java) S 1844 1848 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283225252 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554654840488 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1795.41
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.9 s]
/proc/loadavg: 2.09 2.04 2.01 3/213 1942
/proc/meminfo: memFree=30417284/32873844 swapFree=7624/7624
[pid=1848] ppid=1844 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/1848/stat : 1848 (java) S 1844 1848 31312 0 -1 4202496 17983 0 1 0 179895 106 0 0 20 0 19 0 283225208 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140737316481216 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1848/statm: 2406251 161763 2291 9 0 2396937 0
[pid=1848/tid=1850] ppid=1844 vsize=9625004 CPUtime=1762.87 cores=1,3,5,7
/proc/1848/task/1850/stat : 1850 (java) R 1844 1848 31312 0 -1 4202560 2773 0 1 0 176255 32 0 0 20 0 19 0 283225209 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554839535984 140554701359139 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1851] ppid=1844 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/1848/task/1851/stat : 1851 (java) S 1844 1848 31312 0 -1 4202560 455 0 0 0 201 7 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554828598312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1852] ppid=1844 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/1848/task/1852/stat : 1852 (java) S 1844 1848 31312 0 -1 4202560 348 0 0 0 196 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554827545512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1853] ppid=1844 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/1848/task/1853/stat : 1853 (java) S 1844 1848 31312 0 -1 4202560 404 0 0 0 200 8 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554826492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1854] ppid=1844 vsize=9625004 CPUtime=2.16 cores=1,3,5,7
/proc/1848/task/1854/stat : 1854 (java) S 1844 1848 31312 0 -1 4202560 252 0 0 0 207 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554825439912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1855] ppid=1844 vsize=9625004 CPUtime=1.91 cores=1,3,5,7
/proc/1848/task/1855/stat : 1855 (java) S 1844 1848 31312 0 -1 4202560 361 0 0 0 182 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554824387112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1856] ppid=1844 vsize=9625004 CPUtime=2.14 cores=1,3,5,7
/proc/1848/task/1856/stat : 1856 (java) S 1844 1848 31312 0 -1 4202560 226 0 0 0 207 7 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554823334312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1857] ppid=1844 vsize=9625004 CPUtime=2.07 cores=1,3,5,7
/proc/1848/task/1857/stat : 1857 (java) S 1844 1848 31312 0 -1 4202560 398 0 0 0 198 9 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554822281512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1858] ppid=1844 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/1848/task/1858/stat : 1858 (java) S 1844 1848 31312 0 -1 4202560 418 0 0 0 180 7 0 0 20 0 19 0 283225210 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554821228712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1859] ppid=1844 vsize=9625004 CPUtime=14.33 cores=1,3,5,7
/proc/1848/task/1859/stat : 1859 (java) S 1844 1848 31312 0 -1 4202560 500 0 0 0 1429 4 0 0 20 0 19 0 283225211 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554663537640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1860] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1860/stat : 1860 (java) S 1844 1848 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554662483704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1861] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1861/stat : 1861 (java) S 1844 1848 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283225212 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554661430792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1862] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1862/stat : 1862 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554660379280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1848/tid=1863] ppid=1844 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/1848/task/1863/stat : 1863 (java) S 1844 1848 31312 0 -1 4202560 5676 0 0 0 66 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554659326392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1848/tid=1864] ppid=1844 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/1848/task/1864/stat : 1864 (java) S 1844 1848 31312 0 -1 4202560 4888 0 0 0 54 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554658273592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1865] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1865/stat : 1865 (java) S 1844 1848 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554657220984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1848/tid=1866] ppid=1844 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/1848/task/1866/stat : 1866 (java) S 1844 1848 31312 0 -1 4202560 102 0 0 0 43 28 0 0 20 0 19 0 283225215 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554656168392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1848/tid=1867] ppid=1844 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1848/task/1867/stat : 1867 (java) S 1844 1848 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283225252 9856004096 161763 33554432000 1073741824 1073778376 140737316490080 140554654840488 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1848 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=398210
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=432782
# CPU time returned by wait4() is 1795.83
# 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): 1786.96
CPU time (s): 1800.01
CPU user time (s): 1798.95
CPU system time (s): 1.06
CPU usage (%): 100.731
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.4
system time used= 1.43278
maximum resident set size= 647168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18013
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= 42843
involuntary context switches= 46111

runsolver used 6.06208 second user time and 16.2135 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 04:09:56
IDJOB=3711247
IDBENCH=48220
IDSOLVER=2289
FILE ID=node130/3711247-1338170996
RUNJOBID= node130-1338158197-31329
PBS_JOBID= 14624537
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_2.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711247-1338170996/watcher-3711247-1338170996 -o /tmp/evaluation-result-3711247-1338170996/solver-3711247-1338170996 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711247-1338170996.opb

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

MD5SUM BENCH= 8d62286ae12c02f1d9e42b05c51333f2
RANDOM SEED=147606346

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30530316 kB
Buffers:          314148 kB
Cached:           489256 kB
SwapCached:         4508 kB
Active:          1393460 kB
Inactive:         108656 kB
Active(anon):     688808 kB
Inactive(anon):     9016 kB
Active(file):     704652 kB
Inactive(file):    99640 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:        703864 kB
Mapped:            19876 kB
Shmem:                 8 kB
Slab:             694044 kB
SReclaimable:     135852 kB
SUnreclaim:       558192 kB
KernelStack:        1608 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1069404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 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= 71472 MiB
End job on node130 at 2012-05-28 04:39:45