Trace number 4117996

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 Resolution PB16SAT (TO)-14590 1800.07 1778.63

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-34.opb
MD5SUM12e66ff4357eff1895de3fb19889e7f8
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-18063
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 18348
Biggest coefficient in the objective function 4718
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 1412968
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 4718
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 1412968
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)18303
Sum of products size (including duplicates)59657
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4117996-1467216446.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
7.05/6.47	c ... done. Wall clock time 6.362s.
7.05/6.47	c declared #vars     45
7.05/6.47	c internal #vars     18348
7.05/6.47	c #constraints  36606
7.05/6.47	c constraints type 
7.05/6.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18303
7.05/6.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18303
7.05/6.47	c 36606 constraints processed.
7.05/6.47	c objective function length is 18348 literals
7.51/6.66	c SATISFIABLE
7.51/6.66	c OPTIMIZING...
7.51/6.66	c Got one! Elapsed wall clock time (in seconds):6.554
7.51/6.66	o 0
7.74/6.78	c Got one! Elapsed wall clock time (in seconds):6.673
7.74/6.78	o -264
8.01/6.85	c Got one! Elapsed wall clock time (in seconds):6.746
8.01/6.85	o -528
8.25/6.90	c Got one! Elapsed wall clock time (in seconds):6.797
8.25/6.90	o -1009
8.25/6.95	c Got one! Elapsed wall clock time (in seconds):6.844
8.25/6.95	o -1288
8.43/7.00	c Got one! Elapsed wall clock time (in seconds):6.898
8.43/7.00	o -1490
8.43/7.04	c Got one! Elapsed wall clock time (in seconds):6.934
8.43/7.04	o -2145
8.54/7.11	c Got one! Elapsed wall clock time (in seconds):7.012
8.54/7.11	o -2236
8.54/7.18	c Got one! Elapsed wall clock time (in seconds):7.08
8.54/7.18	o -2294
8.64/7.23	c Got one! Elapsed wall clock time (in seconds):7.126
8.64/7.23	o -2439
8.64/7.26	c Got one! Elapsed wall clock time (in seconds):7.161
8.64/7.26	o -2800
8.79/7.34	c Got one! Elapsed wall clock time (in seconds):7.233
8.79/7.34	o -3590
9.02/7.50	c Got one! Elapsed wall clock time (in seconds):7.395
9.02/7.50	o -4287
9.12/7.69	c Got one! Elapsed wall clock time (in seconds):7.591
9.12/7.69	o -4380
9.33/7.82	c Got one! Elapsed wall clock time (in seconds):7.72
9.33/7.82	o -5021
9.68/8.13	c Got one! Elapsed wall clock time (in seconds):8.027
9.68/8.13	o -5030
9.89/8.30	c Got one! Elapsed wall clock time (in seconds):8.202
9.89/8.30	o -5177
9.89/8.39	c Got one! Elapsed wall clock time (in seconds):8.286
9.89/8.39	o -5270
9.99/8.47	c Got one! Elapsed wall clock time (in seconds):8.364
9.99/8.47	o -5967
10.50/8.98	c Got one! Elapsed wall clock time (in seconds):8.876
10.50/8.98	o -6013
10.99/9.49	c Got one! Elapsed wall clock time (in seconds):9.385
10.99/9.49	o -6114
11.09/9.53	c Got one! Elapsed wall clock time (in seconds):9.432
11.09/9.53	o -6160
11.09/9.58	c Got one! Elapsed wall clock time (in seconds):9.48
11.09/9.58	o -7119
13.11/11.45	c Got one! Elapsed wall clock time (in seconds):11.344
13.11/11.45	o -7208
14.91/13.30	c Got one! Elapsed wall clock time (in seconds):13.197
14.91/13.30	o -7518
16.12/14.45	c Got one! Elapsed wall clock time (in seconds):14.345
16.12/14.45	o -7726
16.96/15.16	c Got one! Elapsed wall clock time (in seconds):15.061
16.96/15.16	o -7737
17.16/15.39	c Got one! Elapsed wall clock time (in seconds):15.283
17.16/15.39	o -7906
17.36/15.55	c Got one! Elapsed wall clock time (in seconds):15.443
17.36/15.55	o -7957
17.46/15.63	c Got one! Elapsed wall clock time (in seconds):15.53
17.46/15.63	o -8019
17.46/15.69	c Got one! Elapsed wall clock time (in seconds):15.589
17.46/15.69	o -8023
17.56/15.73	c Got one! Elapsed wall clock time (in seconds):15.625
17.56/15.73	o -8078
17.56/15.77	c Got one! Elapsed wall clock time (in seconds):15.669
17.56/15.77	o -9047
21.67/19.74	c Got one! Elapsed wall clock time (in seconds):19.634
21.67/19.74	o -9070
23.44/21.43	c Got one! Elapsed wall clock time (in seconds):21.326
23.44/21.43	o -9074
24.74/22.76	c Got one! Elapsed wall clock time (in seconds):22.659
24.74/22.76	o -9080
25.14/23.14	c Got one! Elapsed wall clock time (in seconds):23.037
25.14/23.14	o -9537
31.75/29.49	c Got one! Elapsed wall clock time (in seconds):29.389
31.75/29.49	o -9563
34.16/31.83	c cleaning 5567 clauses out of 11134 with flag 2007/11134
35.67/33.38	c Got one! Elapsed wall clock time (in seconds):33.282
35.67/33.38	o -10024
39.88/37.55	c Got one! Elapsed wall clock time (in seconds):37.444
39.88/37.55	o -10414
48.52/45.95	c cleaning 6058 clauses out of 12119 with flag 8001/17686
53.92/51.35	c Got one! Elapsed wall clock time (in seconds):51.249
53.92/51.35	o -10536
59.72/57.15	c Got one! Elapsed wall clock time (in seconds):57.043
59.72/57.15	o -10737
62.15/59.51	c cleaning 6174 clauses out of 12347 with flag 2062/23972
64.58/61.46	c Got one! Elapsed wall clock time (in seconds):61.358
64.58/61.46	o -10742
66.68/63.53	c Got one! Elapsed wall clock time (in seconds):63.425
66.68/63.53	o -10807
68.28/65.16	c Got one! Elapsed wall clock time (in seconds):65.059
68.28/65.16	o -10866
68.58/65.46	c Got one! Elapsed wall clock time (in seconds):65.361
68.58/65.46	o -10876
68.78/65.61	c Got one! Elapsed wall clock time (in seconds):65.508
68.78/65.61	o -10880
68.78/65.67	c Got one! Elapsed wall clock time (in seconds):65.565
68.78/65.67	o -10940
68.88/65.77	c Got one! Elapsed wall clock time (in seconds):65.672
68.88/65.77	o -10941
68.98/65.82	c Got one! Elapsed wall clock time (in seconds):65.72
68.98/65.82	o -10942
68.98/65.87	c Got one! Elapsed wall clock time (in seconds):65.765
68.98/65.87	o -10947
69.08/65.92	c Got one! Elapsed wall clock time (in seconds):65.817
69.08/65.92	o -11562
79.18/76.01	c cleaning 6874 clauses out of 13752 with flag 10001/31551
92.28/88.98	c cleaning 6438 clauses out of 12879 with flag 22003/37552
92.59/89.25	c Got one! Elapsed wall clock time (in seconds):89.149
92.59/89.25	o -11649
103.38/100.04	c cleaning 5788 clauses out of 11577 with flag 10010/42688
108.78/105.43	c Got one! Elapsed wall clock time (in seconds):105.331
108.78/105.43	o -11674
114.29/110.96	c Got one! Elapsed wall clock time (in seconds):110.862
114.29/110.96	o -11676
116.49/113.10	c cleaning 5968 clauses out of 11935 with flag 2026/48834
117.47/113.64	c Got one! Elapsed wall clock time (in seconds):113.536
117.47/113.64	o -11681
119.87/116.02	c Got one! Elapsed wall clock time (in seconds):115.921
119.87/116.02	o -11690
120.87/117.01	c Got one! Elapsed wall clock time (in seconds):116.902
120.87/117.01	o -11740
121.47/117.65	c Got one! Elapsed wall clock time (in seconds):117.546
121.47/117.65	o -11769
121.87/118.08	c Got one! Elapsed wall clock time (in seconds):117.974
121.87/118.08	o -11774
121.97/118.17	c Got one! Elapsed wall clock time (in seconds):118.064
121.97/118.17	o -12297
130.38/126.51	c cleaning 6037 clauses out of 12086 with flag 8003/54953
142.69/138.82	c cleaning 6019 clauses out of 12048 with flag 20001/60952
157.71/153.29	c cleaning 6515 clauses out of 13030 with flag 34003/67953
168.21/163.74	c Got one! Elapsed wall clock time (in seconds):163.637
168.21/163.74	o -12372
178.81/174.35	c cleaning 8301 clauses out of 16608 with flag 10135/78046
191.51/187.08	c cleaning 7154 clauses out of 14307 with flag 22135/84046
194.81/190.38	c Got one! Elapsed wall clock time (in seconds):190.273
194.81/190.38	o -12428
205.35/200.23	c cleaning 6350 clauses out of 12701 with flag 8186/89594
210.35/205.21	c Got one! Elapsed wall clock time (in seconds):205.103
210.35/205.21	o -12441
216.55/211.43	c cleaning 5762 clauses out of 11525 with flag 6066/94768
218.75/213.67	c Got one! Elapsed wall clock time (in seconds):213.569
218.75/213.67	o -12445
223.95/218.89	c Got one! Elapsed wall clock time (in seconds):218.789
223.95/218.89	o -12485
225.55/220.49	c Got one! Elapsed wall clock time (in seconds):220.387
225.55/220.49	o -12488
226.15/221.01	c Got one! Elapsed wall clock time (in seconds):220.91
226.15/221.01	o -12503
226.65/221.58	c Got one! Elapsed wall clock time (in seconds):221.478
226.65/221.58	o -12538
226.95/221.84	c Got one! Elapsed wall clock time (in seconds):221.734
226.95/221.84	o -12540
227.05/221.90	c Got one! Elapsed wall clock time (in seconds):221.799
227.05/221.90	o -12545
227.05/221.97	c Got one! Elapsed wall clock time (in seconds):221.871
227.05/221.97	o -12553
227.35/222.27	c Got one! Elapsed wall clock time (in seconds):222.163
227.35/222.27	o -13167
231.55/226.42	c cleaning 6194 clauses out of 12397 with flag 4005/101402
243.97/238.67	c cleaning 6095 clauses out of 12201 with flag 16001/107400
258.17/252.83	c cleaning 6550 clauses out of 13106 with flag 30001/114400
274.68/269.35	c cleaning 7275 clauses out of 14557 with flag 46003/122401
293.41/287.70	c cleaning 8138 clauses out of 16282 with flag 64003/131401
313.01/307.32	c cleaning 9072 clauses out of 18143 with flag 84001/141400
317.51/311.84	c Got one! Elapsed wall clock time (in seconds):311.733
317.51/311.84	o -13174
326.41/320.77	c cleaning 7524 clauses out of 15050 with flag 8004/147379
338.87/333.02	c cleaning 6759 clauses out of 13526 with flag 20055/153379
353.98/348.19	c cleaning 6881 clauses out of 13767 with flag 34127/160379
368.88/363.08	c Got one! Elapsed wall clock time (in seconds):362.975
368.88/363.08	o -13198
380.49/374.28	c cleaning 9507 clauses out of 19013 with flag 10005/172506
392.68/386.44	c cleaning 7752 clauses out of 15506 with flag 22119/178506
397.99/391.79	c Got one! Elapsed wall clock time (in seconds):391.683
397.99/391.79	o -13216
404.79/398.59	c cleaning 6627 clauses out of 13258 with flag 6006/184010
418.20/411.85	c cleaning 6313 clauses out of 12630 with flag 18004/190009
421.50/415.12	c Got one! Elapsed wall clock time (in seconds):415.017
421.50/415.12	o -13222
430.70/424.31	c cleaning 5908 clauses out of 11820 with flag 8387/195512
432.21/425.85	c Got one! Elapsed wall clock time (in seconds):425.751
432.21/425.85	o -13226
433.20/426.81	c Got one! Elapsed wall clock time (in seconds):426.707
433.20/426.81	o -13645
443.31/436.94	c cleaning 5993 clauses out of 11992 with flag 10003/201592
455.47/448.93	c cleaning 5997 clauses out of 11998 with flag 22001/207591
469.26/462.70	c cleaning 6500 clauses out of 13002 with flag 36003/214592
485.67/478.92	c cleaning 7250 clauses out of 14502 with flag 52003/222592
503.67/496.96	c cleaning 8123 clauses out of 16251 with flag 70001/231591
525.42/518.51	c cleaning 9061 clauses out of 18129 with flag 90003/241592
547.92/541.09	c cleaning 10032 clauses out of 20068 with flag 112003/252592
573.37/566.24	c cleaning 11016 clauses out of 22036 with flag 136003/264592
601.13/593.87	c cleaning 12006 clauses out of 24019 with flag 162001/277591
631.96/624.30	c cleaning 13002 clauses out of 26013 with flag 190001/291591
645.23/637.36	c Got one! Elapsed wall clock time (in seconds):637.257
645.23/637.36	o -13693
656.53/648.61	c cleaning 12146 clauses out of 24298 with flag 10004/302878
669.63/661.73	c cleaning 9073 clauses out of 18151 with flag 22002/308877
684.24/676.19	c cleaning 8038 clauses out of 16078 with flag 36002/315877
701.11/692.81	c cleaning 8015 clauses out of 16041 with flag 52037/323878
719.82/711.57	c cleaning 8508 clauses out of 17025 with flag 70246/332877
741.32/732.94	c cleaning 9259 clauses out of 18518 with flag 90529/342878
764.17/755.70	c cleaning 10127 clauses out of 20259 with flag 112691/353878
767.07/758.51	c Got one! Elapsed wall clock time (in seconds):758.403
767.07/758.51	o -13703
776.44/767.79	c cleaning 7732 clauses out of 15469 with flag 8122/359215
790.24/781.51	c cleaning 6868 clauses out of 13737 with flag 20298/365215
804.31/795.46	c Got one! Elapsed wall clock time (in seconds):795.362
804.31/795.46	o -13707
815.90/807.01	c cleaning 9024 clauses out of 18052 with flag 10454/376398
824.51/815.59	c Got one! Elapsed wall clock time (in seconds):815.486
824.51/815.59	o -13804
829.21/820.25	c cleaning 7348 clauses out of 14696 with flag 4184/382066
842.70/833.76	c cleaning 6675 clauses out of 13349 with flag 16552/388067
851.71/842.65	c Got one! Elapsed wall clock time (in seconds):842.551
851.71/842.65	o -13805
853.81/844.75	c cleaning 5870 clauses out of 11745 with flag 2010/393138
864.22/854.92	c Got one! Elapsed wall clock time (in seconds):854.82
864.22/854.92	o -13831
866.60/857.33	c cleaning 5854 clauses out of 11714 with flag 2024/398977
871.30/862.09	c Got one! Elapsed wall clock time (in seconds):861.991
871.30/862.09	o -13840
873.60/864.30	c Got one! Elapsed wall clock time (in seconds):864.195
873.60/864.30	o -13845
874.01/864.80	c Got one! Elapsed wall clock time (in seconds):864.695
874.01/864.80	o -13856
874.40/865.12	c Got one! Elapsed wall clock time (in seconds):865.017
874.40/865.12	o -13858
874.70/865.47	c Got one! Elapsed wall clock time (in seconds):865.371
874.70/865.47	o -13860
875.50/866.29	c Got one! Elapsed wall clock time (in seconds):866.185
875.50/866.29	o -13866
876.20/866.98	c Got one! Elapsed wall clock time (in seconds):866.879
876.20/866.98	o -13873
877.80/868.54	c Got one! Elapsed wall clock time (in seconds):868.439
877.80/868.54	o -14158
884.25/874.74	c cleaning 6731 clauses out of 13476 with flag 6001/406593
896.54/887.00	c cleaning 6366 clauses out of 12746 with flag 18003/412594
911.03/901.37	c cleaning 6687 clauses out of 13380 with flag 32003/419594
926.95/917.03	c cleaning 7344 clauses out of 14693 with flag 48003/427594
945.44/935.30	c cleaning 8167 clauses out of 16348 with flag 66001/436593
965.47/955.22	c cleaning 9086 clauses out of 18182 with flag 86003/446594
988.27/977.82	c cleaning 10043 clauses out of 20096 with flag 108003/457594
1012.14/1001.56	c cleaning 11026 clauses out of 22053 with flag 132003/469594
1039.35/1028.48	c cleaning 12009 clauses out of 24027 with flag 158003/482594
1068.21/1056.88	c cleaning 13008 clauses out of 26017 with flag 186001/496593
1100.79/1088.94	c cleaning 14006 clauses out of 28011 with flag 216005/511595
1134.59/1122.13	c cleaning 15000 clauses out of 30003 with flag 248001/527593
1169.61/1156.57	c cleaning 15998 clauses out of 32004 with flag 282003/544594
1209.60/1195.72	c cleaning 17001 clauses out of 34006 with flag 318003/562594
1250.78/1236.20	c cleaning 18003 clauses out of 36006 with flag 356005/581595
1270.00/1255.37	c Got one! Elapsed wall clock time (in seconds):1255.269
1270.00/1255.37	o -14254
1281.46/1266.55	c cleaning 15945 clauses out of 31894 with flag 10004/595486
1294.13/1279.07	c cleaning 10970 clauses out of 21949 with flag 22004/601486
1308.96/1293.80	c cleaning 8988 clauses out of 17979 with flag 36004/608486
1325.80/1310.31	c cleaning 8491 clauses out of 16990 with flag 52002/616485
1344.47/1328.90	c cleaning 8750 clauses out of 17500 with flag 70004/625486
1366.78/1350.93	c cleaning 9373 clauses out of 18750 with flag 90004/635486
1390.14/1374.17	c cleaning 10181 clauses out of 20377 with flag 112004/646486
1416.35/1399.97	c cleaning 11098 clauses out of 22196 with flag 136004/658486
1444.37/1427.70	c cleaning 12048 clauses out of 24097 with flag 162002/671485
1474.65/1457.43	c cleaning 13021 clauses out of 26049 with flag 190002/685485
1504.32/1486.66	c Got one! Elapsed wall clock time (in seconds):1486.56
1504.32/1486.66	o -14370
1516.40/1498.30	c cleaning 15836 clauses out of 31683 with flag 10003/704140
1530.29/1512.05	c cleaning 10919 clauses out of 21848 with flag 22005/710141
1545.79/1527.48	c cleaning 8960 clauses out of 17929 with flag 36005/717141
1563.40/1544.82	c cleaning 8484 clauses out of 16969 with flag 52005/725141
1583.23/1564.33	c cleaning 8742 clauses out of 17484 with flag 70003/734140
1604.87/1585.64	c cleaning 9370 clauses out of 18742 with flag 90003/744140
1630.01/1610.60	c cleaning 10185 clauses out of 20373 with flag 112005/755141
1642.03/1622.44	c Got one! Elapsed wall clock time (in seconds):1622.333
1642.03/1622.44	o -14383
1653.53/1633.78	c cleaning 10300 clauses out of 20601 with flag 10116/765554
1667.41/1647.52	c cleaning 8147 clauses out of 16300 with flag 22164/771553
1682.88/1662.84	c cleaning 7572 clauses out of 15153 with flag 36164/778553
1700.43/1680.11	c cleaning 7791 clauses out of 15582 with flag 52166/786554
1711.99/1691.65	c Got one! Elapsed wall clock time (in seconds):1691.545
1711.99/1691.65	o -14404
1723.86/1703.32	c cleaning 8969 clauses out of 17941 with flag 10140/796704
1737.64/1716.90	c cleaning 7483 clauses out of 14971 with flag 22145/802703
1747.40/1726.63	c Got one! Elapsed wall clock time (in seconds):1726.523
1747.40/1726.63	o -14408
1749.70/1728.98	c cleaning 6414 clauses out of 12839 with flag 2006/808054
1757.04/1736.24	c Got one! Elapsed wall clock time (in seconds):1736.132
1757.04/1736.24	o -14419
1761.83/1740.98	c cleaning 5799 clauses out of 11600 with flag 4021/813229
1763.33/1742.47	c Got one! Elapsed wall clock time (in seconds):1742.365
1763.33/1742.47	o -14421
1765.14/1744.20	c Got one! Elapsed wall clock time (in seconds):1744.097
1765.14/1744.20	o -14426
1765.34/1744.46	c Got one! Elapsed wall clock time (in seconds):1744.362
1765.34/1744.47	o -14428
1767.11/1746.12	c Got one! Elapsed wall clock time (in seconds):1746.017
1767.11/1746.12	o -14430
1777.72/1756.61	c Got one! Elapsed wall clock time (in seconds):1756.512
1777.72/1756.61	o -14446
1778.82/1757.75	c Got one! Elapsed wall clock time (in seconds):1757.644
1778.82/1757.75	o -14460
1779.81/1758.78	c Got one! Elapsed wall clock time (in seconds):1758.678
1779.81/1758.78	o -14462
1782.58/1761.39	c cleaning 7101 clauses out of 14201 with flag 2024/821629
1787.07/1765.84	c Got one! Elapsed wall clock time (in seconds):1765.737
1787.07/1765.84	o -14590
1795.57/1774.10	c cleaning 6515 clauses out of 13046 with flag 8003/827575
1800.07/1778.60	c starts		: 108
1800.07/1778.60	c conflicts		: 829887
1800.07/1778.60	c decisions		: 834218
1800.07/1778.60	c propagations		: 966493225
1800.07/1778.60	c inspects		: 3947178421
1800.07/1778.60	c shortcuts		: 0
1800.07/1778.60	c learnt literals	: 0
1800.07/1778.60	c learnt binary clauses	: 0
1800.07/1778.60	c learnt ternary clauses	: 0
1800.07/1778.60	c learnt constraints	: 829886
1800.07/1778.60	c ignored constraints	: 0
1800.07/1778.60	c root simplifications	: 0
1800.07/1778.60	c removed literals (reason simplification)	: 0
1800.07/1778.60	c reason swapping (by a shorter reason)	: 0
1800.07/1778.60	c Calls to reduceDB	: 94
1800.07/1778.60	c Number of update (reduction) of LBD	: 199
1800.07/1778.60	c Imported unit clauses	: 0
1800.07/1778.60	c number of reductions to clauses (during analyze)	: 0
1800.07/1778.60	c number of learned constraints concerned by reduction	: 0
1800.07/1778.60	c number of learning phase by resolution	: 0
1800.07/1778.60	c number of learning phase by cutting planes	: 0
1800.07/1778.60	c speed (assignments/second)	: 545406.9108308471
1800.07/1778.60	c non guided choices	0
1800.07/1778.61	c learnt constraints type 
1800.07/1778.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8843
1800.07/1778.61	s SATISFIABLE
1800.07/1778.61	c Found 107 solution(s)
1800.07/1778.61	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.07/1778.61	c objective function=-14590
1800.07/1778.61	c Total wall clock time (in seconds): 1778.505

Verifier Data

OK	-14590

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-4117996-1467216446/watcher-4117996-1467216446 -o /tmp/evaluation-result-4117996-1467216446/solver-4117996-1467216446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467209132-3606 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117996-1467216446.opb 

pid=4851
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: 2.50 2.31 2.21 3/194 4854
/proc/meminfo: memFree=25882404/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/4854/stat : 4854 (java) R 4851 4854 3589 0 -1 4202496 1130 0 0 0 0 0 0 0 20 0 1 0 2603142 23793664 779 33554432000 1073741824 1073778376 140735836854592 140735836843656 139791289121248 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 5809 798 593 9 0 128 0

[startup+0.100164 s]
/proc/loadavg: 2.50 2.31 2.21 3/194 4854
/proc/meminfo: memFree=25882404/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/4854/stat : 4854 (java) S 4851 4854 3589 0 -1 4202496 4462 0 1 0 9 1 0 0 20 0 18 0 2603142 9787879424 6093 33554432000 1073741824 1073778376 140735836854592 140735836845728 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 2389619 6093 2155 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.50 2.31 2.21 3/194 4854
/proc/meminfo: memFree=25882404/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/4854/stat : 4854 (java) S 4851 4854 3589 0 -1 4202496 4718 0 1 0 25 1 0 0 20 0 18 0 2603142 9787879424 6817 33554432000 1073741824 1073778376 140735836854592 140735836845728 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 2389619 6817 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 2.50 2.31 2.21 3/194 4854
/proc/meminfo: memFree=25882404/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/4854/stat : 4854 (java) S 4851 4854 3589 0 -1 4202496 6428 0 1 0 49 1 0 0 20 0 18 0 2603142 9787879424 8440 33554432000 1073741824 1073778376 140735836854592 140735836845728 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 2389619 8440 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700268 s]
/proc/loadavg: 2.50 2.31 2.21 3/194 4854
/proc/meminfo: memFree=25882404/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=9558476 CPUtime=1.05 cores=0,2,4,6
/proc/4854/stat : 4854 (java) S 4851 4854 3589 0 -1 4202496 7297 0 1 0 104 1 0 0 20 0 18 0 2603142 9787879424 11259 33554432000 1073741824 1073778376 140735836854592 140735836845728 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 2389619 11259 2242 9 0 2380296 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9558476

[startup+1.50068 s]
/proc/loadavg: 2.50 2.31 2.21 3/212 4872
/proc/meminfo: memFree=25754792/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=9558476 CPUtime=1.9 cores=0,2,4,6
/proc/4854/stat : 4854 (java) S 4851 4854 3589 0 -1 4202496 7560 0 1 0 189 1 0 0 20 0 18 0 2603142 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 140735836845728 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 2389619 13826 2249 9 0 2380296 0
[pid=4854/tid=4855] ppid=4851 vsize=9558476 CPUtime=1.47 cores=0,2,4,6
/proc/4854/task/4855/stat : 4855 (java) R 4851 4854 3589 0 -1 4202560 2416 0 1 0 146 1 0 0 20 0 18 0 2603143 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139791285874480 139791136349842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4857] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4857/stat : 4857 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139791258335528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4858] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4858/stat : 4858 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139791257282728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4859] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4859/stat : 4859 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139791256230440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4860] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4860/stat : 4860 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139791255177640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4861] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4861/stat : 4861 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139791124966184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4862] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4862/stat : 4862 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139791123913384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4863] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4863/stat : 4863 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139791122861096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4864] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4864/stat : 4864 (java) S 4851 4854 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139791121808296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4865] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4865/stat : 4865 (java) S 4851 4854 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2603144 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139790639294696 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4866] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4866/stat : 4866 (java) S 4851 4854 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2603145 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139790638240760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4867] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4867/stat : 4867 (java) S 4851 4854 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2603145 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139790637188360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4868] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4868/stat : 4868 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603147 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139790636136848 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4869] ppid=4851 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/4854/task/4869/stat : 4869 (java) S 4851 4854 3589 0 -1 4202560 1959 0 0 0 20 0 0 0 20 0 18 0 2603147 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139790635084472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4870] ppid=4851 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/4854/task/4870/stat : 4870 (java) S 4851 4854 3589 0 -1 4202560 1921 0 0 0 19 0 0 0 20 0 18 0 2603147 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139790634031672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4871] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4871/stat : 4871 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603147 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139790632979576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4872] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4872/stat : 4872 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603147 9787879424 13826 33554432000 1073741824 1073778376 140735836854592 139790631926984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9558476

[startup+3.10069 s]
/proc/loadavg: 2.50 2.31 2.21 3/212 4872
/proc/meminfo: memFree=25733892/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=9558476 CPUtime=3.72 cores=0,2,4,6
/proc/4854/stat : 4854 (java) S 4851 4854 3589 0 -1 4202496 12622 0 1 0 370 2 0 0 20 0 18 0 2603142 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 140735836845728 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 2389619 18899 2250 9 0 2380296 0
[pid=4854/tid=4855] ppid=4851 vsize=9558476 CPUtime=3.06 cores=0,2,4,6
/proc/4854/task/4855/stat : 4855 (java) R 4851 4854 3589 0 -1 4202560 2422 0 1 0 305 1 0 0 20 0 18 0 2603143 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139791285881248 139791136350115 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4857] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4857/stat : 4857 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139791258335528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4858] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4858/stat : 4858 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139791257282728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4859] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4859/stat : 4859 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139791256230440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4860] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4860/stat : 4860 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139791255177640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4861] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4861/stat : 4861 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139791124966184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4862] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4862/stat : 4862 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139791123913384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4863] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4863/stat : 4863 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139791122861096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4864] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4864/stat : 4864 (java) S 4851 4854 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139791121808296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4865] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4865/stat : 4865 (java) S 4851 4854 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2603144 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139790639294696 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4866] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4866/stat : 4866 (java) S 4851 4854 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2603145 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139790638240760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4867] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4867/stat : 4867 (java) S 4851 4854 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2603145 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139790637188360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4868] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4868/stat : 4868 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603147 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139790636136848 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4869] ppid=4851 vsize=9558476 CPUtime=0.34 cores=0,2,4,6
/proc/4854/task/4869/stat : 4869 (java) S 4851 4854 3589 0 -1 4202560 6545 0 0 0 34 0 0 0 20 0 18 0 2603147 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139790635084472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4870] ppid=4851 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/4854/task/4870/stat : 4870 (java) S 4851 4854 3589 0 -1 4202560 2391 0 0 0 26 0 0 0 20 0 18 0 2603147 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139790634031672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4871] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4871/stat : 4871 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603147 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139790632979576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4872] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4872/stat : 4872 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603147 9787879424 18899 33554432000 1073741824 1073778376 140735836854592 139790631926984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9558476

[startup+6.30079 s]
/proc/loadavg: 2.46 2.31 2.21 4/212 4872
/proc/meminfo: memFree=25638240/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=9558476 CPUtime=6.95 cores=0,2,4,6
/proc/4854/stat : 4854 (java) S 4851 4854 3589 0 -1 4202496 12631 0 1 0 692 3 0 0 20 0 18 0 2603142 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 140735836845728 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 2389619 21018 2252 9 0 2380296 0
[pid=4854/tid=4855] ppid=4851 vsize=9558476 CPUtime=6.26 cores=0,2,4,6
/proc/4854/task/4855/stat : 4855 (java) R 4851 4854 3589 0 -1 4202560 2429 0 1 0 625 1 0 0 20 0 18 0 2603143 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139791285874432 139791136349796 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4857] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4857/stat : 4857 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139791258335528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4858] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4858/stat : 4858 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139791257282728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4859] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4859/stat : 4859 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139791256230440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4860] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4860/stat : 4860 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139791255177640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4861] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4861/stat : 4861 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139791124966184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4862] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4862/stat : 4862 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139791123913384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4863] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4863/stat : 4863 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139791122861096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4864] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4864/stat : 4864 (java) S 4851 4854 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2603143 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139791121808296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4865] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4865/stat : 4865 (java) S 4851 4854 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2603144 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139790639294696 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4866] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4866/stat : 4866 (java) S 4851 4854 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2603145 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139790638240760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4867] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4867/stat : 4867 (java) S 4851 4854 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2603145 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139790637188360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4868] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4868/stat : 4868 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603147 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139790636136848 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4869] ppid=4851 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/4854/task/4869/stat : 4869 (java) S 4851 4854 3589 0 -1 4202560 6545 0 0 0 35 0 0 0 20 0 18 0 2603147 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139790635084472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4870] ppid=4851 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/4854/task/4870/stat : 4870 (java) S 4851 4854 3589 0 -1 4202560 2392 0 0 0 28 0 0 0 20 0 18 0 2603147 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139790634031672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4871] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4871/stat : 4871 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2603147 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139790632979576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4872] ppid=4851 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4872/stat : 4872 (java) S 4851 4854 3589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 2603147 9787879424 21018 33554432000 1073741824 1073778376 140735836854592 139790631926984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 2.42 2.30 2.21 3/213 4873
/proc/meminfo: memFree=25040252/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=9625040 CPUtime=14.41 cores=0,2,4,6
/proc/4854/stat : 4854 (java) S 4851 4854 3589 0 -1 4202496 17513 0 1 0 1427 14 0 0 20 0 19 0 2603142 9856040960 59471 33554432000 1073741824 1073778376 140735836854592 140735836845728 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 2406260 59471 2288 9 0 2396937 0

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

[pid=4854/tid=4873] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4873/stat : 4873 (java) S 4851 4854 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2603797 9856040960 503687 33554432000 1073741824 1073778376 140735836854592 139790630871976 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1682.39
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.18 2.20 3/213 4916
/proc/meminfo: memFree=16472776/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=9625040 CPUtime=1743.1 cores=0,2,4,6
/proc/4854/stat : 4854 (java) S 4851 4854 3589 0 -1 4202496 38878 0 1 0 173912 398 0 0 20 0 19 0 2603142 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 140735836845728 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 2406260 448986 2301 9 0 2396937 0
[pid=4854/tid=4855] ppid=4851 vsize=9625040 CPUtime=1707.19 cores=0,2,4,6
/proc/4854/task/4855/stat : 4855 (java) R 4851 4854 3589 0 -1 4202560 2934 0 1 0 170686 33 0 0 20 0 19 0 2603143 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139791285882080 139791136871248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4857] ppid=4851 vsize=9625040 CPUtime=3.26 cores=0,2,4,6
/proc/4854/task/4857/stat : 4857 (java) S 4851 4854 3589 0 -1 4202560 1431 0 0 0 280 46 0 0 20 0 19 0 2603143 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139791258335528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4858] ppid=4851 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/4854/task/4858/stat : 4858 (java) S 4851 4854 3589 0 -1 4202560 1440 0 0 0 266 41 0 0 20 0 19 0 2603143 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139791257282728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4859] ppid=4851 vsize=9625040 CPUtime=3.26 cores=0,2,4,6
/proc/4854/task/4859/stat : 4859 (java) S 4851 4854 3589 0 -1 4202560 1350 0 0 0 279 47 0 0 20 0 19 0 2603143 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139791256230440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4860] ppid=4851 vsize=9625040 CPUtime=2.86 cores=0,2,4,6
/proc/4854/task/4860/stat : 4860 (java) S 4851 4854 3589 0 -1 4202560 1323 0 0 0 248 38 0 0 20 0 19 0 2603143 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139791255177640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4861] ppid=4851 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/4854/task/4861/stat : 4861 (java) S 4851 4854 3589 0 -1 4202560 1529 0 0 0 267 40 0 0 20 0 19 0 2603143 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139791124966184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4862] ppid=4851 vsize=9625040 CPUtime=3.23 cores=0,2,4,6
/proc/4854/task/4862/stat : 4862 (java) S 4851 4854 3589 0 -1 4202560 2791 0 0 0 275 48 0 0 20 0 19 0 2603143 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139791123913384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4863] ppid=4851 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/4854/task/4863/stat : 4863 (java) S 4851 4854 3589 0 -1 4202560 2572 0 0 0 283 49 0 0 20 0 19 0 2603143 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139791122861096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4864] ppid=4851 vsize=9625040 CPUtime=3.62 cores=0,2,4,6
/proc/4854/task/4864/stat : 4864 (java) S 4851 4854 3589 0 -1 4202560 4378 0 0 0 307 55 0 0 20 0 19 0 2603143 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139791121808296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4865] ppid=4851 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/4854/task/4865/stat : 4865 (java) S 4851 4854 3589 0 -1 4202560 3228 0 0 0 379 4 0 0 20 0 19 0 2603144 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139790639294696 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4866] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4866/stat : 4866 (java) S 4851 4854 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2603145 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139790638240760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4867] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4867/stat : 4867 (java) S 4851 4854 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2603145 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139790637188360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4868] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4868/stat : 4868 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2603147 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139790636136848 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4869] ppid=4851 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/4854/task/4869/stat : 4869 (java) S 4851 4854 3589 0 -1 4202560 6656 0 0 0 75 0 0 0 20 0 19 0 2603147 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139790635084472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4870] ppid=4851 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/4854/task/4870/stat : 4870 (java) S 4851 4854 3589 0 -1 4202560 7887 0 0 0 89 2 0 0 20 0 19 0 2603147 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139790634031672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4871] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4871/stat : 4871 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2603147 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139790632979576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4872] ppid=4851 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/4854/task/4872/stat : 4872 (java) S 4851 4854 3589 0 -1 4202560 100 0 0 0 22 25 0 0 20 0 19 0 2603147 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139790631926984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4873] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4873/stat : 4873 (java) S 4851 4854 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2603797 9856040960 448986 33554432000 1073741824 1073778376 140735836854592 139790630871976 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1743.1
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.6 s]
/proc/loadavg: 2.16 2.18 2.20 3/213 4983
/proc/meminfo: memFree=24543636/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/4854/stat : 4854 (java) S 4851 4854 3589 0 -1 4202496 38903 0 1 0 179608 399 0 0 20 0 19 0 2603142 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 140735836845728 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 2406260 381905 2301 9 0 2396937 0
[pid=4854/tid=4855] ppid=4851 vsize=9625040 CPUtime=1762.9 cores=0,2,4,6
/proc/4854/task/4855/stat : 4855 (java) R 4851 4854 3589 0 -1 4202560 2941 0 1 0 176256 34 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791285874336 139791136938720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4857] ppid=4851 vsize=9625040 CPUtime=3.35 cores=0,2,4,6
/proc/4854/task/4857/stat : 4857 (java) S 4851 4854 3589 0 -1 4202560 1431 0 0 0 289 46 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791258335528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4858] ppid=4851 vsize=9625040 CPUtime=3.22 cores=0,2,4,6
/proc/4854/task/4858/stat : 4858 (java) S 4851 4854 3589 0 -1 4202560 1440 0 0 0 281 41 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791257282728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4859] ppid=4851 vsize=9625040 CPUtime=3.35 cores=0,2,4,6
/proc/4854/task/4859/stat : 4859 (java) S 4851 4854 3589 0 -1 4202560 1350 0 0 0 288 47 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791256230440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4860] ppid=4851 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/4854/task/4860/stat : 4860 (java) S 4851 4854 3589 0 -1 4202560 1326 0 0 0 261 38 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791255177640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4861] ppid=4851 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/4854/task/4861/stat : 4861 (java) S 4851 4854 3589 0 -1 4202560 1530 0 0 0 285 40 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791124966184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4862] ppid=4851 vsize=9625040 CPUtime=3.34 cores=0,2,4,6
/proc/4854/task/4862/stat : 4862 (java) S 4851 4854 3589 0 -1 4202560 2797 0 0 0 286 48 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791123913384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4863] ppid=4851 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/4854/task/4863/stat : 4863 (java) S 4851 4854 3589 0 -1 4202560 2572 0 0 0 292 49 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791122861096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4864] ppid=4851 vsize=9625040 CPUtime=3.73 cores=0,2,4,6
/proc/4854/task/4864/stat : 4864 (java) S 4851 4854 3589 0 -1 4202560 4378 0 0 0 318 55 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791121808296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4865] ppid=4851 vsize=9625040 CPUtime=4.01 cores=0,2,4,6
/proc/4854/task/4865/stat : 4865 (java) S 4851 4854 3589 0 -1 4202560 3232 0 0 0 397 4 0 0 20 0 19 0 2603144 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790639294696 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4866] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4866/stat : 4866 (java) S 4851 4854 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2603145 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790638240760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4867] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4867/stat : 4867 (java) S 4851 4854 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2603145 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790637188360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4868] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4868/stat : 4868 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2603147 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790636136848 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4869] ppid=4851 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/4854/task/4869/stat : 4869 (java) S 4851 4854 3589 0 -1 4202560 6656 0 0 0 75 0 0 0 20 0 19 0 2603147 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790635084472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4870] ppid=4851 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/4854/task/4870/stat : 4870 (java) S 4851 4854 3589 0 -1 4202560 7887 0 0 0 89 2 0 0 20 0 19 0 2603147 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790634031672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4871] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4871/stat : 4871 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2603147 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790632979576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4872] ppid=4851 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4854/task/4872/stat : 4872 (java) S 4851 4854 3589 0 -1 4202560 104 0 0 0 23 25 0 0 20 0 19 0 2603147 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790631926984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4873] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4873/stat : 4873 (java) S 4851 4854 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2603797 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790630871976 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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 4854 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1778.6 s]
/proc/loadavg: 2.16 2.18 2.20 3/213 4983
/proc/meminfo: memFree=24543636/32872528 swapFree=1588980/1719796
[pid=4854] ppid=4851 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/4854/stat : 4854 (java) S 4851 4854 3589 0 -1 4202496 38903 0 1 0 179608 399 0 0 20 0 19 0 2603142 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 140735836845728 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4854/statm: 2406260 381905 2301 9 0 2396937 0
[pid=4854/tid=4855] ppid=4851 vsize=9625040 CPUtime=1762.9 cores=0,2,4,6
/proc/4854/task/4855/stat : 4855 (java) R 4851 4854 3589 0 -1 4202560 2941 0 1 0 176256 34 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791285874336 139791136938720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4857] ppid=4851 vsize=9625040 CPUtime=3.35 cores=0,2,4,6
/proc/4854/task/4857/stat : 4857 (java) S 4851 4854 3589 0 -1 4202560 1431 0 0 0 289 46 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791258335528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4858] ppid=4851 vsize=9625040 CPUtime=3.22 cores=0,2,4,6
/proc/4854/task/4858/stat : 4858 (java) S 4851 4854 3589 0 -1 4202560 1440 0 0 0 281 41 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791257282728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4859] ppid=4851 vsize=9625040 CPUtime=3.35 cores=0,2,4,6
/proc/4854/task/4859/stat : 4859 (java) S 4851 4854 3589 0 -1 4202560 1350 0 0 0 288 47 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791256230440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4860] ppid=4851 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/4854/task/4860/stat : 4860 (java) S 4851 4854 3589 0 -1 4202560 1326 0 0 0 261 38 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791255177640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4861] ppid=4851 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/4854/task/4861/stat : 4861 (java) S 4851 4854 3589 0 -1 4202560 1530 0 0 0 285 40 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791124966184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4862] ppid=4851 vsize=9625040 CPUtime=3.34 cores=0,2,4,6
/proc/4854/task/4862/stat : 4862 (java) S 4851 4854 3589 0 -1 4202560 2797 0 0 0 286 48 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791123913384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4863] ppid=4851 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/4854/task/4863/stat : 4863 (java) S 4851 4854 3589 0 -1 4202560 2572 0 0 0 292 49 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791122861096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4864] ppid=4851 vsize=9625040 CPUtime=3.73 cores=0,2,4,6
/proc/4854/task/4864/stat : 4864 (java) S 4851 4854 3589 0 -1 4202560 4378 0 0 0 318 55 0 0 20 0 19 0 2603143 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139791121808296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4865] ppid=4851 vsize=9625040 CPUtime=4.01 cores=0,2,4,6
/proc/4854/task/4865/stat : 4865 (java) S 4851 4854 3589 0 -1 4202560 3232 0 0 0 397 4 0 0 20 0 19 0 2603144 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790639294696 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4854/tid=4866] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4866/stat : 4866 (java) S 4851 4854 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2603145 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790638240760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4867] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4867/stat : 4867 (java) S 4851 4854 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2603145 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790637188360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4868] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4868/stat : 4868 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2603147 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790636136848 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4869] ppid=4851 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/4854/task/4869/stat : 4869 (java) S 4851 4854 3589 0 -1 4202560 6656 0 0 0 75 0 0 0 20 0 19 0 2603147 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790635084472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4854/tid=4870] ppid=4851 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/4854/task/4870/stat : 4870 (java) S 4851 4854 3589 0 -1 4202560 7887 0 0 0 89 2 0 0 20 0 19 0 2603147 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790634031672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4871] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4871/stat : 4871 (java) S 4851 4854 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2603147 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790632979576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4854/tid=4872] ppid=4851 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4854/task/4872/stat : 4872 (java) S 4851 4854 3589 0 -1 4202560 104 0 0 0 23 25 0 0 20 0 19 0 2603147 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790631926984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4854/tid=4873] ppid=4851 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4854/task/4873/stat : 4873 (java) S 4851 4854 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2603797 9856040960 381905 33554432000 1073741824 1073778376 140735836854592 139790630871976 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4854 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=538644
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=421327
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1778.63
CPU time (s): 1800.07
CPU user time (s): 1796.08
CPU system time (s): 3.99
CPU usage (%): 101.205
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.54
system time used= 4.42133
maximum resident set size= 2484764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38950
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41091
involuntary context switches= 16998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6624 second user time and 12.6241 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-29 18:07:26
IDJOB=4117996
IDBENCH=111424
IDSOLVER=2546
FILE ID=node120/4117996-1467216446
RUNJOBID= node120-1467209132-3606
PBS_JOBID= 19997582
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-34.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117996-1467216446/watcher-4117996-1467216446 -o /tmp/evaluation-result-4117996-1467216446/solver-4117996-1467216446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467209132-3606 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117996-1467216446.opb

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

MD5SUM BENCH= 12e66ff4357eff1895de3fb19889e7f8
RANDOM SEED=844534597

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.669
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:        25886880 kB
Buffers:           50172 kB
Cached:          4099320 kB
SwapCached:            0 kB
Active:           471872 kB
Inactive:        4061916 kB
Active(anon):     387148 kB
Inactive(anon):        0 kB
Active(file):      84724 kB
Inactive(file):  4061916 kB
Unevictable:     1719796 kB
Mlocked:         1588980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5580 kB
Writeback:             4 kB
AnonPages:       2054896 kB
Mapped:            22132 kB
Shmem:               204 kB
Slab:             586424 kB
SReclaimable:      30132 kB
SUnreclaim:       556292 kB
KernelStack:        1576 kB
PageTables:         8276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2537820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 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= 71672 MiB
End job on node120 at 2016-06-29 18:37:05