Trace number 4119429

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)55260 1800.54 921.256

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-faclay30h.opb
MD5SUM3269479903955f93d765158140fce114
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54002
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables436
Total number of constraints8121
Number of constraints which are clauses8120
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 8640
Biggest coefficient in the objective function 65126
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 550298
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 65126
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 550298
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)8204
Sum of products size (including duplicates)16408
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.00/0.09	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-4119429-1467255674.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
2.20/0.97	c ... done. Wall clock time 0.854s.
2.20/0.97	c declared #vars     436
2.20/0.97	c internal #vars     8640
2.20/0.97	c #constraints  24530
2.20/0.97	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.20/0.97	c constraints type 
2.20/0.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16324
2.20/0.97	c org.sat4j.specs.Constr$1 => 1
2.20/0.97	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.20/0.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8204
2.20/0.97	c 24530 constraints processed.
2.20/0.97	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.20/0.97	c constraints type 
2.20/0.97	c org.sat4j.specs.Constr$1 => 1
2.20/0.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16324
2.20/0.97	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.20/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8204
2.20/0.98	c 24530 constraints processed.
2.20/0.98	c objective function length is 8640 literals
3.71/1.30	c And the winner is solver0
4.00/1.48	c SATISFIABLE
4.00/1.48	c OPTIMIZING...
4.00/1.48	c Got one! Elapsed wall clock time (in seconds):1.366
4.00/1.48	o 55984
4.58/1.66	c And the winner is solver0
5.27/2.04	c Got one! Elapsed wall clock time (in seconds):1.919
5.27/2.04	o 55981
5.47/2.18	c And the winner is solver0
6.00/2.56	c Got one! Elapsed wall clock time (in seconds):2.444
6.00/2.56	o 55968
6.10/2.61	c And the winner is solver0
6.23/3.08	c Got one! Elapsed wall clock time (in seconds):2.962
6.23/3.08	o 55940
6.27/3.10	c And the winner is solver0
6.31/3.59	c Got one! Elapsed wall clock time (in seconds):3.476
6.31/3.59	o 55937
6.31/3.67	c And the winner is solver0
7.17/4.34	c Got one! Elapsed wall clock time (in seconds):4.22
7.17/4.34	o 55934
7.17/4.36	c And the winner is solver0
7.23/4.85	c Got one! Elapsed wall clock time (in seconds):4.731
7.23/4.85	o 55924
7.23/4.87	c And the winner is solver0
7.27/5.36	c Got one! Elapsed wall clock time (in seconds):5.244
7.27/5.36	o 55921
7.27/5.39	c And the winner is solver0
7.95/6.07	c Got one! Elapsed wall clock time (in seconds):5.955
7.95/6.07	o 55908
8.04/6.10	c And the winner is solver0
8.64/6.79	c Got one! Elapsed wall clock time (in seconds):6.668
8.64/6.79	o 55880
8.72/6.80	c And the winner is solver0
8.74/7.30	c Got one! Elapsed wall clock time (in seconds):7.179
8.74/7.30	o 55877
10.00/7.99	c And the winner is solver0
10.35/8.31	c Got one! Elapsed wall clock time (in seconds):8.19
10.35/8.31	o 55868
10.35/8.37	c And the winner is solver0
10.55/8.82	c Got one! Elapsed wall clock time (in seconds):8.701
10.55/8.82	o 55865
15.30/11.01	c And the winner is solver0
15.46/11.33	c Got one! Elapsed wall clock time (in seconds):11.212
15.46/11.33	o 55839
20.63/13.88	c cleaning 3280 clauses out of 6566 with flag 6412/6566
22.42/14.73	c And the winner is solver0
22.56/14.84	c Got one! Elapsed wall clock time (in seconds):14.726
22.56/14.84	o 55837
22.56/14.88	c And the winner is solver0
22.67/15.36	c Got one! Elapsed wall clock time (in seconds):15.238
22.67/15.36	o 55831
22.67/15.39	c And the winner is solver0
22.75/15.87	c Got one! Elapsed wall clock time (in seconds):15.749
22.75/15.87	o 55800
22.79/15.94	c And the winner is solver0
23.44/16.58	c Got one! Elapsed wall clock time (in seconds):16.462
23.44/16.58	o 55794
23.54/16.61	c And the winner is solver0
23.55/17.10	c Got one! Elapsed wall clock time (in seconds):16.974
23.55/17.10	o 55784
23.55/17.13	c And the winner is solver0
24.29/17.80	c Got one! Elapsed wall clock time (in seconds):17.686
24.29/17.80	o 55771
24.29/17.83	c And the winner is solver0
24.34/18.32	c Got one! Elapsed wall clock time (in seconds):18.198
24.34/18.32	o 55740
24.69/18.59	c And the winner is solver0
25.49/19.28	c Got one! Elapsed wall clock time (in seconds):19.162
25.49/19.28	o 55722
27.67/20.39	c And the winner is solver0
28.17/20.80	c Got one! Elapsed wall clock time (in seconds):20.675
28.17/20.80	o 55710
33.22/23.33	c cleaning 4522 clauses out of 9046 with flag 6377/12326
43.81/28.56	c cleaning 5259 clauses out of 10523 with flag 19068/18325
52.70/32.94	c And the winner is solver0
53.26/33.47	c Got one! Elapsed wall clock time (in seconds):33.348
53.26/33.47	o 55701
53.37/33.53	c And the winner is solver0
54.02/34.18	c Got one! Elapsed wall clock time (in seconds):34.061
54.02/34.18	o 55700
54.09/34.21	c And the winner is solver0
54.12/34.69	c Got one! Elapsed wall clock time (in seconds):34.573
54.12/34.69	o 55697
54.54/34.99	c And the winner is solver0
55.13/35.40	c Got one! Elapsed wall clock time (in seconds):35.285
55.13/35.40	o 55686
55.13/35.42	c And the winner is solver0
55.16/35.92	c Got one! Elapsed wall clock time (in seconds):35.798
55.16/35.92	o 55670
55.16/35.94	c And the winner is solver0
55.19/36.43	c Got one! Elapsed wall clock time (in seconds):36.31
55.19/36.43	o 55667
55.19/36.46	c And the winner is solver0
55.25/36.94	c Got one! Elapsed wall clock time (in seconds):36.823
55.25/36.94	o 55658
55.25/36.96	c And the winner is solver0
55.28/37.45	c Got one! Elapsed wall clock time (in seconds):37.336
55.28/37.45	o 55657
55.28/37.48	c And the winner is solver0
55.31/37.97	c Got one! Elapsed wall clock time (in seconds):37.849
55.31/37.97	o 55654
55.37/38.01	c And the winner is solver0
55.42/38.48	c Got one! Elapsed wall clock time (in seconds):38.362
55.42/38.48	o 55623
55.55/38.61	c And the winner is solver0
55.85/38.99	c Got one! Elapsed wall clock time (in seconds):38.875
55.85/38.99	o 55620
55.85/39.01	c And the winner is solver0
55.88/39.51	c Got one! Elapsed wall clock time (in seconds):39.387
55.88/39.51	o 55610
55.88/39.53	c And the winner is solver0
55.91/40.02	c Got one! Elapsed wall clock time (in seconds):39.899
55.91/40.02	o 55607
55.91/40.05	c And the winner is solver0
55.98/40.53	c Got one! Elapsed wall clock time (in seconds):40.411
55.98/40.53	o 55598
55.98/40.55	c And the winner is solver0
56.02/41.04	c Got one! Elapsed wall clock time (in seconds):40.923
56.02/41.04	o 55597
56.02/41.06	c And the winner is solver0
56.05/41.55	c Got one! Elapsed wall clock time (in seconds):41.435
56.05/41.55	o 55594
56.05/41.59	c And the winner is solver0
56.14/42.06	c Got one! Elapsed wall clock time (in seconds):41.946
56.14/42.06	o 55563
57.59/42.80	c And the winner is solver0
57.99/43.23	c Got one! Elapsed wall clock time (in seconds):43.109
57.99/43.23	o 55554
57.99/43.25	c And the winner is solver0
58.02/43.74	c Got one! Elapsed wall clock time (in seconds):43.62
58.02/43.74	o 55551
63.02/46.25	c And the winner is solver0
63.57/46.75	c Got one! Elapsed wall clock time (in seconds):46.633
63.57/46.75	o 55537
64.10/47.05	c And the winner is solver0
64.65/47.51	c Got one! Elapsed wall clock time (in seconds):47.395
64.65/47.51	o 55525
68.50/49.37	c cleaning 8635 clauses out of 17277 with flag 4353/30338
74.97/52.59	c And the winner is solver0
75.48/53.03	c Got one! Elapsed wall clock time (in seconds):52.908
75.48/53.03	o 55523
76.60/53.65	c And the winner is solver0
76.79/54.04	c Got one! Elapsed wall clock time (in seconds):53.92
76.79/54.04	o 55476
76.90/54.13	c And the winner is solver0
77.55/54.75	c Got one! Elapsed wall clock time (in seconds):54.633
77.55/54.75	o 55459
77.55/54.78	c And the winner is solver0
77.66/55.26	c Got one! Elapsed wall clock time (in seconds):55.146
77.66/55.26	o 55457
77.66/55.29	c And the winner is solver0
77.72/55.78	c Got one! Elapsed wall clock time (in seconds):55.658
77.72/55.78	o 55426
77.74/55.88	c And the winner is solver0
78.44/56.49	c Got one! Elapsed wall clock time (in seconds):56.371
78.44/56.49	o 55408
80.14/57.35	c cleaning 7264 clauses out of 14548 with flag 2069/36244
80.72/57.60	c And the winner is solver0
81.02/58.00	c Got one! Elapsed wall clock time (in seconds):57.884
81.02/58.00	o 55396
89.91/62.34	c cleaning 6293 clauses out of 12599 with flag 10637/41559
100.11/67.42	c cleaning 6149 clauses out of 12307 with flag 23216/47560
111.92/73.39	c cleaning 6577 clauses out of 13157 with flag 37254/54559
126.83/80.72	c cleaning 7284 clauses out of 14579 with flag 53598/62558
142.02/88.32	c cleaning 8141 clauses out of 16296 with flag 71830/71559
159.61/97.13	c cleaning 9068 clauses out of 18156 with flag 92222/81560
179.03/106.78	c cleaning 10042 clauses out of 20088 with flag 115899/92560
200.01/117.24	c cleaning 11014 clauses out of 22044 with flag 140964/104558
225.17/129.77	c cleaning 12014 clauses out of 24033 with flag 168482/117561
250.20/142.14	c cleaning 12995 clauses out of 26016 with flag 197445/131558
278.73/156.34	c cleaning 13999 clauses out of 28021 with flag 228970/146558
296.55/165.34	c And the winner is solver0
297.54/166.23	c Got one! Elapsed wall clock time (in seconds):166.114
297.54/166.23	o 55387
307.05/171.05	c cleaning 13721 clauses out of 27458 with flag 10684/159994
318.25/176.61	c cleaning 9857 clauses out of 19735 with flag 23637/165992
330.84/182.97	c cleaning 8426 clauses out of 16878 with flag 38473/172992
333.84/184.43	c And the winner is solver0
334.68/185.25	c Got one! Elapsed wall clock time (in seconds):185.131
334.68/185.25	o 55380
341.60/188.77	c cleaning 7109 clauses out of 14243 with flag 8371/178783
349.15/192.42	c And the winner is solver0
349.99/193.22	c Got one! Elapsed wall clock time (in seconds):193.098
349.99/193.22	o 55368
350.14/193.32	c And the winner is solver0
350.25/193.73	c Got one! Elapsed wall clock time (in seconds):193.613
350.25/193.73	o 55363
350.25/193.76	c And the winner is solver0
350.30/194.25	c Got one! Elapsed wall clock time (in seconds):194.129
350.30/194.25	o 55362
350.30/194.28	c And the winner is solver0
350.38/194.76	c Got one! Elapsed wall clock time (in seconds):194.644
350.38/194.76	o 55353
350.38/194.79	c And the winner is solver0
350.44/195.28	c Got one! Elapsed wall clock time (in seconds):195.16
350.44/195.28	o 55340
350.46/195.34	c And the winner is solver0
350.58/195.79	c Got one! Elapsed wall clock time (in seconds):195.675
350.58/195.79	o 55318
350.59/195.82	c And the winner is solver0
350.65/196.31	c Got one! Elapsed wall clock time (in seconds):196.19
350.65/196.31	o 55309
351.01/196.55	c And the winner is solver0
351.30/196.82	c Got one! Elapsed wall clock time (in seconds):196.706
351.30/196.82	o 55300
351.30/196.90	c And the winner is solver0
351.50/197.34	c Got one! Elapsed wall clock time (in seconds):197.221
351.50/197.34	o 55291
352.59/197.91	c And the winner is solver0
353.31/198.66	c Got one! Elapsed wall clock time (in seconds):198.537
353.31/198.66	o 55273
353.44/198.79	c And the winner is solver0
353.72/199.17	c Got one! Elapsed wall clock time (in seconds):199.052
353.72/199.17	o 55260
355.35/200.08	c cleaning 6749 clauses out of 13526 with flag 2063/185175
365.95/205.35	c cleaning 6383 clauses out of 12779 with flag 14777/191177
378.99/211.77	c cleaning 6690 clauses out of 13395 with flag 29630/198176
393.19/218.87	c cleaning 7343 clauses out of 14704 with flag 46281/206175
409.19/226.88	c cleaning 8172 clauses out of 16361 with flag 65009/215175
426.41/235.43	c cleaning 9086 clauses out of 18190 with flag 86354/225176
444.79/244.66	c cleaning 10046 clauses out of 20105 with flag 110252/236177
464.59/254.54	c cleaning 11026 clauses out of 22059 with flag 136289/248177
488.75/266.43	c cleaning 12009 clauses out of 24032 with flag 166236/261176
517.72/280.89	c cleaning 13012 clauses out of 26024 with flag 215478/275177
553.19/298.55	c cleaning 14006 clauses out of 28011 with flag 268867/290176
589.34/316.58	c cleaning 15000 clauses out of 30004 with flag 327488/306175
626.48/334.95	c cleaning 16003 clauses out of 32005 with flag 392102/323176
665.05/354.08	c cleaning 17001 clauses out of 34002 with flag 455054/341176
710.28/376.80	c cleaning 18001 clauses out of 36001 with flag 523066/360176
754.68/398.97	c cleaning 19001 clauses out of 38001 with flag 594312/380177
800.63/421.88	c cleaning 19996 clauses out of 39999 with flag 663209/401176
845.98/444.37	c cleaning 20996 clauses out of 42002 with flag 732608/423175
901.33/471.63	c cleaning 22002 clauses out of 44006 with flag 803148/446175
966.67/504.61	c cleaning 23000 clauses out of 46005 with flag 879042/470176
1023.29/532.66	c cleaning 24002 clauses out of 48004 with flag 957767/495175
1086.09/565.09	c cleaning 24999 clauses out of 50002 with flag 1047519/521175
1150.99/597.22	c cleaning 26002 clauses out of 52004 with flag 1143160/548176
1222.50/632.56	c cleaning 27001 clauses out of 54001 with flag 1241494/576175
1295.70/669.88	c cleaning 27993 clauses out of 56000 with flag 1345476/605175
1370.22/706.91	c cleaning 29001 clauses out of 58008 with flag 1447362/635176
1443.64/743.44	c cleaning 29998 clauses out of 60006 with flag 1561801/666175
1519.95/781.19	c cleaning 31005 clauses out of 62009 with flag 1692552/698176
1597.90/819.86	c cleaning 32003 clauses out of 64006 with flag 1834817/731178
1698.60/870.88	c cleaning 33000 clauses out of 66003 with flag 1984004/765178
1785.25/913.81	c cleaning 34000 clauses out of 68001 with flag 2144364/800176
1800.05/921.20	c >>>>>>>>>> Solver number 0 (64 answers) <<<<<<<<<<<<<<<<<<
1800.05/921.20	c starts		: 160
1800.05/921.20	c conflicts		: 806180
1800.05/921.20	c decisions		: 915566
1800.05/921.20	c propagations		: 41261175
1800.05/921.20	c inspects		: 1498884703
1800.05/921.20	c shortcuts		: 0
1800.05/921.20	c learnt literals	: 0
1800.05/921.20	c learnt binary clauses	: 1
1800.05/921.20	c learnt ternary clauses	: 865
1800.05/921.20	c learnt constraints	: 806179
1800.05/921.20	c ignored constraints	: 0
1800.05/921.20	c root simplifications	: 0
1800.05/921.20	c removed literals (reason simplification)	: 114586977
1800.05/921.20	c reason swapping (by a shorter reason)	: 0
1800.05/921.20	c Calls to reduceDB	: 51
1800.05/921.20	c Number of update (reduction) of LBD	: 1145
1800.05/921.20	c Imported unit clauses	: 0
1800.05/921.20	c number of reductions to clauses (during analyze)	: 0
1800.05/921.20	c number of learned constraints concerned by reduction	: 0
1800.05/921.20	c number of learning phase by resolution	: 0
1800.05/921.20	c number of learning phase by cutting planes	: 0
1800.05/921.20	c speed (assignments/second)	: 44840.671265077326
1800.05/921.20	c non guided choices	0
1800.05/921.22	c learnt constraints type 
1800.05/921.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.05/921.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40004
1800.05/921.22	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/921.22	c starts		: 72
1800.05/921.22	c conflicts		: 1125
1800.05/921.22	c decisions		: 15104
1800.05/921.22	c propagations		: 513017
1800.05/921.22	c inspects		: 54133264
1800.05/921.22	c shortcuts		: 0
1800.05/921.22	c learnt literals	: 0
1800.05/921.22	c learnt binary clauses	: 0
1800.05/921.22	c learnt ternary clauses	: 2
1800.05/921.22	c learnt constraints	: 1100
1800.05/921.22	c ignored constraints	: 0
1800.05/921.22	c root simplifications	: 0
1800.05/921.22	c removed literals (reason simplification)	: 0
1800.05/921.22	c reason swapping (by a shorter reason)	: 0
1800.05/921.22	c Calls to reduceDB	: 0
1800.05/921.22	c Number of update (reduction) of LBD	: 0
1800.05/921.22	c Imported unit clauses	: 0
1800.05/921.22	c number of reductions to clauses (during analyze)	: 0
1800.05/921.22	c number of learned constraints concerned by reduction	: 0
1800.05/921.22	c number of learning phase by resolution	: 0
1800.05/921.22	c number of learning phase by cutting planes	: 0
1800.05/921.22	c speed (assignments/second)	: 710.5193544321505
1800.05/921.22	c non guided choices	0
1800.05/921.22	c learnt constraints type 
1800.05/921.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.05/921.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1097
1800.05/921.22	s SATISFIABLE
1800.05/921.22	c Found 64 solution(s)
1800.05/921.22	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 
1800.05/921.22	c objective function=55260
1800.05/921.22	c Total wall clock time (in seconds): 921.101

Verifier Data

OK	55260

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

pid=11172
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.66 4.22 4.04 4/198 11175
/proc/meminfo: memFree=27080040/32872528 swapFree=480236/529292
[pid=11175] ppid=11172 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (java) R 11172 11175 6228 0 -1 4202496 466 0 0 0 0 0 0 0 20 0 1 0 4587376 9379840 122 33554432000 1073741824 1073778376 140734084311584 140734084308712 211462164960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2290 124 96 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 4.66 4.22 4.04 4/198 11175
/proc/meminfo: memFree=27080040/32872528 swapFree=480236/529292
[pid=11175] ppid=11172 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11175/stat : 11175 (java) S 11172 11175 6228 0 -1 4202496 4459 0 1 0 8 1 0 0 20 0 18 0 4587376 9787879424 5583 33554432000 1073741824 1073778376 140734084311584 140734084302720 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2389619 5583 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200207 s]
/proc/loadavg: 4.66 4.22 4.04 4/198 11175
/proc/meminfo: memFree=27080040/32872528 swapFree=480236/529292
[pid=11175] ppid=11172 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/11175/stat : 11175 (java) S 11172 11175 6228 0 -1 4202496 4635 0 1 0 21 1 0 0 20 0 18 0 4587376 9787879424 6748 33554432000 1073741824 1073778376 140734084311584 140734084302720 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2389619 6750 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300205 s]
/proc/loadavg: 4.66 4.22 4.04 4/198 11175
/proc/meminfo: memFree=27080040/32872528 swapFree=480236/529292
[pid=11175] ppid=11172 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/11175/stat : 11175 (java) S 11172 11175 6228 0 -1 4202496 5860 0 1 0 44 1 0 0 20 0 18 0 4587376 9787879424 8539 33554432000 1073741824 1073778376 140734084311584 140734084302720 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2389619 8539 2240 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 4.66 4.22 4.04 4/198 11175
/proc/meminfo: memFree=27080040/32872528 swapFree=480236/529292
[pid=11175] ppid=11172 vsize=9558476 CPUtime=1.61 cores=1,3,5,7
/proc/11175/stat : 11175 (java) S 11172 11175 6228 0 -1 4202496 32176 0 1 0 154 7 0 0 20 0 18 0 4587376 9787879424 33663 33554432000 1073741824 1073778376 140734084311584 140734084302720 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2389619 33663 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 4.69 4.23 4.05 7/220 11197
/proc/meminfo: memFree=26934876/32872528 swapFree=480236/529292
[pid=11175] ppid=11172 vsize=9824732 CPUtime=4.22 cores=1,3,5,7
/proc/11175/stat : 11175 (java) S 11172 11175 6228 0 -1 4202496 43094 0 1 0 411 11 0 0 20 0 19 0 4587376 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140734084302720 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2456183 37741 2268 9 0 2446860 0
[pid=11175/tid=11177] ppid=11172 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/11175/task/11177/stat : 11177 (java) R 11172 11175 6228 0 -1 4202560 2490 0 1 0 94 2 0 0 20 0 19 0 4587377 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295786697176 140295659317840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11178] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11178/stat : 11178 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4587378 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295630710952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11179] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11179/stat : 11179 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4587378 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295629658408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11180] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11180/stat : 11180 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4587378 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295628605864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11181] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11181/stat : 11181 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4587378 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295627553320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11182] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11182/stat : 11182 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4587378 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295626500776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11183] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11183/stat : 11183 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4587378 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295625448232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11184] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11184/stat : 11184 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4587378 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295624395688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11185] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11185/stat : 11185 (java) S 11172 11175 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4587378 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295623343144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11186] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11186/stat : 11186 (java) S 11172 11175 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4587379 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295610931304 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11187] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11187/stat : 11187 (java) S 11172 11175 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4587380 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295609877624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11188] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11188/stat : 11188 (java) S 11172 11175 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4587380 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295608824968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11189] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11189/stat : 11189 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4587382 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295607773712 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11190] ppid=11172 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/11175/task/11190/stat : 11190 (java) R 11172 11175 6228 0 -1 4202560 17644 0 0 0 121 4 0 0 20 0 19 0 4587382 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295606708464 140295792844292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11191] ppid=11172 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/11175/task/11191/stat : 11191 (java) R 11172 11175 6228 0 -1 4202560 21642 0 0 0 121 4 0 0 20 0 19 0 4587382 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295605667760 140295790814587 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11192] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11192/stat : 11192 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4587382 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295604616184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11193] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11193/stat : 11193 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4587382 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295603563848 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11197] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11197/stat : 11197 (java) S 11172 11175 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4587479 10060525568 37741 33554432000 1073741824 1073778376 140734084311584 140295599301800 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 4.69 4.23 4.05 6/218 11203
/proc/meminfo: memFree=26905436/32872528 swapFree=480236/529292
[pid=11175] ppid=11172 vsize=9824732 CPUtime=6.27 cores=1,3,5,7
/proc/11175/stat : 11175 (java) S 11172 11175 6228 0 -1 4202496 44822 0 1 0 610 17 0 0 20 0 22 0 4587376 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140734084302720 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2456183 52243 2276 9 0 2446860 0
[pid=11175/tid=11177] ppid=11172 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/11175/task/11177/stat : 11177 (java) S 11172 11175 6228 0 -1 4202560 2499 0 1 0 104 2 0 0 20 0 22 0 4587377 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295786697592 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11178] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11178/stat : 11178 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587378 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295630710952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11179] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11179/stat : 11179 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587378 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295629658408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11180] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11180/stat : 11180 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587378 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295628605864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11181] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11181/stat : 11181 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587378 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295627553320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11182] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11182/stat : 11182 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587378 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295626500776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11183] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11183/stat : 11183 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587378 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295625448232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11184] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11184/stat : 11184 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587378 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295624395688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11185] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11185/stat : 11185 (java) S 11172 11175 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4587378 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295623343144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11186] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11186/stat : 11186 (java) S 11172 11175 6228 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4587379 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295610931304 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11187] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11187/stat : 11187 (java) S 11172 11175 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4587380 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295609877624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11188] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11188/stat : 11188 (java) S 11172 11175 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4587380 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295608824968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11189] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11189/stat : 11189 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587382 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295607773712 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11190] ppid=11172 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/11175/task/11190/stat : 11190 (java) S 11172 11175 6228 0 -1 4202560 17712 0 0 0 185 4 0 0 20 0 22 0 4587382 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295606721080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11191] ppid=11172 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/11175/task/11191/stat : 11191 (java) S 11172 11175 6228 0 -1 4202560 23227 0 0 0 181 4 0 0 20 0 22 0 4587382 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295605668536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11192] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11192/stat : 11192 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587382 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295604616184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11193] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11193/stat : 11193 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587382 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295603563848 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11197] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11197/stat : 11197 (java) S 11172 11175 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4587479 10060525568 52243 33554432000 1073741824 1073778376 140734084311584 140295599301800 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9824732

[startup+6.30075 s]
/proc/loadavg: 4.55 4.21 4.04 4/218 11221
/proc/meminfo: memFree=26851420/32872528 swapFree=480236/529292
[pid=11175] ppid=11172 vsize=9824732 CPUtime=8.25 cores=1,3,5,7
/proc/11175/stat : 11175 (java) S 11172 11175 6228 0 -1 4202496 44934 0 1 0 795 30 0 0 20 0 20 0 4587376 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140734084302720 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2456183 58879 2289 9 0 2446860 0
[pid=11175/tid=11177] ppid=11172 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/11175/task/11177/stat : 11177 (java) S 11172 11175 6228 0 -1 4202560 2502 0 1 0 110 2 0 0 20 0 20 0 4587377 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295786697592 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11178] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11178/stat : 11178 (java) S 11172 11175 6228 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 4587378 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295630710952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11179] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11179/stat : 11179 (java) S 11172 11175 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 4587378 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295629658408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11180] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11180/stat : 11180 (java) S 11172 11175 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 4587378 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295628605864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11181] ppid=11172 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11175/task/11181/stat : 11181 (java) S 11172 11175 6228 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 20 0 4587378 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295627553320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11182] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11182/stat : 11182 (java) S 11172 11175 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 4587378 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295626500776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11183] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11183/stat : 11183 (java) S 11172 11175 6228 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 4587378 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295625448232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11184] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11184/stat : 11184 (java) S 11172 11175 6228 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 4587378 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295624395688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11185] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11185/stat : 11185 (java) S 11172 11175 6228 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 4587378 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295623343144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11186] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11186/stat : 11186 (java) S 11172 11175 6228 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 4587379 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295610931304 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11187] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11187/stat : 11187 (java) S 11172 11175 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 4587380 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295609877624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11188] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11188/stat : 11188 (java) S 11172 11175 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 4587380 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295608824968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11189] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11189/stat : 11189 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4587382 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295607773712 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11190] ppid=11172 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/11175/task/11190/stat : 11190 (java) S 11172 11175 6228 0 -1 4202560 17712 0 0 0 186 4 0 0 20 0 20 0 4587382 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295606721080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11191] ppid=11172 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/11175/task/11191/stat : 11191 (java) S 11172 11175 6228 0 -1 4202560 23231 0 0 0 185 4 0 0 20 0 20 0 4587382 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295605668536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11192] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11192/stat : 11192 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4587382 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295604616184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11193] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11193/stat : 11193 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4587382 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295603563848 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11197] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11197/stat : 11197 (java) S 11172 11175 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 4587479 10060525568 58879 33554432000 1073741824 1073778376 140734084311584 140295599301800 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 9824732


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


[startup+822.301 s]
/proc/loadavg: 4.01 3.85 3.91 5/219 11959
/proc/meminfo: memFree=22464676/32872528 swapFree=480236/529292
[pid=11175] ppid=11172 vsize=9824732 CPUtime=1602.9 cores=1,3,5,7
/proc/11175/stat : 11175 (java) S 11172 11175 6228 0 -1 4202496 62091 0 1 0 159658 632 0 0 20 0 22 0 4587376 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140734084302720 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2456183 1224853 2303 9 0 2446860 0
[pid=11175/tid=11177] ppid=11172 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/11175/task/11177/stat : 11177 (java) S 11172 11175 6228 0 -1 4202560 2535 0 1 0 179 5 0 0 20 0 22 0 4587377 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295786697592 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11178] ppid=11172 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/11175/task/11178/stat : 11178 (java) S 11172 11175 6228 0 -1 4202560 1098 0 0 0 333 62 0 0 20 0 22 0 4587378 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295630710952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11179] ppid=11172 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/11175/task/11179/stat : 11179 (java) S 11172 11175 6228 0 -1 4202560 1493 0 0 0 327 54 0 0 20 0 22 0 4587378 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295629658408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11180] ppid=11172 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/11175/task/11180/stat : 11180 (java) S 11172 11175 6228 0 -1 4202560 1623 0 0 0 278 56 0 0 20 0 22 0 4587378 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295628605864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11181] ppid=11172 vsize=9824732 CPUtime=3.49 cores=1,3,5,7
/proc/11175/task/11181/stat : 11181 (java) S 11172 11175 6228 0 -1 4202560 1451 0 0 0 294 55 0 0 20 0 22 0 4587378 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295627553320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11182] ppid=11172 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/11175/task/11182/stat : 11182 (java) S 11172 11175 6228 0 -1 4202560 1832 0 0 0 305 74 0 0 20 0 22 0 4587378 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295626500776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11183] ppid=11172 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/11175/task/11183/stat : 11183 (java) S 11172 11175 6228 0 -1 4202560 1718 0 0 0 317 59 0 0 20 0 22 0 4587378 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295625448232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11184] ppid=11172 vsize=9824732 CPUtime=3.52 cores=1,3,5,7
/proc/11175/task/11184/stat : 11184 (java) S 11172 11175 6228 0 -1 4202560 1502 0 0 0 297 55 0 0 20 0 22 0 4587378 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295624395688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11185] ppid=11172 vsize=9824732 CPUtime=4.2 cores=1,3,5,7
/proc/11175/task/11185/stat : 11185 (java) S 11172 11175 6228 0 -1 4202560 1602 0 0 0 350 70 0 0 20 0 22 0 4587378 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295623343144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11186] ppid=11172 vsize=9824732 CPUtime=10.09 cores=1,3,5,7
/proc/11175/task/11186/stat : 11186 (java) S 11172 11175 6228 0 -1 4202560 3861 0 0 0 1003 6 0 0 20 0 22 0 4587379 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295610931304 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11187] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11187/stat : 11187 (java) S 11172 11175 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4587380 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295609877624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11188] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11188/stat : 11188 (java) S 11172 11175 6228 0 -1 4202560 58 0 0 0 0 0 0 0 20 0 22 0 4587380 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295608824968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11189] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11189/stat : 11189 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587382 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295607773712 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11190] ppid=11172 vsize=9824732 CPUtime=3.54 cores=1,3,5,7
/proc/11175/task/11190/stat : 11190 (java) S 11172 11175 6228 0 -1 4202560 17797 0 0 0 350 4 0 0 20 0 22 0 4587382 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295606721080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11191] ppid=11172 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/11175/task/11191/stat : 11191 (java) S 11172 11175 6228 0 -1 4202560 23240 0 0 0 212 5 0 0 20 0 22 0 4587382 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295605668536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11192] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11192/stat : 11192 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587382 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295604616184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11193] ppid=11172 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/11175/task/11193/stat : 11193 (java) S 11172 11175 6228 0 -1 4202560 47 0 0 0 9 11 0 0 20 0 22 0 4587382 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295603563848 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11197] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11197/stat : 11197 (java) S 11172 11175 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4587479 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295599301800 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11394] ppid=11172 vsize=9824732 CPUtime=609.05 cores=1,3,5,7
/proc/11175/task/11394/stat : 11394 (java) R 11172 11175 6228 0 -1 4202560 30 0 0 0 60894 11 0 0 20 0 22 0 4607295 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295601397520 140295660857280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11395] ppid=11172 vsize=9824732 CPUtime=609.19 cores=1,3,5,7
/proc/11175/task/11395/stat : 11395 (java) R 11172 11175 6228 0 -1 4202560 19 0 0 0 60910 9 0 0 20 0 22 0 4607295 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295600352448 140295659848694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11396] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11396/stat : 11396 (java) S 11172 11175 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4607295 10060525568 1224853 33554432000 1073741824 1073778376 140734084311584 140295602459816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1602.9
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.06 3.89 3.92 5/219 11963
/proc/meminfo: memFree=21845084/32872528 swapFree=480236/529292
[pid=11175] ppid=11172 vsize=9824732 CPUtime=1721.78 cores=1,3,5,7
/proc/11175/stat : 11175 (java) S 11172 11175 6228 0 -1 4202496 63623 0 1 0 171485 693 0 0 20 0 22 0 4587376 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140734084302720 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2456183 1362585 2303 9 0 2446860 0
[pid=11175/tid=11177] ppid=11172 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/11175/task/11177/stat : 11177 (java) S 11172 11175 6228 0 -1 4202560 2537 0 1 0 179 5 0 0 20 0 22 0 4587377 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295786697592 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11178] ppid=11172 vsize=9824732 CPUtime=4.46 cores=1,3,5,7
/proc/11175/task/11178/stat : 11178 (java) S 11172 11175 6228 0 -1 4202560 1313 0 0 0 370 76 0 0 20 0 22 0 4587378 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295630710952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11179] ppid=11172 vsize=9824732 CPUtime=4.15 cores=1,3,5,7
/proc/11175/task/11179/stat : 11179 (java) S 11172 11175 6228 0 -1 4202560 1631 0 0 0 354 61 0 0 20 0 22 0 4587378 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295629658408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11180] ppid=11172 vsize=9824732 CPUtime=3.62 cores=1,3,5,7
/proc/11175/task/11180/stat : 11180 (java) S 11172 11175 6228 0 -1 4202560 1705 0 0 0 301 61 0 0 20 0 22 0 4587378 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295628605864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11181] ppid=11172 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/11175/task/11181/stat : 11181 (java) S 11172 11175 6228 0 -1 4202560 1506 0 0 0 318 58 0 0 20 0 22 0 4587378 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295627553320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11182] ppid=11172 vsize=9824732 CPUtime=4.03 cores=1,3,5,7
/proc/11175/task/11182/stat : 11182 (java) S 11172 11175 6228 0 -1 4202560 1894 0 0 0 326 77 0 0 20 0 22 0 4587378 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295626500776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11183] ppid=11172 vsize=9824732 CPUtime=4.23 cores=1,3,5,7
/proc/11175/task/11183/stat : 11183 (java) S 11172 11175 6228 0 -1 4202560 1878 0 0 0 355 68 0 0 20 0 22 0 4587378 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295625448232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11184] ppid=11172 vsize=9824732 CPUtime=3.94 cores=1,3,5,7
/proc/11175/task/11184/stat : 11184 (java) S 11172 11175 6228 0 -1 4202560 1692 0 0 0 329 65 0 0 20 0 22 0 4587378 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295624395688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11185] ppid=11172 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/11175/task/11185/stat : 11185 (java) S 11172 11175 6228 0 -1 4202560 1761 0 0 0 378 79 0 0 20 0 22 0 4587378 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295623343144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11186] ppid=11172 vsize=9824732 CPUtime=12.65 cores=1,3,5,7
/proc/11175/task/11186/stat : 11186 (java) S 11172 11175 6228 0 -1 4202560 4324 0 0 0 1258 7 0 0 20 0 22 0 4587379 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295610931304 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11187] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11187/stat : 11187 (java) S 11172 11175 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4587380 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295609877624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11188] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11188/stat : 11188 (java) S 11172 11175 6228 0 -1 4202560 58 0 0 0 0 0 0 0 20 0 22 0 4587380 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295608824968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11189] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11189/stat : 11189 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587382 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295607773712 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11190] ppid=11172 vsize=9824732 CPUtime=3.54 cores=1,3,5,7
/proc/11175/task/11190/stat : 11190 (java) S 11172 11175 6228 0 -1 4202560 17797 0 0 0 350 4 0 0 20 0 22 0 4587382 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295606721080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11191] ppid=11172 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/11175/task/11191/stat : 11191 (java) S 11172 11175 6228 0 -1 4202560 23240 0 0 0 212 5 0 0 20 0 22 0 4587382 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295605668536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11192] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11192/stat : 11192 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587382 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295604616184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11193] ppid=11172 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/11175/task/11193/stat : 11193 (java) S 11172 11175 6228 0 -1 4202560 51 0 0 0 10 12 0 0 20 0 22 0 4587382 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295603563848 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11197] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11197/stat : 11197 (java) S 11172 11175 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4587479 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295599301800 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11394] ppid=11172 vsize=9824732 CPUtime=665.76 cores=1,3,5,7
/proc/11175/task/11394/stat : 11394 (java) R 11172 11175 6228 0 -1 4202560 30 0 0 0 66564 12 0 0 20 0 22 0 4607295 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295601404384 140295660857301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11395] ppid=11172 vsize=9824732 CPUtime=665.92 cores=1,3,5,7
/proc/11175/task/11395/stat : 11395 (java) R 11172 11175 6228 0 -1 4202560 21 0 0 0 66582 10 0 0 20 0 22 0 4607295 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295600352208 140295659848779 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11396] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11396/stat : 11396 (java) S 11172 11175 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4607295 10060525568 1362585 33554432000 1073741824 1073778376 140734084311584 140295602459816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.201 s]
/proc/loadavg: 4.08 3.92 3.93 5/219 11967
/proc/meminfo: memFree=21843948/32872528 swapFree=480236/529292
[pid=11175] ppid=11172 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/11175/stat : 11175 (java) S 11172 11175 6228 0 -1 4202496 63679 0 1 0 179311 694 0 0 20 0 22 0 4587376 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140734084302720 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2456183 1362635 2303 9 0 2446860 0
[pid=11175/tid=11177] ppid=11172 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/11175/task/11177/stat : 11177 (java) S 11172 11175 6228 0 -1 4202560 2537 0 1 0 179 5 0 0 20 0 22 0 4587377 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295786697592 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11178] ppid=11172 vsize=9824732 CPUtime=4.6 cores=1,3,5,7
/proc/11175/task/11178/stat : 11178 (java) S 11172 11175 6228 0 -1 4202560 1337 0 0 0 384 76 0 0 20 0 22 0 4587378 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295630710952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11179] ppid=11172 vsize=9824732 CPUtime=4.33 cores=1,3,5,7
/proc/11175/task/11179/stat : 11179 (java) S 11172 11175 6228 0 -1 4202560 1631 0 0 0 372 61 0 0 20 0 22 0 4587378 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295629658408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11180] ppid=11172 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/11175/task/11180/stat : 11180 (java) S 11172 11175 6228 0 -1 4202560 1709 0 0 0 315 61 0 0 20 0 22 0 4587378 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295628605864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11181] ppid=11172 vsize=9824732 CPUtime=3.87 cores=1,3,5,7
/proc/11175/task/11181/stat : 11181 (java) S 11172 11175 6228 0 -1 4202560 1523 0 0 0 329 58 0 0 20 0 22 0 4587378 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295627553320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11182] ppid=11172 vsize=9824732 CPUtime=4.12 cores=1,3,5,7
/proc/11175/task/11182/stat : 11182 (java) S 11172 11175 6228 0 -1 4202560 1896 0 0 0 335 77 0 0 20 0 22 0 4587378 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295626500776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11183] ppid=11172 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/11175/task/11183/stat : 11183 (java) S 11172 11175 6228 0 -1 4202560 1878 0 0 0 367 68 0 0 20 0 22 0 4587378 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295625448232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11184] ppid=11172 vsize=9824732 CPUtime=4.07 cores=1,3,5,7
/proc/11175/task/11184/stat : 11184 (java) S 11172 11175 6228 0 -1 4202560 1694 0 0 0 342 65 0 0 20 0 22 0 4587378 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295624395688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11185] ppid=11172 vsize=9824732 CPUtime=4.71 cores=1,3,5,7
/proc/11175/task/11185/stat : 11185 (java) S 11172 11175 6228 0 -1 4202560 1762 0 0 0 392 79 0 0 20 0 22 0 4587378 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295623343144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11186] ppid=11172 vsize=9824732 CPUtime=12.65 cores=1,3,5,7
/proc/11175/task/11186/stat : 11186 (java) S 11172 11175 6228 0 -1 4202560 4326 0 0 0 1258 7 0 0 20 0 22 0 4587379 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295610931304 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11187] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11187/stat : 11187 (java) S 11172 11175 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4587380 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295609877624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11188] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11188/stat : 11188 (java) S 11172 11175 6228 0 -1 4202560 58 0 0 0 0 0 0 0 20 0 22 0 4587380 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295608824968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11175/tid=11189] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11189/stat : 11189 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587382 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295607773712 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11190] ppid=11172 vsize=9824732 CPUtime=3.54 cores=1,3,5,7
/proc/11175/task/11190/stat : 11190 (java) S 11172 11175 6228 0 -1 4202560 17797 0 0 0 350 4 0 0 20 0 22 0 4587382 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295606721080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11191] ppid=11172 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/11175/task/11191/stat : 11191 (java) S 11172 11175 6228 0 -1 4202560 23240 0 0 0 212 5 0 0 20 0 22 0 4587382 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295605668536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11192] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11192/stat : 11192 (java) S 11172 11175 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4587382 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295604616184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11193] ppid=11172 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/11175/task/11193/stat : 11193 (java) S 11172 11175 6228 0 -1 4202560 53 0 0 0 10 13 0 0 20 0 22 0 4587382 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295603563848 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11197] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11197/stat : 11197 (java) S 11172 11175 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4587479 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295599301800 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11175/tid=11394] ppid=11172 vsize=9824732 CPUtime=704.36 cores=1,3,5,7
/proc/11175/task/11394/stat : 11394 (java) R 11172 11175 6228 0 -1 4202560 32 0 0 0 70424 12 0 0 20 0 22 0 4607295 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295601397520 140295661028736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11175/tid=11395] ppid=11172 vsize=9824732 CPUtime=704.52 cores=1,3,5,7
/proc/11175/task/11395/stat : 11395 (java) R 11172 11175 6228 0 -1 4202560 21 0 0 0 70442 10 0 0 20 0 22 0 4607295 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295600351312 140295659853612 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11175/tid=11396] ppid=11172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11396/stat : 11396 (java) S 11172 11175 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4607295 10060525568 1362635 33554432000 1073741824 1073778376 140734084311584 140295602459816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 11175 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 921.256
CPU time (s): 1800.54
CPU user time (s): 1793.18
CPU system time (s): 7.36288
CPU usage (%): 195.444
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.18
system time used= 7.36288
maximum resident set size= 5450652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63714
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24825
involuntary context switches= 23184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.56315 second user time and 7.54285 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 05:01:14
IDJOB=4119429
IDBENCH=111728
IDSOLVER=2543
FILE ID=node141/4119429-1467255674
RUNJOBID= node141-1467246696-6245
PBS_JOBID= 20004482
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-faclay30h.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119429-1467255674/watcher-4119429-1467255674 -o /tmp/evaluation-result-4119429-1467255674/solver-4119429-1467255674 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467246696-6245 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119429-1467255674.opb

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

MD5SUM BENCH= 3269479903955f93d765158140fce114
RANDOM SEED=1002370924

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
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	: 5339.30
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.448
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.53
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.448
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:        27080420 kB
Buffers:          138360 kB
Cached:           724108 kB
SwapCached:            0 kB
Active:          3840196 kB
Inactive:         675592 kB
Active(anon):    3656004 kB
Inactive(anon):        4 kB
Active(file):     184192 kB
Inactive(file):   675588 kB
Unevictable:      529292 kB
Mlocked:          480236 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:       4182724 kB
Mapped:            21964 kB
Shmem:               204 kB
Slab:             609476 kB
SReclaimable:      53252 kB
SUnreclaim:       556224 kB
KernelStack:        1648 kB
PageTables:        12436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4774628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3620864 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= 71700 MiB
End job on node141 at 2016-06-30 05:16:36