Trace number 4109445

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 PB16OPTIMUM 14.7918 45.8926

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217392--soft-33-100-0.wbo
MD5SUMc7720dd2087dc22b99065e5851f98a98
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.74658
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109445-1467321157.wbo
0.11/0.11	c reading problem ... 
0.11/0.18	c ... done. Wall clock time 0.069s.
0.11/0.18	c declared #vars     169
0.11/0.18	c internal #vars     233
0.11/0.18	c #constraints  101
0.11/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.11/0.18	c 101 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.11/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.11/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.11/0.19	c 101 constraints processed.
0.11/0.19	c objective function length is 64 literals
0.64/0.32	c And the winner is solver0
1.17/0.69	c SATISFIABLE
1.17/0.69	c OPTIMIZING...
1.17/0.69	c Got one! Elapsed wall clock time (in seconds):0.574
1.17/0.69	o 897
1.20/0.72	c And the winner is solver0
1.31/1.19	c Got one! Elapsed wall clock time (in seconds):1.075
1.31/1.19	o 892
1.31/1.20	c And the winner is solver0
1.42/1.69	c Got one! Elapsed wall clock time (in seconds):1.576
1.42/1.69	o 890
1.42/1.70	c And the winner is solver0
1.43/2.19	c Got one! Elapsed wall clock time (in seconds):2.077
1.43/2.19	o 877
1.43/2.20	c And the winner is solver0
1.43/2.69	c Got one! Elapsed wall clock time (in seconds):2.578
1.43/2.69	o 875
1.45/2.70	c And the winner is solver0
1.49/3.19	c Got one! Elapsed wall clock time (in seconds):3.079
1.49/3.19	o 866
1.49/3.20	c And the winner is solver0
1.50/3.69	c Got one! Elapsed wall clock time (in seconds):3.58
1.50/3.69	o 839
1.51/3.70	c And the winner is solver0
1.51/4.19	c Got one! Elapsed wall clock time (in seconds):4.081
1.51/4.19	o 832
1.52/4.26	c And the winner is solver0
1.85/4.69	c Got one! Elapsed wall clock time (in seconds):4.582
1.85/4.69	o 828
1.85/4.70	c And the winner is solver0
1.85/5.20	c Got one! Elapsed wall clock time (in seconds):5.083
1.85/5.20	o 806
2.19/5.31	c And the winner is solver0
2.22/5.70	c Got one! Elapsed wall clock time (in seconds):5.584
2.22/5.70	o 665
2.22/5.71	c And the winner is solver0
2.26/6.20	c Got one! Elapsed wall clock time (in seconds):6.085
2.26/6.20	o 660
2.26/6.21	c And the winner is solver0
2.33/6.70	c Got one! Elapsed wall clock time (in seconds):6.586
2.33/6.70	o 652
2.35/6.71	c And the winner is solver0
2.35/7.20	c Got one! Elapsed wall clock time (in seconds):7.087
2.35/7.20	o 635
2.35/7.21	c And the winner is solver0
2.37/7.70	c Got one! Elapsed wall clock time (in seconds):7.588
2.37/7.70	o 613
2.37/7.75	c And the winner is solver0
2.58/8.20	c Got one! Elapsed wall clock time (in seconds):8.089
2.58/8.20	o 525
2.58/8.21	c And the winner is solver0
2.59/8.70	c Got one! Elapsed wall clock time (in seconds):8.59
2.59/8.70	o 518
2.59/8.71	c And the winner is solver0
2.60/9.21	c Got one! Elapsed wall clock time (in seconds):9.093
2.60/9.21	o 499
2.60/9.22	c And the winner is solver0
2.60/9.71	c Got one! Elapsed wall clock time (in seconds):9.594
2.60/9.71	o 496
2.60/9.71	c And the winner is solver0
2.61/10.21	c Got one! Elapsed wall clock time (in seconds):10.095
2.61/10.21	o 495
2.61/10.21	c And the winner is solver0
2.61/10.71	c Got one! Elapsed wall clock time (in seconds):10.596
2.61/10.71	o 490
2.61/10.77	c And the winner is solver0
2.79/11.21	c Got one! Elapsed wall clock time (in seconds):11.097
2.79/11.21	o 472
2.79/11.21	c And the winner is solver0
2.80/11.71	c Got one! Elapsed wall clock time (in seconds):11.598
2.80/11.71	o 465
2.80/11.71	c And the winner is solver0
2.80/12.21	c Got one! Elapsed wall clock time (in seconds):12.099
2.80/12.21	o 462
2.80/12.22	c And the winner is solver0
2.80/12.71	c Got one! Elapsed wall clock time (in seconds):12.6
2.80/12.71	o 461
2.80/12.72	c And the winner is solver0
2.80/13.21	c Got one! Elapsed wall clock time (in seconds):13.101
2.80/13.21	o 459
2.80/13.23	c And the winner is solver0
2.80/13.71	c Got one! Elapsed wall clock time (in seconds):13.602
2.80/13.71	o 455
2.80/13.72	c And the winner is solver0
2.80/14.21	c Got one! Elapsed wall clock time (in seconds):14.102
2.80/14.21	o 446
2.80/14.22	c And the winner is solver0
2.82/14.72	c Got one! Elapsed wall clock time (in seconds):14.603
2.82/14.72	o 432
2.82/14.72	c And the winner is solver0
2.82/15.22	c Got one! Elapsed wall clock time (in seconds):15.104
2.82/15.22	o 429
2.82/15.22	c And the winner is solver0
2.83/15.72	c Got one! Elapsed wall clock time (in seconds):15.605
2.83/15.72	o 427
2.83/15.73	c And the winner is solver0
2.85/16.22	c Got one! Elapsed wall clock time (in seconds):16.106
2.85/16.22	o 423
2.85/16.23	c And the winner is solver0
2.86/16.72	c Got one! Elapsed wall clock time (in seconds):16.606
2.86/16.72	o 381
2.86/16.73	c And the winner is solver0
2.86/17.22	c Got one! Elapsed wall clock time (in seconds):17.107
2.86/17.22	o 347
2.86/17.24	c And the winner is solver0
2.90/17.72	c Got one! Elapsed wall clock time (in seconds):17.609
2.90/17.72	o 346
2.90/17.76	c And the winner is solver0
2.96/18.22	c Got one! Elapsed wall clock time (in seconds):18.11
2.96/18.22	o 343
2.96/18.24	c And the winner is solver0
3.01/18.72	c Got one! Elapsed wall clock time (in seconds):18.611
3.01/18.72	o 342
3.01/18.74	c And the winner is solver0
3.04/19.22	c Got one! Elapsed wall clock time (in seconds):19.112
3.04/19.22	o 332
3.04/19.23	c And the winner is solver0
3.04/19.72	c Got one! Elapsed wall clock time (in seconds):19.612
3.04/19.72	o 328
3.04/19.73	c And the winner is solver0
3.04/20.23	c Got one! Elapsed wall clock time (in seconds):20.113
3.04/20.23	o 273
3.04/20.23	c And the winner is solver0
3.05/20.73	c Got one! Elapsed wall clock time (in seconds):20.614
3.05/20.73	o 264
3.05/20.73	c And the winner is solver0
3.05/21.23	c Got one! Elapsed wall clock time (in seconds):21.115
3.05/21.23	o 260
3.05/21.24	c And the winner is solver0
3.09/21.73	c Got one! Elapsed wall clock time (in seconds):21.616
3.09/21.73	o 259
3.09/21.73	c And the winner is solver0
3.14/22.23	c Got one! Elapsed wall clock time (in seconds):22.117
3.14/22.23	o 256
3.14/22.25	c And the winner is solver0
3.31/22.73	c Got one! Elapsed wall clock time (in seconds):22.618
3.31/22.73	o 255
3.31/22.75	c And the winner is solver0
3.37/23.23	c Got one! Elapsed wall clock time (in seconds):23.119
3.37/23.23	o 243
3.37/23.26	c And the winner is solver0
3.43/23.73	c Got one! Elapsed wall clock time (in seconds):23.62
3.43/23.73	o 242
3.43/23.75	c And the winner is solver0
3.47/24.23	c Got one! Elapsed wall clock time (in seconds):24.12
3.47/24.23	o 241
3.47/24.24	c And the winner is solver0
3.47/24.73	c Got one! Elapsed wall clock time (in seconds):24.621
3.47/24.73	o 239
3.47/24.75	c And the winner is solver0
3.51/25.23	c Got one! Elapsed wall clock time (in seconds):25.122
3.51/25.23	o 236
3.51/25.24	c And the winner is solver0
3.51/25.74	c Got one! Elapsed wall clock time (in seconds):25.623
3.51/25.74	o 207
3.51/25.75	c And the winner is solver0
3.55/26.24	c Got one! Elapsed wall clock time (in seconds):26.124
3.55/26.24	o 202
3.69/26.32	c cleaning 8908 clauses out of 17819 with flag 3740/17819
3.69/26.32	c And the winner is solver0
3.77/26.74	c Got one! Elapsed wall clock time (in seconds):26.625
3.77/26.74	o 184
3.77/26.77	c And the winner is solver0
3.86/27.24	c Got one! Elapsed wall clock time (in seconds):27.125
3.86/27.24	o 154
3.86/27.26	c And the winner is solver0
3.92/27.74	c Got one! Elapsed wall clock time (in seconds):27.626
3.92/27.74	o 148
3.92/27.77	c And the winner is solver0
3.99/28.24	c Got one! Elapsed wall clock time (in seconds):28.127
3.99/28.24	o 138
3.99/28.26	c And the winner is solver0
4.03/28.74	c Got one! Elapsed wall clock time (in seconds):28.628
4.03/28.74	o 136
4.03/28.78	c And the winner is solver0
4.14/29.24	c Got one! Elapsed wall clock time (in seconds):29.129
4.14/29.24	o 129
4.14/29.28	c And the winner is solver0
4.24/29.74	c Got one! Elapsed wall clock time (in seconds):29.63
4.24/29.74	o 115
4.24/29.76	c And the winner is solver0
4.29/30.24	c Got one! Elapsed wall clock time (in seconds):30.131
4.29/30.24	o 108
4.29/30.27	c And the winner is solver0
4.36/30.74	c Got one! Elapsed wall clock time (in seconds):30.631
4.36/30.74	o 107
4.36/30.76	c And the winner is solver0
4.42/31.24	c Got one! Elapsed wall clock time (in seconds):31.132
4.42/31.24	o 106
4.42/31.27	c And the winner is solver0
4.48/31.75	c Got one! Elapsed wall clock time (in seconds):31.633
4.48/31.75	o 70
4.48/31.79	c And the winner is solver0
4.60/32.25	c Got one! Elapsed wall clock time (in seconds):32.133
4.60/32.25	o 64
4.70/32.38	c And the winner is solver0
4.87/32.75	c Got one! Elapsed wall clock time (in seconds):32.635
4.87/32.75	o 61
4.97/32.80	c And the winner is solver0
4.99/33.25	c Got one! Elapsed wall clock time (in seconds):33.136
4.99/33.25	o 57
5.08/33.32	c cleaning 10432 clauses out of 20863 with flag 3989/29771
5.08/33.34	c And the winner is solver0
5.22/33.75	c Got one! Elapsed wall clock time (in seconds):33.638
5.22/33.75	o 52
5.22/33.78	c And the winner is solver0
5.29/34.25	c Got one! Elapsed wall clock time (in seconds):34.14
5.29/34.25	o 51
5.29/34.27	c And the winner is solver0
5.36/34.75	c Got one! Elapsed wall clock time (in seconds):34.642
5.36/34.75	o 49
5.64/34.96	c cleaning 8464 clauses out of 16927 with flag 21178/36267
5.86/35.06	c And the winner is solver0
5.99/35.26	c Got one! Elapsed wall clock time (in seconds):35.144
5.99/35.26	o 41
6.11/35.32	c And the winner is solver0
6.16/35.76	c Got one! Elapsed wall clock time (in seconds):35.647
6.16/35.76	o 40
6.23/35.88	c cleaning 7082 clauses out of 14164 with flag 7971/41968
6.51/35.99	c And the winner is solver0
6.91/36.26	c Got one! Elapsed wall clock time (in seconds):36.15
6.91/36.26	o 39
6.99/36.38	c cleaning 6098 clauses out of 12212 with flag 8212/47098
7.54/36.54	c And the winner is solver0
7.84/36.77	c Got one! Elapsed wall clock time (in seconds):36.653
7.84/36.77	o 37
7.84/36.78	c And the winner is solver0
7.91/37.27	c Got one! Elapsed wall clock time (in seconds):37.157
7.91/37.27	o 33
7.96/37.32	c cleaning 6026 clauses out of 12053 with flag 3962/53037
7.96/37.39	c And the winner is solver0
8.18/37.77	c Got one! Elapsed wall clock time (in seconds):37.66
8.18/37.77	o 30
8.23/37.81	c And the winner is solver0
8.27/38.28	c Got one! Elapsed wall clock time (in seconds):38.164
8.27/38.28	o 28
8.30/38.35	c And the winner is solver0
8.42/38.78	c Got one! Elapsed wall clock time (in seconds):38.668
8.42/38.78	o 26
8.46/38.80	c And the winner is solver0
8.49/39.28	c Got one! Elapsed wall clock time (in seconds):39.171
8.49/39.28	o 25
8.51/39.32	c And the winner is solver0
8.56/39.79	c Got one! Elapsed wall clock time (in seconds):39.675
8.56/39.79	o 24
8.57/39.80	c And the winner is solver0
8.57/40.29	c Got one! Elapsed wall clock time (in seconds):40.179
8.57/40.29	o 16
8.78/40.41	c cleaning 7402 clauses out of 14803 with flag 10345/61813
9.19/40.63	c cleaning 6690 clauses out of 13401 with flag 30827/67814
9.19/40.67	c And the winner is solver0
9.35/40.79	c Got one! Elapsed wall clock time (in seconds):40.682
9.35/40.79	o 14
9.36/40.87	c And the winner is solver0
9.53/41.30	c Got one! Elapsed wall clock time (in seconds):41.187
9.53/41.30	o 11
9.53/41.31	c And the winner is solver0
9.55/41.80	c Got one! Elapsed wall clock time (in seconds):41.692
9.55/41.80	o 10
9.75/41.93	c cleaning 6336 clauses out of 12686 with flag 12132/73789
10.15/42.14	c And the winner is solver0
10.26/42.31	c Got one! Elapsed wall clock time (in seconds):42.197
10.26/42.31	o 9
10.63/42.54	c cleaning 8657 clauses out of 17320 with flag 19859/84760
10.63/42.57	c And the winner is solver0
10.80/42.82	c Got one! Elapsed wall clock time (in seconds):42.703
10.80/42.82	o 8
11.17/43.02	c cleaning 7186 clauses out of 14376 with flag 21661/90476
11.17/43.06	c And the winner is solver0
11.30/43.32	c Got one! Elapsed wall clock time (in seconds):43.209
11.30/43.32	o 4
11.44/43.48	c cleaning 6194 clauses out of 12391 with flag 16558/95678
11.64/43.50	c And the winner is solver0
11.66/43.83	c Got one! Elapsed wall clock time (in seconds):43.714
11.66/43.83	o 3
12.00/44.03	c cleaning 5886 clauses out of 11775 with flag 21385/101257
12.41/44.25	c cleaning 5939 clauses out of 11887 with flag 46450/107257
12.81/44.45	c And the winner is solver0
12.93/44.83	c Got one! Elapsed wall clock time (in seconds):44.721
12.93/44.83	o 2
13.26/45.08	c cleaning 8240 clauses out of 16496 with flag 23543/117809
13.86/45.33	c cleaning 7122 clauses out of 14252 with flag 51732/123808
14.47/45.61	c cleaning 7055 clauses out of 14125 with flag 84965/130808
14.47/45.69	c And the winner is solver0
14.67/45.88	c >>>>>>>>>> Solver number 0 (89 answers) <<<<<<<<<<<<<<<<<<
14.67/45.88	c starts		: 191
14.67/45.88	c conflicts		: 133247
14.67/45.88	c decisions		: 215227
14.67/45.88	c propagations		: 2798392
14.67/45.88	c inspects		: 58600508
14.67/45.88	c shortcuts		: 0
14.67/45.88	c learnt literals	: 32
14.67/45.88	c learnt binary clauses	: 12
14.67/45.88	c learnt ternary clauses	: 168
14.67/45.88	c learnt constraints	: 133214
14.67/45.88	c ignored constraints	: 0
14.67/45.88	c root simplifications	: 0
14.67/45.88	c removed literals (reason simplification)	: 661401
14.67/45.88	c reason swapping (by a shorter reason)	: 0
14.67/45.88	c Calls to reduceDB	: 17
14.67/45.88	c Number of update (reduction) of LBD	: 34674
14.67/45.88	c Imported unit clauses	: 0
14.67/45.88	c number of reductions to clauses (during analyze)	: 0
14.67/45.88	c number of learned constraints concerned by reduction	: 0
14.67/45.88	c number of learning phase by resolution	: 0
14.67/45.88	c number of learning phase by cutting planes	: 0
14.67/45.88	c speed (assignments/second)	: 61242.001138004984
14.67/45.88	c non guided choices	3582
14.67/45.88	c learnt constraints type 
14.67/45.88	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
14.67/45.88	c starts		: 89
14.67/45.88	c conflicts		: 860
14.67/45.88	c decisions		: 9702
14.67/45.88	c propagations		: 42820
14.67/45.88	c inspects		: 2796940
14.67/45.88	c shortcuts		: 0
14.67/45.88	c learnt literals	: 0
14.67/45.88	c learnt binary clauses	: 0
14.67/45.88	c learnt ternary clauses	: 0
14.67/45.88	c learnt constraints	: 794
14.67/45.88	c ignored constraints	: 0
14.67/45.88	c root simplifications	: 0
14.67/45.88	c removed literals (reason simplification)	: 0
14.67/45.88	c reason swapping (by a shorter reason)	: 0
14.67/45.88	c Calls to reduceDB	: 0
14.67/45.88	c Number of update (reduction) of LBD	: 0
14.67/45.88	c Imported unit clauses	: 0
14.67/45.88	c number of reductions to clauses (during analyze)	: 0
14.67/45.88	c number of learned constraints concerned by reduction	: 0
14.67/45.88	c number of learning phase by resolution	: 0
14.67/45.88	c number of learning phase by cutting planes	: 0
14.67/45.88	c speed (assignments/second)	: 41572.81553398058
14.67/45.88	c non guided choices	1598
14.67/45.88	c learnt constraints type 
14.67/45.88	s OPTIMUM FOUND
14.67/45.88	c Found 88 solution(s)
14.67/45.88	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 
14.67/45.88	c objective function=2
14.67/45.88	c Total wall clock time (in seconds): 45.772

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-4109445-1467321157/watcher-4109445-1467321157 -o /tmp/evaluation-result-4109445-1467321157/solver-4109445-1467321157 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467318467-16220 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109445-1467321157.wbo 

pid=24186
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.01 2.01 3/194 24189
/proc/meminfo: memFree=29747952/32872528 swapFree=1299868/1463388
[pid=24189] ppid=24186 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24189/stat : 24189 (java) S 24186 24189 16156 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 11141711 98570240 977 33554432000 1073741824 1073778376 140733498229264 140733498220400 227515859005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24189/statm: 24065 977 743 9 0 16771 0
[pid=24189/tid=24190] ppid=24186 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24190/stat : 24190 (java) R 24186 24189 16156 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 11141712 98570240 977 33554432000 1073741824 1073778376 140733498229264 140591637229096 227512501632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.19 2.01 2.01 3/194 24189
/proc/meminfo: memFree=29747952/32872528 swapFree=1299868/1463388
[pid=24189] ppid=24186 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/24189/stat : 24189 (java) S 24186 24189 16156 0 -1 4202496 4427 0 1 0 9 2 0 0 20 0 18 0 11141711 9787879424 6048 33554432000 1073741824 1073778376 140733498229264 140733498220400 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24189/statm: 2389619 6051 2141 9 0 2380296 0
[pid=24189/tid=24190] ppid=24186 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24189/task/24190/stat : 24190 (java) R 24186 24189 16156 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 11141712 9787879424 6051 33554432000 1073741824 1073778376 140733498229264 140591637232544 140591645110643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200311 s]
/proc/loadavg: 2.19 2.01 2.01 3/194 24189
/proc/meminfo: memFree=29747952/32872528 swapFree=1299868/1463388
[pid=24189] ppid=24186 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/24189/stat : 24189 (java) S 24186 24189 16156 0 -1 4202496 4735 0 1 0 23 2 0 0 20 0 22 0 11141711 10060525568 7838 33554432000 1073741824 1073778376 140733498229264 140733498220400 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24189/statm: 2456183 7838 2209 9 0 2446860 0
[pid=24189/tid=24190] ppid=24186 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/24189/task/24190/stat : 24190 (java) S 24186 24189 16156 0 -1 4202560 2412 0 1 0 15 2 0 0 20 0 22 0 11141712 10060525568 7838 33554432000 1073741824 1073778376 140733498229264 140591637234552 227515873193 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.300246 s]
/proc/loadavg: 2.19 2.01 2.01 3/194 24189
/proc/meminfo: memFree=29747952/32872528 swapFree=1299868/1463388
[pid=24189] ppid=24186 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/24189/stat : 24189 (java) S 24186 24189 16156 0 -1 4202496 7892 0 1 0 62 2 0 0 20 0 22 0 11141711 10060525568 10151 33554432000 1073741824 1073778376 140733498229264 140733498220400 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24189/statm: 2456183 10151 2251 9 0 2446860 0
[pid=24189/tid=24190] ppid=24186 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/24189/task/24190/stat : 24190 (java) S 24186 24189 16156 0 -1 4202560 2412 0 1 0 15 2 0 0 20 0 22 0 11141712 10060525568 10151 33554432000 1073741824 1073778376 140733498229264 140591637234552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.700273 s]
/proc/loadavg: 2.19 2.01 2.01 3/194 24189
/proc/meminfo: memFree=29747952/32872528 swapFree=1299868/1463388
[pid=24189] ppid=24186 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/24189/stat : 24189 (java) S 24186 24189 16156 0 -1 4202496 14823 0 1 0 115 5 0 0 20 0 22 0 11141711 10060525568 15246 33554432000 1073741824 1073778376 140733498229264 140733498220400 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24189/statm: 2456183 15246 2255 9 0 2446860 0
[pid=24189/tid=24190] ppid=24186 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/24189/task/24190/stat : 24190 (java) S 24186 24189 16156 0 -1 4202560 2412 0 1 0 15 2 0 0 20 0 22 0 11141712 10060525568 15246 33554432000 1073741824 1073778376 140733498229264 140591637234552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 2.26 2.03 2.02 2/213 24214
/proc/meminfo: memFree=29692920/32872528 swapFree=1299868/1463388
[pid=24189] ppid=24186 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/24189/stat : 24189 (java) S 24186 24189 16156 0 -1 4202496 15127 0 1 0 135 7 0 0 20 0 19 0 11141711 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140733498220400 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24189/statm: 2456183 17330 2255 9 0 2446860 0
[pid=24189/tid=24190] ppid=24186 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/24189/task/24190/stat : 24190 (java) S 24186 24189 16156 0 -1 4202560 2413 0 1 0 15 2 0 0 20 0 19 0 11141712 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140591637234552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24192] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24192/stat : 24192 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140591598725544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24193] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24193/stat : 24193 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140591597673000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24194] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24194/stat : 24194 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140591596619944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24195] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24195/stat : 24195 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140591595567400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24196] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24196/stat : 24196 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140591476239272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24197] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24197/stat : 24197 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140591475186728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24198] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24198/stat : 24198 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140591474133672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24199] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24199/stat : 24199 (java) S 24186 24189 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140591473081128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24200] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24200/stat : 24200 (java) S 24186 24189 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140591460882792 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24201] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24201/stat : 24201 (java) S 24186 24189 16156 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140590855480696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24202] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24202/stat : 24202 (java) S 24186 24189 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140590854427528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24203] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24203/stat : 24203 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141716 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140590853376272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24204] ppid=24186 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/24189/task/24204/stat : 24204 (java) S 24186 24189 16156 0 -1 4202560 4356 0 0 0 39 0 0 0 20 0 19 0 11141716 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140590852324152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24205] ppid=24186 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/24189/task/24205/stat : 24205 (java) S 24186 24189 16156 0 -1 4202560 7010 0 0 0 45 1 0 0 20 0 19 0 11141716 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140590851271608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24206] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24206/stat : 24206 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141717 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140590850218744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24207] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24207/stat : 24207 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141717 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140590849166408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24210] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24210/stat : 24210 (java) S 24186 24189 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11141731 10060525568 17330 33554432000 1073741824 1073778376 140733498229264 140590846006056 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 2.26 2.03 2.02 3/214 24223
/proc/meminfo: memFree=29669912/32872528 swapFree=1299868/1463388
[pid=24189] ppid=24186 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/24189/stat : 24189 (java) S 24186 24189 16156 0 -1 4202496 15157 0 1 0 141 8 0 0 20 0 19 0 11141711 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140733498220400 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24189/statm: 2456183 19895 2259 9 0 2446860 0
[pid=24189/tid=24190] ppid=24186 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/24189/task/24190/stat : 24190 (java) S 24186 24189 16156 0 -1 4202560 2414 0 1 0 15 2 0 0 20 0 19 0 11141712 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140591637234552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24192] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24192/stat : 24192 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140591598725544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24193] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24193/stat : 24193 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140591597673000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24194] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24194/stat : 24194 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140591596619944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24195] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24195/stat : 24195 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140591595567400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24196] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24196/stat : 24196 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140591476239272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24197] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24197/stat : 24197 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140591475186728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24198] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24198/stat : 24198 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140591474133672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24199] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24199/stat : 24199 (java) S 24186 24189 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140591473081128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24200] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24200/stat : 24200 (java) S 24186 24189 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140591460882792 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24201] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24201/stat : 24201 (java) S 24186 24189 16156 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140590855480696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24202] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24202/stat : 24202 (java) S 24186 24189 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140590854427528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24203] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24203/stat : 24203 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141716 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140590853376272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24204] ppid=24186 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/24189/task/24204/stat : 24204 (java) S 24186 24189 16156 0 -1 4202560 4359 0 0 0 39 0 0 0 20 0 19 0 11141716 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140590852324152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24205] ppid=24186 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24189/task/24205/stat : 24205 (java) S 24186 24189 16156 0 -1 4202560 7011 0 0 0 51 1 0 0 20 0 19 0 11141716 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140590851271608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24206] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24206/stat : 24206 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141717 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140590850218744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24207] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24207/stat : 24207 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141717 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140590849166408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24210] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24210/stat : 24210 (java) S 24186 24189 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11141731 10060525568 19895 33554432000 1073741824 1073778376 140733498229264 140590846006056 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=26 pid=1794 uid=0 cmd=

[startup+6.30077 s]
/proc/loadavg: 2.16 2.01 2.01 2/213 24241
/proc/meminfo: memFree=29615728/32872528 swapFree=1299868/1463388
[pid=24189] ppid=24186 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/24189/stat : 24189 (java) S 24186 24189 16156 0 -1 4202496 15751 0 1 0 218 15 0 0 20 0 19 0 11141711 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140733498220400 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24189/statm: 2456183 35927 2270 9 0 2446860 0
[pid=24189/tid=24190] ppid=24186 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/24189/task/24190/stat : 24190 (java) S 24186 24189 16156 0 -1 4202560 2415 0 1 0 16 2 0 0 20 0 19 0 11141712 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140591637234552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24192] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24192/stat : 24192 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140591598725544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24193] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24193/stat : 24193 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140591597673000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24194] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24194/stat : 24194 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140591596619944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24195] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24195/stat : 24195 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140591595567400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24196] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24196/stat : 24196 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140591476239272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24197] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24197/stat : 24197 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140591475186728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24198] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24198/stat : 24198 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140591474133672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24199] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24199/stat : 24199 (java) S 24186 24189 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11141713 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140591473081128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24200] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24200/stat : 24200 (java) S 24186 24189 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140591460882792 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24201] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24201/stat : 24201 (java) S 24186 24189 16156 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140590855480696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24202] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24202/stat : 24202 (java) S 24186 24189 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140590854427528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24203] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24203/stat : 24203 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141716 10060525568 35927 33554432000 1073741824 1073778376 140733498229264 140590853376272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24204] ppid=24186 vsize=9824732 CPUtime=0.6 cores=0,2,4,6

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

/proc/24189/task/24201/stat : 24201 (java) S 24186 24189 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 57193 33554432000 1073741824 1073778376 140733498229264 140590855480696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24202] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24202/stat : 24202 (java) S 24186 24189 16156 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 57193 33554432000 1073741824 1073778376 140733498229264 140590854427528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24203] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24203/stat : 24203 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141716 10060525568 57193 33554432000 1073741824 1073778376 140733498229264 140590853376272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24204] ppid=24186 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/24189/task/24204/stat : 24204 (java) S 24186 24189 16156 0 -1 4202560 5548 0 0 0 111 0 0 0 20 0 19 0 11141716 10060525568 57193 33554432000 1073741824 1073778376 140733498229264 140590852324152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24205] ppid=24186 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/24189/task/24205/stat : 24205 (java) S 24186 24189 16156 0 -1 4202560 14408 0 0 0 147 2 0 0 20 0 19 0 11141716 10060525568 57193 33554432000 1073741824 1073778376 140733498229264 140590851271608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24206] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24206/stat : 24206 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141717 10060525568 57193 33554432000 1073741824 1073778376 140733498229264 140590850218744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24207] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24207/stat : 24207 (java) S 24186 24189 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11141717 10060525568 57193 33554432000 1073741824 1073778376 140733498229264 140590849166408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24210] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24210/stat : 24210 (java) S 24186 24189 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11141731 10060525568 57193 33554432000 1073741824 1073778376 140733498229264 140590846006056 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 9824732

[startup+44.8008 s]
/proc/loadavg: 1.76 1.93 1.98 4/216 24472
/proc/meminfo: memFree=29495208/32872528 swapFree=1299868/1463388
[pid=24189] ppid=24186 vsize=9824732 CPUtime=12.92 cores=0,2,4,6
/proc/24189/stat : 24189 (java) S 24186 24189 16156 0 -1 4202496 24767 0 1 0 1173 119 0 0 20 0 19 0 11141711 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140733498220400 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24189/statm: 2456183 66999 2288 9 0 2446860 0
[pid=24189/tid=24190] ppid=24186 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/24189/task/24190/stat : 24190 (java) S 24186 24189 16156 0 -1 4202560 2416 0 1 0 26 3 0 0 20 0 19 0 11141712 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140591637234552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24192] ppid=24186 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24189/task/24192/stat : 24192 (java) S 24186 24189 16156 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 19 0 11141713 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140591598725544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24193] ppid=24186 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24189/task/24193/stat : 24193 (java) S 24186 24189 16156 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 11141713 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140591597673000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24194] ppid=24186 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24189/task/24194/stat : 24194 (java) S 24186 24189 16156 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 11141713 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140591596619944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24195] ppid=24186 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24189/task/24195/stat : 24195 (java) S 24186 24189 16156 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 11141713 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140591595567400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24196] ppid=24186 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24189/task/24196/stat : 24196 (java) S 24186 24189 16156 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 11141713 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140591476239272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24197] ppid=24186 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24189/task/24197/stat : 24197 (java) S 24186 24189 16156 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 11141713 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140591475186728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24198] ppid=24186 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24189/task/24198/stat : 24198 (java) S 24186 24189 16156 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 11141713 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140591474133672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24199] ppid=24186 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24189/task/24199/stat : 24199 (java) S 24186 24189 16156 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 11141713 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140591473081128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24200] ppid=24186 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24189/task/24200/stat : 24200 (java) S 24186 24189 16156 0 -1 4202560 45 0 0 0 0 4 0 0 20 0 19 0 11141714 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140591460882792 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24201] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24201/stat : 24201 (java) S 24186 24189 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140590855480696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24202] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24202/stat : 24202 (java) S 24186 24189 16156 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140590854427528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24203] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24203/stat : 24203 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141716 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140590853376272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24204] ppid=24186 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/24189/task/24204/stat : 24204 (java) S 24186 24189 16156 0 -1 4202560 5548 0 0 0 111 0 0 0 20 0 19 0 11141716 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140590852324152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24205] ppid=24186 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/24189/task/24205/stat : 24205 (java) S 24186 24189 16156 0 -1 4202560 14408 0 0 0 147 2 0 0 20 0 19 0 11141716 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140590851271608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24206] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24206/stat : 24206 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141717 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140590850218744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24207] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24207/stat : 24207 (java) S 24186 24189 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11141717 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140590849166408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24210] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24210/stat : 24210 (java) S 24186 24189 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11141731 10060525568 66999 33554432000 1073741824 1073778376 140733498229264 140590846006056 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 9824732

[startup+45.6009 s]
/proc/loadavg: 1.76 1.93 1.98 4/216 24475
/proc/meminfo: memFree=29468336/32872528 swapFree=1299868/1463388
[pid=24189] ppid=24186 vsize=9824732 CPUtime=14.46 cores=0,2,4,6
/proc/24189/stat : 24189 (java) S 24186 24189 16156 0 -1 4202496 24787 0 1 0 1326 120 0 0 20 0 22 0 11141711 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140733498220400 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24189/statm: 2456183 68247 2288 9 0 2446860 0
[pid=24189/tid=24190] ppid=24186 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/24189/task/24190/stat : 24190 (java) S 24186 24189 16156 0 -1 4202560 2416 0 1 0 27 3 0 0 20 0 22 0 11141712 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140591637234552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24192] ppid=24186 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24189/task/24192/stat : 24192 (java) S 24186 24189 16156 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 22 0 11141713 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140591598725544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24193] ppid=24186 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24189/task/24193/stat : 24193 (java) S 24186 24189 16156 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 11141713 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140591597673000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24194] ppid=24186 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24189/task/24194/stat : 24194 (java) S 24186 24189 16156 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 11141713 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140591596619944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24195] ppid=24186 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24189/task/24195/stat : 24195 (java) S 24186 24189 16156 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 11141713 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140591595567400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24196] ppid=24186 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24189/task/24196/stat : 24196 (java) S 24186 24189 16156 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 11141713 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140591476239272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24197] ppid=24186 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24189/task/24197/stat : 24197 (java) S 24186 24189 16156 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 11141713 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140591475186728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24198] ppid=24186 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24189/task/24198/stat : 24198 (java) S 24186 24189 16156 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 11141713 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140591474133672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24199] ppid=24186 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24189/task/24199/stat : 24199 (java) S 24186 24189 16156 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 22 0 11141713 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140591473081128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24200] ppid=24186 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24189/task/24200/stat : 24200 (java) S 24186 24189 16156 0 -1 4202560 45 0 0 0 0 4 0 0 20 0 22 0 11141714 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140591460882792 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24201] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24201/stat : 24201 (java) S 24186 24189 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11141714 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140590855480696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24202] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24202/stat : 24202 (java) S 24186 24189 16156 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 22 0 11141714 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140590854427528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24203] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24203/stat : 24203 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11141716 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140590853376272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24204] ppid=24186 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/24189/task/24204/stat : 24204 (java) S 24186 24189 16156 0 -1 4202560 5548 0 0 0 112 0 0 0 20 0 22 0 11141716 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140590852324152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24205] ppid=24186 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/24189/task/24205/stat : 24205 (java) S 24186 24189 16156 0 -1 4202560 14408 0 0 0 147 2 0 0 20 0 22 0 11141716 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140590851271608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24206] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24206/stat : 24206 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11141717 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140590850218744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24207] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24207/stat : 24207 (java) S 24186 24189 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11141717 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140590849166408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24210] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24210/stat : 24210 (java) S 24186 24189 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11141731 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140590846006056 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24473] ppid=24186 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/24189/task/24473/stat : 24473 (java) R 24186 24189 16156 0 -1 4202560 2 0 0 0 73 0 0 0 20 0 22 0 11146196 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140590847049744 140591476815396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24474] ppid=24186 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/24189/task/24474/stat : 24474 (java) R 24186 24189 16156 0 -1 4202560 4 0 0 0 73 0 0 0 20 0 22 0 11146196 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140590844951488 140591476862321 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24475] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24475/stat : 24475 (java) S 24186 24189 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11146197 10060525568 68247 33554432000 1073741824 1073778376 140733498229264 140590848111528 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 14.46
Current children cumulated vsize (KiB) 9824732

[startup+45.8008 s]
/proc/loadavg: 1.76 1.93 1.98 4/216 24475
/proc/meminfo: memFree=29468336/32872528 swapFree=1299868/1463388
[pid=24189] ppid=24186 vsize=9824732 CPUtime=14.66 cores=0,2,4,6
/proc/24189/stat : 24189 (java) S 24186 24189 16156 0 -1 4202496 24787 0 1 0 1344 122 0 0 20 0 19 0 11141711 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140733498220400 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24189/statm: 2456183 68240 2288 9 0 2446860 0
[pid=24189/tid=24190] ppid=24186 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/24189/task/24190/stat : 24190 (java) S 24186 24189 16156 0 -1 4202560 2416 0 1 0 27 3 0 0 20 0 19 0 11141712 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140591637234552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24192] ppid=24186 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24189/task/24192/stat : 24192 (java) S 24186 24189 16156 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 19 0 11141713 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140591598725544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24193] ppid=24186 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24189/task/24193/stat : 24193 (java) S 24186 24189 16156 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 11141713 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140591597673000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24194] ppid=24186 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24189/task/24194/stat : 24194 (java) S 24186 24189 16156 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 11141713 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140591596619944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24195] ppid=24186 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24189/task/24195/stat : 24195 (java) S 24186 24189 16156 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 11141713 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140591595567400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24196] ppid=24186 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24189/task/24196/stat : 24196 (java) S 24186 24189 16156 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 11141713 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140591476239272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24197] ppid=24186 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24189/task/24197/stat : 24197 (java) S 24186 24189 16156 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 11141713 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140591475186728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24198] ppid=24186 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24189/task/24198/stat : 24198 (java) S 24186 24189 16156 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 11141713 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140591474133672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24199] ppid=24186 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24189/task/24199/stat : 24199 (java) S 24186 24189 16156 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 19 0 11141713 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140591473081128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24200] ppid=24186 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24189/task/24200/stat : 24200 (java) S 24186 24189 16156 0 -1 4202560 45 0 0 0 0 4 0 0 20 0 19 0 11141714 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140591460882792 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24201] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24201/stat : 24201 (java) S 24186 24189 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140590855480696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24202] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24202/stat : 24202 (java) S 24186 24189 16156 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 11141714 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140590854427528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24203] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24203/stat : 24203 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141716 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140590853376272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24204] ppid=24186 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/24189/task/24204/stat : 24204 (java) S 24186 24189 16156 0 -1 4202560 5548 0 0 0 112 0 0 0 20 0 19 0 11141716 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140590852324152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24189/tid=24205] ppid=24186 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/24189/task/24205/stat : 24205 (java) S 24186 24189 16156 0 -1 4202560 14408 0 0 0 147 2 0 0 20 0 19 0 11141716 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140590851271608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24189/tid=24206] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24206/stat : 24206 (java) S 24186 24189 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11141717 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140590850218744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24189/tid=24207] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24207/stat : 24207 (java) S 24186 24189 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11141717 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140590849166408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24189/tid=24210] ppid=24186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24189/task/24210/stat : 24210 (java) S 24186 24189 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11141731 10060525568 68240 33554432000 1073741824 1073778376 140733498229264 140590846006056 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 9824732

Child status: 30

# 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): 45.8926
CPU time (s): 14.7918
CPU user time (s): 13.4999
CPU system time (s): 1.2918
CPU usage (%): 32.2312
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.4899
system time used= 1.2918
maximum resident set size= 274172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24794
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3515
involuntary context switches= 924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.162975 second user time and 0.208968 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 23:12:37
IDJOB=4109445
IDBENCH=78811
IDSOLVER=2552
FILE ID=node121/4109445-1467321157
RUNJOBID= node121-1467318467-16220
PBS_JOBID= 20005290
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= c7720dd2087dc22b99065e5851f98a98
RANDOM SEED=1194246234

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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:        29748860 kB
Buffers:          130056 kB
Cached:           346152 kB
SwapCached:            0 kB
Active:           669608 kB
Inactive:         244132 kB
Active(anon):     425388 kB
Inactive(anon):    14568 kB
Active(file):     244220 kB
Inactive(file):   229564 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:       1859496 kB
Mapped:            22136 kB
Shmem:               204 kB
Slab:             611496 kB
SReclaimable:      55384 kB
SUnreclaim:       556112 kB
KernelStack:        1760 kB
PageTables:         8540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2068760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node121 at 2016-06-30 23:13:23