Trace number 4109457

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.8391 45.3264

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970631--soft-66-100-0.wbo
MD5SUMb526845d30abddab077c9de3ad820c33
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark15.9876
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1320
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109457-1467321204.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.064s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     211
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 42 literals
2.22/0.73	c And the winner is solver1
2.57/0.82	c cleaning 2501 clauses out of 5002 with flag 12869/5002
2.87/1.19	c SATISFIABLE
2.87/1.19	c OPTIMIZING...
2.87/1.19	c Got one! Elapsed wall clock time (in seconds):1.069
2.87/1.19	o 1279
2.91/1.22	c And the winner is solver0
3.08/1.69	c Got one! Elapsed wall clock time (in seconds):1.57
3.08/1.69	o 1278
3.09/1.72	c And the winner is solver0
3.16/2.19	c Got one! Elapsed wall clock time (in seconds):2.071
3.16/2.19	o 1275
3.19/2.22	c And the winner is solver0
3.24/2.69	c Got one! Elapsed wall clock time (in seconds):2.572
3.24/2.69	o 1131
3.25/2.73	c And the winner is solver0
3.41/3.19	c Got one! Elapsed wall clock time (in seconds):3.073
3.41/3.19	o 1124
3.42/3.21	c And the winner is solver0
3.55/3.69	c Got one! Elapsed wall clock time (in seconds):3.574
3.55/3.69	o 1119
3.55/3.71	c And the winner is solver0
3.63/4.19	c Got one! Elapsed wall clock time (in seconds):4.075
3.63/4.19	o 1005
3.63/4.21	c And the winner is solver0
3.67/4.69	c Got one! Elapsed wall clock time (in seconds):4.575
3.67/4.69	o 927
3.67/4.79	c cleaning 4809 clauses out of 9617 with flag 5697/12118
3.91/4.81	c And the winner is solver0
4.20/5.20	c Got one! Elapsed wall clock time (in seconds):5.076
4.20/5.20	o 926
4.20/5.23	c And the winner is solver0
4.28/5.70	c Got one! Elapsed wall clock time (in seconds):5.577
4.28/5.70	o 919
4.28/5.72	c And the winner is solver0
4.34/6.20	c Got one! Elapsed wall clock time (in seconds):6.078
4.34/6.20	o 918
4.34/6.21	c And the winner is solver0
4.36/6.70	c Got one! Elapsed wall clock time (in seconds):6.579
4.36/6.70	o 906
4.37/6.71	c And the winner is solver0
4.37/7.20	c Got one! Elapsed wall clock time (in seconds):7.08
4.37/7.20	o 877
4.37/7.20	c And the winner is solver0
4.37/7.70	c Got one! Elapsed wall clock time (in seconds):7.581
4.37/7.70	o 834
4.37/7.71	c And the winner is solver0
4.39/8.20	c Got one! Elapsed wall clock time (in seconds):8.082
4.39/8.20	o 816
4.39/8.27	c And the winner is solver0
4.56/8.70	c Got one! Elapsed wall clock time (in seconds):8.583
4.56/8.70	o 815
4.56/8.72	c And the winner is solver0
4.60/9.20	c Got one! Elapsed wall clock time (in seconds):9.084
4.60/9.20	o 808
4.60/9.21	c And the winner is solver0
4.62/9.70	c Got one! Elapsed wall clock time (in seconds):9.585
4.62/9.70	o 802
4.62/9.71	c And the winner is solver0
4.64/10.21	c Got one! Elapsed wall clock time (in seconds):10.086
4.64/10.21	o 801
4.64/10.23	c And the winner is solver0
4.70/10.71	c Got one! Elapsed wall clock time (in seconds):10.587
4.70/10.71	o 792
4.70/10.73	c And the winner is solver0
4.79/11.21	c Got one! Elapsed wall clock time (in seconds):11.088
4.79/11.21	o 791
4.79/11.22	c And the winner is solver0
4.83/11.71	c Got one! Elapsed wall clock time (in seconds):11.589
4.83/11.71	o 779
4.83/11.75	c And the winner is solver0
4.91/12.21	c Got one! Elapsed wall clock time (in seconds):12.09
4.91/12.21	o 769
4.91/12.28	c And the winner is solver0
5.13/12.71	c Got one! Elapsed wall clock time (in seconds):12.591
5.13/12.71	o 768
5.13/12.74	c And the winner is solver0
5.20/13.21	c Got one! Elapsed wall clock time (in seconds):13.092
5.20/13.21	o 763
5.20/13.22	c And the winner is solver0
5.23/13.71	c Got one! Elapsed wall clock time (in seconds):13.593
5.23/13.71	o 735
5.23/13.75	c And the winner is solver0
5.33/14.21	c Got one! Elapsed wall clock time (in seconds):14.094
5.33/14.21	o 724
5.33/14.25	c And the winner is solver0
5.44/14.71	c Got one! Elapsed wall clock time (in seconds):14.595
5.44/14.71	o 720
5.44/14.73	c And the winner is solver0
5.49/15.22	c Got one! Elapsed wall clock time (in seconds):15.096
5.49/15.22	o 715
5.49/15.25	c And the winner is solver0
5.57/15.72	c Got one! Elapsed wall clock time (in seconds):15.597
5.57/15.72	o 707
5.77/15.80	c cleaning 10144 clauses out of 20287 with flag 3463/27597
5.77/15.81	c And the winner is solver0
6.17/16.22	c Got one! Elapsed wall clock time (in seconds):16.098
6.17/16.22	o 704
6.17/16.23	c And the winner is solver0
6.19/16.72	c Got one! Elapsed wall clock time (in seconds):16.599
6.19/16.72	o 696
6.19/16.72	c And the winner is solver0
6.22/17.22	c Got one! Elapsed wall clock time (in seconds):17.1
6.22/17.22	o 620
6.22/17.22	c And the winner is solver0
6.22/17.72	c Got one! Elapsed wall clock time (in seconds):17.601
6.22/17.72	o 618
6.22/17.73	c And the winner is solver0
6.26/18.22	c Got one! Elapsed wall clock time (in seconds):18.102
6.26/18.22	o 607
6.26/18.23	c And the winner is solver0
6.28/18.72	c Got one! Elapsed wall clock time (in seconds):18.603
6.28/18.72	o 571
6.28/18.73	c And the winner is solver0
6.29/19.22	c Got one! Elapsed wall clock time (in seconds):19.104
6.29/19.22	o 554
6.29/19.24	c And the winner is solver0
6.32/19.72	c Got one! Elapsed wall clock time (in seconds):19.605
6.32/19.72	o 545
6.32/19.73	c And the winner is solver0
6.32/20.22	c Got one! Elapsed wall clock time (in seconds):20.106
6.32/20.22	o 544
6.32/20.24	c And the winner is solver0
6.32/20.73	c Got one! Elapsed wall clock time (in seconds):20.607
6.32/20.73	o 530
6.32/20.73	c And the winner is solver0
6.32/21.23	c Got one! Elapsed wall clock time (in seconds):21.108
6.32/21.23	o 514
6.32/21.27	c And the winner is solver0
6.49/21.73	c Got one! Elapsed wall clock time (in seconds):21.609
6.49/21.73	o 513
6.49/21.73	c And the winner is solver0
6.50/22.23	c Got one! Elapsed wall clock time (in seconds):22.11
6.50/22.23	o 492
6.50/22.24	c And the winner is solver0
6.51/22.73	c Got one! Elapsed wall clock time (in seconds):22.611
6.51/22.73	o 486
6.51/22.77	c And the winner is solver0
6.59/23.23	c Got one! Elapsed wall clock time (in seconds):23.112
6.59/23.23	o 483
6.59/23.24	c And the winner is solver0
6.59/23.73	c Got one! Elapsed wall clock time (in seconds):23.613
6.59/23.73	o 479
6.59/23.74	c And the winner is solver0
6.62/24.23	c Got one! Elapsed wall clock time (in seconds):24.113
6.62/24.23	o 478
6.62/24.24	c And the winner is solver0
6.64/24.73	c Got one! Elapsed wall clock time (in seconds):24.614
6.64/24.73	o 474
6.64/24.78	c And the winner is solver0
6.79/25.23	c Got one! Elapsed wall clock time (in seconds):25.115
6.79/25.23	o 471
6.79/25.25	c And the winner is solver0
6.84/25.74	c Got one! Elapsed wall clock time (in seconds):25.616
6.84/25.74	o 468
6.84/25.75	c And the winner is solver0
6.89/26.24	c Got one! Elapsed wall clock time (in seconds):26.117
6.89/26.24	o 465
6.89/26.25	c And the winner is solver0
6.94/26.74	c Got one! Elapsed wall clock time (in seconds):26.618
6.94/26.74	o 452
6.94/26.76	c And the winner is solver0
7.00/27.24	c Got one! Elapsed wall clock time (in seconds):27.118
7.00/27.24	o 448
7.00/27.24	c And the winner is solver0
7.00/27.74	c Got one! Elapsed wall clock time (in seconds):27.619
7.00/27.74	o 416
7.00/27.74	c And the winner is solver0
7.00/28.24	c Got one! Elapsed wall clock time (in seconds):28.12
7.00/28.24	o 255
7.11/28.38	c cleaning 10671 clauses out of 21342 with flag 9589/38796
7.11/28.39	c And the winner is solver0
7.33/28.74	c Got one! Elapsed wall clock time (in seconds):28.621
7.33/28.74	o 253
7.64/28.92	c cleaning 8010 clauses out of 16032 with flag 16275/44157
7.83/29.07	c And the winner is solver0
7.99/29.24	c Got one! Elapsed wall clock time (in seconds):29.122
7.99/29.24	o 182
7.99/29.29	c cleaning 6714 clauses out of 13436 with flag 3523/49571
7.99/29.30	c And the winner is solver0
8.18/29.74	c Got one! Elapsed wall clock time (in seconds):29.622
8.18/29.74	o 176
8.18/29.80	c And the winner is solver0
8.41/30.24	c Got one! Elapsed wall clock time (in seconds):30.123
8.41/30.24	o 174
8.54/30.31	c And the winner is solver0
8.57/30.74	c Got one! Elapsed wall clock time (in seconds):30.624
8.57/30.74	o 171
8.57/30.75	c And the winner is solver0
8.58/31.24	c Got one! Elapsed wall clock time (in seconds):31.125
8.58/31.24	o 167
8.70/31.33	c cleaning 6598 clauses out of 13210 with flag 6687/56059
9.11/31.53	c cleaning 6301 clauses out of 12612 with flag 26080/62059
9.11/31.56	c And the winner is solver0
9.26/31.74	c Got one! Elapsed wall clock time (in seconds):31.625
9.26/31.74	o 164
9.26/31.78	c And the winner is solver0
9.36/32.25	c Got one! Elapsed wall clock time (in seconds):32.126
9.36/32.25	o 154
9.36/32.25	c And the winner is solver0
9.36/32.75	c Got one! Elapsed wall clock time (in seconds):32.627
9.36/32.75	o 149
9.36/32.75	c And the winner is solver0
9.36/33.25	c Got one! Elapsed wall clock time (in seconds):33.127
9.36/33.25	o 141
9.36/33.25	c And the winner is solver0
9.38/33.75	c Got one! Elapsed wall clock time (in seconds):33.628
9.38/33.75	o 133
9.38/33.75	c And the winner is solver0
9.38/34.25	c Got one! Elapsed wall clock time (in seconds):34.129
9.38/34.25	o 123
9.38/34.29	c And the winner is solver0
9.52/34.75	c Got one! Elapsed wall clock time (in seconds):34.629
9.52/34.75	o 122
9.61/34.80	c And the winner is solver0
9.65/35.25	c Got one! Elapsed wall clock time (in seconds):35.13
9.65/35.25	o 119
9.65/35.30	c And the winner is solver0
9.76/35.75	c Got one! Elapsed wall clock time (in seconds):35.631
9.76/35.75	o 111
9.85/35.83	c cleaning 7102 clauses out of 14203 with flag 7492/69951
9.85/35.84	c And the winner is solver0
9.97/36.25	c Got one! Elapsed wall clock time (in seconds):36.132
9.97/36.25	o 110
10.07/36.31	c And the winner is solver0
10.11/36.75	c Got one! Elapsed wall clock time (in seconds):36.633
10.11/36.75	o 98
10.11/36.77	c And the winner is solver0
10.15/37.25	c Got one! Elapsed wall clock time (in seconds):37.133
10.15/37.25	o 97
10.24/37.37	c And the winner is solver0
10.45/37.75	c Got one! Elapsed wall clock time (in seconds):37.634
10.45/37.75	o 73
10.53/37.80	c cleaning 7166 clauses out of 14347 with flag 3168/77198
10.73/37.99	c cleaning 6585 clauses out of 13181 with flag 21744/83198
11.33/38.23	c cleaning 6792 clauses out of 13596 with flag 43418/90198
11.94/38.54	c cleaning 7402 clauses out of 14805 with flag 71571/98199
12.54/38.88	c cleaning 8201 clauses out of 16402 with flag 102751/107198
13.35/39.27	c cleaning 9101 clauses out of 18204 with flag 138244/117201
14.37/39.73	c cleaning 10046 clauses out of 20100 with flag 184646/128198
15.36/40.26	c cleaning 11024 clauses out of 22054 with flag 234693/140198
16.57/40.83	c cleaning 12008 clauses out of 24029 with flag 281573/153198
17.82/41.48	c cleaning 13007 clauses out of 26020 with flag 333252/167198
19.26/42.19	c cleaning 14003 clauses out of 28013 with flag 388402/182198
20.88/42.96	c cleaning 15002 clauses out of 30010 with flag 450655/198199
22.70/43.80	c cleaning 15997 clauses out of 32004 with flag 515769/215199
24.52/44.76	c cleaning 17001 clauses out of 34002 with flag 584113/233199
25.55/45.23	c And the winner is solver0
25.70/45.31	c >>>>>>>>>> Solver number 0 (74 answers) <<<<<<<<<<<<<<<<<<
25.70/45.31	c starts		: 780
25.70/45.31	c conflicts		: 242913
25.70/45.31	c decisions		: 414945
25.70/45.31	c propagations		: 6050585
25.70/45.31	c inspects		: 119366822
25.70/45.31	c shortcuts		: 0
25.70/45.31	c learnt literals	: 34
25.70/45.31	c learnt binary clauses	: 226
25.70/45.31	c learnt ternary clauses	: 945
25.70/45.31	c learnt constraints	: 242878
25.70/45.31	c ignored constraints	: 0
25.70/45.31	c root simplifications	: 0
25.70/45.31	c removed literals (reason simplification)	: 1993297
25.70/45.31	c reason swapping (by a shorter reason)	: 0
25.70/45.31	c Calls to reduceDB	: 23
25.70/45.31	c Number of update (reduction) of LBD	: 62872
25.70/45.31	c Imported unit clauses	: 0
25.70/45.31	c number of reductions to clauses (during analyze)	: 0
25.70/45.31	c number of learned constraints concerned by reduction	: 0
25.70/45.31	c number of learning phase by resolution	: 0
25.70/45.31	c number of learning phase by cutting planes	: 0
25.70/45.31	c speed (assignments/second)	: 137120.63182704075
25.70/45.31	c non guided choices	2425
25.70/45.31	c learnt constraints type 
25.70/45.32	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
25.70/45.32	c starts		: 81
25.70/45.32	c conflicts		: 1181
25.70/45.32	c decisions		: 10316
25.70/45.32	c propagations		: 49799
25.70/45.32	c inspects		: 4443590
25.70/45.32	c shortcuts		: 0
25.70/45.32	c learnt literals	: 0
25.70/45.32	c learnt binary clauses	: 0
25.70/45.32	c learnt ternary clauses	: 0
25.70/45.32	c learnt constraints	: 1116
25.70/45.32	c ignored constraints	: 0
25.70/45.32	c root simplifications	: 0
25.70/45.32	c removed literals (reason simplification)	: 0
25.70/45.32	c reason swapping (by a shorter reason)	: 0
25.70/45.32	c Calls to reduceDB	: 0
25.70/45.32	c Number of update (reduction) of LBD	: 0
25.70/45.32	c Imported unit clauses	: 0
25.70/45.32	c number of reductions to clauses (during analyze)	: 0
25.70/45.32	c number of learned constraints concerned by reduction	: 0
25.70/45.32	c number of learning phase by resolution	: 0
25.70/45.32	c number of learning phase by cutting planes	: 0
25.70/45.32	c speed (assignments/second)	: 6587.169312169312
25.70/45.32	c non guided choices	1134
25.70/45.32	c learnt constraints type 
25.70/45.32	s OPTIMUM FOUND
25.70/45.32	c Found 74 solution(s)
25.70/45.32	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.70/45.32	c objective function=73
25.70/45.32	c Total wall clock time (in seconds): 45.198

Verifier Data

OK	73

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-4109457-1467321204/watcher-4109457-1467321204 -o /tmp/evaluation-result-4109457-1467321204/solver-4109457-1467321204 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467319279-29205 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109457-1467321204.wbo 

pid=32426
running on 4 cores: 1,3,5,7

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: 0.94 1.16 1.37 2/169 32429
/proc/meminfo: memFree=30053556/32872528 swapFree=1427768/1542232
[pid=32429] ppid=32426 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/32429/stat : 32429 (java) D 32426 32429 15544 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 13081465 9515008 182 33554432000 1073741824 1073778376 140735311518048 140735311509080 266435641013 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/32429/statm: 2323 182 140 9 0 71 0

[startup+0.100159 s]
/proc/loadavg: 0.94 1.16 1.37 2/169 32429
/proc/meminfo: memFree=30053556/32872528 swapFree=1427768/1542232
[pid=32429] ppid=32426 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/32429/stat : 32429 (java) S 32426 32429 15544 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 13081465 9787879424 6040 33554432000 1073741824 1073778376 140735983642512 140735983633648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32429/statm: 2389619 6040 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 0.94 1.16 1.37 2/169 32429
/proc/meminfo: memFree=30053556/32872528 swapFree=1427768/1542232
[pid=32429] ppid=32426 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/32429/stat : 32429 (java) S 32426 32429 15544 0 -1 4202496 4788 0 1 0 22 1 0 0 20 0 22 0 13081465 10060525568 7901 33554432000 1073741824 1073778376 140735983642512 140735983633648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32429/statm: 2456183 7901 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300221 s]
/proc/loadavg: 0.94 1.16 1.37 2/169 32429
/proc/meminfo: memFree=30053556/32872528 swapFree=1427768/1542232
[pid=32429] ppid=32426 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/32429/stat : 32429 (java) S 32426 32429 15544 0 -1 4202496 8203 0 1 0 60 2 0 0 20 0 22 0 13081465 10060525568 10322 33554432000 1073741824 1073778376 140735983642512 140735983633648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32429/statm: 2456183 10322 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.700202 s]
/proc/loadavg: 0.94 1.16 1.37 2/169 32429
/proc/meminfo: memFree=30053556/32872528 swapFree=1427768/1542232
[pid=32429] ppid=32426 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/32429/stat : 32429 (java) S 32426 32429 15544 0 -1 4202496 20793 0 1 0 217 5 0 0 20 0 22 0 13081465 10060525568 20322 33554432000 1073741824 1073778376 140735983642512 140735983633648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32429/statm: 2456183 20322 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9824732

[startup+1.50077 s]
/proc/loadavg: 0.94 1.16 1.37 1/188 32451
/proc/meminfo: memFree=29975728/32872528 swapFree=1427768/1542232
[pid=32429] ppid=32426 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/32429/stat : 32429 (java) S 32426 32429 15544 0 -1 4202496 27215 0 1 0 299 9 0 0 20 0 19 0 13081465 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140735983633648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32429/statm: 2456183 24046 2271 9 0 2446860 0
[pid=32429/tid=32431] ppid=32426 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32429/task/32431/stat : 32431 (java) S 32426 32429 15544 0 -1 4202560 2415 0 1 0 14 2 0 0 20 0 19 0 13081466 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142850421624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32432] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32432/stat : 32432 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142839482792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32433] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32433/stat : 32433 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142838430248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32434] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32434/stat : 32434 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142691694760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32435] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32435/stat : 32435 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142690642216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32436] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32436/stat : 32436 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142689590184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32437] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32437/stat : 32437 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142688537640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32438] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32438/stat : 32438 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142687484584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32439] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32439/stat : 32439 (java) S 32426 32429 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142686432040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32440] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32440/stat : 32440 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13081468 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142674233704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32441] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32441/stat : 32441 (java) S 32426 32429 15544 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13081469 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142673180024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32442] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32442/stat : 32442 (java) S 32426 32429 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13081469 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142672126856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32443] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32443/stat : 32443 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142671075600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32444] ppid=32426 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/32429/task/32444/stat : 32444 (java) S 32426 32429 15544 0 -1 4202560 12133 0 0 0 85 2 0 0 20 0 19 0 13081471 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142670023480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32445] ppid=32426 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/32429/task/32445/stat : 32445 (java) S 32426 32429 15544 0 -1 4202560 11311 0 0 0 76 3 0 0 20 0 19 0 13081471 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142668970936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32446] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32446/stat : 32446 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142667918072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32447] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32447/stat : 32447 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 24046 33554432000 1073741824 1073778376 140735983642512 140142666865736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 0.87 1.14 1.37 3/191 32460
/proc/meminfo: memFree=29946552/32872528 swapFree=1427768/1542232
[pid=32429] ppid=32426 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/32429/stat : 32429 (java) S 32426 32429 15544 0 -1 4202496 27873 0 1 0 325 16 0 0 20 0 19 0 13081465 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140735983633648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32429/statm: 2456183 34801 2271 9 0 2446860 0
[pid=32429/tid=32431] ppid=32426 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32429/task/32431/stat : 32431 (java) S 32426 32429 15544 0 -1 4202560 2416 0 1 0 14 2 0 0 20 0 19 0 13081466 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142850421624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32432] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32432/stat : 32432 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142839482792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32433] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32433/stat : 32433 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142838430248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32434] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32434/stat : 32434 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142691694760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32435] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32435/stat : 32435 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142690642216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32436] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32436/stat : 32436 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142689590184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32437] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32437/stat : 32437 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142688537640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32438] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32438/stat : 32438 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142687484584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32439] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32439/stat : 32439 (java) S 32426 32429 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142686432040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32440] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32440/stat : 32440 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13081468 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142674233704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32441] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32441/stat : 32441 (java) S 32426 32429 15544 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13081469 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142673180024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32442] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32442/stat : 32442 (java) S 32426 32429 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13081469 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142672126856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32443] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32443/stat : 32443 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142671075600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32444] ppid=32426 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/32429/task/32444/stat : 32444 (java) S 32426 32429 15544 0 -1 4202560 12745 0 0 0 91 2 0 0 20 0 19 0 13081471 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142670023480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32445] ppid=32426 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/32429/task/32445/stat : 32445 (java) S 32426 32429 15544 0 -1 4202560 11311 0 0 0 79 3 0 0 20 0 19 0 13081471 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142668970936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32446] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32446/stat : 32446 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142667918072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32447] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32447/stat : 32447 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142666865736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32454] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32454/stat : 32454 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13081584 10060525568 34801 33554432000 1073741824 1073778376 140735983642512 140142662653224 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 9824732

[startup+6.30078 s]
/proc/loadavg: 0.87 1.14 1.37 1/188 32478
/proc/meminfo: memFree=29876684/32872528 swapFree=1427768/1542232
[pid=32429] ppid=32426 vsize=9824732 CPUtime=4.36 cores=1,3,5,7
/proc/32429/stat : 32429 (java) S 32426 32429 15544 0 -1 4202496 31612 0 1 0 406 30 0 0 20 0 19 0 13081465 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140735983633648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32429/statm: 2456183 45970 2286 9 0 2446860 0
[pid=32429/tid=32431] ppid=32426 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/32429/task/32431/stat : 32431 (java) S 32426 32429 15544 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 19 0 13081466 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142850421624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32432] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32432/stat : 32432 (java) S 32426 32429 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142839482792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32433] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32433/stat : 32433 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142838430248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32434] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32434/stat : 32434 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142691694760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32435] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32435/stat : 32435 (java) S 32426 32429 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142690642216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32436] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32436/stat : 32436 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142689590184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32437] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32437/stat : 32437 (java) S 32426 32429 15544 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142688537640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32438] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32438/stat : 32438 (java) S 32426 32429 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142687484584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32439] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32439/stat : 32439 (java) S 32426 32429 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13081467 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142686432040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32440] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32440/stat : 32440 (java) S 32426 32429 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13081468 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142674233704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32441] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32441/stat : 32441 (java) S 32426 32429 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13081469 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142673180024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32442] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32442/stat : 32442 (java) S 32426 32429 15544 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13081469 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142672126856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32443] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32443/stat : 32443 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142671075600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32444] ppid=32426 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/32429/task/32444/stat : 32444 (java) S 32426 32429 15544 0 -1 4202560 12746 0 0 0 100 2 0 0 20 0 19 0 13081471 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142670023480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32445] ppid=32426 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/32429/task/32445/stat : 32445 (java) S 32426 32429 15544 0 -1 4202560 14925 0 0 0 110 4 0 0 20 0 19 0 13081471 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142668970936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32446] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32446/stat : 32446 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142667918072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32447] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32447/stat : 32447 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142666865736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32454] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32454/stat : 32454 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13081584 10060525568 45970 33554432000 1073741824 1073778376 140735983642512 140142662653224 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=27 pid=1781 uid=0 cmd=


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

[pid=32429/tid=32443] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32443/stat : 32443 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13081471 10060525568 134954 33554432000 1073741824 1073778376 140735983642512 140142671075600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32444] ppid=32426 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/32429/task/32444/stat : 32444 (java) S 32426 32429 15544 0 -1 4202560 17049 0 0 0 145 3 0 0 20 0 22 0 13081471 10060525568 134954 33554432000 1073741824 1073778376 140735983642512 140142670023480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32445] ppid=32426 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/32429/task/32445/stat : 32445 (java) S 32426 32429 15544 0 -1 4202560 16029 0 0 0 150 4 0 0 20 0 22 0 13081471 10060525568 134954 33554432000 1073741824 1073778376 140735983642512 140142668970936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32446] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32446/stat : 32446 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13081471 10060525568 134954 33554432000 1073741824 1073778376 140735983642512 140142667918072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32447] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32447/stat : 32447 (java) S 32426 32429 15544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13081471 10060525568 134954 33554432000 1073741824 1073778376 140735983642512 140142666865736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32454] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32454/stat : 32454 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13081584 10060525568 134954 33554432000 1073741824 1073778376 140735983642512 140142662653224 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32671] ppid=32426 vsize=9824732 CPUtime=6.1 cores=1,3,5,7
/proc/32429/task/32671/stat : 32671 (java) S 32426 32429 15544 0 -1 4202560 56 0 0 0 610 0 0 0 20 0 22 0 13085241 10060525568 134954 33554432000 1073741824 1073778376 140735983642512 140142664758392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32672] ppid=32426 vsize=9824732 CPUtime=6.11 cores=1,3,5,7
/proc/32429/task/32672/stat : 32672 (java) S 32426 32429 15544 0 -1 4202560 528 0 0 0 607 4 0 0 20 0 22 0 13085241 10060525568 134954 33554432000 1073741824 1073778376 140735983642512 140142663704104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32673] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32673/stat : 32673 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13085241 10060525568 134954 33554432000 1073741824 1073778376 140735983642512 140142665811112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 23.11
Current children cumulated vsize (KiB) 9824732

[startup+44.8009 s]
/proc/loadavg: 0.81 1.08 1.33 3/191 32673
/proc/meminfo: memFree=29523408/32872528 swapFree=1427768/1542232
[pid=32429] ppid=32426 vsize=9824732 CPUtime=24.71 cores=1,3,5,7
/proc/32429/stat : 32429 (java) S 32426 32429 15544 0 -1 4202496 38630 0 1 0 2340 131 0 0 20 0 22 0 13081465 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140735983633648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32429/statm: 2456183 137097 2287 9 0 2446860 0
[pid=32429/tid=32431] ppid=32426 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/32429/task/32431/stat : 32431 (java) S 32426 32429 15544 0 -1 4202560 2420 0 1 0 19 2 0 0 20 0 22 0 13081466 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142850421624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32432] ppid=32426 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32429/task/32432/stat : 32432 (java) S 32426 32429 15544 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 13081467 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142839482792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32433] ppid=32426 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32429/task/32433/stat : 32433 (java) S 32426 32429 15544 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 22 0 13081467 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142838430248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32434] ppid=32426 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/32429/task/32434/stat : 32434 (java) S 32426 32429 15544 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 13081467 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142691694760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32435] ppid=32426 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/32429/task/32435/stat : 32435 (java) S 32426 32429 15544 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 22 0 13081467 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142690642216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32436] ppid=32426 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32429/task/32436/stat : 32436 (java) S 32426 32429 15544 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 13081467 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142689590184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32437] ppid=32426 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32429/task/32437/stat : 32437 (java) S 32426 32429 15544 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 13081467 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142688537640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32438] ppid=32426 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32429/task/32438/stat : 32438 (java) S 32426 32429 15544 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 22 0 13081467 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142687484584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32439] ppid=32426 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32429/task/32439/stat : 32439 (java) S 32426 32429 15544 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 22 0 13081467 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142686432040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32440] ppid=32426 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/32429/task/32440/stat : 32440 (java) S 32426 32429 15544 0 -1 4202560 267 0 0 0 2 6 0 0 20 0 22 0 13081468 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142674233704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32441] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32441/stat : 32441 (java) S 32426 32429 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13081469 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142673180024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32442] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32442/stat : 32442 (java) S 32426 32429 15544 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 22 0 13081469 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142672126856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32443] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32443/stat : 32443 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13081471 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142671075600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32444] ppid=32426 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/32429/task/32444/stat : 32444 (java) S 32426 32429 15544 0 -1 4202560 17049 0 0 0 145 3 0 0 20 0 22 0 13081471 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142670023480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32445] ppid=32426 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/32429/task/32445/stat : 32445 (java) S 32426 32429 15544 0 -1 4202560 16029 0 0 0 150 4 0 0 20 0 22 0 13081471 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142668970936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32446] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32446/stat : 32446 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13081471 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142667918072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32447] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32447/stat : 32447 (java) S 32426 32429 15544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13081471 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142666865736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32454] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32454/stat : 32454 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13081584 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142662653224 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32671] ppid=32426 vsize=9824732 CPUtime=6.88 cores=1,3,5,7
/proc/32429/task/32671/stat : 32671 (java) R 32426 32429 15544 0 -1 4202560 56 0 0 0 688 0 0 0 20 0 22 0 13085241 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142664749312 140142719851126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32672] ppid=32426 vsize=9824732 CPUtime=6.89 cores=1,3,5,7
/proc/32429/task/32672/stat : 32672 (java) R 32426 32429 15544 0 -1 4202560 528 0 0 0 685 4 0 0 20 0 22 0 13085241 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142663703984 140142719892102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32673] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32673/stat : 32673 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13085241 10060525568 137097 33554432000 1073741824 1073778376 140735983642512 140142665811112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 9824732

[startup+45.2078 s]
/proc/loadavg: 0.81 1.08 1.33 3/191 32673
/proc/meminfo: memFree=29500888/32872528 swapFree=1427768/1542232
[pid=32429] ppid=32426 vsize=9824732 CPUtime=25.55 cores=1,3,5,7
/proc/32429/stat : 32429 (java) S 32426 32429 15544 0 -1 4202496 38650 0 1 0 2424 131 0 0 20 0 22 0 13081465 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140735983633648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32429/statm: 2456183 140168 2287 9 0 2446860 0
[pid=32429/tid=32431] ppid=32426 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/32429/task/32431/stat : 32431 (java) S 32426 32429 15544 0 -1 4202560 2420 0 1 0 19 2 0 0 20 0 22 0 13081466 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142850421624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32432] ppid=32426 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32429/task/32432/stat : 32432 (java) S 32426 32429 15544 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 22 0 13081467 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142839482792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32433] ppid=32426 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32429/task/32433/stat : 32433 (java) S 32426 32429 15544 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 22 0 13081467 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142838430248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32434] ppid=32426 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/32429/task/32434/stat : 32434 (java) S 32426 32429 15544 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 22 0 13081467 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142691694760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32435] ppid=32426 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/32429/task/32435/stat : 32435 (java) S 32426 32429 15544 0 -1 4202560 57 0 0 0 6 3 0 0 20 0 22 0 13081467 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142690642216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32436] ppid=32426 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32429/task/32436/stat : 32436 (java) S 32426 32429 15544 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 13081467 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142689590184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32437] ppid=32426 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32429/task/32437/stat : 32437 (java) S 32426 32429 15544 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 22 0 13081467 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142688537640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32438] ppid=32426 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32429/task/32438/stat : 32438 (java) S 32426 32429 15544 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 13081467 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142687484584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32439] ppid=32426 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32429/task/32439/stat : 32439 (java) S 32426 32429 15544 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 22 0 13081467 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142686432040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32440] ppid=32426 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/32429/task/32440/stat : 32440 (java) S 32426 32429 15544 0 -1 4202560 267 0 0 0 2 6 0 0 20 0 22 0 13081468 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142674233704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32441] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32441/stat : 32441 (java) S 32426 32429 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13081469 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142673180024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32442] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32442/stat : 32442 (java) S 32426 32429 15544 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 22 0 13081469 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142672126856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32443] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32443/stat : 32443 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13081471 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142671075600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32444] ppid=32426 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/32429/task/32444/stat : 32444 (java) S 32426 32429 15544 0 -1 4202560 17049 0 0 0 145 3 0 0 20 0 22 0 13081471 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142670023480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32445] ppid=32426 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/32429/task/32445/stat : 32445 (java) S 32426 32429 15544 0 -1 4202560 16029 0 0 0 150 4 0 0 20 0 22 0 13081471 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142668970936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32446] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32446/stat : 32446 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13081471 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142667918072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32447] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32447/stat : 32447 (java) S 32426 32429 15544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13081471 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142666865736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32454] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32454/stat : 32454 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13081584 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142662653224 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32671] ppid=32426 vsize=9824732 CPUtime=7.27 cores=1,3,5,7
/proc/32429/task/32671/stat : 32671 (java) R 32426 32429 15544 0 -1 4202560 56 0 0 0 727 0 0 0 20 0 22 0 13085241 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142664756256 140142719764565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32672] ppid=32426 vsize=9824732 CPUtime=7.28 cores=1,3,5,7
/proc/32429/task/32672/stat : 32672 (java) R 32426 32429 15544 0 -1 4202560 529 0 0 0 724 4 0 0 20 0 22 0 13085241 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142663703984 140142719859357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32673] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32673/stat : 32673 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13085241 10060525568 140168 33554432000 1073741824 1073778376 140735983642512 140142665811112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 9824732

[startup+45.301 s]
/proc/loadavg: 0.81 1.08 1.33 3/191 32673
/proc/meminfo: memFree=29500888/32872528 swapFree=1427768/1542232
[pid=32429] ppid=32426 vsize=9824732 CPUtime=25.7 cores=1,3,5,7
/proc/32429/stat : 32429 (java) S 32426 32429 15544 0 -1 4202496 38650 0 1 0 2437 133 0 0 20 0 19 0 13081465 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140735983633648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32429/statm: 2456183 140161 2287 9 0 2446860 0
[pid=32429/tid=32431] ppid=32426 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/32429/task/32431/stat : 32431 (java) R 32426 32429 15544 0 -1 4202560 2420 0 1 0 23 2 0 0 20 0 19 0 13081466 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142850421288 140142719539126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32432] ppid=32426 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32429/task/32432/stat : 32432 (java) S 32426 32429 15544 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 19 0 13081467 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142839482792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32433] ppid=32426 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32429/task/32433/stat : 32433 (java) S 32426 32429 15544 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 19 0 13081467 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142838430248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32434] ppid=32426 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/32429/task/32434/stat : 32434 (java) S 32426 32429 15544 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 19 0 13081467 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142691694760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32435] ppid=32426 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/32429/task/32435/stat : 32435 (java) S 32426 32429 15544 0 -1 4202560 57 0 0 0 6 3 0 0 20 0 19 0 13081467 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142690642216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32436] ppid=32426 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32429/task/32436/stat : 32436 (java) S 32426 32429 15544 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 19 0 13081467 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142689590184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32437] ppid=32426 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32429/task/32437/stat : 32437 (java) S 32426 32429 15544 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 19 0 13081467 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142688537640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32438] ppid=32426 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32429/task/32438/stat : 32438 (java) S 32426 32429 15544 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 19 0 13081467 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142687484584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32439] ppid=32426 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32429/task/32439/stat : 32439 (java) S 32426 32429 15544 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 19 0 13081467 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142686432040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32440] ppid=32426 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/32429/task/32440/stat : 32440 (java) S 32426 32429 15544 0 -1 4202560 267 0 0 0 2 6 0 0 20 0 19 0 13081468 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142674233704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32441] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32441/stat : 32441 (java) S 32426 32429 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13081469 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142673180024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32442] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32442/stat : 32442 (java) S 32426 32429 15544 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 19 0 13081469 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142672126856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32443] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32443/stat : 32443 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142671075600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32444] ppid=32426 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/32429/task/32444/stat : 32444 (java) S 32426 32429 15544 0 -1 4202560 17049 0 0 0 147 3 0 0 20 0 19 0 13081471 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142670023480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32429/tid=32445] ppid=32426 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/32429/task/32445/stat : 32445 (java) S 32426 32429 15544 0 -1 4202560 16029 0 0 0 150 4 0 0 20 0 19 0 13081471 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142668970936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32429/tid=32446] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32446/stat : 32446 (java) S 32426 32429 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142667918072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32429/tid=32447] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32447/stat : 32447 (java) S 32426 32429 15544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13081471 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142666865736 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32429/tid=32454] ppid=32426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32429/task/32454/stat : 32454 (java) S 32426 32429 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13081584 10060525568 140161 33554432000 1073741824 1073778376 140735983642512 140142662653224 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.7
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 45.3264
CPU time (s): 25.8391
CPU user time (s): 24.3763
CPU system time (s): 1.46278
CPU usage (%): 57.0066
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.3763
system time used= 1.46278
maximum resident set size= 560676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38663
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= 3401
involuntary context switches= 1436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.283956 second user time and 0.335948 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-30 23:13:24
IDJOB=4109457
IDBENCH=78818
IDSOLVER=2552
FILE ID=node116/4109457-1467321204
RUNJOBID= node116-1467319279-29205
PBS_JOBID= 20005287
Free space on /tmp= 71724 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.1110970631--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109457-1467321204/watcher-4109457-1467321204 -o /tmp/evaluation-result-4109457-1467321204/solver-4109457-1467321204 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467319279-29205 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109457-1467321204.wbo

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

MD5SUM BENCH= b526845d30abddab077c9de3ad820c33
RANDOM SEED=356214554

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

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.426
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.426
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.426
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:        30054464 kB
Buffers:           71260 kB
Cached:           436312 kB
SwapCached:            0 kB
Active:           180192 kB
Inactive:         344388 kB
Active(anon):       5860 kB
Inactive(anon):    13556 kB
Active(file):     174332 kB
Inactive(file):   330832 kB
Unevictable:     1542232 kB
Mlocked:         1427768 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       1548824 kB
Mapped:            14040 kB
Shmem:               204 kB
Slab:             620624 kB
SReclaimable:      64764 kB
SUnreclaim:       555860 kB
KernelStack:        1584 kB
PageTables:         6884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1643036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 71724 MiB
End job on node116 at 2016-06-30 23:14:10