Trace number 3688747

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)-19 1800.1 1787.85

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_1.opb
MD5SUM8c398fbb12ba7dbf676dd8375a76e0de
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-28
Best CPU time to get the best result obtained on this benchmark1789.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2496
Sum of products size (including duplicates)4992
Number of different products1248
Sum of products size2496

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.10	c version 2.3.2.v20120418
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688747-1337887511.opb
0.09/0.12	c reading problem ... 
0.22/0.29	c ... done. Wall clock time 0.166s.
0.22/0.29	c declared #vars     200
0.22/0.29	c internal #vars     1448
0.22/0.29	c #constraints  2798
0.22/0.29	c constraints type 
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1248
0.22/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.22/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1248
0.22/0.29	c 2798 constraints processed.
0.22/0.29	c objective function length is 100 literals
0.69/0.43	c SATISFIABLE
0.69/0.43	c OPTIMIZING...
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.309
0.69/0.43	o -16
1.32/0.94	c cleaning 2675 clauses out of 5349 with flag 5006/5349
1.90/1.41	c cleaning 4337 clauses out of 8674 with flag 11006/11349
2.41/1.96	c cleaning 5642 clauses out of 11347 with flag 18016/18359
2.93/2.46	c cleaning 6859 clauses out of 13718 with flag 26029/26372
3.66/3.16	c cleaning 7906 clauses out of 15831 with flag 35001/35344
4.58/4.03	c cleaning 8958 clauses out of 17929 with flag 45005/45348
5.29/4.76	c cleaning 9985 clauses out of 19970 with flag 56004/56347
6.00/5.43	c cleaning 10983 clauses out of 21986 with flag 68005/68348
6.92/6.31	c cleaning 12010 clauses out of 24019 with flag 81021/81364
7.93/7.32	c cleaning 12990 clauses out of 25990 with flag 95002/95345
9.16/8.52	c cleaning 13991 clauses out of 28002 with flag 110004/110347
10.37/9.78	c cleaning 15003 clauses out of 30021 with flag 126014/126357
11.78/11.13	c cleaning 16012 clauses out of 32025 with flag 143021/143364
13.11/12.49	c cleaning 17003 clauses out of 34006 with flag 161014/161357
14.32/13.67	c cleaning 17993 clauses out of 35992 with flag 180003/180346
15.83/15.13	c cleaning 19003 clauses out of 38008 with flag 200012/200355
17.35/16.62	c cleaning 19977 clauses out of 39994 with flag 221001/221344
18.95/18.27	c cleaning 20995 clauses out of 42016 with flag 243000/243343
20.86/20.13	c cleaning 22000 clauses out of 44028 with flag 266007/266350
22.80/22.09	c cleaning 23003 clauses out of 46033 with flag 290012/290355
25.04/24.27	c cleaning 23993 clauses out of 48019 with flag 315001/315344
27.37/26.55	c cleaning 24999 clauses out of 50030 with flag 341005/341348
29.01/28.19	c cleaning 26007 clauses out of 52028 with flag 368002/368345
30.85/29.75	c cleaning 27004 clauses out of 54020 with flag 396001/396344
32.54/31.11	c cleaning 28003 clauses out of 56015 with flag 425000/425343
34.75/33.33	c cleaning 29001 clauses out of 58017 with flag 455005/455348
37.28/35.87	c cleaning 29990 clauses out of 60012 with flag 486001/486344
39.99/38.56	c cleaning 31020 clauses out of 62041 with flag 518020/518363
42.80/41.35	c cleaning 31993 clauses out of 64001 with flag 551000/551343
45.72/44.24	c cleaning 33000 clauses out of 66023 with flag 585015/585358
48.45/46.94	c cleaning 33990 clauses out of 68008 with flag 620000/620343
51.70/50.18	c cleaning 35000 clauses out of 70018 with flag 656000/656343
54.34/52.75	c cleaning 35997 clauses out of 72018 with flag 693000/693343
56.46/54.82	c cleaning 37005 clauses out of 74022 with flag 731001/731344
58.92/57.23	c cleaning 38004 clauses out of 76016 with flag 770000/770343
61.26/59.52	c cleaning 39003 clauses out of 78012 with flag 810000/810343
63.96/62.29	c cleaning 39998 clauses out of 80010 with flag 851001/851344
66.88/65.17	c cleaning 41008 clauses out of 82017 with flag 893006/893349
70.91/69.15	c cleaning 42000 clauses out of 84003 with flag 936000/936343
75.33/73.52	c cleaning 42999 clauses out of 86004 with flag 980001/980344
79.65/77.89	c cleaning 44001 clauses out of 88008 with flag 1025004/1025347
84.10/82.25	c cleaning 44984 clauses out of 90003 with flag 1071000/1071343
88.33/86.50	c cleaning 45998 clauses out of 92024 with flag 1118005/1118348
93.97/92.01	c cleaning 47011 clauses out of 94024 with flag 1166003/1166346
99.55/97.59	c cleaning 48002 clauses out of 96013 with flag 1215003/1215346
105.40/103.31	c cleaning 48991 clauses out of 98016 with flag 1265008/1265351
109.45/107.31	c cleaning 50003 clauses out of 100017 with flag 1316000/1316343
113.61/111.44	c cleaning 51002 clauses out of 102018 with flag 1368004/1368347
117.44/115.24	c cleaning 52005 clauses out of 104015 with flag 1421003/1421346
122.78/120.54	c cleaning 53010 clauses out of 106030 with flag 1475023/1475366
129.54/127.27	c cleaning 53977 clauses out of 108002 with flag 1530005/1530348
136.70/134.39	c cleaning 54988 clauses out of 110021 with flag 1586001/1586344
143.43/141.01	c cleaning 56000 clauses out of 112034 with flag 1643002/1643345
149.88/147.50	c cleaning 56998 clauses out of 114032 with flag 1701000/1701343
155.90/153.44	c cleaning 58000 clauses out of 116034 with flag 1760000/1760343
162.54/160.00	c cleaning 59016 clauses out of 118052 with flag 1820018/1820361
168.88/166.36	c cleaning 60016 clauses out of 120038 with flag 1881020/1881363
175.07/172.45	c cleaning 60986 clauses out of 122002 with flag 1943000/1943343
182.22/179.53	c cleaning 62000 clauses out of 124027 with flag 2006011/2006354
190.79/188.09	c cleaning 62995 clauses out of 126027 with flag 2070011/2070354
199.13/196.34	c cleaning 63997 clauses out of 128029 with flag 2135008/2135351
207.39/204.53	c cleaning 65004 clauses out of 130035 with flag 2201011/2201354
213.92/211.05	c cleaning 65994 clauses out of 132020 with flag 2268000/2268343
221.05/218.14	c cleaning 67010 clauses out of 134026 with flag 2336000/2336343
230.19/227.23	c cleaning 67996 clauses out of 136022 with flag 2405006/2405349
239.17/236.20	c cleaning 68973 clauses out of 138020 with flag 2475000/2475343
247.38/244.21	c cleaning 70015 clauses out of 140062 with flag 2546015/2546358
254.12/250.94	c cleaning 71004 clauses out of 142034 with flag 2618002/2618345
265.10/261.81	c cleaning 72014 clauses out of 144028 with flag 2691000/2691343
273.87/270.59	c cleaning 72993 clauses out of 146018 with flag 2765004/2765347
280.14/276.74	c cleaning 74008 clauses out of 148028 with flag 2840007/2840350
286.09/282.60	c cleaning 75000 clauses out of 150015 with flag 2916002/2916345
294.85/291.39	c cleaning 76000 clauses out of 152013 with flag 2993000/2993343
306.15/302.56	c cleaning 76985 clauses out of 154014 with flag 3071001/3071344
314.38/310.79	c cleaning 77995 clauses out of 156028 with flag 3150000/3150343
323.92/320.23	c cleaning 79017 clauses out of 158037 with flag 3230004/3230347
334.56/330.81	c cleaning 80005 clauses out of 160021 with flag 3311005/3311348
343.63/339.89	c cleaning 81007 clauses out of 162023 with flag 3393012/3393355
350.16/346.39	c cleaning 82000 clauses out of 164009 with flag 3476005/3476348
359.99/356.15	c cleaning 82999 clauses out of 166004 with flag 3560000/3560343
369.78/365.89	c cleaning 84002 clauses out of 168010 with flag 3645005/3645348
377.04/373.06	c cleaning 85001 clauses out of 170003 with flag 3731000/3731343
385.40/381.38	c cleaning 85996 clauses out of 172002 with flag 3818000/3818343
393.05/388.94	c cleaning 87000 clauses out of 174007 with flag 3906001/3906344
404.18/400.07	c cleaning 87995 clauses out of 176006 with flag 3995000/3995343
405.75/401.55	c Got one! Elapsed wall clock time (in seconds):401.424
405.75/401.55	o -17
405.85/401.62	c Got one! Elapsed wall clock time (in seconds):401.499
405.85/401.62	o -18
406.68/402.43	c Got one! Elapsed wall clock time (in seconds):402.309
406.68/402.43	o -19
407.27/403.09	c cleaning 61426 clauses out of 122851 with flag 1000/4030183
408.19/403.93	c cleaning 33714 clauses out of 67427 with flag 7002/4036185
408.75/404.47	c cleaning 20357 clauses out of 40713 with flag 14002/4043185
409.38/405.00	c cleaning 14175 clauses out of 28360 with flag 22006/4051189
409.90/405.55	c cleaning 11588 clauses out of 23190 with flag 31011/4060194
410.51/406.19	c cleaning 10785 clauses out of 21593 with flag 41002/4070185
411.22/406.82	c cleaning 10900 clauses out of 21807 with flag 52001/4081184
411.94/407.54	c cleaning 11448 clauses out of 22906 with flag 64000/4093183
412.77/408.34	c cleaning 12227 clauses out of 24460 with flag 77002/4106185
413.61/409.15	c cleaning 13111 clauses out of 26236 with flag 91005/4120188
414.42/409.99	c cleaning 14055 clauses out of 28121 with flag 106001/4135184
415.23/410.79	c cleaning 15026 clauses out of 30065 with flag 122000/4151183
416.27/411.76	c cleaning 16024 clauses out of 32047 with flag 139008/4168191
417.30/412.75	c cleaning 16999 clauses out of 34015 with flag 157000/4186183
418.42/413.82	c cleaning 18003 clauses out of 36016 with flag 176000/4205183
419.55/414.95	c cleaning 19007 clauses out of 38018 with flag 196005/4225188
420.78/416.17	c cleaning 19998 clauses out of 40007 with flag 217001/4246184
422.10/417.49	c cleaning 21004 clauses out of 42009 with flag 239001/4268184
423.61/418.92	c cleaning 21993 clauses out of 44004 with flag 262000/4291183
425.05/420.36	c cleaning 23004 clauses out of 46011 with flag 286000/4315183
426.68/421.91	c cleaning 24000 clauses out of 48007 with flag 311000/4340183
428.30/423.58	c cleaning 25001 clauses out of 50007 with flag 337000/4366183
430.12/425.32	c cleaning 25996 clauses out of 52006 with flag 364000/4393183
431.96/427.17	c cleaning 27008 clauses out of 54017 with flag 392007/4421190
433.87/429.08	c cleaning 27997 clauses out of 56002 with flag 421000/4450183
436.02/431.14	c cleaning 28998 clauses out of 58006 with flag 451001/4480184
438.45/433.53	c cleaning 29991 clauses out of 60008 with flag 482001/4511184
440.98/436.03	c cleaning 30988 clauses out of 62016 with flag 514000/4543183
443.80/438.80	c cleaning 32006 clauses out of 64029 with flag 547001/4576184
446.64/441.65	c cleaning 33003 clauses out of 66022 with flag 581000/4610183
449.47/444.46	c cleaning 34000 clauses out of 68024 with flag 616005/4645188
452.50/447.46	c cleaning 35002 clauses out of 70021 with flag 652002/4681185
455.43/450.32	c cleaning 35992 clauses out of 72019 with flag 689002/4718185
458.47/453.31	c cleaning 36999 clauses out of 74030 with flag 727005/4756188
462.52/457.36	c cleaning 38006 clauses out of 76028 with flag 766002/4795185
466.55/461.34	c cleaning 39008 clauses out of 78028 with flag 806008/4835191
470.29/465.09	c cleaning 39997 clauses out of 80014 with flag 847002/4876185
474.41/469.11	c cleaning 41001 clauses out of 82015 with flag 889000/4918183
478.46/473.12	c cleaning 42002 clauses out of 84014 with flag 932000/4961183
481.58/476.20	c cleaning 43000 clauses out of 86018 with flag 976006/5005189
486.01/480.70	c cleaning 44003 clauses out of 88022 with flag 1021010/5050193
490.25/484.83	c cleaning 44981 clauses out of 90010 with flag 1067001/5096184
494.58/489.18	c cleaning 45988 clauses out of 92030 with flag 1114002/5143185
499.52/494.05	c cleaning 47015 clauses out of 94040 with flag 1162000/5191183
503.54/498.05	c cleaning 47997 clauses out of 96025 with flag 1211000/5240183
507.76/502.24	c cleaning 49001 clauses out of 98028 with flag 1261000/5290183
511.68/506.15	c cleaning 50003 clauses out of 100027 with flag 1312000/5341183
516.61/511.02	c cleaning 51006 clauses out of 102026 with flag 1364002/5393185
522.37/516.75	c cleaning 52003 clauses out of 104022 with flag 1417004/5446187
527.40/521.70	c cleaning 52986 clauses out of 106015 with flag 1471000/5500183
532.95/527.23	c cleaning 53995 clauses out of 108030 with flag 1526001/5555184
538.58/532.88	c cleaning 55009 clauses out of 110039 with flag 1582005/5611188
545.00/539.27	c cleaning 55998 clauses out of 112025 with flag 1639000/5668183
551.52/545.76	c cleaning 57007 clauses out of 114028 with flag 1697001/5726184
558.06/552.29	c cleaning 58007 clauses out of 116020 with flag 1756000/5785183
562.90/557.00	c cleaning 59003 clauses out of 118014 with flag 1816001/5845184
569.73/563.85	c cleaning 59996 clauses out of 120010 with flag 1877000/5906183
577.36/571.42	c cleaning 61002 clauses out of 122014 with flag 1939000/5968183
584.21/578.27	c cleaning 61995 clauses out of 124012 with flag 2002000/6031183
591.04/585.06	c cleaning 63006 clauses out of 126023 with flag 2066006/6095189
598.60/592.55	c cleaning 63986 clauses out of 128014 with flag 2131003/6160186
606.52/600.48	c cleaning 65000 clauses out of 130027 with flag 2197002/6226185
613.49/607.31	c cleaning 65999 clauses out of 132026 with flag 2264001/6293184
620.70/614.54	c cleaning 67008 clauses out of 134030 with flag 2332004/6361187
627.32/621.12	c cleaning 68006 clauses out of 136018 with flag 2401000/6430183
633.93/627.73	c cleaning 69010 clauses out of 138022 with flag 2471010/6500193
639.78/633.51	c cleaning 70004 clauses out of 140011 with flag 2542009/6571192
645.62/639.33	c cleaning 70989 clauses out of 142000 with flag 2614002/6643185
652.95/646.63	c cleaning 72001 clauses out of 144012 with flag 2687003/6716186
662.77/656.47	c cleaning 72989 clauses out of 146008 with flag 2761000/6790183
671.70/665.35	c cleaning 73994 clauses out of 148021 with flag 2836002/6865185
681.54/675.17	c cleaning 74996 clauses out of 150027 with flag 2912002/6941185
690.43/683.96	c cleaning 76006 clauses out of 152033 with flag 2989004/7018187
700.31/693.77	c cleaning 76985 clauses out of 154025 with flag 3067002/7096185
709.26/702.63	c cleaning 78006 clauses out of 156042 with flag 3146004/7175187
718.08/711.44	c cleaning 78998 clauses out of 158032 with flag 3226000/7255183
724.81/718.19	c cleaning 80011 clauses out of 160039 with flag 3307005/7336188
734.09/727.30	c cleaning 80991 clauses out of 162023 with flag 3389000/7418183
742.95/736.19	c cleaning 82003 clauses out of 164036 with flag 3472004/7501187
752.17/745.39	c cleaning 83009 clauses out of 166043 with flag 3556014/7585197
760.46/753.55	c cleaning 83988 clauses out of 168027 with flag 3641007/7670190
770.28/763.32	c cleaning 85004 clauses out of 170039 with flag 3727007/7756190
783.06/776.02	c cleaning 85998 clauses out of 172028 with flag 3814000/7843183
796.24/789.20	c cleaning 87010 clauses out of 174041 with flag 3902011/7931194
805.99/798.86	c cleaning 87985 clauses out of 176020 with flag 3991000/8020183
821.92/814.77	c cleaning 89022 clauses out of 178050 with flag 4081015/8110198
833.82/826.51	c cleaning 89990 clauses out of 180013 with flag 4172000/8201183
847.34/840.07	c cleaning 91022 clauses out of 182047 with flag 4264024/8293207
862.99/855.64	c cleaning 91974 clauses out of 184003 with flag 4357002/8386185
875.82/868.38	c cleaning 93012 clauses out of 186027 with flag 4451000/8480183
889.86/882.27	c cleaning 93984 clauses out of 188019 with flag 4546004/8575187
901.47/893.79	c cleaning 94997 clauses out of 190034 with flag 4642003/8671186
912.38/904.65	c cleaning 96008 clauses out of 192043 with flag 4739009/8768192
926.69/918.84	c cleaning 97009 clauses out of 194026 with flag 4837000/8866183
937.74/929.83	c cleaning 97999 clauses out of 196017 with flag 4936000/8965183
955.33/947.39	c cleaning 99004 clauses out of 198030 with flag 5036012/9065195
968.55/960.46	c cleaning 99997 clauses out of 200023 with flag 5137009/9166192
984.02/975.85	c cleaning 100991 clauses out of 202026 with flag 5239009/9268192
999.38/991.12	c cleaning 101987 clauses out of 204033 with flag 5342007/9371190
1012.33/1004.04	c cleaning 102998 clauses out of 206039 with flag 5446000/9475183
1024.87/1016.54	c cleaning 104000 clauses out of 208045 with flag 5551004/9580187
1036.21/1027.87	c cleaning 105023 clauses out of 210058 with flag 5657017/9686200
1049.39/1040.90	c cleaning 106006 clauses out of 212023 with flag 5764005/9793188
1059.57/1051.10	c cleaning 107009 clauses out of 214023 with flag 5872011/9901194
1074.00/1065.45	c cleaning 107990 clauses out of 216013 with flag 5981010/10010193
1091.16/1082.44	c cleaning 109003 clauses out of 218020 with flag 6091007/10120190
1107.05/1098.26	c cleaning 109995 clauses out of 220010 with flag 6202000/10231183
1123.24/1114.32	c cleaning 111001 clauses out of 222020 with flag 6314005/10343188
1141.00/1132.08	c cleaning 111990 clauses out of 224014 with flag 6427000/10456183
1157.85/1148.81	c cleaning 112999 clauses out of 226026 with flag 6541002/10570185
1174.89/1165.70	c cleaning 113996 clauses out of 228025 with flag 6656000/10685183
1190.47/1181.20	c cleaning 115008 clauses out of 230029 with flag 6772000/10801183
1205.95/1196.61	c cleaning 115987 clauses out of 232022 with flag 6889001/10918184
1216.99/1207.65	c cleaning 116996 clauses out of 234034 with flag 7007000/11036183
1237.16/1227.73	c cleaning 118020 clauses out of 236061 with flag 7126023/11155206
1250.85/1241.37	c cleaning 118999 clauses out of 238020 with flag 7246002/11275185
1272.99/1263.44	c cleaning 119987 clauses out of 240019 with flag 7367000/11396183
1289.21/1279.50	c cleaning 120997 clauses out of 242042 with flag 7489010/11518193
1300.34/1290.58	c cleaning 122011 clauses out of 244035 with flag 7612000/11641183
1310.80/1300.97	c cleaning 122995 clauses out of 246024 with flag 7736000/11765183
1324.94/1315.08	c cleaning 124005 clauses out of 248032 with flag 7861003/11890186
1336.96/1326.99	c cleaning 124997 clauses out of 250025 with flag 7987001/12016184
1351.03/1340.91	c cleaning 126003 clauses out of 252028 with flag 8114001/12143184
1363.89/1353.70	c cleaning 126997 clauses out of 254026 with flag 8242002/12271185
1381.99/1371.79	c cleaning 127997 clauses out of 256039 with flag 8371012/12400195
1402.35/1392.07	c cleaning 129021 clauses out of 258049 with flag 8501019/12530202
1422.36/1411.94	c cleaning 129991 clauses out of 260009 with flag 8632000/12661183
1439.77/1429.25	c cleaning 131003 clauses out of 262020 with flag 8764002/12793185
1457.69/1447.00	c cleaning 131989 clauses out of 264016 with flag 8897001/12926184
1479.29/1468.56	c cleaning 133002 clauses out of 266033 with flag 9031007/13060190
1495.88/1485.07	c cleaning 134006 clauses out of 268028 with flag 9166004/13195187
1521.83/1510.82	c cleaning 134995 clauses out of 270028 with flag 9302010/13331193
1544.56/1533.48	c cleaning 136018 clauses out of 272046 with flag 9439023/13468206
1568.54/1557.33	c cleaning 136996 clauses out of 274005 with flag 9577000/13606183
1593.71/1582.45	c cleaning 137991 clauses out of 276011 with flag 9716002/13745185
1612.04/1600.61	c cleaning 138988 clauses out of 278019 with flag 9856001/13885184
1638.69/1627.24	c cleaning 139999 clauses out of 280034 with flag 9997004/14026187
1663.26/1651.62	c cleaning 141015 clauses out of 282040 with flag 10139009/14168192
1685.05/1673.32	c cleaning 142009 clauses out of 284029 with flag 10282013/14311196
1707.61/1695.83	c cleaning 143000 clauses out of 286007 with flag 10426000/14455183
1730.92/1719.04	c cleaning 143991 clauses out of 288008 with flag 10571001/14600184
1747.13/1735.14	c cleaning 144990 clauses out of 290016 with flag 10717000/14746183
1773.08/1761.04	c cleaning 146006 clauses out of 292029 with flag 10864003/14893186
1797.51/1785.32	c cleaning 147002 clauses out of 294023 with flag 11012003/15041186
1800.10/1787.81	c starts		: 329
1800.10/1787.81	c conflicts		: 15070982
1800.10/1787.81	c decisions		: 23258058
1800.10/1787.81	c propagations		: 169009635
1800.10/1787.81	c inspects		: 14276538079
1800.10/1787.81	c shortcuts		: 0
1800.10/1787.81	c learnt literals	: 0
1800.10/1787.81	c learnt binary clauses	: 2
1800.10/1787.81	c learnt ternary clauses	: 2397
1800.10/1787.81	c learnt constraints	: 15070983
1800.10/1787.81	c ignored constraints	: 0
1800.10/1787.81	c root simplifications	: 0
1800.10/1787.81	c removed literals (reason simplification)	: 0
1800.10/1787.81	c reason swapping (by a shorter reason)	: 0
1800.10/1787.81	c Calls to reduceDB	: 229
1800.10/1787.81	c number of reductions to clauses (during analyze)	: 0
1800.10/1787.81	c number of learned constraints concerned by reduction	: 0
1800.10/1787.81	c number of learning phase by resolution	: 0
1800.10/1787.81	c number of learning phase by cutting planes	: 0
1800.10/1787.81	c speed (assignments/second)	: 94549.90271426637
1800.10/1787.81	c non guided choices	0
1800.10/1787.84	c learnt constraints type 
1800.10/1787.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.10/1787.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 177011
1800.10/1787.84	c constraints type 
1800.10/1787.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1248
1800.10/1787.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.10/1787.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.10/1787.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1248
1800.10/1787.84	c 2799 constraints processed.
1800.10/1787.84	s SATISFIABLE
1800.10/1787.84	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 
1800.10/1787.84	c objective function=-19
1800.10/1787.84	c Total wall clock time (in seconds): 1787.722

Verifier Data

OK	-19

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-3688747-1337887511/watcher-3688747-1337887511 -o /tmp/evaluation-result-3688747-1337887511/solver-3688747-1337887511 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688747-1337887511.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: 2.00 2.00 2.00 2/194 25268
/proc/meminfo: memFree=27025332/32873844 swapFree=7108/7108
[pid=25268] ppid=25266 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25268/stat : 25268 (java) D 25266 25268 23066 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254876215 9515008 183 33554432000 1073741824 1073778376 140733779538688 140733779529720 227141303989 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25268/statm: 2323 183 140 9 0 71 0

[startup+0.104473 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 25268
/proc/meminfo: memFree=27025332/32873844 swapFree=7108/7108
[pid=25268] ppid=25266 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25268/stat : 25268 (java) S 25266 25268 23066 0 -1 4202496 4263 0 1 0 8 1 0 0 20 0 18 0 254876215 9787813888 5449 33554432000 1073741824 1073778376 140735005512928 140735005504064 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25268/statm: 2389603 5449 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200312 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 25268
/proc/meminfo: memFree=27025332/32873844 swapFree=7108/7108
[pid=25268] ppid=25266 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/25268/stat : 25268 (java) S 25266 25268 23066 0 -1 4202496 4553 0 1 0 21 1 0 0 20 0 18 0 254876215 9787813888 6173 33554432000 1073741824 1073778376 140735005512928 140735005504064 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25268/statm: 2389603 6173 2186 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558412

[startup+0.300325 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 25268
/proc/meminfo: memFree=27025332/32873844 swapFree=7108/7108
[pid=25268] ppid=25266 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/25268/stat : 25268 (java) S 25266 25268 23066 0 -1 4202496 6028 0 1 0 43 2 0 0 20 0 19 0 254876215 9855975424 8652 33554432000 1073741824 1073778376 140735005512928 140735005504064 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25268/statm: 2406244 8652 2235 9 0 2396937 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9624976

[startup+0.70026 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 25268
/proc/meminfo: memFree=27025332/32873844 swapFree=7108/7108
[pid=25268] ppid=25266 vsize=9625260 CPUtime=1.11 cores=1,3,5,7
/proc/25268/stat : 25268 (java) S 25266 25268 23066 0 -1 4202496 7217 0 1 0 109 2 0 0 20 0 19 0 254876215 9856266240 9701 33554432000 1073741824 1073778376 140735005512928 140735005504064 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25268/statm: 2406315 9701 2251 9 0 2397008 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625260

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25287
/proc/meminfo: memFree=26982620/32873844 swapFree=7108/7108
[pid=25268] ppid=25266 vsize=9624976 CPUtime=2.01 cores=1,3,5,7
/proc/25268/stat : 25268 (java) S 25266 25268 23066 0 -1 4202496 7348 0 1 0 198 3 0 0 20 0 19 0 254876215 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140735005504064 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25268/statm: 2406244 13833 2279 9 0 2396937 0
[pid=25268/tid=25270] ppid=25266 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/25268/task/25270/stat : 25270 (java) R 25266 25268 23066 0 -1 4202560 2459 0 1 0 142 0 0 0 20 0 19 0 254876216 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140647195795864 140647042835744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25271] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25271/stat : 25271 (java) S 25266 25268 23066 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140647168248360 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25272] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25272/stat : 25272 (java) S 25266 25268 23066 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140647167195560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25273] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25273/stat : 25273 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140647166142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25274] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25274/stat : 25274 (java) S 25266 25268 23066 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140647165089960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25275] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25275/stat : 25275 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140647164038184 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25276] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25276/stat : 25276 (java) S 25266 25268 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140647162985384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25277] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25277/stat : 25277 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140647161932584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25278] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25278/stat : 25278 (java) S 25266 25268 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140647160879784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25279] ppid=25266 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25268/task/25279/stat : 25279 (java) S 25266 25268 23066 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 254876218 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140646549522920 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25280] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25280/stat : 25280 (java) S 25266 25268 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140646548468984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25281] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25281/stat : 25281 (java) S 25266 25268 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140646547416072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25282] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25282/stat : 25282 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140646546364560 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25283] ppid=25266 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/25268/task/25283/stat : 25283 (java) S 25266 25268 23066 0 -1 4202560 2020 0 0 0 25 0 0 0 20 0 19 0 254876221 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140646545312696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25284] ppid=25266 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25268/task/25284/stat : 25284 (java) S 25266 25268 23066 0 -1 4202560 1610 0 0 0 24 0 0 0 20 0 19 0 254876221 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140646544259896 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25285] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25285/stat : 25285 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140646543207288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25286] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25286/stat : 25286 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140646542154696 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25287] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25287/stat : 25287 (java) S 25266 25268 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254876244 9855975424 13833 33554432000 1073741824 1073778376 140735005512928 140646541100200 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9624976

[startup+3.10075 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25287
/proc/meminfo: memFree=26973932/32873844 swapFree=7108/7108
[pid=25268] ppid=25266 vsize=9624976 CPUtime=3.66 cores=1,3,5,7
/proc/25268/stat : 25268 (java) S 25266 25268 23066 0 -1 4202496 7367 0 1 0 363 3 0 0 20 0 19 0 254876215 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140735005504064 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25268/statm: 2406244 15890 2280 9 0 2396937 0
[pid=25268/tid=25270] ppid=25266 vsize=9624976 CPUtime=2.98 cores=1,3,5,7
/proc/25268/task/25270/stat : 25270 (java) R 25266 25268 23066 0 -1 4202560 2460 0 1 0 298 0 0 0 20 0 19 0 254876216 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140647195795744 140647042962299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25271] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25271/stat : 25271 (java) S 25266 25268 23066 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140647168248360 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25272] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25272/stat : 25272 (java) S 25266 25268 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140647167195560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25273] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25273/stat : 25273 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140647166142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25274] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25274/stat : 25274 (java) S 25266 25268 23066 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140647165089960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25275] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25275/stat : 25275 (java) S 25266 25268 23066 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140647164038184 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25276] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25276/stat : 25276 (java) S 25266 25268 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140647162985384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25277] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25277/stat : 25277 (java) S 25266 25268 23066 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140647161932584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25278] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25278/stat : 25278 (java) S 25266 25268 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140647160879784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25279] ppid=25266 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/25268/task/25279/stat : 25279 (java) S 25266 25268 23066 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 254876218 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140646549522920 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25280] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25280/stat : 25280 (java) S 25266 25268 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140646548468984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25281] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25281/stat : 25281 (java) S 25266 25268 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140646547416072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25282] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25282/stat : 25282 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140646546364560 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25283] ppid=25266 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25268/task/25283/stat : 25283 (java) S 25266 25268 23066 0 -1 4202560 2021 0 0 0 28 0 0 0 20 0 19 0 254876221 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140646545312696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25284] ppid=25266 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25268/task/25284/stat : 25284 (java) S 25266 25268 23066 0 -1 4202560 1611 0 0 0 24 0 0 0 20 0 19 0 254876221 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140646544259896 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25285] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25285/stat : 25285 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140646543207288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25286] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25286/stat : 25286 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140646542154696 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25287] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25287/stat : 25287 (java) S 25266 25268 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254876244 9855975424 15890 33554432000 1073741824 1073778376 140735005512928 140646541100200 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9624976

[startup+6.30082 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25287
/proc/meminfo: memFree=26963320/32873844 swapFree=7108/7108
[pid=25268] ppid=25266 vsize=9624976 CPUtime=6.92 cores=1,3,5,7
/proc/25268/stat : 25268 (java) S 25266 25268 23066 0 -1 4202496 7395 0 1 0 688 4 0 0 20 0 19 0 254876215 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140735005504064 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25268/statm: 2406244 17359 2280 9 0 2396937 0
[pid=25268/tid=25270] ppid=25266 vsize=9624976 CPUtime=6.08 cores=1,3,5,7
/proc/25268/task/25270/stat : 25270 (java) R 25266 25268 23066 0 -1 4202560 2465 0 1 0 608 0 0 0 20 0 19 0 254876216 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140647195795744 140647043090084 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25271] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25271/stat : 25271 (java) S 25266 25268 23066 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140647168248360 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25272] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25272/stat : 25272 (java) S 25266 25268 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140647167195560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25273] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25273/stat : 25273 (java) S 25266 25268 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140647166142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25274] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25274/stat : 25274 (java) S 25266 25268 23066 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140647165089960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25275] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25275/stat : 25275 (java) S 25266 25268 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140647164038184 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25276] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25276/stat : 25276 (java) S 25266 25268 23066 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140647162985384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25277] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25277/stat : 25277 (java) S 25266 25268 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140647161932584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25278] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25278/stat : 25278 (java) S 25266 25268 23066 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254876217 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140647160879784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25279] ppid=25266 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/25268/task/25279/stat : 25279 (java) S 25266 25268 23066 0 -1 4202560 35 0 0 0 12 0 0 0 20 0 19 0 254876218 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140646549522920 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25280] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25280/stat : 25280 (java) S 25266 25268 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140646548468984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25281] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25281/stat : 25281 (java) S 25266 25268 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140646547416072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25282] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25282/stat : 25282 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140646546364560 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25283] ppid=25266 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25268/task/25283/stat : 25283 (java) S 25266 25268 23066 0 -1 4202560 2021 0 0 0 28 0 0 0 20 0 19 0 254876221 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140646545312696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25284] ppid=25266 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25268/task/25284/stat : 25284 (java) S 25266 25268 23066 0 -1 4202560 1611 0 0 0 24 0 0 0 20 0 19 0 254876221 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140646544259896 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25285] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25285/stat : 25285 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140646543207288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25286] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25286/stat : 25286 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140646542154696 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25287] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25287/stat : 25287 (java) S 25266 25268 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254876244 9855975424 17359 33554432000 1073741824 1073778376 140735005512928 140646541100200 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 9624976

[startup+12.7009 s]

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

[pid=25268/tid=25283] ppid=25266 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/25268/task/25283/stat : 25283 (java) S 25266 25268 23066 0 -1 4202560 10688 0 0 0 78 3 0 0 20 0 19 0 254876221 9855975424 101394 33554432000 1073741824 1073778376 140735005512928 140646545312696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25284] ppid=25266 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/25268/task/25284/stat : 25284 (java) S 25266 25268 23066 0 -1 4202560 1611 0 0 0 26 0 0 0 20 0 19 0 254876221 9855975424 101394 33554432000 1073741824 1073778376 140735005512928 140646544259896 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25285] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25285/stat : 25285 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 101394 33554432000 1073741824 1073778376 140735005512928 140646543207288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25286] ppid=25266 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/25268/task/25286/stat : 25286 (java) S 25266 25268 23066 0 -1 4202560 99 0 0 0 45 33 0 0 20 0 19 0 254876221 9855975424 101394 33554432000 1073741824 1073778376 140735005512928 140646542154696 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25287] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25287/stat : 25287 (java) S 25266 25268 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254876244 9855975424 101394 33554432000 1073741824 1073778376 140735005512928 140646541100200 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1734.33
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/213 25362
/proc/meminfo: memFree=24450364/32873844 swapFree=7108/7108
[pid=25268] ppid=25266 vsize=9624976 CPUtime=1794.49 cores=1,3,5,7
/proc/25268/stat : 25268 (java) S 25266 25268 23066 0 -1 4202496 19224 0 1 0 179356 93 0 0 20 0 19 0 254876215 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140735005504064 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25268/statm: 2406244 101906 2281 9 0 2396937 0
[pid=25268/tid=25270] ppid=25266 vsize=9624976 CPUtime=1759.23 cores=1,3,5,7
/proc/25268/task/25270/stat : 25270 (java) R 25266 25268 23066 0 -1 4202560 2732 0 1 0 175893 30 0 0 20 0 19 0 254876216 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647195795744 140647042907381 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25271] ppid=25266 vsize=9624976 CPUtime=1.82 cores=1,3,5,7
/proc/25268/task/25271/stat : 25271 (java) S 25266 25268 23066 0 -1 4202560 320 0 0 0 177 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647168248360 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25272] ppid=25266 vsize=9624976 CPUtime=1.91 cores=1,3,5,7
/proc/25268/task/25272/stat : 25272 (java) S 25266 25268 23066 0 -1 4202560 350 0 0 0 186 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647167195560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25273] ppid=25266 vsize=9624976 CPUtime=1.82 cores=1,3,5,7
/proc/25268/task/25273/stat : 25273 (java) S 25266 25268 23066 0 -1 4202560 410 0 0 0 177 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647166142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25274] ppid=25266 vsize=9624976 CPUtime=1.74 cores=1,3,5,7
/proc/25268/task/25274/stat : 25274 (java) S 25266 25268 23066 0 -1 4202560 471 0 0 0 169 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647165089960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25275] ppid=25266 vsize=9624976 CPUtime=1.71 cores=1,3,5,7
/proc/25268/task/25275/stat : 25275 (java) S 25266 25268 23066 0 -1 4202560 182 0 0 0 166 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647164038184 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25276] ppid=25266 vsize=9624976 CPUtime=1.69 cores=1,3,5,7
/proc/25268/task/25276/stat : 25276 (java) S 25266 25268 23066 0 -1 4202560 299 0 0 0 164 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647162985384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25277] ppid=25266 vsize=9624976 CPUtime=1.8 cores=1,3,5,7
/proc/25268/task/25277/stat : 25277 (java) S 25266 25268 23066 0 -1 4202560 290 0 0 0 177 3 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647161932584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25278] ppid=25266 vsize=9624976 CPUtime=1.8 cores=1,3,5,7
/proc/25268/task/25278/stat : 25278 (java) S 25266 25268 23066 0 -1 4202560 421 0 0 0 175 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647160879784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25279] ppid=25266 vsize=9624976 CPUtime=14.35 cores=1,3,5,7
/proc/25268/task/25279/stat : 25279 (java) S 25266 25268 23066 0 -1 4202560 167 0 0 0 1433 2 0 0 20 0 19 0 254876218 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646549522920 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25280] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25280/stat : 25280 (java) S 25266 25268 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646548468984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25281] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25281/stat : 25281 (java) S 25266 25268 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646547416072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25282] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25282/stat : 25282 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646546364560 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25283] ppid=25266 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/25268/task/25283/stat : 25283 (java) S 25266 25268 23066 0 -1 4202560 10688 0 0 0 78 3 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646545312696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25284] ppid=25266 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/25268/task/25284/stat : 25284 (java) S 25266 25268 23066 0 -1 4202560 1611 0 0 0 26 0 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646544259896 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25285] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25285/stat : 25285 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646543207288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25286] ppid=25266 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/25268/task/25286/stat : 25286 (java) S 25266 25268 23066 0 -1 4202560 103 0 0 0 47 35 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646542154696 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25287] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25287/stat : 25287 (java) S 25266 25268 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254876244 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646541100200 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.49
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.8 s]
/proc/loadavg: 2.00 2.05 2.05 3/213 25362
/proc/meminfo: memFree=24450668/32873844 swapFree=7108/7108
[pid=25268] ppid=25266 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/25268/stat : 25268 (java) S 25266 25268 23066 0 -1 4202496 19227 0 1 0 179916 94 0 0 20 0 19 0 254876215 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140735005504064 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25268/statm: 2406244 101906 2281 9 0 2396937 0
[pid=25268/tid=25270] ppid=25266 vsize=9624976 CPUtime=1764.58 cores=1,3,5,7
/proc/25268/task/25270/stat : 25270 (java) R 25266 25268 23066 0 -1 4202560 2733 0 1 0 176428 30 0 0 20 0 19 0 254876216 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647195795744 140647042897162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25271] ppid=25266 vsize=9624976 CPUtime=1.84 cores=1,3,5,7
/proc/25268/task/25271/stat : 25271 (java) S 25266 25268 23066 0 -1 4202560 320 0 0 0 179 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647168248360 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25272] ppid=25266 vsize=9624976 CPUtime=1.93 cores=1,3,5,7
/proc/25268/task/25272/stat : 25272 (java) S 25266 25268 23066 0 -1 4202560 350 0 0 0 188 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647167195560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25273] ppid=25266 vsize=9624976 CPUtime=1.83 cores=1,3,5,7
/proc/25268/task/25273/stat : 25273 (java) S 25266 25268 23066 0 -1 4202560 410 0 0 0 178 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647166142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25274] ppid=25266 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/25268/task/25274/stat : 25274 (java) S 25266 25268 23066 0 -1 4202560 471 0 0 0 170 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647165089960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25275] ppid=25266 vsize=9624976 CPUtime=1.72 cores=1,3,5,7
/proc/25268/task/25275/stat : 25275 (java) S 25266 25268 23066 0 -1 4202560 182 0 0 0 167 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647164038184 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25276] ppid=25266 vsize=9624976 CPUtime=1.7 cores=1,3,5,7
/proc/25268/task/25276/stat : 25276 (java) S 25266 25268 23066 0 -1 4202560 299 0 0 0 165 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647162985384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25277] ppid=25266 vsize=9624976 CPUtime=1.82 cores=1,3,5,7
/proc/25268/task/25277/stat : 25277 (java) S 25266 25268 23066 0 -1 4202560 290 0 0 0 179 3 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647161932584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25278] ppid=25266 vsize=9624976 CPUtime=1.81 cores=1,3,5,7
/proc/25268/task/25278/stat : 25278 (java) S 25266 25268 23066 0 -1 4202560 421 0 0 0 176 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647160879784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25279] ppid=25266 vsize=9624976 CPUtime=14.47 cores=1,3,5,7
/proc/25268/task/25279/stat : 25279 (java) S 25266 25268 23066 0 -1 4202560 169 0 0 0 1445 2 0 0 20 0 19 0 254876218 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646549522920 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25280] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25280/stat : 25280 (java) S 25266 25268 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646548468984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25281] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25281/stat : 25281 (java) S 25266 25268 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646547416072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25282] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25282/stat : 25282 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646546364560 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25283] ppid=25266 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/25268/task/25283/stat : 25283 (java) S 25266 25268 23066 0 -1 4202560 10688 0 0 0 78 3 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646545312696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25284] ppid=25266 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/25268/task/25284/stat : 25284 (java) S 25266 25268 23066 0 -1 4202560 1611 0 0 0 26 0 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646544259896 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25285] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25285/stat : 25285 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646543207288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25286] ppid=25266 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/25268/task/25286/stat : 25286 (java) S 25266 25268 23066 0 -1 4202560 103 0 0 0 47 35 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646542154696 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25287] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25287/stat : 25287 (java) S 25266 25268 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254876244 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646541100200 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1787.8 s]
/proc/loadavg: 2.00 2.05 2.05 3/213 25362
/proc/meminfo: memFree=24450668/32873844 swapFree=7108/7108
[pid=25268] ppid=25266 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/25268/stat : 25268 (java) S 25266 25268 23066 0 -1 4202496 19227 0 1 0 179916 94 0 0 20 0 19 0 254876215 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140735005504064 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25268/statm: 2406244 101906 2281 9 0 2396937 0
[pid=25268/tid=25270] ppid=25266 vsize=9624976 CPUtime=1764.58 cores=1,3,5,7
/proc/25268/task/25270/stat : 25270 (java) R 25266 25268 23066 0 -1 4202560 2733 0 1 0 176428 30 0 0 20 0 19 0 254876216 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647195795744 140647042897162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25271] ppid=25266 vsize=9624976 CPUtime=1.84 cores=1,3,5,7
/proc/25268/task/25271/stat : 25271 (java) S 25266 25268 23066 0 -1 4202560 320 0 0 0 179 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647168248360 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25272] ppid=25266 vsize=9624976 CPUtime=1.93 cores=1,3,5,7
/proc/25268/task/25272/stat : 25272 (java) S 25266 25268 23066 0 -1 4202560 350 0 0 0 188 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647167195560 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25273] ppid=25266 vsize=9624976 CPUtime=1.83 cores=1,3,5,7
/proc/25268/task/25273/stat : 25273 (java) S 25266 25268 23066 0 -1 4202560 410 0 0 0 178 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647166142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25274] ppid=25266 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/25268/task/25274/stat : 25274 (java) S 25266 25268 23066 0 -1 4202560 471 0 0 0 170 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647165089960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25275] ppid=25266 vsize=9624976 CPUtime=1.72 cores=1,3,5,7
/proc/25268/task/25275/stat : 25275 (java) S 25266 25268 23066 0 -1 4202560 182 0 0 0 167 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647164038184 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25276] ppid=25266 vsize=9624976 CPUtime=1.7 cores=1,3,5,7
/proc/25268/task/25276/stat : 25276 (java) S 25266 25268 23066 0 -1 4202560 299 0 0 0 165 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647162985384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25277] ppid=25266 vsize=9624976 CPUtime=1.82 cores=1,3,5,7
/proc/25268/task/25277/stat : 25277 (java) S 25266 25268 23066 0 -1 4202560 290 0 0 0 179 3 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647161932584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25278] ppid=25266 vsize=9624976 CPUtime=1.81 cores=1,3,5,7
/proc/25268/task/25278/stat : 25278 (java) S 25266 25268 23066 0 -1 4202560 421 0 0 0 176 5 0 0 20 0 19 0 254876217 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140647160879784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25268/tid=25279] ppid=25266 vsize=9624976 CPUtime=14.47 cores=1,3,5,7
/proc/25268/task/25279/stat : 25279 (java) S 25266 25268 23066 0 -1 4202560 169 0 0 0 1445 2 0 0 20 0 19 0 254876218 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646549522920 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25280] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25280/stat : 25280 (java) S 25266 25268 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646548468984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25281] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25281/stat : 25281 (java) S 25266 25268 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876219 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646547416072 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25282] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25282/stat : 25282 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646546364560 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25283] ppid=25266 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/25268/task/25283/stat : 25283 (java) S 25266 25268 23066 0 -1 4202560 10688 0 0 0 78 3 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646545312696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25268/tid=25284] ppid=25266 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/25268/task/25284/stat : 25284 (java) S 25266 25268 23066 0 -1 4202560 1611 0 0 0 26 0 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646544259896 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25285] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25285/stat : 25285 (java) S 25266 25268 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646543207288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25268/tid=25286] ppid=25266 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/25268/task/25286/stat : 25286 (java) S 25266 25268 23066 0 -1 4202560 103 0 0 0 47 35 0 0 20 0 19 0 254876221 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646542154696 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25268/tid=25287] ppid=25266 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25268/task/25287/stat : 25287 (java) S 25266 25268 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254876244 9855975424 101906 33554432000 1073741824 1073778376 140735005512928 140646541100200 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25268 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=468199
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=224813
# CPU time returned by wait4() is 1795.69
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.85
CPU time (s): 1800.1
CPU user time (s): 1799.16
CPU system time (s): 0.94
CPU usage (%): 100.685
Max. virtual memory (cumulated for all children) (KiB): 9625260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.47
system time used= 1.22481
maximum resident set size= 409792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19261
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= 44423
involuntary context switches= 26463

runsolver used 6.38903 second user time and 16.1455 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-24 21:25:11
IDJOB=3688747
IDBENCH=48251
IDSOLVER=2269
FILE ID=node138/3688747-1337887511
RUNJOBID= node138-1337871881-23083
PBS_JOBID= 14620066
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688747-1337887511/watcher-3688747-1337887511 -o /tmp/evaluation-result-3688747-1337887511/solver-3688747-1337887511 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688747-1337887511.opb

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

MD5SUM BENCH= 8c398fbb12ba7dbf676dd8375a76e0de
RANDOM SEED=698857102

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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:       32873844 kB
MemFree:        27025604 kB
Buffers:          226860 kB
Cached:          4120036 kB
SwapCached:            0 kB
Active:          1276516 kB
Inactive:        3784464 kB
Active(anon):     716580 kB
Inactive(anon):        0 kB
Active(file):     559936 kB
Inactive(file):  3784464 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               484 kB
Writeback:             0 kB
AnonPages:        805428 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             637632 kB
SReclaimable:      80204 kB
SUnreclaim:       557428 kB
KernelStack:        1760 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1110772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 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= 71716 MiB
End job on node138 at 2012-05-24 21:55:01