Trace number 4091890

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.93 898.354

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap61_wcsp.wbo
MD5SUM58e4788c719f1a12516705b51263d664
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark13812213
Best CPU time to get the best result obtained on this benchmark1800.06
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 55743026
Min constraint cost 1
Max constraint cost 55743026
Sum of constraints costs 44948405826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4091890-1466091105.wbo
0.06/0.13	c reading problem ... 
0.22/0.29	c ... done. Wall clock time 0.158s.
0.22/0.29	c declared #vars     832
0.22/0.29	c internal #vars     2446
0.22/0.29	c #constraints  1746
0.22/0.29	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.29	c constraints type 
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 850
0.22/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 846
0.22/0.29	c 1746 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.OriginalBinaryClausePB => 846
0.22/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 850
0.22/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.22/0.29	c 1746 constraints processed.
0.22/0.29	c objective function length is 1614 literals
0.45/0.33	c And the winner is solver1
0.55/0.79	c SATISFIABLE
0.55/0.79	c OPTIMIZING...
0.55/0.79	c Got one! Elapsed wall clock time (in seconds):0.664
0.55/0.79	o 9065142
3.69/1.82	c cleaning 2494 clauses out of 5002 with flag 11868/5002
5.22/2.56	c cleaning 4253 clauses out of 8506 with flag 31641/11000
6.83/3.40	c cleaning 5619 clauses out of 11253 with flag 55611/18000
8.86/4.37	c cleaning 6809 clauses out of 13634 with flag 85058/26000
11.30/5.52	c cleaning 7905 clauses out of 15826 with flag 117513/35001
13.70/6.76	c cleaning 8957 clauses out of 17922 with flag 150949/45002
16.55/8.19	c cleaning 9975 clauses out of 19965 with flag 188543/56002
19.74/9.74	c cleaning 10984 clauses out of 21991 with flag 227759/68003
23.14/11.44	c cleaning 12001 clauses out of 24004 with flag 269712/81000
26.81/13.30	c cleaning 12998 clauses out of 26003 with flag 314677/95000
31.00/15.34	c cleaning 13997 clauses out of 28006 with flag 361589/110001
35.47/17.51	c cleaning 15002 clauses out of 30008 with flag 412445/126000
39.86/19.78	c cleaning 16002 clauses out of 32006 with flag 465747/143000
45.13/22.35	c cleaning 16987 clauses out of 34005 with flag 518843/161001
50.53/25.02	c cleaning 18006 clauses out of 36017 with flag 573374/180000
56.40/27.98	c cleaning 18999 clauses out of 38013 with flag 636268/200002
62.62/31.01	c cleaning 20004 clauses out of 40012 with flag 701989/221000
69.53/34.49	c cleaning 21001 clauses out of 42009 with flag 769130/243001
76.99/38.10	c cleaning 21996 clauses out of 44007 with flag 837841/266000
84.41/41.88	c cleaning 22994 clauses out of 46011 with flag 914061/290000
92.65/45.99	c cleaning 24006 clauses out of 48019 with flag 990902/315002
101.32/50.25	c cleaning 24997 clauses out of 50014 with flag 1071850/341003
110.35/54.72	c cleaning 25994 clauses out of 52016 with flag 1157043/368002
119.55/59.39	c cleaning 27006 clauses out of 54021 with flag 1240628/396001
129.44/64.27	c cleaning 27998 clauses out of 56014 with flag 1333201/425000
140.05/69.51	c cleaning 28999 clauses out of 58017 with flag 1433212/455001
151.08/75.05	c cleaning 29996 clauses out of 60018 with flag 1529477/486001
163.69/81.37	c cleaning 30983 clauses out of 62021 with flag 1636184/518000
176.73/87.84	c cleaning 32008 clauses out of 64038 with flag 1733804/551000
189.55/94.26	c cleaning 33013 clauses out of 66030 with flag 1849384/585000
202.77/100.86	c cleaning 34010 clauses out of 68019 with flag 1973822/620002
216.65/107.70	c cleaning 34999 clauses out of 70007 with flag 2087777/656000
231.86/115.31	c cleaning 36005 clauses out of 72010 with flag 2197224/693002
246.28/122.53	c cleaning 37001 clauses out of 74003 with flag 2317516/731000
261.79/130.24	c cleaning 37991 clauses out of 76002 with flag 2451385/770000
278.42/138.58	c cleaning 39003 clauses out of 78014 with flag 2580968/810003
293.87/146.20	c cleaning 39976 clauses out of 80008 with flag 2733852/851000
293.87/146.21	c And the winner is solver0
293.99/146.34	c Got one! Elapsed wall clock time (in seconds):146.213
293.99/146.34	o 9064893
295.52/147.19	c cleaning 22522 clauses out of 45092 with flag 13955/856060
297.31/148.02	c cleaning 14259 clauses out of 28570 with flag 32527/862060
299.13/148.93	c cleaning 10646 clauses out of 21311 with flag 56192/869060
301.13/149.97	c cleaning 9314 clauses out of 18665 with flag 83015/877060
303.53/151.14	c cleaning 9162 clauses out of 18353 with flag 113906/886062
306.14/152.44	c cleaning 9589 clauses out of 19191 with flag 145602/896062
308.94/153.84	c cleaning 10295 clauses out of 20603 with flag 181551/907063
312.16/155.48	c cleaning 11139 clauses out of 22306 with flag 218732/919061
315.77/157.23	c cleaning 12080 clauses out of 24166 with flag 257717/932060
319.56/159.19	c cleaning 13039 clauses out of 26086 with flag 301568/946060
323.97/161.38	c cleaning 14022 clauses out of 28049 with flag 345783/961062
328.79/163.75	c cleaning 15007 clauses out of 30025 with flag 392966/977060
333.62/166.17	c cleaning 15998 clauses out of 32018 with flag 453696/994060
339.02/168.83	c cleaning 17011 clauses out of 34022 with flag 510152/1012062
344.64/171.61	c cleaning 17994 clauses out of 36012 with flag 570645/1031063
350.83/174.78	c cleaning 18997 clauses out of 38016 with flag 636057/1051061
357.85/178.24	c cleaning 19996 clauses out of 40019 with flag 702268/1072061
365.08/181.86	c cleaning 20993 clauses out of 42024 with flag 773236/1094062
372.70/185.64	c cleaning 21995 clauses out of 44029 with flag 845229/1117060
380.31/189.41	c cleaning 23015 clauses out of 46034 with flag 925890/1141060
388.54/193.53	c cleaning 24007 clauses out of 48019 with flag 1005252/1166060
397.35/197.94	c cleaning 24999 clauses out of 50014 with flag 1087865/1192062
406.93/202.79	c cleaning 26006 clauses out of 52015 with flag 1173011/1219062
416.56/207.57	c cleaning 27003 clauses out of 54007 with flag 1259790/1247060
425.79/212.17	c cleaning 27996 clauses out of 56004 with flag 1355884/1276060
436.03/217.21	c cleaning 29004 clauses out of 58010 with flag 1452453/1306062
447.46/222.96	c cleaning 30007 clauses out of 60013 with flag 1546752/1337069
458.89/228.69	c cleaning 30981 clauses out of 61997 with flag 1654093/1369060
471.54/234.95	c cleaning 32008 clauses out of 64017 with flag 1764759/1402061
483.60/240.97	c cleaning 32990 clauses out of 66008 with flag 1879427/1436060
496.47/247.34	c cleaning 34006 clauses out of 68018 with flag 2006518/1471060
509.89/254.06	c cleaning 35007 clauses out of 70013 with flag 2115731/1507061
525.12/261.67	c cleaning 36004 clauses out of 72008 with flag 2236019/1544063
540.81/269.48	c cleaning 36991 clauses out of 74002 with flag 2350046/1582061
557.44/277.94	c cleaning 37999 clauses out of 76010 with flag 2472730/1621060
573.11/285.79	c cleaning 39002 clauses out of 78011 with flag 2605980/1661060
589.18/293.73	c cleaning 39989 clauses out of 80009 with flag 2744998/1702060
606.45/302.37	c cleaning 41007 clauses out of 82020 with flag 2881022/1744060
623.11/310.60	c cleaning 42002 clauses out of 84013 with flag 3021705/1787060
639.00/318.56	c cleaning 42997 clauses out of 86011 with flag 3166659/1831060
655.49/326.72	c cleaning 44000 clauses out of 88015 with flag 3309655/1876061
672.76/335.38	c cleaning 44989 clauses out of 90016 with flag 3465960/1922062
690.03/343.94	c cleaning 46001 clauses out of 92025 with flag 3624665/1969060
711.12/354.47	c cleaning 46990 clauses out of 94024 with flag 3779846/2017060
733.74/365.96	c cleaning 48015 clauses out of 96037 with flag 3934223/2066063
757.76/377.96	c cleaning 48996 clauses out of 98022 with flag 4091254/2116063
781.85/389.98	c cleaning 50009 clauses out of 100024 with flag 4264028/2167061
805.72/401.86	c cleaning 50996 clauses out of 102014 with flag 4431615/2219060
831.22/414.51	c cleaning 51996 clauses out of 104018 with flag 4630936/2272060
856.49/427.18	c cleaning 53011 clauses out of 106025 with flag 4801348/2326063
884.79/441.23	c cleaning 54001 clauses out of 108011 with flag 4965073/2381060
911.45/454.59	c cleaning 54992 clauses out of 110010 with flag 5148815/2437060
940.37/468.96	c cleaning 55993 clauses out of 112018 with flag 5333958/2494060
968.87/483.19	c cleaning 57002 clauses out of 114028 with flag 5525368/2552063
998.40/498.03	c cleaning 58002 clauses out of 116025 with flag 5712463/2611062
1027.09/512.34	c cleaning 59000 clauses out of 118023 with flag 5907617/2671062
1058.13/527.81	c cleaning 60004 clauses out of 120021 with flag 6095983/2732060
1086.61/542.01	c cleaning 60990 clauses out of 122017 with flag 6314297/2794060
1115.41/556.50	c cleaning 62012 clauses out of 124027 with flag 6515928/2857060
1145.36/571.36	c cleaning 62999 clauses out of 126015 with flag 6710100/2921060
1181.87/589.59	c cleaning 64004 clauses out of 128017 with flag 6916550/2986061
1213.57/605.32	c cleaning 64999 clauses out of 130012 with flag 7122808/3052060
1249.66/623.50	c cleaning 65994 clauses out of 132016 with flag 7336628/3119063
1284.74/641.03	c cleaning 67003 clauses out of 134021 with flag 7550497/3187062
1320.29/658.73	c cleaning 67995 clauses out of 136016 with flag 7765431/3256060
1355.83/676.46	c cleaning 68996 clauses out of 138021 with flag 7995163/3326060
1392.81/694.82	c cleaning 70006 clauses out of 140028 with flag 8227245/3397063
1429.82/713.53	c cleaning 70996 clauses out of 142020 with flag 8462426/3469061
1466.29/731.61	c cleaning 72007 clauses out of 144024 with flag 8705561/3542061
1503.83/750.35	c cleaning 72995 clauses out of 146018 with flag 8996866/3616062
1541.76/769.23	c cleaning 74009 clauses out of 148021 with flag 9269967/3691060
1580.92/788.79	c cleaning 75005 clauses out of 150016 with flag 9543795/3767064
1619.85/808.14	c cleaning 75999 clauses out of 152008 with flag 9811662/3844061
1662.37/829.36	c cleaning 76993 clauses out of 154008 with flag 10077821/3922060
1705.50/851.22	c cleaning 78005 clauses out of 156015 with flag 10355822/4001060
1745.68/871.21	c cleaning 78992 clauses out of 158011 with flag 10641740/4081061
1786.84/891.79	c cleaning 80004 clauses out of 160020 with flag 10937780/4162062
1800.08/898.30	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.08/898.30	c starts		: 68
1800.08/898.30	c conflicts		: 4191794
1800.08/898.30	c decisions		: 12572841
1800.08/898.30	c propagations		: 1124769734
1800.08/898.30	c inspects		: 8070969816
1800.08/898.30	c shortcuts		: 0
1800.08/898.30	c learnt literals	: 0
1800.08/898.30	c learnt binary clauses	: 0
1800.08/898.30	c learnt ternary clauses	: 0
1800.08/898.30	c learnt constraints	: 4191794
1800.08/898.30	c ignored constraints	: 0
1800.08/898.30	c root simplifications	: 0
1800.08/898.30	c removed literals (reason simplification)	: 2846228
1800.08/898.30	c reason swapping (by a shorter reason)	: 0
1800.08/898.30	c Calls to reduceDB	: 114
1800.08/898.30	c Number of update (reduction) of LBD	: 1797261
1800.08/898.30	c Imported unit clauses	: 0
1800.08/898.30	c number of reductions to clauses (during analyze)	: 0
1800.08/898.30	c number of learned constraints concerned by reduction	: 0
1800.08/898.30	c number of learning phase by resolution	: 0
1800.08/898.30	c number of learning phase by cutting planes	: 0
1800.08/898.30	c speed (assignments/second)	: 1253251.8615992984
1800.08/898.30	c non guided choices	4
1800.08/898.33	c learnt constraints type 
1800.08/898.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109748
1800.08/898.33	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.08/898.33	c starts		: 10
1800.08/898.33	c conflicts		: 1925
1800.08/898.33	c decisions		: 470267
1800.08/898.33	c propagations		: 1113217
1800.08/898.33	c inspects		: 72145180
1800.08/898.33	c shortcuts		: 0
1800.08/898.33	c learnt literals	: 0
1800.08/898.33	c learnt binary clauses	: 0
1800.08/898.33	c learnt ternary clauses	: 0
1800.08/898.33	c learnt constraints	: 1924
1800.08/898.33	c ignored constraints	: 0
1800.08/898.33	c root simplifications	: 0
1800.08/898.33	c removed literals (reason simplification)	: 0
1800.08/898.33	c reason swapping (by a shorter reason)	: 0
1800.08/898.33	c Calls to reduceDB	: 0
1800.08/898.33	c Number of update (reduction) of LBD	: 0
1800.08/898.33	c Imported unit clauses	: 0
1800.08/898.33	c number of reductions to clauses (during analyze)	: 0
1800.08/898.33	c number of learned constraints concerned by reduction	: 0
1800.08/898.33	c number of learning phase by resolution	: 0
1800.08/898.33	c number of learning phase by cutting planes	: 0
1800.08/898.33	c speed (assignments/second)	: 1480.385064456673
1800.08/898.33	c non guided choices	0
1800.08/898.33	c learnt constraints type 
1800.08/898.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1924
1800.08/898.33	s SATISFIABLE
1800.08/898.33	c Found 2 solution(s)
1800.08/898.33	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 -x769 -x770 -x771 -x772 -x773 -x774 -x775 x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 -x832 
1800.08/898.33	c objective function=9064893
1800.08/898.33	c Total wall clock time (in seconds): 898.205

Verifier Data

OK	9064893

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-4091890-1466091105/watcher-4091890-1466091105 -o /tmp/evaluation-result-4091890-1466091105/solver-4091890-1466091105 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466075234-14702 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091890-1466091105.wbo 

pid=26952
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.91 3.94 3.60 4/197 26955
/proc/meminfo: memFree=31154180/32872528 swapFree=496356/529060
[pid=26955] ppid=26952 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/26955/stat : 26955 (java) R 26952 26955 11396 0 -1 4202496 173 0 0 0 0 0 0 0 20 0 1 0 11155982 3653632 49 33554432000 1073741824 1073778376 140734732912608 140734732909736 211449638183 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26955/statm: 1408 52 41 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 3.91 3.94 3.60 4/197 26955
/proc/meminfo: memFree=31154180/32872528 swapFree=496356/529060
[pid=26955] ppid=26952 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/26955/stat : 26955 (java) S 26952 26955 11396 0 -1 4202496 4140 0 1 0 6 0 0 0 20 0 18 0 11155982 9787879424 5267 33554432000 1073741824 1073778376 140733948476000 140733948467136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26955/statm: 2389619 5268 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200243 s]
/proc/loadavg: 3.91 3.94 3.60 4/197 26955
/proc/meminfo: memFree=31154180/32872528 swapFree=496356/529060
[pid=26955] ppid=26952 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/26955/stat : 26955 (java) S 26952 26955 11396 0 -1 4202496 4713 0 1 0 21 1 0 0 20 0 18 0 11155982 9787879424 6819 33554432000 1073741824 1073778376 140733948476000 140733948467136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26955/statm: 2389619 6819 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 3.91 3.94 3.60 4/197 26955
/proc/meminfo: memFree=31154180/32872528 swapFree=496356/529060
[pid=26955] ppid=26952 vsize=9691604 CPUtime=0.45 cores=0,2,4,6
/proc/26955/stat : 26955 (java) S 26952 26955 11396 0 -1 4202496 5569 0 1 0 44 1 0 0 20 0 20 0 11155982 9924202496 9998 33554432000 1073741824 1073778376 140733948476000 140733948467136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26955/statm: 2422901 9998 2239 9 0 2413578 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9691604

[startup+0.700299 s]
/proc/loadavg: 3.91 3.94 3.60 4/197 26955
/proc/meminfo: memFree=31154180/32872528 swapFree=496356/529060
[pid=26955] ppid=26952 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/26955/stat : 26955 (java) S 26952 26955 11396 0 -1 4202496 5605 0 1 0 52 3 0 0 20 0 19 0 11155982 10060525568 10024 33554432000 1073741824 1073778376 140733948476000 140733948467136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26955/statm: 2456183 10024 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 3.91 3.94 3.60 7/219 26980
/proc/meminfo: memFree=31093420/32872528 swapFree=496356/529060
[pid=26955] ppid=26952 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/26955/stat : 26955 (java) S 26952 26955 11396 0 -1 4202496 16441 0 1 0 294 6 0 0 20 0 22 0 11155982 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140733948467136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26955/statm: 2456183 22787 2264 9 0 2446860 0
[pid=26955/tid=26957] ppid=26952 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/26955/task/26957/stat : 26957 (java) S 26952 26955 11396 0 -1 4202560 2422 0 1 0 27 0 0 0 20 0 22 0 11155983 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590406878072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26958] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26958/stat : 26958 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590395939496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26959] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26959/stat : 26959 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590394886952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26960] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26960/stat : 26960 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590393834408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26961] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26961/stat : 26961 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590392781864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=26962] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26962/stat : 26962 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590391728296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26963] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26963/stat : 26963 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590390675752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26964] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26964/stat : 26964 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590389623208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=26965] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26965/stat : 26965 (java) S 26952 26955 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590388570664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26966] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26966/stat : 26966 (java) S 26952 26955 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590231022184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26967] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26967/stat : 26967 (java) S 26952 26955 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590229968504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26968] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26968/stat : 26968 (java) S 26952 26955 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590228915848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26969] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26969/stat : 26969 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590227864592 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26970] ppid=26952 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/26955/task/26970/stat : 26970 (java) S 26952 26955 11396 0 -1 4202560 5710 0 0 0 56 2 0 0 20 0 22 0 11155989 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590226810936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26971] ppid=26952 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/26955/task/26971/stat : 26971 (java) R 26952 26955 11396 0 -1 4202560 6927 0 0 0 66 2 0 0 20 0 22 0 11155989 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590225745672 140590410992596 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26972] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26972/stat : 26972 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590224706040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26973] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26973/stat : 26973 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590223653704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26976] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26976/stat : 26976 (java) S 26952 26955 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11156012 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590220494376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=26978] ppid=26952 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/26955/task/26978/stat : 26978 (java) R 26952 26955 11396 0 -1 4202560 12 0 0 0 66 0 0 0 20 0 22 0 11156064 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590222598600 140590268881858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=26979] ppid=26952 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/26955/task/26979/stat : 26979 (java) R 26952 26955 11396 0 -1 4202560 55 0 0 0 66 0 0 0 20 0 22 0 11156064 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590221545656 140590268899880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26980] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26980/stat : 26980 (java) S 26952 26955 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11156064 10060525568 22787 33554432000 1073741824 1073778376 140733948476000 140590219441192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 3.91 3.94 3.60 6/219 26980
/proc/meminfo: memFree=31043648/32872528 swapFree=496356/529060
[pid=26955] ppid=26952 vsize=9824732 CPUtime=6.42 cores=0,2,4,6
/proc/26955/stat : 26955 (java) S 26952 26955 11396 0 -1 4202496 18051 0 1 0 635 7 0 0 20 0 22 0 11155982 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140733948467136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26955/statm: 2456183 38236 2270 9 0 2446860 0
[pid=26955/tid=26957] ppid=26952 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/26955/task/26957/stat : 26957 (java) S 26952 26955 11396 0 -1 4202560 2422 0 1 0 27 0 0 0 20 0 22 0 11155983 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590406878072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26958] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26958/stat : 26958 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590395939496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26959] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26959/stat : 26959 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590394886952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26960] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26960/stat : 26960 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590393834408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26961] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26961/stat : 26961 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590392781864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=26962] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26962/stat : 26962 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590391728296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26963] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26963/stat : 26963 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590390675752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26964] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26964/stat : 26964 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590389623208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=26965] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26965/stat : 26965 (java) S 26952 26955 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590388570664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26966] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26966/stat : 26966 (java) S 26952 26955 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590231022184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26967] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26967/stat : 26967 (java) S 26952 26955 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590229968504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26968] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26968/stat : 26968 (java) S 26952 26955 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590228915848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26969] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26969/stat : 26969 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590227864592 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26970] ppid=26952 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/26955/task/26970/stat : 26970 (java) S 26952 26955 11396 0 -1 4202560 5712 0 0 0 62 2 0 0 20 0 22 0 11155989 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590226810936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26971] ppid=26952 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/26955/task/26971/stat : 26971 (java) S 26952 26955 11396 0 -1 4202560 8502 0 0 0 82 2 0 0 20 0 22 0 11155989 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590225758392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26972] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26972/stat : 26972 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590224706040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26973] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26973/stat : 26973 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590223653704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26976] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26976/stat : 26976 (java) S 26952 26955 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11156012 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590220494376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=26978] ppid=26952 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/26955/task/26978/stat : 26978 (java) R 26952 26955 11396 0 -1 4202560 14 0 0 0 226 0 0 0 20 0 22 0 11156064 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590222596600 140590268930531 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=26979] ppid=26952 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/26955/task/26979/stat : 26979 (java) R 26952 26955 11396 0 -1 4202560 86 0 0 0 225 1 0 0 20 0 22 0 11156064 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590221544040 140590268899581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26980] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26980/stat : 26980 (java) S 26952 26955 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11156064 10060525568 38236 33554432000 1073741824 1073778376 140733948476000 140590219441192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 3.92 3.94 3.60 5/215 27045
/proc/meminfo: memFree=31324564/32872528 swapFree=496356/529060
[pid=26955] ppid=26952 vsize=9824732 CPUtime=12.89 cores=0,2,4,6
/proc/26955/stat : 26955 (java) S 26952 26955 11396 0 -1 4202496 18122 0 1 0 1279 10 0 0 20 0 22 0 11155982 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140733948467136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26955/statm: 2456183 46762 2283 9 0 2446860 0
[pid=26955/tid=26957] ppid=26952 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/26955/task/26957/stat : 26957 (java) S 26952 26955 11396 0 -1 4202560 2422 0 1 0 27 0 0 0 20 0 22 0 11155983 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590406878072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26958] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26958/stat : 26958 (java) S 26952 26955 11396 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590395939496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26959] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26959/stat : 26959 (java) S 26952 26955 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590394886952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26960] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26960/stat : 26960 (java) S 26952 26955 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590393834408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26961] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26961/stat : 26961 (java) S 26952 26955 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590392781864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=26962] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26962/stat : 26962 (java) S 26952 26955 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590391728296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26963] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26963/stat : 26963 (java) S 26952 26955 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590390675752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26964] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26964/stat : 26964 (java) S 26952 26955 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590389623208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26965] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26965/stat : 26965 (java) S 26952 26955 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11155985 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590388570664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26966] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26966/stat : 26966 (java) S 26952 26955 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590231022184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26967] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26967/stat : 26967 (java) S 26952 26955 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590229968504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26968] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26968/stat : 26968 (java) S 26952 26955 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590228915848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26969] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26969/stat : 26969 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 46762 33554432000 1073741824 1073778376 140733948476000 140590227864592 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26970] ppid=26952 vsize=9824732 CPUtime=0.66 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.07 4.05 3.87 5/219 27078
/proc/meminfo: memFree=29049164/32872528 swapFree=496356/529060
[pid=26955] ppid=26952 vsize=9824732 CPUtime=1767.98 cores=0,2,4,6
/proc/26955/stat : 26955 (java) S 26952 26955 11396 0 -1 4202496 34823 0 1 0 176664 134 0 0 20 0 22 0 11155982 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140733948467136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26955/statm: 2456183 171845 2293 9 0 2446860 0
[pid=26955/tid=26957] ppid=26952 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/26955/task/26957/stat : 26957 (java) S 26952 26955 11396 0 -1 4202560 2431 0 1 0 30 3 0 0 20 0 22 0 11155983 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590406878072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26958] ppid=26952 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/26955/task/26958/stat : 26958 (java) S 26952 26955 11396 0 -1 4202560 1369 0 0 0 204 12 0 0 20 0 22 0 11155985 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590395939496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26959] ppid=26952 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/26955/task/26959/stat : 26959 (java) S 26952 26955 11396 0 -1 4202560 1634 0 0 0 198 11 0 0 20 0 22 0 11155985 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590394886952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26960] ppid=26952 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/26955/task/26960/stat : 26960 (java) S 26952 26955 11396 0 -1 4202560 1467 0 0 0 206 12 0 0 20 0 22 0 11155985 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590393834408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26961] ppid=26952 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/26955/task/26961/stat : 26961 (java) S 26952 26955 11396 0 -1 4202560 1773 0 0 0 208 12 0 0 20 0 22 0 11155985 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590392781864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26962] ppid=26952 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/26955/task/26962/stat : 26962 (java) S 26952 26955 11396 0 -1 4202560 1420 0 0 0 204 8 0 0 20 0 22 0 11155985 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590391728296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26963] ppid=26952 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/26955/task/26963/stat : 26963 (java) S 26952 26955 11396 0 -1 4202560 1223 0 0 0 192 8 0 0 20 0 22 0 11155985 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590390675752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26964] ppid=26952 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/26955/task/26964/stat : 26964 (java) S 26952 26955 11396 0 -1 4202560 1809 0 0 0 209 11 0 0 20 0 22 0 11155985 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590389623208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26965] ppid=26952 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/26955/task/26965/stat : 26965 (java) S 26952 26955 11396 0 -1 4202560 1282 0 0 0 211 9 0 0 20 0 22 0 11155985 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590388570664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=26966] ppid=26952 vsize=9824732 CPUtime=3.52 cores=0,2,4,6
/proc/26955/task/26966/stat : 26966 (java) S 26952 26955 11396 0 -1 4202560 1623 0 0 0 328 24 0 0 20 0 22 0 11155986 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590231022184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26967] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26967/stat : 26967 (java) S 26952 26955 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590229968504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26968] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26968/stat : 26968 (java) S 26952 26955 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590228915848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26969] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26969/stat : 26969 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590227864592 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26970] ppid=26952 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/26955/task/26970/stat : 26970 (java) S 26952 26955 11396 0 -1 4202560 5724 0 0 0 79 2 0 0 20 0 22 0 11155989 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590226810936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26971] ppid=26952 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/26955/task/26971/stat : 26971 (java) S 26952 26955 11396 0 -1 4202560 8507 0 0 0 97 2 0 0 20 0 22 0 11155989 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590225758392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26972] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26972/stat : 26972 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590224706040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26973] ppid=26952 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/26955/task/26973/stat : 26973 (java) S 26952 26955 11396 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 11155989 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590223653704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26980] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26980/stat : 26980 (java) S 26952 26955 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11156064 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590219441192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=27059] ppid=26952 vsize=9824732 CPUtime=727.95 cores=0,2,4,6
/proc/26955/task/27059/stat : 27059 (java) R 26952 26955 11396 0 -1 4202560 244 0 0 0 72782 13 0 0 20 0 22 0 11170617 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590221544192 140590269051009 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=27060] ppid=26952 vsize=9824732 CPUtime=728 cores=0,2,4,6
/proc/26955/task/27060/stat : 27060 (java) R 26952 26955 11396 0 -1 4202560 2807 0 0 0 72787 13 0 0 20 0 22 0 11170617 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590222597792 140590268899628 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=27061] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/27061/stat : 27061 (java) S 26952 26955 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11170617 10060525568 171845 33554432000 1073741824 1073778376 140733948476000 140590220494248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1767.98
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.301 s]
/proc/loadavg: 4.06 4.05 3.87 5/219 27078
/proc/meminfo: memFree=29038928/32872528 swapFree=496356/529060
[pid=26955] ppid=26952 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/26955/stat : 26955 (java) S 26952 26955 11396 0 -1 4202496 34849 0 1 0 179873 135 0 0 20 0 22 0 11155982 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140733948467136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26955/statm: 2456183 174417 2293 9 0 2446860 0
[pid=26955/tid=26957] ppid=26952 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/26955/task/26957/stat : 26957 (java) S 26952 26955 11396 0 -1 4202560 2431 0 1 0 30 3 0 0 20 0 22 0 11155983 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590406878072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26958] ppid=26952 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/26955/task/26958/stat : 26958 (java) S 26952 26955 11396 0 -1 4202560 1370 0 0 0 208 12 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590395939496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26959] ppid=26952 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/26955/task/26959/stat : 26959 (java) S 26952 26955 11396 0 -1 4202560 1635 0 0 0 201 11 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590394886952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26960] ppid=26952 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/26955/task/26960/stat : 26960 (java) S 26952 26955 11396 0 -1 4202560 1469 0 0 0 210 12 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590393834408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26961] ppid=26952 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/26955/task/26961/stat : 26961 (java) S 26952 26955 11396 0 -1 4202560 1775 0 0 0 214 12 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590392781864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26962] ppid=26952 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/26955/task/26962/stat : 26962 (java) S 26952 26955 11396 0 -1 4202560 1420 0 0 0 207 8 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590391728296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26963] ppid=26952 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/26955/task/26963/stat : 26963 (java) S 26952 26955 11396 0 -1 4202560 1224 0 0 0 194 8 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590390675752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26964] ppid=26952 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/26955/task/26964/stat : 26964 (java) S 26952 26955 11396 0 -1 4202560 1813 0 0 0 214 11 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590389623208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26965] ppid=26952 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/26955/task/26965/stat : 26965 (java) S 26952 26955 11396 0 -1 4202560 1282 0 0 0 213 9 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590388570664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26966] ppid=26952 vsize=9824732 CPUtime=3.52 cores=0,2,4,6
/proc/26955/task/26966/stat : 26966 (java) S 26952 26955 11396 0 -1 4202560 1635 0 0 0 328 24 0 0 20 0 22 0 11155986 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590231022184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26967] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26967/stat : 26967 (java) S 26952 26955 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590229968504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26968] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26968/stat : 26968 (java) S 26952 26955 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590228915848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26969] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26969/stat : 26969 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590227864592 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26970] ppid=26952 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/26955/task/26970/stat : 26970 (java) S 26952 26955 11396 0 -1 4202560 5724 0 0 0 79 2 0 0 20 0 22 0 11155989 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590226810936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26971] ppid=26952 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/26955/task/26971/stat : 26971 (java) S 26952 26955 11396 0 -1 4202560 8507 0 0 0 97 2 0 0 20 0 22 0 11155989 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590225758392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26972] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26972/stat : 26972 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590224706040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26973] ppid=26952 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/26955/task/26973/stat : 26973 (java) S 26952 26955 11396 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 22 0 11155989 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590223653704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26980] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26980/stat : 26980 (java) S 26952 26955 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11156064 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590219441192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=27059] ppid=26952 vsize=9824732 CPUtime=743.85 cores=0,2,4,6
/proc/26955/task/27059/stat : 27059 (java) R 26952 26955 11396 0 -1 4202560 247 0 0 0 74372 13 0 0 20 0 22 0 11170617 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590221544992 140590269123820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=27060] ppid=26952 vsize=9824732 CPUtime=743.9 cores=0,2,4,6
/proc/26955/task/27060/stat : 27060 (java) R 26952 26955 11396 0 -1 4202560 2807 0 0 0 74377 13 0 0 20 0 22 0 11170617 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590222596896 140590269445228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=27061] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/27061/stat : 27061 (java) S 26952 26955 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11170617 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590220494248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 26955 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.301 s]
/proc/loadavg: 4.06 4.05 3.87 5/219 27078
/proc/meminfo: memFree=29038928/32872528 swapFree=496356/529060
[pid=26955] ppid=26952 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/26955/stat : 26955 (java) S 26952 26955 11396 0 -1 4202496 34849 0 1 0 179873 135 0 0 20 0 22 0 11155982 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140733948467136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26955/statm: 2456183 174417 2293 9 0 2446860 0
[pid=26955/tid=26957] ppid=26952 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/26955/task/26957/stat : 26957 (java) S 26952 26955 11396 0 -1 4202560 2431 0 1 0 30 3 0 0 20 0 22 0 11155983 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590406878072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26958] ppid=26952 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/26955/task/26958/stat : 26958 (java) S 26952 26955 11396 0 -1 4202560 1370 0 0 0 208 12 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590395939496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26959] ppid=26952 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/26955/task/26959/stat : 26959 (java) S 26952 26955 11396 0 -1 4202560 1635 0 0 0 201 11 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590394886952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26960] ppid=26952 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/26955/task/26960/stat : 26960 (java) S 26952 26955 11396 0 -1 4202560 1469 0 0 0 210 12 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590393834408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26961] ppid=26952 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/26955/task/26961/stat : 26961 (java) S 26952 26955 11396 0 -1 4202560 1775 0 0 0 214 12 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590392781864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26962] ppid=26952 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/26955/task/26962/stat : 26962 (java) S 26952 26955 11396 0 -1 4202560 1420 0 0 0 207 8 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590391728296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26963] ppid=26952 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/26955/task/26963/stat : 26963 (java) S 26952 26955 11396 0 -1 4202560 1224 0 0 0 194 8 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590390675752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26964] ppid=26952 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/26955/task/26964/stat : 26964 (java) S 26952 26955 11396 0 -1 4202560 1813 0 0 0 214 11 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590389623208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26965] ppid=26952 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/26955/task/26965/stat : 26965 (java) S 26952 26955 11396 0 -1 4202560 1282 0 0 0 213 9 0 0 20 0 22 0 11155985 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590388570664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26966] ppid=26952 vsize=9824732 CPUtime=3.52 cores=0,2,4,6
/proc/26955/task/26966/stat : 26966 (java) S 26952 26955 11396 0 -1 4202560 1635 0 0 0 328 24 0 0 20 0 22 0 11155986 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590231022184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26967] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26967/stat : 26967 (java) S 26952 26955 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590229968504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26968] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26968/stat : 26968 (java) S 26952 26955 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11155986 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590228915848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26969] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26969/stat : 26969 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590227864592 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26970] ppid=26952 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/26955/task/26970/stat : 26970 (java) S 26952 26955 11396 0 -1 4202560 5724 0 0 0 79 2 0 0 20 0 22 0 11155989 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590226810936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26971] ppid=26952 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/26955/task/26971/stat : 26971 (java) S 26952 26955 11396 0 -1 4202560 8507 0 0 0 97 2 0 0 20 0 22 0 11155989 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590225758392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=26972] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26972/stat : 26972 (java) S 26952 26955 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11155989 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590224706040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=26973] ppid=26952 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/26955/task/26973/stat : 26973 (java) S 26952 26955 11396 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 22 0 11155989 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590223653704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26955/tid=26980] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/26980/stat : 26980 (java) S 26952 26955 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11156064 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590219441192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26955/tid=27059] ppid=26952 vsize=9824732 CPUtime=743.85 cores=0,2,4,6
/proc/26955/task/27059/stat : 27059 (java) R 26952 26955 11396 0 -1 4202560 247 0 0 0 74372 13 0 0 20 0 22 0 11170617 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590221544992 140590269123820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26955/tid=27060] ppid=26952 vsize=9824732 CPUtime=743.9 cores=0,2,4,6
/proc/26955/task/27060/stat : 27060 (java) R 26952 26955 11396 0 -1 4202560 2807 0 0 0 74377 13 0 0 20 0 22 0 11170617 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590222596896 140590269445228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26955/tid=27061] ppid=26952 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26955/task/27061/stat : 27061 (java) S 26952 26955 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11170617 10060525568 174417 33554432000 1073741824 1073778376 140733948476000 140590220494248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.354
CPU time (s): 1800.93
CPU user time (s): 1799.09
CPU system time (s): 1.84272
CPU usage (%): 200.47
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.84272
maximum resident set size= 697796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34891
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33416
involuntary context switches= 46299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75312 second user time and 7.56285 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 17:31:46
IDJOB=4091890
IDBENCH=79529
IDSOLVER=2552
FILE ID=node141/4091890-1466091105
RUNJOBID= node141-1466075234-14702
PBS_JOBID= 19903999
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap61_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091890-1466091105/watcher-4091890-1466091105 -o /tmp/evaluation-result-4091890-1466091105/solver-4091890-1466091105 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466075234-14702 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091890-1466091105.wbo

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

MD5SUM BENCH= 58e4788c719f1a12516705b51263d664
RANDOM SEED=1731277803

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31154824 kB
Buffers:           35696 kB
Cached:            61400 kB
SwapCached:         2880 kB
Active:           424688 kB
Inactive:          64196 kB
Active(anon):     390452 kB
Inactive(anon):     3304 kB
Active(file):      34236 kB
Inactive(file):    60892 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67098996 kB
Dirty:               596 kB
Writeback:             0 kB
AnonPages:        918660 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             567628 kB
SReclaimable:      11224 kB
SUnreclaim:       556404 kB
KernelStack:        1640 kB
PageTables:         6116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1065024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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= 71744 MiB
End job on node141 at 2016-06-16 17:46:44