Trace number 4118854

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-48 1800.66 901.263

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3pm-0444-0444.lin.opb
MD5SUMc2f2e94e00e3bce4e8010633ba4d4c75
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-65
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables768
Total number of constraints1216
Number of constraints which are clauses576
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 576
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 576
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 576
Number of bits of the biggest sum of numbers10
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-2013 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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4118854-1467237028.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.22/0.28	c ... done. Wall clock time 0.154s.
0.22/0.28	c declared #vars     768
0.22/0.28	c #constraints  1280
0.22/0.28	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.28	c constraints type 
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 640
0.22/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
0.22/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 576
0.22/0.29	c 1280 constraints processed.
0.22/0.29	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.29	c constraints type 
0.22/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 640
0.22/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 64
0.22/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
0.22/0.29	c 1280 constraints processed.
0.22/0.29	c objective function length is 576 literals
0.44/0.30	c And the winner is solver0
0.49/0.79	c SATISFIABLE
0.49/0.79	c OPTIMIZING...
0.49/0.79	c Got one! Elapsed wall clock time (in seconds):0.66
0.49/0.79	o -43
0.51/0.85	c And the winner is solver0
0.93/1.29	c Got one! Elapsed wall clock time (in seconds):1.164
0.93/1.29	o -44
0.94/1.36	c And the winner is solver0
1.48/1.79	c Got one! Elapsed wall clock time (in seconds):1.667
1.48/1.79	o -45
1.83/1.99	c And the winner is solver0
2.20/2.30	c Got one! Elapsed wall clock time (in seconds):2.17
2.20/2.30	o -46
2.68/2.54	c cleaning 3109 clauses out of 6218 with flag 6399/6218
3.78/2.99	c cleaning 4555 clauses out of 9109 with flag 19128/12218
4.00/3.06	c And the winner is solver0
4.22/3.30	c Got one! Elapsed wall clock time (in seconds):3.172
4.22/3.30	o -47
4.78/3.59	c cleaning 4946 clauses out of 9902 with flag 8474/17566
5.88/4.05	c cleaning 5478 clauses out of 10955 with flag 21295/23565
6.93/4.53	c cleaning 6235 clauses out of 12477 with flag 35817/30565
7.97/5.09	c cleaning 7117 clauses out of 14242 with flag 52395/38565
9.42/5.77	c cleaning 8063 clauses out of 16126 with flag 71110/47566
11.03/6.58	c cleaning 9031 clauses out of 18062 with flag 91851/57565
13.12/7.57	c cleaning 10012 clauses out of 20032 with flag 114600/68566
15.61/8.72	c cleaning 11007 clauses out of 22021 with flag 139744/80567
17.82/9.88	c cleaning 12002 clauses out of 24012 with flag 166658/93565
20.60/11.18	c cleaning 13004 clauses out of 26011 with flag 195516/107566
23.58/12.60	c cleaning 13998 clauses out of 28006 with flag 226248/122565
27.33/14.41	c cleaning 15004 clauses out of 30008 with flag 259134/138565
30.53/16.08	c cleaning 16000 clauses out of 32005 with flag 294060/155566
33.94/17.79	c cleaning 16998 clauses out of 34003 with flag 330948/173564
38.54/19.94	c cleaning 18001 clauses out of 36005 with flag 369926/192564
42.94/22.16	c cleaning 19003 clauses out of 38005 with flag 410663/212565
48.16/24.67	c cleaning 19993 clauses out of 40001 with flag 453476/233564
53.16/27.18	c cleaning 21000 clauses out of 42009 with flag 498413/255565
58.76/29.91	c cleaning 21998 clauses out of 44008 with flag 545712/278564
65.02/32.96	c cleaning 23004 clauses out of 46010 with flag 595326/302564
71.22/36.00	c cleaning 23995 clauses out of 48006 with flag 646857/327564
78.46/39.87	c cleaning 25002 clauses out of 50012 with flag 700507/353565
81.06/41.16	c And the winner is solver0
81.36/41.61	c Got one! Elapsed wall clock time (in seconds):41.484
81.36/41.61	o -48
82.93/42.45	c cleaning 21406 clauses out of 42817 with flag 10797/371372
84.14/43.09	c cleaning 13703 clauses out of 27413 with flag 23662/377374
85.53/43.72	c cleaning 10349 clauses out of 20708 with flag 38281/384372
86.73/44.38	c cleaning 9175 clauses out of 18359 with flag 55068/392372
88.34/45.12	c cleaning 9092 clauses out of 18186 with flag 74143/401374
90.13/46.00	c cleaning 9547 clauses out of 19093 with flag 95519/411373
92.13/47.03	c cleaning 10272 clauses out of 20545 with flag 118709/422372
94.13/48.01	c cleaning 11131 clauses out of 22275 with flag 143667/434374
96.23/49.02	c cleaning 12066 clauses out of 24142 with flag 170577/447372
98.44/50.18	c cleaning 13038 clauses out of 26077 with flag 199658/461373
101.24/51.55	c cleaning 14013 clauses out of 28039 with flag 230790/476373
104.26/53.06	c cleaning 15010 clauses out of 30027 with flag 263852/492374
107.65/54.72	c cleaning 16007 clauses out of 32018 with flag 299052/509375
111.05/56.40	c cleaning 16998 clauses out of 34010 with flag 340375/527374
115.00/58.33	c cleaning 18004 clauses out of 36012 with flag 383948/546374
118.98/60.34	c cleaning 19000 clauses out of 38006 with flag 431944/566372
122.98/62.37	c cleaning 19996 clauses out of 40006 with flag 486415/587372
127.58/64.67	c cleaning 21007 clauses out of 42013 with flag 545072/609375
132.59/67.13	c cleaning 22002 clauses out of 44003 with flag 607012/632372
137.93/69.76	c cleaning 22998 clauses out of 46002 with flag 671389/656373
143.33/72.48	c cleaning 23999 clauses out of 48004 with flag 739635/681373
149.13/75.34	c cleaning 24996 clauses out of 50004 with flag 808927/707372
155.28/78.39	c cleaning 26002 clauses out of 52011 with flag 881686/734375
161.49/81.41	c cleaning 26998 clauses out of 54006 with flag 956909/762372
168.29/84.85	c cleaning 28003 clauses out of 56009 with flag 1039664/791373
175.69/88.54	c cleaning 29004 clauses out of 58009 with flag 1134076/821376
183.28/92.38	c cleaning 29996 clauses out of 60001 with flag 1234821/852372
191.28/96.35	c cleaning 30992 clauses out of 62005 with flag 1333327/884372
199.48/100.47	c cleaning 32002 clauses out of 64013 with flag 1432757/917372
208.48/104.95	c cleaning 33002 clauses out of 66011 with flag 1539937/951372
218.28/109.82	c cleaning 33998 clauses out of 68009 with flag 1651693/986372
228.07/114.75	c cleaning 35002 clauses out of 70011 with flag 1767942/1022372
238.68/120.08	c cleaning 36005 clauses out of 72010 with flag 1891380/1059373
250.88/126.47	c cleaning 37000 clauses out of 74004 with flag 2009302/1097372
262.29/132.18	c cleaning 37999 clauses out of 76006 with flag 2124403/1136374
272.47/137.30	c cleaning 38999 clauses out of 78005 with flag 2237627/1176372
284.28/143.14	c cleaning 39999 clauses out of 80007 with flag 2358095/1217373
296.86/149.45	c cleaning 41003 clauses out of 82008 with flag 2484436/1259373
310.06/156.01	c cleaning 41997 clauses out of 84004 with flag 2615668/1302372
323.46/162.72	c cleaning 43003 clauses out of 86008 with flag 2751201/1346373
337.45/169.70	c cleaning 43997 clauses out of 88004 with flag 2882021/1391372
352.05/177.08	c cleaning 45003 clauses out of 90008 with flag 3018850/1437373
366.44/184.28	c cleaning 45997 clauses out of 92004 with flag 3161084/1484372
381.44/191.77	c cleaning 47003 clauses out of 94008 with flag 3305713/1532373
397.25/199.61	c cleaning 48000 clauses out of 96006 with flag 3457836/1581374
411.66/206.87	c cleaning 49003 clauses out of 98006 with flag 3605641/1631374
427.45/214.74	c cleaning 49998 clauses out of 100001 with flag 3761972/1682372
442.84/222.41	c cleaning 51003 clauses out of 102005 with flag 3912987/1734374
457.64/229.88	c cleaning 52000 clauses out of 104000 with flag 4071085/1787372
474.64/238.31	c cleaning 53002 clauses out of 106003 with flag 4236203/1841375
493.19/247.79	c cleaning 53999 clauses out of 107998 with flag 4397764/1896372
510.60/256.47	c cleaning 54999 clauses out of 109999 with flag 4566441/1952372
528.38/265.31	c cleaning 55995 clauses out of 112002 with flag 4738105/2009374
545.81/274.05	c cleaning 57000 clauses out of 114005 with flag 4917781/2067372
565.79/284.01	c cleaning 58003 clauses out of 116006 with flag 5112144/2126373
586.80/294.54	c cleaning 59002 clauses out of 118004 with flag 5304466/2186374
606.60/304.45	c cleaning 59996 clauses out of 120002 with flag 5503132/2247374
625.01/313.69	c cleaning 60994 clauses out of 122007 with flag 5700899/2309375
643.00/322.64	c cleaning 62005 clauses out of 124010 with flag 5898633/2372372
663.00/332.69	c cleaning 63000 clauses out of 126005 with flag 6097646/2436372
686.20/344.23	c cleaning 63998 clauses out of 128005 with flag 6304927/2501372
709.60/355.93	c cleaning 64999 clauses out of 130007 with flag 6516572/2567372
734.20/368.27	c cleaning 66004 clauses out of 132010 with flag 6732267/2634374
757.80/380.04	c cleaning 66997 clauses out of 134004 with flag 6950209/2702372
783.59/392.90	c cleaning 67999 clauses out of 136009 with flag 7178767/2771374
809.20/405.70	c cleaning 69002 clauses out of 138009 with flag 7408301/2841373
835.80/419.07	c cleaning 70003 clauses out of 140007 with flag 7646493/2912373
862.00/432.14	c cleaning 70994 clauses out of 142003 with flag 7892712/2984372
887.19/444.78	c cleaning 72003 clauses out of 144010 with flag 8158967/3057373
913.79/458.04	c cleaning 72999 clauses out of 146006 with flag 8389958/3131372
941.40/471.81	c cleaning 74003 clauses out of 148009 with flag 8627654/3206374
970.00/486.11	c cleaning 75002 clauses out of 150005 with flag 8865944/3282373
996.81/499.59	c cleaning 75996 clauses out of 152002 with flag 9108126/3359372
1024.26/513.18	c cleaning 77001 clauses out of 154006 with flag 9380246/3437372
1054.07/528.02	c cleaning 78000 clauses out of 156006 with flag 9649380/3516373
1083.85/542.94	c cleaning 79003 clauses out of 158008 with flag 9918428/3596375
1115.66/558.87	c cleaning 80000 clauses out of 160002 with flag 10179355/3677372
1145.46/573.71	c cleaning 81001 clauses out of 162003 with flag 10425392/3759373
1181.05/591.53	c cleaning 81998 clauses out of 164003 with flag 10708202/3842374
1219.27/610.62	c cleaning 83001 clauses out of 166003 with flag 10992084/3926372
1255.26/628.63	c cleaning 84002 clauses out of 168004 with flag 11269837/4011374
1292.27/647.15	c cleaning 84998 clauses out of 170000 with flag 11544515/4097372
1334.06/668.04	c cleaning 86000 clauses out of 172002 with flag 11861534/4184372
1370.04/686.37	c cleaning 86996 clauses out of 174003 with flag 12166843/4272373
1405.03/703.87	c cleaning 88000 clauses out of 176008 with flag 12464710/4361374
1440.44/721.59	c cleaning 89002 clauses out of 178006 with flag 12775049/4451372
1478.64/740.65	c cleaning 89997 clauses out of 180004 with flag 13081204/4542372
1519.23/760.93	c cleaning 90999 clauses out of 182007 with flag 13391743/4634372
1560.84/781.74	c cleaning 91999 clauses out of 184008 with flag 13708632/4727372
1602.04/802.32	c cleaning 93002 clauses out of 186011 with flag 14031820/4821374
1643.06/822.85	c cleaning 93998 clauses out of 188007 with flag 14368444/4916372
1683.64/843.17	c cleaning 94999 clauses out of 190010 with flag 14701548/5012373
1728.22/865.34	c cleaning 96004 clauses out of 192010 with flag 15036719/5109372
1770.62/886.56	c cleaning 97002 clauses out of 194007 with flag 15377001/5207373
1800.02/901.20	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
1800.02/901.20	c starts		: 21581
1800.02/901.20	c conflicts		: 5281825
1800.02/901.20	c decisions		: 10317923
1800.02/901.20	c propagations		: 210993960
1800.02/901.20	c inspects		: 11432024131
1800.02/901.20	c shortcuts		: 0
1800.02/901.20	c learnt literals	: 0
1800.02/901.20	c learnt binary clauses	: 0
1800.02/901.20	c learnt ternary clauses	: 0
1800.02/901.20	c learnt constraints	: 5281825
1800.02/901.20	c ignored constraints	: 0
1800.02/901.20	c root simplifications	: 0
1800.02/901.20	c removed literals (reason simplification)	: 2795603
1800.02/901.20	c reason swapping (by a shorter reason)	: 0
1800.02/901.20	c Calls to reduceDB	: 118
1800.02/901.20	c Number of update (reduction) of LBD	: 317217
1800.02/901.20	c Imported unit clauses	: 0
1800.02/901.20	c number of reductions to clauses (during analyze)	: 0
1800.02/901.20	c number of learned constraints concerned by reduction	: 0
1800.02/901.20	c number of learning phase by resolution	: 0
1800.02/901.20	c number of learning phase by cutting planes	: 0
1800.02/901.20	c speed (assignments/second)	: 234200.93017060528
1800.02/901.20	c non guided choices	0
1800.02/901.23	c learnt constraints type 
1800.02/901.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 171457
1800.02/901.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/901.23	c starts		: 28
1800.02/901.23	c conflicts		: 3769
1800.02/901.23	c decisions		: 11022
1800.02/901.23	c propagations		: 121914
1800.02/901.23	c inspects		: 53524533
1800.02/901.23	c shortcuts		: 0
1800.02/901.23	c learnt literals	: 0
1800.02/901.23	c learnt binary clauses	: 0
1800.02/901.23	c learnt ternary clauses	: 0
1800.02/901.23	c learnt constraints	: 3765
1800.02/901.23	c ignored constraints	: 0
1800.02/901.23	c root simplifications	: 0
1800.02/901.23	c removed literals (reason simplification)	: 0
1800.02/901.23	c reason swapping (by a shorter reason)	: 0
1800.02/901.23	c Calls to reduceDB	: 0
1800.02/901.23	c Number of update (reduction) of LBD	: 0
1800.02/901.23	c Imported unit clauses	: 0
1800.02/901.23	c number of reductions to clauses (during analyze)	: 0
1800.02/901.23	c number of learned constraints concerned by reduction	: 0
1800.02/901.23	c number of learning phase by resolution	: 0
1800.02/901.23	c number of learning phase by cutting planes	: 0
1800.02/901.23	c speed (assignments/second)	: 141.82362610325296
1800.02/901.23	c non guided choices	0
1800.02/901.23	c learnt constraints type 
1800.02/901.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3765
1800.02/901.23	s SATISFIABLE
1800.02/901.23	c Found 6 solution(s)
1800.02/901.24	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 x529 x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 x592 x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 x610 -x611 -x612 -x613 -x614 -x615 -x616 x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 -x641 -x642 -x643 -x644 -x645 -x646 x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 x656 x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 x692 x693 -x694 -x695 -x696 x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 x705 x706 -x707 -x708 -x709 -x710 x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 -x728 -x729 -x730 x731 -x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 x742 -x743 -x744 -x745 -x746 -x747 -x748 x749 -x750 -x751 -x752 -x753 -x754 x755 -x756 -x757 -x758 -x759 -x760 x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 
1800.02/901.24	c objective function=-48
1800.02/901.24	c Total wall clock time (in seconds): 901.109

Verifier Data

OK	-48

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4118854-1467237028/watcher-4118854-1467237028 -o /tmp/evaluation-result-4118854-1467237028/solver-4118854-1467237028 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467234298-6335 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118854-1467237028.opb 

pid=8127
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: 4.25 4.24 4.06 5/198 8130
/proc/meminfo: memFree=22544640/32872528 swapFree=1427512/1541976
[pid=8130] ppid=8127 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/8130/stat : 8130 (java) D 8127 8130 3791 0 -1 4202496 172 0 0 0 0 0 0 0 20 0 1 0 4663868 2560000 47 33554432000 1073741824 1073778376 140736495365536 140736495362664 266426477863 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/8130/statm: 625 47 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 4.25 4.24 4.06 5/198 8130
/proc/meminfo: memFree=22544640/32872528 swapFree=1427512/1541976
[pid=8130] ppid=8127 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8130/stat : 8130 (java) S 8127 8130 3791 0 -1 4202496 4384 0 1 0 7 1 0 0 20 0 18 0 4663868 9787879424 4981 33554432000 1073741824 1073778376 140733766372880 140733766364016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8130/statm: 2389619 4981 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 4.25 4.24 4.06 5/198 8130
/proc/meminfo: memFree=22544640/32872528 swapFree=1427512/1541976
[pid=8130] ppid=8127 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/8130/stat : 8130 (java) S 8127 8130 3791 0 -1 4202496 4754 0 1 0 21 1 0 0 20 0 18 0 4663868 9787879424 6846 33554432000 1073741824 1073778376 140733766372880 140733766364016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8130/statm: 2389619 6846 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.302285 s]
/proc/loadavg: 4.25 4.24 4.06 5/198 8130
/proc/meminfo: memFree=22544640/32872528 swapFree=1427512/1541976
[pid=8130] ppid=8127 vsize=9759196 CPUtime=0.44 cores=1,3,5,7
/proc/8130/stat : 8130 (java) S 8127 8130 3791 0 -1 4202496 5902 0 1 0 43 1 0 0 20 0 22 0 4663868 9993416704 9812 33554432000 1073741824 1073778376 140733766372880 140733766364016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8130/statm: 2439799 9812 2239 9 0 2430476 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9759196

[startup+0.700196 s]
/proc/loadavg: 4.25 4.24 4.06 5/198 8130
/proc/meminfo: memFree=22544640/32872528 swapFree=1427512/1541976
[pid=8130] ppid=8127 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/8130/stat : 8130 (java) S 8127 8130 3791 0 -1 4202496 6362 0 1 0 46 3 0 0 20 0 19 0 4663868 10060525568 9894 33554432000 1073741824 1073778376 140733766372880 140733766364016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8130/statm: 2456183 9894 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 4.15 4.22 4.05 4/217 8155
/proc/meminfo: memFree=22507040/32872528 swapFree=1427512/1541976
[pid=8130] ppid=8127 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/8130/stat : 8130 (java) S 8127 8130 3791 0 -1 4202496 14024 0 1 0 138 9 0 0 20 0 19 0 4663868 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 140733766364016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8130/statm: 2456183 17113 2252 9 0 2446860 0
[pid=8130/tid=8132] ppid=8127 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8130 3791 0 -1 4202560 2502 0 1 0 23 2 0 0 20 0 19 0 4663870 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997685740408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8133] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997529799464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8134] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997528746664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8135] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997527694376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8136] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997526641576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8137] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997525588264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8138] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997524535464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8139] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997523483176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8140] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8130 3791 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997522430376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8141] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8130 3791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4663872 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997510019816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8142] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8130 3791 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4663873 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997508965880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8143] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8130 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4663873 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997507913480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8144] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663875 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997506861968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8145] ppid=8127 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/8130/task/8145/stat : 8145 (java) R 8127 8130 3791 0 -1 4202560 5706 0 0 0 39 2 0 0 20 0 19 0 4663875 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997505795976 139997689857457 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8146] ppid=8127 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8130 3791 0 -1 4202560 4449 0 0 0 40 0 0 0 20 0 19 0 4663875 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997504755768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8147] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663875 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997503703672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8148] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663875 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997502651080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8151] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8151/stat : 8151 (java) S 8127 8130 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4663898 10060525568 17113 33554432000 1073741824 1073778376 140733766372880 139997499442856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 4.15 4.22 4.05 4/217 8161
/proc/meminfo: memFree=22459368/32872528 swapFree=1427512/1541976
[pid=8130] ppid=8127 vsize=9824732 CPUtime=4.19 cores=1,3,5,7
/proc/8130/stat : 8130 (java) S 8127 8130 3791 0 -1 4202496 15209 0 1 0 405 14 0 0 20 0 19 0 4663868 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 140733766364016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8130/statm: 2456183 46390 2285 9 0 2446860 0
[pid=8130/tid=8132] ppid=8127 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8130 3791 0 -1 4202560 2503 0 1 0 24 2 0 0 20 0 19 0 4663870 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997685740408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8133] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8130 3791 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997529799464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8134] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997528746664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8135] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997527694376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8136] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8130 3791 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997526641576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8137] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997525588264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8138] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8130 3791 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997524535464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8139] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8130 3791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997523483176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8140] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8130 3791 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4663871 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997522430376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8141] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8130 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4663872 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997510019816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8142] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8130 3791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4663873 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997508965880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8143] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8130 3791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4663873 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997507913480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8144] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663875 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997506861968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8145] ppid=8127 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/8130/task/8145/stat : 8145 (java) R 8127 8130 3791 0 -1 4202560 6722 0 0 0 90 2 0 0 20 0 19 0 4663875 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997505808448 139997688355690 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8146] ppid=8127 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8130 3791 0 -1 4202560 4499 0 0 0 66 0 0 0 20 0 19 0 4663875 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997504755768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8147] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663875 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997503703672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8148] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4663875 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997502651080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8151] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8151/stat : 8151 (java) S 8127 8130 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4663898 10060525568 46390 33554432000 1073741824 1073778376 140733766372880 139997499442856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.15 4.22 4.05 5/220 8167
/proc/meminfo: memFree=22298712/32872528 swapFree=1427512/1541976
[pid=8130] ppid=8127 vsize=9824732 CPUtime=10.62 cores=1,3,5,7
/proc/8130/stat : 8130 (java) S 8127 8130 3791 0 -1 4202496 18298 0 1 0 1038 24 0 0 20 0 22 0 4663868 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 140733766364016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8130/statm: 2456183 63460 2285 9 0 2446860 0
[pid=8130/tid=8132] ppid=8127 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8130 3791 0 -1 4202560 2503 0 1 0 24 2 0 0 20 0 22 0 4663870 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997685740408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8133] ppid=8127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8130 3791 0 -1 4202560 224 0 0 0 1 2 0 0 20 0 22 0 4663871 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997529799464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8134] ppid=8127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8130 3791 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 4663871 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997528746664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8135] ppid=8127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8130 3791 0 -1 4202560 100 0 0 0 1 2 0 0 20 0 22 0 4663871 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997527694376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8136] ppid=8127 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8130 3791 0 -1 4202560 185 0 0 0 3 2 0 0 20 0 22 0 4663871 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997526641576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8137] ppid=8127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8130 3791 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 4663871 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997525588264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8138] ppid=8127 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8130 3791 0 -1 4202560 222 0 0 0 4 1 0 0 20 0 22 0 4663871 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997524535464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8139] ppid=8127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8130 3791 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 4663871 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997523483176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8140] ppid=8127 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8130 3791 0 -1 4202560 279 0 0 0 4 2 0 0 20 0 22 0 4663871 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997522430376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8141] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8130 3791 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 4663872 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997510019816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8142] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8130 3791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4663873 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997508965880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8143] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8130 3791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4663873 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997507913480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8144] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4663875 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997506861968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8145] ppid=8127 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/8130/task/8145/stat : 8145 (java) S 8127 8130 3791 0 -1 4202560 6741 0 0 0 102 2 0 0 20 0 22 0 4663875 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997505808568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8146] ppid=8127 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8130 3791 0 -1 4202560 6483 0 0 0 83 2 0 0 20 0 22 0 4663875 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997504755768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8147] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4663875 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997503703672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8148] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4663875 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997502651080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8151] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8151/stat : 8151 (java) S 8127 8130 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4663898 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997499442856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8165] ppid=8127 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/8130/task/8165/stat : 8165 (java) R 8127 8130 3791 0 -1 4202560 3 0 0 0 287 0 0 0 20 0 22 0 4664199 10060525568 63460 33554432000 1073741824 1073778376 140733766372880 139997501538560 139997557969243 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8166] ppid=8127 vsize=9824732 CPUtime=2.87 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.38 4.25 4.15 4/219 8319
/proc/meminfo: memFree=20040276/32872528 swapFree=1427512/1541976
[pid=8130] ppid=8127 vsize=9824732 CPUtime=1642.05 cores=1,3,5,7
/proc/8130/stat : 8130 (java) S 8127 8130 3791 0 -1 4202496 26216 0 1 0 163931 274 0 0 20 0 22 0 4663868 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 140733766364016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8130/statm: 2456183 966246 2294 9 0 2446860 0
[pid=8130/tid=8132] ppid=8127 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8130 3791 0 -1 4202560 2506 0 1 0 28 2 0 0 20 0 22 0 4663870 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997685740408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8133] ppid=8127 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8130 3791 0 -1 4202560 738 0 0 0 63 28 0 0 20 0 22 0 4663871 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997529799464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8134] ppid=8127 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8130 3791 0 -1 4202560 506 0 0 0 66 25 0 0 20 0 22 0 4663871 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997528746664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8135] ppid=8127 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8130 3791 0 -1 4202560 608 0 0 0 56 23 0 0 20 0 22 0 4663871 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997527694376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8136] ppid=8127 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8130 3791 0 -1 4202560 581 0 0 0 57 22 0 0 20 0 22 0 4663871 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997526641576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8137] ppid=8127 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8130 3791 0 -1 4202560 467 0 0 0 63 24 0 0 20 0 22 0 4663871 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997525588264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8138] ppid=8127 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8130 3791 0 -1 4202560 788 0 0 0 88 32 0 0 20 0 22 0 4663871 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997524535464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8139] ppid=8127 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8130 3791 0 -1 4202560 530 0 0 0 64 28 0 0 20 0 22 0 4663871 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997523483176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8140] ppid=8127 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8130 3791 0 -1 4202560 782 0 0 0 61 26 0 0 20 0 22 0 4663871 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997522430376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8141] ppid=8127 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8130 3791 0 -1 4202560 2393 0 0 0 324 4 0 0 20 0 22 0 4663872 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997510019816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8142] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8130 3791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4663873 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997508965880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8143] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8130 3791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4663873 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997507913480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8144] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4663875 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997506861968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8145] ppid=8127 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/8130/task/8145/stat : 8145 (java) S 8127 8130 3791 0 -1 4202560 6756 0 0 0 114 2 0 0 20 0 22 0 4663875 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997505808568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8146] ppid=8127 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8130 3791 0 -1 4202560 6483 0 0 0 83 2 0 0 20 0 22 0 4663875 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997504755768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8147] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4663875 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997503703672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8148] ppid=8127 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8130 3791 0 -1 4202560 47 0 0 0 12 19 0 0 20 0 22 0 4663875 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997502651080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8151] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8151/stat : 8151 (java) S 8127 8130 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4663898 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997499442856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8168] ppid=8127 vsize=9824732 CPUtime=776.92 cores=1,3,5,7
/proc/8130/task/8168/stat : 8168 (java) R 8127 8130 3791 0 -1 4202560 16 0 0 0 77681 11 0 0 20 0 22 0 4668030 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997498380768 139997558545675 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8169] ppid=8127 vsize=9824732 CPUtime=776.85 cores=1,3,5,7
/proc/8130/task/8169/stat : 8169 (java) R 8127 8130 3791 0 -1 4202560 351 0 0 0 77662 23 0 0 20 0 22 0 4668030 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997501545264 139997558056797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8170] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8170/stat : 8170 (java) S 8127 8130 3791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4668030 10060525568 966246 33554432000 1073741824 1073778376 140733766372880 139997500494632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1642.05
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.37 4.28 4.17 6/219 8320
/proc/meminfo: memFree=20039744/32872528 swapFree=1427512/1541976
[pid=8130] ppid=8127 vsize=9824732 CPUtime=1762.24 cores=1,3,5,7
/proc/8130/stat : 8130 (java) S 8127 8130 3791 0 -1 4202496 26372 0 1 0 175949 275 0 0 20 0 22 0 4663868 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 140733766364016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8130/statm: 2456183 966395 2294 9 0 2446860 0
[pid=8130/tid=8132] ppid=8127 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8130 3791 0 -1 4202560 2506 0 1 0 28 2 0 0 20 0 22 0 4663870 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997685740408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8133] ppid=8127 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8130 3791 0 -1 4202560 738 0 0 0 66 28 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997529799464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8134] ppid=8127 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8130 3791 0 -1 4202560 542 0 0 0 69 25 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997528746664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8135] ppid=8127 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8130 3791 0 -1 4202560 608 0 0 0 58 24 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997527694376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8136] ppid=8127 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8130 3791 0 -1 4202560 610 0 0 0 60 22 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997526641576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8137] ppid=8127 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8130 3791 0 -1 4202560 488 0 0 0 67 24 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997525588264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8138] ppid=8127 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8130 3791 0 -1 4202560 832 0 0 0 96 33 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997524535464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8139] ppid=8127 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8130 3791 0 -1 4202560 549 0 0 0 73 28 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997523483176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8140] ppid=8127 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8130 3791 0 -1 4202560 782 0 0 0 64 26 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997522430376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8141] ppid=8127 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8130 3791 0 -1 4202560 2395 0 0 0 324 4 0 0 20 0 22 0 4663872 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997510019816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8142] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8130 3791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4663873 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997508965880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8143] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8130 3791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4663873 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997507913480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8144] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4663875 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997506861968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8145] ppid=8127 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/8130/task/8145/stat : 8145 (java) S 8127 8130 3791 0 -1 4202560 6756 0 0 0 114 2 0 0 20 0 22 0 4663875 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997505808568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8146] ppid=8127 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8130 3791 0 -1 4202560 6483 0 0 0 83 2 0 0 20 0 22 0 4663875 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997504755768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8147] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4663875 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997503703672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8148] ppid=8127 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8130 3791 0 -1 4202560 51 0 0 0 13 20 0 0 20 0 22 0 4663875 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997502651080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8151] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8151/stat : 8151 (java) S 8127 8130 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4663898 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997499442856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8168] ppid=8127 vsize=9824732 CPUtime=836.84 cores=1,3,5,7
/proc/8130/task/8168/stat : 8168 (java) R 8127 8130 3791 0 -1 4202560 17 0 0 0 83672 12 0 0 20 0 22 0 4668030 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997498380768 139997557976752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8169] ppid=8127 vsize=9824732 CPUtime=836.77 cores=1,3,5,7
/proc/8130/task/8169/stat : 8169 (java) R 8127 8130 3791 0 -1 4202560 351 0 0 0 83653 24 0 0 20 0 22 0 4668030 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997501544272 139997558056769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8170] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8170/stat : 8170 (java) S 8127 8130 3791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4668030 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997500494632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.24
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.201 s]
/proc/loadavg: 4.34 4.27 4.17 6/219 8320
/proc/meminfo: memFree=20039744/32872528 swapFree=1427512/1541976
[pid=8130] ppid=8127 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/8130/stat : 8130 (java) S 8127 8130 3791 0 -1 4202496 26374 0 1 0 179727 275 0 0 20 0 22 0 4663868 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 140733766364016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8130/statm: 2456183 966395 2294 9 0 2446860 0
[pid=8130/tid=8132] ppid=8127 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8130 3791 0 -1 4202560 2506 0 1 0 28 2 0 0 20 0 22 0 4663870 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997685740408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8133] ppid=8127 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8130 3791 0 -1 4202560 738 0 0 0 66 28 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997529799464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8134] ppid=8127 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8130 3791 0 -1 4202560 542 0 0 0 69 25 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997528746664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8135] ppid=8127 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8130 3791 0 -1 4202560 608 0 0 0 58 24 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997527694376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8136] ppid=8127 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8130 3791 0 -1 4202560 610 0 0 0 60 22 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997526641576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8137] ppid=8127 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8130 3791 0 -1 4202560 488 0 0 0 67 24 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997525588264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8138] ppid=8127 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8130 3791 0 -1 4202560 832 0 0 0 96 33 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997524535464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8139] ppid=8127 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8130 3791 0 -1 4202560 549 0 0 0 73 28 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997523483176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8140] ppid=8127 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8130 3791 0 -1 4202560 782 0 0 0 64 26 0 0 20 0 22 0 4663871 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997522430376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8141] ppid=8127 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8130 3791 0 -1 4202560 2395 0 0 0 324 4 0 0 20 0 22 0 4663872 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997510019816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8142] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8130 3791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4663873 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997508965880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8143] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8130 3791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4663873 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997507913480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8144] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4663875 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997506861968 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8145] ppid=8127 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/8130/task/8145/stat : 8145 (java) S 8127 8130 3791 0 -1 4202560 6756 0 0 0 114 2 0 0 20 0 22 0 4663875 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997505808568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8146] ppid=8127 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8130 3791 0 -1 4202560 6483 0 0 0 83 2 0 0 20 0 22 0 4663875 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997504755768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8147] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8130 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4663875 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997503703672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8148] ppid=8127 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8130 3791 0 -1 4202560 53 0 0 0 13 21 0 0 20 0 22 0 4663875 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997502651080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8130/tid=8151] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8151/stat : 8151 (java) S 8127 8130 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4663898 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997499442856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8130/tid=8168] ppid=8127 vsize=9824732 CPUtime=855.73 cores=1,3,5,7
/proc/8130/task/8168/stat : 8168 (java) R 8127 8130 3791 0 -1 4202560 17 0 0 0 85560 13 0 0 20 0 22 0 4668030 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997498380768 139997557977352 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8130/tid=8169] ppid=8127 vsize=9824732 CPUtime=855.66 cores=1,3,5,7
/proc/8130/task/8169/stat : 8169 (java) R 8127 8130 3791 0 -1 4202560 351 0 0 0 85541 25 0 0 20 0 22 0 4668030 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997501544272 139997558056830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8130/tid=8170] ppid=8127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8130/task/8170/stat : 8170 (java) S 8127 8130 3791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4668030 10060525568 966395 33554432000 1073741824 1073778376 140733766372880 139997500494632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8130 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 901.263
CPU time (s): 1800.66
CPU user time (s): 1797.39
CPU system time (s): 3.2725
CPU usage (%): 199.793
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.39
system time used= 3.2725
maximum resident set size= 3865724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26422
page faults= 1
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21804
involuntary context switches= 8917

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.35119 second user time and 7.65484 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-29 23:50:28
IDJOB=4118854
IDBENCH=111540
IDSOLVER=2543
FILE ID=node116/4118854-1467237028
RUNJOBID= node116-1467234298-6335
PBS_JOBID= 19997584
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_3pm-0444-0444.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118854-1467237028/watcher-4118854-1467237028 -o /tmp/evaluation-result-4118854-1467237028/solver-4118854-1467237028 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467234298-6335 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118854-1467237028.opb

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

MD5SUM BENCH= c2f2e94e00e3bce4e8010633ba4d4c75
RANDOM SEED=792480614

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        22545440 kB
Buffers:          170900 kB
Cached:          3423812 kB
SwapCached:            0 kB
Active:          4596240 kB
Inactive:        3433296 kB
Active(anon):    4437236 kB
Inactive(anon):       36 kB
Active(file):     159004 kB
Inactive(file):  3433260 kB
Unevictable:     1541976 kB
Mlocked:         1427512 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:       6027708 kB
Mapped:            22244 kB
Shmem:               204 kB
Slab:             615416 kB
SReclaimable:      59632 kB
SUnreclaim:       555784 kB
KernelStack:        1816 kB
PageTables:        15880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6652016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4452352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node116 at 2016-06-30 00:05:30