Trace number 4119605

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)227 1800.66 921.154

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-edgecross20-040.opb
MD5SUM2c9b1f02b7d0475dfb91a9177b77e35e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark157
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables381
Total number of constraints4561
Number of constraints which are clauses4560
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 965
Biggest coefficient in the objective function 377
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 2409
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 377
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2409
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)711
Sum of products size (including duplicates)1422
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4119605-1467259970.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.65/0.41	c ... done. Wall clock time 0.287s.
0.65/0.41	c declared #vars     381
0.65/0.41	c internal #vars     1092
0.65/0.41	c #constraints  5984
0.65/0.42	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.65/0.42	c constraints type 
0.65/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5271
0.65/0.42	c org.sat4j.specs.Constr$1 => 1
0.65/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.65/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 711
0.65/0.42	c 5984 constraints processed.
0.65/0.42	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.65/0.42	c constraints type 
0.65/0.42	c org.sat4j.specs.Constr$1 => 1
0.65/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5271
0.65/0.42	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.65/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 711
0.65/0.42	c 5984 constraints processed.
0.65/0.42	c objective function length is 965 literals
0.65/0.45	c And the winner is solver0
0.97/0.92	c SATISFIABLE
0.97/0.92	c OPTIMIZING...
0.97/0.92	c Got one! Elapsed wall clock time (in seconds):0.792
0.97/0.92	o 291
0.97/0.95	c And the winner is solver0
1.17/1.43	c Got one! Elapsed wall clock time (in seconds):1.302
1.17/1.43	o 289
1.84/1.69	c And the winner is solver0
2.65/1.94	c Got one! Elapsed wall clock time (in seconds):1.811
2.65/1.94	o 288
2.65/1.95	c And the winner is solver0
2.74/2.44	c Got one! Elapsed wall clock time (in seconds):2.317
2.74/2.44	o 287
2.74/2.45	c And the winner is solver0
2.76/2.95	c Got one! Elapsed wall clock time (in seconds):2.82
2.76/2.95	o 285
2.76/2.95	c And the winner is solver0
2.80/3.45	c Got one! Elapsed wall clock time (in seconds):3.323
2.80/3.45	o 284
2.80/3.46	c And the winner is solver0
2.84/3.95	c Got one! Elapsed wall clock time (in seconds):3.826
2.84/3.95	o 283
2.84/3.97	c And the winner is solver0
2.90/4.46	c Got one! Elapsed wall clock time (in seconds):4.329
2.90/4.46	o 282
2.90/4.47	c And the winner is solver0
2.93/4.96	c Got one! Elapsed wall clock time (in seconds):4.832
2.93/4.96	o 281
2.93/4.96	c And the winner is solver0
2.99/5.46	c Got one! Elapsed wall clock time (in seconds):5.334
2.99/5.46	o 280
2.99/5.47	c And the winner is solver0
3.00/5.96	c Got one! Elapsed wall clock time (in seconds):5.837
3.00/5.96	o 279
3.10/6.01	c And the winner is solver0
3.20/6.47	c Got one! Elapsed wall clock time (in seconds):6.34
3.20/6.47	o 278
3.20/6.48	c And the winner is solver0
3.28/6.97	c Got one! Elapsed wall clock time (in seconds):6.842
3.28/6.97	o 277
3.28/6.97	c And the winner is solver0
3.30/7.47	c Got one! Elapsed wall clock time (in seconds):7.344
3.30/7.47	o 275
3.30/7.48	c And the winner is solver0
3.32/7.97	c Got one! Elapsed wall clock time (in seconds):7.846
3.32/7.97	o 273
3.32/7.99	c And the winner is solver0
3.40/8.47	c Got one! Elapsed wall clock time (in seconds):8.348
3.40/8.47	o 272
3.40/8.48	c And the winner is solver0
3.40/8.98	c Got one! Elapsed wall clock time (in seconds):8.85
3.40/8.98	o 271
4.33/9.32	c And the winner is solver0
4.42/9.48	c Got one! Elapsed wall clock time (in seconds):9.351
4.42/9.48	o 270
4.47/9.55	c And the winner is solver0
4.64/9.98	c Got one! Elapsed wall clock time (in seconds):9.853
4.64/9.98	o 269
4.69/10.02	c And the winner is solver0
4.72/10.48	c Got one! Elapsed wall clock time (in seconds):10.355
4.72/10.48	o 268
4.72/10.48	c And the winner is solver0
4.73/10.98	c Got one! Elapsed wall clock time (in seconds):10.857
4.73/10.98	o 267
4.73/10.99	c And the winner is solver0
4.75/11.48	c Got one! Elapsed wall clock time (in seconds):11.358
4.75/11.48	o 266
4.75/11.49	c And the winner is solver0
4.75/11.99	c Got one! Elapsed wall clock time (in seconds):11.86
4.75/11.99	o 264
4.75/11.99	c And the winner is solver0
4.75/12.49	c Got one! Elapsed wall clock time (in seconds):12.362
4.75/12.49	o 263
4.77/12.50	c And the winner is solver0
4.80/12.99	c Got one! Elapsed wall clock time (in seconds):12.863
4.80/12.99	o 262
4.80/13.00	c And the winner is solver0
4.81/13.49	c Got one! Elapsed wall clock time (in seconds):13.365
4.81/13.49	o 261
4.81/13.49	c And the winner is solver0
4.81/13.99	c Got one! Elapsed wall clock time (in seconds):13.867
4.81/13.99	o 260
4.83/14.06	c And the winner is solver0
5.00/14.49	c Got one! Elapsed wall clock time (in seconds):14.368
5.00/14.49	o 258
5.00/14.54	c And the winner is solver0
5.11/15.00	c Got one! Elapsed wall clock time (in seconds):14.87
5.11/15.00	o 257
5.32/15.11	c And the winner is solver0
5.36/15.50	c Got one! Elapsed wall clock time (in seconds):15.372
5.36/15.50	o 256
5.82/15.78	c And the winner is solver0
6.00/16.00	c Got one! Elapsed wall clock time (in seconds):15.873
6.00/16.00	o 255
6.00/16.02	c And the winner is solver0
6.05/16.50	c Got one! Elapsed wall clock time (in seconds):16.375
6.05/16.50	o 253
6.05/16.51	c And the winner is solver0
6.05/17.00	c Got one! Elapsed wall clock time (in seconds):16.877
6.05/17.00	o 252
6.05/17.03	c And the winner is solver0
6.11/17.50	c Got one! Elapsed wall clock time (in seconds):17.378
6.11/17.50	o 251
6.11/17.51	c And the winner is solver0
6.12/18.01	c Got one! Elapsed wall clock time (in seconds):17.88
6.12/18.01	o 249
6.12/18.04	c And the winner is solver0
6.20/18.51	c Got one! Elapsed wall clock time (in seconds):18.382
6.20/18.51	o 248
6.20/18.56	c And the winner is solver0
6.33/19.01	c Got one! Elapsed wall clock time (in seconds):18.883
6.33/19.01	o 247
6.33/19.01	c And the winner is solver0
6.33/19.51	c Got one! Elapsed wall clock time (in seconds):19.385
6.33/19.51	o 246
6.33/19.51	c And the winner is solver0
6.33/20.01	c Got one! Elapsed wall clock time (in seconds):19.887
6.33/20.01	o 245
6.33/20.02	c And the winner is solver0
6.33/20.51	c Got one! Elapsed wall clock time (in seconds):20.388
6.33/20.51	o 244
6.33/20.53	c And the winner is solver0
6.37/21.02	c Got one! Elapsed wall clock time (in seconds):20.89
6.37/21.02	o 243
6.37/21.02	c And the winner is solver0
6.38/21.52	c Got one! Elapsed wall clock time (in seconds):21.392
6.38/21.52	o 242
6.38/21.52	c And the winner is solver0
6.38/22.02	c Got one! Elapsed wall clock time (in seconds):21.894
6.38/22.02	o 241
6.60/22.14	c And the winner is solver0
6.69/22.52	c Got one! Elapsed wall clock time (in seconds):22.395
6.69/22.52	o 240
7.28/22.83	c cleaning 5625 clauses out of 11254 with flag 4250/11254
8.72/23.57	c cleaning 5812 clauses out of 11629 with flag 16586/17254
10.58/24.49	c cleaning 6400 clauses out of 12819 with flag 31286/24256
12.99/25.52	c cleaning 7202 clauses out of 14418 with flag 48099/32255
15.24/26.70	c cleaning 8098 clauses out of 16216 with flag 67042/41255
18.11/28.07	c cleaning 9052 clauses out of 18119 with flag 88519/51256
20.22/29.05	c And the winner is solver0
20.39/29.52	c Got one! Elapsed wall clock time (in seconds):29.398
20.39/29.52	o 239
21.13/29.93	c And the winner is solver0
21.26/30.03	c Got one! Elapsed wall clock time (in seconds):29.9
21.26/30.03	o 238
21.26/30.08	c And the winner is solver0
21.41/30.53	c Got one! Elapsed wall clock time (in seconds):30.402
21.41/30.53	o 237
21.41/30.56	c And the winner is solver0
21.49/31.03	c Got one! Elapsed wall clock time (in seconds):30.904
21.49/31.03	o 236
21.49/31.05	c And the winner is solver0
21.55/31.53	c Got one! Elapsed wall clock time (in seconds):31.407
21.55/31.53	o 235
22.49/32.02	c cleaning 11348 clauses out of 22724 with flag 7209/64913
24.09/32.81	c cleaning 8682 clauses out of 17378 with flag 20772/70915
26.21/33.81	c cleaning 7836 clauses out of 15695 with flag 36246/77914
28.21/34.84	c cleaning 7915 clauses out of 15859 with flag 54244/85914
30.61/36.01	c cleaning 8460 clauses out of 16943 with flag 75811/94913
33.57/37.41	c cleaning 9234 clauses out of 18483 with flag 99478/104913
33.57/37.41	c And the winner is solver1
33.62/37.56	c Got one! Elapsed wall clock time (in seconds):37.437
33.62/37.56	o 227
34.88/38.28	c cleaning 7145 clauses out of 14308 with flag 12176/109972
36.68/39.17	c cleaning 6574 clauses out of 13163 with flag 28424/115972
38.68/40.18	c cleaning 6788 clauses out of 13591 with flag 45586/122974
40.89/41.28	c cleaning 7399 clauses out of 14801 with flag 72995/130972
43.83/42.61	c cleaning 8201 clauses out of 16403 with flag 104391/139973
46.44/43.96	c cleaning 9099 clauses out of 18203 with flag 139792/149974
49.43/45.44	c cleaning 10045 clauses out of 20103 with flag 176297/160973
53.03/47.20	c cleaning 11032 clauses out of 22064 with flag 223558/172979
56.83/49.10	c cleaning 12009 clauses out of 24025 with flag 274539/185972
61.15/51.28	c cleaning 13008 clauses out of 26016 with flag 323612/199972
66.06/53.55	c cleaning 13998 clauses out of 28009 with flag 374136/214973
71.06/56.01	c cleaning 15005 clauses out of 30010 with flag 420588/230972
76.78/58.88	c cleaning 15999 clauses out of 32006 with flag 469084/247973
82.59/61.71	c cleaning 17002 clauses out of 34006 with flag 523891/265972
88.95/64.89	c cleaning 17990 clauses out of 36006 with flag 576499/284974
96.15/68.47	c cleaning 19004 clauses out of 38016 with flag 639112/304974
104.41/72.80	c cleaning 20006 clauses out of 40011 with flag 706032/325973
112.20/76.66	c cleaning 20998 clauses out of 42004 with flag 767085/347972
120.72/80.80	c cleaning 22004 clauses out of 44007 with flag 832349/370973
129.92/85.42	c cleaning 22999 clauses out of 46003 with flag 895939/394973
139.95/90.32	c cleaning 24002 clauses out of 48004 with flag 958847/419973
149.73/95.27	c cleaning 24999 clauses out of 50001 with flag 1029266/445972
161.15/100.88	c cleaning 25996 clauses out of 52004 with flag 1101835/472974
174.67/107.96	c cleaning 27002 clauses out of 54007 with flag 1183371/500973
187.45/114.31	c cleaning 27999 clauses out of 56008 with flag 1282662/529976
200.33/120.77	c cleaning 29003 clauses out of 58005 with flag 1378183/559972
213.32/127.22	c cleaning 30003 clauses out of 60005 with flag 1470587/590975
227.46/134.30	c cleaning 30993 clauses out of 61999 with flag 1562599/622972
241.82/141.38	c cleaning 31996 clauses out of 64006 with flag 1657849/655972
256.93/148.87	c cleaning 33005 clauses out of 66012 with flag 1755683/689974
271.33/156.07	c cleaning 33992 clauses out of 68005 with flag 1862921/724972
284.33/162.51	c cleaning 34997 clauses out of 70013 with flag 1973581/760972
297.34/169.09	c cleaning 36007 clauses out of 72017 with flag 2089251/797973
311.94/176.34	c cleaning 36999 clauses out of 74009 with flag 2203367/835972
327.74/184.26	c cleaning 38001 clauses out of 76011 with flag 2306872/874973
344.35/192.55	c cleaning 39003 clauses out of 78009 with flag 2408674/914972
363.96/202.72	c cleaning 39997 clauses out of 80007 with flag 2521145/955973
381.94/211.70	c cleaning 41001 clauses out of 82009 with flag 2635027/997972
400.75/221.16	c cleaning 42004 clauses out of 84008 with flag 2749700/1040972
420.75/231.15	c cleaning 42999 clauses out of 86004 with flag 2868038/1084972
441.14/241.36	c cleaning 44000 clauses out of 88006 with flag 2992508/1129973
462.74/252.13	c cleaning 44996 clauses out of 90008 with flag 3115770/1175975
484.93/263.29	c cleaning 45999 clauses out of 92009 with flag 3241397/1222972
508.32/274.94	c cleaning 47005 clauses out of 94013 with flag 3369289/1270975
533.52/287.56	c cleaning 47999 clauses out of 96006 with flag 3498589/1319973
560.12/300.89	c cleaning 48996 clauses out of 98007 with flag 3634116/1369973
587.92/314.72	c cleaning 50006 clauses out of 100011 with flag 3774348/1420973
613.64/327.57	c cleaning 50995 clauses out of 102006 with flag 3918164/1472974
636.63/339.06	c cleaning 52005 clauses out of 104018 with flag 4052149/1525981
660.23/350.81	c cleaning 52999 clauses out of 106005 with flag 4194489/1579973
684.42/362.97	c cleaning 53999 clauses out of 108007 with flag 4343310/1634974
708.42/374.92	c cleaning 55001 clauses out of 110007 with flag 4475387/1690973
732.62/387.09	c cleaning 55998 clauses out of 112006 with flag 4615993/1747973
759.21/400.34	c cleaning 56999 clauses out of 114008 with flag 4770941/1805973
783.62/412.56	c cleaning 57993 clauses out of 116009 with flag 4936407/1864973
809.20/425.38	c cleaning 59006 clauses out of 118017 with flag 5103572/1924974
837.20/439.32	c cleaning 59999 clauses out of 120011 with flag 5298549/1985974
869.40/455.47	c cleaning 60999 clauses out of 122012 with flag 5479935/2047974
901.79/471.68	c cleaning 62005 clauses out of 124011 with flag 5669348/2110972
931.20/486.39	c cleaning 63001 clauses out of 126009 with flag 5851544/2174975
963.77/502.65	c cleaning 63999 clauses out of 128008 with flag 6047785/2239975
999.15/520.82	c cleaning 65000 clauses out of 130006 with flag 6247398/2305972
1032.55/537.53	c cleaning 65997 clauses out of 132006 with flag 6441333/2372972
1067.54/555.06	c cleaning 66997 clauses out of 134010 with flag 6644144/2440973
1103.13/572.81	c cleaning 68001 clauses out of 136012 with flag 6841690/2509972
1139.53/591.06	c cleaning 69000 clauses out of 138011 with flag 7066448/2579972
1176.54/609.57	c cleaning 70004 clauses out of 140011 with flag 7294375/2650972
1216.31/629.40	c cleaning 70999 clauses out of 142007 with flag 7519660/2722972
1255.72/649.15	c cleaning 72001 clauses out of 144008 with flag 7750640/2795972
1296.91/669.75	c cleaning 72996 clauses out of 146007 with flag 7984883/2869972
1339.50/691.01	c cleaning 74003 clauses out of 148013 with flag 8232443/2944974
1384.09/713.37	c cleaning 75000 clauses out of 150011 with flag 8464053/3020975
1427.89/735.21	c cleaning 76001 clauses out of 152009 with flag 8708641/3097973
1473.68/758.16	c cleaning 76996 clauses out of 154008 with flag 8946655/3175973
1521.26/781.89	c cleaning 78006 clauses out of 156013 with flag 9183046/3254974
1569.65/806.10	c cleaning 78994 clauses out of 158005 with flag 9425229/3334972
1620.25/831.30	c cleaning 79995 clauses out of 160011 with flag 9654764/3415972
1670.84/856.60	c cleaning 81000 clauses out of 162019 with flag 9898529/3497975
1724.03/883.25	c cleaning 82006 clauses out of 164017 with flag 10154302/3580973
1766.32/904.21	c cleaning 82995 clauses out of 166011 with flag 10431752/3664973
1800.10/921.10	c >>>>>>>>>> Solver number 0 (49 answers) <<<<<<<<<<<<<<<<<<
1800.10/921.10	c starts		: 4607
1800.10/921.10	c conflicts		: 3734986
1800.10/921.10	c decisions		: 4306136
1800.10/921.10	c propagations		: 97085753
1800.10/921.10	c inspects		: 8009560809
1800.10/921.10	c shortcuts		: 0
1800.10/921.10	c learnt literals	: 0
1800.10/921.10	c learnt binary clauses	: 0
1800.10/921.10	c learnt ternary clauses	: 595
1800.10/921.10	c learnt constraints	: 3734986
1800.10/921.10	c ignored constraints	: 0
1800.10/921.10	c root simplifications	: 0
1800.10/921.10	c removed literals (reason simplification)	: 443845151
1800.10/921.10	c reason swapping (by a shorter reason)	: 0
1800.10/921.10	c Calls to reduceDB	: 92
1800.10/921.10	c Number of update (reduction) of LBD	: 33377
1800.10/921.10	c Imported unit clauses	: 0
1800.10/921.10	c number of reductions to clauses (during analyze)	: 0
1800.10/921.10	c number of learned constraints concerned by reduction	: 0
1800.10/921.10	c number of learning phase by resolution	: 0
1800.10/921.10	c number of learning phase by cutting planes	: 0
1800.10/921.10	c speed (assignments/second)	: 109882.93995278075
1800.10/921.10	c non guided choices	678
1800.10/921.13	c learnt constraints type 
1800.10/921.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153030
1800.10/921.13	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.10/921.13	c starts		: 68
1800.10/921.13	c conflicts		: 3470
1800.10/921.13	c decisions		: 11234
1800.10/921.13	c propagations		: 170333
1800.10/921.13	c inspects		: 77222200
1800.10/921.13	c shortcuts		: 0
1800.10/921.13	c learnt literals	: 0
1800.10/921.13	c learnt binary clauses	: 0
1800.10/921.13	c learnt ternary clauses	: 1
1800.10/921.13	c learnt constraints	: 3453
1800.10/921.13	c ignored constraints	: 0
1800.10/921.13	c root simplifications	: 0
1800.10/921.13	c removed literals (reason simplification)	: 0
1800.10/921.13	c reason swapping (by a shorter reason)	: 0
1800.10/921.13	c Calls to reduceDB	: 0
1800.10/921.13	c Number of update (reduction) of LBD	: 0
1800.10/921.13	c Imported unit clauses	: 0
1800.10/921.13	c number of reductions to clauses (during analyze)	: 0
1800.10/921.13	c number of learned constraints concerned by reduction	: 0
1800.10/921.13	c number of learning phase by resolution	: 0
1800.10/921.13	c number of learning phase by cutting planes	: 0
1800.10/921.13	c speed (assignments/second)	: 191.47273924959026
1800.10/921.13	c non guided choices	33
1800.10/921.13	c learnt constraints type 
1800.10/921.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.10/921.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3450
1800.10/921.13	s SATISFIABLE
1800.10/921.13	c Found 50 solution(s)
1800.10/921.13	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 
1800.10/921.13	c objective function=227
1800.10/921.13	c Total wall clock time (in seconds): 921.006

Verifier Data

OK	227

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

pid=14441
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: 4.01 4.08 4.05 4/197 14444
/proc/meminfo: memFree=27149208/32872528 swapFree=480236/529292
[pid=14444] ppid=14441 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14444/stat : 14444 (java) D 14441 14444 6228 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 5016906 9515008 183 33554432000 1073741824 1073778376 140736777495840 140736777486872 211458801333 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/14444/statm: 2323 183 140 9 0 71 0

[startup+0.100112 s]
/proc/loadavg: 4.01 4.08 4.05 4/197 14444
/proc/meminfo: memFree=27149208/32872528 swapFree=480236/529292
[pid=14444] ppid=14441 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14444/stat : 14444 (java) S 14441 14444 6228 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 5016906 9787879424 5519 33554432000 1073741824 1073778376 140734379708560 140734379699696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14444/statm: 2389619 5519 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 4.01 4.08 4.05 4/197 14444
/proc/meminfo: memFree=27149208/32872528 swapFree=480236/529292
[pid=14444] ppid=14441 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/14444/stat : 14444 (java) S 14441 14444 6228 0 -1 4202496 4572 0 1 0 20 1 0 0 20 0 18 0 5016906 9787879424 7196 33554432000 1073741824 1073778376 140734379708560 140734379699696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14444/statm: 2389619 7196 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300328 s]
/proc/loadavg: 4.01 4.08 4.05 4/197 14444
/proc/meminfo: memFree=27149208/32872528 swapFree=480236/529292
[pid=14444] ppid=14441 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/14444/stat : 14444 (java) S 14441 14444 6228 0 -1 4202496 5649 0 1 0 41 2 0 0 20 0 18 0 5016906 9787879424 8251 33554432000 1073741824 1073778376 140734379708560 140734379699696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14444/statm: 2389619 8251 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700303 s]
/proc/loadavg: 4.01 4.08 4.05 4/197 14444
/proc/meminfo: memFree=27149208/32872528 swapFree=480236/529292
[pid=14444] ppid=14441 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/14444/stat : 14444 (java) S 14441 14444 6228 0 -1 4202496 10918 0 1 0 93 4 0 0 20 0 19 0 5016906 10060525568 14329 33554432000 1073741824 1073778376 140734379708560 140734379699696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14444/statm: 2456183 14329 2262 9 0 2446860 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9824732

[startup+1.50069 s]
/proc/loadavg: 4.01 4.08 4.05 3/216 14469
/proc/meminfo: memFree=27093896/32872528 swapFree=480236/529292
[pid=14444] ppid=14441 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/14444/stat : 14444 (java) S 14441 14444 6228 0 -1 4202496 16967 0 1 0 136 7 0 0 20 0 22 0 5016906 10060525568 20074 33554432000 1073741824 1073778376 140734379708560 140734379699696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14444/statm: 2456183 20075 2265 9 0 2446860 0
[pid=14444/tid=14446] ppid=14441 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/14444/task/14446/stat : 14446 (java) S 14441 14444 6228 0 -1 4202560 2468 0 1 0 39 1 0 0 20 0 22 0 5016907 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200331567992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14447] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14447/stat : 14447 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016908 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200293059112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14448] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14448/stat : 14448 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016908 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200292006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14449] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14449/stat : 14449 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016908 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200290953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14450] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14450/stat : 14450 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016908 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200289900712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14451] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14451/stat : 14451 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016908 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200288848936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14452] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14452/stat : 14452 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016909 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200287796136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14453] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14453/stat : 14453 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016909 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200286743336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14454] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14454/stat : 14454 (java) S 14441 14444 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 5016909 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200285690536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14455] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14455/stat : 14455 (java) S 14441 14444 6228 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 5016910 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200154978792 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14456] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14456/stat : 14456 (java) S 14441 14444 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 5016910 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200153924856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14457] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14457/stat : 14457 (java) S 14441 14444 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5016910 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200152871944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14458] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14458/stat : 14458 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016913 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200151820432 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14459] ppid=14441 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/14444/task/14459/stat : 14459 (java) R 14441 14444 6228 0 -1 4202560 7196 0 0 0 40 1 0 0 20 0 22 0 5016913 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200150768568 140200338031380 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14460] ppid=14441 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/14444/task/14460/stat : 14460 (java) R 14441 14444 6228 0 -1 4202560 5936 0 0 0 36 0 0 0 20 0 22 0 5016913 10060525568 20075 33554432000 1073741824 1073778376 140734379708560 140200149715768 140200338554135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14461] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14461/stat : 14461 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016913 10060525568 20077 33554432000 1073741824 1073778376 140734379708560 140199275260792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14462] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14462/stat : 14462 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016913 10060525568 20096 33554432000 1073741824 1073778376 140734379708560 140199274208200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14466] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14466/stat : 14466 (java) S 14441 14444 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5016949 10060525568 20113 33554432000 1073741824 1073778376 140734379708560 140199269995304 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.01 4.08 4.05 3/216 14475
/proc/meminfo: memFree=27056672/32872528 swapFree=480236/529292
[pid=14444] ppid=14441 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/14444/stat : 14444 (java) S 14441 14444 6228 0 -1 4202496 26511 0 1 0 269 11 0 0 20 0 19 0 5016906 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140734379699696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14444/statm: 2456183 27079 2267 9 0 2446860 0
[pid=14444/tid=14446] ppid=14441 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/14444/task/14446/stat : 14446 (java) S 14441 14444 6228 0 -1 4202560 2470 0 1 0 40 2 0 0 20 0 19 0 5016907 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200331567992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14447] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14447/stat : 14447 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016908 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200293059112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14448] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14448/stat : 14448 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016908 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200292006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14449] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14449/stat : 14449 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016908 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200290953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14450] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14450/stat : 14450 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016908 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200289900712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14451] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14451/stat : 14451 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016908 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200288848936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14452] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14452/stat : 14452 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016909 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200287796136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14453] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14453/stat : 14453 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016909 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200286743336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14454] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14454/stat : 14454 (java) S 14441 14444 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5016909 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200285690536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14455] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14455/stat : 14455 (java) S 14441 14444 6228 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 5016910 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200154978792 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14456] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14456/stat : 14456 (java) S 14441 14444 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5016910 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200153924856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14457] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14457/stat : 14457 (java) S 14441 14444 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5016910 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200152871944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14458] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14458/stat : 14458 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016913 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200151820432 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14459] ppid=14441 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/14444/task/14459/stat : 14459 (java) S 14441 14444 6228 0 -1 4202560 12515 0 0 0 87 3 0 0 20 0 19 0 5016913 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200150768568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14460] ppid=14441 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/14444/task/14460/stat : 14460 (java) S 14441 14444 6228 0 -1 4202560 10132 0 0 0 80 2 0 0 20 0 19 0 5016913 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140200149715768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14461] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14461/stat : 14461 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016913 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140199275260792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14462] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14462/stat : 14462 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016913 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140199274208200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14466] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14466/stat : 14466 (java) S 14441 14444 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5016949 10060525568 27079 33554432000 1073741824 1073778376 140734379708560 140199269995304 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 9824732

[startup+6.30082 s]
/proc/loadavg: 4.01 4.08 4.05 3/216 14496
/proc/meminfo: memFree=27023792/32872528 swapFree=480236/529292
[pid=14444] ppid=14441 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/14444/stat : 14444 (java) S 14441 14444 6228 0 -1 4202496 26606 0 1 0 303 17 0 0 20 0 19 0 5016906 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140734379699696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14444/statm: 2456183 35677 2276 9 0 2446860 0
[pid=14444/tid=14446] ppid=14441 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/14444/task/14446/stat : 14446 (java) S 14441 14444 6228 0 -1 4202560 2475 0 1 0 41 2 0 0 20 0 19 0 5016907 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200331567992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14447] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14447/stat : 14447 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016908 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200293059112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14448] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14448/stat : 14448 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016908 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200292006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14449] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14449/stat : 14449 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016908 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200290953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14450] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14450/stat : 14450 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016908 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200289900712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14451] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14451/stat : 14451 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016908 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200288848936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14452] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14452/stat : 14452 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016909 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200287796136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14453] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14453/stat : 14453 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016909 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200286743336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14454] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14454/stat : 14454 (java) S 14441 14444 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5016909 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200285690536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14455] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14455/stat : 14455 (java) S 14441 14444 6228 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 5016910 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200154978792 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14456] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14456/stat : 14456 (java) S 14441 14444 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5016910 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200153924856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14457] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14457/stat : 14457 (java) S 14441 14444 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5016910 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200152871944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14458] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14458/stat : 14458 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016913 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200151820432 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14459] ppid=14441 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/14444/task/14459/stat : 14459 (java) S 14441 14444 6228 0 -1 4202560 12526 0 0 0 99 3 0 0 20 0 19 0 5016913 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200150768568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14460] ppid=14441 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/14444/task/14460/stat : 14460 (java) S 14441 14444 6228 0 -1 4202560 10144 0 0 0 89 2 0 0 20 0 19 0 5016913 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140200149715768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14461] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14461/stat : 14461 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016913 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140199275260792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14462] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14462/stat : 14462 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5016913 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140199274208200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14466] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14466/stat : 14466 (java) S 14441 14444 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5016949 10060525568 35677 33554432000 1073741824 1073778376 140734379708560 140199269995304 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=14444/tid=14447] ppid=14441 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/14444/task/14447/stat : 14447 (java) S 14441 14444 6228 0 -1 4202560 554 0 0 0 85 31 0 0 20 0 22 0 5016908 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200293059112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14448] ppid=14441 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/14444/task/14448/stat : 14448 (java) S 14441 14444 6228 0 -1 4202560 645 0 0 0 66 22 0 0 20 0 22 0 5016908 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200292006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14449] ppid=14441 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/14444/task/14449/stat : 14449 (java) S 14441 14444 6228 0 -1 4202560 618 0 0 0 55 19 0 0 20 0 22 0 5016908 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200290953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14450] ppid=14441 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/14444/task/14450/stat : 14450 (java) S 14441 14444 6228 0 -1 4202560 457 0 0 0 65 21 0 0 20 0 22 0 5016908 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200289900712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14451] ppid=14441 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/14444/task/14451/stat : 14451 (java) S 14441 14444 6228 0 -1 4202560 551 0 0 0 77 22 0 0 20 0 22 0 5016908 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200288848936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14452] ppid=14441 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/14444/task/14452/stat : 14452 (java) S 14441 14444 6228 0 -1 4202560 596 0 0 0 82 31 0 0 20 0 22 0 5016909 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200287796136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14453] ppid=14441 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/14444/task/14453/stat : 14453 (java) S 14441 14444 6228 0 -1 4202560 617 0 0 0 70 18 0 0 20 0 22 0 5016909 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200286743336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14454] ppid=14441 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/14444/task/14454/stat : 14454 (java) S 14441 14444 6228 0 -1 4202560 534 0 0 0 76 23 0 0 20 0 22 0 5016909 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200285690536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14455] ppid=14441 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/14444/task/14455/stat : 14455 (java) S 14441 14444 6228 0 -1 4202560 2408 0 0 0 398 8 0 0 20 0 22 0 5016910 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200154978792 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14456] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14456/stat : 14456 (java) S 14441 14444 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5016910 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200153924856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14457] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14457/stat : 14457 (java) S 14441 14444 6228 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 5016910 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200152871944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14458] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14458/stat : 14458 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016913 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200151820432 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14459] ppid=14441 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/14444/task/14459/stat : 14459 (java) S 14441 14444 6228 0 -1 4202560 12550 0 0 0 164 3 0 0 20 0 22 0 5016913 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200150768568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14460] ppid=14441 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/14444/task/14460/stat : 14460 (java) S 14441 14444 6228 0 -1 4202560 10163 0 0 0 144 2 0 0 20 0 22 0 5016913 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140200149715768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14461] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14461/stat : 14461 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016913 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140199275260792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14462] ppid=14441 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/14444/task/14462/stat : 14462 (java) S 14441 14444 6228 0 -1 4202560 51 0 0 0 9 11 0 0 20 0 22 0 5016913 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140199274208200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14613] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14613/stat : 14613 (java) S 14441 14444 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5020060 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140199271048616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14614] ppid=14441 vsize=9824732 CPUtime=839.11 cores=0,2,4,6
/proc/14444/task/14614/stat : 14614 (java) R 14441 14444 6228 0 -1 4202560 42 0 0 0 83897 14 0 0 20 0 22 0 5020663 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140199272091792 140200165100822 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14615] ppid=14441 vsize=9824732 CPUtime=838.99 cores=0,2,4,6
/proc/14444/task/14615/stat : 14615 (java) R 14441 14444 6228 0 -1 4202560 788 0 0 0 83861 38 0 0 20 0 22 0 5020663 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140199273151080 140200164907140 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14616] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14616/stat : 14616 (java) S 14441 14444 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5020663 10060525568 943550 33554432000 1073741824 1073778376 140734379708560 140199269995560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1722.24
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.101 s]
/proc/loadavg: 2.02 2.38 3.17 3/191 14677
/proc/meminfo: memFree=26946492/32872528 swapFree=480236/529292
[pid=14444] ppid=14441 vsize=9824732 CPUtime=1800.09 cores=0,2,4,6
/proc/14444/stat : 14444 (java) S 14441 14444 6228 0 -1 4202496 35274 0 1 0 179708 301 0 0 20 0 22 0 5016906 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140734379699696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14444/statm: 2456183 943753 2303 9 0 2446860 0
[pid=14444/tid=14446] ppid=14441 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/14444/task/14446/stat : 14446 (java) S 14441 14444 6228 0 -1 4202560 2481 0 1 0 49 3 0 0 20 0 22 0 5016907 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200331567992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14447] ppid=14441 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/14444/task/14447/stat : 14447 (java) S 14441 14444 6228 0 -1 4202560 583 0 0 0 88 31 0 0 20 0 22 0 5016908 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200293059112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14448] ppid=14441 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/14444/task/14448/stat : 14448 (java) S 14441 14444 6228 0 -1 4202560 707 0 0 0 70 22 0 0 20 0 22 0 5016908 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200292006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14449] ppid=14441 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/14444/task/14449/stat : 14449 (java) S 14441 14444 6228 0 -1 4202560 632 0 0 0 64 19 0 0 20 0 22 0 5016908 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200290953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14450] ppid=14441 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/14444/task/14450/stat : 14450 (java) S 14441 14444 6228 0 -1 4202560 494 0 0 0 73 21 0 0 20 0 22 0 5016908 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200289900712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14451] ppid=14441 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/14444/task/14451/stat : 14451 (java) S 14441 14444 6228 0 -1 4202560 551 0 0 0 85 22 0 0 20 0 22 0 5016908 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200288848936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14452] ppid=14441 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/14444/task/14452/stat : 14452 (java) S 14441 14444 6228 0 -1 4202560 608 0 0 0 96 31 0 0 20 0 22 0 5016909 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200287796136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14453] ppid=14441 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/14444/task/14453/stat : 14453 (java) S 14441 14444 6228 0 -1 4202560 658 0 0 0 72 19 0 0 20 0 22 0 5016909 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200286743336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14454] ppid=14441 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/14444/task/14454/stat : 14454 (java) S 14441 14444 6228 0 -1 4202560 542 0 0 0 84 23 0 0 20 0 22 0 5016909 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200285690536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14455] ppid=14441 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/14444/task/14455/stat : 14455 (java) S 14441 14444 6228 0 -1 4202560 2410 0 0 0 398 8 0 0 20 0 22 0 5016910 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200154978792 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14456] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14456/stat : 14456 (java) S 14441 14444 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5016910 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200153924856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14457] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14457/stat : 14457 (java) S 14441 14444 6228 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 5016910 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200152871944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14458] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14458/stat : 14458 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016913 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200151820432 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14459] ppid=14441 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/14444/task/14459/stat : 14459 (java) S 14441 14444 6228 0 -1 4202560 12550 0 0 0 164 3 0 0 20 0 22 0 5016913 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200150768568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14460] ppid=14441 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/14444/task/14460/stat : 14460 (java) S 14441 14444 6228 0 -1 4202560 10163 0 0 0 144 2 0 0 20 0 22 0 5016913 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200149715768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14461] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14461/stat : 14461 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016913 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199275260792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14462] ppid=14441 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/14444/task/14462/stat : 14462 (java) S 14441 14444 6228 0 -1 4202560 53 0 0 0 9 12 0 0 20 0 22 0 5016913 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199274208200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14613] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14613/stat : 14613 (java) S 14441 14444 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5020060 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199271048616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14614] ppid=14441 vsize=9824732 CPUtime=877.76 cores=0,2,4,6
/proc/14444/task/14614/stat : 14614 (java) R 14441 14444 6228 0 -1 4202560 42 0 0 0 87761 15 0 0 20 0 22 0 5020663 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199272091792 140200165215016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14615] ppid=14441 vsize=9824732 CPUtime=877.63 cores=0,2,4,6
/proc/14444/task/14615/stat : 14615 (java) R 14441 14444 6228 0 -1 4202560 789 0 0 0 87724 39 0 0 20 0 22 0 5020663 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199273151520 140200164907072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14616] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14616/stat : 14616 (java) S 14441 14444 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5020663 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199269995560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 14444 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+921.101 s]
/proc/loadavg: 2.02 2.38 3.17 3/191 14677
/proc/meminfo: memFree=26946492/32872528 swapFree=480236/529292
[pid=14444] ppid=14441 vsize=9824732 CPUtime=1800.09 cores=0,2,4,6
/proc/14444/stat : 14444 (java) S 14441 14444 6228 0 -1 4202496 35274 0 1 0 179708 301 0 0 20 0 22 0 5016906 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140734379699696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14444/statm: 2456183 943753 2303 9 0 2446860 0
[pid=14444/tid=14446] ppid=14441 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/14444/task/14446/stat : 14446 (java) S 14441 14444 6228 0 -1 4202560 2481 0 1 0 49 3 0 0 20 0 22 0 5016907 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200331567992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14447] ppid=14441 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/14444/task/14447/stat : 14447 (java) S 14441 14444 6228 0 -1 4202560 583 0 0 0 88 31 0 0 20 0 22 0 5016908 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200293059112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14448] ppid=14441 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/14444/task/14448/stat : 14448 (java) S 14441 14444 6228 0 -1 4202560 707 0 0 0 70 22 0 0 20 0 22 0 5016908 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200292006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14449] ppid=14441 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/14444/task/14449/stat : 14449 (java) S 14441 14444 6228 0 -1 4202560 632 0 0 0 64 19 0 0 20 0 22 0 5016908 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200290953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14450] ppid=14441 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/14444/task/14450/stat : 14450 (java) S 14441 14444 6228 0 -1 4202560 494 0 0 0 73 21 0 0 20 0 22 0 5016908 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200289900712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14451] ppid=14441 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/14444/task/14451/stat : 14451 (java) S 14441 14444 6228 0 -1 4202560 551 0 0 0 85 22 0 0 20 0 22 0 5016908 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200288848936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14452] ppid=14441 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/14444/task/14452/stat : 14452 (java) S 14441 14444 6228 0 -1 4202560 608 0 0 0 96 31 0 0 20 0 22 0 5016909 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200287796136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14453] ppid=14441 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/14444/task/14453/stat : 14453 (java) S 14441 14444 6228 0 -1 4202560 658 0 0 0 72 19 0 0 20 0 22 0 5016909 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200286743336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14454] ppid=14441 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/14444/task/14454/stat : 14454 (java) S 14441 14444 6228 0 -1 4202560 542 0 0 0 84 23 0 0 20 0 22 0 5016909 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200285690536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14455] ppid=14441 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/14444/task/14455/stat : 14455 (java) S 14441 14444 6228 0 -1 4202560 2410 0 0 0 398 8 0 0 20 0 22 0 5016910 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200154978792 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14444/tid=14456] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14456/stat : 14456 (java) S 14441 14444 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5016910 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200153924856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14457] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14457/stat : 14457 (java) S 14441 14444 6228 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 5016910 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200152871944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14458] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14458/stat : 14458 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016913 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200151820432 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14459] ppid=14441 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/14444/task/14459/stat : 14459 (java) S 14441 14444 6228 0 -1 4202560 12550 0 0 0 164 3 0 0 20 0 22 0 5016913 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200150768568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14460] ppid=14441 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/14444/task/14460/stat : 14460 (java) S 14441 14444 6228 0 -1 4202560 10163 0 0 0 144 2 0 0 20 0 22 0 5016913 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140200149715768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14461] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14461/stat : 14461 (java) S 14441 14444 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5016913 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199275260792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14462] ppid=14441 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/14444/task/14462/stat : 14462 (java) S 14441 14444 6228 0 -1 4202560 53 0 0 0 9 12 0 0 20 0 22 0 5016913 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199274208200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14613] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14613/stat : 14613 (java) S 14441 14444 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5020060 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199271048616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14444/tid=14614] ppid=14441 vsize=9824732 CPUtime=877.76 cores=0,2,4,6
/proc/14444/task/14614/stat : 14614 (java) R 14441 14444 6228 0 -1 4202560 42 0 0 0 87761 15 0 0 20 0 22 0 5020663 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199272091792 140200165215016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14444/tid=14615] ppid=14441 vsize=9824732 CPUtime=877.63 cores=0,2,4,6
/proc/14444/task/14615/stat : 14615 (java) R 14441 14444 6228 0 -1 4202560 789 0 0 0 87724 39 0 0 20 0 22 0 5020663 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199273151520 140200164907072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14444/tid=14616] ppid=14441 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14444/task/14616/stat : 14616 (java) S 14441 14444 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5020663 10060525568 943753 33554432000 1073741824 1073778376 140734379708560 140199269995560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 921.154
CPU time (s): 1800.66
CPU user time (s): 1797.2
CPU system time (s): 3.46247
CPU usage (%): 195.479
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.19
system time used= 3.46247
maximum resident set size= 3775124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35311
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23686
involuntary context switches= 22971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9221 second user time and 7.10392 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 06:12:50
IDJOB=4119605
IDBENCH=111772
IDSOLVER=2543
FILE ID=node141/4119605-1467259970
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-edgecross20-040.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119605-1467259970/watcher-4119605-1467259970 -o /tmp/evaluation-result-4119605-1467259970/solver-4119605-1467259970 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467246696-6244 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119605-1467259970.opb

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

MD5SUM BENCH= 2c9b1f02b7d0475dfb91a9177b77e35e
RANDOM SEED=368987876

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:        27149488 kB
Buffers:          142704 kB
Cached:           725336 kB
SwapCached:            0 kB
Active:          3767044 kB
Inactive:         679832 kB
Active(anon):    3581008 kB
Inactive(anon):        4 kB
Active(file):     186036 kB
Inactive(file):   679828 kB
Unevictable:      529292 kB
Mlocked:          480236 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:       4185784 kB
Mapped:            22244 kB
Shmem:               204 kB
Slab:             609704 kB
SReclaimable:      53560 kB
SUnreclaim:       556144 kB
KernelStack:        1800 kB
PageTables:        12268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4626452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3643392 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= 71704 MiB
End job on node141 at 2016-06-30 06:28:11