Trace number 4118115

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)-23412 1800.24 955.427

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-45.opb
MD5SUMc6cb36aa8483499e6e43a8fb071f0009
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26484
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 21993
Biggest coefficient in the objective function 5732
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 2064416
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 5732
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 2064416
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)21948
Sum of products size (including duplicates)71707
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.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-4118115-1467221839.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
11.04/10.39	c ... done. Wall clock time 10.269s.
11.04/10.39	c declared #vars     45
11.04/10.39	c internal #vars     21993
11.04/10.39	c #constraints  43896
11.04/10.39	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
11.04/10.39	c constraints type 
11.04/10.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21948
11.04/10.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21948
11.04/10.39	c 43896 constraints processed.
11.04/10.39	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
11.04/10.39	c constraints type 
11.04/10.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21948
11.04/10.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21948
11.04/10.39	c 43896 constraints processed.
11.04/10.39	c objective function length is 21993 literals
11.63/10.57	c And the winner is solver0
11.90/10.90	c SATISFIABLE
11.90/10.90	c OPTIMIZING...
11.90/10.90	c Got one! Elapsed wall clock time (in seconds):10.785
11.90/10.90	o 0
12.16/11.09	c And the winner is solver0
12.59/11.47	c Got one! Elapsed wall clock time (in seconds):11.356
12.59/11.48	o -946
12.98/11.67	c And the winner is solver0
13.29/12.09	c Got one! Elapsed wall clock time (in seconds):11.965
13.29/12.09	o -1806
13.34/12.15	c And the winner is solver0
13.51/12.61	c Got one! Elapsed wall clock time (in seconds):12.494
13.51/12.61	o -3273
13.51/12.68	c And the winner is solver0
13.64/13.14	c Got one! Elapsed wall clock time (in seconds):13.023
13.64/13.14	o -3962
13.75/13.21	c And the winner is solver0
13.80/13.67	c Got one! Elapsed wall clock time (in seconds):13.55
13.80/13.67	o -4582
13.83/13.72	c And the winner is solver0
13.89/14.20	c Got one! Elapsed wall clock time (in seconds):14.078
13.89/14.20	o -6344
14.15/14.34	c And the winner is solver0
14.23/14.73	c Got one! Elapsed wall clock time (in seconds):14.607
14.23/14.73	o -6419
14.35/14.81	c And the winner is solver0
14.39/15.25	c Got one! Elapsed wall clock time (in seconds):15.135
14.39/15.25	o -6491
14.45/15.31	c And the winner is solver0
14.50/15.78	c Got one! Elapsed wall clock time (in seconds):15.662
14.50/15.78	o -6975
14.52/15.83	c And the winner is solver0
14.60/16.31	c Got one! Elapsed wall clock time (in seconds):16.191
14.60/16.31	o -7888
14.60/16.38	c And the winner is solver0
14.73/16.84	c Got one! Elapsed wall clock time (in seconds):16.718
14.73/16.84	o -9751
15.32/17.12	c And the winner is solver0
15.45/17.36	c Got one! Elapsed wall clock time (in seconds):17.246
15.45/17.36	o -10061
16.22/17.71	c And the winner is solver0
16.25/17.89	c Got one! Elapsed wall clock time (in seconds):17.774
16.25/17.89	o -10336
16.43/18.03	c And the winner is solver0
16.53/18.42	c Got one! Elapsed wall clock time (in seconds):18.303
16.53/18.42	o -10795
16.65/18.55	c And the winner is solver0
16.77/18.95	c Got one! Elapsed wall clock time (in seconds):18.833
16.77/18.95	o -11136
16.84/19.06	c And the winner is solver0
17.07/19.48	c Got one! Elapsed wall clock time (in seconds):19.363
17.07/19.48	o -11348
17.08/19.53	c And the winner is solver0
17.17/20.01	c Got one! Elapsed wall clock time (in seconds):19.891
17.17/20.01	o -13148
18.75/20.81	c And the winner is solver0
18.80/21.04	c Got one! Elapsed wall clock time (in seconds):20.92
18.80/21.04	o -13736
20.60/21.92	c And the winner is solver0
20.67/22.07	c Got one! Elapsed wall clock time (in seconds):21.949
20.67/22.07	o -13754
21.80/22.61	c And the winner is solver0
21.84/23.10	c Got one! Elapsed wall clock time (in seconds):22.979
21.84/23.10	o -14293
22.21/23.36	c And the winner is solver0
22.36/23.63	c Got one! Elapsed wall clock time (in seconds):23.507
22.36/23.63	o -14472
22.48/23.76	c And the winner is solver0
22.63/24.15	c Got one! Elapsed wall clock time (in seconds):24.034
22.63/24.15	o -14646
22.71/24.27	c And the winner is solver0
22.87/24.68	c Got one! Elapsed wall clock time (in seconds):24.561
22.87/24.68	o -15992
27.03/26.72	c And the winner is solver0
31.29/30.98	c Got one! Elapsed wall clock time (in seconds):30.858
31.29/30.98	o -16120
33.87/32.29	c And the winner is solver0
34.08/32.51	c Got one! Elapsed wall clock time (in seconds):32.388
34.08/32.51	o -16229
34.24/32.63	c And the winner is solver0
34.34/33.03	c Got one! Elapsed wall clock time (in seconds):32.915
34.34/33.03	o -16295
34.45/33.12	c And the winner is solver0
34.51/33.56	c Got one! Elapsed wall clock time (in seconds):33.442
34.51/33.56	o -17475
42.10/37.32	c And the winner is solver0
44.32/39.54	c Got one! Elapsed wall clock time (in seconds):39.422
44.32/39.54	o -17605
47.49/41.17	c And the winner is solver0
51.98/45.52	c Got one! Elapsed wall clock time (in seconds):45.406
51.98/45.52	o -17630
54.05/46.52	c And the winner is solver0
54.05/46.55	c Got one! Elapsed wall clock time (in seconds):46.436
54.05/46.55	o -17644
55.38/47.22	c And the winner is solver0
55.45/47.58	c Got one! Elapsed wall clock time (in seconds):47.463
55.45/47.58	o -18871
74.33/57.05	c And the winner is solver0
77.86/60.52	c Got one! Elapsed wall clock time (in seconds):60.397
77.86/60.52	o -18935
81.05/62.16	c And the winner is solver0
81.21/62.55	c Got one! Elapsed wall clock time (in seconds):62.425
81.21/62.55	o -19008
82.88/63.47	c And the winner is solver0
87.07/67.53	c Got one! Elapsed wall clock time (in seconds):67.41
87.07/67.53	o -19091
88.20/68.19	c And the winner is solver0
92.81/72.66	c Got one! Elapsed wall clock time (in seconds):72.546
92.81/72.66	o -19103
93.07/72.86	c And the winner is solver0
93.21/73.19	c Got one! Elapsed wall clock time (in seconds):73.076
93.21/73.19	o -20179
99.20/76.23	c cleaning 4602 clauses out of 9209 with flag 2003/9209
123.47/88.24	c And the winner is solver0
125.43/90.18	c Got one! Elapsed wall clock time (in seconds):90.06
125.43/90.18	o -20234
137.52/96.22	c cleaning 5244 clauses out of 10488 with flag 4140/15090
138.94/96.95	c And the winner is solver0
143.49/101.42	c Got one! Elapsed wall clock time (in seconds):101.297
143.49/101.42	o -20241
147.33/103.45	c And the winner is solver0
151.64/107.70	c Got one! Elapsed wall clock time (in seconds):107.582
151.64/107.70	o -20244
154.60/109.21	c And the winner is solver0
159.03/113.69	c Got one! Elapsed wall clock time (in seconds):113.569
159.03/113.69	o -20251
160.28/114.40	c And the winner is solver0
160.52/114.72	c Got one! Elapsed wall clock time (in seconds):114.599
160.52/114.72	o -21031
190.12/129.57	c cleaning 5749 clauses out of 11505 with flag 10003/21351
212.58/140.77	c And the winner is solver0
215.86/143.96	c Got one! Elapsed wall clock time (in seconds):143.837
215.86/143.96	o -21270
228.27/150.13	c cleaning 5661 clauses out of 11327 with flag 4027/26922
243.69/157.81	c And the winner is solver0
246.11/160.24	c Got one! Elapsed wall clock time (in seconds):160.122
246.11/160.24	o -21388
256.73/165.59	c And the winner is solver0
256.95/165.77	c Got one! Elapsed wall clock time (in seconds):165.651
256.95/165.77	o -21426
262.48/168.68	c And the winner is solver0
264.98/171.09	c Got one! Elapsed wall clock time (in seconds):170.972
264.98/171.09	o -21443
268.04/172.67	c And the winner is solver0
271.53/176.07	c Got one! Elapsed wall clock time (in seconds):175.955
271.53/176.07	o -21500
274.38/177.56	c And the winner is solver0
277.96/181.01	c Got one! Elapsed wall clock time (in seconds):180.887
277.96/181.01	o -22490
290.71/187.44	c cleaning 6689 clauses out of 13385 with flag 4003/34641
327.25/205.69	c cleaning 6344 clauses out of 12695 with flag 16001/40640
371.83/228.07	c cleaning 6675 clauses out of 13351 with flag 30001/47640
422.61/253.38	c cleaning 7339 clauses out of 14677 with flag 46003/55641
483.51/283.96	c cleaning 8169 clauses out of 16337 with flag 64001/64640
485.71/285.10	c And the winner is solver0
488.31/287.55	c Got one! Elapsed wall clock time (in seconds):287.433
488.31/287.55	o -22645
519.17/302.96	c cleaning 6754 clauses out of 13515 with flag 10001/69987
558.55/322.55	c cleaning 6379 clauses out of 12762 with flag 22003/75988
605.34/345.87	c cleaning 6688 clauses out of 13383 with flag 36003/82988
659.26/372.65	c cleaning 7343 clauses out of 14694 with flag 52001/90987
700.21/393.27	c And the winner is solver0
700.90/393.90	c Got one! Elapsed wall clock time (in seconds):393.784
700.90/393.90	o -22657
733.84/410.37	c cleaning 9264 clauses out of 18528 with flag 10004/102164
772.09/429.42	c cleaning 7630 clauses out of 15264 with flag 22004/108164
807.37/447.06	c And the winner is solver0
809.04/448.64	c Got one! Elapsed wall clock time (in seconds):448.526
809.04/448.64	o -22766
844.55/466.65	c cleaning 9143 clauses out of 18287 with flag 10029/118817
869.52/479.04	c And the winner is solver0
873.87/483.34	c Got one! Elapsed wall clock time (in seconds):483.218
873.87/483.34	o -22813
886.79/489.89	c cleaning 7291 clauses out of 14588 with flag 4088/124261
898.79/495.89	c And the winner is solver0
901.66/498.57	c Got one! Elapsed wall clock time (in seconds):498.452
901.66/498.57	o -23015
908.22/501.86	c And the winner is solver0
909.79/503.36	c Got one! Elapsed wall clock time (in seconds):503.237
909.79/503.36	o -23038
915.49/506.26	c And the winner is solver0
917.46/508.14	c Got one! Elapsed wall clock time (in seconds):508.024
917.46/508.14	o -23139
924.19/511.60	c And the winner is solver0
925.68/512.93	c Got one! Elapsed wall clock time (in seconds):512.812
925.68/512.93	o -23184
932.61/516.42	c And the winner is solver0
933.94/517.72	c Got one! Elapsed wall clock time (in seconds):517.597
933.94/517.72	o -23250
946.09/523.84	c cleaning 7529 clauses out of 15065 with flag 4001/132029
983.30/542.39	c cleaning 6766 clauses out of 13537 with flag 16003/138030
1026.87/563.99	c cleaning 6886 clauses out of 13771 with flag 30003/145030
1082.18/591.78	c cleaning 7440 clauses out of 14884 with flag 46001/153029
1143.01/622.15	c cleaning 8220 clauses out of 16445 with flag 64003/162030
1207.84/654.30	c cleaning 9112 clauses out of 18225 with flag 84003/172030
1280.57/690.52	c cleaning 10054 clauses out of 20112 with flag 106001/183029
1357.81/729.06	c And the winner is solver0
1358.92/730.07	c Got one! Elapsed wall clock time (in seconds):729.954
1358.92/730.07	o -23302
1391.91/746.91	c cleaning 13332 clauses out of 26666 with flag 10004/199637
1432.96/767.41	c cleaning 9663 clauses out of 19334 with flag 22004/205637
1480.31/791.07	c cleaning 8331 clauses out of 16670 with flag 36002/212636
1535.94/818.78	c cleaning 8168 clauses out of 16339 with flag 52002/220636
1588.62/844.97	c And the winner is solver0
1590.51/846.71	c Got one! Elapsed wall clock time (in seconds):846.591
1590.51/846.71	o -23344
1622.07/862.46	c cleaning 10425 clauses out of 20858 with flag 10052/233323
1661.44/882.09	c cleaning 8214 clauses out of 16433 with flag 22128/239323
1698.19/900.32	c And the winner is solver0
1701.72/903.80	c Got one! Elapsed wall clock time (in seconds):903.68
1701.72/903.80	o -23351
1735.95/920.79	c cleaning 9321 clauses out of 18646 with flag 10151/249750
1753.75/929.66	c And the winner is solver0
1754.30/930.19	c Got one! Elapsed wall clock time (in seconds):930.071
1754.30/930.19	o -23376
1774.57/940.25	c cleaning 7458 clauses out of 14926 with flag 6063/255351
1782.97/944.48	c And the winner is solver0
1785.95/947.38	c Got one! Elapsed wall clock time (in seconds):947.261
1785.95/947.38	o -23410
1792.61/950.75	c And the winner is solver0
1794.58/952.67	c Got one! Elapsed wall clock time (in seconds):952.55
1794.58/952.67	o -23412
1800.05/955.40	c >>>>>>>>>> Solver number 0 (63 answers) <<<<<<<<<<<<<<<<<<
1800.05/955.40	c starts		: 64
1800.05/955.40	c conflicts		: 258156
1800.05/955.40	c decisions		: 260766
1800.05/955.40	c propagations		: 420026542
1800.05/955.40	c inspects		: 1659650965
1800.05/955.40	c shortcuts		: 0
1800.05/955.40	c learnt literals	: 0
1800.05/955.40	c learnt binary clauses	: 0
1800.05/955.40	c learnt ternary clauses	: 0
1800.05/955.40	c learnt constraints	: 258155
1800.05/955.40	c ignored constraints	: 0
1800.05/955.40	c root simplifications	: 0
1800.05/955.40	c removed literals (reason simplification)	: 657369835
1800.05/955.40	c reason swapping (by a shorter reason)	: 0
1800.05/955.40	c Calls to reduceDB	: 32
1800.05/955.40	c Number of update (reduction) of LBD	: 231
1800.05/955.40	c Imported unit clauses	: 0
1800.05/955.40	c number of reductions to clauses (during analyze)	: 0
1800.05/955.40	c number of learned constraints concerned by reduction	: 0
1800.05/955.40	c number of learning phase by resolution	: 0
1800.05/955.40	c number of learning phase by cutting planes	: 0
1800.05/955.40	c speed (assignments/second)	: 444496.5199180062
1800.05/955.40	c non guided choices	0
1800.05/955.41	c learnt constraints type 
1800.05/955.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10273
1800.05/955.41	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/955.41	c starts		: 64
1800.05/955.41	c conflicts		: 170
1800.05/955.41	c decisions		: 2796
1800.05/955.41	c propagations		: 1518497
1800.05/955.41	c inspects		: 17986644
1800.05/955.41	c shortcuts		: 0
1800.05/955.41	c learnt literals	: 0
1800.05/955.41	c learnt binary clauses	: 0
1800.05/955.41	c learnt ternary clauses	: 0
1800.05/955.41	c learnt constraints	: 107
1800.05/955.41	c ignored constraints	: 0
1800.05/955.41	c root simplifications	: 0
1800.05/955.41	c removed literals (reason simplification)	: 0
1800.05/955.41	c reason swapping (by a shorter reason)	: 0
1800.05/955.41	c Calls to reduceDB	: 0
1800.05/955.41	c Number of update (reduction) of LBD	: 0
1800.05/955.41	c Imported unit clauses	: 0
1800.05/955.41	c number of reductions to clauses (during analyze)	: 0
1800.05/955.41	c number of learned constraints concerned by reduction	: 0
1800.05/955.41	c number of learning phase by resolution	: 0
1800.05/955.41	c number of learning phase by cutting planes	: 0
1800.05/955.41	c speed (assignments/second)	: 561782.0939696634
1800.05/955.41	c non guided choices	0
1800.05/955.41	c learnt constraints type 
1800.05/955.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 107
1800.05/955.41	s SATISFIABLE
1800.05/955.41	c Found 63 solution(s)
1800.05/955.41	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 
1800.05/955.41	c objective function=-23412
1800.05/955.41	c Total wall clock time (in seconds): 955.291

Verifier Data

OK	-23412

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-4118115-1467221839/watcher-4118115-1467221839 -o /tmp/evaluation-result-4118115-1467221839/solver-4118115-1467221839 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6646 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118115-1467221839.opb 

pid=9331
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.85 3.51 3.46 2/195 9334
/proc/meminfo: memFree=24315044/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/9334/stat : 9334 (java) R 9331 9334 5962 0 -1 4202496 429 0 0 0 0 0 0 0 20 0 1 0 3135176 9445376 97 33554432000 1073741824 1073778376 140735257724752 140735257721880 225435545479 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2290 91 69 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 3.85 3.51 3.46 2/195 9334
/proc/meminfo: memFree=24315044/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9334/stat : 9334 (java) S 9331 9334 5962 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 3135176 9787879424 6030 33554432000 1073741824 1073778376 140735257724752 140735257715888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2389619 6030 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 3.85 3.51 3.46 2/195 9334
/proc/meminfo: memFree=24315044/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/9334/stat : 9334 (java) S 9331 9334 5962 0 -1 4202496 4576 0 1 0 22 1 0 0 20 0 18 0 3135176 9787879424 7205 33554432000 1073741824 1073778376 140735257724752 140735257715888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2389619 7205 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 3.85 3.51 3.46 2/195 9334
/proc/meminfo: memFree=24315044/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/9334/stat : 9334 (java) S 9331 9334 5962 0 -1 4202496 5334 0 1 0 46 2 0 0 20 0 18 0 3135176 9787879424 8239 33554432000 1073741824 1073778376 140735257724752 140735257715888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2389619 8239 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70017 s]
/proc/loadavg: 3.85 3.51 3.46 2/195 9334
/proc/meminfo: memFree=24315044/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9558476 CPUtime=1.18 cores=0,2,4,6
/proc/9334/stat : 9334 (java) S 9331 9334 5962 0 -1 4202496 9413 0 1 0 116 2 0 0 20 0 18 0 3135176 9787879424 13558 33554432000 1073741824 1073778376 140735257724752 140735257715888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2389619 13558 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 3.85 3.51 3.46 3/213 9352
/proc/meminfo: memFree=24260948/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9558476 CPUtime=2.06 cores=0,2,4,6
/proc/9334/stat : 9334 (java) S 9331 9334 5962 0 -1 4202496 9673 0 1 0 203 3 0 0 20 0 18 0 3135176 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 140735257715888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2389619 17147 2251 9 0 2380296 0
[pid=9334/tid=9336] ppid=9331 vsize=9558476 CPUtime=1.46 cores=0,2,4,6
/proc/9334/task/9336/stat : 9336 (java) R 9331 9334 5962 0 -1 4202560 2431 0 1 0 145 1 0 0 20 0 18 0 3135177 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139854025502504 139853883141425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9337] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9337/stat : 9337 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139854003603752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9338] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9338/stat : 9338 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139854002550952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9339] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9339/stat : 9339 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139854001498664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9340] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9340/stat : 9340 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853664610728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9341] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9341/stat : 9341 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853663558440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9342] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9342/stat : 9342 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853662505640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9343] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9343/stat : 9343 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853661453352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9344] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9344/stat : 9344 (java) S 9331 9334 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3135179 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853660400552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9345] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9345/stat : 9345 (java) S 9331 9334 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3135180 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853648201960 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9346] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9346/stat : 9346 (java) S 9331 9334 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 3135180 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853647148024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9347] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9347/stat : 9347 (java) S 9331 9334 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 3135180 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853646095624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9348] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9348/stat : 9348 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135182 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853645044112 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9349] ppid=9331 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/9334/task/9349/stat : 9349 (java) S 9331 9334 5962 0 -1 4202560 2080 0 0 0 23 0 0 0 20 0 18 0 3135182 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853643991736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9350] ppid=9331 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/9334/task/9350/stat : 9350 (java) S 9331 9334 5962 0 -1 4202560 3899 0 0 0 32 0 0 0 20 0 18 0 3135182 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853642938936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9351] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9351/stat : 9351 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135182 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853641886840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9352] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9352/stat : 9352 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135182 9787879424 17147 33554432000 1073741824 1073778376 140735257724752 139853640834248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 3.85 3.51 3.46 3/213 9352
/proc/meminfo: memFree=24241888/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9558476 CPUtime=3.82 cores=0,2,4,6
/proc/9334/stat : 9334 (java) S 9331 9334 5962 0 -1 4202496 9796 0 1 0 378 4 0 0 20 0 18 0 3135176 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 140735257715888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2389619 22806 2251 9 0 2380296 0
[pid=9334/tid=9336] ppid=9331 vsize=9558476 CPUtime=3.06 cores=0,2,4,6
/proc/9334/task/9336/stat : 9336 (java) R 9331 9334 5962 0 -1 4202560 2444 0 1 0 303 3 0 0 20 0 18 0 3135177 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139854025500792 139853883141195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9337] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9337/stat : 9337 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139854003603752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9338] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9338/stat : 9338 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139854002550952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9339] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9339/stat : 9339 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139854001498664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9340] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9340/stat : 9340 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853664610728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9341] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9341/stat : 9341 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853663558440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9342] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9342/stat : 9342 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853662505640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9343] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9343/stat : 9343 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853661453352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9344] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9344/stat : 9344 (java) S 9331 9334 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3135179 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853660400552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9345] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9345/stat : 9345 (java) S 9331 9334 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3135180 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853648201960 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9346] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9346/stat : 9346 (java) S 9331 9334 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 3135180 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853647148024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9347] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9347/stat : 9347 (java) S 9331 9334 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 3135180 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853646095624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9348] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9348/stat : 9348 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135182 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853645044112 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9349] ppid=9331 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/9334/task/9349/stat : 9349 (java) S 9331 9334 5962 0 -1 4202560 2190 0 0 0 31 0 0 0 20 0 18 0 3135182 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853643991736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9350] ppid=9331 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/9334/task/9350/stat : 9350 (java) S 9331 9334 5962 0 -1 4202560 3899 0 0 0 40 0 0 0 20 0 18 0 3135182 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853642938936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9351] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9351/stat : 9351 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135182 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853641886840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9352] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9352/stat : 9352 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135182 9787879424 22806 33554432000 1073741824 1073778376 140735257724752 139853640834248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9558476

[startup+6.30081 s]
/proc/loadavg: 3.70 3.48 3.45 3/212 9352
/proc/meminfo: memFree=24217580/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9558476 CPUtime=7.04 cores=0,2,4,6
/proc/9334/stat : 9334 (java) S 9331 9334 5962 0 -1 4202496 9808 0 1 0 700 4 0 0 20 0 18 0 3135176 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 140735257715888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2389619 27215 2253 9 0 2380296 0
[pid=9334/tid=9336] ppid=9331 vsize=9558476 CPUtime=6.26 cores=0,2,4,6
/proc/9334/task/9336/stat : 9336 (java) R 9331 9334 5962 0 -1 4202560 2454 0 1 0 623 3 0 0 20 0 18 0 3135177 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139854025494272 139853883141106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9337] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9337/stat : 9337 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139854003603752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9338] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9338/stat : 9338 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139854002550952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9339] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9339/stat : 9339 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139854001498664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9340] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9340/stat : 9340 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853664610728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9341] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9341/stat : 9341 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853663558440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9342] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9342/stat : 9342 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853662505640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9343] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9343/stat : 9343 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135178 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853661453352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9344] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9344/stat : 9344 (java) S 9331 9334 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3135179 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853660400552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9345] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9345/stat : 9345 (java) S 9331 9334 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 3135180 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853648201960 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9346] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9346/stat : 9346 (java) S 9331 9334 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 3135180 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853647148024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9347] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9347/stat : 9347 (java) S 9331 9334 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 3135180 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853646095624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9348] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9348/stat : 9348 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135182 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853645044112 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9349] ppid=9331 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/9334/task/9349/stat : 9349 (java) S 9331 9334 5962 0 -1 4202560 2190 0 0 0 31 0 0 0 20 0 18 0 3135182 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853643991736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9350] ppid=9331 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/9334/task/9350/stat : 9350 (java) S 9331 9334 5962 0 -1 4202560 3900 0 0 0 41 0 0 0 20 0 18 0 3135182 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853642938936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9351] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9351/stat : 9351 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 3135182 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853641886840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9352] ppid=9331 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9352/stat : 9352 (java) S 9331 9334 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 3135182 9787879424 27215 33554432000 1073741824 1073778376 140735257724752 139853640834248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9558476

[startup+12.7007 s]
/proc/loadavg: 3.57 3.46 3.45 4/214 9363
/proc/meminfo: memFree=24110524/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9824732 CPUtime=13.64 cores=0,2,4,6
/proc/9334/stat : 9334 (java) S 9331 9334 5962 0 -1 4202496 12128 0 1 0 1344 20 0 0 20 0 19 0 3135176 10060525568 52903 33554432000 1073741824 1073778376 140735257724752 140735257715888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2456183 52903 2286 9 0 2446860 0

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


[startup+882.308 s]
/proc/loadavg: 4.19 4.09 3.75 6/219 10050
/proc/meminfo: memFree=22442976/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9824732 CPUtime=1662.05 cores=0,2,4,6
/proc/9334/stat : 9334 (java) S 9331 9334 5962 0 -1 4202496 26986 0 1 0 165766 439 0 0 20 0 22 0 3135176 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 140735257715888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2456183 826065 2304 9 0 2446860 0
[pid=9334/tid=9336] ppid=9331 vsize=9824732 CPUtime=12.18 cores=0,2,4,6
/proc/9334/task/9336/stat : 9336 (java) S 9331 9334 5962 0 -1 4202560 2588 0 1 0 1210 8 0 0 20 0 22 0 3135177 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139854025503608 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9337] ppid=9331 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/9334/task/9337/stat : 9337 (java) S 9331 9334 5962 0 -1 4202560 865 0 0 0 148 30 0 0 20 0 22 0 3135178 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139854003603752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9338] ppid=9331 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/9334/task/9338/stat : 9338 (java) S 9331 9334 5962 0 -1 4202560 974 0 0 0 155 36 0 0 20 0 22 0 3135178 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139854002550952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9339] ppid=9331 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/9334/task/9339/stat : 9339 (java) S 9331 9334 5962 0 -1 4202560 1078 0 0 0 160 30 0 0 20 0 22 0 3135178 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139854001498664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9340] ppid=9331 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/9334/task/9340/stat : 9340 (java) S 9331 9334 5962 0 -1 4202560 1001 0 0 0 161 38 0 0 20 0 22 0 3135178 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853664610728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9341] ppid=9331 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/9334/task/9341/stat : 9341 (java) S 9331 9334 5962 0 -1 4202560 811 0 0 0 142 26 0 0 20 0 22 0 3135178 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853663558440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9342] ppid=9331 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/9334/task/9342/stat : 9342 (java) S 9331 9334 5962 0 -1 4202560 678 0 0 0 173 26 0 0 20 0 22 0 3135178 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853662505640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9343] ppid=9331 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/9334/task/9343/stat : 9343 (java) S 9331 9334 5962 0 -1 4202560 967 0 0 0 149 32 0 0 20 0 22 0 3135178 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853661453352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9344] ppid=9331 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/9334/task/9344/stat : 9344 (java) S 9331 9334 5962 0 -1 4202560 1090 0 0 0 187 36 0 0 20 0 22 0 3135179 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853660400552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9345] ppid=9331 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/9334/task/9345/stat : 9345 (java) S 9331 9334 5962 0 -1 4202560 3131 0 0 0 373 12 0 0 20 0 22 0 3135180 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853648201960 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9346] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9346/stat : 9346 (java) S 9331 9334 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3135180 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853647148024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9347] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9347/stat : 9347 (java) S 9331 9334 5962 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 22 0 3135180 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853646095624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9348] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9348/stat : 9348 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3135182 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853645044112 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9349] ppid=9331 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/9334/task/9349/stat : 9349 (java) S 9331 9334 5962 0 -1 4202560 6291 0 0 0 162 0 0 0 20 0 22 0 3135182 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853643991736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9350] ppid=9331 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/9334/task/9350/stat : 9350 (java) S 9331 9334 5962 0 -1 4202560 4165 0 0 0 140 0 0 0 20 0 22 0 3135182 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853642938936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9351] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9351/stat : 9351 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3135182 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853641886840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9352] ppid=9331 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9334/task/9352/stat : 9352 (java) S 9331 9334 5962 0 -1 4202560 52 0 0 0 11 16 0 0 20 0 22 0 3135182 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853640834248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9356] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9356/stat : 9356 (java) S 9331 9334 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3136222 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853637575848 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=10044] ppid=9331 vsize=9824732 CPUtime=35.34 cores=0,2,4,6
/proc/9334/task/10044/stat : 10044 (java) R 9331 9334 5962 0 -1 4202560 3 0 0 0 3534 0 0 0 20 0 22 0 3219851 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853636513808 139853883558733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=10045] ppid=9331 vsize=9824732 CPUtime=35.34 cores=0,2,4,6
/proc/9334/task/10045/stat : 10045 (java) R 9331 9334 5962 0 -1 4202560 4 0 0 0 3534 0 0 0 20 0 22 0 3219851 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853638626400 139853884046176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=10046] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/10046/stat : 10046 (java) S 9331 9334 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3219851 10060525568 826065 33554432000 1073741824 1073778376 140735257724752 139853639681448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1662.05
Current children cumulated vsize (KiB) 9824732

[startup+942.301 s]
/proc/loadavg: 3.90 4.03 3.75 5/217 10070
/proc/meminfo: memFree=22100924/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9824732 CPUtime=1778.77 cores=0,2,4,6
/proc/9334/stat : 9334 (java) S 9331 9334 5962 0 -1 4202496 27710 0 1 0 177399 478 0 0 20 0 22 0 3135176 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 140735257715888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2456183 911188 2304 9 0 2446860 0
[pid=9334/tid=9336] ppid=9331 vsize=9824732 CPUtime=12.25 cores=0,2,4,6
/proc/9334/task/9336/stat : 9336 (java) S 9331 9334 5962 0 -1 4202560 2588 0 1 0 1217 8 0 0 20 0 22 0 3135177 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139854025503608 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9337] ppid=9331 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/9334/task/9337/stat : 9337 (java) S 9331 9334 5962 0 -1 4202560 915 0 0 0 163 33 0 0 20 0 22 0 3135178 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139854003603752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9338] ppid=9331 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/9334/task/9338/stat : 9338 (java) S 9331 9334 5962 0 -1 4202560 1024 0 0 0 174 38 0 0 20 0 22 0 3135178 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139854002550952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9339] ppid=9331 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/9334/task/9339/stat : 9339 (java) S 9331 9334 5962 0 -1 4202560 1162 0 0 0 180 35 0 0 20 0 22 0 3135178 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139854001498664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9340] ppid=9331 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/9334/task/9340/stat : 9340 (java) S 9331 9334 5962 0 -1 4202560 1098 0 0 0 177 44 0 0 20 0 22 0 3135178 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853664610728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9341] ppid=9331 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/9334/task/9341/stat : 9341 (java) S 9331 9334 5962 0 -1 4202560 910 0 0 0 163 32 0 0 20 0 22 0 3135178 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853663558440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9342] ppid=9331 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/9334/task/9342/stat : 9342 (java) S 9331 9334 5962 0 -1 4202560 770 0 0 0 192 31 0 0 20 0 22 0 3135178 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853662505640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9343] ppid=9331 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/9334/task/9343/stat : 9343 (java) S 9331 9334 5962 0 -1 4202560 1032 0 0 0 166 36 0 0 20 0 22 0 3135178 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853661453352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9344] ppid=9331 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/9334/task/9344/stat : 9344 (java) S 9331 9334 5962 0 -1 4202560 1128 0 0 0 198 38 0 0 20 0 22 0 3135179 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853660400552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9345] ppid=9331 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/9334/task/9345/stat : 9345 (java) S 9331 9334 5962 0 -1 4202560 3250 0 0 0 373 12 0 0 20 0 22 0 3135180 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853648201960 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9346] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9346/stat : 9346 (java) S 9331 9334 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3135180 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853647148024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9347] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9347/stat : 9347 (java) S 9331 9334 5962 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 22 0 3135180 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853646095624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9348] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9348/stat : 9348 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3135182 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853645044112 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9349] ppid=9331 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/9334/task/9349/stat : 9349 (java) S 9331 9334 5962 0 -1 4202560 6291 0 0 0 162 0 0 0 20 0 22 0 3135182 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853643991736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9350] ppid=9331 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/9334/task/9350/stat : 9350 (java) S 9331 9334 5962 0 -1 4202560 4165 0 0 0 140 0 0 0 20 0 22 0 3135182 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853642938936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9351] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9351/stat : 9351 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3135182 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853641886840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9352] ppid=9331 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/9334/task/9352/stat : 9352 (java) S 9331 9334 5962 0 -1 4202560 56 0 0 0 12 17 0 0 20 0 22 0 3135182 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853640834248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9356] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9356/stat : 9356 (java) S 9331 9334 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3136222 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853637575848 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=10062] ppid=9331 vsize=9824732 CPUtime=11.95 cores=0,2,4,6
/proc/9334/task/10062/stat : 10062 (java) R 9331 9334 5962 0 -1 4202560 4 0 0 0 1195 0 0 0 20 0 22 0 3228199 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853639671568 139853883703473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=10063] ppid=9331 vsize=9824732 CPUtime=11.95 cores=0,2,4,6
/proc/9334/task/10063/stat : 10063 (java) R 9331 9334 5962 0 -1 4202560 3 0 0 0 1195 0 0 0 20 0 22 0 3228199 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853638625448 139853883668805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=10064] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/10064/stat : 10064 (java) S 9331 9334 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3228199 10060525568 911188 33554432000 1073741824 1073778376 140735257724752 139853636523176 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1778.77
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+955.401 s]
/proc/loadavg: 3.92 4.03 3.76 5/219 10082
/proc/meminfo: memFree=22030552/32872528 swapFree=1499084/1695308
[pid=9334] ppid=9331 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/9334/stat : 9334 (java) S 9331 9334 5962 0 -1 4202496 27728 0 1 0 179523 482 0 0 20 0 22 0 3135176 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 140735257715888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9334/statm: 2456183 911186 2304 9 0 2446860 0
[pid=9334/tid=9336] ppid=9331 vsize=9824732 CPUtime=12.32 cores=0,2,4,6
/proc/9334/task/9336/stat : 9336 (java) S 9331 9334 5962 0 -1 4202560 2588 0 1 0 1224 8 0 0 20 0 22 0 3135177 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139854025503608 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9337] ppid=9331 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/9334/task/9337/stat : 9337 (java) S 9331 9334 5962 0 -1 4202560 915 0 0 0 163 33 0 0 20 0 22 0 3135178 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139854003603752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9338] ppid=9331 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/9334/task/9338/stat : 9338 (java) S 9331 9334 5962 0 -1 4202560 1024 0 0 0 174 38 0 0 20 0 22 0 3135178 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139854002550952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9339] ppid=9331 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/9334/task/9339/stat : 9339 (java) S 9331 9334 5962 0 -1 4202560 1162 0 0 0 180 35 0 0 20 0 22 0 3135178 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139854001498664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9340] ppid=9331 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/9334/task/9340/stat : 9340 (java) S 9331 9334 5962 0 -1 4202560 1098 0 0 0 177 44 0 0 20 0 22 0 3135178 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853664610728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9341] ppid=9331 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/9334/task/9341/stat : 9341 (java) S 9331 9334 5962 0 -1 4202560 910 0 0 0 163 32 0 0 20 0 22 0 3135178 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853663558440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9342] ppid=9331 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/9334/task/9342/stat : 9342 (java) S 9331 9334 5962 0 -1 4202560 770 0 0 0 192 31 0 0 20 0 22 0 3135178 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853662505640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9343] ppid=9331 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/9334/task/9343/stat : 9343 (java) S 9331 9334 5962 0 -1 4202560 1032 0 0 0 166 36 0 0 20 0 22 0 3135178 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853661453352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9344] ppid=9331 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/9334/task/9344/stat : 9344 (java) S 9331 9334 5962 0 -1 4202560 1128 0 0 0 198 38 0 0 20 0 22 0 3135179 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853660400552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9345] ppid=9331 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/9334/task/9345/stat : 9345 (java) S 9331 9334 5962 0 -1 4202560 3251 0 0 0 373 13 0 0 20 0 22 0 3135180 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853648201960 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9346] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9346/stat : 9346 (java) S 9331 9334 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3135180 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853647148024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9347] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9347/stat : 9347 (java) S 9331 9334 5962 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 22 0 3135180 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853646095624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=9348] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9348/stat : 9348 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3135182 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853645044112 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9349] ppid=9331 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/9334/task/9349/stat : 9349 (java) S 9331 9334 5962 0 -1 4202560 6291 0 0 0 162 0 0 0 20 0 22 0 3135182 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853643991736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9350] ppid=9331 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/9334/task/9350/stat : 9350 (java) S 9331 9334 5962 0 -1 4202560 4165 0 0 0 140 0 0 0 20 0 22 0 3135182 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853642938936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9334/tid=9351] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9351/stat : 9351 (java) S 9331 9334 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3135182 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853641886840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9334/tid=9352] ppid=9331 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/9334/task/9352/stat : 9352 (java) S 9331 9334 5962 0 -1 4202560 56 0 0 0 12 17 0 0 20 0 22 0 3135182 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853640834248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=9356] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9356/stat : 9356 (java) S 9331 9334 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3136222 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853637575848 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=10080] ppid=9331 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/9334/task/10080/stat : 10080 (java) R 9331 9334 5962 0 -1 4202560 2 0 0 0 267 0 0 0 20 0 22 0 3230447 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853636521264 139853883572325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9334/tid=10081] ppid=9331 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/9334/task/10081/stat : 10081 (java) R 9331 9334 5962 0 -1 4202560 3 0 0 0 268 0 0 0 20 0 22 0 3230447 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853639681288 139853884047620 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9334/tid=10082] ppid=9331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9334/task/10082/stat : 10082 (java) S 9331 9334 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3230447 10060525568 911186 33554432000 1073741824 1073778376 140735257724752 139853638628264 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 9334 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 955.427
CPU time (s): 1800.24
CPU user time (s): 1795.21
CPU system time (s): 5.03123
CPU usage (%): 188.423
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.21
system time used= 5.03123
maximum resident set size= 3644896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27776
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27409
involuntary context switches= 23805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.09007 second user time and 7.75782 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-29 19:37:19
IDJOB=4118115
IDBENCH=111454
IDSOLVER=2543
FILE ID=node137/4118115-1467221839
RUNJOBID= node137-1467212962-6646
PBS_JOBID= 19997573
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-45.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118115-1467221839/watcher-4118115-1467221839 -o /tmp/evaluation-result-4118115-1467221839/solver-4118115-1467221839 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6646 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118115-1467221839.opb

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

MD5SUM BENCH= c6cb36aa8483499e6e43a8fb071f0009
RANDOM SEED=2044256704

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.265
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:        24315572 kB
Buffers:           97424 kB
Cached:          1793256 kB
SwapCached:            0 kB
Active:          4431564 kB
Inactive:        1681204 kB
Active(anon):    4223512 kB
Inactive(anon):      892 kB
Active(file):     208052 kB
Inactive(file):  1680312 kB
Unevictable:     1695308 kB
Mlocked:         1499084 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:       5961968 kB
Mapped:            22300 kB
Shmem:               204 kB
Slab:             608576 kB
SReclaimable:      52608 kB
SUnreclaim:       555968 kB
KernelStack:        1656 kB
PageTables:        15884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    7017996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4354048 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= 71692 MiB
End job on node137 at 2016-06-29 19:53:15