Trace number 4081416

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)12 1800.75 900.465

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir04_area_delay.opb
MD5SUMea4ff8014cd873922b6021da249fa157
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.010998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables741
Total number of constraints2072
Number of constraints which are clauses2072
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 360
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 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4081416-1465244245.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.25/0.29	c ... done. Wall clock time 0.173s.
0.25/0.29	c declared #vars     741
0.25/0.29	c #constraints  2072
0.25/0.29	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.29	c constraints type 
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 372
0.25/0.29	c org.sat4j.specs.Constr$1 => 89
0.25/0.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 23
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1588
0.25/0.29	c 2072 constraints processed.
0.25/0.29	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.29	c constraints type 
0.25/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1588
0.25/0.29	c org.sat4j.specs.Constr$1 => 89
0.25/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 372
0.25/0.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 23
0.25/0.29	c 2072 constraints processed.
0.25/0.29	c objective function length is 360 literals
0.48/0.31	c And the winner is solver0
0.54/0.79	c SATISFIABLE
0.54/0.79	c OPTIMIZING...
0.54/0.79	c Got one! Elapsed wall clock time (in seconds):0.679
0.54/0.79	o 19
0.54/0.81	c And the winner is solver0
0.59/1.30	c Got one! Elapsed wall clock time (in seconds):1.183
0.59/1.30	o 18
0.59/1.31	c And the winner is solver0
0.70/1.80	c Got one! Elapsed wall clock time (in seconds):1.686
0.70/1.80	o 17
1.88/2.17	c And the winner is solver1
2.24/2.30	c Got one! Elapsed wall clock time (in seconds):2.188
2.24/2.30	o 16
2.47/2.37	c And the winner is solver1
2.76/2.81	c Got one! Elapsed wall clock time (in seconds):2.692
2.76/2.81	o 15
2.94/2.91	c And the winner is solver1
2.97/3.31	c Got one! Elapsed wall clock time (in seconds):3.194
2.97/3.31	o 14
3.19/3.42	c cleaning 2882 clauses out of 5764 with flag 4356/5764
3.19/3.47	c And the winner is solver1
3.49/3.81	c Got one! Elapsed wall clock time (in seconds):3.695
3.49/3.81	o 13
4.44/4.20	c cleaning 4264 clauses out of 8527 with flag 19934/11409
5.47/4.72	c cleaning 5132 clauses out of 10264 with flag 42016/17410
6.74/5.33	c cleaning 6062 clauses out of 12131 with flag 67965/24409
8.26/6.04	c cleaning 7030 clauses out of 14070 with flag 95606/32410
9.71/6.79	c cleaning 8011 clauses out of 16039 with flag 132480/41409
11.39/7.53	c And the winner is solver1
11.48/7.81	c Got one! Elapsed wall clock time (in seconds):7.698
11.48/7.81	o 12
12.53/8.31	c cleaning 10757 clauses out of 21513 with flag 20569/54894
13.54/8.82	c cleaning 8376 clauses out of 16756 with flag 43601/60894
14.76/9.43	c cleaning 7685 clauses out of 15381 with flag 69329/67895
16.18/10.17	c cleaning 7848 clauses out of 15695 with flag 96740/75894
18.56/11.02	c cleaning 8420 clauses out of 16847 with flag 126206/84894
20.16/11.85	c cleaning 9211 clauses out of 18427 with flag 161920/94894
22.44/12.91	c cleaning 10098 clauses out of 20216 with flag 201973/105894
24.67/14.03	c cleaning 11050 clauses out of 22118 with flag 244275/117894
27.06/15.20	c cleaning 12032 clauses out of 24068 with flag 294330/130894
29.68/16.53	c cleaning 13009 clauses out of 26036 with flag 347065/144894
32.81/18.08	c cleaning 14011 clauses out of 28028 with flag 404888/159895
36.20/19.72	c cleaning 15007 clauses out of 30016 with flag 464243/175894
39.92/21.59	c cleaning 15999 clauses out of 32009 with flag 526932/192894
43.72/23.47	c cleaning 16997 clauses out of 34010 with flag 596807/210894
47.74/25.44	c cleaning 17997 clauses out of 36013 with flag 669752/229894
52.24/27.66	c cleaning 19008 clauses out of 38016 with flag 742299/249894
56.83/29.90	c cleaning 19994 clauses out of 40008 with flag 817718/270894
61.68/32.39	c cleaning 20996 clauses out of 42014 with flag 897385/292894
67.33/35.11	c cleaning 22000 clauses out of 44018 with flag 980957/315894
72.93/37.91	c cleaning 22998 clauses out of 46018 with flag 1066513/339894
78.54/40.78	c cleaning 24008 clauses out of 48020 with flag 1151659/364894
85.25/44.09	c cleaning 25006 clauses out of 50012 with flag 1233723/390894
91.85/47.38	c cleaning 25993 clauses out of 52006 with flag 1329414/417894
98.25/50.59	c cleaning 27003 clauses out of 54013 with flag 1445096/445894
105.72/54.29	c cleaning 27999 clauses out of 56010 with flag 1553158/474894
113.95/58.34	c cleaning 29006 clauses out of 58012 with flag 1659447/504895
122.48/62.57	c cleaning 29998 clauses out of 60005 with flag 1762269/535894
131.69/67.13	c cleaning 31004 clauses out of 62007 with flag 1881746/567894
141.19/71.88	c cleaning 32002 clauses out of 64005 with flag 1998843/600896
151.19/76.85	c cleaning 32988 clauses out of 66001 with flag 2110586/634894
161.28/81.84	c cleaning 34008 clauses out of 68015 with flag 2238961/669896
171.49/86.92	c cleaning 34993 clauses out of 70005 with flag 2382901/705894
182.13/92.28	c cleaning 36001 clauses out of 72012 with flag 2524485/742894
193.33/97.83	c cleaning 37003 clauses out of 74011 with flag 2669802/780894
206.20/104.23	c cleaning 37987 clauses out of 76008 with flag 2812331/819894
219.49/111.24	c cleaning 39009 clauses out of 78021 with flag 2951928/859894
231.73/117.33	c cleaning 39995 clauses out of 80018 with flag 3104255/900900
244.53/123.75	c cleaning 40996 clauses out of 82017 with flag 3250009/942894
258.01/130.42	c cleaning 42004 clauses out of 84021 with flag 3390456/985894
259.41/131.14	c cleaning 0 clauses out of 6059 with flag 0/6059
272.27/137.36	c cleaning 42998 clauses out of 86017 with flag 3537798/1029894
286.46/144.46	c cleaning 44003 clauses out of 88019 with flag 3692753/1074894
301.38/151.82	c cleaning 44992 clauses out of 90017 with flag 3859340/1120895
316.07/159.13	c cleaning 46008 clauses out of 92025 with flag 4026472/1167895
330.67/166.44	c cleaning 46999 clauses out of 94017 with flag 4199740/1215895
348.03/175.04	c cleaning 47996 clauses out of 96020 with flag 4371360/1264897
365.31/183.65	c cleaning 49005 clauses out of 98021 with flag 4550632/1314894
382.22/192.05	c cleaning 49998 clauses out of 100016 with flag 4751325/1365894
400.78/201.24	c cleaning 51002 clauses out of 102018 with flag 4940586/1417894
419.14/210.38	c cleaning 51983 clauses out of 104017 with flag 5129739/1470895
437.73/219.66	c cleaning 53017 clauses out of 106034 with flag 5322645/1524895
457.22/229.32	c cleaning 54005 clauses out of 108020 with flag 5523815/1579898
475.71/238.58	c cleaning 54989 clauses out of 110011 with flag 5719621/1635894
494.40/247.84	c cleaning 56001 clauses out of 112024 with flag 5918677/1692896
515.32/258.20	c cleaning 57002 clauses out of 114021 with flag 6119586/1750894
536.25/268.64	c cleaning 57987 clauses out of 116019 with flag 6329025/1809894
558.39/279.61	c cleaning 58998 clauses out of 118032 with flag 6533824/1869894
580.72/290.74	c cleaning 60006 clauses out of 120034 with flag 6754064/1930894
602.87/301.71	c cleaning 61005 clauses out of 122028 with flag 6963147/1992894
622.67/311.66	c cleaning 61999 clauses out of 124023 with flag 7203357/2055894
642.67/321.62	c cleaning 63013 clauses out of 126025 with flag 7432949/2119895
663.66/332.15	c cleaning 63981 clauses out of 128011 with flag 7657227/2184894
686.07/343.36	c cleaning 65005 clauses out of 130030 with flag 7875490/2250894
708.86/354.78	c cleaning 66009 clauses out of 132025 with flag 8114325/2317894
733.67/367.16	c cleaning 66993 clauses out of 134017 with flag 8338199/2385895
757.66/379.15	c cleaning 68003 clauses out of 136024 with flag 8586978/2454895
783.83/392.10	c cleaning 69004 clauses out of 138020 with flag 8825937/2524894
809.04/404.77	c cleaning 69998 clauses out of 140019 with flag 9063157/2595897
836.04/418.23	c cleaning 71003 clauses out of 142018 with flag 9284241/2667894
864.83/432.63	c cleaning 71995 clauses out of 144015 with flag 9537237/2740894
889.64/445.09	c cleaning 72998 clauses out of 146022 with flag 9807127/2814896
915.24/457.89	c cleaning 73997 clauses out of 148023 with flag 10078949/2889895
947.64/474.05	c cleaning 74994 clauses out of 150025 with flag 10347484/2965894
975.85/488.16	c cleaning 76009 clauses out of 152031 with flag 10641163/3042894
1004.64/502.59	c cleaning 76996 clauses out of 154022 with flag 10946513/3120894
1034.66/517.47	c cleaning 77994 clauses out of 156027 with flag 11236212/3199895
1064.68/532.47	c cleaning 79010 clauses out of 158034 with flag 11524634/3279896
1095.06/547.69	c cleaning 79997 clauses out of 160022 with flag 11822867/3360894
1126.67/563.38	c cleaning 81014 clauses out of 162027 with flag 12126841/3442896
1159.47/579.79	c cleaning 81999 clauses out of 164011 with flag 12414292/3525894
1188.85/594.41	c cleaning 82979 clauses out of 166012 with flag 12714059/3609894
1222.44/611.16	c cleaning 84006 clauses out of 168033 with flag 13019591/3694894
1252.64/626.23	c cleaning 85001 clauses out of 170027 with flag 13337326/3780894
1283.44/641.68	c cleaning 86007 clauses out of 172029 with flag 13677618/3867897
1314.24/657.06	c cleaning 86998 clauses out of 174019 with flag 13994182/3955894
1348.86/674.31	c cleaning 88008 clauses out of 176022 with flag 14304671/4044895
1383.44/691.67	c cleaning 88993 clauses out of 178013 with flag 14635909/4134894
1421.25/710.57	c cleaning 90000 clauses out of 180020 with flag 14958357/4225894
1458.86/729.40	c cleaning 90989 clauses out of 182020 with flag 15270733/4317894
1500.05/749.88	c cleaning 92010 clauses out of 184031 with flag 15611481/4410894
1540.05/769.85	c cleaning 92976 clauses out of 186021 with flag 15965427/4504894
1575.85/787.79	c cleaning 94018 clauses out of 188045 with flag 16328347/4599894
1613.05/806.38	c cleaning 95003 clauses out of 190027 with flag 16668104/4695894
1650.44/825.04	c cleaning 96009 clauses out of 192027 with flag 17025454/4792897
1687.42/843.58	c cleaning 97002 clauses out of 194015 with flag 17394087/4890894
1727.02/863.32	c cleaning 97999 clauses out of 196014 with flag 17760678/4989895
1770.91/885.86	c cleaning 99007 clauses out of 198015 with flag 18119354/5089895
1800.11/900.40	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.11/900.40	c starts		: 14909
1800.11/900.40	c conflicts		: 5168823
1800.11/900.40	c decisions		: 18200769
1800.11/900.40	c propagations		: 1397668081
1800.11/900.40	c inspects		: 15185759558
1800.11/900.40	c shortcuts		: 0
1800.11/900.40	c learnt literals	: 0
1800.11/900.40	c learnt binary clauses	: 26
1800.11/900.40	c learnt ternary clauses	: 24
1800.11/900.40	c learnt constraints	: 5168823
1800.11/900.40	c ignored constraints	: 0
1800.11/900.40	c root simplifications	: 0
1800.11/900.40	c removed literals (reason simplification)	: 33321262
1800.11/900.40	c reason swapping (by a shorter reason)	: 0
1800.11/900.40	c Calls to reduceDB	: 102
1800.11/900.40	c Number of update (reduction) of LBD	: 1996858
1800.11/900.40	c Imported unit clauses	: 0
1800.11/900.40	c number of reductions to clauses (during analyze)	: 0
1800.11/900.40	c number of learned constraints concerned by reduction	: 0
1800.11/900.40	c number of learning phase by resolution	: 0
1800.11/900.40	c number of learning phase by cutting planes	: 0
1800.11/900.40	c speed (assignments/second)	: 1565855.000778632
1800.11/900.40	c non guided choices	0
1800.11/900.43	c learnt constraints type 
1800.11/900.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
1800.11/900.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 177910
1800.11/900.43	c >>>>>>>>>> Solver number 1 (5 answers) <<<<<<<<<<<<<<<<<<
1800.11/900.43	c starts		: 36
1800.11/900.43	c conflicts		: 8264
1800.11/900.43	c decisions		: 42202
1800.11/900.43	c propagations		: 561284
1800.11/900.43	c inspects		: 292933006
1800.11/900.43	c shortcuts		: 0
1800.11/900.43	c learnt literals	: 0
1800.11/900.43	c learnt binary clauses	: 0
1800.11/900.43	c learnt ternary clauses	: 0
1800.11/900.43	c learnt constraints	: 8263
1800.11/900.43	c ignored constraints	: 0
1800.11/900.43	c root simplifications	: 0
1800.11/900.43	c removed literals (reason simplification)	: 0
1800.11/900.43	c reason swapping (by a shorter reason)	: 0
1800.11/900.43	c Calls to reduceDB	: 1
1800.11/900.43	c Number of update (reduction) of LBD	: 0
1800.11/900.43	c Imported unit clauses	: 0
1800.11/900.43	c number of reductions to clauses (during analyze)	: 0
1800.11/900.43	c number of learned constraints concerned by reduction	: 0
1800.11/900.43	c number of learning phase by resolution	: 0
1800.11/900.43	c number of learning phase by cutting planes	: 0
1800.11/900.43	c speed (assignments/second)	: 624.6031436917513
1800.11/900.43	c non guided choices	0
1800.11/900.43	c learnt constraints type 
1800.11/900.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 60
1800.11/900.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 35
1800.11/900.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8168
1800.11/900.43	s SATISFIABLE
1800.11/900.43	c Found 8 solution(s)
1800.11/900.44	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 
1800.11/900.44	c objective function=12
1800.11/900.44	c Total wall clock time (in seconds): 900.323

Verifier Data

OK	12

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-4081416-1465244245/watcher-4081416-1465244245 -o /tmp/evaluation-result-4081416-1465244245/solver-4081416-1465244245 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15694 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081416-1465244245.opb 

pid=16013
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: 3.79 3.94 3.19 4/199 16016
/proc/meminfo: memFree=28969200/32872528 swapFree=15540/1663004
[pid=16016] ppid=16013 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16016/stat : 16016 (java) S 16013 16016 15677 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 106357318 98570240 977 33554432000 1073741824 1073778376 140733377418704 140733377409840 273909055549 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16016/statm: 24065 977 743 9 0 16771 0
[pid=16016/tid=16017] ppid=16013 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16017/stat : 16017 (java) R 16013 16016 15677 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 106357319 98570240 978 33554432000 1073741824 1073778376 140733377418704 140704602951208 273905698176 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10015 s]
/proc/loadavg: 3.79 3.94 3.19 4/199 16016
/proc/meminfo: memFree=28969200/32872528 swapFree=15540/1663004
[pid=16016] ppid=16013 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16016/stat : 16016 (java) S 16013 16016 15677 0 -1 4202496 4466 0 1 0 9 1 0 0 20 0 18 0 106357318 9787879424 5581 33554432000 1073741824 1073778376 140733377418704 140733377409840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16016/statm: 2389619 5581 2126 9 0 2380296 0
[pid=16016/tid=16017] ppid=16013 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16016/task/16017/stat : 16017 (java) R 16013 16016 15677 0 -1 4202560 2440 0 1 0 7 0 0 0 20 0 18 0 106357319 9787879424 5581 33554432000 1073741824 1073778376 140733377418704 140704602954656 273909081357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 3.79 3.94 3.19 4/199 16016
/proc/meminfo: memFree=28969200/32872528 swapFree=15540/1663004
[pid=16016] ppid=16013 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16016/stat : 16016 (java) S 16013 16016 15677 0 -1 4202496 4771 0 1 0 24 1 0 0 20 0 18 0 106357318 9787879424 6320 33554432000 1073741824 1073778376 140733377418704 140733377409840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16016/statm: 2389619 6320 2202 9 0 2380296 0
[pid=16016/tid=16017] ppid=16013 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/16016/task/16017/stat : 16017 (java) R 16013 16016 15677 0 -1 4202560 2456 0 1 0 17 0 0 0 20 0 18 0 106357319 9787879424 6320 33554432000 1073741824 1073778376 140733377418704 140704602954656 140704542721719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 3.79 3.94 3.19 4/199 16016
/proc/meminfo: memFree=28969200/32872528 swapFree=15540/1663004
[pid=16016] ppid=16013 vsize=9691604 CPUtime=0.48 cores=1,3,5,7
/proc/16016/stat : 16016 (java) S 16013 16016 15677 0 -1 4202496 6140 0 1 0 47 1 0 0 20 0 20 0 106357318 9924202496 9522 33554432000 1073741824 1073778376 140733377418704 140733377409840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16016/statm: 2422901 9522 2239 9 0 2413578 0
[pid=16016/tid=16017] ppid=16013 vsize=9691604 CPUtime=0.27 cores=1,3,5,7
/proc/16016/task/16017/stat : 16017 (java) S 16013 16016 15677 0 -1 4202560 2480 0 1 0 27 0 0 0 20 0 20 0 106357319 9924202496 9522 33554432000 1073741824 1073778376 140733377418704 140704602956664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9691604

[startup+0.700252 s]
/proc/loadavg: 3.79 3.94 3.19 4/199 16016
/proc/meminfo: memFree=28969200/32872528 swapFree=15540/1663004
[pid=16016] ppid=16013 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/16016/stat : 16016 (java) S 16013 16016 15677 0 -1 4202496 6212 0 1 0 51 3 0 0 20 0 19 0 106357318 10060525568 9513 33554432000 1073741824 1073778376 140733377418704 140733377409840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16016/statm: 2456183 9513 2245 9 0 2446860 0
[pid=16016/tid=16017] ppid=16013 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/16016/task/16017/stat : 16017 (java) S 16013 16016 15677 0 -1 4202560 2480 0 1 0 27 0 0 0 20 0 19 0 106357319 10060525568 9513 33554432000 1073741824 1073778376 140733377418704 140704602956664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 3.79 3.94 3.19 3/218 16041
/proc/meminfo: memFree=28879404/32872528 swapFree=15540/1663004
[pid=16016] ppid=16013 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/16016/stat : 16016 (java) S 16013 16016 15677 0 -1 4202496 7225 0 1 0 64 6 0 0 20 0 19 0 106357318 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140733377409840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16016/statm: 2456183 12063 2247 9 0 2446860 0
[pid=16016/tid=16017] ppid=16013 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/16016/task/16017/stat : 16017 (java) S 16013 16016 15677 0 -1 4202560 2484 0 1 0 27 0 0 0 20 0 19 0 106357319 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704602956664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16019] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16019/stat : 16019 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704541686824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16020] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16020/stat : 16020 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704540634024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16021] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16021/stat : 16021 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704539581224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16022] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16022/stat : 16022 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704443218600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16023] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16023/stat : 16023 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704442165800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16024] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16024/stat : 16024 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704441113000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16025] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16025/stat : 16025 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704440060200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16026] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16026/stat : 16026 (java) S 16013 16016 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704439007400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16027] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16027/stat : 16027 (java) S 16013 16016 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106357320 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704426810344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16028] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16028/stat : 16028 (java) S 16013 16016 15677 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106357321 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704425756408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16029] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16029/stat : 16029 (java) S 16013 16016 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106357321 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704424703496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16030] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16030/stat : 16030 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357323 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704423651984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16031] ppid=16013 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16016/task/16031/stat : 16031 (java) S 16013 16016 15677 0 -1 4202560 1359 0 0 0 13 0 0 0 20 0 19 0 106357323 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704422599096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16032] ppid=16013 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/16016/task/16032/stat : 16032 (java) S 16013 16016 15677 0 -1 4202560 2039 0 0 0 15 0 0 0 20 0 19 0 106357323 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704421546296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16033] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16033/stat : 16033 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357323 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704420493688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16034] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16034/stat : 16034 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357323 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704419441096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16037] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16037/stat : 16037 (java) S 16013 16016 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106357348 10060525568 12063 33554432000 1073741824 1073778376 140733377418704 140704416282024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 3.79 3.94 3.19 5/218 16047
/proc/meminfo: memFree=28842348/32872528 swapFree=15540/1663004
[pid=16016] ppid=16013 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/16016/stat : 16016 (java) S 16013 16016 15677 0 -1 4202496 19376 0 1 0 283 14 0 0 20 0 19 0 106357318 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140733377409840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16016/statm: 2456183 27624 2267 9 0 2446860 0
[pid=16016/tid=16017] ppid=16013 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/16016/task/16017/stat : 16017 (java) S 16013 16016 15677 0 -1 4202560 2484 0 1 0 27 1 0 0 20 0 19 0 106357319 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704602956664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16019] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16019/stat : 16019 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704541686824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16020] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16020/stat : 16020 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704540634024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16021] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16021/stat : 16021 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704539581224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16022] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16022/stat : 16022 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704443218600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16023] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16023/stat : 16023 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704442165800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16024] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16024/stat : 16024 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704441113000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16025] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16025/stat : 16025 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704440060200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16026] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16026/stat : 16026 (java) S 16013 16016 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106357319 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704439007400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16027] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16027/stat : 16027 (java) S 16013 16016 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106357320 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704426810344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16028] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16028/stat : 16028 (java) S 16013 16016 15677 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106357321 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704425756408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16029] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16029/stat : 16029 (java) S 16013 16016 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106357321 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704424703496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16030] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16030/stat : 16030 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357323 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704423651984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16031] ppid=16013 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/16016/task/16031/stat : 16031 (java) S 16013 16016 15677 0 -1 4202560 8704 0 0 0 71 0 0 0 20 0 19 0 106357323 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704422599096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16032] ppid=16013 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/16016/task/16032/stat : 16032 (java) S 16013 16016 15677 0 -1 4202560 6798 0 0 0 76 1 0 0 20 0 19 0 106357323 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704421546296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16033] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16033/stat : 16033 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357323 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704420493688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16034] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16034/stat : 16034 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106357323 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704419441096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16047] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16047/stat : 16047 (java) S 16013 16016 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106357499 10060525568 27624 33554432000 1073741824 1073778376 140733377418704 140704418387112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 3.89 3.96 3.20 5/221 16059
/proc/meminfo: memFree=28701812/32872528 swapFree=15540/1663004
[pid=16016] ppid=16013 vsize=9824732 CPUtime=8.89 cores=1,3,5,7
/proc/16016/stat : 16016 (java) S 16013 16016 15677 0 -1 4202496 24715 0 1 0 864 25 0 0 20 0 22 0 106357318 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140733377409840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16016/statm: 2456183 61804 2286 9 0 2446860 0
[pid=16016/tid=16017] ppid=16013 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/16016/task/16017/stat : 16017 (java) S 16013 16016 15677 0 -1 4202560 2485 0 1 0 27 1 0 0 20 0 22 0 106357319 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704602956664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16019] ppid=16013 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16016/task/16019/stat : 16019 (java) S 16013 16016 15677 0 -1 4202560 87 0 0 0 4 2 0 0 20 0 22 0 106357319 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704541686824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16020] ppid=16013 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16016/task/16020/stat : 16020 (java) S 16013 16016 15677 0 -1 4202560 70 0 0 0 2 0 0 0 20 0 22 0 106357319 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704540634024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16021] ppid=16013 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16016/task/16021/stat : 16021 (java) S 16013 16016 15677 0 -1 4202560 160 0 0 0 5 0 0 0 20 0 22 0 106357319 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704539581224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16022] ppid=16013 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16016/task/16022/stat : 16022 (java) S 16013 16016 15677 0 -1 4202560 102 0 0 0 4 2 0 0 20 0 22 0 106357319 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704443218600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16023] ppid=16013 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16016/task/16023/stat : 16023 (java) S 16013 16016 15677 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 106357319 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704442165800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16024] ppid=16013 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16016/task/16024/stat : 16024 (java) S 16013 16016 15677 0 -1 4202560 102 0 0 0 3 0 0 0 20 0 22 0 106357319 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704441113000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16025] ppid=16013 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16016/task/16025/stat : 16025 (java) S 16013 16016 15677 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 106357319 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704440060200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16026] ppid=16013 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16016/task/16026/stat : 16026 (java) S 16013 16016 15677 0 -1 4202560 170 0 0 0 5 1 0 0 20 0 22 0 106357319 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704439007400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16027] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16027/stat : 16027 (java) S 16013 16016 15677 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 106357320 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704426810344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16028] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16028/stat : 16028 (java) S 16013 16016 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 106357321 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704425756408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16029] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16029/stat : 16029 (java) S 16013 16016 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 106357321 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704424703496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16030] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16030/stat : 16030 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106357323 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704423651984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16031] ppid=16013 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/16016/task/16031/stat : 16031 (java) S 16013 16016 15677 0 -1 4202560 8717 0 0 0 88 0 0 0 20 0 22 0 106357323 10060525568 61804 33554432000 1073741824 1073778376 140733377418704 140704422599096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16032] ppid=16013 vsize=9824732 CPUtime=1.1 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.16 4.23 3.80 5/221 16177
/proc/meminfo: memFree=23854700/32872528 swapFree=15540/1663004
[pid=16016] ppid=16013 vsize=9824732 CPUtime=1645.03 cores=1,3,5,7
/proc/16016/stat : 16016 (java) S 16013 16016 15677 0 -1 4202496 37233 0 1 0 164338 165 0 0 20 0 22 0 106357318 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140733377409840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16016/statm: 2456183 822142 2296 9 0 2446860 0
[pid=16016/tid=16017] ppid=16013 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/16016/task/16017/stat : 16017 (java) S 16013 16016 15677 0 -1 4202560 2497 0 1 0 30 2 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704602956664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16019] ppid=16013 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/16016/task/16019/stat : 16019 (java) S 16013 16016 15677 0 -1 4202560 562 0 0 0 110 13 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704541686824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16020] ppid=16013 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/16016/task/16020/stat : 16020 (java) S 16013 16016 15677 0 -1 4202560 378 0 0 0 101 12 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704540634024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16021] ppid=16013 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/16016/task/16021/stat : 16021 (java) S 16013 16016 15677 0 -1 4202560 637 0 0 0 116 13 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704539581224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16022] ppid=16013 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/16016/task/16022/stat : 16022 (java) S 16013 16016 15677 0 -1 4202560 432 0 0 0 130 11 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704443218600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16023] ppid=16013 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/16016/task/16023/stat : 16023 (java) S 16013 16016 15677 0 -1 4202560 444 0 0 0 119 12 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704442165800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16024] ppid=16013 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/16016/task/16024/stat : 16024 (java) S 16013 16016 15677 0 -1 4202560 576 0 0 0 121 12 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704441113000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16025] ppid=16013 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/16016/task/16025/stat : 16025 (java) S 16013 16016 15677 0 -1 4202560 487 0 0 0 107 9 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704440060200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16026] ppid=16013 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/16016/task/16026/stat : 16026 (java) S 16013 16016 15677 0 -1 4202560 685 0 0 0 125 14 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704439007400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16027] ppid=16013 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/16016/task/16027/stat : 16027 (java) S 16013 16016 15677 0 -1 4202560 1553 0 0 0 81 3 0 0 20 0 22 0 106357320 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704426810344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16028] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16028/stat : 16028 (java) S 16013 16016 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 106357321 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704425756408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16029] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16029/stat : 16029 (java) S 16013 16016 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 106357321 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704424703496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16030] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16030/stat : 16030 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106357323 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704423651984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16031] ppid=16013 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/16016/task/16031/stat : 16031 (java) S 16013 16016 15677 0 -1 4202560 14426 0 0 0 185 2 0 0 20 0 22 0 106357323 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704422599096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16032] ppid=16013 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/16016/task/16032/stat : 16032 (java) S 16013 16016 15677 0 -1 4202560 11319 0 0 0 114 3 0 0 20 0 22 0 106357323 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704421546296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16033] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16033/stat : 16033 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106357323 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704420493688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16034] ppid=16013 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/16016/task/16034/stat : 16034 (java) S 16013 16016 15677 0 -1 4202560 47 0 0 0 11 16 0 0 20 0 22 0 106357323 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704419441096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16047] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16047/stat : 16047 (java) S 16013 16016 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106357499 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704418387112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16060] ppid=16013 vsize=9824732 CPUtime=810.9 cores=1,3,5,7
/proc/16016/task/16060/stat : 16060 (java) R 16013 16016 15677 0 -1 4202560 33 0 0 0 81078 12 0 0 20 0 22 0 106358100 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704415220208 140704543276832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16061] ppid=16013 vsize=9824732 CPUtime=811.04 cores=1,3,5,7
/proc/16016/task/16061/stat : 16061 (java) R 16013 16016 15677 0 -1 4202560 1386 0 0 0 81061 43 0 0 20 0 22 0 106358100 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704417332800 140704543449120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16062] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16062/stat : 16062 (java) S 16013 16016 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106358100 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704416281896 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1645.03
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.58 4.32 3.86 5/221 16179
/proc/meminfo: memFree=23444764/32872528 swapFree=15540/1663004
[pid=16016] ppid=16013 vsize=9824732 CPUtime=1765.03 cores=1,3,5,7
/proc/16016/stat : 16016 (java) S 16013 16016 15677 0 -1 4202496 37237 0 1 0 176337 166 0 0 20 0 22 0 106357318 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140733377409840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16016/statm: 2456183 822142 2296 9 0 2446860 0
[pid=16016/tid=16017] ppid=16013 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/16016/task/16017/stat : 16017 (java) S 16013 16016 15677 0 -1 4202560 2497 0 1 0 30 2 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704602956664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16019] ppid=16013 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/16016/task/16019/stat : 16019 (java) S 16013 16016 15677 0 -1 4202560 562 0 0 0 110 13 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704541686824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16020] ppid=16013 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/16016/task/16020/stat : 16020 (java) S 16013 16016 15677 0 -1 4202560 378 0 0 0 101 12 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704540634024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16021] ppid=16013 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/16016/task/16021/stat : 16021 (java) S 16013 16016 15677 0 -1 4202560 637 0 0 0 116 13 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704539581224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16022] ppid=16013 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/16016/task/16022/stat : 16022 (java) S 16013 16016 15677 0 -1 4202560 432 0 0 0 130 11 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704443218600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16023] ppid=16013 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/16016/task/16023/stat : 16023 (java) S 16013 16016 15677 0 -1 4202560 444 0 0 0 119 12 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704442165800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16024] ppid=16013 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/16016/task/16024/stat : 16024 (java) S 16013 16016 15677 0 -1 4202560 576 0 0 0 121 12 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704441113000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16025] ppid=16013 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/16016/task/16025/stat : 16025 (java) S 16013 16016 15677 0 -1 4202560 487 0 0 0 107 9 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704440060200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16026] ppid=16013 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/16016/task/16026/stat : 16026 (java) S 16013 16016 15677 0 -1 4202560 685 0 0 0 125 14 0 0 20 0 22 0 106357319 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704439007400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16027] ppid=16013 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/16016/task/16027/stat : 16027 (java) S 16013 16016 15677 0 -1 4202560 1553 0 0 0 81 4 0 0 20 0 22 0 106357320 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704426810344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16028] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16028/stat : 16028 (java) S 16013 16016 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 106357321 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704425756408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16029] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16029/stat : 16029 (java) S 16013 16016 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 106357321 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704424703496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16030] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16030/stat : 16030 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106357323 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704423651984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16031] ppid=16013 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/16016/task/16031/stat : 16031 (java) S 16013 16016 15677 0 -1 4202560 14426 0 0 0 185 2 0 0 20 0 22 0 106357323 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704422599096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16032] ppid=16013 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/16016/task/16032/stat : 16032 (java) S 16013 16016 15677 0 -1 4202560 11319 0 0 0 114 3 0 0 20 0 22 0 106357323 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704421546296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16033] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16033/stat : 16033 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106357323 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704420493688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16034] ppid=16013 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/16016/task/16034/stat : 16034 (java) S 16013 16016 15677 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 106357323 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704419441096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16047] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16047/stat : 16047 (java) S 16013 16016 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106357499 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704418387112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16060] ppid=16013 vsize=9824732 CPUtime=870.89 cores=1,3,5,7
/proc/16016/task/16060/stat : 16060 (java) R 16013 16016 15677 0 -1 4202560 33 0 0 0 87076 13 0 0 20 0 22 0 106358100 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704415220208 140704543245249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16061] ppid=16013 vsize=9824732 CPUtime=871.05 cores=1,3,5,7
/proc/16016/task/16061/stat : 16061 (java) R 16013 16016 15677 0 -1 4202560 1386 0 0 0 87061 44 0 0 20 0 22 0 106358100 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704417332800 140704543449120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16062] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16062/stat : 16062 (java) S 16013 16016 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106358100 10060525568 822142 33554432000 1073741824 1073778376 140733377418704 140704416281896 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1765.03
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.401 s]
/proc/loadavg: 4.41 4.30 3.86 5/221 16180
/proc/meminfo: memFree=23359120/32872528 swapFree=15540/1663004
[pid=16016] ppid=16013 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/16016/stat : 16016 (java) S 16013 16016 15677 0 -1 4202496 37954 0 1 0 179841 170 0 0 20 0 22 0 106357318 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140733377409840 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16016/statm: 2456183 835604 2296 9 0 2446860 0
[pid=16016/tid=16017] ppid=16013 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/16016/task/16017/stat : 16017 (java) S 16013 16016 15677 0 -1 4202560 2498 0 1 0 30 2 0 0 20 0 22 0 106357319 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704602956664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16019] ppid=16013 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/16016/task/16019/stat : 16019 (java) S 16013 16016 15677 0 -1 4202560 586 0 0 0 113 13 0 0 20 0 22 0 106357319 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704541686824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16020] ppid=16013 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/16016/task/16020/stat : 16020 (java) S 16013 16016 15677 0 -1 4202560 397 0 0 0 105 13 0 0 20 0 22 0 106357319 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704540634024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16021] ppid=16013 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/16016/task/16021/stat : 16021 (java) S 16013 16016 15677 0 -1 4202560 657 0 0 0 119 13 0 0 20 0 22 0 106357319 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704539581224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16022] ppid=16013 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/16016/task/16022/stat : 16022 (java) S 16013 16016 15677 0 -1 4202560 460 0 0 0 134 11 0 0 20 0 22 0 106357319 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704443218600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16023] ppid=16013 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/16016/task/16023/stat : 16023 (java) S 16013 16016 15677 0 -1 4202560 485 0 0 0 123 12 0 0 20 0 22 0 106357319 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704442165800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16024] ppid=16013 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/16016/task/16024/stat : 16024 (java) S 16013 16016 15677 0 -1 4202560 588 0 0 0 131 13 0 0 20 0 22 0 106357319 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704441113000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16025] ppid=16013 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/16016/task/16025/stat : 16025 (java) S 16013 16016 15677 0 -1 4202560 488 0 0 0 111 9 0 0 20 0 22 0 106357319 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704440060200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16026] ppid=16013 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/16016/task/16026/stat : 16026 (java) S 16013 16016 15677 0 -1 4202560 700 0 0 0 136 14 0 0 20 0 22 0 106357319 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704439007400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16027] ppid=16013 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/16016/task/16027/stat : 16027 (java) S 16013 16016 15677 0 -1 4202560 2107 0 0 0 212 4 0 0 20 0 22 0 106357320 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704426810344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16028] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16028/stat : 16028 (java) S 16013 16016 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 106357321 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704425756408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16029] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16029/stat : 16029 (java) S 16013 16016 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 106357321 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704424703496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16030] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16030/stat : 16030 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106357323 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704423651984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16031] ppid=16013 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/16016/task/16031/stat : 16031 (java) S 16013 16016 15677 0 -1 4202560 14426 0 0 0 185 2 0 0 20 0 22 0 106357323 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704422599096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16016/tid=16032] ppid=16013 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/16016/task/16032/stat : 16032 (java) S 16013 16016 15677 0 -1 4202560 11319 0 0 0 114 3 0 0 20 0 22 0 106357323 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704421546296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16033] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16033/stat : 16033 (java) S 16013 16016 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106357323 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704420493688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16016/tid=16034] ppid=16013 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/16016/task/16034/stat : 16034 (java) S 16013 16016 15677 0 -1 4202560 53 0 0 0 12 18 0 0 20 0 22 0 106357323 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704419441096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16047] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16047/stat : 16047 (java) S 16013 16016 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106357499 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704418387112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16060] ppid=16013 vsize=9824732 CPUtime=887.55 cores=1,3,5,7
/proc/16016/task/16060/stat : 16060 (java) R 16013 16016 15677 0 -1 4202560 33 0 0 0 88742 13 0 0 20 0 22 0 106358100 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704415220208 140704543245249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16016/tid=16061] ppid=16013 vsize=9824732 CPUtime=887.72 cores=1,3,5,7
/proc/16016/task/16061/stat : 16061 (java) R 16013 16016 15677 0 -1 4202560 1386 0 0 0 88728 44 0 0 20 0 22 0 106358100 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704417332976 140704543235566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16016/tid=16062] ppid=16013 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16016/task/16062/stat : 16062 (java) S 16013 16016 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106358100 10060525568 835604 33554432000 1073741824 1073778376 140733377418704 140704416281896 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 16016 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 900.465
CPU time (s): 1800.75
CPU user time (s): 1798.57
CPU system time (s): 2.18067
CPU usage (%): 199.98
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 2.18067
maximum resident set size= 3342540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37998
page faults= 1
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22525
involuntary context switches= 14944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76312 second user time and 7.53485 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-06 22:17:25
IDJOB=4081416
IDBENCH=25006
IDSOLVER=2543
FILE ID=node134/4081416-1465244245
RUNJOBID= node134-1465243580-15694
PBS_JOBID= 19843249
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir04_area_delay.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081416-1465244245/watcher-4081416-1465244245 -o /tmp/evaluation-result-4081416-1465244245/solver-4081416-1465244245 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15694 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081416-1465244245.opb

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

MD5SUM BENCH= ea4ff8014cd873922b6021da249fa157
RANDOM SEED=1758219257

node134.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.403
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.80
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.403
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.403
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.56
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.403
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.56
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.403
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.403
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.403
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.56
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.403
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:        28969580 kB
Buffers:           37884 kB
Cached:           107424 kB
SwapCached:         1804 kB
Active:          1452712 kB
Inactive:          76152 kB
Active(anon):    1384872 kB
Inactive(anon):     1036 kB
Active(file):      67840 kB
Inactive(file):    75116 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098292 kB
Dirty:               920 kB
Writeback:             0 kB
AnonPages:       3051892 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             567720 kB
SReclaimable:      11500 kB
SUnreclaim:       556220 kB
KernelStack:        1616 kB
PageTables:        10240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3482008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2973696 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= 71732 MiB
End job on node134 at 2016-06-06 22:32:26