Trace number 3718005

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28MSAT (TO) 1800.07 1795.25

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-408_wcsp.wbo
MD5SUM48ac1863348303136e0aa9da5ae3256d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark6241
Best CPU time to get the best result obtained on this benchmark1800.07
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables528
Total number of constraints3349
Number of soft constraints3149
Number of constraints which are clauses3149
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 9311
Min constraint cost 1
Max constraint cost 9311
Sum of constraints costs 27467449
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.09/0.10	c version 2.3.2.v20120528
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/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@4a913fe2
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 2 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 --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3718005-1338258449.wbo
0.09/0.12	c reading problem ... 
0.45/0.34	c ... done. Wall clock time 0.219s.
0.45/0.34	c declared #vars     528
0.45/0.34	c internal #vars     3677
0.45/0.34	c #constraints  3550
0.45/0.34	c constraints type 
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3013
0.45/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 472
0.45/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.45/0.34	c 3550 constraints processed.
0.45/0.34	c objective function length is 3149 literals
0.75/0.41	c SATISFIABLE
0.75/0.41	c OPTIMIZING...
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.294
0.75/0.41	o 6247
0.75/0.45	c Got one! Elapsed wall clock time (in seconds):0.329
0.75/0.45	o 6246
0.75/0.49	c Got one! Elapsed wall clock time (in seconds):0.371
0.75/0.49	o 6245
2.26/1.61	c cleaning 2510 clauses out of 5020 with flag 11977/5020
3.63/2.81	c cleaning 4255 clauses out of 8509 with flag 25461/11019
4.93/4.16	c cleaning 5627 clauses out of 11254 with flag 41290/18019
6.44/5.65	c cleaning 6813 clauses out of 13628 with flag 62055/26020
8.29/7.46	c cleaning 7906 clauses out of 15814 with flag 82057/35019
10.38/9.40	c cleaning 8951 clauses out of 17908 with flag 103561/45019
12.40/11.40	c cleaning 9972 clauses out of 19957 with flag 128641/56019
14.50/13.55	c cleaning 10990 clauses out of 21985 with flag 155143/68019
17.11/16.11	c cleaning 11996 clauses out of 23997 with flag 183373/81021
20.01/18.91	c cleaning 12998 clauses out of 26000 with flag 214251/95020
23.75/22.34	c cleaning 13999 clauses out of 28002 with flag 246926/110020
27.64/25.97	c cleaning 14997 clauses out of 30002 with flag 282109/126019
31.36/29.62	c cleaning 16003 clauses out of 32006 with flag 319029/143020
35.35/33.61	c cleaning 16995 clauses out of 34002 with flag 358740/161019
39.06/37.37	c cleaning 18003 clauses out of 36007 with flag 399488/180019
42.98/41.27	c cleaning 19001 clauses out of 38005 with flag 444018/200020
47.00/45.25	c cleaning 20002 clauses out of 40004 with flag 489269/221020
51.21/49.44	c cleaning 20997 clauses out of 42001 with flag 539668/243019
55.71/53.98	c cleaning 22001 clauses out of 44005 with flag 589460/266020
60.22/58.44	c cleaning 22999 clauses out of 46005 with flag 642837/290021
64.83/63.02	c cleaning 24002 clauses out of 48004 with flag 697098/315019
69.85/68.08	c cleaning 24997 clauses out of 50005 with flag 752864/341022
75.39/73.52	c cleaning 26000 clauses out of 52005 with flag 812129/368019
81.01/79.13	c cleaning 26997 clauses out of 54005 with flag 873219/396019
86.82/84.99	c cleaning 28000 clauses out of 56008 with flag 936650/425019
93.14/91.24	c cleaning 29002 clauses out of 58008 with flag 1002983/455019
99.57/97.62	c cleaning 30002 clauses out of 60008 with flag 1074283/486021
106.68/104.77	c cleaning 30998 clauses out of 62004 with flag 1143713/518019
114.19/112.24	c cleaning 31999 clauses out of 64006 with flag 1215114/551019
122.50/120.54	c cleaning 33004 clauses out of 66007 with flag 1289045/585019
131.04/129.03	c cleaning 33999 clauses out of 68003 with flag 1366927/620019
139.57/137.58	c cleaning 35002 clauses out of 70004 with flag 1446572/656019
148.78/146.70	c cleaning 35999 clauses out of 72002 with flag 1529145/693019
158.11/156.05	c cleaning 36997 clauses out of 74004 with flag 1612225/731020
168.03/165.90	c cleaning 38001 clauses out of 76007 with flag 1700146/770020
177.88/175.77	c cleaning 38997 clauses out of 78006 with flag 1790728/810020
187.49/185.39	c cleaning 40004 clauses out of 80008 with flag 1879230/851019
199.20/197.04	c cleaning 40998 clauses out of 82004 with flag 1973855/893019
211.01/208.83	c cleaning 41994 clauses out of 84006 with flag 2069194/936019
222.84/220.60	c cleaning 43003 clauses out of 86013 with flag 2169465/980020
234.44/232.27	c cleaning 44000 clauses out of 88009 with flag 2270987/1025019
246.65/244.49	c cleaning 45005 clauses out of 90010 with flag 2377230/1071020
259.17/256.98	c cleaning 45999 clauses out of 92004 with flag 2481722/1118019
271.70/269.47	c cleaning 46999 clauses out of 94005 with flag 2590504/1166019
283.41/281.19	c cleaning 47999 clauses out of 96007 with flag 2703103/1215020
294.14/291.87	c cleaning 48996 clauses out of 98009 with flag 2817385/1265021
306.30/303.93	c cleaning 49999 clauses out of 100012 with flag 2926913/1316020
320.04/317.60	c cleaning 51004 clauses out of 102012 with flag 3044490/1368019
333.56/331.12	c cleaning 52000 clauses out of 104008 with flag 3167054/1421019
348.28/345.86	c cleaning 53003 clauses out of 106011 with flag 3297956/1475022
363.39/360.97	c cleaning 54000 clauses out of 108005 with flag 3419144/1530019
378.32/375.83	c cleaning 55003 clauses out of 110008 with flag 3556904/1586022
395.65/393.11	c cleaning 55999 clauses out of 112002 with flag 3704265/1643019
413.87/411.38	c cleaning 57001 clauses out of 114003 with flag 3845870/1701019
432.70/430.14	c cleaning 58001 clauses out of 116002 with flag 3981006/1760019
450.54/447.97	c cleaning 58991 clauses out of 118001 with flag 4112555/1820019
469.36/466.73	c cleaning 60001 clauses out of 120012 with flag 4243536/1881021
486.17/483.59	c cleaning 60998 clauses out of 122009 with flag 4379724/1943019
502.60/499.92	c cleaning 62000 clauses out of 124011 with flag 4516094/2006019
523.84/521.15	c cleaning 63001 clauses out of 126011 with flag 4660247/2070019
544.66/541.91	c cleaning 64004 clauses out of 128010 with flag 4805880/2135019
566.81/564.06	c cleaning 65000 clauses out of 130008 with flag 4969395/2201021
590.94/588.18	c cleaning 66000 clauses out of 132007 with flag 5132038/2268020
614.77/611.98	c cleaning 67000 clauses out of 134006 with flag 5286094/2336019
638.50/635.68	c cleaning 67999 clauses out of 136006 with flag 5433424/2405019
662.12/659.27	c cleaning 69002 clauses out of 138009 with flag 5585461/2475021
662.64/659.74	c Got one! Elapsed wall clock time (in seconds):659.621
662.64/659.74	o 6244
662.83/659.85	c Got one! Elapsed wall clock time (in seconds):659.726
662.83/659.85	o 6243
663.08/660.08	c Got one! Elapsed wall clock time (in seconds):659.955
663.08/660.08	o 6242
664.18/661.13	c cleaning 37453 clauses out of 74906 with flag 6277/2480920
665.60/662.57	c cleaning 21727 clauses out of 43453 with flag 18697/2486920
667.51/664.41	c cleaning 14363 clauses out of 28726 with flag 33337/2493920
669.52/666.49	c cleaning 11182 clauses out of 22363 with flag 49698/2501920
671.53/668.47	c Got one! Elapsed wall clock time (in seconds):668.346
671.53/668.47	o 6241
673.04/669.93	c cleaning 12150 clauses out of 24299 with flag 10674/2515038
674.46/671.35	c cleaning 9075 clauses out of 18150 with flag 23171/2521039
675.96/672.84	c cleaning 8034 clauses out of 16074 with flag 37979/2528038
677.56/674.45	c cleaning 8016 clauses out of 16039 with flag 54573/2536037
679.36/676.24	c cleaning 8510 clauses out of 17025 with flag 73235/2545039
681.27/678.13	c cleaning 9253 clauses out of 18514 with flag 93835/2555038
683.37/680.24	c cleaning 10126 clauses out of 20260 with flag 116356/2566037
686.08/682.91	c cleaning 11068 clauses out of 22135 with flag 140946/2578038
688.99/685.81	c cleaning 12031 clauses out of 24066 with flag 167565/2591037
692.99/689.83	c cleaning 13015 clauses out of 26036 with flag 199137/2605038
696.81/693.60	c cleaning 14007 clauses out of 28020 with flag 231319/2620037
700.43/697.29	c cleaning 15005 clauses out of 30013 with flag 264124/2636037
705.04/701.89	c cleaning 16000 clauses out of 32008 with flag 299016/2653037
709.04/705.87	c cleaning 16997 clauses out of 34009 with flag 341230/2671038
713.05/709.80	c cleaning 18007 clauses out of 36013 with flag 383048/2690039
717.07/713.87	c cleaning 18997 clauses out of 38004 with flag 427541/2710037
721.18/717.98	c cleaning 20000 clauses out of 40008 with flag 473281/2731038
726.18/722.91	c cleaning 20996 clauses out of 42007 with flag 521177/2753037
731.19/727.96	c cleaning 22004 clauses out of 44011 with flag 571411/2776037
736.51/733.23	c cleaning 22998 clauses out of 46008 with flag 624117/2800038
742.21/738.91	c cleaning 24001 clauses out of 48009 with flag 681177/2825037
747.93/744.61	c cleaning 25004 clauses out of 50008 with flag 740541/2851037
754.02/750.71	c cleaning 26002 clauses out of 52005 with flag 799112/2878038
760.45/757.14	c cleaning 26995 clauses out of 54002 with flag 863994/2906037
767.15/763.83	c cleaning 28002 clauses out of 56009 with flag 931631/2935039
773.75/770.44	c cleaning 29000 clauses out of 58005 with flag 996600/2965037
781.26/777.90	c cleaning 30000 clauses out of 60005 with flag 1063780/2996037
788.38/785.01	c cleaning 31002 clauses out of 62006 with flag 1134779/3028038
795.68/792.34	c cleaning 31996 clauses out of 64003 with flag 1206337/3061037
803.79/800.49	c cleaning 33004 clauses out of 66007 with flag 1279780/3095037
811.50/808.12	c cleaning 33999 clauses out of 68003 with flag 1355600/3130037
818.91/815.55	c cleaning 35002 clauses out of 70004 with flag 1451227/3166037
827.13/823.73	c cleaning 36001 clauses out of 72003 with flag 1562100/3203038
835.84/832.43	c cleaning 36997 clauses out of 74001 with flag 1666938/3241037
845.36/841.96	c cleaning 37996 clauses out of 76005 with flag 1751203/3280038
855.28/851.81	c cleaning 39003 clauses out of 78008 with flag 1840634/3320037
864.91/861.46	c cleaning 40003 clauses out of 80006 with flag 1929028/3361038
874.86/871.31	c cleaning 40999 clauses out of 82002 with flag 2024967/3403037
884.30/880.78	c cleaning 41994 clauses out of 84004 with flag 2128428/3446038
896.30/892.73	c cleaning 42999 clauses out of 86010 with flag 2226247/3490038
908.12/904.56	c cleaning 44002 clauses out of 88010 with flag 2324776/3535037
921.94/918.35	c cleaning 45005 clauses out of 90009 with flag 2434680/3581038
933.95/930.39	c cleaning 45998 clauses out of 92004 with flag 2537229/3628038
947.89/944.20	c cleaning 47000 clauses out of 94006 with flag 2642937/3676038
961.01/957.36	c cleaning 47996 clauses out of 96005 with flag 2752130/3725037
974.03/970.34	c cleaning 49002 clauses out of 98009 with flag 2863769/3775037
988.34/984.68	c cleaning 49998 clauses out of 100008 with flag 2980443/3826038
1002.05/998.31	c cleaning 50997 clauses out of 102010 with flag 3098198/3878038
1014.85/1011.19	c cleaning 52002 clauses out of 104012 with flag 3212437/3931037
1028.19/1024.45	c cleaning 53005 clauses out of 106012 with flag 3330178/3985039
1042.41/1038.65	c cleaning 53996 clauses out of 108006 with flag 3449557/4040038
1057.65/1053.82	c cleaning 54999 clauses out of 110009 with flag 3569748/4096037
1072.58/1068.70	c cleaning 56005 clauses out of 112010 with flag 3692427/4153037
1087.70/1083.84	c cleaning 57000 clauses out of 114007 with flag 3817817/4211039
1102.43/1098.53	c cleaning 58001 clauses out of 116005 with flag 3945922/4270037
1117.95/1114.08	c cleaning 59000 clauses out of 118005 with flag 4075535/4330038
1134.08/1130.15	c cleaning 59999 clauses out of 120005 with flag 4207392/4391038
1150.79/1146.85	c cleaning 60997 clauses out of 122005 with flag 4342556/4453037
1168.00/1164.06	c cleaning 61998 clauses out of 124008 with flag 4480332/4516037
1187.24/1183.29	c cleaning 63001 clauses out of 126011 with flag 4621312/4580038
1205.46/1201.49	c cleaning 64004 clauses out of 128009 with flag 4764256/4645037
1225.39/1221.39	c cleaning 64997 clauses out of 130006 with flag 4911054/4711038
1248.22/1244.13	c cleaning 66003 clauses out of 132010 with flag 5067932/4778039
1269.34/1265.24	c cleaning 66997 clauses out of 134005 with flag 5243895/4846037
1288.25/1284.19	c cleaning 68001 clauses out of 136008 with flag 5406552/4915037
1304.59/1300.43	c cleaning 68999 clauses out of 138007 with flag 5559627/4985037
1321.21/1317.02	c cleaning 69997 clauses out of 140009 with flag 5715521/5056038
1338.44/1334.25	c cleaning 71001 clauses out of 142011 with flag 5879650/5128037
1358.77/1354.55	c cleaning 72005 clauses out of 144011 with flag 6040460/5201038
1381.09/1376.80	c cleaning 72999 clauses out of 146005 with flag 6200940/5275037
1407.75/1403.50	c cleaning 74000 clauses out of 148007 with flag 6367532/5350038
1436.72/1432.35	c cleaning 74996 clauses out of 150006 with flag 6538025/5426037
1463.87/1459.45	c cleaning 75997 clauses out of 152011 with flag 6705693/5503038
1484.40/1479.91	c cleaning 77005 clauses out of 154016 with flag 6872795/5581040
1506.44/1501.92	c cleaning 78001 clauses out of 156008 with flag 7041742/5660037
1527.85/1523.34	c cleaning 78999 clauses out of 158007 with flag 7213687/5740037
1551.68/1547.12	c cleaning 79998 clauses out of 160008 with flag 7389416/5821037
1572.61/1568.02	c cleaning 81002 clauses out of 162011 with flag 7571874/5903038
1595.17/1590.50	c cleaning 82000 clauses out of 164008 with flag 7757584/5986037
1617.77/1613.14	c cleaning 82999 clauses out of 166009 with flag 7938361/6070038
1646.61/1641.92	c cleaning 83999 clauses out of 168009 with flag 8123902/6155037
1677.12/1672.42	c cleaning 85005 clauses out of 170010 with flag 8312526/6241037
1706.45/1701.79	c cleaning 85998 clauses out of 172005 with flag 8501519/6328037
1742.80/1738.01	c cleaning 86998 clauses out of 174007 with flag 8692316/6416037
1776.82/1772.09	c cleaning 88005 clauses out of 176009 with flag 8885285/6505037
1800.07/1795.22	c starts		: 283
1800.07/1795.22	c conflicts		: 6593596
1800.07/1795.22	c decisions		: 8857600
1800.07/1795.22	c propagations		: 917145748
1800.07/1795.22	c inspects		: 14034264698
1800.07/1795.22	c shortcuts		: 0
1800.07/1795.22	c learnt literals	: 0
1800.07/1795.22	c learnt binary clauses	: 1
1800.07/1795.22	c learnt ternary clauses	: 425
1800.07/1795.22	c learnt constraints	: 6593596
1800.07/1795.22	c ignored constraints	: 0
1800.07/1795.22	c root simplifications	: 0
1800.07/1795.22	c removed literals (reason simplification)	: 0
1800.07/1795.22	c reason swapping (by a shorter reason)	: 0
1800.07/1795.22	c Calls to reduceDB	: 155
1800.07/1795.22	c Number of update (reduction) of LBD	: 400014
1800.07/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.22	c number of learned constraints concerned by reduction	: 0
1800.07/1795.22	c number of learning phase by resolution	: 0
1800.07/1795.22	c number of learning phase by cutting planes	: 0
1800.07/1795.22	c speed (assignments/second)	: 510990.09494434326
1800.07/1795.22	c non guided choices	84
1800.07/1795.24	c learnt constraints type 
1800.07/1795.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.07/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 176664
1800.07/1795.24	c constraints type 
1800.07/1795.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3013
1800.07/1795.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
1800.07/1795.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 472
1800.07/1795.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.07/1795.24	c 3551 constraints processed.
1800.07/1795.24	s SATISFIABLE
1800.07/1795.25	v -x1 -x2 x3 -x4 -x5 x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 x18 -x19 x20 x21 -x22 -x23 x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 x36 x37 -x38 -x39 x40 -x41 x42 -x43 x44 x45 -x46 -x47 x48 -x49 x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 x58 -x59 x60 -x61 x62 x63 -x64 -x65 x66 -x67 x68 x69 -x70 -x71 x72 -x73 x74 -x75 -x76 -x77 x78 -x79 x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 x88 -x89 x90 -x91 x92 -x93 -x94 -x95 x96 -x97 x98 -x99 x100 x101 -x102 -x103 x104 -x105 x106 x107 -x108 -x109 x110 -x111 x112 -x113 x114 -x115 x116 -x117 x118 -x119 x120 -x121 x122 -x123 x124 -x125 x126 -x127 -x128 -x129 x130 -x131 x132 x133 -x134 -x135 x136 -x137 x138 -x139 x140 -x141 -x142 -x143 x144 -x145 x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 x154 -x155 x156 -x157 x158 x159 -x160 -x161 x162 -x163 x164 -x165 x166 -x167 x168 -x169 x170 -x171 -x172 -x173 x174 x175 -x176 -x177 x178 -x179 x180 -x181 x182 -x183 x184 -x185 x186 -x187 x188 x189 -x190 -x191 x192 -x193 x194 x195 -x196 x197 -x198 -x199 x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 x218 -x219 x220 -x221 -x222 -x223 x224 -x225 x226 -x227 x228 -x229 -x230 -x231 x232 -x233 x234 -x235 x236 -x237 x238 -x239 -x240 -x241 x242 x243 -x244 -x245 x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 x254 -x255 -x256 -x257 x258 -x259 x260 -x261 x262 -x263 x264 -x265 -x266 -x267 x268 x269 -x270 -x271 x272 -x273 -x274 -x275 x276 -x277 x278 -x279 x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 x288 -x289 x290 -x291 x292 -x293 -x294 -x295 x296 -x297 x298 -x299 x300 -x301 x302 -x303 x304 -x305 -x306 -x307 x308 -x309 x310 -x311 x312 -x313 x314 -x315 x316 x317 -x318 -x319 x320 -x321 x322 x323 -x324 -x325 -x326 -x327 x328 -x329 x330 -x331 -x332 -x333 x334 -x335 x336 x337 -x338 -x339 x340 -x341 -x342 -x343 x344 -x345 x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 x362 -x363 x364 -x365 -x366 -x367 x368 -x369 x370 -x371 -x372 -x373 x374 x375 -x376 -x377 x378 -x379 -x380 -x381 x382 -x383 x384 x385 -x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 x402 x403 -x404 -x405 -x406 -x407 x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 x416 -x417 -x418 -x419 x420 -x421 x422 -x423 -x424 -x425 x426 x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 x436 -x437 x438 -x439 x440 -x441 x442 x443 -x444 -x445 x446 -x447 x448 -x449 -x450 -x451 x452 -x453 x454 -x455 x456 -x457 -x458 -x459 x460 -x461 -x462 -x463 x464 -x465 x466 -x467 x468 -x469 x470 -x471 x472 x473 -x474 -x475 -x476 -x477 x478 -x479 x480 -x481 -x482 -x483 x484 -x485 -x486 -x487 x488 -x489 x490 -x491 x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 -x501 x502 -x503 x504 -x505 x506 x507 -x508 -x509 x510 -x511 x512 -x513 -x514 -x515 x516 -x517 x518 -x519 -x520 -x521 x522 -x523 x524 -x525 x526 x527 -x528 
1800.07/1795.25	c objective function=6241
1800.07/1795.25	c Total wall clock time (in seconds): 1795.125

Verifier Data

OK	6241

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.31 1.80 1.92 2/173 6207
/proc/meminfo: memFree=30532020/32873844 swapFree=7116/7116
[pid=6207] ppid=6204 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/6207/stat : 6207 (java) D 6204 6207 2017 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291969799 9515008 184 33554432000 1073741824 1073778376 140737110095856 140737110087080 240564989367 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/6207/statm: 2323 184 142 9 0 71 0

[startup+0.097444 s]
/proc/loadavg: 1.31 1.80 1.92 2/173 6207
/proc/meminfo: memFree=30532020/32873844 swapFree=7116/7116
[pid=6207] ppid=6204 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/6207/stat : 6207 (java) S 6204 6207 2017 0 -1 4202496 4081 0 1 0 7 1 0 0 20 0 18 0 291969799 9787817984 5284 33554432000 1073741824 1073778376 140733721062944 140733721054080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6207/statm: 2389604 5285 2038 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.100181 s]
/proc/loadavg: 1.31 1.80 1.92 2/173 6207
/proc/meminfo: memFree=30532020/32873844 swapFree=7116/7116
[pid=6207] ppid=6204 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/6207/stat : 6207 (java) S 6204 6207 2017 0 -1 4202496 4196 0 1 0 8 1 0 0 20 0 18 0 291969799 9787817984 5395 33554432000 1073741824 1073778376 140733721062944 140733721054080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6207/statm: 2389604 5395 2081 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300162 s]
/proc/loadavg: 1.31 1.80 1.92 2/173 6207
/proc/meminfo: memFree=30532020/32873844 swapFree=7116/7116
[pid=6207] ppid=6204 vsize=9558416 CPUtime=0.45 cores=0,2,4,6
/proc/6207/stat : 6207 (java) S 6204 6207 2017 0 -1 4202496 5358 0 1 0 43 2 0 0 20 0 18 0 291969799 9787817984 8367 33554432000 1073741824 1073778376 140733721062944 140733721054080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6207/statm: 2389604 8367 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558416

[startup+0.700276 s]
/proc/loadavg: 1.31 1.80 1.92 2/173 6207
/proc/meminfo: memFree=30532020/32873844 swapFree=7116/7116
[pid=6207] ppid=6204 vsize=9624980 CPUtime=1.41 cores=0,2,4,6
/proc/6207/stat : 6207 (java) S 6204 6207 2017 0 -1 4202496 10846 0 1 0 138 3 0 0 20 0 19 0 291969799 9855979520 12420 33554432000 1073741824 1073778376 140733721062944 140733721054080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6207/statm: 2406245 12420 2242 9 0 2396937 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9624980

[startup+1.50069 s]
/proc/loadavg: 1.37 1.80 1.92 4/213 6247
/proc/meminfo: memFree=30457744/32873844 swapFree=7116/7116
[pid=6207] ppid=6204 vsize=9624980 CPUtime=2.26 cores=0,2,4,6
/proc/6207/stat : 6207 (java) S 6204 6207 2017 0 -1 4202496 11298 0 1 0 223 3 0 0 20 0 19 0 291969799 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140733721054080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6207/statm: 2406245 12942 2250 9 0 2396937 0
[pid=6207/tid=6213] ppid=6204 vsize=9624980 CPUtime=1.47 cores=0,2,4,6
/proc/6207/task/6213/stat : 6213 (java) R 6204 6207 2017 0 -1 4202560 2465 0 1 0 145 2 0 0 20 0 19 0 291969801 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400212199992 140400082334787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6215] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6215/stat : 6215 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400201263272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6218] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6218/stat : 6218 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400054188328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6220] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6220/stat : 6220 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400053135784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6221] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6221/stat : 6221 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400052083240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6223] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6223/stat : 6223 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400051030696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6225] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6225/stat : 6225 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400049978152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6226] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6226/stat : 6226 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400048925608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6228] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6228/stat : 6228 (java) S 6204 6207 2017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400047873064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6230] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6230/stat : 6230 (java) S 6204 6207 2017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400035674216 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6232] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6232/stat : 6232 (java) S 6204 6207 2017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400034620536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6233] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6233/stat : 6233 (java) S 6204 6207 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400033567880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6237] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6237/stat : 6237 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400032516624 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6239] ppid=6204 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/6207/task/6239/stat : 6239 (java) S 6204 6207 2017 0 -1 4202560 3667 0 0 0 39 0 0 0 20 0 19 0 291969806 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400031463992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6241] ppid=6204 vsize=9624980 CPUtime=0.36 cores=0,2,4,6
/proc/6207/task/6241/stat : 6241 (java) S 6204 6207 2017 0 -1 4202560 3973 0 0 0 36 0 0 0 20 0 19 0 291969806 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400030411448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6243] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6243/stat : 6243 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400029359096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6245] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6245/stat : 6245 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400028306760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6247] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6247/stat : 6247 (java) S 6204 6207 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291969837 9855979520 12942 33554432000 1073741824 1073778376 140733721062944 140400027251496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9624980

[startup+3.10068 s]
/proc/loadavg: 1.37 1.80 1.92 3/213 6247
/proc/meminfo: memFree=30428552/32873844 swapFree=7116/7116
[pid=6207] ppid=6204 vsize=9624980 CPUtime=3.93 cores=0,2,4,6
/proc/6207/stat : 6207 (java) S 6204 6207 2017 0 -1 4202496 11375 0 1 0 389 4 0 0 20 0 19 0 291969799 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140733721054080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6207/statm: 2406245 18621 2276 9 0 2396937 0
[pid=6207/tid=6213] ppid=6204 vsize=9624980 CPUtime=3.03 cores=0,2,4,6
/proc/6207/task/6213/stat : 6213 (java) R 6204 6207 2017 0 -1 4202560 2471 0 1 0 301 2 0 0 20 0 19 0 291969801 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400212201760 140400082032038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6215] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6215/stat : 6215 (java) S 6204 6207 2017 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400201263272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6218] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6218/stat : 6218 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400054188328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6220] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6220/stat : 6220 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400053135784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6221] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6221/stat : 6221 (java) S 6204 6207 2017 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400052083240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6223] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6223/stat : 6223 (java) S 6204 6207 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400051030696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6225] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6225/stat : 6225 (java) S 6204 6207 2017 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400049978152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6226] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6226/stat : 6226 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400048925608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6228] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6228/stat : 6228 (java) S 6204 6207 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400047873064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6230] ppid=6204 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/6207/task/6230/stat : 6230 (java) S 6204 6207 2017 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 291969803 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400035674216 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6232] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6232/stat : 6232 (java) S 6204 6207 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400034620536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6233] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6233/stat : 6233 (java) S 6204 6207 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400033567880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6237] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6237/stat : 6237 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400032516624 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6239] ppid=6204 vsize=9624980 CPUtime=0.41 cores=0,2,4,6
/proc/6207/task/6239/stat : 6239 (java) S 6204 6207 2017 0 -1 4202560 3671 0 0 0 41 0 0 0 20 0 19 0 291969806 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400031463992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6241] ppid=6204 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/6207/task/6241/stat : 6241 (java) S 6204 6207 2017 0 -1 4202560 3977 0 0 0 40 0 0 0 20 0 19 0 291969806 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400030411448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6243] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6243/stat : 6243 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400029359096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6245] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6245/stat : 6245 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400028306760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6247] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6247/stat : 6247 (java) S 6204 6207 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291969837 9855979520 18621 33554432000 1073741824 1073778376 140733721062944 140400027251496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9624980

[startup+6.30068 s]
/proc/loadavg: 1.37 1.80 1.92 3/213 6247
/proc/meminfo: memFree=30410244/32873844 swapFree=7116/7116
[pid=6207] ppid=6204 vsize=9624980 CPUtime=7.19 cores=0,2,4,6
/proc/6207/stat : 6207 (java) S 6204 6207 2017 0 -1 4202496 11898 0 1 0 715 4 0 0 20 0 19 0 291969799 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140733721054080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6207/statm: 2406245 19805 2276 9 0 2396937 0
[pid=6207/tid=6213] ppid=6204 vsize=9624980 CPUtime=6.18 cores=0,2,4,6
/proc/6207/task/6213/stat : 6213 (java) R 6204 6207 2017 0 -1 4202560 2473 0 1 0 616 2 0 0 20 0 19 0 291969801 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400212201760 140400082435637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6215] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6215/stat : 6215 (java) S 6204 6207 2017 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400201263272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6218] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6218/stat : 6218 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400054188328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6220] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6220/stat : 6220 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400053135784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6221] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6221/stat : 6221 (java) S 6204 6207 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400052083240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6223] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6223/stat : 6223 (java) S 6204 6207 2017 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400051030696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6225] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6225/stat : 6225 (java) S 6204 6207 2017 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400049978152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6226] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6226/stat : 6226 (java) S 6204 6207 2017 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400048925608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6228] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6228/stat : 6228 (java) S 6204 6207 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291969802 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400047873064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6230] ppid=6204 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/6207/task/6230/stat : 6230 (java) S 6204 6207 2017 0 -1 4202560 43 0 0 0 5 0 0 0 20 0 19 0 291969803 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400035674216 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6232] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6232/stat : 6232 (java) S 6204 6207 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400034620536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6233] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6233/stat : 6233 (java) S 6204 6207 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400033567880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6237] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6237/stat : 6237 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400032516624 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6239] ppid=6204 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/6207/task/6239/stat : 6239 (java) S 6204 6207 2017 0 -1 4202560 4159 0 0 0 47 0 0 0 20 0 19 0 291969806 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400031463992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6241] ppid=6204 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/6207/task/6241/stat : 6241 (java) S 6204 6207 2017 0 -1 4202560 3978 0 0 0 40 0 0 0 20 0 19 0 291969806 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400030411448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6243] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6243/stat : 6243 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400029359096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6245] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6245/stat : 6245 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400028306760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6247] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6247/stat : 6247 (java) S 6204 6207 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291969837 9855979520 19805 33554432000 1073741824 1073778376 140733721062944 140400027251496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

[pid=6207/tid=6239] ppid=6204 vsize=9624980 CPUtime=1.31 cores=0,2,4,6
/proc/6207/task/6239/stat : 6239 (java) S 6204 6207 2017 0 -1 4202560 14813 0 0 0 127 4 0 0 20 0 19 0 291969806 9855979520 61970 33554432000 1073741824 1073778376 140733721062944 140400031463992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6241] ppid=6204 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/6207/task/6241/stat : 6241 (java) S 6204 6207 2017 0 -1 4202560 3980 0 0 0 50 0 0 0 20 0 19 0 291969806 9855979520 61970 33554432000 1073741824 1073778376 140733721062944 140400030411448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6243] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6243/stat : 6243 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 61970 33554432000 1073741824 1073778376 140733721062944 140400029359096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6245] ppid=6204 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/6207/task/6245/stat : 6245 (java) S 6204 6207 2017 0 -1 4202560 95 0 0 0 26 17 0 0 20 0 19 0 291969806 9855979520 61970 33554432000 1073741824 1073778376 140733721062944 140400028306760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6247] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6247/stat : 6247 (java) S 6204 6207 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291969837 9855979520 61970 33554432000 1073741824 1073778376 140733721062944 140400027251496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1667.02
Current children cumulated vsize (KiB) 9624980

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.94 3/213 6263
/proc/meminfo: memFree=30037552/32873844 swapFree=7116/7116
[pid=6207] ppid=6204 vsize=9624980 CPUtime=1727.1 cores=0,2,4,6
/proc/6207/stat : 6207 (java) S 6204 6207 2017 0 -1 4202496 24224 0 1 0 172672 38 0 0 20 0 19 0 291969799 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140733721054080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6207/statm: 2406245 62997 2280 9 0 2396937 0
[pid=6207/tid=6213] ppid=6204 vsize=9624980 CPUtime=1711.08 cores=0,2,4,6
/proc/6207/task/6213/stat : 6213 (java) R 6204 6207 2017 0 -1 4202560 2645 0 1 0 171079 29 0 0 20 0 19 0 291969801 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400212201824 140400082520154 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6215] ppid=6204 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/6207/task/6215/stat : 6215 (java) S 6204 6207 2017 0 -1 4202560 322 0 0 0 51 3 0 0 20 0 19 0 291969802 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400201263272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6218] ppid=6204 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/6207/task/6218/stat : 6218 (java) S 6204 6207 2017 0 -1 4202560 82 0 0 0 50 0 0 0 20 0 19 0 291969802 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400054188328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6220] ppid=6204 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/6207/task/6220/stat : 6220 (java) S 6204 6207 2017 0 -1 4202560 151 0 0 0 53 2 0 0 20 0 19 0 291969802 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400053135784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6221] ppid=6204 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/6207/task/6221/stat : 6221 (java) S 6204 6207 2017 0 -1 4202560 174 0 0 0 50 2 0 0 20 0 19 0 291969802 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400052083240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6223] ppid=6204 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/6207/task/6223/stat : 6223 (java) S 6204 6207 2017 0 -1 4202560 220 0 0 0 52 0 0 0 20 0 19 0 291969802 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400051030696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6225] ppid=6204 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/6207/task/6225/stat : 6225 (java) S 6204 6207 2017 0 -1 4202560 40 0 0 0 53 2 0 0 20 0 19 0 291969802 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400049978152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6226] ppid=6204 vsize=9624980 CPUtime=0.51 cores=0,2,4,6
/proc/6207/task/6226/stat : 6226 (java) S 6204 6207 2017 0 -1 4202560 165 0 0 0 51 0 0 0 20 0 19 0 291969802 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400048925608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6228] ppid=6204 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/6207/task/6228/stat : 6228 (java) S 6204 6207 2017 0 -1 4202560 183 0 0 0 57 2 0 0 20 0 19 0 291969802 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400047873064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6230] ppid=6204 vsize=9624980 CPUtime=5.18 cores=0,2,4,6
/proc/6207/task/6230/stat : 6230 (java) S 6204 6207 2017 0 -1 4202560 171 0 0 0 516 2 0 0 20 0 19 0 291969803 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400035674216 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6232] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6232/stat : 6232 (java) S 6204 6207 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400034620536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6233] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6233/stat : 6233 (java) S 6204 6207 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400033567880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6237] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6237/stat : 6237 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400032516624 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6239] ppid=6204 vsize=9624980 CPUtime=1.31 cores=0,2,4,6
/proc/6207/task/6239/stat : 6239 (java) S 6204 6207 2017 0 -1 4202560 14813 0 0 0 127 4 0 0 20 0 19 0 291969806 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400031463992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6241] ppid=6204 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/6207/task/6241/stat : 6241 (java) S 6204 6207 2017 0 -1 4202560 3980 0 0 0 50 0 0 0 20 0 19 0 291969806 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400030411448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6243] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6243/stat : 6243 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400029359096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6245] ppid=6204 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/6207/task/6245/stat : 6245 (java) S 6204 6207 2017 0 -1 4202560 99 0 0 0 29 17 0 0 20 0 19 0 291969806 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400028306760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6247] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6247/stat : 6247 (java) S 6204 6207 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291969837 9855979520 62997 33554432000 1073741824 1073778376 140733721062944 140400027251496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.1
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.94 3/213 6263
/proc/meminfo: memFree=30025140/32873844 swapFree=7116/7116
[pid=6207] ppid=6204 vsize=9624980 CPUtime=1787.14 cores=0,2,4,6
/proc/6207/stat : 6207 (java) S 6204 6207 2017 0 -1 4202496 24248 0 1 0 178676 38 0 0 20 0 19 0 291969799 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140733721054080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6207/statm: 2406245 65055 2280 9 0 2396937 0
[pid=6207/tid=6213] ppid=6204 vsize=9624980 CPUtime=1770.8 cores=0,2,4,6
/proc/6207/task/6213/stat : 6213 (java) R 6204 6207 2017 0 -1 4202560 2648 0 1 0 177050 30 0 0 20 0 19 0 291969801 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400212201824 140400082032467 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6215] ppid=6204 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/6207/task/6215/stat : 6215 (java) S 6204 6207 2017 0 -1 4202560 322 0 0 0 51 3 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400201263272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6218] ppid=6204 vsize=9624980 CPUtime=0.51 cores=0,2,4,6
/proc/6207/task/6218/stat : 6218 (java) S 6204 6207 2017 0 -1 4202560 92 0 0 0 50 1 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400054188328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6220] ppid=6204 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/6207/task/6220/stat : 6220 (java) S 6204 6207 2017 0 -1 4202560 151 0 0 0 54 2 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400053135784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6221] ppid=6204 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/6207/task/6221/stat : 6221 (java) S 6204 6207 2017 0 -1 4202560 174 0 0 0 51 2 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400052083240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6223] ppid=6204 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/6207/task/6223/stat : 6223 (java) S 6204 6207 2017 0 -1 4202560 220 0 0 0 53 0 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400051030696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6225] ppid=6204 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/6207/task/6225/stat : 6225 (java) S 6204 6207 2017 0 -1 4202560 40 0 0 0 54 2 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400049978152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6226] ppid=6204 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/6207/task/6226/stat : 6226 (java) S 6204 6207 2017 0 -1 4202560 165 0 0 0 52 0 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400048925608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6228] ppid=6204 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/6207/task/6228/stat : 6228 (java) S 6204 6207 2017 0 -1 4202560 183 0 0 0 59 2 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400047873064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6230] ppid=6204 vsize=9624980 CPUtime=5.28 cores=0,2,4,6
/proc/6207/task/6230/stat : 6230 (java) S 6204 6207 2017 0 -1 4202560 178 0 0 0 525 3 0 0 20 0 19 0 291969803 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400035674216 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6232] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6232/stat : 6232 (java) S 6204 6207 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400034620536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6233] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6233/stat : 6233 (java) S 6204 6207 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400033567880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6237] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6237/stat : 6237 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400032516624 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6239] ppid=6204 vsize=9624980 CPUtime=1.31 cores=0,2,4,6
/proc/6207/task/6239/stat : 6239 (java) S 6204 6207 2017 0 -1 4202560 14813 0 0 0 127 4 0 0 20 0 19 0 291969806 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400031463992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6241] ppid=6204 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/6207/task/6241/stat : 6241 (java) S 6204 6207 2017 0 -1 4202560 3980 0 0 0 50 0 0 0 20 0 19 0 291969806 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400030411448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6243] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6243/stat : 6243 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400029359096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6245] ppid=6204 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/6207/task/6245/stat : 6245 (java) S 6204 6207 2017 0 -1 4202560 103 0 0 0 30 19 0 0 20 0 19 0 291969806 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400028306760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6247] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6247/stat : 6247 (java) S 6204 6207 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291969837 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400027251496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.14
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 2.00 1.97 1.94 2/193 6266
/proc/meminfo: memFree=30271288/32873844 swapFree=7116/7116
[pid=6207] ppid=6204 vsize=9624980 CPUtime=1800.07 cores=0,2,4,6
/proc/6207/stat : 6207 (java) S 6204 6207 2017 0 -1 4202496 24248 0 1 0 179968 39 0 0 20 0 19 0 291969799 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140733721054080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6207/statm: 2406245 65055 2280 9 0 2396937 0
[pid=6207/tid=6213] ppid=6204 vsize=9624980 CPUtime=1783.68 cores=0,2,4,6
/proc/6207/task/6213/stat : 6213 (java) R 6204 6207 2017 0 -1 4202560 2648 0 1 0 178337 31 0 0 20 0 19 0 291969801 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400212201824 140400082368303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6215] ppid=6204 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/6207/task/6215/stat : 6215 (java) S 6204 6207 2017 0 -1 4202560 322 0 0 0 51 3 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400201263272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6218] ppid=6204 vsize=9624980 CPUtime=0.51 cores=0,2,4,6
/proc/6207/task/6218/stat : 6218 (java) S 6204 6207 2017 0 -1 4202560 92 0 0 0 50 1 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400054188328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6220] ppid=6204 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/6207/task/6220/stat : 6220 (java) S 6204 6207 2017 0 -1 4202560 151 0 0 0 54 2 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400053135784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6221] ppid=6204 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/6207/task/6221/stat : 6221 (java) S 6204 6207 2017 0 -1 4202560 174 0 0 0 51 2 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400052083240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6223] ppid=6204 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/6207/task/6223/stat : 6223 (java) S 6204 6207 2017 0 -1 4202560 220 0 0 0 53 0 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400051030696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6225] ppid=6204 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/6207/task/6225/stat : 6225 (java) S 6204 6207 2017 0 -1 4202560 40 0 0 0 54 2 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400049978152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6226] ppid=6204 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/6207/task/6226/stat : 6226 (java) S 6204 6207 2017 0 -1 4202560 165 0 0 0 52 0 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400048925608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6228] ppid=6204 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/6207/task/6228/stat : 6228 (java) S 6204 6207 2017 0 -1 4202560 183 0 0 0 59 2 0 0 20 0 19 0 291969802 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400047873064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6230] ppid=6204 vsize=9624980 CPUtime=5.28 cores=0,2,4,6
/proc/6207/task/6230/stat : 6230 (java) S 6204 6207 2017 0 -1 4202560 178 0 0 0 525 3 0 0 20 0 19 0 291969803 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400035674216 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6232] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6232/stat : 6232 (java) S 6204 6207 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400034620536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6233] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6233/stat : 6233 (java) S 6204 6207 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291969803 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400033567880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6237] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6237/stat : 6237 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400032516624 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6207/tid=6239] ppid=6204 vsize=9624980 CPUtime=1.31 cores=0,2,4,6
/proc/6207/task/6239/stat : 6239 (java) S 6204 6207 2017 0 -1 4202560 14813 0 0 0 127 4 0 0 20 0 19 0 291969806 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400031463992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6241] ppid=6204 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/6207/task/6241/stat : 6241 (java) S 6204 6207 2017 0 -1 4202560 3980 0 0 0 50 0 0 0 20 0 19 0 291969806 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400030411448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6207/tid=6243] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6243/stat : 6243 (java) S 6204 6207 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291969806 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400029359096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6207/tid=6245] ppid=6204 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/6207/task/6245/stat : 6245 (java) S 6204 6207 2017 0 -1 4202560 103 0 0 0 30 19 0 0 20 0 19 0 291969806 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400028306760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6207/tid=6247] ppid=6204 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6247/stat : 6247 (java) S 6204 6207 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291969837 9855979520 65055 33554432000 1073741824 1073778376 140733721062944 140400027251496 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624980

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

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

Child status: 143

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

Real time (s): 1795.25
CPU time (s): 1800.07
CPU user time (s): 1799.68
CPU system time (s): 0.39
CPU usage (%): 100.268
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.14
system time used= 0.835872
maximum resident set size= 264464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24288
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42244
involuntary context switches= 27039

runsolver used 6.00109 second user time and 14.8827 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-29 04:27:29
IDJOB=3718005
IDBENCH=79606
IDSOLVER=2301
FILE ID=node146/3718005-1338258449
RUNJOBID= node146-1338258449-6182
PBS_JOBID= 14624646
Free space on /tmp= 71188 MiB

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

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

MD5SUM BENCH= 48ac1863348303136e0aa9da5ae3256d
RANDOM SEED=2001574818

node146.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.034
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.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		: 2667.034
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.92
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.034
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.034
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.034
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.034
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.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30532664 kB
Buffers:          435424 kB
Cached:          1028240 kB
SwapCached:         2180 kB
Active:          1021400 kB
Inactive:         446664 kB
Active(anon):       3936 kB
Inactive(anon):     2668 kB
Active(file):    1017464 kB
Inactive(file):   443996 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100344 kB
Dirty:               800 kB
Writeback:             0 kB
AnonPages:         10120 kB
Mapped:             8560 kB
Shmem:                 0 kB
Slab:             731168 kB
SReclaimable:     172292 kB
SUnreclaim:       558876 kB
KernelStack:        1376 kB
PageTables:         3940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71184 MiB
End job on node146 at 2012-05-29 04:57:26