Trace number 4081371

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 PB16OPT1 201.333 120.527

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark201.333
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081371-1465233123.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.028s.
0.09/0.15	c declared #vars     94
0.09/0.15	c #constraints  8
0.09/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.16	c 8 constraints processed.
0.09/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.09/0.16	c 8 constraints processed.
0.09/0.16	c objective function length is 64 literals
1.88/0.61	c And the winner is solver1
1.88/0.68	c cleaning 2494 clauses out of 5000 with flag 10153/5000
2.19/0.71	c SATISFIABLE
2.19/0.71	c OPTIMIZING...
2.19/0.71	c Got one! Elapsed wall clock time (in seconds):0.583
2.19/0.71	o 1481
2.19/0.71	c And the winner is solver0
2.45/1.21	c Got one! Elapsed wall clock time (in seconds):1.084
2.45/1.21	o 260
2.45/1.21	c And the winner is solver0
2.45/1.71	c Got one! Elapsed wall clock time (in seconds):1.585
2.45/1.71	o 173
2.45/1.71	c And the winner is solver0
2.45/2.21	c Got one! Elapsed wall clock time (in seconds):2.086
2.45/2.21	o 150
2.45/2.21	c And the winner is solver0
2.45/2.71	c Got one! Elapsed wall clock time (in seconds):2.587
2.45/2.71	o 149
2.45/2.71	c And the winner is solver0
2.45/3.21	c Got one! Elapsed wall clock time (in seconds):3.088
2.45/3.21	o 127
2.45/3.22	c And the winner is solver0
2.46/3.71	c Got one! Elapsed wall clock time (in seconds):3.589
2.46/3.71	o 123
2.46/3.72	c And the winner is solver0
2.46/4.21	c Got one! Elapsed wall clock time (in seconds):4.09
2.46/4.21	o 98
2.46/4.22	c And the winner is solver0
2.48/4.72	c Got one! Elapsed wall clock time (in seconds):4.591
2.48/4.72	o 97
2.48/4.72	c And the winner is solver0
2.49/5.22	c Got one! Elapsed wall clock time (in seconds):5.092
2.49/5.22	o 83
2.49/5.22	c And the winner is solver0
2.49/5.72	c Got one! Elapsed wall clock time (in seconds):5.593
2.49/5.72	o 82
2.49/5.73	c And the winner is solver0
2.54/6.22	c Got one! Elapsed wall clock time (in seconds):6.094
2.54/6.22	o 80
2.54/6.23	c And the winner is solver0
2.56/6.72	c Got one! Elapsed wall clock time (in seconds):6.595
2.56/6.72	o 72
2.56/6.76	c And the winner is solver0
2.77/7.22	c Got one! Elapsed wall clock time (in seconds):7.096
2.77/7.22	o 70
2.77/7.26	c And the winner is solver0
2.84/7.72	c Got one! Elapsed wall clock time (in seconds):7.597
2.84/7.72	o 69
2.84/7.74	c And the winner is solver0
2.90/8.22	c Got one! Elapsed wall clock time (in seconds):8.098
2.90/8.22	o 67
2.90/8.25	c And the winner is solver0
2.96/8.72	c Got one! Elapsed wall clock time (in seconds):8.599
2.96/8.72	o 65
2.96/8.74	c And the winner is solver0
3.00/9.22	c Got one! Elapsed wall clock time (in seconds):9.1
3.00/9.22	o 58
3.00/9.23	c And the winner is solver0
3.02/9.73	c Got one! Elapsed wall clock time (in seconds):9.601
3.02/9.73	o 57
3.02/9.73	c And the winner is solver0
3.03/10.23	c Got one! Elapsed wall clock time (in seconds):10.102
3.03/10.23	o 55
3.03/10.23	c And the winner is solver0
3.03/10.73	c Got one! Elapsed wall clock time (in seconds):10.604
3.03/10.73	o 53
3.03/10.74	c And the winner is solver0
3.03/11.23	c Got one! Elapsed wall clock time (in seconds):11.105
3.03/11.23	o 50
3.03/11.24	c And the winner is solver0
3.09/11.73	c Got one! Elapsed wall clock time (in seconds):11.606
3.09/11.73	o 48
3.09/11.76	c And the winner is solver0
3.24/12.23	c Got one! Elapsed wall clock time (in seconds):12.107
3.24/12.23	o 47
3.24/12.26	c And the winner is solver0
3.31/12.73	c Got one! Elapsed wall clock time (in seconds):12.609
3.31/12.73	o 46
3.31/12.75	c And the winner is solver0
3.37/13.24	c Got one! Elapsed wall clock time (in seconds):13.111
3.37/13.24	o 38
3.37/13.25	c And the winner is solver0
3.40/13.74	c Got one! Elapsed wall clock time (in seconds):13.612
3.40/13.74	o 37
3.40/13.76	c And the winner is solver0
3.45/14.24	c Got one! Elapsed wall clock time (in seconds):14.114
3.45/14.24	o 36
3.45/14.26	c And the winner is solver0
3.51/14.74	c Got one! Elapsed wall clock time (in seconds):14.615
3.51/14.74	o 35
3.51/14.75	c And the winner is solver0
3.53/15.24	c Got one! Elapsed wall clock time (in seconds):15.117
3.53/15.24	o 34
3.64/15.30	c And the winner is solver0
3.67/15.74	c Got one! Elapsed wall clock time (in seconds):15.619
3.67/15.74	o 33
3.77/15.81	c And the winner is solver0
3.81/16.24	c Got one! Elapsed wall clock time (in seconds):16.12
3.81/16.24	o 31
3.81/16.26	c And the winner is solver0
3.88/16.75	c Got one! Elapsed wall clock time (in seconds):16.622
3.88/16.75	o 29
3.88/16.76	c And the winner is solver0
3.91/17.25	c Got one! Elapsed wall clock time (in seconds):17.124
3.91/17.25	o 23
4.01/17.35	c And the winner is solver0
4.13/17.75	c Got one! Elapsed wall clock time (in seconds):17.627
4.13/17.75	o 22
4.13/17.80	c And the winner is solver0
4.24/18.25	c Got one! Elapsed wall clock time (in seconds):18.129
4.24/18.25	o 21
4.33/18.32	c And the winner is solver0
4.38/18.76	c Got one! Elapsed wall clock time (in seconds):18.632
4.38/18.76	o 19
4.47/18.80	c And the winner is solver0
4.50/19.26	c Got one! Elapsed wall clock time (in seconds):19.135
4.50/19.26	o 17
4.57/19.38	c And the winner is solver0
4.76/19.76	c Got one! Elapsed wall clock time (in seconds):19.638
4.76/19.76	o 16
4.76/19.80	c And the winner is solver0
4.97/20.27	c Got one! Elapsed wall clock time (in seconds):20.141
4.97/20.27	o 15
4.97/20.28	c And the winner is solver0
5.02/20.77	c Got one! Elapsed wall clock time (in seconds):20.645
5.02/20.77	o 14
5.48/21.04	c And the winner is solver0
5.58/21.27	c Got one! Elapsed wall clock time (in seconds):21.149
5.58/21.27	o 12
5.62/21.39	c And the winner is solver0
5.82/21.78	c Got one! Elapsed wall clock time (in seconds):21.654
5.82/21.78	o 10
5.85/21.84	c And the winner is solver0
5.95/22.28	c Got one! Elapsed wall clock time (in seconds):22.16
5.95/22.28	o 7
5.97/22.37	c And the winner is solver0
6.15/22.79	c Got one! Elapsed wall clock time (in seconds):22.665
6.15/22.79	o 5
6.35/22.99	c cleaning 9804 clauses out of 19608 with flag 2087/22102
8.02/23.76	c cleaning 7903 clauses out of 15806 with flag 14396/28104
9.45/24.49	c cleaning 7451 clauses out of 14901 with flag 28570/35102
11.07/25.29	c cleaning 7725 clauses out of 15450 with flag 44906/43102
12.89/26.16	c cleaning 8362 clauses out of 16726 with flag 63147/52103
14.90/27.14	c cleaning 9181 clauses out of 18363 with flag 83363/62102
17.32/28.35	c cleaning 10089 clauses out of 20182 with flag 105493/73102
18.15/28.78	c And the winner is solver0
18.29/28.85	c Got one! Elapsed wall clock time (in seconds):28.723
18.29/28.85	o 4
18.57/29.02	c cleaning 7908 clauses out of 15819 with flag 2045/78828
19.37/29.48	c cleaning 6955 clauses out of 13911 with flag 14303/84828
20.57/30.02	c cleaning 6978 clauses out of 13957 with flag 28389/91829
21.77/30.66	c cleaning 7485 clauses out of 14978 with flag 44813/99828
23.37/31.44	c cleaning 8247 clauses out of 16493 with flag 63349/108828
25.37/32.42	c cleaning 9122 clauses out of 18246 with flag 84035/118828
27.57/33.52	c cleaning 10062 clauses out of 20125 with flag 106403/129829
28.80/34.20	c And the winner is solver0
28.99/34.37	c Got one! Elapsed wall clock time (in seconds):34.242
28.99/34.37	o 3
30.22/35.09	c cleaning 11332 clauses out of 22677 with flag 10275/142443
31.43/35.65	c cleaning 8671 clauses out of 17345 with flag 22431/148443
32.63/36.22	c cleaning 7834 clauses out of 15676 with flag 36764/155445
33.63/36.79	c cleaning 7916 clauses out of 15840 with flag 52859/163443
35.05/37.47	c cleaning 8461 clauses out of 16924 with flag 70959/172443
36.84/38.34	c cleaning 9228 clauses out of 18464 with flag 91385/182444
38.84/39.36	c cleaning 10116 clauses out of 20236 with flag 113875/193444
41.45/40.63	c cleaning 11059 clauses out of 22121 with flag 138239/205445
44.45/42.13	c cleaning 12030 clauses out of 24060 with flag 164888/218443
48.07/43.97	c cleaning 13010 clauses out of 26030 with flag 193474/232443
52.09/45.95	c cleaning 14012 clauses out of 28023 with flag 223901/247446
56.70/48.21	c cleaning 15001 clauses out of 30008 with flag 256617/263443
59.71/49.71	c And the winner is solver0
59.71/49.90	c Got one! Elapsed wall clock time (in seconds):49.78
59.71/49.90	o 2
62.07/51.12	c cleaning 16134 clauses out of 32271 with flag 10189/280707
63.49/51.84	c cleaning 11068 clauses out of 22137 with flag 22497/286707
64.88/52.56	c cleaning 9032 clauses out of 18067 with flag 36916/293705
66.28/53.25	c cleaning 8518 clauses out of 17036 with flag 53387/301706
68.11/54.11	c cleaning 8758 clauses out of 17517 with flag 71625/310705
69.92/55.10	c cleaning 9380 clauses out of 18761 with flag 92133/320707
72.13/56.16	c cleaning 10188 clauses out of 20380 with flag 114317/331706
74.74/57.41	c cleaning 11094 clauses out of 22192 with flag 138740/343706
77.57/58.89	c cleaning 12047 clauses out of 24097 with flag 165194/356705
80.99/60.51	c cleaning 13022 clauses out of 26050 with flag 193275/370705
85.08/62.59	c cleaning 14014 clauses out of 28029 with flag 223612/385706
89.79/64.75	c cleaning 15007 clauses out of 30015 with flag 256510/401706
94.67/67.12	c cleaning 16000 clauses out of 32009 with flag 291065/418707
100.44/69.81	c cleaning 17003 clauses out of 34007 with flag 327775/436705
106.84/72.84	c cleaning 17996 clauses out of 36004 with flag 366510/455705
114.06/76.41	c cleaning 19002 clauses out of 38008 with flag 407210/475705
121.73/80.22	c cleaning 20001 clauses out of 40005 with flag 449795/496705
129.97/84.30	c cleaning 21002 clauses out of 42004 with flag 494282/518705
139.40/89.09	c cleaning 21999 clauses out of 44003 with flag 541301/541706
149.41/94.02	c cleaning 22998 clauses out of 46003 with flag 590119/565705
160.67/99.65	c cleaning 24002 clauses out of 48005 with flag 640840/590705
165.10/101.88	c And the winner is solver0
165.15/101.97	c Got one! Elapsed wall clock time (in seconds):101.841
165.15/101.97	o 1
168.25/103.66	c cleaning 21371 clauses out of 42751 with flag 10166/609453
170.07/104.52	c cleaning 13688 clauses out of 27381 with flag 22290/615454
171.47/105.20	c cleaning 10343 clauses out of 20692 with flag 36360/622453
172.68/105.86	c cleaning 9174 clauses out of 18348 with flag 52545/630452
174.08/106.56	c cleaning 9085 clauses out of 18175 with flag 70654/639453
175.68/107.38	c cleaning 9543 clauses out of 19089 with flag 90867/649452
177.75/108.37	c cleaning 10269 clauses out of 20545 with flag 113390/660452
180.16/109.54	c cleaning 11139 clauses out of 22277 with flag 137665/672453
182.97/110.94	c cleaning 12064 clauses out of 24138 with flag 164000/685453
186.18/112.55	c cleaning 13034 clauses out of 26074 with flag 192285/699453
189.79/114.36	c cleaning 14017 clauses out of 28038 with flag 222591/714452
193.79/116.37	c cleaning 15005 clauses out of 30020 with flag 254874/730452
198.64/118.76	c cleaning 16007 clauses out of 32014 with flag 289001/747452
200.24/119.51	c And the winner is solver0
201.14/120.51	c >>>>>>>>>> Solver number 0 (49 answers) <<<<<<<<<<<<<<<<<<
201.14/120.51	c starts		: 262
201.14/120.51	c conflicts		: 754832
201.14/120.51	c decisions		: 766604
201.14/120.51	c propagations		: 5460143
201.14/120.51	c inspects		: 2144343731
201.14/120.51	c shortcuts		: 0
201.14/120.51	c learnt literals	: 13
201.14/120.51	c learnt binary clauses	: 100
201.14/120.51	c learnt ternary clauses	: 478
201.14/120.51	c learnt constraints	: 754818
201.14/120.51	c ignored constraints	: 0
201.14/120.51	c root simplifications	: 0
201.14/120.51	c removed literals (reason simplification)	: 5702136
201.14/120.51	c reason swapping (by a shorter reason)	: 0
201.14/120.51	c Calls to reduceDB	: 61
201.14/120.51	c Number of update (reduction) of LBD	: 7623
201.14/120.51	c Imported unit clauses	: 0
201.14/120.51	c number of reductions to clauses (during analyze)	: 0
201.14/120.51	c number of learned constraints concerned by reduction	: 0
201.14/120.51	c number of learning phase by resolution	: 0
201.14/120.51	c number of learning phase by cutting planes	: 0
201.14/120.51	c speed (assignments/second)	: 45575.25145027336
201.14/120.51	c non guided choices	682
201.14/120.51	c learnt constraints type 
201.14/120.51	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
201.14/120.51	c starts		: 84
201.14/120.51	c conflicts		: 8344
201.14/120.51	c decisions		: 17980
201.14/120.51	c propagations		: 72671
201.14/120.51	c inspects		: 93850717
201.14/120.51	c shortcuts		: 0
201.14/120.51	c learnt literals	: 0
201.14/120.51	c learnt binary clauses	: 0
201.14/120.51	c learnt ternary clauses	: 0
201.14/120.51	c learnt constraints	: 8313
201.14/120.51	c ignored constraints	: 0
201.14/120.51	c root simplifications	: 0
201.14/120.51	c removed literals (reason simplification)	: 0
201.14/120.51	c reason swapping (by a shorter reason)	: 0
201.14/120.51	c Calls to reduceDB	: 0
201.14/120.51	c Number of update (reduction) of LBD	: 0
201.14/120.51	c Imported unit clauses	: 0
201.14/120.51	c number of reductions to clauses (during analyze)	: 0
201.14/120.51	c number of learned constraints concerned by reduction	: 0
201.14/120.51	c number of learning phase by resolution	: 0
201.14/120.51	c number of learning phase by cutting planes	: 0
201.14/120.51	c speed (assignments/second)	: 4008.5498372772904
201.14/120.51	c non guided choices	586
201.14/120.51	c learnt constraints type 
201.14/120.51	s OPTIMUM FOUND
201.14/120.51	c Found 49 solution(s)
201.14/120.51	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 
201.14/120.52	c objective function=1
201.14/120.52	c Total wall clock time (in seconds): 120.391

Verifier Data

OK	1

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-4081371-1465233123/watcher-4081371-1465233123 -o /tmp/evaluation-result-4081371-1465233123/solver-4081371-1465233123 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25467 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081371-1465233123.opb 

pid=861
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.97 4.05 4.08 4/197 864
/proc/meminfo: memFree=30300508/32872528 swapFree=11252/530428
[pid=864] ppid=861 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/864/stat : 864 (java) R 861 864 25451 0 -1 4202496 159 0 0 0 0 0 0 0 20 0 1 0 105244051 278528 33 33554432000 1073741824 1073778376 140736601587792 140736601584968 211449638183 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/864/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 3.97 4.05 4.08 4/197 864
/proc/meminfo: memFree=30300508/32872528 swapFree=11252/530428
[pid=864] ppid=861 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/864/stat : 864 (java) S 861 864 25451 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 105244051 9787879424 6035 33554432000 1073741824 1073778376 140734678778656 140734678769792 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/864/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 3.97 4.05 4.08 4/197 864
/proc/meminfo: memFree=30300508/32872528 swapFree=11252/530428
[pid=864] ppid=861 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/864/stat : 864 (java) S 861 864 25451 0 -1 4202496 5435 0 1 0 27 2 0 0 20 0 22 0 105244051 10060525568 8411 33554432000 1073741824 1073778376 140734678778656 140734678769792 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/864/statm: 2456183 8411 2209 9 0 2446860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9824732

[startup+0.300227 s]
/proc/loadavg: 3.97 4.05 4.08 4/197 864
/proc/meminfo: memFree=30300508/32872528 swapFree=11252/530428
[pid=864] ppid=861 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/864/stat : 864 (java) S 861 864 25451 0 -1 4202496 7427 0 1 0 66 2 0 0 20 0 22 0 105244051 10060525568 9736 33554432000 1073741824 1073778376 140734678778656 140734678769792 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/864/statm: 2456183 9736 2227 9 0 2446860 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9824732

[startup+0.700161 s]
/proc/loadavg: 3.97 4.05 4.08 4/197 864
/proc/meminfo: memFree=30300508/32872528 swapFree=11252/530428
[pid=864] ppid=861 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/864/stat : 864 (java) S 861 864 25451 0 -1 4202496 18935 0 1 0 214 5 0 0 20 0 19 0 105244051 10060525568 22070 33554432000 1073741824 1073778376 140734678778656 140734678769792 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/864/statm: 2456183 22070 2253 9 0 2446860 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9824732

[startup+1.50077 s]
/proc/loadavg: 3.97 4.05 4.08 3/216 889
/proc/meminfo: memFree=30222308/32872528 swapFree=11252/530428
[pid=864] ppid=861 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/864/stat : 864 (java) S 861 864 25451 0 -1 4202496 24448 0 1 0 239 6 0 0 20 0 19 0 105244051 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 140734678769792 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/864/statm: 2456183 24654 2253 9 0 2446860 0
[pid=864/tid=866] ppid=861 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/864/task/866/stat : 866 (java) S 861 864 25451 0 -1 4202560 2408 0 1 0 11 2 0 0 20 0 19 0 105244052 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899417367416 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=867] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/867/stat : 867 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899378859048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=868] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/868/stat : 868 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899377806248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=869] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/869/stat : 869 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899376753448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=870] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/870/stat : 870 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899375700648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=871] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/871/stat : 871 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899374647848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=872] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/872/stat : 872 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899373595048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=873] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/873/stat : 873 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899372542248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=874] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/874/stat : 874 (java) S 861 864 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899371489448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=875] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/875/stat : 875 (java) S 861 864 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244054 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899240938472 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=876] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/876/stat : 876 (java) S 861 864 25451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899239884536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=877] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/877/stat : 877 (java) S 861 864 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899238831624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=878] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/878/stat : 878 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899237780112 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=879] ppid=861 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/864/task/879/stat : 879 (java) S 861 864 25451 0 -1 4202560 10715 0 0 0 67 1 0 0 20 0 19 0 105244057 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899236727224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=880] ppid=861 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/864/task/880/stat : 880 (java) S 861 864 25451 0 -1 4202560 9958 0 0 0 61 2 0 0 20 0 19 0 105244057 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899235674424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=881] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/881/stat : 881 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899234621816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=882] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/882/stat : 882 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139899233569224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=889] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/889/stat : 889 (java) S 861 864 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244122 10060525568 24654 33554432000 1073741824 1073778376 140734678778656 139898221736872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 3.97 4.05 4.08 3/216 895
/proc/meminfo: memFree=30212416/32872528 swapFree=11252/530428
[pid=864] ppid=861 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/864/stat : 864 (java) S 861 864 25451 0 -1 4202496 24476 0 1 0 239 6 0 0 20 0 19 0 105244051 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 140734678769792 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/864/statm: 2456183 28240 2254 9 0 2446860 0
[pid=864/tid=866] ppid=861 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/864/task/866/stat : 866 (java) S 861 864 25451 0 -1 4202560 2409 0 1 0 11 2 0 0 20 0 19 0 105244052 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899417367416 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=867] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/867/stat : 867 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899378859048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=868] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/868/stat : 868 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899377806248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=869] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/869/stat : 869 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899376753448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=870] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/870/stat : 870 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899375700648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=871] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/871/stat : 871 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899374647848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=872] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/872/stat : 872 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899373595048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=873] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/873/stat : 873 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899372542248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=874] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/874/stat : 874 (java) S 861 864 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899371489448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=875] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/875/stat : 875 (java) S 861 864 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244054 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899240938472 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=876] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/876/stat : 876 (java) S 861 864 25451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899239884536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=877] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/877/stat : 877 (java) S 861 864 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899238831624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=878] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/878/stat : 878 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899237780112 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=879] ppid=861 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/864/task/879/stat : 879 (java) S 861 864 25451 0 -1 4202560 10715 0 0 0 67 1 0 0 20 0 19 0 105244057 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899236727224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=880] ppid=861 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/864/task/880/stat : 880 (java) S 861 864 25451 0 -1 4202560 9958 0 0 0 61 2 0 0 20 0 19 0 105244057 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899235674424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=881] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/881/stat : 881 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899234621816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=882] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/882/stat : 882 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139899233569224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=889] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/889/stat : 889 (java) S 861 864 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244122 10060525568 28240 33554432000 1073741824 1073778376 140734678778656 139898221736872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=10 pid=1770 uid=0 cmd=

[startup+6.30081 s]
/proc/loadavg: 3.81 4.01 4.07 3/216 916
/proc/meminfo: memFree=30181196/32872528 swapFree=11252/530428
[pid=864] ppid=861 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/864/stat : 864 (java) S 861 864 25451 0 -1 4202496 24581 0 1 0 247 9 0 0 20 0 19 0 105244051 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 140734678769792 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/864/statm: 2456183 38096 2261 9 0 2446860 0
[pid=864/tid=866] ppid=861 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/864/task/866/stat : 866 (java) S 861 864 25451 0 -1 4202560 2410 0 1 0 11 2 0 0 20 0 19 0 105244052 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899417367416 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=867] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/867/stat : 867 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899378859048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=868] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/868/stat : 868 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899377806248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=869] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/869/stat : 869 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899376753448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=870] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/870/stat : 870 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899375700648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=871] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/871/stat : 871 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899374647848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=872] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/872/stat : 872 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899373595048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=873] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/873/stat : 873 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899372542248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=874] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/874/stat : 874 (java) S 861 864 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105244053 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899371489448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=875] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/875/stat : 875 (java) S 861 864 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 105244054 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899240938472 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=876] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/876/stat : 876 (java) S 861 864 25451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899239884536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=877] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/877/stat : 877 (java) S 861 864 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899238831624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=878] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/878/stat : 878 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899237780112 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=879] ppid=861 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/864/task/879/stat : 879 (java) S 861 864 25451 0 -1 4202560 10716 0 0 0 68 2 0 0 20 0 19 0 105244057 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899236727224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=880] ppid=861 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/864/task/880/stat : 880 (java) S 861 864 25451 0 -1 4202560 9969 0 0 0 65 2 0 0 20 0 19 0 105244057 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899235674424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=881] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/881/stat : 881 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899234621816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=882] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/882/stat : 882 (java) S 861 864 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139899233569224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=889] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/889/stat : 889 (java) S 861 864 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244122 10060525568 38096 33554432000 1073741824 1073778376 140734678778656 139898221736872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.56

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

/proc/864/task/876/stat : 876 (java) S 861 864 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105244055 10060525568 255711 33554432000 1073741824 1073778376 140734678778656 139899239884536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=877] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/877/stat : 877 (java) S 861 864 25451 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 105244055 10060525568 255711 33554432000 1073741824 1073778376 140734678778656 139899238831624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=878] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/878/stat : 878 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244057 10060525568 255711 33554432000 1073741824 1073778376 140734678778656 139899237780112 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=879] ppid=861 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/864/task/879/stat : 879 (java) S 861 864 25451 0 -1 4202560 10718 0 0 0 93 2 0 0 20 0 22 0 105244057 10060525568 255711 33554432000 1073741824 1073778376 140734678778656 139899236727224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=880] ppid=861 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/864/task/880/stat : 880 (java) S 861 864 25451 0 -1 4202560 18897 0 0 0 218 3 0 0 20 0 22 0 105244057 10060525568 255711 33554432000 1073741824 1073778376 140734678778656 139899235674424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=881] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/881/stat : 881 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244057 10060525568 255711 33554432000 1073741824 1073778376 140734678778656 139899234621816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=882] ppid=861 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/864/task/882/stat : 882 (java) S 861 864 25451 0 -1 4202560 8 0 0 0 1 2 0 0 20 0 22 0 105244057 10060525568 255711 33554432000 1073741824 1073778376 140734678778656 139899233569224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=889] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/889/stat : 889 (java) S 861 864 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105244122 10060525568 255711 33554432000 1073741824 1073778376 140734678778656 139898221736872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=1040] ppid=861 vsize=9824732 CPUtime=16.86 cores=0,2,4,6
/proc/864/task/1040/stat : 1040 (java) R 861 864 25451 0 -1 4202560 6 0 0 0 1686 0 0 0 20 0 22 0 105254263 10060525568 255711 33554432000 1073741824 1073778376 140734678778656 139898224885792 139899248840005 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=864/tid=1041] ppid=861 vsize=9824732 CPUtime=16.87 cores=0,2,4,6
/proc/864/task/1041/stat : 1041 (java) R 861 864 25451 0 -1 4202560 14 0 0 0 1687 0 0 0 20 0 22 0 105254263 10060525568 255711 33554432000 1073741824 1073778376 140734678778656 139898222787216 139899248925175 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=864/tid=1042] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/1042/stat : 1042 (java) S 861 864 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105254290 10060525568 255711 33554432000 1073741824 1073778376 140734678778656 139898223842216 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 199.54
Current children cumulated vsize (KiB) 9824732

[startup+120.008 s]
/proc/loadavg: 3.95 3.96 4.03 4/216 1042
/proc/meminfo: memFree=29156984/32872528 swapFree=11252/530428
[pid=864] ppid=861 vsize=9824732 CPUtime=200.53 cores=0,2,4,6
/proc/864/stat : 864 (java) S 861 864 25451 0 -1 4202496 35812 0 1 0 19944 109 0 0 20 0 19 0 105244051 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 140734678769792 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/864/statm: 2456183 255704 2275 9 0 2446860 0
[pid=864/tid=866] ppid=861 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/864/task/866/stat : 866 (java) R 861 864 25451 0 -1 4202560 2410 0 1 0 81 3 0 0 20 0 19 0 105244052 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899417367024 139899248580534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=864/tid=867] ppid=861 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/864/task/867/stat : 867 (java) S 861 864 25451 0 -1 4202560 93 0 0 0 27 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899378859048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=868] ppid=861 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/864/task/868/stat : 868 (java) S 861 864 25451 0 -1 4202560 65 0 0 0 29 3 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899377806248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=869] ppid=861 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/864/task/869/stat : 869 (java) S 861 864 25451 0 -1 4202560 59 0 0 0 28 3 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899376753448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=870] ppid=861 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/864/task/870/stat : 870 (java) S 861 864 25451 0 -1 4202560 89 0 0 0 32 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899375700648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=871] ppid=861 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/864/task/871/stat : 871 (java) S 861 864 25451 0 -1 4202560 78 0 0 0 33 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899374647848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=872] ppid=861 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/864/task/872/stat : 872 (java) S 861 864 25451 0 -1 4202560 77 0 0 0 31 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899373595048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=873] ppid=861 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/864/task/873/stat : 873 (java) S 861 864 25451 0 -1 4202560 64 0 0 0 27 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899372542248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=874] ppid=861 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/864/task/874/stat : 874 (java) S 861 864 25451 0 -1 4202560 97 0 0 0 35 3 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899371489448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=875] ppid=861 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/864/task/875/stat : 875 (java) S 861 864 25451 0 -1 4202560 542 0 0 0 2 7 0 0 20 0 19 0 105244054 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899240938472 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=876] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/876/stat : 876 (java) S 861 864 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899239884536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=877] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/877/stat : 877 (java) S 861 864 25451 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899238831624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=878] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/878/stat : 878 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899237780112 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=879] ppid=861 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/864/task/879/stat : 879 (java) S 861 864 25451 0 -1 4202560 10718 0 0 0 96 2 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899236727224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=880] ppid=861 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/864/task/880/stat : 880 (java) S 861 864 25451 0 -1 4202560 18897 0 0 0 218 3 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899235674424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=881] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/881/stat : 881 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899234621816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=882] ppid=861 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/864/task/882/stat : 882 (java) S 861 864 25451 0 -1 4202560 8 0 0 0 1 2 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899233569224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=889] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/889/stat : 889 (java) S 861 864 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244122 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139898221736872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 200.53
Current children cumulated vsize (KiB) 9824732

[startup+120.401 s]
/proc/loadavg: 3.95 3.96 4.03 4/216 1042
/proc/meminfo: memFree=29156984/32872528 swapFree=11252/530428
[pid=864] ppid=861 vsize=9824732 CPUtime=200.92 cores=0,2,4,6
/proc/864/stat : 864 (java) S 861 864 25451 0 -1 4202496 35812 0 1 0 19983 109 0 0 20 0 19 0 105244051 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 140734678769792 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/864/statm: 2456183 255704 2275 9 0 2446860 0
[pid=864/tid=866] ppid=861 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/864/task/866/stat : 866 (java) R 861 864 25451 0 -1 4202560 2410 0 1 0 120 3 0 0 20 0 19 0 105244052 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899417367080 139899248580546 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=864/tid=867] ppid=861 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/864/task/867/stat : 867 (java) S 861 864 25451 0 -1 4202560 93 0 0 0 27 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899378859048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=868] ppid=861 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/864/task/868/stat : 868 (java) S 861 864 25451 0 -1 4202560 65 0 0 0 29 3 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899377806248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=869] ppid=861 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/864/task/869/stat : 869 (java) S 861 864 25451 0 -1 4202560 59 0 0 0 28 3 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899376753448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=870] ppid=861 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/864/task/870/stat : 870 (java) S 861 864 25451 0 -1 4202560 89 0 0 0 32 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899375700648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=871] ppid=861 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/864/task/871/stat : 871 (java) S 861 864 25451 0 -1 4202560 78 0 0 0 33 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899374647848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=872] ppid=861 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/864/task/872/stat : 872 (java) S 861 864 25451 0 -1 4202560 77 0 0 0 31 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899373595048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=873] ppid=861 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/864/task/873/stat : 873 (java) S 861 864 25451 0 -1 4202560 64 0 0 0 27 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899372542248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=874] ppid=861 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/864/task/874/stat : 874 (java) S 861 864 25451 0 -1 4202560 97 0 0 0 35 3 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899371489448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=875] ppid=861 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/864/task/875/stat : 875 (java) S 861 864 25451 0 -1 4202560 542 0 0 0 2 7 0 0 20 0 19 0 105244054 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899240938472 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=876] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/876/stat : 876 (java) S 861 864 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899239884536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=877] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/877/stat : 877 (java) S 861 864 25451 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899238831624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=878] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/878/stat : 878 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899237780112 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=879] ppid=861 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/864/task/879/stat : 879 (java) S 861 864 25451 0 -1 4202560 10718 0 0 0 96 2 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899236727224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=880] ppid=861 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/864/task/880/stat : 880 (java) S 861 864 25451 0 -1 4202560 18897 0 0 0 218 3 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899235674424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=881] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/881/stat : 881 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899234621816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=882] ppid=861 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/864/task/882/stat : 882 (java) S 861 864 25451 0 -1 4202560 8 0 0 0 1 2 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899233569224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=889] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/889/stat : 889 (java) S 861 864 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244122 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139898221736872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 200.92
Current children cumulated vsize (KiB) 9824732

[startup+120.501 s]
/proc/loadavg: 3.95 3.96 4.03 4/216 1042
/proc/meminfo: memFree=29156984/32872528 swapFree=11252/530428
[pid=864] ppid=861 vsize=9824732 CPUtime=201.02 cores=0,2,4,6
/proc/864/stat : 864 (java) S 861 864 25451 0 -1 4202496 35812 0 1 0 19993 109 0 0 20 0 19 0 105244051 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 140734678769792 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/864/statm: 2456183 255704 2275 9 0 2446860 0
[pid=864/tid=866] ppid=861 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/864/task/866/stat : 866 (java) R 861 864 25451 0 -1 4202560 2410 0 1 0 130 3 0 0 20 0 19 0 105244052 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899417367080 139899248580534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=864/tid=867] ppid=861 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/864/task/867/stat : 867 (java) S 861 864 25451 0 -1 4202560 93 0 0 0 27 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899378859048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=868] ppid=861 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/864/task/868/stat : 868 (java) S 861 864 25451 0 -1 4202560 65 0 0 0 29 3 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899377806248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=869] ppid=861 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/864/task/869/stat : 869 (java) S 861 864 25451 0 -1 4202560 59 0 0 0 28 3 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899376753448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=870] ppid=861 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/864/task/870/stat : 870 (java) S 861 864 25451 0 -1 4202560 89 0 0 0 32 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899375700648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=864/tid=871] ppid=861 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/864/task/871/stat : 871 (java) S 861 864 25451 0 -1 4202560 78 0 0 0 33 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899374647848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=872] ppid=861 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/864/task/872/stat : 872 (java) S 861 864 25451 0 -1 4202560 77 0 0 0 31 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899373595048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=873] ppid=861 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/864/task/873/stat : 873 (java) S 861 864 25451 0 -1 4202560 64 0 0 0 27 2 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899372542248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=874] ppid=861 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/864/task/874/stat : 874 (java) S 861 864 25451 0 -1 4202560 97 0 0 0 35 3 0 0 20 0 19 0 105244053 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899371489448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=875] ppid=861 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/864/task/875/stat : 875 (java) S 861 864 25451 0 -1 4202560 542 0 0 0 2 7 0 0 20 0 19 0 105244054 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899240938472 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=876] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/876/stat : 876 (java) S 861 864 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899239884536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=877] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/877/stat : 877 (java) S 861 864 25451 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 105244055 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899238831624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=878] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/878/stat : 878 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899237780112 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=864/tid=879] ppid=861 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/864/task/879/stat : 879 (java) S 861 864 25451 0 -1 4202560 10718 0 0 0 96 2 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899236727224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=880] ppid=861 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/864/task/880/stat : 880 (java) S 861 864 25451 0 -1 4202560 18897 0 0 0 218 3 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899235674424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=881] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/881/stat : 881 (java) S 861 864 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899234621816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=864/tid=882] ppid=861 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/864/task/882/stat : 882 (java) S 861 864 25451 0 -1 4202560 8 0 0 0 1 2 0 0 20 0 19 0 105244057 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139899233569224 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=864/tid=889] ppid=861 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/864/task/889/stat : 889 (java) S 861 864 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244122 10060525568 255704 33554432000 1073741824 1073778376 140734678778656 139898221736872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 201.02
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.120014
#  lost CPU user time (s): 0.17001
#  lost CPU system time (s): -0.05

Real time (s): 120.527
CPU time (s): 201.333
CPU user time (s): 200.104
CPU system time (s): 1.22981
CPU usage (%): 167.044
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 199.934
system time used= 1.27981
maximum resident set size= 1023168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35825
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7214
involuntary context switches= 6619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.864868 second user time and 1.11183 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 19:12:03
IDJOB=4081371
IDBENCH=2928
IDSOLVER=2543
FILE ID=node141/4081371-1465233123
RUNJOBID= node141-1465216745-25467
PBS_JOBID= 19843201
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081371-1465233123/watcher-4081371-1465233123 -o /tmp/evaluation-result-4081371-1465233123/solver-4081371-1465233123 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25467 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081371-1465233123.opb

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1655794448

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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.876
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.876
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.876
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.876
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:        30301688 kB
Buffers:           23980 kB
Cached:            56112 kB
SwapCached:         1776 kB
Active:          1279264 kB
Inactive:          59744 kB
Active(anon):    1255384 kB
Inactive(anon):     5760 kB
Active(file):      23880 kB
Inactive(file):    53984 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098112 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       1917108 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             566564 kB
SReclaimable:      10316 kB
SUnreclaim:       556248 kB
KernelStack:        1808 kB
PageTables:         7712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1980816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1855488 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= 71748 MiB
End job on node141 at 2016-06-06 19:14:03