Trace number 4119369

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)1721 1800.95 905.906

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-edgecross22-096.opb
MD5SUM0c9610520aeef326d8860e70766b01d2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1568
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 variables463
Total number of constraints6161
Number of constraints which are clauses6160
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 4391
Biggest coefficient in the objective function 2221
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 12775
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2221
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 12775
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)3988
Sum of products size (including duplicates)7976
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.03/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.03/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.14	c See www.sat4j.org for details.
0.03/0.15	c version PB16.v20160501
0.03/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.15	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.15	c java.vm.version	19.1-b02
0.03/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.15	c sun.arch.data.model	64
0.03/0.15	c java.version		1.6.0_24
0.03/0.15	c os.name		Linux
0.03/0.15	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.15	c os.arch		amd64
0.03/0.15	c Free memory 		501472288
0.03/0.15	c Max memory 		7480803328
0.03/0.15	c Total memory 		504102912
0.03/0.15	c Number of processors 	8
0.03/0.18	c Pseudo Boolean Optimization by upper bound
0.03/0.18	c ManyCore solver with 2 solvers running in parallel
0.03/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.03/0.18	c --- Begin Solver configuration ---
0.03/0.18	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.03/0.18	c Learn all clauses as in MiniSAT
0.03/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.18	c Expensive reason simplification
0.03/0.18	c Glucose 2.1 dynamic restart strategy
0.03/0.18	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.03/0.18	c timeout=2147483s
0.03/0.18	c DB Simplification allowed=false
0.03/0.18	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.03/0.18	c --- End Solver configuration ---
0.03/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.03/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.03/0.18	c --- Begin Solver configuration ---
0.03/0.18	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.03/0.18	c Learn all clauses as in MiniSAT
0.03/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.03/0.18	c No reason simplification
0.03/0.18	c Armin Biere (Picosat) restarts strategy
0.03/0.18	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.03/0.18	c timeout=2147483s
0.03/0.18	c DB Simplification allowed=false
0.03/0.18	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.03/0.18	c --- End Solver configuration ---
0.03/0.18	c solving HOME/instance-4119369-1467254451.opb
0.03/0.18	c reading problem ... 
0.03/0.18	c  objective function found
1.71/0.81	c ... done. Wall clock time 0.63s.
1.71/0.81	c declared #vars     463
1.71/0.81	c internal #vars     4451
1.71/0.81	c #constraints  14138
1.71/0.81	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.71/0.81	c constraints type 
1.71/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10148
1.71/0.81	c org.sat4j.specs.Constr$1 => 1
1.71/0.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.71/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3988
1.71/0.81	c 14138 constraints processed.
1.71/0.81	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.71/0.81	c constraints type 
1.71/0.81	c org.sat4j.specs.Constr$1 => 1
1.71/0.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10148
1.71/0.81	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.71/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3988
1.71/0.81	c 14138 constraints processed.
1.71/0.81	c objective function length is 4391 literals
2.09/0.93	c And the winner is solver0
2.72/1.32	c SATISFIABLE
2.72/1.32	c OPTIMIZING...
2.72/1.32	c Got one! Elapsed wall clock time (in seconds):1.138
2.72/1.32	o 2202
3.41/1.54	c And the winner is solver0
3.64/1.84	c Got one! Elapsed wall clock time (in seconds):1.662
3.64/1.84	o 2200
3.64/1.86	c And the winner is solver0
3.78/2.35	c Got one! Elapsed wall clock time (in seconds):2.177
3.78/2.35	o 2190
3.78/2.37	c And the winner is solver0
4.05/2.86	c Got one! Elapsed wall clock time (in seconds):2.687
4.05/2.86	o 2159
4.13/2.90	c And the winner is solver0
4.17/3.37	c Got one! Elapsed wall clock time (in seconds):3.195
4.17/3.37	o 2157
4.24/3.44	c And the winner is solver0
4.38/3.88	c Got one! Elapsed wall clock time (in seconds):3.703
4.38/3.88	o 2156
6.81/5.06	c And the winner is solver0
6.95/5.39	c Got one! Elapsed wall clock time (in seconds):5.209
6.95/5.39	o 2154
6.97/5.42	c And the winner is solver0
7.05/5.89	c Got one! Elapsed wall clock time (in seconds):5.714
7.05/5.89	o 2153
7.05/5.90	c And the winner is solver0
7.07/6.40	c Got one! Elapsed wall clock time (in seconds):6.219
7.07/6.40	o 2146
7.07/6.44	c And the winner is solver0
7.40/6.90	c Got one! Elapsed wall clock time (in seconds):6.725
7.40/6.90	o 2145
10.28/8.36	c cleaning 2871 clauses out of 5757 with flag 6054/5757
15.82/11.08	c cleaning 4440 clauses out of 8885 with flag 18061/11756
22.94/14.45	c cleaning 5715 clauses out of 11445 with flag 32067/18756
25.69/15.73	c And the winner is solver0
25.85/15.92	c Got one! Elapsed wall clock time (in seconds):15.743
25.85/15.92	o 2144
25.85/15.94	c And the winner is solver0
25.90/16.43	c Got one! Elapsed wall clock time (in seconds):16.249
25.90/16.43	o 2142
25.90/16.44	c And the winner is solver0
25.90/16.93	c Got one! Elapsed wall clock time (in seconds):16.754
25.90/16.93	o 2123
26.03/17.03	c And the winner is solver0
26.28/17.44	c Got one! Elapsed wall clock time (in seconds):17.26
26.28/17.44	o 2122
27.38/18.09	c And the winner is solver0
27.78/18.44	c Got one! Elapsed wall clock time (in seconds):18.266
27.78/18.44	o 2121
27.88/18.50	c And the winner is solver0
28.10/18.95	c Got one! Elapsed wall clock time (in seconds):18.771
28.10/18.95	o 2119
28.23/19.03	c And the winner is solver0
28.38/19.46	c Got one! Elapsed wall clock time (in seconds):19.277
28.38/19.46	o 2118
29.28/19.96	c cleaning 5735 clauses out of 11478 with flag 2015/24504
30.89/20.78	c And the winner is solver0
31.19/20.96	c Got one! Elapsed wall clock time (in seconds):20.783
31.19/20.96	o 2117
34.88/22.86	c cleaning 5778 clauses out of 11572 with flag 8329/30333
40.79/25.70	c cleaning 5890 clauses out of 11794 with flag 20357/36333
47.19/28.92	c cleaning 6450 clauses out of 12905 with flag 34465/43334
54.39/32.56	c cleaning 7216 clauses out of 14454 with flag 50628/51333
60.39/35.54	c And the winner is solver0
60.70/35.97	c Got one! Elapsed wall clock time (in seconds):35.792
60.70/35.97	o 2114
66.15/38.76	c cleaning 9380 clauses out of 18783 with flag 10029/62878
71.81/41.52	c cleaning 7694 clauses out of 15404 with flag 22114/68879
74.62/42.99	c And the winner is solver0
75.01/43.48	c Got one! Elapsed wall clock time (in seconds):43.299
75.01/43.48	o 2113
76.84/44.42	c cleaning 6505 clauses out of 13026 with flag 4038/74195
82.76/47.35	c cleaning 6248 clauses out of 12519 with flag 16155/80193
89.56/50.78	c cleaning 6626 clauses out of 13271 with flag 30336/87193
91.58/51.80	c And the winner is solver0
91.87/51.98	c Got one! Elapsed wall clock time (in seconds):51.807
91.87/51.98	o 2112
94.51/53.38	c cleaning 5933 clauses out of 11882 with flag 6015/92430
97.31/54.79	c And the winner is solver0
97.60/54.99	c Got one! Elapsed wall clock time (in seconds):54.814
97.60/54.99	o 2111
99.42/55.96	c cleaning 5533 clauses out of 11088 with flag 4069/97569
103.21/57.86	c And the winner is solver0
103.48/58.05	c Got one! Elapsed wall clock time (in seconds):57.871
103.48/58.05	o 2110
104.42/58.55	c cleaning 5349 clauses out of 10713 with flag 2048/102727
110.39/61.46	c cleaning 5676 clauses out of 11363 with flag 14091/108726
116.99/64.80	c cleaning 6331 clauses out of 12688 with flag 28207/115727
124.80/68.62	c cleaning 7171 clauses out of 14356 with flag 44445/123726
133.40/72.96	c cleaning 8084 clauses out of 16186 with flag 62651/132727
143.00/77.77	c cleaning 9045 clauses out of 18103 with flag 82852/142728
153.92/83.01	c cleaning 10021 clauses out of 20058 with flag 105202/153728
164.94/88.60	c cleaning 11011 clauses out of 22035 with flag 129471/165726
177.35/94.73	c cleaning 12008 clauses out of 24026 with flag 155953/178728
190.35/101.23	c cleaning 12995 clauses out of 26017 with flag 184397/192727
205.91/109.01	c cleaning 13999 clauses out of 28022 with flag 215182/207727
221.12/116.64	c cleaning 15009 clauses out of 30027 with flag 247891/223731
238.21/125.00	c cleaning 15998 clauses out of 32013 with flag 282530/240726
255.81/133.86	c cleaning 17001 clauses out of 34015 with flag 319454/258726
275.47/143.45	c cleaning 17998 clauses out of 36015 with flag 358082/277727
295.07/153.27	c cleaning 19002 clauses out of 38017 with flag 398140/297727
318.47/165.08	c cleaning 19997 clauses out of 40015 with flag 440189/318727
320.06/165.86	c And the winner is solver0
320.53/166.22	c Got one! Elapsed wall clock time (in seconds):166.044
320.53/166.22	o 2109
324.32/168.11	c cleaning 12791 clauses out of 25594 with flag 8129/324303
329.72/170.86	c cleaning 9393 clauses out of 18804 with flag 20637/330304
336.12/174.09	c cleaning 8196 clauses out of 16410 with flag 35198/337303
343.32/177.69	c cleaning 8101 clauses out of 16218 with flag 51735/345307
351.72/181.80	c cleaning 8546 clauses out of 17114 with flag 70114/354304
361.63/186.74	c cleaning 9270 clauses out of 18568 with flag 90721/364304
362.03/186.93	c And the winner is solver0
362.55/187.40	c Got one! Elapsed wall clock time (in seconds):187.224
362.55/187.40	o 2108
367.13/189.72	c cleaning 7341 clauses out of 14702 with flag 10289/369708
372.74/192.51	c cleaning 6667 clauses out of 13360 with flag 22665/375707
379.13/195.75	c cleaning 6838 clauses out of 13694 with flag 36922/382708
379.34/195.83	c And the winner is solver0
379.77/196.26	c Got one! Elapsed wall clock time (in seconds):196.084
379.77/196.26	o 2106
384.49/198.61	c cleaning 6011 clauses out of 12044 with flag 10376/387896
390.44/201.52	c cleaning 6007 clauses out of 12030 with flag 22906/393893
395.24/203.95	c And the winner is solver0
396.30/204.99	c Got one! Elapsed wall clock time (in seconds):204.809
396.30/204.99	o 2105
401.58/207.63	c cleaning 8116 clauses out of 16248 with flag 10167/404118
407.78/210.73	c cleaning 7056 clauses out of 14132 with flag 22693/410118
414.58/214.18	c cleaning 7031 clauses out of 14078 with flag 37088/417120
422.58/218.12	c cleaning 7517 clauses out of 15045 with flag 53888/425118
431.73/222.61	c cleaning 8255 clauses out of 16529 with flag 72517/434119
441.14/227.39	c cleaning 9126 clauses out of 18273 with flag 93262/444118
452.14/232.82	c cleaning 10065 clauses out of 20148 with flag 115916/455119
463.73/238.70	c cleaning 11029 clauses out of 22083 with flag 140682/467119
477.14/245.32	c cleaning 12012 clauses out of 24054 with flag 167414/480119
491.78/252.51	c cleaning 13013 clauses out of 26042 with flag 196324/494119
507.38/260.34	c cleaning 14003 clauses out of 28029 with flag 227346/509119
508.98/261.18	c And the winner is solver1
509.16/261.62	c Got one! Elapsed wall clock time (in seconds):261.441
509.16/261.62	o 1726
514.90/264.55	c cleaning 9807 clauses out of 19629 with flag 8592/514722
522.86/268.36	c cleaning 7906 clauses out of 15824 with flag 21345/520724
530.46/272.15	c And the winner is solver0
531.12/272.78	c Got one! Elapsed wall clock time (in seconds):272.603
531.12/272.78	o 1725
538.82/276.60	c cleaning 9861 clauses out of 19722 with flag 10832/532528
546.83/280.70	c cleaning 7924 clauses out of 15856 with flag 23601/538523
549.62/282.00	c And the winner is solver0
550.12/282.59	c Got one! Elapsed wall clock time (in seconds):282.414
550.12/282.59	o 1722
553.59/284.39	c cleaning 6606 clauses out of 13224 with flag 6553/543815
561.09/287.99	c cleaning 6308 clauses out of 12620 with flag 19870/549817
570.09/292.41	c cleaning 6648 clauses out of 13310 with flag 36646/556815
580.09/297.48	c cleaning 7335 clauses out of 14670 with flag 58203/564823
588.30/301.54	c cleaning 8165 clauses out of 16329 with flag 102591/573817
597.28/306.03	c cleaning 9081 clauses out of 18162 with flag 136355/583815
607.48/311.11	c cleaning 10041 clauses out of 20081 with flag 170455/594815
621.12/318.46	c cleaning 11017 clauses out of 22040 with flag 208487/606815
635.31/325.54	c cleaning 12012 clauses out of 24023 with flag 250956/619815
650.31/333.03	c cleaning 13006 clauses out of 26011 with flag 297896/633815
667.05/341.38	c cleaning 14003 clauses out of 28007 with flag 349368/648817
684.65/350.12	c cleaning 15003 clauses out of 30005 with flag 408576/664818
703.69/359.53	c cleaning 16000 clauses out of 32000 with flag 466825/681816
723.30/369.32	c cleaning 17002 clauses out of 34004 with flag 531967/699820
744.39/379.75	c cleaning 17999 clauses out of 35998 with flag 599753/718816
767.55/391.12	c cleaning 18998 clauses out of 37999 with flag 658614/738816
790.94/402.80	c cleaning 19997 clauses out of 40000 with flag 732604/759815
816.97/415.69	c cleaning 21002 clauses out of 42007 with flag 814816/781819
846.52/430.16	c cleaning 21991 clauses out of 44002 with flag 896385/804816
879.56/447.22	c cleaning 23007 clauses out of 46013 with flag 968128/828818
906.43/460.60	c cleaning 23999 clauses out of 48003 with flag 1051640/853815
935.64/475.22	c cleaning 24999 clauses out of 50004 with flag 1137625/879815
968.22/491.41	c cleaning 25999 clauses out of 52006 with flag 1214273/906816
1000.22/507.40	c cleaning 26998 clauses out of 54006 with flag 1299415/934815
1035.31/524.82	c cleaning 28005 clauses out of 56009 with flag 1383571/963816
1072.21/542.88	c cleaning 29002 clauses out of 58003 with flag 1464902/993815
1114.74/564.63	c cleaning 30000 clauses out of 60001 with flag 1540127/1024815
1156.69/585.50	c cleaning 30995 clauses out of 62002 with flag 1614239/1056816
1195.69/604.99	c cleaning 32001 clauses out of 64006 with flag 1703524/1089815
1234.27/624.09	c cleaning 33001 clauses out of 66007 with flag 1798284/1123817
1287.82/650.60	c cleaning 33996 clauses out of 68004 with flag 1883301/1158815
1338.46/675.78	c cleaning 34993 clauses out of 70008 with flag 1971969/1194815
1393.35/702.96	c cleaning 36004 clauses out of 72015 with flag 2056545/1231815
1450.52/731.22	c cleaning 37005 clauses out of 74013 with flag 2138622/1269817
1518.82/766.32	c cleaning 38000 clauses out of 76006 with flag 2221637/1308815
1570.96/792.28	c cleaning 39000 clauses out of 78006 with flag 2326764/1348815
1620.58/816.97	c cleaning 40001 clauses out of 80006 with flag 2453449/1389815
1653.88/833.34	c And the winner is solver1
1654.19/833.46	c Got one! Elapsed wall clock time (in seconds):833.286
1654.19/833.46	o 1721
1662.40/837.46	c cleaning 35354 clauses out of 70710 with flag 13827/1420520
1672.19/842.36	c cleaning 20673 clauses out of 41357 with flag 33946/1426521
1681.72/846.90	c cleaning 13838 clauses out of 27684 with flag 56454/1433521
1689.12/850.64	c cleaning 10920 clauses out of 21846 with flag 86204/1441521
1697.72/854.99	c cleaning 9962 clauses out of 19928 with flag 122748/1450523
1707.52/859.85	c cleaning 9983 clauses out of 19966 with flag 163831/1460523
1718.90/865.32	c cleaning 10486 clauses out of 20980 with flag 205676/1471520
1730.10/870.98	c cleaning 11245 clauses out of 22494 with flag 252784/1483520
1743.11/877.40	c cleaning 12121 clauses out of 24249 with flag 303836/1496520
1757.85/884.61	c cleaning 13064 clauses out of 26129 with flag 360977/1510521
1773.25/892.31	c cleaning 14038 clauses out of 28077 with flag 423375/1525533
1789.05/900.29	c cleaning 15010 clauses out of 30026 with flag 487395/1541520
1800.45/905.86	c >>>>>>>>>> Solver number 0 (29 answers) <<<<<<<<<<<<<<<<<<
1800.45/905.86	c starts		: 11021
1800.45/905.86	c conflicts		: 1552000
1800.45/905.86	c decisions		: 3499991
1800.45/905.86	c propagations		: 117913519
1800.45/905.86	c inspects		: 1880730438
1800.45/905.86	c shortcuts		: 0
1800.45/905.86	c learnt literals	: 0
1800.45/905.86	c learnt binary clauses	: 0
1800.45/905.86	c learnt ternary clauses	: 1723
1800.45/905.86	c learnt constraints	: 1551999
1800.45/905.86	c ignored constraints	: 0
1800.45/905.86	c root simplifications	: 0
1800.45/905.86	c removed literals (reason simplification)	: 412699736
1800.45/905.86	c reason swapping (by a shorter reason)	: 0
1800.45/905.86	c Calls to reduceDB	: 107
1800.45/905.86	c Number of update (reduction) of LBD	: 23993
1800.45/905.86	c Imported unit clauses	: 0
1800.45/905.86	c number of reductions to clauses (during analyze)	: 0
1800.45/905.86	c number of learned constraints concerned by reduction	: 0
1800.45/905.86	c number of learning phase by resolution	: 0
1800.45/905.86	c number of learning phase by cutting planes	: 0
1800.45/905.86	c speed (assignments/second)	: 1629089.7899972368
1800.45/905.86	c non guided choices	106
1800.45/905.87	c learnt constraints type 
1800.45/905.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25496
1800.45/905.87	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.45/905.87	c starts		: 45
1800.45/905.87	c conflicts		: 2464
1800.45/905.87	c decisions		: 11989
1800.45/905.87	c propagations		: 331197
1800.45/905.87	c inspects		: 138450679
1800.45/905.87	c shortcuts		: 0
1800.45/905.87	c learnt literals	: 0
1800.45/905.87	c learnt binary clauses	: 0
1800.45/905.87	c learnt ternary clauses	: 0
1800.45/905.87	c learnt constraints	: 2444
1800.45/905.87	c ignored constraints	: 0
1800.45/905.87	c root simplifications	: 0
1800.45/905.87	c removed literals (reason simplification)	: 0
1800.45/905.87	c reason swapping (by a shorter reason)	: 0
1800.45/905.87	c Calls to reduceDB	: 0
1800.45/905.87	c Number of update (reduction) of LBD	: 0
1800.45/905.87	c Imported unit clauses	: 0
1800.45/905.87	c number of reductions to clauses (during analyze)	: 0
1800.45/905.87	c number of learned constraints concerned by reduction	: 0
1800.45/905.87	c number of learning phase by resolution	: 0
1800.45/905.87	c number of learning phase by cutting planes	: 0
1800.45/905.87	c speed (assignments/second)	: 531.386929239221
1800.45/905.87	c non guided choices	10
1800.45/905.87	c learnt constraints type 
1800.45/905.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2444
1800.45/905.87	s SATISFIABLE
1800.45/905.87	c Found 31 solution(s)
1800.45/905.87	v x1 -x2 x3 x4 -x5 x6 -x7 x8 -x9 x10 -x11 -x12 -x13 x14 -x15 x16 -x17 x18 -x19 x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 x61 -x62 x63 -x64 x65 -x66 -x67 x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 x96 -x97 x98 x99 x100 x101 -x102 x103 -x104 -x105 x106 x107 -x108 x109 -x110 x111 -x112 -x113 -x114 -x115 x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 -x141 -x142 x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 -x159 x160 -x161 -x162 x163 -x164 x165 x166 -x167 x168 -x169 -x170 x171 x172 -x173 x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 x187 -x188 -x189 x190 x191 -x192 x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 -x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 x226 x227 x228 -x229 x230 x231 x232 x233 x234 x235 -x236 x237 x238 x239 x240 x241 x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 x252 x253 x254 x255 -x256 x257 x258 x259 x260 x261 -x262 x263 x264 x265 x266 x267 -x268 x269 x270 x271 -x272 -x273 x274 x275 x276 -x277 -x278 -x279 -x280 x281 x282 -x283 x284 -x285 -x286 x287 x288 -x289 x290 -x291 x292 x293 x294 x295 x296 -x297 x298 x299 x300 x301 x302 x303 x304 x305 x306 x307 x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 x316 -x317 -x318 -x319 -x320 -x321 x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 x361 x362 -x363 x364 x365 -x366 x367 x368 -x369 x370 -x371 -x372 x373 x374 x375 -x376 x377 x378 -x379 x380 x381 x382 x383 -x384 x385 x386 x387 x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 x398 -x399 x400 x401 -x402 x403 x404 x405 x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 x422 x423 -x424 -x425 -x426 x427 x428 x429 x430 x431 x432 x433 x434 -x435 -x436 x437 x438 -x439 x440 -x441 -x442 x443 x444 -x445 x446 -x447 x448 x449 x450 x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 -x462 x463 
1800.45/905.87	c objective function=1721
1800.45/905.87	c Total wall clock time (in seconds): 905.695

Verifier Data

OK	1721

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

pid=10280
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.90 4.04 3.92 4/198 10283
/proc/meminfo: memFree=28727472/32872528 swapFree=480236/529292
[pid=10283] ppid=10280 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10283/stat : 10283 (java) D 10280 10283 6228 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 4465016 9515008 183 33554432000 1073741824 1073778376 140734206975440 140734206966472 211458801333 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/10283/statm: 2323 183 140 9 0 71 0

[startup+0.10008 s]
/proc/loadavg: 3.90 4.04 3.92 4/198 10283
/proc/meminfo: memFree=28727472/32872528 swapFree=480236/529292
[pid=10283] ppid=10280 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/10283/stat : 10283 (java) S 10280 10283 6228 0 -1 4202496 3138 0 1 0 2 1 0 0 20 0 13 0 4465016 9446973440 3758 33554432000 1073741824 1073778376 140736692055664 140736692046800 211462160445 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10283/statm: 2306390 3758 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.200286 s]
/proc/loadavg: 3.90 4.04 3.92 4/198 10283
/proc/meminfo: memFree=28727472/32872528 swapFree=480236/529292
[pid=10283] ppid=10280 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/10283/stat : 10283 (java) S 10280 10283 6228 0 -1 4202496 4515 0 1 0 14 1 0 0 20 0 18 0 4465016 9787879424 6627 33554432000 1073741824 1073778376 140736692055664 140736692046800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10283/statm: 2389619 6627 2169 9 0 2380296 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 9558476

[startup+0.300268 s]
/proc/loadavg: 3.90 4.04 3.92 4/198 10283
/proc/meminfo: memFree=28727472/32872528 swapFree=480236/529292
[pid=10283] ppid=10280 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/10283/stat : 10283 (java) S 10280 10283 6228 0 -1 4202496 4784 0 1 0 28 2 0 0 20 0 18 0 4465016 9787879424 7355 33554432000 1073741824 1073778376 140736692055664 140736692046800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10283/statm: 2389619 7355 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.700263 s]
/proc/loadavg: 3.90 4.04 3.92 4/198 10283
/proc/meminfo: memFree=28727472/32872528 swapFree=480236/529292
[pid=10283] ppid=10280 vsize=9559084 CPUtime=1.41 cores=0,2,4,6
/proc/10283/stat : 10283 (java) S 10280 10283 6228 0 -1 4202496 23121 0 1 0 136 5 0 0 20 0 18 0 4465016 9788502016 26313 33554432000 1073741824 1073778376 140736692055664 140736692046800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10283/statm: 2389771 26313 2255 9 0 2380448 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9559084

[startup+1.50075 s]
/proc/loadavg: 3.90 4.04 3.92 6/217 10305
/proc/meminfo: memFree=28617564/32872528 swapFree=480236/529292
[pid=10283] ppid=10280 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/10283/stat : 10283 (java) S 10280 10283 6228 0 -1 4202496 27365 0 1 0 333 8 0 0 20 0 22 0 4465016 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 140736692046800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10283/statm: 2456183 32549 2272 9 0 2446860 0
[pid=10283/tid=10285] ppid=10280 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/10283/task/10285/stat : 10285 (java) S 10280 10283 6228 0 -1 4202560 2433 0 1 0 73 2 0 0 20 0 22 0 4465017 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898442077048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10286] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10286/stat : 10286 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465018 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898431138472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10287] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10287/stat : 10287 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465018 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898430085928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10288] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10288/stat : 10288 (java) S 10280 10283 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4465018 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898429033384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10289] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10289/stat : 10289 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465018 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898427980840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10290] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10290/stat : 10290 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465018 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898281212072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10291] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10291/stat : 10291 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465018 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898280159528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10292] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10292/stat : 10292 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465018 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898279106984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10293] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10293/stat : 10293 (java) S 10280 10283 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4465018 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898278054440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10294] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10294/stat : 10294 (java) S 10280 10283 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4465023 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898265856616 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10295] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10295/stat : 10295 (java) S 10280 10283 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4465023 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898264802936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10296] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10296/stat : 10296 (java) S 10280 10283 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4465024 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898263750280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10297] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10297/stat : 10297 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465028 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898262699024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10298] ppid=10280 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/10283/task/10298/stat : 10298 (java) R 10280 10283 6228 0 -1 4202560 10751 0 0 0 100 3 0 0 20 0 22 0 4465028 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898261632384 139898448459372 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10299] ppid=10280 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/10283/task/10299/stat : 10299 (java) R 10280 10283 6228 0 -1 4202560 12835 0 0 0 100 2 0 0 20 0 22 0 4465028 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898260592824 139898444685803 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10300] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10300/stat : 10300 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465028 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898259540472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10301] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10301/stat : 10301 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465028 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898258488136 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10304] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10304/stat : 10304 (java) S 10280 10283 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4465100 10060525568 32549 33554432000 1073741824 1073778376 140736692055664 139898254706216 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 3.90 4.04 3.92 3/217 10311
/proc/meminfo: memFree=28595944/32872528 swapFree=480236/529292
[pid=10283] ppid=10280 vsize=9824732 CPUtime=4.17 cores=0,2,4,6
/proc/10283/stat : 10283 (java) S 10280 10283 6228 0 -1 4202496 28774 0 1 0 402 15 0 0 20 0 19 0 4465016 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 140736692046800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10283/statm: 2456183 39714 2276 9 0 2446860 0
[pid=10283/tid=10285] ppid=10280 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/10283/task/10285/stat : 10285 (java) S 10280 10283 6228 0 -1 4202560 2435 0 1 0 76 2 0 0 20 0 19 0 4465017 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898442077048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10286] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10286/stat : 10286 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898431138472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10287] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10287/stat : 10287 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898430085928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10288] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10288/stat : 10288 (java) S 10280 10283 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898429033384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10289] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10289/stat : 10289 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898427980840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10290] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10290/stat : 10290 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898281212072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10291] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10291/stat : 10291 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898280159528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10292] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10292/stat : 10292 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898279106984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10293] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10293/stat : 10293 (java) S 10280 10283 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898278054440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10294] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10294/stat : 10294 (java) S 10280 10283 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4465023 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898265856616 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10295] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10295/stat : 10295 (java) S 10280 10283 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4465023 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898264802936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10296] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10296/stat : 10296 (java) S 10280 10283 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4465024 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898263750280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10297] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10297/stat : 10297 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465028 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898262699024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10298] ppid=10280 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/10283/task/10298/stat : 10298 (java) S 10280 10283 6228 0 -1 4202560 12121 0 0 0 126 3 0 0 20 0 19 0 4465028 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898261645368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10299] ppid=10280 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/10283/task/10299/stat : 10299 (java) S 10280 10283 6228 0 -1 4202560 12840 0 0 0 121 2 0 0 20 0 19 0 4465028 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898260592824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10300] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10300/stat : 10300 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465028 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898259540472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10301] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10301/stat : 10301 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465028 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898258488136 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10304] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10304/stat : 10304 (java) S 10280 10283 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4465100 10060525568 39714 33554432000 1073741824 1073778376 140736692055664 139898254706216 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9824732

[startup+6.30082 s]
/proc/loadavg: 3.74 4.01 3.91 3/217 10326
/proc/meminfo: memFree=28498384/32872528 swapFree=480236/529292
[pid=10283] ppid=10280 vsize=9824732 CPUtime=7.07 cores=0,2,4,6
/proc/10283/stat : 10283 (java) S 10280 10283 6228 0 -1 4202496 29495 0 1 0 682 25 0 0 20 0 19 0 4465016 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 140736692046800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10283/statm: 2456183 59218 2289 9 0 2446860 0
[pid=10283/tid=10285] ppid=10280 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/10283/task/10285/stat : 10285 (java) S 10280 10283 6228 0 -1 4202560 2435 0 1 0 79 2 0 0 20 0 19 0 4465017 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898442077048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10286] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10286/stat : 10286 (java) S 10280 10283 6228 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898431138472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10287] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10287/stat : 10287 (java) S 10280 10283 6228 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898430085928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10288] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10288/stat : 10288 (java) S 10280 10283 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898429033384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10289] ppid=10280 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10283/task/10289/stat : 10289 (java) S 10280 10283 6228 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 4465018 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898427980840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10290] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10290/stat : 10290 (java) S 10280 10283 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898281212072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10291] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10291/stat : 10291 (java) S 10280 10283 6228 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898280159528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10292] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10292/stat : 10292 (java) S 10280 10283 6228 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898279106984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10293] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10293/stat : 10293 (java) S 10280 10283 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4465018 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898278054440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10294] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10294/stat : 10294 (java) S 10280 10283 6228 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 4465023 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898265856616 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10295] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10295/stat : 10295 (java) S 10280 10283 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4465023 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898264802936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10296] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10296/stat : 10296 (java) S 10280 10283 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4465024 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898263750280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10297] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10297/stat : 10297 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465028 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898262699024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10298] ppid=10280 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/10283/task/10298/stat : 10298 (java) S 10280 10283 6228 0 -1 4202560 12695 0 0 0 142 3 0 0 20 0 19 0 4465028 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898261645368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10299] ppid=10280 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/10283/task/10299/stat : 10299 (java) S 10280 10283 6228 0 -1 4202560 12841 0 0 0 130 2 0 0 20 0 19 0 4465028 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898260592824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10300] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10300/stat : 10300 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465028 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898259540472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10301] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10301/stat : 10301 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4465028 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898258488136 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10304] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10304/stat : 10304 (java) S 10280 10283 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4465100 10060525568 59218 33554432000 1073741824 1073778376 140736692055664 139898254706216 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9824732


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

[pid=10283/tid=10287] ppid=10280 vsize=9824732 CPUtime=4.26 cores=0,2,4,6
/proc/10283/task/10287/stat : 10287 (java) S 10280 10283 6228 0 -1 4202560 2671 0 0 0 375 51 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898430085928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10288] ppid=10280 vsize=9824732 CPUtime=3.74 cores=0,2,4,6
/proc/10283/task/10288/stat : 10288 (java) S 10280 10283 6228 0 -1 4202560 2515 0 0 0 323 51 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898429033384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10289] ppid=10280 vsize=9824732 CPUtime=4.04 cores=0,2,4,6
/proc/10283/task/10289/stat : 10289 (java) S 10280 10283 6228 0 -1 4202560 4124 0 0 0 344 60 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898427980840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10290] ppid=10280 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/10283/task/10290/stat : 10290 (java) S 10280 10283 6228 0 -1 4202560 2852 0 0 0 332 54 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898281212072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10291] ppid=10280 vsize=9824732 CPUtime=4.1 cores=0,2,4,6
/proc/10283/task/10291/stat : 10291 (java) S 10280 10283 6228 0 -1 4202560 6526 0 0 0 358 52 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898280159528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10292] ppid=10280 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/10283/task/10292/stat : 10292 (java) S 10280 10283 6228 0 -1 4202560 3900 0 0 0 392 51 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898279106984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10293] ppid=10280 vsize=9824732 CPUtime=3.71 cores=0,2,4,6
/proc/10283/task/10293/stat : 10293 (java) S 10280 10283 6228 0 -1 4202560 5280 0 0 0 320 51 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898278054440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10294] ppid=10280 vsize=9824732 CPUtime=9.44 cores=0,2,4,6
/proc/10283/task/10294/stat : 10294 (java) S 10280 10283 6228 0 -1 4202560 3603 0 0 0 936 8 0 0 20 0 22 0 4465023 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898265856616 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10295] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10295/stat : 10295 (java) S 10280 10283 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4465023 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898264802936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10296] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10296/stat : 10296 (java) S 10280 10283 6228 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 4465024 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898263750280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10297] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10297/stat : 10297 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465028 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898262699024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10298] ppid=10280 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/10283/task/10298/stat : 10298 (java) S 10280 10283 6228 0 -1 4202560 12709 0 0 0 196 3 0 0 20 0 22 0 4465028 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898261645368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10299] ppid=10280 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/10283/task/10299/stat : 10299 (java) S 10280 10283 6228 0 -1 4202560 12851 0 0 0 158 2 0 0 20 0 22 0 4465028 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898260592824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10300] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10300/stat : 10300 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465028 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898259540472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10301] ppid=10280 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/10283/task/10301/stat : 10301 (java) S 10280 10283 6228 0 -1 4202560 51 0 0 0 11 13 0 0 20 0 22 0 4465028 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898258488136 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10547] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10547/stat : 10547 (java) S 10280 10283 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4493276 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898255758248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10988] ppid=10280 vsize=9824732 CPUtime=48.07 cores=0,2,4,6
/proc/10283/task/10988/stat : 10988 (java) R 10280 10283 6228 0 -1 4202560 5 0 0 0 4807 0 0 0 20 0 22 0 4548364 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898253651392 139898309360212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10989] ppid=10280 vsize=9824732 CPUtime=48.08 cores=0,2,4,6
/proc/10283/task/10989/stat : 10989 (java) R 10280 10283 6228 0 -1 4202560 3 0 0 0 4808 0 0 0 20 0 22 0 4548364 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898256808368 139898309638400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10990] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10990/stat : 10990 (java) S 10280 10283 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4548364 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898254705960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1753.27
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.701 s]
/proc/loadavg: 4.16 4.09 3.98 5/219 10994
/proc/meminfo: memFree=22262496/32872528 swapFree=480236/529292
[pid=10283] ppid=10280 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/10283/stat : 10283 (java) S 10280 10283 6228 0 -1 4202496 64277 0 1 0 179461 544 0 0 20 0 22 0 4465016 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 140736692046800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10283/statm: 2456183 1187262 2303 9 0 2446860 0
[pid=10283/tid=10285] ppid=10280 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/10283/task/10285/stat : 10285 (java) S 10280 10283 6228 0 -1 4202560 2454 0 1 0 96 4 0 0 20 0 22 0 4465017 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898442077048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10286] ppid=10280 vsize=9824732 CPUtime=4.58 cores=0,2,4,6
/proc/10283/task/10286/stat : 10286 (java) S 10280 10283 6228 0 -1 4202560 2466 0 0 0 392 66 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898431138472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10287] ppid=10280 vsize=9824732 CPUtime=4.26 cores=0,2,4,6
/proc/10283/task/10287/stat : 10287 (java) S 10280 10283 6228 0 -1 4202560 2671 0 0 0 375 51 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898430085928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10288] ppid=10280 vsize=9824732 CPUtime=3.74 cores=0,2,4,6
/proc/10283/task/10288/stat : 10288 (java) S 10280 10283 6228 0 -1 4202560 2515 0 0 0 323 51 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898429033384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10289] ppid=10280 vsize=9824732 CPUtime=4.04 cores=0,2,4,6
/proc/10283/task/10289/stat : 10289 (java) S 10280 10283 6228 0 -1 4202560 4124 0 0 0 344 60 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898427980840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10290] ppid=10280 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/10283/task/10290/stat : 10290 (java) S 10280 10283 6228 0 -1 4202560 2852 0 0 0 332 54 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898281212072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10291] ppid=10280 vsize=9824732 CPUtime=4.1 cores=0,2,4,6
/proc/10283/task/10291/stat : 10291 (java) S 10280 10283 6228 0 -1 4202560 6526 0 0 0 358 52 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898280159528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10292] ppid=10280 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/10283/task/10292/stat : 10292 (java) S 10280 10283 6228 0 -1 4202560 3900 0 0 0 392 51 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898279106984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10293] ppid=10280 vsize=9824732 CPUtime=3.71 cores=0,2,4,6
/proc/10283/task/10293/stat : 10293 (java) S 10280 10283 6228 0 -1 4202560 5280 0 0 0 320 51 0 0 20 0 22 0 4465018 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898278054440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10294] ppid=10280 vsize=9824732 CPUtime=9.44 cores=0,2,4,6
/proc/10283/task/10294/stat : 10294 (java) S 10280 10283 6228 0 -1 4202560 3603 0 0 0 936 8 0 0 20 0 22 0 4465023 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898265856616 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10295] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10295/stat : 10295 (java) S 10280 10283 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4465023 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898264802936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10296] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10296/stat : 10296 (java) S 10280 10283 6228 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 4465024 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898263750280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10297] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10297/stat : 10297 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465028 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898262699024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10298] ppid=10280 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/10283/task/10298/stat : 10298 (java) S 10280 10283 6228 0 -1 4202560 12709 0 0 0 196 3 0 0 20 0 22 0 4465028 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898261645368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10299] ppid=10280 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/10283/task/10299/stat : 10299 (java) S 10280 10283 6228 0 -1 4202560 12851 0 0 0 158 2 0 0 20 0 22 0 4465028 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898260592824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10300] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10300/stat : 10300 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4465028 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898259540472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10301] ppid=10280 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/10283/task/10301/stat : 10301 (java) S 10280 10283 6228 0 -1 4202560 53 0 0 0 11 13 0 0 20 0 22 0 4465028 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898258488136 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10547] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10547/stat : 10547 (java) S 10280 10283 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4493276 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898255758248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10988] ppid=10280 vsize=9824732 CPUtime=71.46 cores=0,2,4,6
/proc/10283/task/10988/stat : 10988 (java) R 10280 10283 6228 0 -1 4202560 5 0 0 0 7145 1 0 0 20 0 22 0 4548364 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898253643664 139898310007500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10989] ppid=10280 vsize=9824732 CPUtime=71.47 cores=0,2,4,6
/proc/10283/task/10989/stat : 10989 (java) R 10280 10283 6228 0 -1 4202560 3 0 0 0 7146 1 0 0 20 0 22 0 4548364 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898256808368 139898309638356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10990] ppid=10280 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10990/stat : 10990 (java) S 10280 10283 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4548364 10060525568 1187262 33554432000 1073741824 1073778376 140736692055664 139898254705960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10283 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+905.805 s]
/proc/loadavg: 4.16 4.09 3.98 5/219 10994
/proc/meminfo: memFree=22262496/32872528 swapFree=480236/529292
[pid=10283] ppid=10280 vsize=9891296 CPUtime=1800.45 cores=0,2,4,6
/proc/10283/stat : 10283 (java) S 10280 10283 6228 0 -1 4202496 64311 0 1 0 179501 544 0 0 20 0 23 0 4465016 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 140736692046800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10283/statm: 2472824 1187293 2303 9 0 2463501 0
[pid=10283/tid=10285] ppid=10280 vsize=9891296 CPUtime=1 cores=0,2,4,6
/proc/10283/task/10285/stat : 10285 (java) S 10280 10283 6228 0 -1 4202560 2455 0 1 0 96 4 0 0 20 0 23 0 4465017 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898442076760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10286] ppid=10280 vsize=9891296 CPUtime=4.63 cores=0,2,4,6
/proc/10283/task/10286/stat : 10286 (java) R 10280 10283 6228 0 -1 4202560 2469 0 0 0 397 66 0 0 20 0 23 0 4465018 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898431138648 139898444547827 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10287] ppid=10280 vsize=9891296 CPUtime=4.28 cores=0,2,4,6
/proc/10283/task/10287/stat : 10287 (java) R 10280 10283 6228 0 -1 4202560 2672 0 0 0 377 51 0 0 20 0 23 0 4465018 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898430085808 139898444547827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10288] ppid=10280 vsize=9891296 CPUtime=3.79 cores=0,2,4,6
/proc/10283/task/10288/stat : 10288 (java) R 10280 10283 6228 0 -1 4202560 2519 0 0 0 328 51 0 0 20 0 23 0 4465018 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898429033560 139898444547827 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10289] ppid=10280 vsize=9891296 CPUtime=4.09 cores=0,2,4,6
/proc/10283/task/10289/stat : 10289 (java) R 10280 10283 6228 0 -1 4202560 4124 0 0 0 349 60 0 0 20 0 23 0 4465018 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898427981016 139898444547827 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10290] ppid=10280 vsize=9891296 CPUtime=3.89 cores=0,2,4,6
/proc/10283/task/10290/stat : 10290 (java) R 10280 10283 6228 0 -1 4202560 2852 0 0 0 335 54 0 0 20 0 23 0 4465018 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898281212248 139898444547827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10291] ppid=10280 vsize=9891296 CPUtime=4.2 cores=0,2,4,6
/proc/10283/task/10291/stat : 10291 (java) R 10280 10283 6228 0 -1 4202560 6529 0 0 0 368 52 0 0 20 0 23 0 4465018 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898280159528 139898444547827 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10292] ppid=10280 vsize=9891296 CPUtime=4.49 cores=0,2,4,6
/proc/10283/task/10292/stat : 10292 (java) R 10280 10283 6228 0 -1 4202560 3902 0 0 0 398 51 0 0 20 0 23 0 4465018 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898279107160 139898444547827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10293] ppid=10280 vsize=9891296 CPUtime=3.75 cores=0,2,4,6
/proc/10283/task/10293/stat : 10293 (java) R 10280 10283 6228 0 -1 4202560 5281 0 0 0 324 51 0 0 20 0 23 0 4465018 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898278054616 139898444547827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10294] ppid=10280 vsize=9891296 CPUtime=9.44 cores=0,2,4,6
/proc/10283/task/10294/stat : 10294 (java) S 10280 10283 6228 0 -1 4202560 3604 0 0 0 936 8 0 0 20 0 23 0 4465023 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898265855496 211462173756 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10295] ppid=10280 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10295/stat : 10295 (java) S 10280 10283 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 4465023 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898264802936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10296] ppid=10280 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10296/stat : 10296 (java) S 10280 10283 6228 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 23 0 4465024 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898263750280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10297] ppid=10280 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10297/stat : 10297 (java) S 10280 10283 6228 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 4465028 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898262699024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10298] ppid=10280 vsize=9891296 CPUtime=1.99 cores=0,2,4,6
/proc/10283/task/10298/stat : 10298 (java) S 10280 10283 6228 0 -1 4202560 12709 0 0 0 196 3 0 0 20 0 23 0 4465028 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898261645368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10283/tid=10299] ppid=10280 vsize=9891296 CPUtime=1.6 cores=0,2,4,6
/proc/10283/task/10299/stat : 10299 (java) S 10280 10283 6228 0 -1 4202560 12851 0 0 0 158 2 0 0 20 0 23 0 4465028 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898260592824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10283/tid=10300] ppid=10280 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10300/stat : 10300 (java) S 10280 10283 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 4465028 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898259540472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10301] ppid=10280 vsize=9891296 CPUtime=0.24 cores=0,2,4,6
/proc/10283/task/10301/stat : 10301 (java) S 10280 10283 6228 0 -1 4202560 53 0 0 0 11 13 0 0 20 0 23 0 4465028 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898258488136 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10547] ppid=10280 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10547/stat : 10547 (java) S 10280 10283 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 23 0 4493276 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898255758248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10988] ppid=10280 vsize=9891296 CPUtime=71.47 cores=0,2,4,6
/proc/10283/task/10988/stat : 10988 (java) S 10280 10283 6228 0 -1 4202560 5 0 0 0 7146 1 0 0 20 0 23 0 4548364 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898253650616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10283/tid=10989] ppid=10280 vsize=9891296 CPUtime=71.48 cores=0,2,4,6
/proc/10283/task/10989/stat : 10989 (java) S 10280 10283 6228 0 -1 4202560 3 0 0 0 7147 1 0 0 20 0 23 0 4548364 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898256808376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10283/tid=10990] ppid=10280 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10283/task/10990/stat : 10990 (java) S 10280 10283 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 4548364 10128687104 1187293 33554432000 1073741824 1073778376 140736692055664 139898254705960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 9891296

[startup+905.901 s]
/proc/loadavg: 4.16 4.09 3.98 5/219 10994
/proc/meminfo: memFree=22262496/32872528 swapFree=480236/529292
[pid=10283] ppid=10280 vsize=0 CPUtime=1800.93 cores=0,2,4,6
/proc/10283/stat : 10283 (java) Z 10280 10283 6228 0 -1 4203532 64352 0 1 0 179525 568 0 0 20 0 2 0 4465016 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10283/statm: 0 0 0 0 0 0 0
[pid=10283/tid=10286] ppid=10280 vsize=0 CPUtime=4.67 cores=0,2,4,6
/proc/10283/task/10286/stat : 10286 (java) R 10280 10283 6228 0 -1 4203588 2469 0 0 0 400 67 0 0 20 0 2 0 4465018 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 905.906
CPU time (s): 1800.95
CPU user time (s): 1795.25
CPU system time (s): 5.70213
CPU usage (%): 198.801
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.25
system time used= 5.70213
maximum resident set size= 4749228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64352
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24448
involuntary context switches= 23401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.67414 second user time and 7.28389 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 04:40:51
IDJOB=4119369
IDBENCH=111713
IDSOLVER=2543
FILE ID=node141/4119369-1467254451
RUNJOBID= node141-1467246696-6244
PBS_JOBID= 20004482
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 0c9610520aeef326d8860e70766b01d2
RANDOM SEED=1551691604

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5339.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28728000 kB
Buffers:          136804 kB
Cached:           723540 kB
SwapCached:            0 kB
Active:          2196656 kB
Inactive:         674028 kB
Active(anon):    2012668 kB
Inactive(anon):      240 kB
Active(file):     183988 kB
Inactive(file):   673788 kB
Unevictable:      529292 kB
Mlocked:          480236 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1200 kB
Writeback:             0 kB
AnonPages:       2625104 kB
Mapped:            22244 kB
Shmem:               204 kB
Slab:             609264 kB
SReclaimable:      53192 kB
SUnreclaim:       556072 kB
KernelStack:        1816 kB
PageTables:         9724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2697748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2084864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node141 at 2016-06-30 04:55:57