Trace number 3718375

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-28OPTIMUM 1413.82 1409.96

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_15_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMdbde182a3659a82e6c4ef24ee1922e32
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.081987
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints50
Number of soft constraints50
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Top cost 2726
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 2725
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120528
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3718375-1338253101.wbo
0.11/0.11	c reading problem ... 
0.11/0.14	c ... done. Wall clock time 0.032s.
0.11/0.14	c declared #vars     300
0.11/0.14	c internal #vars     350
0.11/0.14	c #constraints  50
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.14	c ignored satisfied constraints => 1
0.11/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
0.11/0.14	c 51 constraints processed.
0.11/0.14	c objective function length is 50 literals
0.31/0.22	c SATISFIABLE
0.31/0.22	c OPTIMIZING...
0.31/0.22	c Got one! Elapsed wall clock time (in seconds):0.11
0.31/0.22	o 92
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.127
0.31/0.24	o 90
0.31/0.27	c Got one! Elapsed wall clock time (in seconds):0.156
0.31/0.27	o 74
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.197
0.49/0.31	o 61
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.298
0.66/0.41	o 42
0.86/0.63	c cleaning 3684 clauses out of 7376 with flag 20112/7376
1.32/1.01	c cleaning 4839 clauses out of 9696 with flag 70518/13380
1.32/1.03	c Got one! Elapsed wall clock time (in seconds):0.918
1.32/1.03	o 39
1.53/1.27	c cleaning 4970 clauses out of 9950 with flag 35208/18473
1.93/1.65	c cleaning 5484 clauses out of 10982 with flag 84237/24475
2.07/1.72	c Got one! Elapsed wall clock time (in seconds):1.609
2.07/1.72	o 35
2.27/1.97	c cleaning 5347 clauses out of 10717 with flag 31478/29694
2.58/2.30	c cleaning 5678 clauses out of 11371 with flag 76300/35695
3.07/2.71	c cleaning 6334 clauses out of 12692 with flag 149229/42694
3.07/2.75	c Got one! Elapsed wall clock time (in seconds):2.641
3.07/2.75	o 28
3.48/3.18	c cleaning 6030 clauses out of 12076 with flag 47384/48412
4.08/3.72	c cleaning 6012 clauses out of 12045 with flag 102023/54411
4.69/4.34	c cleaning 6517 clauses out of 13037 with flag 159350/61415
5.49/5.10	c cleaning 7253 clauses out of 14516 with flag 224739/69411
6.40/6.02	c cleaning 8130 clauses out of 16263 with flag 302755/78411
7.41/7.05	c cleaning 9063 clauses out of 18136 with flag 398599/88414
8.72/8.34	c cleaning 10030 clauses out of 20070 with flag 532288/99411
10.33/9.96	c cleaning 11014 clauses out of 22039 with flag 636911/111410
12.22/11.87	c cleaning 12006 clauses out of 24026 with flag 754193/124411
14.24/13.88	c cleaning 13006 clauses out of 26023 with flag 888271/138414
16.25/15.81	c cleaning 14000 clauses out of 28014 with flag 1046175/153411
18.55/18.15	c cleaning 15000 clauses out of 30013 with flag 1218522/169410
21.27/20.80	c cleaning 16004 clauses out of 32015 with flag 1385922/186412
24.39/23.90	c cleaning 17001 clauses out of 34009 with flag 1611637/204410
27.49/27.04	c cleaning 18000 clauses out of 36008 with flag 1863361/223410
30.92/30.47	c cleaning 18998 clauses out of 38008 with flag 2116181/243410
34.93/34.44	c cleaning 20004 clauses out of 40012 with flag 2371716/264412
39.56/39.02	c cleaning 21002 clauses out of 42006 with flag 2668886/286410
43.97/43.41	c cleaning 21995 clauses out of 44005 with flag 3009449/309411
49.37/48.83	c cleaning 23002 clauses out of 46010 with flag 3376028/333411
54.50/53.93	c cleaning 24000 clauses out of 48007 with flag 3744165/358410
60.00/59.47	c cleaning 25001 clauses out of 50010 with flag 4110487/384413
66.63/66.09	c cleaning 26001 clauses out of 52006 with flag 4450326/411410
73.04/72.43	c cleaning 26998 clauses out of 54006 with flag 4730216/439411
80.06/79.48	c cleaning 27986 clauses out of 56008 with flag 5081658/468411
88.88/88.21	c cleaning 29006 clauses out of 58023 with flag 5447506/498412
98.09/97.47	c cleaning 30002 clauses out of 60016 with flag 5833289/529411
107.82/107.18	c cleaning 30998 clauses out of 62013 with flag 6236791/561410
118.14/117.41	c cleaning 31995 clauses out of 64016 with flag 6691158/594411
127.67/126.91	c cleaning 32993 clauses out of 66021 with flag 7089633/628411
138.09/137.32	c cleaning 34010 clauses out of 68028 with flag 7584169/663411
148.23/147.45	c cleaning 35001 clauses out of 70018 with flag 8088411/699411
160.33/159.56	c cleaning 35997 clauses out of 72016 with flag 8648919/736410
171.94/171.19	c cleaning 37002 clauses out of 74020 with flag 9124217/774411
183.85/183.00	c cleaning 37989 clauses out of 76018 with flag 9538797/813411
193.68/192.82	c cleaning 39002 clauses out of 78028 with flag 9974755/853410
203.03/202.19	c cleaning 40007 clauses out of 80026 with flag 10457036/894410
213.84/212.97	c cleaning 41007 clauses out of 82026 with flag 10887466/936417
226.97/226.06	c cleaning 41996 clauses out of 84015 with flag 11403317/979413
240.31/239.38	c cleaning 43005 clauses out of 86016 with flag 11957243/1023410
252.12/251.18	c cleaning 44003 clauses out of 88013 with flag 12433948/1068412
268.46/267.47	c cleaning 45000 clauses out of 90009 with flag 12966133/1114411
283.18/282.19	c cleaning 45995 clauses out of 92008 with flag 13513852/1161410
301.50/300.40	c cleaning 47001 clauses out of 94014 with flag 14098218/1209411
319.70/318.64	c cleaning 47998 clauses out of 96012 with flag 14690279/1258410
337.84/336.73	c cleaning 48996 clauses out of 98014 with flag 15273797/1308410
356.27/355.18	c cleaning 50004 clauses out of 100019 with flag 15846952/1359411
371.30/370.16	c cleaning 50993 clauses out of 102014 with flag 16421958/1411410
390.53/389.30	c cleaning 52005 clauses out of 104022 with flag 17109304/1464411
413.94/412.72	c cleaning 53002 clauses out of 106016 with flag 17759637/1518410
436.18/434.94	c cleaning 54002 clauses out of 108015 with flag 18457650/1573411
458.29/457.02	c cleaning 55000 clauses out of 110013 with flag 19170790/1629411
479.71/478.42	c cleaning 55995 clauses out of 112012 with flag 19918028/1686410
500.84/499.52	c cleaning 57006 clauses out of 114017 with flag 20595004/1744410
524.78/523.40	c cleaning 58002 clauses out of 116013 with flag 21330774/1803412
546.02/544.63	c cleaning 59000 clauses out of 118011 with flag 22107354/1863412
568.97/567.54	c cleaning 60003 clauses out of 120009 with flag 22905948/1924410
595.80/594.37	c cleaning 61003 clauses out of 122009 with flag 23674009/1986413
601.34/599.85	c Got one! Elapsed wall clock time (in seconds):599.738
601.34/599.85	o 22
602.02/600.38	c cleaning 41641 clauses out of 83291 with flag 41278/2008699
602.22/600.44	c Got one! Elapsed wall clock time (in seconds):600.331
602.22/600.44	o 6
602.82/600.87	c cleaning 23718 clauses out of 47441 with flag 47339/2014490
603.26/601.23	c cleaning 14845 clauses out of 29722 with flag 99688/2020489
603.66/601.66	c cleaning 10918 clauses out of 21874 with flag 158426/2027486
604.17/602.15	c cleaning 9472 clauses out of 18957 with flag 215853/2035487
605.01/602.95	c cleaning 9233 clauses out of 18486 with flag 274688/2044488
605.62/603.57	c cleaning 9621 clauses out of 19251 with flag 351025/2054486
606.46/604.30	c cleaning 10308 clauses out of 20633 with flag 441606/2065489
607.36/605.28	c cleaning 11158 clauses out of 22325 with flag 536081/2077489
608.66/606.52	c cleaning 12081 clauses out of 24166 with flag 652493/2090488
609.97/607.80	c cleaning 13031 clauses out of 26085 with flag 793746/2104488
611.58/609.50	c cleaning 14013 clauses out of 28052 with flag 946558/2119486
613.17/611.06	c cleaning 15007 clauses out of 30040 with flag 1105603/2135487
615.38/613.25	c cleaning 16008 clauses out of 32032 with flag 1276637/2152486
617.88/615.70	c cleaning 17002 clauses out of 34024 with flag 1422145/2170486
620.49/618.39	c cleaning 18012 clauses out of 36025 with flag 1591119/2189489
622.60/620.45	c cleaning 19002 clauses out of 38013 with flag 1748836/2209489
625.50/623.32	c cleaning 19995 clauses out of 40008 with flag 1934663/2230486
628.43/626.22	c cleaning 21000 clauses out of 42014 with flag 2120696/2252487
632.13/629.94	c cleaning 21996 clauses out of 44013 with flag 2327448/2275486
635.94/633.77	c cleaning 23004 clauses out of 46019 with flag 2541432/2299488
640.94/638.72	c cleaning 24001 clauses out of 48016 with flag 2810422/2324489
645.05/642.89	c cleaning 25003 clauses out of 50014 with flag 3039879/2350488
649.67/647.48	c cleaning 26000 clauses out of 52010 with flag 3296659/2377487
655.19/652.96	c cleaning 26999 clauses out of 54009 with flag 3549383/2405486
661.11/658.83	c cleaning 27997 clauses out of 56015 with flag 3838785/2434491
668.05/665.72	c cleaning 29001 clauses out of 58014 with flag 4164562/2464487
675.47/673.19	c cleaning 30004 clauses out of 60013 with flag 4525373/2495487
683.29/680.91	c cleaning 30992 clauses out of 62008 with flag 4855821/2527486
691.41/689.02	c cleaning 31998 clauses out of 64016 with flag 5188851/2560486
699.74/697.34	c cleaning 32999 clauses out of 66018 with flag 5530172/2594486
708.25/705.83	c cleaning 34004 clauses out of 68022 with flag 5883521/2629489
716.96/714.52	c cleaning 35004 clauses out of 70015 with flag 6252427/2665486
726.40/723.94	c cleaning 35999 clauses out of 72011 with flag 6610769/2702486
737.10/734.67	c cleaning 37002 clauses out of 74012 with flag 6986914/2740486
746.90/744.40	c cleaning 38001 clauses out of 76010 with flag 7419784/2779486
758.34/755.87	c cleaning 38993 clauses out of 78009 with flag 7858330/2819486
770.26/767.74	c cleaning 40000 clauses out of 80016 with flag 8252336/2860486
781.87/779.33	c cleaning 41001 clauses out of 82017 with flag 8683411/2902487
795.31/792.74	c cleaning 42001 clauses out of 84015 with flag 9151699/2945486
806.74/804.14	c cleaning 43002 clauses out of 86018 with flag 9594612/2989490
821.45/818.84	c cleaning 43998 clauses out of 88012 with flag 10100416/3034486
837.98/835.38	c cleaning 45008 clauses out of 90022 with flag 10677779/3080494
855.23/852.58	c cleaning 45998 clauses out of 92007 with flag 11202986/3127487
874.14/871.43	c cleaning 46998 clauses out of 94008 with flag 11773460/3175486
890.67/887.94	c cleaning 47998 clauses out of 96014 with flag 12347208/3224490
906.88/904.12	c cleaning 49002 clauses out of 98016 with flag 12888975/3274490
925.82/923.00	c cleaning 50001 clauses out of 100012 with flag 13471661/3325488
945.05/942.28	c cleaning 51000 clauses out of 102009 with flag 14121111/3377486
966.68/963.89	c cleaning 51995 clauses out of 104010 with flag 14725419/3430487
987.62/984.79	c cleaning 53002 clauses out of 106017 with flag 15360117/3484489
1009.85/1006.97	c cleaning 54001 clauses out of 108015 with flag 16111124/3539489
1033.27/1030.34	c cleaning 55001 clauses out of 110011 with flag 16853525/3595486
1053.53/1050.53	c cleaning 55991 clauses out of 112010 with flag 17596268/3652486
1076.87/1073.82	c cleaning 57000 clauses out of 114019 with flag 18302504/3710486
1100.90/1097.88	c cleaning 58005 clauses out of 116020 with flag 19049064/3769487
1121.01/1117.96	c cleaning 59002 clauses out of 118014 with flag 19750239/3829486
1145.74/1142.62	c cleaning 59997 clauses out of 120012 with flag 20493988/3890486
1169.37/1166.26	c cleaning 61004 clauses out of 122016 with flag 21288793/3952487
1195.09/1191.91	c cleaning 62001 clauses out of 124012 with flag 22111323/4015487
1221.52/1218.33	c cleaning 63001 clauses out of 126011 with flag 22968017/4079487
1252.28/1249.05	c cleaning 63999 clauses out of 128009 with flag 23787036/4144486
1283.61/1280.37	c cleaning 64999 clauses out of 130010 with flag 24559024/4210486
1316.05/1312.74	c cleaning 66004 clauses out of 132013 with flag 25410228/4277488
1347.98/1344.66	c cleaning 66999 clauses out of 134008 with flag 26278939/4345487
1379.52/1376.12	c cleaning 68001 clauses out of 136010 with flag 27202141/4414488
1410.55/1407.12	c cleaning 69002 clauses out of 138007 with flag 28136191/4484487
1413.44/1409.95	c starts		: 263
1413.44/1409.95	c conflicts		: 4495013
1413.44/1409.95	c decisions		: 5260151
1413.44/1409.95	c propagations		: 91377677
1413.44/1409.95	c inspects		: 22336258971
1413.44/1409.95	c shortcuts		: 0
1413.44/1409.95	c learnt literals	: 7
1413.44/1409.95	c learnt binary clauses	: 8
1413.44/1409.95	c learnt ternary clauses	: 7
1413.44/1409.95	c learnt constraints	: 4495005
1413.44/1409.95	c ignored constraints	: 0
1413.44/1409.95	c root simplifications	: 0
1413.44/1409.95	c removed literals (reason simplification)	: 0
1413.44/1409.95	c reason swapping (by a shorter reason)	: 0
1413.44/1409.95	c Calls to reduceDB	: 132
1413.44/1409.95	c Number of update (reduction) of LBD	: 2522175
1413.44/1409.95	c number of reductions to clauses (during analyze)	: 0
1413.44/1409.95	c number of learned constraints concerned by reduction	: 0
1413.44/1409.95	c number of learning phase by resolution	: 0
1413.44/1409.95	c number of learning phase by cutting planes	: 0
1413.44/1409.95	c speed (assignments/second)	: 64815.59713720289
1413.44/1409.95	c non guided choices	2111
1413.44/1409.95	c learnt constraints type 
1413.44/1409.95	c constraints type 
1413.44/1409.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
1413.44/1409.95	c ignored satisfied constraints => 1
1413.44/1409.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
1413.44/1409.95	c 51 constraints processed.
1413.44/1409.95	s OPTIMUM FOUND
1413.44/1409.96	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 
1413.44/1409.96	c objective function=6
1413.44/1409.96	c Total wall clock time (in seconds): 1409.846

Verifier Data

OK	6

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-3718375-1338253101/watcher-3718375-1338253101 -o /tmp/evaluation-result-3718375-1338253101/solver-3718375-1338253101 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718375-1338253101.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: 2.06 2.08 2.02 3/194 30636
/proc/meminfo: memFree=30124324/32873648 swapFree=7372/7372
[pid=30636] ppid=30634 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/30636/stat : 30636 (java) R 30634 30636 27324 0 -1 4202496 285 0 0 0 0 0 0 0 20 0 1 0 291436116 278528 34 33554432000 1073741824 1073778376 140736438023344 140737185379832 217401325024 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30636/statm: 623 42 34 9 0 25 0

[startup+0.106258 s]
/proc/loadavg: 2.06 2.08 2.02 3/194 30636
/proc/meminfo: memFree=30124324/32873648 swapFree=7372/7372
[pid=30636] ppid=30634 vsize=9558416 CPUtime=0.11 cores=0,2,4,6
/proc/30636/stat : 30636 (java) S 30634 30636 27324 0 -1 4202496 4473 0 1 0 9 2 0 0 20 0 18 0 291436116 9787817984 5664 33554432000 1073741824 1073778376 140736438023344 140736438014480 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30636/statm: 2389604 5664 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.200273 s]
/proc/loadavg: 2.06 2.08 2.02 3/194 30636
/proc/meminfo: memFree=30124324/32873648 swapFree=7372/7372
[pid=30636] ppid=30634 vsize=9624980 CPUtime=0.31 cores=0,2,4,6
/proc/30636/stat : 30636 (java) S 30634 30636 27324 0 -1 4202496 6419 0 1 0 29 2 0 0 20 0 19 0 291436116 9855979520 6785 33554432000 1073741824 1073778376 140736438023344 140736438014480 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30636/statm: 2406245 6785 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9624980

[startup+0.300218 s]
/proc/loadavg: 2.06 2.08 2.02 3/194 30636
/proc/meminfo: memFree=30124324/32873648 swapFree=7372/7372
[pid=30636] ppid=30634 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/30636/stat : 30636 (java) S 30634 30636 27324 0 -1 4202496 6522 0 1 0 47 2 0 0 20 0 19 0 291436116 9855979520 6812 33554432000 1073741824 1073778376 140736438023344 140736438014480 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30636/statm: 2406245 6812 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9624980

[startup+0.700195 s]
/proc/loadavg: 2.06 2.08 2.02 3/194 30636
/proc/meminfo: memFree=30124324/32873648 swapFree=7372/7372
[pid=30636] ppid=30634 vsize=9624980 CPUtime=0.99 cores=0,2,4,6
/proc/30636/stat : 30636 (java) S 30634 30636 27324 0 -1 4202496 7420 0 1 0 96 3 0 0 20 0 19 0 291436116 9855979520 9480 33554432000 1073741824 1073778376 140736438023344 140736438014480 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30636/statm: 2406245 9480 2262 9 0 2396937 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9624980

[startup+1.50062 s]
/proc/loadavg: 2.06 2.08 2.02 3/213 30655
/proc/meminfo: memFree=30090648/32873648 swapFree=7372/7372
[pid=30636] ppid=30634 vsize=9624980 CPUtime=1.83 cores=0,2,4,6
/proc/30636/stat : 30636 (java) S 30634 30636 27324 0 -1 4202496 7438 0 1 0 180 3 0 0 20 0 19 0 291436116 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140736438014480 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30636/statm: 2406245 10516 2262 9 0 2396937 0
[pid=30636/tid=30638] ppid=30634 vsize=9624980 CPUtime=1.44 cores=0,2,4,6
/proc/30636/task/30638/stat : 30638 (java) R 30634 30636 27324 0 -1 4202560 2506 0 1 0 142 2 0 0 20 0 19 0 291436117 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140199081218336 140198953636224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30639] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 27324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198924864040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 27324 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198923811240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 27324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198922758440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 27324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198921705640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 27324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198920653864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 27324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198919601064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198918548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30646] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 27324 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198917495464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 27324 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 291436119 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198905297384 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30648] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 27324 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198904243448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30649] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30649/stat : 30649 (java) S 30634 30636 27324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198903190536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30650] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30650/stat : 30650 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198902139024 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30651] ppid=30634 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/30636/task/30651/stat : 30651 (java) S 30634 30636 27324 0 -1 4202560 1125 0 0 0 15 0 0 0 20 0 19 0 291436122 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198901087160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30652] ppid=30634 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/30636/task/30652/stat : 30652 (java) S 30634 30636 27324 0 -1 4202560 2558 0 0 0 16 0 0 0 20 0 19 0 291436122 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198900034360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30653] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30653/stat : 30653 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198898981752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30654] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30654/stat : 30654 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198897929160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30655] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30655/stat : 30655 (java) S 30634 30636 27324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291436131 9855979520 10516 33554432000 1073741824 1073778376 140736438023344 140198896874664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9624980

[startup+3.10062 s]
/proc/loadavg: 2.06 2.08 2.02 3/213 30655
/proc/meminfo: memFree=30090152/32873648 swapFree=7372/7372
[pid=30636] ppid=30634 vsize=9624980 CPUtime=3.48 cores=0,2,4,6
/proc/30636/stat : 30636 (java) S 30634 30636 27324 0 -1 4202496 7472 0 1 0 345 3 0 0 20 0 19 0 291436116 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140736438014480 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30636/statm: 2406245 11055 2264 9 0 2396937 0
[pid=30636/tid=30638] ppid=30634 vsize=9624980 CPUtime=3 cores=0,2,4,6
/proc/30636/task/30638/stat : 30638 (java) R 30634 30636 27324 0 -1 4202560 2509 0 1 0 298 2 0 0 20 0 19 0 291436117 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140199081218456 140198953701275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30639] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 27324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198924864040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 27324 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198923811240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 27324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198922758440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 27324 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198921705640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 27324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198920653864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 27324 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198919601064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 27324 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198918548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30646] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 27324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198917495464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 27324 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 291436119 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198905297384 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30648] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 27324 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198904243448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30649] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30649/stat : 30649 (java) S 30634 30636 27324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198903190536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30650] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30650/stat : 30650 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198902139024 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30651] ppid=30634 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/30636/task/30651/stat : 30651 (java) S 30634 30636 27324 0 -1 4202560 1126 0 0 0 15 0 0 0 20 0 19 0 291436122 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198901087160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30652] ppid=30634 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/30636/task/30652/stat : 30652 (java) S 30634 30636 27324 0 -1 4202560 2570 0 0 0 20 0 0 0 20 0 19 0 291436122 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198900034360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30653] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30653/stat : 30653 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198898981752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30654] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30654/stat : 30654 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198897929160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30655] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30655/stat : 30655 (java) S 30634 30636 27324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291436131 9855979520 11055 33554432000 1073741824 1073778376 140736438023344 140198896874664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9624980

[startup+6.30064 s]
/proc/loadavg: 2.06 2.08 2.02 3/213 30655
/proc/meminfo: memFree=30085816/32873648 swapFree=7372/7372
[pid=30636] ppid=30634 vsize=9624980 CPUtime=6.71 cores=0,2,4,6
/proc/30636/stat : 30636 (java) S 30634 30636 27324 0 -1 4202496 7496 0 1 0 668 3 0 0 20 0 19 0 291436116 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140736438014480 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30636/statm: 2406245 11467 2264 9 0 2396937 0
[pid=30636/tid=30638] ppid=30634 vsize=9624980 CPUtime=6.13 cores=0,2,4,6
/proc/30636/task/30638/stat : 30638 (java) R 30634 30636 27324 0 -1 4202560 2515 0 1 0 611 2 0 0 20 0 19 0 291436117 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140199081218336 140198953646780 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30639] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 27324 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198924864040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 27324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198923811240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 27324 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198922758440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 27324 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198921705640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 27324 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198920653864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 27324 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198919601064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 27324 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198918548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30646] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 27324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291436118 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198917495464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 27324 0 -1 4202560 34 0 0 0 10 0 0 0 20 0 19 0 291436119 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198905297384 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30648] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 27324 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198904243448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30649] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30649/stat : 30649 (java) S 30634 30636 27324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198903190536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30650] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30650/stat : 30650 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198902139024 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30651] ppid=30634 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/30636/task/30651/stat : 30651 (java) S 30634 30636 27324 0 -1 4202560 1126 0 0 0 15 0 0 0 20 0 19 0 291436122 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198901087160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30652] ppid=30634 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/30636/task/30652/stat : 30652 (java) S 30634 30636 27324 0 -1 4202560 2570 0 0 0 20 0 0 0 20 0 19 0 291436122 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198900034360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30653] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30653/stat : 30653 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198898981752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30654] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30654/stat : 30654 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198897929160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30655] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30655/stat : 30655 (java) S 30634 30636 27324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291436131 9855979520 11467 33554432000 1073741824 1073778376 140736438023344 140198896874664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 27324 0 -1 4202560 70 0 0 0 40 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198924864040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 27324 0 -1 4202560 45 0 0 0 40 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198923811240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 27324 0 -1 4202560 189 0 0 0 41 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198922758440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 27324 0 -1 4202560 89 0 0 0 41 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198921705640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 27324 0 -1 4202560 148 0 0 0 43 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198920653864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 27324 0 -1 4202560 188 0 0 0 44 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198919601064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 27324 0 -1 4202560 40 0 0 0 46 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198918548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30646] ppid=30634 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 27324 0 -1 4202560 92 0 0 0 48 2 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198917495464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=9624980 CPUtime=3.39 cores=0,2,4,6
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 27324 0 -1 4202560 146 0 0 0 337 2 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198905297384 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30648] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 27324 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198904243448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30649] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30649/stat : 30649 (java) S 30634 30636 27324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198903190536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30650] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30650/stat : 30650 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198902139024 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30651] ppid=30634 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/30636/task/30651/stat : 30651 (java) S 30634 30636 27324 0 -1 4202560 1126 0 0 0 15 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198901087160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30652] ppid=30634 vsize=9624980 CPUtime=0.74 cores=0,2,4,6
/proc/30636/task/30652/stat : 30652 (java) S 30634 30636 27324 0 -1 4202560 11586 0 0 0 71 3 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198900034360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30653] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30653/stat : 30653 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198898981752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30654] ppid=30634 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/30636/task/30654/stat : 30654 (java) S 30634 30636 27324 0 -1 4202560 81 0 0 0 22 21 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198897929160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30655] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30655/stat : 30655 (java) S 30634 30636 27324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291436131 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198896874664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1412.31
Current children cumulated vsize (KiB) 9624980

[startup+1409.6 s]
/proc/loadavg: 2.29 2.06 2.02 3/214 30751
/proc/meminfo: memFree=30329136/32873648 swapFree=7372/7372
[pid=30636] ppid=30634 vsize=9624980 CPUtime=1413.11 cores=0,2,4,6
/proc/30636/stat : 30636 (java) S 30634 30636 27324 0 -1 4202496 17628 0 1 0 141275 36 0 0 20 0 19 0 291436116 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140736438014480 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30636/statm: 2406245 38690 2269 9 0 2396937 0
[pid=30636/tid=30638] ppid=30634 vsize=9624980 CPUtime=1405.01 cores=0,2,4,6
/proc/30636/task/30638/stat : 30638 (java) R 30634 30636 27324 0 -1 4202560 2648 0 1 0 140477 24 0 0 20 0 19 0 291436117 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140199081218624 140198953671556 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30639] ppid=30634 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 27324 0 -1 4202560 70 0 0 0 40 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198924864040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 27324 0 -1 4202560 45 0 0 0 40 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198923811240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 27324 0 -1 4202560 189 0 0 0 41 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198922758440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 27324 0 -1 4202560 89 0 0 0 41 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198921705640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 27324 0 -1 4202560 148 0 0 0 43 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198920653864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 27324 0 -1 4202560 188 0 0 0 44 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198919601064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 27324 0 -1 4202560 40 0 0 0 46 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198918548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30646] ppid=30634 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 27324 0 -1 4202560 92 0 0 0 48 2 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198917495464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=9624980 CPUtime=3.39 cores=0,2,4,6
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 27324 0 -1 4202560 146 0 0 0 337 2 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198905297384 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30648] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 27324 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198904243448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30649] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30649/stat : 30649 (java) S 30634 30636 27324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198903190536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30650] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30650/stat : 30650 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198902139024 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30651] ppid=30634 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/30636/task/30651/stat : 30651 (java) S 30634 30636 27324 0 -1 4202560 1126 0 0 0 15 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198901087160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30652] ppid=30634 vsize=9624980 CPUtime=0.74 cores=0,2,4,6
/proc/30636/task/30652/stat : 30652 (java) S 30634 30636 27324 0 -1 4202560 11586 0 0 0 71 3 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198900034360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30653] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30653/stat : 30653 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198898981752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30654] ppid=30634 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/30636/task/30654/stat : 30654 (java) S 30634 30636 27324 0 -1 4202560 81 0 0 0 22 21 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198897929160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30655] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30655/stat : 30655 (java) S 30634 30636 27324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291436131 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198896874664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1413.11
Current children cumulated vsize (KiB) 9624980

[startup+1409.8 s]
/proc/loadavg: 2.29 2.06 2.02 3/214 30751
/proc/meminfo: memFree=30329136/32873648 swapFree=7372/7372
[pid=30636] ppid=30634 vsize=9624980 CPUtime=1413.34 cores=0,2,4,6
/proc/30636/stat : 30636 (java) S 30634 30636 27324 0 -1 4202496 17628 0 1 0 141298 36 0 0 20 0 19 0 291436116 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140736438014480 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30636/statm: 2406245 38690 2269 9 0 2396937 0
[pid=30636/tid=30638] ppid=30634 vsize=9624980 CPUtime=1405.21 cores=0,2,4,6
/proc/30636/task/30638/stat : 30638 (java) R 30634 30636 27324 0 -1 4202560 2648 0 1 0 140497 24 0 0 20 0 19 0 291436117 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140199081218968 140198953833502 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30639] ppid=30634 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 27324 0 -1 4202560 70 0 0 0 40 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198924864040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 27324 0 -1 4202560 45 0 0 0 40 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198923811240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 27324 0 -1 4202560 189 0 0 0 41 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198922758440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 27324 0 -1 4202560 89 0 0 0 41 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198921705640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 27324 0 -1 4202560 148 0 0 0 43 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198920653864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 27324 0 -1 4202560 188 0 0 0 44 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198919601064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 27324 0 -1 4202560 40 0 0 0 46 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198918548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30646] ppid=30634 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 27324 0 -1 4202560 92 0 0 0 48 2 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198917495464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=9624980 CPUtime=3.39 cores=0,2,4,6
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 27324 0 -1 4202560 146 0 0 0 337 2 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198905297384 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30648] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 27324 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198904243448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30649] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30649/stat : 30649 (java) S 30634 30636 27324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198903190536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30650] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30650/stat : 30650 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198902139024 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30651] ppid=30634 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/30636/task/30651/stat : 30651 (java) S 30634 30636 27324 0 -1 4202560 1126 0 0 0 17 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198901087160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30652] ppid=30634 vsize=9624980 CPUtime=0.75 cores=0,2,4,6
/proc/30636/task/30652/stat : 30652 (java) S 30634 30636 27324 0 -1 4202560 11586 0 0 0 72 3 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198900034360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30653] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30653/stat : 30653 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198898981752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30654] ppid=30634 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/30636/task/30654/stat : 30654 (java) S 30634 30636 27324 0 -1 4202560 81 0 0 0 22 21 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198897929160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30655] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30655/stat : 30655 (java) S 30634 30636 27324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291436131 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198896874664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1413.34
Current children cumulated vsize (KiB) 9624980

[startup+1409.9 s]
/proc/loadavg: 2.29 2.06 2.02 3/214 30751
/proc/meminfo: memFree=30329136/32873648 swapFree=7372/7372
[pid=30636] ppid=30634 vsize=9624980 CPUtime=1413.44 cores=0,2,4,6
/proc/30636/stat : 30636 (java) S 30634 30636 27324 0 -1 4202496 17628 0 1 0 141308 36 0 0 20 0 19 0 291436116 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140736438014480 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30636/statm: 2406245 38690 2269 9 0 2396937 0
[pid=30636/tid=30638] ppid=30634 vsize=9624980 CPUtime=1405.31 cores=0,2,4,6
/proc/30636/task/30638/stat : 30638 (java) R 30634 30636 27324 0 -1 4202560 2648 0 1 0 140507 24 0 0 20 0 19 0 291436117 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140199081218968 140198953833516 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30639] ppid=30634 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 27324 0 -1 4202560 70 0 0 0 40 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198924864040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 27324 0 -1 4202560 45 0 0 0 40 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198923811240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 27324 0 -1 4202560 189 0 0 0 41 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198922758440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 27324 0 -1 4202560 89 0 0 0 41 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198921705640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 27324 0 -1 4202560 148 0 0 0 43 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198920653864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 27324 0 -1 4202560 188 0 0 0 44 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198919601064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 27324 0 -1 4202560 40 0 0 0 46 0 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198918548264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30646] ppid=30634 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 27324 0 -1 4202560 92 0 0 0 48 2 0 0 20 0 19 0 291436118 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198917495464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=9624980 CPUtime=3.39 cores=0,2,4,6
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 27324 0 -1 4202560 146 0 0 0 337 2 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198905297384 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30648] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 27324 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198904243448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30649] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30649/stat : 30649 (java) S 30634 30636 27324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291436119 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198903190536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30650] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30650/stat : 30650 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198902139024 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30651] ppid=30634 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/30636/task/30651/stat : 30651 (java) S 30634 30636 27324 0 -1 4202560 1126 0 0 0 17 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198901087160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30636/tid=30652] ppid=30634 vsize=9624980 CPUtime=0.75 cores=0,2,4,6
/proc/30636/task/30652/stat : 30652 (java) S 30634 30636 27324 0 -1 4202560 11586 0 0 0 72 3 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198900034360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30636/tid=30653] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30653/stat : 30653 (java) S 30634 30636 27324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198898981752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30636/tid=30654] ppid=30634 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/30636/task/30654/stat : 30654 (java) S 30634 30636 27324 0 -1 4202560 81 0 0 0 22 21 0 0 20 0 19 0 291436122 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198897929160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30636/tid=30655] ppid=30634 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/30636/task/30655/stat : 30655 (java) S 30634 30636 27324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291436131 9855979520 38690 33554432000 1073741824 1073778376 140736438023344 140198896874664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1413.44
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 1409.96
CPU time (s): 1413.82
CPU user time (s): 1413.17
CPU system time (s): 0.6539
CPU usage (%): 100.274
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1413.17
system time used= 0.6539
maximum resident set size= 155536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17647
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33527
involuntary context switches= 18285

runsolver used 4.70928 second user time and 12.0452 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-29 02:58:21
IDJOB=3718375
IDBENCH=79167
IDSOLVER=2301
FILE ID=node122/3718375-1338253101
RUNJOBID= node122-1338247599-29940
PBS_JOBID= 14624660
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_15_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718375-1338253101/watcher-3718375-1338253101 -o /tmp/evaluation-result-3718375-1338253101/solver-3718375-1338253101 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718375-1338253101.wbo

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

MD5SUM BENCH= dbde182a3659a82e6c4ef24ee1922e32
RANDOM SEED=1364696997

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        30124596 kB
Buffers:          341816 kB
Cached:           484536 kB
SwapCached:         1104 kB
Active:          1776812 kB
Inactive:          99560 kB
Active(anon):    1046204 kB
Inactive(anon):     6056 kB
Active(file):     730608 kB
Inactive(file):    93504 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67102812 kB
Dirty:               484 kB
Writeback:             0 kB
AnonPages:       1072124 kB
Mapped:            18972 kB
Shmem:                 8 kB
Slab:             715640 kB
SReclaimable:     159796 kB
SUnreclaim:       555844 kB
KernelStack:        1600 kB
PageTables:         6296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1382416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1044480 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= 71684 MiB
End job on node122 at 2012-05-29 03:21:51