Trace number 4109313

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 25.1202 46.7264

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968094--soft-33-100-0.wbo
MD5SUMfe65609ab6055158a33ec1709a24fe9b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark10.1465
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1242
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-4109313-1467320930.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.068s.
0.10/0.18	c declared #vars     169
0.10/0.18	c internal #vars     233
0.10/0.18	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.10/0.18	c 101 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 64 literals
0.64/0.31	c And the winner is solver0
1.07/0.68	c SATISFIABLE
1.07/0.68	c OPTIMIZING...
1.07/0.68	c Got one! Elapsed wall clock time (in seconds):0.572
1.07/0.68	o 978
1.10/0.73	c And the winner is solver0
1.24/1.19	c Got one! Elapsed wall clock time (in seconds):1.074
1.24/1.19	o 937
1.24/1.19	c And the winner is solver0
1.35/1.69	c Got one! Elapsed wall clock time (in seconds):1.575
1.35/1.69	o 877
1.35/1.69	c And the winner is solver0
1.36/2.19	c Got one! Elapsed wall clock time (in seconds):2.076
1.36/2.19	o 866
1.36/2.20	c And the winner is solver0
1.41/2.69	c Got one! Elapsed wall clock time (in seconds):2.577
1.41/2.69	o 849
1.42/2.70	c And the winner is solver0
1.42/3.19	c Got one! Elapsed wall clock time (in seconds):3.078
1.42/3.19	o 838
1.42/3.20	c And the winner is solver0
1.43/3.69	c Got one! Elapsed wall clock time (in seconds):3.579
1.43/3.69	o 806
1.44/3.70	c And the winner is solver0
1.46/4.19	c Got one! Elapsed wall clock time (in seconds):4.08
1.46/4.19	o 783
1.47/4.20	c And the winner is solver0
1.47/4.69	c Got one! Elapsed wall clock time (in seconds):4.581
1.47/4.69	o 734
1.47/4.70	c And the winner is solver0
1.47/5.19	c Got one! Elapsed wall clock time (in seconds):5.082
1.47/5.19	o 717
1.79/5.34	c And the winner is solver0
1.97/5.70	c Got one! Elapsed wall clock time (in seconds):5.583
1.97/5.70	o 689
1.98/5.71	c And the winner is solver0
2.16/6.20	c Got one! Elapsed wall clock time (in seconds):6.085
2.16/6.20	o 682
2.16/6.21	c And the winner is solver0
2.25/6.70	c Got one! Elapsed wall clock time (in seconds):6.586
2.25/6.70	o 677
2.26/6.70	c And the winner is solver0
2.26/7.20	c Got one! Elapsed wall clock time (in seconds):7.087
2.26/7.20	o 667
2.26/7.25	c And the winner is solver0
2.47/7.70	c Got one! Elapsed wall clock time (in seconds):7.588
2.47/7.70	o 644
2.48/7.70	c And the winner is solver0
2.48/8.20	c Got one! Elapsed wall clock time (in seconds):8.089
2.48/8.20	o 637
2.48/8.21	c And the winner is solver0
2.50/8.70	c Got one! Elapsed wall clock time (in seconds):8.591
2.50/8.70	o 628
2.50/8.71	c And the winner is solver0
2.51/9.21	c Got one! Elapsed wall clock time (in seconds):9.097
2.51/9.21	o 573
2.51/9.22	c And the winner is solver0
2.51/9.71	c Got one! Elapsed wall clock time (in seconds):9.598
2.51/9.71	o 564
2.51/9.72	c And the winner is solver0
2.51/10.21	c Got one! Elapsed wall clock time (in seconds):10.099
2.51/10.21	o 557
2.51/10.23	c And the winner is solver0
2.55/10.71	c Got one! Elapsed wall clock time (in seconds):10.6
2.55/10.71	o 552
2.55/10.72	c And the winner is solver0
2.56/11.21	c Got one! Elapsed wall clock time (in seconds):11.1
2.56/11.21	o 551
2.56/11.22	c And the winner is solver0
2.60/11.71	c Got one! Elapsed wall clock time (in seconds):11.601
2.60/11.71	o 459
2.60/11.72	c And the winner is solver0
2.65/12.21	c Got one! Elapsed wall clock time (in seconds):12.102
2.65/12.21	o 455
2.65/12.22	c And the winner is solver0
2.65/12.72	c Got one! Elapsed wall clock time (in seconds):12.603
2.65/12.72	o 454
2.65/12.72	c And the winner is solver0
2.65/13.22	c Got one! Elapsed wall clock time (in seconds):13.104
2.65/13.22	o 449
2.65/13.23	c And the winner is solver0
2.69/13.72	c Got one! Elapsed wall clock time (in seconds):13.605
2.69/13.72	o 438
2.69/13.72	c And the winner is solver0
2.69/14.22	c Got one! Elapsed wall clock time (in seconds):14.106
2.69/14.22	o 436
2.69/14.24	c And the winner is solver0
2.75/14.72	c Got one! Elapsed wall clock time (in seconds):14.607
2.75/14.72	o 412
2.75/14.73	c And the winner is solver0
2.76/15.22	c Got one! Elapsed wall clock time (in seconds):15.107
2.76/15.22	o 399
2.76/15.23	c And the winner is solver0
2.78/15.72	c Got one! Elapsed wall clock time (in seconds):15.608
2.78/15.72	o 398
2.78/15.72	c And the winner is solver0
2.78/16.22	c Got one! Elapsed wall clock time (in seconds):16.109
2.78/16.22	o 392
2.78/16.23	c And the winner is solver0
2.79/16.72	c Got one! Elapsed wall clock time (in seconds):16.61
2.79/16.72	o 375
2.79/16.73	c And the winner is solver0
2.79/17.22	c Got one! Elapsed wall clock time (in seconds):17.111
2.79/17.22	o 357
2.79/17.23	c And the winner is solver0
2.80/17.72	c Got one! Elapsed wall clock time (in seconds):17.612
2.80/17.72	o 352
2.80/17.73	c And the winner is solver0
2.80/18.22	c Got one! Elapsed wall clock time (in seconds):18.113
2.80/18.22	o 351
2.80/18.23	c And the winner is solver0
2.80/18.73	c Got one! Elapsed wall clock time (in seconds):18.613
2.80/18.73	o 345
2.97/18.82	c cleaning 5924 clauses out of 11858 with flag 3632/11858
2.97/18.83	c And the winner is solver0
3.03/19.23	c Got one! Elapsed wall clock time (in seconds):19.114
3.03/19.23	o 338
3.03/19.25	c And the winner is solver0
3.11/19.73	c Got one! Elapsed wall clock time (in seconds):19.615
3.11/19.73	o 334
3.11/19.74	c And the winner is solver0
3.11/20.23	c Got one! Elapsed wall clock time (in seconds):20.116
3.11/20.23	o 320
3.11/20.23	c And the winner is solver0
3.11/20.73	c Got one! Elapsed wall clock time (in seconds):20.617
3.11/20.73	o 319
3.11/20.74	c And the winner is solver0
3.11/21.23	c Got one! Elapsed wall clock time (in seconds):21.118
3.11/21.23	o 314
3.11/21.30	c And the winner is solver0
3.26/21.73	c Got one! Elapsed wall clock time (in seconds):21.619
3.26/21.73	o 288
3.26/21.75	c And the winner is solver0
3.35/22.23	c Got one! Elapsed wall clock time (in seconds):22.12
3.35/22.23	o 287
3.48/22.35	c And the winner is solver0
3.60/22.73	c Got one! Elapsed wall clock time (in seconds):22.62
3.60/22.73	o 273
3.60/22.79	c cleaning 6708 clauses out of 13427 with flag 3671/19351
4.06/22.92	c And the winner is solver0
4.16/23.23	c Got one! Elapsed wall clock time (in seconds):23.121
4.16/23.23	o 269
4.16/23.28	c And the winner is solver0
4.28/23.73	c Got one! Elapsed wall clock time (in seconds):23.622
4.28/23.73	o 236
4.28/23.75	c And the winner is solver0
4.32/24.24	c Got one! Elapsed wall clock time (in seconds):24.123
4.32/24.24	o 230
4.32/24.28	c cleaning 6152 clauses out of 12311 with flag 3279/24943
4.32/24.29	c And the winner is solver0
4.47/24.74	c Got one! Elapsed wall clock time (in seconds):24.624
4.47/24.74	o 223
4.79/24.93	c cleaning 5680 clauses out of 11363 with flag 19658/30147
5.20/25.14	c And the winner is solver0
5.34/25.24	c Got one! Elapsed wall clock time (in seconds):25.125
5.34/25.24	o 222
5.34/25.25	c And the winner is solver0
5.37/25.74	c Got one! Elapsed wall clock time (in seconds):25.626
5.37/25.74	o 220
5.37/25.79	c cleaning 5867 clauses out of 11755 with flag 4012/36219
5.69/25.90	c And the winner is solver0
5.73/26.24	c Got one! Elapsed wall clock time (in seconds):26.127
5.73/26.24	o 219
5.85/26.33	c cleaning 5623 clauses out of 11259 with flag 7988/41590
5.85/26.38	c And the winner is solver0
6.04/26.74	c Got one! Elapsed wall clock time (in seconds):26.627
6.04/26.74	o 216
6.04/26.79	c And the winner is solver0
6.24/27.24	c Got one! Elapsed wall clock time (in seconds):27.128
6.24/27.24	o 214
6.24/27.28	c And the winner is solver0
6.43/27.74	c Got one! Elapsed wall clock time (in seconds):27.629
6.43/27.74	o 184
6.54/27.83	c cleaning 5909 clauses out of 11822 with flag 8061/47776
6.94/28.07	c cleaning 5956 clauses out of 11913 with flag 33157/53776
7.14/28.15	c And the winner is solver0
7.28/28.24	c Got one! Elapsed wall clock time (in seconds):28.13
7.28/28.24	o 183
7.28/28.26	c And the winner is solver0
7.33/28.74	c Got one! Elapsed wall clock time (in seconds):28.631
7.33/28.74	o 182
7.33/28.77	c And the winner is solver0
7.40/29.24	c Got one! Elapsed wall clock time (in seconds):29.132
7.40/29.24	o 123
7.73/29.43	c cleaning 6429 clauses out of 12863 with flag 17501/60682
7.93/29.57	c And the winner is solver0
8.13/29.74	c Got one! Elapsed wall clock time (in seconds):29.633
8.13/29.74	o 122
8.13/29.80	c cleaning 5750 clauses out of 11501 with flag 4016/65749
8.45/29.92	c And the winner is solver0
8.52/30.25	c Got one! Elapsed wall clock time (in seconds):30.134
8.52/30.25	o 114
8.62/30.34	c cleaning 5484 clauses out of 10981 with flag 9136/70979
8.62/30.34	c And the winner is solver0
8.76/30.75	c Got one! Elapsed wall clock time (in seconds):30.635
8.76/30.75	o 108
8.76/30.80	c And the winner is solver0
8.96/31.25	c Got one! Elapsed wall clock time (in seconds):31.135
8.96/31.25	o 107
9.26/31.43	c cleaning 5568 clauses out of 11137 with flag 19395/76619
9.26/31.43	c And the winner is solver0
9.36/31.75	c Got one! Elapsed wall clock time (in seconds):31.636
9.36/31.75	o 94
9.67/31.95	c cleaning 5314 clauses out of 10639 with flag 24784/81689
9.67/31.97	c And the winner is solver0
9.81/32.25	c Got one! Elapsed wall clock time (in seconds):32.136
9.81/32.25	o 93
9.81/32.26	c And the winner is solver0
9.86/32.75	c Got one! Elapsed wall clock time (in seconds):32.637
9.86/32.75	o 92
9.95/32.86	c And the winner is solver0
10.12/33.25	c Got one! Elapsed wall clock time (in seconds):33.138
10.12/33.25	o 91
10.21/33.38	c cleaning 6067 clauses out of 12155 with flag 15927/88519
10.81/33.62	c cleaning 6040 clauses out of 12088 with flag 42941/94519
11.01/33.78	c And the winner is solver0
11.27/34.25	c Got one! Elapsed wall clock time (in seconds):34.139
11.27/34.25	o 89
11.36/34.30	c cleaning 5702 clauses out of 11418 with flag 5933/99889
11.77/34.58	c cleaning 5836 clauses out of 11713 with flag 44261/105886
12.17/34.78	c And the winner is solver0
12.35/35.25	c Got one! Elapsed wall clock time (in seconds):35.14
12.35/35.25	o 85
12.45/35.32	c And the winner is solver0
12.56/35.75	c Got one! Elapsed wall clock time (in seconds):35.641
12.56/35.75	o 80
12.56/35.76	c And the winner is solver0
12.58/36.25	c Got one! Elapsed wall clock time (in seconds):36.142
12.58/36.25	o 70
12.87/36.46	c cleaning 8255 clauses out of 16509 with flag 23310/116518
13.46/36.70	c cleaning 7121 clauses out of 14260 with flag 52554/122524
13.46/36.71	c And the winner is solver0
13.46/36.76	c Got one! Elapsed wall clock time (in seconds):36.644
13.46/36.76	o 68
13.46/36.76	c And the winner is solver0
13.52/37.26	c Got one! Elapsed wall clock time (in seconds):37.145
13.52/37.26	o 52
13.52/37.28	c And the winner is solver0
13.59/37.76	c Got one! Elapsed wall clock time (in seconds):37.646
13.59/37.76	o 51
13.67/37.83	c And the winner is solver0
13.83/38.26	c Got one! Elapsed wall clock time (in seconds):38.148
13.83/38.26	o 47
13.90/38.35	c And the winner is solver0
14.06/38.76	c Got one! Elapsed wall clock time (in seconds):38.65
14.06/38.76	o 46
14.06/38.78	c And the winner is solver0
14.10/39.26	c Got one! Elapsed wall clock time (in seconds):39.153
14.10/39.26	o 45
14.16/39.35	c And the winner is solver0
14.33/39.77	c Got one! Elapsed wall clock time (in seconds):39.655
14.33/39.77	o 38
14.41/39.82	c cleaning 7828 clauses out of 15662 with flag 3892/131047
14.61/39.93	c And the winner is solver0
14.73/40.27	c Got one! Elapsed wall clock time (in seconds):40.157
14.73/40.27	o 32
14.73/40.29	c And the winner is solver0
14.78/40.77	c Got one! Elapsed wall clock time (in seconds):40.66
14.78/40.77	o 31
14.84/40.86	c cleaning 6734 clauses out of 13483 with flag 7692/136696
15.22/41.06	c cleaning 6370 clauses out of 12746 with flag 28635/142693
15.82/41.33	c cleaning 6681 clauses out of 13379 with flag 54872/149696
16.02/41.40	c And the winner is solver0
16.06/41.77	c Got one! Elapsed wall clock time (in seconds):41.663
16.06/41.77	o 23
16.11/41.89	c cleaning 5957 clauses out of 11925 with flag 12087/154923
16.70/42.11	c cleaning 5980 clauses out of 11966 with flag 37099/160922
17.14/42.38	c cleaning 6492 clauses out of 12987 with flag 65087/167924
17.75/42.68	c cleaning 7240 clauses out of 14490 with flag 95637/175922
18.58/43.02	c cleaning 8120 clauses out of 16249 with flag 131455/184923
19.36/43.45	c cleaning 9065 clauses out of 18129 with flag 174228/194924
20.37/43.99	c cleaning 10025 clauses out of 20061 with flag 223454/205922
21.58/44.57	c cleaning 11012 clauses out of 22031 with flag 275779/217922
22.99/45.22	c cleaning 12007 clauses out of 24017 with flag 334184/230924
23.98/45.78	c And the winner is solver0
25.01/46.71	c >>>>>>>>>> Solver number 0 (81 answers) <<<<<<<<<<<<<<<<<<
25.01/46.71	c starts		: 194
25.01/46.71	c conflicts		: 241911
25.01/46.71	c decisions		: 411231
25.01/46.71	c propagations		: 6448972
25.01/46.71	c inspects		: 115163497
25.01/46.71	c shortcuts		: 0
25.01/46.71	c learnt literals	: 37
25.01/46.71	c learnt binary clauses	: 9
25.01/46.71	c learnt ternary clauses	: 384
25.01/46.71	c learnt constraints	: 241873
25.01/46.71	c ignored constraints	: 0
25.01/46.71	c root simplifications	: 0
25.01/46.71	c removed literals (reason simplification)	: 1170131
25.01/46.71	c reason swapping (by a shorter reason)	: 0
25.01/46.71	c Calls to reduceDB	: 32
25.01/46.71	c Number of update (reduction) of LBD	: 74047
25.01/46.71	c Imported unit clauses	: 0
25.01/46.72	c number of reductions to clauses (during analyze)	: 0
25.01/46.72	c number of learned constraints concerned by reduction	: 0
25.01/46.72	c number of learning phase by resolution	: 0
25.01/46.72	c number of learning phase by cutting planes	: 0
25.01/46.72	c speed (assignments/second)	: 138604.10935350758
25.01/46.72	c non guided choices	3129
25.01/46.72	c learnt constraints type 
25.01/46.72	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
25.01/46.72	c starts		: 81
25.01/46.72	c conflicts		: 388
25.01/46.72	c decisions		: 8159
25.01/46.72	c propagations		: 26809
25.01/46.72	c inspects		: 961132
25.01/46.72	c shortcuts		: 0
25.01/46.72	c learnt literals	: 0
25.01/46.72	c learnt binary clauses	: 0
25.01/46.72	c learnt ternary clauses	: 0
25.01/46.72	c learnt constraints	: 322
25.01/46.72	c ignored constraints	: 0
25.01/46.72	c root simplifications	: 0
25.01/46.72	c removed literals (reason simplification)	: 0
25.01/46.72	c reason swapping (by a shorter reason)	: 0
25.01/46.72	c Calls to reduceDB	: 0
25.01/46.72	c Number of update (reduction) of LBD	: 0
25.01/46.72	c Imported unit clauses	: 0
25.01/46.72	c number of reductions to clauses (during analyze)	: 0
25.01/46.72	c number of learned constraints concerned by reduction	: 0
25.01/46.72	c number of learning phase by resolution	: 0
25.01/46.72	c number of learning phase by cutting planes	: 0
25.01/46.72	c speed (assignments/second)	: 5432.42147922999
25.01/46.72	c non guided choices	1806
25.01/46.72	c learnt constraints type 
25.01/46.72	s OPTIMUM FOUND
25.01/46.72	c Found 80 solution(s)
25.01/46.72	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 
25.01/46.72	c objective function=23
25.01/46.72	c Total wall clock time (in seconds): 46.605

Verifier Data

OK	23

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

pid=22729
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.84 1.98 2.03 3/194 22732
/proc/meminfo: memFree=29690280/32872528 swapFree=1299868/1463388
[pid=22732] ppid=22729 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22732/stat : 22732 (java) S 22729 22732 16156 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 11118980 98570240 977 33554432000 1073741824 1073778376 140734011935136 140734011926272 227515859005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22732/statm: 24065 977 743 9 0 16771 0
[pid=22732/tid=22733] ppid=22729 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22733/stat : 22733 (java) R 22729 22732 16156 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 11118981 98570240 977 33554432000 1073741824 1073778376 140734011935136 140667645902376 227512501632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 1.84 1.98 2.03 3/194 22732
/proc/meminfo: memFree=29690280/32872528 swapFree=1299868/1463388
[pid=22732] ppid=22729 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22732/stat : 22732 (java) S 22729 22732 16156 0 -1 4202496 4443 0 1 0 9 1 0 0 20 0 18 0 11118980 9787879424 6071 33554432000 1073741824 1073778376 140734011935136 140734011926272 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22732/statm: 2389619 6071 2141 9 0 2380296 0
[pid=22732/tid=22733] ppid=22729 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/22732/task/22733/stat : 22733 (java) R 22729 22732 16156 0 -1 4202560 2388 0 1 0 6 2 0 0 20 0 18 0 11118981 9787879424 6071 33554432000 1073741824 1073778376 140734011935136 140667645905824 140667653059649 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.200394 s]
/proc/loadavg: 1.84 1.98 2.03 3/194 22732
/proc/meminfo: memFree=29690280/32872528 swapFree=1299868/1463388
[pid=22732] ppid=22729 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/22732/stat : 22732 (java) S 22729 22732 16156 0 -1 4202496 4797 0 1 0 24 1 0 0 20 0 22 0 11118980 10060525568 7896 33554432000 1073741824 1073778376 140734011935136 140734011926272 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22732/statm: 2456183 7896 2208 9 0 2446860 0
[pid=22732/tid=22733] ppid=22729 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/22732/task/22733/stat : 22733 (java) S 22729 22732 16156 0 -1 4202560 2412 0 1 0 15 2 0 0 20 0 22 0 11118981 10060525568 7896 33554432000 1073741824 1073778376 140734011935136 140667645907832 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.300244 s]
/proc/loadavg: 1.84 1.98 2.03 3/194 22732
/proc/meminfo: memFree=29690280/32872528 swapFree=1299868/1463388
[pid=22732] ppid=22729 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/22732/stat : 22732 (java) S 22729 22732 16156 0 -1 4202496 7673 0 1 0 62 2 0 0 20 0 22 0 11118980 10060525568 10072 33554432000 1073741824 1073778376 140734011935136 140734011926272 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22732/statm: 2456183 10072 2247 9 0 2446860 0
[pid=22732/tid=22733] ppid=22729 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/22732/task/22733/stat : 22733 (java) S 22729 22732 16156 0 -1 4202560 2412 0 1 0 15 2 0 0 20 0 22 0 11118981 10060525568 10072 33554432000 1073741824 1073778376 140734011935136 140667645907832 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.700206 s]
/proc/loadavg: 1.84 1.98 2.03 3/194 22732
/proc/meminfo: memFree=29690280/32872528 swapFree=1299868/1463388
[pid=22732] ppid=22729 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/22732/stat : 22732 (java) S 22729 22732 16156 0 -1 4202496 14519 0 1 0 105 5 0 0 20 0 22 0 11118980 10060525568 15410 33554432000 1073741824 1073778376 140734011935136 140734011926272 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22732/statm: 2456183 15410 2254 9 0 2446860 0
[pid=22732/tid=22733] ppid=22729 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/22732/task/22733/stat : 22733 (java) S 22729 22732 16156 0 -1 4202560 2412 0 1 0 15 2 0 0 20 0 22 0 11118981 10060525568 15410 33554432000 1073741824 1073778376 140734011935136 140667645907832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 1.84 1.98 2.03 2/213 22757
/proc/meminfo: memFree=29634932/32872528 swapFree=1299868/1463388
[pid=22732] ppid=22729 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/22732/stat : 22732 (java) S 22729 22732 16156 0 -1 4202496 16234 0 1 0 128 7 0 0 20 0 19 0 11118980 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140734011926272 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22732/statm: 2456183 17532 2255 9 0 2446860 0
[pid=22732/tid=22733] ppid=22729 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/22732/task/22733/stat : 22733 (java) S 22729 22732 16156 0 -1 4202560 2413 0 1 0 15 2 0 0 20 0 19 0 11118981 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667645907832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22735] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22735/stat : 22735 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667634969128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22736] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22736/stat : 22736 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667633916328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22737] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22737/stat : 22737 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667632863528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22738] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22738/stat : 22738 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667631810728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22739] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22739/stat : 22739 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667630758952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22740] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22740/stat : 22740 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667629706152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22741] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22741/stat : 22741 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667483011880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22742] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22742/stat : 22742 (java) S 22729 22732 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667481959080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22743] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22743/stat : 22743 (java) S 22729 22732 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11118983 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667469761000 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22744] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22744/stat : 22744 (java) S 22729 22732 16156 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11118983 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667468707064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22745] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22745/stat : 22745 (java) S 22729 22732 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11118983 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667467654152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22746] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22746/stat : 22746 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118985 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667466602640 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22747] ppid=22729 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/22732/task/22747/stat : 22747 (java) S 22729 22732 16156 0 -1 4202560 6274 0 0 0 38 0 0 0 20 0 19 0 11118985 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667465550776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22748] ppid=22729 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/22732/task/22748/stat : 22748 (java) S 22729 22732 16156 0 -1 4202560 6199 0 0 0 43 0 0 0 20 0 19 0 11118985 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667464497976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22749] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22749/stat : 22749 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118985 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667463445368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22750] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22750/stat : 22750 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118985 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667462392776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22754] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22754/stat : 22754 (java) S 22729 22732 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11118999 10060525568 17532 33554432000 1073741824 1073778376 140734011935136 140667458179880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 1.84 1.98 2.03 5/216 22766
/proc/meminfo: memFree=29619572/32872528 swapFree=1299868/1463388
[pid=22732] ppid=22729 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/22732/stat : 22732 (java) S 22729 22732 16156 0 -1 4202496 16916 0 1 0 135 7 0 0 20 0 19 0 11118980 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140734011926272 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22732/statm: 2456183 20093 2255 9 0 2446860 0
[pid=22732/tid=22733] ppid=22729 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/22732/task/22733/stat : 22733 (java) S 22729 22732 16156 0 -1 4202560 2414 0 1 0 15 2 0 0 20 0 19 0 11118981 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667645907832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22735] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22735/stat : 22735 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667634969128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22736] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22736/stat : 22736 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667633916328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22737] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22737/stat : 22737 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667632863528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22738] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22738/stat : 22738 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667631810728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22739] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22739/stat : 22739 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667630758952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22740] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22740/stat : 22740 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667629706152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22741] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22741/stat : 22741 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667483011880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22742] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22742/stat : 22742 (java) S 22729 22732 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667481959080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22743] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22743/stat : 22743 (java) S 22729 22732 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11118983 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667469761000 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22744] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22744/stat : 22744 (java) S 22729 22732 16156 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11118983 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667468707064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22745] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22745/stat : 22745 (java) S 22729 22732 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11118983 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667467654152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22746] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22746/stat : 22746 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118985 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667466602640 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22747] ppid=22729 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/22732/task/22747/stat : 22747 (java) S 22729 22732 16156 0 -1 4202560 6274 0 0 0 38 0 0 0 20 0 19 0 11118985 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667465550776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22748] ppid=22729 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/22732/task/22748/stat : 22748 (java) S 22729 22732 16156 0 -1 4202560 6854 0 0 0 49 0 0 0 20 0 19 0 11118985 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667464497976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22749] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22749/stat : 22749 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118985 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667463445368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22750] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22750/stat : 22750 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118985 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667462392776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22754] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22754/stat : 22754 (java) S 22729 22732 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11118999 10060525568 20093 33554432000 1073741824 1073778376 140734011935136 140667458179880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=26 pid=1794 uid=0 cmd=

[startup+6.30073 s]
/proc/loadavg: 1.78 1.96 2.02 2/213 22784
/proc/meminfo: memFree=29575964/32872528 swapFree=1299868/1463388
[pid=22732] ppid=22729 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/22732/stat : 22732 (java) S 22729 22732 16156 0 -1 4202496 18707 0 1 0 213 12 0 0 20 0 19 0 11118980 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140734011926272 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22732/statm: 2456183 35905 2270 9 0 2446860 0
[pid=22732/tid=22733] ppid=22729 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/22732/task/22733/stat : 22733 (java) S 22729 22732 16156 0 -1 4202560 2416 0 1 0 16 2 0 0 20 0 19 0 11118981 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667645907832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22735] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22735/stat : 22735 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667634969128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22736] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22736/stat : 22736 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667633916328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22737] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22737/stat : 22737 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667632863528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22738] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22738/stat : 22738 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667631810728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22739] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22739/stat : 22739 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667630758952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22740] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22740/stat : 22740 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667629706152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22741] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22741/stat : 22741 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667483011880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22742] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22742/stat : 22742 (java) S 22729 22732 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11118981 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667481959080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22743] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22743/stat : 22743 (java) S 22729 22732 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11118983 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667469761000 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22744] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22744/stat : 22744 (java) S 22729 22732 16156 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11118983 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667468707064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22745] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22745/stat : 22745 (java) S 22729 22732 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11118983 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667467654152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22746] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22746/stat : 22746 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118985 10060525568 35905 33554432000 1073741824 1073778376 140734011935136 140667466602640 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22747] ppid=22729 vsize=9824732 CPUtime=0.53 cores=0,2,4,6

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

/proc/22732/task/22746/stat : 22746 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11118985 10060525568 49575 33554432000 1073741824 1073778376 140734011935136 140667466602640 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22747] ppid=22729 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/22732/task/22747/stat : 22747 (java) S 22729 22732 16156 0 -1 4202560 6288 0 0 0 72 0 0 0 20 0 22 0 11118985 10060525568 49575 33554432000 1073741824 1073778376 140734011935136 140667465550776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22748] ppid=22729 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/22732/task/22748/stat : 22748 (java) S 22729 22732 16156 0 -1 4202560 11022 0 0 0 122 2 0 0 20 0 22 0 11118985 10060525568 49575 33554432000 1073741824 1073778376 140734011935136 140667464497976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22749] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22749/stat : 22749 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11118985 10060525568 49575 33554432000 1073741824 1073778376 140734011935136 140667463445368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22750] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22750/stat : 22750 (java) S 22729 22732 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11118985 10060525568 49575 33554432000 1073741824 1073778376 140734011935136 140667462392776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22754] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22754/stat : 22754 (java) S 22729 22732 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11118999 10060525568 49575 33554432000 1073741824 1073778376 140734011935136 140667458179880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22993] ppid=22729 vsize=9824732 CPUtime=3.78 cores=0,2,4,6
/proc/22732/task/22993/stat : 22993 (java) R 22729 22732 16156 0 -1 4202560 7 0 0 0 378 0 0 0 20 0 22 0 11123158 10060525568 49575 33554432000 1073741824 1073778376 140734011935136 140667461328784 140667511159903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22994] ppid=22729 vsize=9824732 CPUtime=3.78 cores=0,2,4,6
/proc/22732/task/22994/stat : 22994 (java) R 22729 22732 16156 0 -1 4202560 4 0 0 0 378 0 0 0 20 0 22 0 11123158 10060525568 49575 33554432000 1073741824 1073778376 140734011935136 140667459230752 140667511168032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22995] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22995/stat : 22995 (java) S 22729 22732 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11123159 10060525568 49575 33554432000 1073741824 1073778376 140734011935136 140667460285224 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 23.77
Current children cumulated vsize (KiB) 9824732

[startup+46.4008 s]
/proc/loadavg: 1.61 1.89 1.99 4/214 22995
/proc/meminfo: memFree=29523544/32872528 swapFree=1299868/1463388
[pid=22732] ppid=22729 vsize=9824732 CPUtime=24.75 cores=0,2,4,6
/proc/22732/stat : 22732 (java) S 22729 22732 16156 0 -1 4202496 21952 0 1 0 2369 106 0 0 20 0 20 0 11118980 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140734011926272 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22732/statm: 2456183 49569 2288 9 0 2446860 0
[pid=22732/tid=22733] ppid=22729 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/22732/task/22733/stat : 22733 (java) S 22729 22732 16156 0 -1 4202560 2419 0 1 0 21 2 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667645907832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22735] ppid=22729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22732/task/22735/stat : 22735 (java) S 22729 22732 16156 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667634969128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22736] ppid=22729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22732/task/22736/stat : 22736 (java) S 22729 22732 16156 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667633916328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22737] ppid=22729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22732/task/22737/stat : 22737 (java) S 22729 22732 16156 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667632863528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22738] ppid=22729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22732/task/22738/stat : 22738 (java) S 22729 22732 16156 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667631810728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22739] ppid=22729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22732/task/22739/stat : 22739 (java) S 22729 22732 16156 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667630758952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22740] ppid=22729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22732/task/22740/stat : 22740 (java) S 22729 22732 16156 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667629706152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22741] ppid=22729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22732/task/22741/stat : 22741 (java) S 22729 22732 16156 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667483011880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22742] ppid=22729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22732/task/22742/stat : 22742 (java) S 22729 22732 16156 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667481959080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22743] ppid=22729 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22732/task/22743/stat : 22743 (java) S 22729 22732 16156 0 -1 4202560 14 0 0 0 0 4 0 0 20 0 20 0 11118983 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667469761000 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22744] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22744/stat : 22744 (java) S 22729 22732 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 11118983 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667468707064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22745] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22745/stat : 22745 (java) S 22729 22732 16156 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 20 0 11118983 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667467654152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22746] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22746/stat : 22746 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11118985 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667466602640 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22747] ppid=22729 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/22732/task/22747/stat : 22747 (java) S 22729 22732 16156 0 -1 4202560 6288 0 0 0 72 0 0 0 20 0 20 0 11118985 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667465550776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22748] ppid=22729 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/22732/task/22748/stat : 22748 (java) S 22729 22732 16156 0 -1 4202560 11022 0 0 0 122 2 0 0 20 0 20 0 11118985 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667464497976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22749] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22749/stat : 22749 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11118985 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667463445368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22750] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22750/stat : 22750 (java) S 22729 22732 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 11118985 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667462392776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22754] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22754/stat : 22754 (java) S 22729 22732 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 11118999 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667458179880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22994] ppid=22729 vsize=9824732 CPUtime=4.57 cores=0,2,4,6
/proc/22732/task/22994/stat : 22994 (java) R 22729 22732 16156 0 -1 4202560 4 0 0 0 457 0 0 0 20 0 20 0 11123158 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667459229928 140667511168000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 9824732

[startup+46.6007 s]
/proc/loadavg: 1.61 1.89 1.99 4/214 22995
/proc/meminfo: memFree=29523544/32872528 swapFree=1299868/1463388
[pid=22732] ppid=22729 vsize=9824732 CPUtime=24.95 cores=0,2,4,6
/proc/22732/stat : 22732 (java) S 22729 22732 16156 0 -1 4202496 21952 0 1 0 2389 106 0 0 20 0 20 0 11118980 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140734011926272 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22732/statm: 2456183 49569 2288 9 0 2446860 0
[pid=22732/tid=22733] ppid=22729 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/22732/task/22733/stat : 22733 (java) S 22729 22732 16156 0 -1 4202560 2419 0 1 0 21 2 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667645907832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22735] ppid=22729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22732/task/22735/stat : 22735 (java) S 22729 22732 16156 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667634969128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22736] ppid=22729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22732/task/22736/stat : 22736 (java) S 22729 22732 16156 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667633916328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22737] ppid=22729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22732/task/22737/stat : 22737 (java) S 22729 22732 16156 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667632863528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22738] ppid=22729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22732/task/22738/stat : 22738 (java) S 22729 22732 16156 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667631810728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22739] ppid=22729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22732/task/22739/stat : 22739 (java) S 22729 22732 16156 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667630758952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22740] ppid=22729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22732/task/22740/stat : 22740 (java) S 22729 22732 16156 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667629706152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22741] ppid=22729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22732/task/22741/stat : 22741 (java) S 22729 22732 16156 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667483011880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22742] ppid=22729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22732/task/22742/stat : 22742 (java) S 22729 22732 16156 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 20 0 11118981 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667481959080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22743] ppid=22729 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22732/task/22743/stat : 22743 (java) S 22729 22732 16156 0 -1 4202560 14 0 0 0 0 4 0 0 20 0 20 0 11118983 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667469761000 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22744] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22744/stat : 22744 (java) S 22729 22732 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 11118983 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667468707064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22745] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22745/stat : 22745 (java) S 22729 22732 16156 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 20 0 11118983 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667467654152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22746] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22746/stat : 22746 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11118985 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667466602640 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22747] ppid=22729 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/22732/task/22747/stat : 22747 (java) S 22729 22732 16156 0 -1 4202560 6288 0 0 0 72 0 0 0 20 0 20 0 11118985 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667465550776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22748] ppid=22729 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/22732/task/22748/stat : 22748 (java) S 22729 22732 16156 0 -1 4202560 11022 0 0 0 122 2 0 0 20 0 20 0 11118985 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667464497976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22749] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22749/stat : 22749 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11118985 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667463445368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22750] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22750/stat : 22750 (java) S 22729 22732 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 11118985 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667462392776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22754] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22754/stat : 22754 (java) S 22729 22732 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 11118999 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667458179880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22994] ppid=22729 vsize=9824732 CPUtime=4.77 cores=0,2,4,6
/proc/22732/task/22994/stat : 22994 (java) R 22729 22732 16156 0 -1 4202560 4 0 0 0 477 0 0 0 20 0 20 0 11123158 10060525568 49569 33554432000 1073741824 1073778376 140734011935136 140667459229928 140667511168065 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 9824732

[startup+46.7007 s]
/proc/loadavg: 1.61 1.89 1.99 4/214 22995
/proc/meminfo: memFree=29523544/32872528 swapFree=1299868/1463388
[pid=22732] ppid=22729 vsize=9824732 CPUtime=25 cores=0,2,4,6
/proc/22732/stat : 22732 (java) S 22729 22732 16156 0 -1 4202496 21952 0 1 0 2393 107 0 0 20 0 19 0 11118980 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140734011926272 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22732/statm: 2456183 49567 2288 9 0 2446860 0
[pid=22732/tid=22733] ppid=22729 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/22732/task/22733/stat : 22733 (java) R 22729 22732 16156 0 -1 4202560 2419 0 1 0 23 2 0 0 20 0 19 0 11118981 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667645906360 140667511735470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22735] ppid=22729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22732/task/22735/stat : 22735 (java) S 22729 22732 16156 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 11118981 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667634969128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22736] ppid=22729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22732/task/22736/stat : 22736 (java) S 22729 22732 16156 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 11118981 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667633916328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22737] ppid=22729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22732/task/22737/stat : 22737 (java) S 22729 22732 16156 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 11118981 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667632863528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22738] ppid=22729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22732/task/22738/stat : 22738 (java) S 22729 22732 16156 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 11118981 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667631810728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22739] ppid=22729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22732/task/22739/stat : 22739 (java) S 22729 22732 16156 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 11118981 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667630758952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22740] ppid=22729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22732/task/22740/stat : 22740 (java) S 22729 22732 16156 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 11118981 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667629706152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22741] ppid=22729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22732/task/22741/stat : 22741 (java) S 22729 22732 16156 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 11118981 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667483011880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22742] ppid=22729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22732/task/22742/stat : 22742 (java) S 22729 22732 16156 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 11118981 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667481959080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22743] ppid=22729 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22732/task/22743/stat : 22743 (java) S 22729 22732 16156 0 -1 4202560 14 0 0 0 0 4 0 0 20 0 19 0 11118983 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667469761000 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22732/tid=22744] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22744/stat : 22744 (java) S 22729 22732 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11118983 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667468707064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22745] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22745/stat : 22745 (java) S 22729 22732 16156 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 11118983 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667467654152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22746] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22746/stat : 22746 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118985 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667466602640 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22747] ppid=22729 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/22732/task/22747/stat : 22747 (java) S 22729 22732 16156 0 -1 4202560 6288 0 0 0 72 0 0 0 20 0 19 0 11118985 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667465550776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22748] ppid=22729 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/22732/task/22748/stat : 22748 (java) S 22729 22732 16156 0 -1 4202560 11022 0 0 0 123 2 0 0 20 0 19 0 11118985 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667464497976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22732/tid=22749] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22749/stat : 22749 (java) S 22729 22732 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11118985 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667463445368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22732/tid=22750] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22750/stat : 22750 (java) S 22729 22732 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11118985 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667462392776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22732/tid=22754] ppid=22729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22732/task/22754/stat : 22754 (java) S 22729 22732 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11118999 10060525568 49567 33554432000 1073741824 1073778376 140734011935136 140667458179880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 25
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.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 46.7264
CPU time (s): 25.1202
CPU user time (s): 23.9574
CPU system time (s): 1.16282
CPU usage (%): 53.7602
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.9474
system time used= 1.16282
maximum resident set size= 203796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21966
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= 3415
involuntary context switches= 956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.337948 second user time and 0.38894 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 23:08:50
IDJOB=4109313
IDBENCH=78773
IDSOLVER=2552
FILE ID=node121/4109313-1467320930
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.1110968094--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109313-1467320930/watcher-4109313-1467320930 -o /tmp/evaluation-result-4109313-1467320930/solver-4109313-1467320930 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467318467-16220 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109313-1467320930.wbo

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

MD5SUM BENCH= fe65609ab6055158a33ec1709a24fe9b
RANDOM SEED=942184253

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:        29691452 kB
Buffers:          129484 kB
Cached:           345992 kB
SwapCached:            0 kB
Active:           727692 kB
Inactive:         243752 kB
Active(anon):     483828 kB
Inactive(anon):    14568 kB
Active(file):     243864 kB
Inactive(file):   229184 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               548 kB
Writeback:             0 kB
AnonPages:       1959212 kB
Mapped:            22068 kB
Shmem:               204 kB
Slab:             611420 kB
SReclaimable:      55276 kB
SUnreclaim:       556144 kB
KernelStack:        1664 kB
PageTables:         8040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2108560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    634880 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:09:37