Trace number 4119305

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)-9475 1800.18 935.049

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern40-30.opb
MD5SUMd36e490582f49f28bcbb16ea0b07dfa2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-10582
Best CPU time to get the best result obtained on this benchmark1800.11
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 12690
Biggest coefficient in the objective function 3292
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 870020
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 3292
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 870020
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)12650
Sum of products size (including duplicates)41110
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-4119305-1467252650.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
3.79/3.14	c ... done. Wall clock time 3.025s.
3.79/3.14	c declared #vars     40
3.79/3.14	c internal #vars     12690
3.79/3.14	c #constraints  25300
3.79/3.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.79/3.15	c constraints type 
3.79/3.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12650
3.79/3.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12650
3.79/3.15	c 25300 constraints processed.
3.79/3.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.79/3.15	c constraints type 
3.79/3.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12650
3.79/3.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12650
3.79/3.15	c 25300 constraints processed.
3.79/3.15	c objective function length is 12690 literals
4.09/3.30	c And the winner is solver0
4.50/3.66	c SATISFIABLE
4.50/3.66	c OPTIMIZING...
4.50/3.66	c Got one! Elapsed wall clock time (in seconds):3.537
4.50/3.66	o 0
4.60/3.78	c And the winner is solver0
5.01/4.21	c Got one! Elapsed wall clock time (in seconds):4.09
5.01/4.21	o -203
5.01/4.28	c And the winner is solver0
5.33/4.74	c Got one! Elapsed wall clock time (in seconds):4.625
5.33/4.74	o -406
5.47/4.80	c And the winner is solver0
5.51/5.27	c Got one! Elapsed wall clock time (in seconds):5.151
5.51/5.27	o -771
5.54/5.32	c And the winner is solver0
5.62/5.79	c Got one! Elapsed wall clock time (in seconds):5.674
5.62/5.79	o -987
5.62/5.88	c And the winner is solver0
5.85/6.35	c Got one! Elapsed wall clock time (in seconds):6.227
5.85/6.35	o -1136
5.85/6.37	c And the winner is solver0
5.92/6.86	c Got one! Elapsed wall clock time (in seconds):6.744
5.92/6.86	o -1626
5.97/6.93	c And the winner is solver0
6.08/7.38	c Got one! Elapsed wall clock time (in seconds):7.26
6.08/7.38	o -1705
6.10/7.43	c And the winner is solver0
6.21/7.90	c Got one! Elapsed wall clock time (in seconds):7.777
6.21/7.90	o -1755
6.21/7.94	c And the winner is solver0
6.34/8.41	c Got one! Elapsed wall clock time (in seconds):8.294
6.34/8.41	o -1855
6.34/8.44	c And the winner is solver0
6.42/8.93	c Got one! Elapsed wall clock time (in seconds):8.811
6.42/8.93	o -2116
6.42/8.97	c And the winner is solver0
6.50/9.45	c Got one! Elapsed wall clock time (in seconds):9.328
6.50/9.45	o -2698
6.83/9.61	c And the winner is solver0
6.92/9.99	c Got one! Elapsed wall clock time (in seconds):9.872
6.92/9.99	o -2942
7.13/10.19	c And the winner is solver0
7.41/10.51	c Got one! Elapsed wall clock time (in seconds):10.389
7.41/10.51	o -3115
7.41/10.56	c And the winner is solver0
7.51/11.02	c Got one! Elapsed wall clock time (in seconds):10.906
7.51/11.03	o -3224
7.51/11.07	c And the winner is solver0
7.59/11.54	c Got one! Elapsed wall clock time (in seconds):11.423
7.59/11.54	o -3280
7.59/11.58	c And the winner is solver0
7.68/12.06	c Got one! Elapsed wall clock time (in seconds):11.94
7.68/12.06	o -3925
8.89/12.66	c And the winner is solver0
10.15/13.86	c Got one! Elapsed wall clock time (in seconds):13.743
10.15/13.86	o -4005
11.45/14.45	c And the winner is solver0
12.74/15.63	c Got one! Elapsed wall clock time (in seconds):15.511
12.74/15.63	o -4474
13.30/15.99	c And the winner is solver0
13.57/16.15	c Got one! Elapsed wall clock time (in seconds):16.028
13.57/16.15	o -4536
14.05/16.41	c And the winner is solver0
14.10/16.66	c Got one! Elapsed wall clock time (in seconds):16.545
14.10/16.66	o -4553
14.10/16.69	c And the winner is solver0
14.15/17.18	c Got one! Elapsed wall clock time (in seconds):17.061
14.15/17.18	o -4570
14.17/17.22	c And the winner is solver0
14.22/17.70	c Got one! Elapsed wall clock time (in seconds):17.578
14.22/17.70	o -5253
15.87/18.57	c And the winner is solver0
16.75/19.35	c Got one! Elapsed wall clock time (in seconds):19.228
16.75/19.35	o -5270
18.84/20.43	c And the winner is solver0
19.46/21.02	c Got one! Elapsed wall clock time (in seconds):20.895
19.46/21.02	o -5872
25.31/23.92	c And the winner is solver0
26.12/24.78	c Got one! Elapsed wall clock time (in seconds):24.663
26.12/24.78	o -5902
27.03/25.29	c And the winner is solver0
28.13/26.29	c Got one! Elapsed wall clock time (in seconds):26.169
28.13/26.29	o -5905
28.60/26.58	c And the winner is solver0
29.85/27.71	c Got one! Elapsed wall clock time (in seconds):27.588
29.85/27.71	o -5922
30.22/27.91	c And the winner is solver0
31.50/29.13	c Got one! Elapsed wall clock time (in seconds):29.007
31.50/29.13	o -5925
31.50/29.18	c And the winner is solver0
31.62/29.64	c Got one! Elapsed wall clock time (in seconds):29.524
31.62/29.64	o -5942
31.75/29.70	c And the winner is solver0
31.77/30.16	c Got one! Elapsed wall clock time (in seconds):30.041
31.77/30.16	o -6573
39.04/33.85	c And the winner is solver0
40.39/35.13	c Got one! Elapsed wall clock time (in seconds):35.011
40.39/35.13	o -6585
44.83/37.27	c And the winner is solver0
45.00/37.65	c Got one! Elapsed wall clock time (in seconds):37.53
45.00/37.65	o -6593
48.07/39.30	c And the winner is solver0
48.32/39.67	c Got one! Elapsed wall clock time (in seconds):39.547
48.32/39.67	o -6610
49.96/40.55	c And the winner is solver0
50.82/41.39	c Got one! Elapsed wall clock time (in seconds):41.267
50.82/41.39	o -6735
65.37/48.67	c cleaning 5064 clauses out of 10130 with flag 6003/10130
66.88/49.36	c And the winner is solver0
67.82/50.26	c Got one! Elapsed wall clock time (in seconds):50.137
67.82/50.26	o -6884
76.72/54.78	c And the winner is solver0
77.49/55.43	c Got one! Elapsed wall clock time (in seconds):55.306
77.49/55.43	o -6990
82.03/57.71	c And the winner is solver0
82.76/58.49	c Got one! Elapsed wall clock time (in seconds):58.374
82.76/58.49	o -7036
85.19/59.74	c And the winner is solver0
85.45/60.01	c Got one! Elapsed wall clock time (in seconds):59.892
85.45/60.01	o -7101
86.62/60.65	c And the winner is solver0
87.46/61.43	c Got one! Elapsed wall clock time (in seconds):61.31
87.46/61.43	o -7122
88.02/61.75	c And the winner is solver0
89.17/62.85	c Got one! Elapsed wall clock time (in seconds):62.729
89.17/62.85	o -7206
89.63/63.08	c And the winner is solver0
90.99/64.32	c Got one! Elapsed wall clock time (in seconds):64.198
90.99/64.32	o -7210
91.13/64.49	c And the winner is solver0
92.42/65.69	c Got one! Elapsed wall clock time (in seconds):65.567
92.42/65.69	o -7751
112.10/75.50	c cleaning 6585 clauses out of 13174 with flag 8001/18238
138.47/88.72	c And the winner is solver0
139.83/90.19	c Got one! Elapsed wall clock time (in seconds):90.075
139.83/90.19	o -7757
154.35/97.47	c And the winner is solver0
154.51/97.71	c Got one! Elapsed wall clock time (in seconds):97.594
154.51/97.71	o -7774
158.06/99.51	c And the winner is solver0
159.06/100.58	c Got one! Elapsed wall clock time (in seconds):100.465
159.06/100.58	o -7780
161.15/101.62	c And the winner is solver0
161.67/102.10	c Got one! Elapsed wall clock time (in seconds):101.985
161.67/102.10	o -8084
177.03/109.89	c cleaning 9309 clauses out of 18624 with flag 6001/30273
210.67/126.54	c cleaning 7655 clauses out of 15315 with flag 18001/36273
258.15/150.38	c cleaning 7328 clauses out of 14661 with flag 32003/43274
280.54/161.56	c And the winner is solver0
280.96/162.08	c Got one! Elapsed wall clock time (in seconds):161.96
280.96/162.08	o -8150
291.84/167.50	c cleaning 6555 clauses out of 13114 with flag 4027/49055
301.43/172.30	c And the winner is solver0
302.22/173.15	c Got one! Elapsed wall clock time (in seconds):173.031
302.22/173.15	o -8173
313.27/178.74	c And the winner is solver0
313.97/179.42	c Got one! Elapsed wall clock time (in seconds):179.301
313.97/179.42	o -8177
319.31/182.12	c And the winner is solver0
319.54/182.44	c Got one! Elapsed wall clock time (in seconds):182.321
319.54/182.44	o -8202
322.05/183.77	c And the winner is solver0
322.32/183.96	c Got one! Elapsed wall clock time (in seconds):183.841
322.32/183.96	o -8214
323.58/184.61	c And the winner is solver0
324.39/185.43	c Got one! Elapsed wall clock time (in seconds):185.311
324.39/185.43	o -8219
324.52/185.53	c And the winner is solver0
324.67/185.95	c Got one! Elapsed wall clock time (in seconds):185.831
324.67/185.95	o -8226
324.75/186.04	c And the winner is solver0
324.87/186.47	c Got one! Elapsed wall clock time (in seconds):186.351
324.87/186.47	o -8229
324.91/186.51	c And the winner is solver0
324.96/186.99	c Got one! Elapsed wall clock time (in seconds):186.871
324.96/186.99	o -8232
324.98/187.05	c And the winner is solver0
325.09/187.51	c Got one! Elapsed wall clock time (in seconds):187.391
325.09/187.51	o -8247
325.44/187.78	c And the winner is solver0
326.82/189.03	c Got one! Elapsed wall clock time (in seconds):188.914
326.82/189.03	o -8250
327.28/189.27	c And the winner is solver0
328.64/190.56	c Got one! Elapsed wall clock time (in seconds):190.441
328.64/190.56	o -8256
328.74/190.62	c And the winner is solver0
328.82/191.08	c Got one! Elapsed wall clock time (in seconds):190.961
328.82/191.08	o -8262
328.83/191.18	c And the winner is solver0
329.08/191.60	c Got one! Elapsed wall clock time (in seconds):191.481
329.08/191.60	o -8575
343.85/199.03	c cleaning 7657 clauses out of 15313 with flag 6001/57809
374.99/214.60	c cleaning 6828 clauses out of 13657 with flag 18003/63810
409.66/231.86	c cleaning 6912 clauses out of 13828 with flag 32001/70809
452.21/253.27	c cleaning 7458 clauses out of 14917 with flag 48003/78810
463.60/258.92	c And the winner is solver0
464.00/259.45	c Got one! Elapsed wall clock time (in seconds):259.329
464.00/259.45	o -8675
484.46/269.77	c cleaning 6680 clauses out of 13362 with flag 8091/84713
519.14/287.04	c cleaning 6339 clauses out of 12682 with flag 20162/90713
564.30/309.57	c cleaning 6671 clauses out of 13344 with flag 34245/97714
614.67/334.61	c cleaning 7336 clauses out of 14672 with flag 50322/105713
619.67/337.10	c And the winner is solver0
619.67/337.48	c Got one! Elapsed wall clock time (in seconds):337.361
619.67/337.48	o -8676
630.48/342.95	c And the winner is solver0
631.53/343.95	c Got one! Elapsed wall clock time (in seconds):343.834
631.53/343.95	o -8680
636.73/346.58	c And the winner is solver0
637.60/347.38	c Got one! Elapsed wall clock time (in seconds):347.257
637.60/347.38	o -8683
640.30/348.71	c And the winner is solver0
640.65/349.10	c Got one! Elapsed wall clock time (in seconds):348.979
640.65/349.10	o -8692
641.22/349.43	c And the winner is solver0
642.55/350.72	c Got one! Elapsed wall clock time (in seconds):350.603
642.55/350.72	o -8701
642.68/350.83	c And the winner is solver0
642.87/351.24	c Got one! Elapsed wall clock time (in seconds):351.125
642.87/351.24	o -8707
643.15/351.48	c And the winner is solver0
643.44/351.77	c Got one! Elapsed wall clock time (in seconds):351.646
643.44/351.77	o -8708
644.87/352.50	c And the winner is solver0
645.67/353.39	c Got one! Elapsed wall clock time (in seconds):353.27
645.67/353.39	o -9047
666.84/363.90	c cleaning 7982 clauses out of 15971 with flag 8003/114348
698.26/379.92	c cleaning 6991 clauses out of 13989 with flag 20003/120348
732.51/397.05	c cleaning 6996 clauses out of 13997 with flag 34001/127347
776.64/419.04	c cleaning 7495 clauses out of 15002 with flag 50003/135348
830.60/445.96	c cleaning 8250 clauses out of 16506 with flag 68001/144347
889.03/475.36	c cleaning 9129 clauses out of 18257 with flag 88003/154348
954.53/507.88	c cleaning 10062 clauses out of 20127 with flag 110001/165347
1014.91/538.23	c And the winner is solver0
1016.21/539.61	c Got one! Elapsed wall clock time (in seconds):539.488
1016.21/539.61	o -9069
1042.01/552.52	c cleaning 12804 clauses out of 25618 with flag 10034/180900
1075.09/569.09	c cleaning 9401 clauses out of 18814 with flag 22321/186900
1121.09/591.99	c cleaning 8204 clauses out of 16413 with flag 36322/193900
1154.57/608.61	c And the winner is solver0
1155.57/609.84	c Got one! Elapsed wall clock time (in seconds):609.72
1155.57/609.84	o -9096
1160.73/612.47	c cleaning 6920 clauses out of 13848 with flag 2006/199539
1194.08/629.02	c cleaning 6460 clauses out of 12927 with flag 14069/205538
1227.04/645.42	c And the winner is solver0
1227.17/645.89	c Got one! Elapsed wall clock time (in seconds):645.767
1227.17/645.89	o -9099
1257.73/661.69	c cleaning 8368 clauses out of 16743 with flag 10050/215814
1266.12/665.83	c And the winner is solver0
1266.92/666.68	c Got one! Elapsed wall clock time (in seconds):666.562
1266.92/666.68	o -9101
1284.67/675.53	c And the winner is solver0
1285.35/676.21	c Got one! Elapsed wall clock time (in seconds):676.095
1285.35/676.21	o -9102
1291.88/679.59	c And the winner is solver0
1293.27/680.89	c Got one! Elapsed wall clock time (in seconds):680.772
1293.27/680.89	o -9114
1293.91/681.29	c And the winner is solver0
1294.31/681.58	c Got one! Elapsed wall clock time (in seconds):681.446
1294.31/681.58	o -9116
1300.41/684.64	c cleaning 7501 clauses out of 15001 with flag 2129/222440
1301.40/685.14	c And the winner is solver0
1302.55/686.24	c Got one! Elapsed wall clock time (in seconds):686.121
1302.55/686.24	o -9118
1304.24/687.11	c And the winner is solver0
1305.48/688.25	c Got one! Elapsed wall clock time (in seconds):688.135
1305.48/688.25	o -9475
1328.36/699.78	c cleaning 6456 clauses out of 12921 with flag 10003/227861
1362.08/716.50	c cleaning 6231 clauses out of 12465 with flag 22003/233861
1401.84/736.34	c cleaning 6616 clauses out of 13233 with flag 36001/240860
1444.22/757.41	c cleaning 7307 clauses out of 14617 with flag 52001/248860
1493.27/781.78	c cleaning 8153 clauses out of 16310 with flag 70001/257860
1554.27/812.16	c cleaning 9079 clauses out of 18157 with flag 90001/267860
1614.73/842.00	c cleaning 10037 clauses out of 20078 with flag 112001/278860
1687.22/878.07	c cleaning 11021 clauses out of 22041 with flag 136001/290860
1771.56/920.75	c cleaning 12007 clauses out of 24020 with flag 162001/303860
1800.18/935.01	c >>>>>>>>>> Solver number 0 (79 answers) <<<<<<<<<<<<<<<<<<
1800.18/935.01	c starts		: 80
1800.18/935.01	c conflicts		: 308910
1800.18/935.01	c decisions		: 311677
1800.18/935.01	c propagations		: 276152899
1800.18/935.01	c inspects		: 1197260221
1800.18/935.01	c shortcuts		: 0
1800.18/935.01	c learnt literals	: 0
1800.18/935.01	c learnt binary clauses	: 0
1800.18/935.01	c learnt ternary clauses	: 0
1800.18/935.01	c learnt constraints	: 308910
1800.18/935.01	c ignored constraints	: 0
1800.18/935.01	c root simplifications	: 0
1800.18/935.01	c removed literals (reason simplification)	: 381142526
1800.18/935.01	c reason swapping (by a shorter reason)	: 0
1800.18/935.01	c Calls to reduceDB	: 37
1800.18/935.01	c Number of update (reduction) of LBD	: 175
1800.18/935.01	c Imported unit clauses	: 0
1800.18/935.01	c number of reductions to clauses (during analyze)	: 0
1800.18/935.01	c number of learned constraints concerned by reduction	: 0
1800.18/935.01	c number of learning phase by resolution	: 0
1800.18/935.01	c number of learning phase by cutting planes	: 0
1800.18/935.01	c speed (assignments/second)	: 296361.49390809936
1800.18/935.01	c non guided choices	0
1800.18/935.02	c learnt constraints type 
1800.18/935.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17064
1800.18/935.02	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/935.02	c starts		: 80
1800.18/935.02	c conflicts		: 403
1800.18/935.02	c decisions		: 3160
1800.18/935.02	c propagations		: 1283756
1800.18/935.02	c inspects		: 47105380
1800.18/935.02	c shortcuts		: 0
1800.18/935.02	c learnt literals	: 0
1800.18/935.02	c learnt binary clauses	: 0
1800.18/935.02	c learnt ternary clauses	: 0
1800.18/935.02	c learnt constraints	: 330
1800.18/935.02	c ignored constraints	: 0
1800.18/935.02	c root simplifications	: 0
1800.18/935.02	c removed literals (reason simplification)	: 0
1800.18/935.02	c reason swapping (by a shorter reason)	: 0
1800.18/935.02	c Calls to reduceDB	: 0
1800.18/935.02	c Number of update (reduction) of LBD	: 0
1800.18/935.02	c Imported unit clauses	: 0
1800.18/935.02	c number of reductions to clauses (during analyze)	: 0
1800.18/935.02	c number of learned constraints concerned by reduction	: 0
1800.18/935.02	c number of learning phase by resolution	: 0
1800.18/935.02	c number of learning phase by cutting planes	: 0
1800.18/935.02	c speed (assignments/second)	: 5202.890503730663
1800.18/935.02	c non guided choices	0
1800.18/935.02	c learnt constraints type 
1800.18/935.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 330
1800.18/935.02	s SATISFIABLE
1800.18/935.02	c Found 79 solution(s)
1800.18/935.02	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 
1800.18/935.02	c objective function=-9475
1800.18/935.02	c Total wall clock time (in seconds): 934.899

Verifier Data

OK	-9475

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-4119305-1467252650/watcher-4119305-1467252650 -o /tmp/evaluation-result-4119305-1467252650/solver-4119305-1467252650 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467246678-11561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119305-1467252650.opb 

pid=13614
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.17 3.17 3.34 3/197 13617
/proc/meminfo: memFree=29003472/32872528 swapFree=13208/1155804
[pid=13617] ppid=13614 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/13617/stat : 13617 (java) D 13614 13617 11545 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 6232418 2560000 46 33554432000 1073741824 1073778376 140735280714976 140735280712104 219504799015 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/13617/statm: 625 46 37 9 0 29 0

[startup+0.100157 s]
/proc/loadavg: 3.17 3.17 3.34 3/197 13617
/proc/meminfo: memFree=29003472/32872528 swapFree=13208/1155804
[pid=13617] ppid=13614 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 11545 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 6232418 9787879424 6034 33554432000 1073741824 1073778376 140735280714976 140735280706112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13617/statm: 2389619 6034 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 3.17 3.17 3.34 3/197 13617
/proc/meminfo: memFree=29003472/32872528 swapFree=13208/1155804
[pid=13617] ppid=13614 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 11545 0 -1 4202496 4596 0 1 0 22 1 0 0 20 0 18 0 6232418 9787879424 7218 33554432000 1073741824 1073778376 140735280714976 140735280706112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13617/statm: 2389619 7218 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 3.17 3.17 3.34 3/197 13617
/proc/meminfo: memFree=29003472/32872528 swapFree=13208/1155804
[pid=13617] ppid=13614 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 11545 0 -1 4202496 5365 0 1 0 46 1 0 0 20 0 18 0 6232418 9787879424 8236 33554432000 1073741824 1073778376 140735280714976 140735280706112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13617/statm: 2389619 8236 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700182 s]
/proc/loadavg: 3.17 3.17 3.34 3/197 13617
/proc/meminfo: memFree=29003472/32872528 swapFree=13208/1155804
[pid=13617] ppid=13614 vsize=9558476 CPUtime=1.14 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 11545 0 -1 4202496 8935 0 1 0 112 2 0 0 20 0 18 0 6232418 9787879424 13651 33554432000 1073741824 1073778376 140735280714976 140735280706112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13617/statm: 2389619 13651 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 3.17 3.17 3.34 3/215 13635
/proc/meminfo: memFree=28947296/32872528 swapFree=13208/1155804
[pid=13617] ppid=13614 vsize=9558476 CPUtime=2.03 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 11545 0 -1 4202496 9416 0 1 0 201 2 0 0 20 0 18 0 6232418 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 140735280706112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13617/statm: 2389619 17711 2251 9 0 2380296 0
[pid=13617/tid=13619] ppid=13614 vsize=9558476 CPUtime=1.47 cores=0,2,4,6
/proc/13617/task/13619/stat : 13619 (java) R 13614 13617 11545 0 -1 4202560 2422 0 1 0 145 2 0 0 20 0 18 0 6232419 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139791621826680 139791471897776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13620/stat : 13620 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139791594281896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13621] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13621/stat : 13621 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139791593229352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13622] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13622/stat : 13622 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139791592176296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13623] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13623/stat : 13623 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139791591123752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13624] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13624/stat : 13624 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139791590070696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13625] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13625/stat : 13625 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139791460510248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13626] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13626/stat : 13626 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139791459457192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13627] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13627/stat : 13627 (java) S 13614 13617 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139791458404648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13628] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13628/stat : 13628 (java) S 13614 13617 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 6232422 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139790975458152 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13629] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13629/stat : 13629 (java) S 13614 13617 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 6232422 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139790974404472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13630] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13630/stat : 13630 (java) S 13614 13617 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 6232422 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139790973351304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13631] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13631/stat : 13631 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232425 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139790972300048 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13632] ppid=13614 vsize=9558476 CPUtime=0.34 cores=0,2,4,6
/proc/13617/task/13632/stat : 13632 (java) S 13614 13617 11545 0 -1 4202560 3937 0 0 0 34 0 0 0 20 0 18 0 6232425 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139790971246904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13633] ppid=13614 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/13617/task/13633/stat : 13633 (java) S 13614 13617 11545 0 -1 4202560 1794 0 0 0 20 0 0 0 20 0 18 0 6232425 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139790970194360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13634] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13634/stat : 13634 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232425 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139790969141496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13635] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13635/stat : 13635 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232425 9787879424 17711 33554432000 1073741824 1073778376 140735280714976 139790968089160 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9558476

[startup+3.10076 s]
/proc/loadavg: 3.17 3.17 3.34 3/215 13635
/proc/meminfo: memFree=28932588/32872528 swapFree=13208/1155804
[pid=13617] ppid=13614 vsize=9558476 CPUtime=3.79 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 11545 0 -1 4202496 9720 0 1 0 376 3 0 0 20 0 18 0 6232418 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 140735280706112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13617/statm: 2389619 21844 2251 9 0 2380296 0
[pid=13617/tid=13619] ppid=13614 vsize=9558476 CPUtime=3.05 cores=0,2,4,6
/proc/13617/task/13619/stat : 13619 (java) R 13614 13617 11545 0 -1 4202560 2432 0 1 0 303 2 0 0 20 0 18 0 6232419 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139791621826680 139791471897961 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13620/stat : 13620 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139791594281896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13621] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13621/stat : 13621 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139791593229352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13622] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13622/stat : 13622 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139791592176296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13623] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13623/stat : 13623 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139791591123752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13624] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13624/stat : 13624 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139791590070696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13625] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13625/stat : 13625 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139791460510248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13626] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13626/stat : 13626 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139791459457192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13627] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13627/stat : 13627 (java) S 13614 13617 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 6232421 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139791458404648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13628] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13628/stat : 13628 (java) S 13614 13617 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 6232422 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139790975458152 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13629] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13629/stat : 13629 (java) S 13614 13617 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 6232422 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139790974404472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13630] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13630/stat : 13630 (java) S 13614 13617 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 6232422 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139790973351304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13631] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13631/stat : 13631 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232425 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139790972300048 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13632] ppid=13614 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/13617/task/13632/stat : 13632 (java) S 13614 13617 11545 0 -1 4202560 3947 0 0 0 41 0 0 0 20 0 18 0 6232425 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139790971246904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13633] ppid=13614 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/13617/task/13633/stat : 13633 (java) S 13614 13617 11545 0 -1 4202560 2078 0 0 0 27 0 0 0 20 0 18 0 6232425 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139790970194360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13634] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13634/stat : 13634 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232425 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139790969141496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13635] ppid=13614 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13635/stat : 13635 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6232425 9787879424 21844 33554432000 1073741824 1073778376 140735280714976 139790968089160 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9558476

[startup+6.30083 s]
/proc/loadavg: 3.24 3.18 3.35 2/216 13651
/proc/meminfo: memFree=28851740/32872528 swapFree=13208/1155804
[pid=13617] ppid=13614 vsize=9824732 CPUtime=5.85 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 11545 0 -1 4202496 12396 0 1 0 566 19 0 0 20 0 19 0 6232418 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 140735280706112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13617/statm: 2456183 48050 2285 9 0 2446860 0
[pid=13617/tid=13619] ppid=13614 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/13617/task/13619/stat : 13619 (java) S 13614 13617 11545 0 -1 4202560 2465 0 1 0 325 2 0 0 20 0 19 0 6232419 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139791621829496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13620/stat : 13620 (java) S 13614 13617 11545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 6232421 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139791594281896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13621] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13621/stat : 13621 (java) S 13614 13617 11545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 6232421 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139791593229352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13622] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13622/stat : 13622 (java) S 13614 13617 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6232421 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139791592176296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13623] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13623/stat : 13623 (java) S 13614 13617 11545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 6232421 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139791591123752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13624] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13624/stat : 13624 (java) S 13614 13617 11545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 6232421 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139791590070696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13625] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13625/stat : 13625 (java) S 13614 13617 11545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 6232421 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139791460510248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13626] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13626/stat : 13626 (java) S 13614 13617 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6232421 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139791459457192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13627] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13627/stat : 13627 (java) S 13614 13617 11545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 6232421 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139791458404648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13628] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13628/stat : 13628 (java) S 13614 13617 11545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 6232422 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139790975458152 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13629] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13629/stat : 13629 (java) S 13614 13617 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6232422 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139790974404472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13630] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13630/stat : 13630 (java) S 13614 13617 11545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 6232422 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139790973351304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13631] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13631/stat : 13631 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6232425 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139790972300048 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13632] ppid=13614 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/13617/task/13632/stat : 13632 (java) S 13614 13617 11545 0 -1 4202560 3983 0 0 0 92 0 0 0 20 0 19 0 6232425 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139790971246904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13633] ppid=13614 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/13617/task/13633/stat : 13633 (java) S 13614 13617 11545 0 -1 4202560 4477 0 0 0 73 0 0 0 20 0 19 0 6232425 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139790970194360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13634] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13634/stat : 13634 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6232425 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139790969141496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13635] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13635/stat : 13635 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6232425 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139790968089160 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13639] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13639/stat : 13639 (java) S 13614 13617 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6232739 10060525568 48050 33554432000 1073741824 1073778376 140735280714976 139790963877288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 9824732

[startup+12.7008 s]
/proc/loadavg: 3.06 3.15 3.33 10/215 13687
/proc/meminfo: memFree=28793108/32872528 swapFree=13208/1155804
[pid=13617] ppid=13614 vsize=9824732 CPUtime=9.05 cores=0,2,4,6

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

/proc/13617/task/13627/stat : 13627 (java) S 13614 13617 11545 0 -1 4202560 999 0 0 0 135 35 0 0 20 0 22 0 6232421 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139791458404648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13628] ppid=13614 vsize=9824732 CPUtime=4.1 cores=0,2,4,6
/proc/13617/task/13628/stat : 13628 (java) S 13614 13617 11545 0 -1 4202560 2900 0 0 0 399 11 0 0 20 0 22 0 6232422 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790975458152 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13629] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13629/stat : 13629 (java) S 13614 13617 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6232422 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790974404472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13630] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13630/stat : 13630 (java) S 13614 13617 11545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 6232422 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790973351304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13631] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13631/stat : 13631 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6232425 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790972300048 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13632] ppid=13614 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/13617/task/13632/stat : 13632 (java) S 13614 13617 11545 0 -1 4202560 9675 0 0 0 185 1 0 0 20 0 22 0 6232425 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790971246904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13633] ppid=13614 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/13617/task/13633/stat : 13633 (java) S 13614 13617 11545 0 -1 4202560 5971 0 0 0 116 1 0 0 20 0 22 0 6232425 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790970194360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13634] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13634/stat : 13634 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6232425 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790969141496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13635] ppid=13614 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/13617/task/13635/stat : 13635 (java) S 13614 13617 11545 0 -1 4202560 47 0 0 0 8 11 0 0 20 0 22 0 6232425 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790968089160 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13639] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13639/stat : 13639 (java) S 13614 13617 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6232739 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790963877288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=14191] ppid=13614 vsize=9824732 CPUtime=132.83 cores=0,2,4,6
/proc/13617/task/14191/stat : 14191 (java) R 13614 13617 11545 0 -1 4202560 7 0 0 0 13281 2 0 0 20 0 22 0 6301247 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790965979312 139791472686545 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=14192] ppid=13614 vsize=9824732 CPUtime=132.84 cores=0,2,4,6
/proc/13617/task/14192/stat : 14192 (java) R 13614 13617 11545 0 -1 4202560 5 0 0 0 13282 2 0 0 20 0 22 0 6301247 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790967032688 139791471995565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=14193] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/14193/stat : 14193 (java) S 13614 13617 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6301247 10060525568 883416 33554432000 1073741824 1073778376 140735280714976 139790964930088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1573.85
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.25 3.67 3.39 6/219 14203
/proc/meminfo: memFree=22618296/32872528 swapFree=13208/1155804
[pid=13617] ppid=13614 vsize=9824732 CPUtime=1694.64 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 11545 0 -1 4202496 33357 0 1 0 168920 544 0 0 20 0 22 0 6232418 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 140735280706112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13617/statm: 2456183 896385 2303 9 0 2446860 0
[pid=13617/tid=13619] ppid=13614 vsize=9824732 CPUtime=4.69 cores=0,2,4,6
/proc/13617/task/13619/stat : 13619 (java) S 13614 13617 11545 0 -1 4202560 2493 0 1 0 465 4 0 0 20 0 22 0 6232419 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139791621829496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/13617/task/13620/stat : 13620 (java) S 13614 13617 11545 0 -1 4202560 1153 0 0 0 181 48 0 0 20 0 22 0 6232421 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139791594281896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13621] ppid=13614 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/13617/task/13621/stat : 13621 (java) S 13614 13617 11545 0 -1 4202560 875 0 0 0 183 36 0 0 20 0 22 0 6232421 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139791593229352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13622] ppid=13614 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/13617/task/13622/stat : 13622 (java) S 13614 13617 11545 0 -1 4202560 1196 0 0 0 169 45 0 0 20 0 22 0 6232421 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139791592176296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13623] ppid=13614 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/13617/task/13623/stat : 13623 (java) S 13614 13617 11545 0 -1 4202560 1087 0 0 0 177 40 0 0 20 0 22 0 6232421 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139791591123752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13624] ppid=13614 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/13617/task/13624/stat : 13624 (java) S 13614 13617 11545 0 -1 4202560 1278 0 0 0 152 37 0 0 20 0 22 0 6232421 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139791590070696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13625] ppid=13614 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/13617/task/13625/stat : 13625 (java) S 13614 13617 11545 0 -1 4202560 975 0 0 0 193 45 0 0 20 0 22 0 6232421 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139791460510248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13626] ppid=13614 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/13617/task/13626/stat : 13626 (java) S 13614 13617 11545 0 -1 4202560 826 0 0 0 157 32 0 0 20 0 22 0 6232421 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139791459457192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13627] ppid=13614 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/13617/task/13627/stat : 13627 (java) S 13614 13617 11545 0 -1 4202560 1059 0 0 0 161 36 0 0 20 0 22 0 6232421 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139791458404648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13628] ppid=13614 vsize=9824732 CPUtime=4.1 cores=0,2,4,6
/proc/13617/task/13628/stat : 13628 (java) S 13614 13617 11545 0 -1 4202560 2904 0 0 0 399 11 0 0 20 0 22 0 6232422 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790975458152 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13629] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13629/stat : 13629 (java) S 13614 13617 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6232422 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790974404472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13630] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13630/stat : 13630 (java) S 13614 13617 11545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 6232422 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790973351304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13631] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13631/stat : 13631 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6232425 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790972300048 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13632] ppid=13614 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/13617/task/13632/stat : 13632 (java) S 13614 13617 11545 0 -1 4202560 9675 0 0 0 185 1 0 0 20 0 22 0 6232425 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790971246904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13633] ppid=13614 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/13617/task/13633/stat : 13633 (java) S 13614 13617 11545 0 -1 4202560 5971 0 0 0 116 1 0 0 20 0 22 0 6232425 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790970194360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13634] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13634/stat : 13634 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6232425 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790969141496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13635] ppid=13614 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/13617/task/13635/stat : 13635 (java) S 13614 13617 11545 0 -1 4202560 51 0 0 0 8 13 0 0 20 0 22 0 6232425 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790968089160 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13639] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13639/stat : 13639 (java) S 13614 13617 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6232739 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790963877288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=14191] ppid=13614 vsize=9824732 CPUtime=192.27 cores=0,2,4,6
/proc/13617/task/14191/stat : 14191 (java) R 13614 13617 11545 0 -1 4202560 8 0 0 0 19225 2 0 0 20 0 22 0 6301247 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790965972624 139791472512021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=14192] ppid=13614 vsize=9824732 CPUtime=192.27 cores=0,2,4,6
/proc/13617/task/14192/stat : 14192 (java) R 13614 13617 11545 0 -1 4202560 6 0 0 0 19225 2 0 0 20 0 22 0 6301247 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790967032688 139791472519717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=14193] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/14193/stat : 14193 (java) S 13614 13617 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6301247 10060525568 896385 33554432000 1073741824 1073778376 140735280714976 139790964930088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1694.64
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+935.001 s]
/proc/loadavg: 4.16 3.74 3.43 5/219 14204
/proc/meminfo: memFree=22436468/32872528 swapFree=13208/1155804
[pid=13617] ppid=13614 vsize=9824732 CPUtime=1798.98 cores=0,2,4,6
/proc/13617/stat : 13617 (java) S 13614 13617 11545 0 -1 4202496 33658 0 1 0 179347 551 0 0 20 0 22 0 6232418 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 140735280706112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13617/statm: 2456183 915019 2303 9 0 2446860 0
[pid=13617/tid=13619] ppid=13614 vsize=9824732 CPUtime=4.69 cores=0,2,4,6
/proc/13617/task/13619/stat : 13619 (java) S 13614 13617 11545 0 -1 4202560 2493 0 1 0 465 4 0 0 20 0 22 0 6232419 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139791621829496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13620] ppid=13614 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/13617/task/13620/stat : 13620 (java) S 13614 13617 11545 0 -1 4202560 1175 0 0 0 197 49 0 0 20 0 22 0 6232421 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139791594281896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13621] ppid=13614 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/13617/task/13621/stat : 13621 (java) S 13614 13617 11545 0 -1 4202560 882 0 0 0 198 37 0 0 20 0 22 0 6232421 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139791593229352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13622] ppid=13614 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/13617/task/13622/stat : 13622 (java) S 13614 13617 11545 0 -1 4202560 1205 0 0 0 180 45 0 0 20 0 22 0 6232421 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139791592176296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13623] ppid=13614 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/13617/task/13623/stat : 13623 (java) S 13614 13617 11545 0 -1 4202560 1103 0 0 0 189 41 0 0 20 0 22 0 6232421 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139791591123752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13624] ppid=13614 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/13617/task/13624/stat : 13624 (java) S 13614 13617 11545 0 -1 4202560 1287 0 0 0 164 37 0 0 20 0 22 0 6232421 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139791590070696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13625] ppid=13614 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/13617/task/13625/stat : 13625 (java) S 13614 13617 11545 0 -1 4202560 978 0 0 0 201 45 0 0 20 0 22 0 6232421 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139791460510248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13626] ppid=13614 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/13617/task/13626/stat : 13626 (java) S 13614 13617 11545 0 -1 4202560 856 0 0 0 177 34 0 0 20 0 22 0 6232421 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139791459457192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13627] ppid=13614 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/13617/task/13627/stat : 13627 (java) S 13614 13617 11545 0 -1 4202560 1068 0 0 0 170 36 0 0 20 0 22 0 6232421 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139791458404648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13617/tid=13628] ppid=13614 vsize=9824732 CPUtime=5.64 cores=0,2,4,6
/proc/13617/task/13628/stat : 13628 (java) S 13614 13617 11545 0 -1 4202560 3093 0 0 0 553 11 0 0 20 0 22 0 6232422 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790975458152 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13629] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13629/stat : 13629 (java) S 13614 13617 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6232422 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790974404472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13630] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13630/stat : 13630 (java) S 13614 13617 11545 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 6232422 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790973351304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13631] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13631/stat : 13631 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6232425 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790972300048 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13632] ppid=13614 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/13617/task/13632/stat : 13632 (java) S 13614 13617 11545 0 -1 4202560 9675 0 0 0 185 1 0 0 20 0 22 0 6232425 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790971246904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=13633] ppid=13614 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/13617/task/13633/stat : 13633 (java) S 13614 13617 11545 0 -1 4202560 5971 0 0 0 116 1 0 0 20 0 22 0 6232425 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790970194360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13634] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13634/stat : 13634 (java) S 13614 13617 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6232425 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790969141496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13617/tid=13635] ppid=13614 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/13617/task/13635/stat : 13635 (java) S 13614 13617 11545 0 -1 4202560 53 0 0 0 9 14 0 0 20 0 22 0 6232425 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790968089160 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=13639] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/13639/stat : 13639 (java) S 13614 13617 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6232739 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790963877288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=14191] ppid=13614 vsize=9824732 CPUtime=242.99 cores=0,2,4,6
/proc/13617/task/14191/stat : 14191 (java) R 13614 13617 11545 0 -1 4202560 9 0 0 0 24296 3 0 0 20 0 22 0 6301247 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790965979312 139791472344147 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13617/tid=14192] ppid=13614 vsize=9824732 CPUtime=242.99 cores=0,2,4,6
/proc/13617/task/14192/stat : 14192 (java) R 13614 13617 11545 0 -1 4202560 9 0 0 0 24296 3 0 0 20 0 22 0 6301247 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790967032768 139791472759759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13617/tid=14193] ppid=13614 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13617/task/14193/stat : 14193 (java) S 13614 13617 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6301247 10060525568 915019 33554432000 1073741824 1073778376 140735280714976 139790964930088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
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 13617 sig 9
??? kill -13617 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13617 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=169548
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=721130
# CPU time returned by wait4() is 1797.89
# while last known CPU time is 1798.98
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 935.049
CPU time (s): 1800.18
CPU user time (s): 1794.85
CPU system time (s): 5.33
CPU usage (%): 192.523
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.17
system time used= 5.72113
maximum resident set size= 3660200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33703
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26961
involuntary context switches= 25919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81212 second user time and 7.46586 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 04:10:50
IDJOB=4119305
IDBENCH=111697
IDSOLVER=2543
FILE ID=node114/4119305-1467252650
RUNJOBID= node114-1467246678-11561
PBS_JOBID= 20004474
Free space on /tmp= 71672 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-autocorr_bern40-30.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119305-1467252650/watcher-4119305-1467252650 -o /tmp/evaluation-result-4119305-1467252650/solver-4119305-1467252650 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467246678-11561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119305-1467252650.opb

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

MD5SUM BENCH= d36e490582f49f28bcbb16ea0b07dfa2
RANDOM SEED=688290855

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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:        29004108 kB
Buffers:          115384 kB
Cached:          1211396 kB
SwapCached:            0 kB
Active:           764700 kB
Inactive:        1205164 kB
Active(anon):     645940 kB
Inactive(anon):        0 kB
Active(file):     118760 kB
Inactive(file):  1205164 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:       1774312 kB
Mapped:            22244 kB
Shmem:               204 kB
Slab:             608588 kB
SReclaimable:      52748 kB
SUnreclaim:       555840 kB
KernelStack:        1824 kB
PageTables:         8332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1943252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1732608 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= 71668 MiB
End job on node114 at 2016-06-30 04:26:25