Trace number 4110181

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.98 1817.71

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223004--soft-0-100-0.wbo
MD5SUMd14175b3b4719f4504fd05dae924b9b8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark3.70344
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110181-1467319324.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.069s.
0.10/0.18	c declared #vars     169
0.10/0.18	c internal #vars     270
0.10/0.18	c #constraints  101
0.10/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.19	c 101 constraints processed.
0.10/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.10/0.19	c 101 constraints processed.
0.10/0.19	c objective function length is 101 literals
1.41/0.51	c And the winner is solver0
1.66/0.69	c SATISFIABLE
1.66/0.69	c OPTIMIZING...
1.66/0.69	c Got one! Elapsed wall clock time (in seconds):0.574
1.66/0.69	o 738
1.66/0.69	c And the winner is solver0
1.87/1.19	c Got one! Elapsed wall clock time (in seconds):1.075
1.87/1.19	o 610
1.89/1.22	c And the winner is solver0
1.95/1.69	c Got one! Elapsed wall clock time (in seconds):1.576
1.95/1.69	o 452
1.97/1.70	c And the winner is solver0
1.97/2.19	c Got one! Elapsed wall clock time (in seconds):2.078
1.97/2.19	o 440
1.97/2.20	c And the winner is solver0
3.02/2.84	c Got one! Elapsed wall clock time (in seconds):2.729
3.02/2.84	o 426
3.02/2.85	c And the winner is solver0
3.07/3.34	c Got one! Elapsed wall clock time (in seconds):3.23
3.07/3.34	o 423
3.07/3.35	c And the winner is solver0
3.07/3.84	c Got one! Elapsed wall clock time (in seconds):3.732
3.07/3.84	o 398
3.07/3.85	c And the winner is solver0
3.08/4.35	c Got one! Elapsed wall clock time (in seconds):4.233
3.08/4.35	o 382
3.08/4.37	c And the winner is solver0
3.14/4.85	c Got one! Elapsed wall clock time (in seconds):4.734
3.14/4.85	o 351
3.14/4.86	c And the winner is solver0
3.15/5.35	c Got one! Elapsed wall clock time (in seconds):5.235
3.15/5.35	o 341
3.15/5.37	c And the winner is solver0
3.21/5.85	c Got one! Elapsed wall clock time (in seconds):5.737
3.21/5.85	o 336
3.21/5.87	c And the winner is solver0
3.26/6.35	c Got one! Elapsed wall clock time (in seconds):6.238
3.26/6.35	o 323
3.26/6.36	c And the winner is solver0
3.26/6.85	c Got one! Elapsed wall clock time (in seconds):6.739
3.26/6.85	o 319
3.26/6.89	c And the winner is solver0
3.38/7.35	c Got one! Elapsed wall clock time (in seconds):7.24
3.38/7.35	o 313
3.38/7.39	c And the winner is solver0
3.47/7.85	c Got one! Elapsed wall clock time (in seconds):7.741
3.47/7.85	o 312
3.47/7.86	c And the winner is solver0
3.48/8.36	c Got one! Elapsed wall clock time (in seconds):8.242
3.48/8.36	o 285
3.56/8.46	c And the winner is solver0
3.70/8.86	c Got one! Elapsed wall clock time (in seconds):8.743
3.70/8.86	o 281
3.70/8.86	c And the winner is solver0
3.72/9.36	c Got one! Elapsed wall clock time (in seconds):9.244
3.72/9.36	o 254
3.72/9.38	c And the winner is solver0
3.80/9.86	c Got one! Elapsed wall clock time (in seconds):9.745
3.80/9.86	o 241
3.89/9.96	c And the winner is solver0
4.07/10.36	c Got one! Elapsed wall clock time (in seconds):10.247
4.07/10.36	o 239
4.07/10.37	c And the winner is solver0
4.08/10.86	c Got one! Elapsed wall clock time (in seconds):10.748
4.08/10.86	o 225
4.08/10.89	c And the winner is solver0
4.16/11.36	c Got one! Elapsed wall clock time (in seconds):11.249
4.16/11.36	o 206
4.16/11.37	c And the winner is solver0
4.20/11.86	c Got one! Elapsed wall clock time (in seconds):11.75
4.20/11.86	o 201
4.20/11.89	c And the winner is solver0
4.28/12.36	c Got one! Elapsed wall clock time (in seconds):12.251
4.28/12.36	o 200
4.28/12.38	c And the winner is solver0
4.44/12.86	c Got one! Elapsed wall clock time (in seconds):12.752
4.44/12.86	o 199
4.44/12.87	c And the winner is solver0
4.46/13.37	c Got one! Elapsed wall clock time (in seconds):13.253
4.46/13.37	o 182
4.52/13.44	c And the winner is solver0
4.62/13.87	c Got one! Elapsed wall clock time (in seconds):13.754
4.62/13.87	o 172
4.62/13.89	c And the winner is solver0
4.68/14.37	c Got one! Elapsed wall clock time (in seconds):14.255
4.68/14.37	o 169
4.74/14.42	c And the winner is solver0
4.79/14.87	c Got one! Elapsed wall clock time (in seconds):14.756
4.79/14.87	o 166
4.83/14.90	c And the winner is solver0
4.89/15.37	c Got one! Elapsed wall clock time (in seconds):15.256
4.89/15.37	o 165
4.89/15.39	c And the winner is solver0
4.95/15.87	c Got one! Elapsed wall clock time (in seconds):15.758
4.95/15.87	o 163
4.95/15.88	c And the winner is solver0
4.97/16.37	c Got one! Elapsed wall clock time (in seconds):16.259
4.97/16.37	o 162
5.01/16.47	c cleaning 7855 clauses out of 15709 with flag 4180/15709
5.24/16.51	c And the winner is solver0
5.26/16.87	c Got one! Elapsed wall clock time (in seconds):16.759
5.26/16.87	o 161
5.31/16.90	c And the winner is solver0
5.35/17.37	c Got one! Elapsed wall clock time (in seconds):17.261
5.35/17.37	o 155
5.39/17.43	c And the winner is solver0
5.49/17.88	c Got one! Elapsed wall clock time (in seconds):17.762
5.49/17.88	o 154
5.49/17.89	c And the winner is solver0
5.51/18.38	c Got one! Elapsed wall clock time (in seconds):18.263
5.51/18.38	o 152
5.77/18.53	c And the winner is solver0
5.92/18.88	c Got one! Elapsed wall clock time (in seconds):18.764
5.92/18.88	o 150
5.95/18.91	c And the winner is solver0
6.00/19.38	c Got one! Elapsed wall clock time (in seconds):19.265
6.00/19.38	o 147
6.25/19.50	c cleaning 8096 clauses out of 16197 with flag 8071/24052
6.25/19.58	c And the winner is solver0
6.50/19.88	c Got one! Elapsed wall clock time (in seconds):19.766
6.50/19.88	o 146
6.50/19.89	c And the winner is solver0
6.52/20.38	c Got one! Elapsed wall clock time (in seconds):20.267
6.52/20.38	o 142
6.77/20.60	c And the winner is solver0
6.98/20.88	c Got one! Elapsed wall clock time (in seconds):20.768
6.98/20.88	o 119
6.98/20.90	c And the winner is solver0
7.04/21.38	c Got one! Elapsed wall clock time (in seconds):21.269
7.04/21.38	o 117
7.06/21.42	c And the winner is solver0
7.18/21.88	c Got one! Elapsed wall clock time (in seconds):21.769
7.18/21.88	o 116
7.20/21.92	c And the winner is solver0
7.31/22.38	c Got one! Elapsed wall clock time (in seconds):22.27
7.31/22.38	o 115
7.34/22.41	c And the winner is solver0
7.39/22.88	c Got one! Elapsed wall clock time (in seconds):22.771
7.39/22.88	o 111
7.67/23.02	c cleaning 8330 clauses out of 16666 with flag 3916/32617
7.67/23.05	c And the winner is solver0
8.10/23.39	c Got one! Elapsed wall clock time (in seconds):23.272
8.10/23.39	o 108
8.12/23.40	c And the winner is solver0
8.15/23.89	c Got one! Elapsed wall clock time (in seconds):23.773
8.15/23.89	o 107
8.17/23.91	c And the winner is solver0
8.21/24.39	c Got one! Elapsed wall clock time (in seconds):24.274
8.21/24.39	o 96
8.22/24.43	c And the winner is solver0
8.35/24.89	c Got one! Elapsed wall clock time (in seconds):24.775
8.35/24.89	o 86
8.37/24.92	c And the winner is solver0
8.46/25.39	c Got one! Elapsed wall clock time (in seconds):25.276
8.46/25.39	o 85
8.68/25.58	c And the winner is solver0
8.88/25.89	c Got one! Elapsed wall clock time (in seconds):25.777
8.88/25.89	o 84
8.89/25.94	c And the winner is solver0
9.00/26.39	c Got one! Elapsed wall clock time (in seconds):26.278
9.00/26.39	o 83
9.22/26.54	c cleaning 8655 clauses out of 17324 with flag 9766/41605
10.09/26.87	c cleaning 7330 clauses out of 14672 with flag 34574/47608
10.39/26.90	c And the winner is solver0
10.42/27.39	c Got one! Elapsed wall clock time (in seconds):27.28
10.42/27.39	o 79
10.84/27.69	c cleaning 6565 clauses out of 13130 with flag 20849/53396
11.03/27.72	c And the winner is solver0
11.11/27.90	c Got one! Elapsed wall clock time (in seconds):27.784
11.11/27.90	o 77
11.51/28.16	c cleaning 6154 clauses out of 12316 with flag 23484/59147
11.91/28.34	c And the winner is solver0
12.02/28.40	c Got one! Elapsed wall clock time (in seconds):28.285
12.02/28.40	o 74
12.21/28.50	c cleaning 5861 clauses out of 11734 with flag 8903/64719
12.21/28.56	c And the winner is solver0
12.36/28.90	c Got one! Elapsed wall clock time (in seconds):28.788
12.36/28.90	o 63
12.75/29.11	c cleaning 5595 clauses out of 11195 with flag 17553/70041
12.75/29.14	c And the winner is solver0
12.85/29.40	c Got one! Elapsed wall clock time (in seconds):29.29
12.85/29.40	o 49
13.25/29.60	c And the winner is solver0
13.27/29.91	c Got one! Elapsed wall clock time (in seconds):29.793
13.27/29.91	o 46
13.27/29.97	c cleaning 5807 clauses out of 11624 with flag 4207/76065
13.27/29.97	c And the winner is solver0
13.42/30.42	c Got one! Elapsed wall clock time (in seconds):30.303
13.42/30.42	o 36
13.59/30.55	c And the winner is solver0
13.73/30.92	c Got one! Elapsed wall clock time (in seconds):30.809
13.73/30.92	o 35
13.73/30.96	c And the winner is solver0
13.86/31.43	c Got one! Elapsed wall clock time (in seconds):31.316
13.86/31.43	o 34
13.86/31.46	c And the winner is solver0
13.92/31.94	c Got one! Elapsed wall clock time (in seconds):31.822
13.92/31.94	o 31
13.92/31.95	c And the winner is solver0
13.97/32.44	c Got one! Elapsed wall clock time (in seconds):32.329
13.97/32.44	o 30
13.97/32.46	c And the winner is solver0
107.21/125.01	c Got one! Elapsed wall clock time (in seconds):124.893
107.21/125.01	o 29
107.21/125.03	c And the winner is solver0
127.33/145.03	c Got one! Elapsed wall clock time (in seconds):144.917
127.33/145.03	o 27
127.41/145.17	c cleaning 6577 clauses out of 13156 with flag 7676/83404
127.63/145.23	c And the winner is solver0
127.72/145.56	c Got one! Elapsed wall clock time (in seconds):145.451
127.72/145.56	o 26
127.96/145.70	c And the winner is solver0
128.00/146.10	c Got one! Elapsed wall clock time (in seconds):145.987
128.00/146.10	o 24
128.16/146.23	c cleaning 6316 clauses out of 12632 with flag 8504/89457
128.57/146.43	c And the winner is solver0
128.72/146.63	c Got one! Elapsed wall clock time (in seconds):146.521
128.72/146.63	o 23
129.21/146.91	c cleaning 8235 clauses out of 16483 with flag 18190/99625
129.41/147.00	c And the winner is solver0
129.48/147.17	c Got one! Elapsed wall clock time (in seconds):147.058
129.48/147.17	o 22
129.70/147.35	c cleaning 6756 clauses out of 13518 with flag 11060/104896
130.12/147.51	c And the winner is solver0
130.22/147.71	c Got one! Elapsed wall clock time (in seconds):147.594
130.22/147.71	o 21
130.22/147.80	c cleaning 5926 clauses out of 11856 with flag 4114/109991
130.36/147.85	c And the winner is solver0
130.53/148.24	c Got one! Elapsed wall clock time (in seconds):148.13
130.53/148.24	o 20
130.60/148.35	c And the winner is solver0
130.73/148.78	c Got one! Elapsed wall clock time (in seconds):148.668
130.73/148.78	o 18
130.92/148.95	c cleaning 6144 clauses out of 12300 with flag 12113/116361
130.92/148.95	c And the winner is solver0
131.11/149.32	c Got one! Elapsed wall clock time (in seconds):149.207
131.11/149.32	o 16
131.42/149.54	c cleaning 5586 clauses out of 11177 with flag 20051/121382
131.64/149.70	c And the winner is solver0
131.87/149.86	c Got one! Elapsed wall clock time (in seconds):149.747
131.87/149.86	o 13
131.91/149.95	c cleaning 5489 clauses out of 11010 with flag 4331/126802
131.91/149.99	c And the winner is solver0
132.10/150.40	c Got one! Elapsed wall clock time (in seconds):150.288
132.10/150.40	o 11
132.45/150.60	c cleaning 5368 clauses out of 10737 with flag 16316/132018
132.66/150.71	c And the winner is solver0
132.78/150.94	c Got one! Elapsed wall clock time (in seconds):150.83
132.78/150.94	o 7
132.87/151.06	c And the winner is solver0
1800.04/1817.21	c >>>>>>>>>> Solver number 0 (77 answers) <<<<<<<<<<<<<<<<<<
1800.04/1817.21	c starts		: 193
1800.04/1817.21	c conflicts		: 136746
1800.04/1817.21	c decisions		: 247806
1800.04/1817.21	c propagations		: 4543037
1800.04/1817.21	c inspects		: 62706901
1800.04/1817.21	c shortcuts		: 0
1800.04/1817.21	c learnt literals	: 5
1800.04/1817.21	c learnt binary clauses	: 22
1800.04/1817.21	c learnt ternary clauses	: 565
1800.04/1817.21	c learnt constraints	: 136741
1800.04/1817.21	c ignored constraints	: 0
1800.04/1817.21	c root simplifications	: 0
1800.04/1817.21	c removed literals (reason simplification)	: 109395
1800.04/1817.21	c reason swapping (by a shorter reason)	: 0
1800.04/1817.21	c Calls to reduceDB	: 19
1800.04/1817.21	c Number of update (reduction) of LBD	: 47455
1800.04/1817.21	c Imported unit clauses	: 0
1800.04/1817.21	c number of reductions to clauses (during analyze)	: 0
1800.04/1817.21	c number of learned constraints concerned by reduction	: 0
1800.04/1817.21	c number of learning phase by resolution	: 0
1800.04/1817.21	c number of learning phase by cutting planes	: 0
1800.04/1817.21	c speed (assignments/second)	: 2500.2680212655887
1800.04/1817.21	c non guided choices	3503
1800.04/1817.22	c learnt constraints type 
1800.04/1817.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
1800.04/1817.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10074
1800.04/1817.22	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/1817.22	c starts		: 86
1800.04/1817.22	c conflicts		: 1895
1800.04/1817.22	c decisions		: 16471
1800.04/1817.22	c propagations		: 79571
1800.04/1817.22	c inspects		: 14209897
1800.04/1817.22	c shortcuts		: 0
1800.04/1817.22	c learnt literals	: 0
1800.04/1817.22	c learnt binary clauses	: 0
1800.04/1817.22	c learnt ternary clauses	: 0
1800.04/1817.22	c learnt constraints	: 1841
1800.04/1817.22	c ignored constraints	: 0
1800.04/1817.22	c root simplifications	: 0
1800.04/1817.22	c removed literals (reason simplification)	: 0
1800.04/1817.22	c reason swapping (by a shorter reason)	: 0
1800.04/1817.22	c Calls to reduceDB	: 0
1800.04/1817.22	c Number of update (reduction) of LBD	: 0
1800.04/1817.22	c Imported unit clauses	: 0
1800.04/1817.22	c number of reductions to clauses (during analyze)	: 0
1800.04/1817.22	c number of learned constraints concerned by reduction	: 0
1800.04/1817.22	c number of learning phase by resolution	: 0
1800.04/1817.22	c number of learning phase by cutting planes	: 0
1800.04/1817.22	c speed (assignments/second)	: 47.75763410321569
1800.04/1817.22	c non guided choices	1501
1800.04/1817.22	c learnt constraints type 
1800.04/1817.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1841
1800.04/1817.22	s SATISFIABLE
1800.04/1817.22	c Found 76 solution(s)
1800.04/1817.22	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 
1800.24/1817.34	c objective function=7
1800.24/1817.34	c Total wall clock time (in seconds): 1817.232

Verifier Data

OK	2

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-4110181-1467319324/watcher-4110181-1467319324 -o /tmp/evaluation-result-4110181-1467319324/solver-4110181-1467319324 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8601 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110181-1467319324.wbo 

pid=10509
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: 1.98 2.25 1.86 4/197 10512
/proc/meminfo: memFree=28208284/32872528 swapFree=1522152/1652968
[pid=10512] ppid=10509 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10512/stat : 10512 (java) S 10509 10512 3195 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 2611437 98570240 977 33554432000 1073741824 1073778376 140735844747792 140735844738928 217413877821 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10512/statm: 24065 977 743 9 0 16771 0
[pid=10512/tid=10513] ppid=10509 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10513/stat : 10513 (java) R 10509 10512 3195 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2611438 98570240 977 33554432000 1073741824 1073778376 140735844747792 140005954219560 217410520448 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10011 s]
/proc/loadavg: 1.98 2.25 1.86 4/197 10512
/proc/meminfo: memFree=28208284/32872528 swapFree=1522152/1652968
[pid=10512] ppid=10509 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10512/stat : 10512 (java) S 10509 10512 3195 0 -1 4202496 4406 0 1 0 9 1 0 0 20 0 18 0 2611437 9787879424 6041 33554432000 1073741824 1073778376 140735844747792 140735844738928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10512/statm: 2389619 6041 2126 9 0 2380296 0
[pid=10512/tid=10513] ppid=10509 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10512/task/10513/stat : 10513 (java) R 10509 10512 3195 0 -1 4202560 2388 0 1 0 6 2 0 0 20 0 18 0 2611438 9787879424 6041 33554432000 1073741824 1073778376 140735844747792 140005954222792 140005961652086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 1.98 2.25 1.86 4/197 10512
/proc/meminfo: memFree=28208284/32872528 swapFree=1522152/1652968
[pid=10512] ppid=10509 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/10512/stat : 10512 (java) S 10509 10512 3195 0 -1 4202496 4759 0 1 0 24 1 0 0 20 0 22 0 2611437 10060525568 7863 33554432000 1073741824 1073778376 140735844747792 140735844738928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10512/statm: 2456183 7863 2221 9 0 2446860 0
[pid=10512/tid=10513] ppid=10509 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/10512/task/10513/stat : 10513 (java) S 10509 10512 3195 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 22 0 2611438 10060525568 7863 33554432000 1073741824 1073778376 140735844747792 140005954225016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300227 s]
/proc/loadavg: 1.98 2.25 1.86 4/197 10512
/proc/meminfo: memFree=28208284/32872528 swapFree=1522152/1652968
[pid=10512] ppid=10509 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/10512/stat : 10512 (java) S 10509 10512 3195 0 -1 4202496 7473 0 1 0 59 2 0 0 20 0 22 0 2611437 10060525568 9914 33554432000 1073741824 1073778376 140735844747792 140735844738928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10512/statm: 2456183 9914 2245 9 0 2446860 0
[pid=10512/tid=10513] ppid=10509 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/10512/task/10513/stat : 10513 (java) S 10509 10512 3195 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 22 0 2611438 10060525568 9914 33554432000 1073741824 1073778376 140735844747792 140005954225016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700217 s]
/proc/loadavg: 1.98 2.25 1.86 4/197 10512
/proc/meminfo: memFree=28208284/32872528 swapFree=1522152/1652968
[pid=10512] ppid=10509 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/10512/stat : 10512 (java) S 10509 10512 3195 0 -1 4202496 18395 0 1 0 181 5 0 0 20 0 19 0 2611437 10060525568 18923 33554432000 1073741824 1073778376 140735844747792 140735844738928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10512/statm: 2456183 18923 2257 9 0 2446860 0
[pid=10512/tid=10513] ppid=10509 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/10512/task/10513/stat : 10513 (java) S 10509 10512 3195 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 19 0 2611438 10060525568 18923 33554432000 1073741824 1073778376 140735844747792 140005954225016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.82 2.21 1.85 1/213 10543
/proc/meminfo: memFree=28139936/32872528 swapFree=1522152/1652968
[pid=10512] ppid=10509 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/10512/stat : 10512 (java) S 10509 10512 3195 0 -1 4202496 18409 0 1 0 188 7 0 0 20 0 19 0 2611437 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140735844738928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10512/statm: 2456183 20974 2260 9 0 2446860 0
[pid=10512/tid=10513] ppid=10509 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/10512/task/10513/stat : 10513 (java) S 10509 10512 3195 0 -1 4202560 2419 0 1 0 16 2 0 0 20 0 19 0 2611438 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005954225016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10515] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10515/stat : 10515 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005943286824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10516] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10516/stat : 10516 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005942234024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10517] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10517/stat : 10517 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005941181224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10518] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10518/stat : 10518 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005940128424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10519] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10519/stat : 10519 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005939075624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10520] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10520/stat : 10520 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005938022824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10521] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10521/stat : 10521 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005936970024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10522] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10522/stat : 10522 (java) S 10509 10512 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005935917224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10523] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10523/stat : 10523 (java) S 10509 10512 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2611440 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005778467816 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10524] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10524/stat : 10524 (java) S 10509 10512 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2611440 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005777413880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10525] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10525/stat : 10525 (java) S 10509 10512 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2611440 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005776360968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10526] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10526/stat : 10526 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611442 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005775309456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10527] ppid=10509 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/10512/task/10527/stat : 10527 (java) S 10509 10512 3195 0 -1 4202560 5958 0 0 0 50 2 0 0 20 0 19 0 2611442 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005774256568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10528] ppid=10509 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/10512/task/10528/stat : 10528 (java) S 10509 10512 3195 0 -1 4202560 8680 0 0 0 50 1 0 0 20 0 19 0 2611442 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005773203768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10529] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10529/stat : 10529 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611442 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005772151160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10530] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10530/stat : 10530 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611442 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005771098568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10533] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10533/stat : 10533 (java) S 10509 10512 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2611457 10060525568 20974 33554432000 1073741824 1073778376 140735844747792 140005767890344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (1.95 s) is less than in the last sample (1.97 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.02 s) to the 'lost time'.

[startup+1.70079 s]
/proc/loadavg: 1.82 2.21 1.85 1/213 10543
/proc/meminfo: memFree=28139936/32872528 swapFree=1522152/1652968
[pid=10512] ppid=10509 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/10512/stat : 10512 (java) S 10509 10512 3195 0 -1 4202496 18418 0 1 0 189 8 0 0 20 0 22 0 2611437 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140735844738928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10512/statm: 2456183 22516 2260 9 0 2446860 0
[pid=10512/tid=10513] ppid=10509 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/10512/task/10513/stat : 10513 (java) S 10509 10512 3195 0 -1 4202560 2419 0 1 0 16 2 0 0 20 0 22 0 2611438 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005954225016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10515] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10515/stat : 10515 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2611438 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005943286824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10516] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10516/stat : 10516 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2611438 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005942234024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10517] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10517/stat : 10517 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2611438 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005941181224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10518] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10518/stat : 10518 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2611438 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005940128424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10519] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10519/stat : 10519 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2611438 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005939075624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10520] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10520/stat : 10520 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2611438 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005938022824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10521] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10521/stat : 10521 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2611438 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005936970024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10522] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10522/stat : 10522 (java) S 10509 10512 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2611438 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005935917224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10523] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10523/stat : 10523 (java) S 10509 10512 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2611440 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005778467816 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10524] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10524/stat : 10524 (java) S 10509 10512 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 2611440 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005777413880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10525] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10525/stat : 10525 (java) S 10509 10512 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2611440 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005776360968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10526] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10526/stat : 10526 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2611442 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005775309456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10527] ppid=10509 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/10512/task/10527/stat : 10527 (java) S 10509 10512 3195 0 -1 4202560 5958 0 0 0 50 2 0 0 20 0 22 0 2611442 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005774256568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10528] ppid=10509 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/10512/task/10528/stat : 10528 (java) S 10509 10512 3195 0 -1 4202560 8680 0 0 0 50 1 0 0 20 0 22 0 2611442 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005773203768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10529] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10529/stat : 10529 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2611442 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005772151160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10530] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10530/stat : 10530 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2611442 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005771098568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10533] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10533/stat : 10533 (java) S 10509 10512 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2611457 10060525568 22516 33554432000 1073741824 1073778376 140735844747792 140005767890344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9824732

[startup+1.80081 s]
/proc/loadavg: 1.82 2.21 1.85 1/213 10543
/proc/meminfo: memFree=28139936/32872528 swapFree=1522152/1652968
[pid=10512] ppid=10509 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/10512/stat : 10512 (java) S 10509 10512 3195 0 -1 4202496 18419 0 1 0 188 7 0 0 20 0 19 0 2611437 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140735844738928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10512/statm: 2456183 22511 2261 9 0 2446860 0
[pid=10512/tid=10513] ppid=10509 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/10512/task/10513/stat : 10513 (java) S 10509 10512 3195 0 -1 4202560 2419 0 1 0 16 2 0 0 20 0 19 0 2611438 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140005954225016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10515] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10515/stat : 10515 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140005943286824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10516] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10516/stat : 10516 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140005942234024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10517] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10517/stat : 10517 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140005941181224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10518] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10518/stat : 10518 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140005940128424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10519] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10519/stat : 10519 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140005939075624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10520] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10520/stat : 10520 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140005938022824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10521] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10521/stat : 10521 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140005936970024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10522] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10522/stat : 10522 (java) S 10509 10512 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2611438 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140005935917224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10523] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10523/stat : 10523 (java) S 10509 10512 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2611440 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140005778467816 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10524] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10524/stat : 10524 (java) S 10509 10512 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2611440 10060525568 22511 33554432000 1073741824 1073778376 140735844747792 140005777413880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[startup+1817.2 s]
/proc/loadavg: 2.23 2.20 2.10 4/217 11609
/proc/meminfo: memFree=26793536/32872528 swapFree=1522152/1652968
[pid=10512] ppid=10509 vsize=9824732 CPUtime=1799.85 cores=0,2,4,6
/proc/10512/stat : 10512 (java) S 10509 10512 3195 0 -1 4202496 36097 0 1 0 179757 228 0 0 20 0 21 0 2611437 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140735844738928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10512/statm: 2456183 358313 2287 9 0 2446860 0
[pid=10512/tid=10513] ppid=10509 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/10512/task/10513/stat : 10513 (java) S 10509 10512 3195 0 -1 4202560 2434 0 1 0 93 13 0 0 20 0 21 0 2611438 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005954225144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10515] ppid=10509 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/10512/task/10515/stat : 10515 (java) S 10509 10512 3195 0 -1 4202560 199 0 0 0 23 4 0 0 20 0 21 0 2611438 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005943286824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10516] ppid=10509 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/10512/task/10516/stat : 10516 (java) S 10509 10512 3195 0 -1 4202560 164 0 0 0 26 5 0 0 20 0 21 0 2611438 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005942234024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10517] ppid=10509 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/10512/task/10517/stat : 10517 (java) S 10509 10512 3195 0 -1 4202560 93 0 0 0 25 5 0 0 20 0 21 0 2611438 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005941181224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10518] ppid=10509 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/10512/task/10518/stat : 10518 (java) S 10509 10512 3195 0 -1 4202560 357 0 0 0 26 8 0 0 20 0 21 0 2611438 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005940128424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10519] ppid=10509 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/10512/task/10519/stat : 10519 (java) S 10509 10512 3195 0 -1 4202560 159 0 0 0 22 7 0 0 20 0 21 0 2611438 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005939075624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10520] ppid=10509 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/10512/task/10520/stat : 10520 (java) S 10509 10512 3195 0 -1 4202560 115 0 0 0 24 5 0 0 20 0 21 0 2611438 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005938022824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10521] ppid=10509 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/10512/task/10521/stat : 10521 (java) S 10509 10512 3195 0 -1 4202560 133 0 0 0 31 7 0 0 20 0 21 0 2611438 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005936970024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10522] ppid=10509 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/10512/task/10522/stat : 10522 (java) S 10509 10512 3195 0 -1 4202560 140 0 0 0 29 6 0 0 20 0 21 0 2611438 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005935917224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10523] ppid=10509 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/10512/task/10523/stat : 10523 (java) S 10509 10512 3195 0 -1 4202560 583 0 0 0 2 9 0 0 20 0 21 0 2611440 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005778467816 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10524] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10524/stat : 10524 (java) S 10509 10512 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 2611440 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005777413880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10525] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10525/stat : 10525 (java) S 10509 10512 3195 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 21 0 2611440 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005776360968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10526] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10526/stat : 10526 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 2611442 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005775309456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10527] ppid=10509 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/10512/task/10527/stat : 10527 (java) S 10509 10512 3195 0 -1 4202560 7234 0 0 0 90 2 0 0 20 0 21 0 2611442 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005774256568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10528] ppid=10509 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/10512/task/10528/stat : 10528 (java) S 10509 10512 3195 0 -1 4202560 21158 0 0 0 186 3 0 0 20 0 21 0 2611442 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005773203768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10529] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10529/stat : 10529 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 2611442 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005772151160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10530] ppid=10509 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/10512/task/10530/stat : 10530 (java) S 10509 10512 3195 0 -1 4202560 105 0 0 0 12 16 0 0 20 0 21 0 2611442 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005771098568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10533] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10533/stat : 10533 (java) S 10509 10512 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 2611457 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005767890344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=11429] ppid=10509 vsize=9824732 CPUtime=1661.64 cores=0,2,4,6
/proc/10512/task/11429/stat : 11429 (java) R 10509 10512 3195 0 -1 4202560 11 0 0 0 166139 25 0 0 20 0 21 0 2626537 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005769993536 140005817791492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=11430] ppid=10509 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10512/task/11430/stat : 11430 (java) S 10509 10512 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 2626545 10060525568 358313 33554432000 1073741824 1073778376 140735844747792 140005768942632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.85
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 10512 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1817.6 s]
/proc/loadavg: 2.23 2.20 2.10 4/217 11609
/proc/meminfo: memFree=26793536/32872528 swapFree=1522152/1652968
[pid=10512] ppid=10509 vsize=9891296 CPUtime=1800.58 cores=0,2,4,6
/proc/10512/stat : 10512 (java) S 10509 10512 3195 0 -1 4202496 36132 0 1 0 179802 256 0 0 20 0 19 0 2611437 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140735844738928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10512/statm: 2472824 358335 2291 9 0 2463501 0
[pid=10512/tid=10513] ppid=10509 vsize=9891296 CPUtime=1.06 cores=0,2,4,6
/proc/10512/task/10513/stat : 10513 (java) S 10509 10512 3195 0 -1 4202560 2434 0 1 0 93 13 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005954225096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10515] ppid=10509 vsize=9891296 CPUtime=0.27 cores=0,2,4,6
/proc/10512/task/10515/stat : 10515 (java) S 10509 10512 3195 0 -1 4202560 199 0 0 0 23 4 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005943286824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10516] ppid=10509 vsize=9891296 CPUtime=0.31 cores=0,2,4,6
/proc/10512/task/10516/stat : 10516 (java) S 10509 10512 3195 0 -1 4202560 164 0 0 0 26 5 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005942234024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10517] ppid=10509 vsize=9891296 CPUtime=0.3 cores=0,2,4,6
/proc/10512/task/10517/stat : 10517 (java) S 10509 10512 3195 0 -1 4202560 93 0 0 0 25 5 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005941181224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10518] ppid=10509 vsize=9891296 CPUtime=0.34 cores=0,2,4,6
/proc/10512/task/10518/stat : 10518 (java) S 10509 10512 3195 0 -1 4202560 357 0 0 0 26 8 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005940128424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10519] ppid=10509 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/10512/task/10519/stat : 10519 (java) S 10509 10512 3195 0 -1 4202560 159 0 0 0 22 7 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005939075624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10520] ppid=10509 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/10512/task/10520/stat : 10520 (java) S 10509 10512 3195 0 -1 4202560 115 0 0 0 24 5 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005938022824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10521] ppid=10509 vsize=9891296 CPUtime=0.38 cores=0,2,4,6
/proc/10512/task/10521/stat : 10521 (java) S 10509 10512 3195 0 -1 4202560 133 0 0 0 31 7 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005936970024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10522] ppid=10509 vsize=9891296 CPUtime=0.35 cores=0,2,4,6
/proc/10512/task/10522/stat : 10522 (java) S 10509 10512 3195 0 -1 4202560 140 0 0 0 29 6 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005935917224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10523] ppid=10509 vsize=9891296 CPUtime=0.49 cores=0,2,4,6
/proc/10512/task/10523/stat : 10523 (java) R 10509 10512 3195 0 -1 4202560 584 0 0 0 10 39 0 0 20 0 19 0 2611440 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005778467976 217410473095 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10524] ppid=10509 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10524/stat : 10524 (java) S 10509 10512 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2611440 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005777413880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10525] ppid=10509 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10525/stat : 10525 (java) S 10509 10512 3195 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 2611440 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005776360968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10526] ppid=10509 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10526/stat : 10526 (java) S 10509 10512 3195 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2611442 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005775309032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10527] ppid=10509 vsize=9891296 CPUtime=0.92 cores=0,2,4,6
/proc/10512/task/10527/stat : 10527 (java) S 10509 10512 3195 0 -1 4202560 7235 0 0 0 90 2 0 0 20 0 19 0 2611442 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005774242360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10528] ppid=10509 vsize=9891296 CPUtime=1.89 cores=0,2,4,6
/proc/10512/task/10528/stat : 10528 (java) S 10509 10512 3195 0 -1 4202560 21166 0 0 0 186 3 0 0 20 0 19 0 2611442 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005773195752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10529] ppid=10509 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10529/stat : 10529 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611442 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005772151160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=11429] ppid=10509 vsize=9891296 CPUtime=1662.04 cores=0,2,4,6
/proc/10512/task/11429/stat : 11429 (java) R 10509 10512 3195 0 -1 4202560 11 0 0 0 166179 25 0 0 20 0 19 0 2626537 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005769992760 140005817791540 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (KiB) 9891296

[startup+1817.7 s]
/proc/loadavg: 2.23 2.20 2.10 4/217 11609
/proc/meminfo: memFree=26793536/32872528 swapFree=1522152/1652968
[pid=10512] ppid=10509 vsize=9891296 CPUtime=1800.79 cores=0,2,4,6
/proc/10512/stat : 10512 (java) S 10509 10512 3195 0 -1 4202496 36132 0 1 0 179814 265 0 0 20 0 19 0 2611437 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140735844738928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10512/statm: 2472824 358335 2291 9 0 2463501 0
[pid=10512/tid=10513] ppid=10509 vsize=9891296 CPUtime=1.06 cores=0,2,4,6
/proc/10512/task/10513/stat : 10513 (java) S 10509 10512 3195 0 -1 4202560 2434 0 1 0 93 13 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005954225096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10515] ppid=10509 vsize=9891296 CPUtime=0.27 cores=0,2,4,6
/proc/10512/task/10515/stat : 10515 (java) S 10509 10512 3195 0 -1 4202560 199 0 0 0 23 4 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005943286824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10516] ppid=10509 vsize=9891296 CPUtime=0.31 cores=0,2,4,6
/proc/10512/task/10516/stat : 10516 (java) S 10509 10512 3195 0 -1 4202560 164 0 0 0 26 5 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005942234024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10517] ppid=10509 vsize=9891296 CPUtime=0.3 cores=0,2,4,6
/proc/10512/task/10517/stat : 10517 (java) S 10509 10512 3195 0 -1 4202560 93 0 0 0 25 5 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005941181224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10518] ppid=10509 vsize=9891296 CPUtime=0.34 cores=0,2,4,6
/proc/10512/task/10518/stat : 10518 (java) S 10509 10512 3195 0 -1 4202560 357 0 0 0 26 8 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005940128424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10519] ppid=10509 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/10512/task/10519/stat : 10519 (java) S 10509 10512 3195 0 -1 4202560 159 0 0 0 22 7 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005939075624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10520] ppid=10509 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/10512/task/10520/stat : 10520 (java) S 10509 10512 3195 0 -1 4202560 115 0 0 0 24 5 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005938022824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10521] ppid=10509 vsize=9891296 CPUtime=0.38 cores=0,2,4,6
/proc/10512/task/10521/stat : 10521 (java) S 10509 10512 3195 0 -1 4202560 133 0 0 0 31 7 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005936970024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10522] ppid=10509 vsize=9891296 CPUtime=0.35 cores=0,2,4,6
/proc/10512/task/10522/stat : 10522 (java) S 10509 10512 3195 0 -1 4202560 140 0 0 0 29 6 0 0 20 0 19 0 2611438 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005935917224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10523] ppid=10509 vsize=9891296 CPUtime=0.59 cores=0,2,4,6
/proc/10512/task/10523/stat : 10523 (java) R 10509 10512 3195 0 -1 4202560 584 0 0 0 12 47 0 0 20 0 19 0 2611440 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005778467976 217410473095 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=10524] ppid=10509 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10524/stat : 10524 (java) S 10509 10512 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2611440 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005777413880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10525] ppid=10509 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10525/stat : 10525 (java) S 10509 10512 3195 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 2611440 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005776360968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10526] ppid=10509 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10526/stat : 10526 (java) S 10509 10512 3195 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2611442 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005775309032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10512/tid=10527] ppid=10509 vsize=9891296 CPUtime=0.92 cores=0,2,4,6
/proc/10512/task/10527/stat : 10527 (java) S 10509 10512 3195 0 -1 4202560 7235 0 0 0 90 2 0 0 20 0 19 0 2611442 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005774242360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10512/tid=10528] ppid=10509 vsize=9891296 CPUtime=1.89 cores=0,2,4,6
/proc/10512/task/10528/stat : 10528 (java) S 10509 10512 3195 0 -1 4202560 21166 0 0 0 186 3 0 0 20 0 19 0 2611442 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005773195752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10512/tid=10529] ppid=10509 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/10512/task/10529/stat : 10529 (java) S 10509 10512 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2611442 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005772151160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10512/tid=11429] ppid=10509 vsize=9891296 CPUtime=1662.14 cores=0,2,4,6
/proc/10512/task/11429/stat : 11429 (java) R 10509 10512 3195 0 -1 4202560 11 0 0 0 166189 25 0 0 20 0 19 0 2626537 10128687104 358335 33554432000 1073741824 1073778376 140735844747792 140005769992760 140005817791517 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (KiB) 9891296

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10512 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=929281
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=71533
# CPU time returned by wait4() is 1797
# while last known CPU time is 1800.79
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 1817.71
CPU time (s): 1800.98
CPU user time (s): 1798.33
CPU system time (s): 2.65
CPU usage (%): 99.0794
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.93
system time used= 3.07153
maximum resident set size= 1460312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36132
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77994
involuntary context switches= 15848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4343 second user time and 11.8412 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-30 22:42:04
IDJOB=4110181
IDBENCH=79191
IDSOLVER=2552
FILE ID=node122/4110181-1467319324
RUNJOBID= node122-1467319216-8601
PBS_JOBID= 20005252
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111223004--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110181-1467319324/watcher-4110181-1467319324 -o /tmp/evaluation-result-4110181-1467319324/solver-4110181-1467319324 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8601 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110181-1467319324.wbo

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

MD5SUM BENCH= d14175b3b4719f4504fd05dae924b9b8
RANDOM SEED=1172201914

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28208820 kB
Buffers:           96396 kB
Cached:          1759932 kB
SwapCached:            0 kB
Active:           610384 kB
Inactive:        1647412 kB
Active(anon):     404024 kB
Inactive(anon):        4 kB
Active(file):     206360 kB
Inactive(file):  1647408 kB
Unevictable:     1652968 kB
Mlocked:         1522152 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2724 kB
Writeback:             0 kB
AnonPages:       2073124 kB
Mapped:            22280 kB
Shmem:               204 kB
Slab:             620144 kB
SReclaimable:      63060 kB
SUnreclaim:       557084 kB
KernelStack:        1768 kB
PageTables:         8440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2736108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 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= 71728 MiB
End job on node122 at 2016-06-30 23:12:22