Trace number 4109609

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 16.4105 36.313

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224929--soft-33-100-0.wbo
MD5SUM6dec18dfef172675cbaede25bd0c1c14
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark7.26889
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1264
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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-4109609-1467321401.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.065s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     233
0.10/0.17	c #constraints  101
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
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.OriginalBinaryClausePB => 1
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 64 literals
1.06/0.41	c And the winner is solver0
1.43/0.68	c SATISFIABLE
1.43/0.68	c OPTIMIZING...
1.43/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.43/0.68	o 924
1.43/0.68	c And the winner is solver0
1.43/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.43/1.18	o 679
1.43/1.19	c And the winner is solver0
1.49/1.68	c Got one! Elapsed wall clock time (in seconds):1.572
1.49/1.68	o 677
1.92/1.82	c And the winner is solver0
2.13/2.18	c Got one! Elapsed wall clock time (in seconds):2.073
2.13/2.18	o 671
2.13/2.19	c And the winner is solver0
2.16/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
2.16/2.68	o 670
2.16/2.69	c And the winner is solver0
2.16/3.18	c Got one! Elapsed wall clock time (in seconds):3.076
2.16/3.18	o 666
2.16/3.19	c And the winner is solver0
2.16/3.68	c Got one! Elapsed wall clock time (in seconds):3.577
2.16/3.68	o 663
2.16/3.69	c And the winner is solver0
2.16/4.18	c Got one! Elapsed wall clock time (in seconds):4.078
2.16/4.18	o 661
2.16/4.19	c And the winner is solver0
2.16/4.69	c Got one! Elapsed wall clock time (in seconds):4.579
2.16/4.69	o 615
2.16/4.69	c And the winner is solver0
2.17/5.19	c Got one! Elapsed wall clock time (in seconds):5.08
2.17/5.19	o 612
2.19/5.21	c And the winner is solver0
2.27/5.69	c Got one! Elapsed wall clock time (in seconds):5.581
2.27/5.69	o 584
2.28/5.72	c And the winner is solver0
2.42/6.19	c Got one! Elapsed wall clock time (in seconds):6.082
2.42/6.19	o 565
2.42/6.20	c And the winner is solver0
2.42/6.69	c Got one! Elapsed wall clock time (in seconds):6.583
2.42/6.69	o 564
2.42/6.69	c And the winner is solver0
2.52/7.19	c Got one! Elapsed wall clock time (in seconds):7.084
2.52/7.19	o 558
2.52/7.20	c And the winner is solver0
2.53/7.69	c Got one! Elapsed wall clock time (in seconds):7.585
2.53/7.69	o 546
2.56/7.71	c And the winner is solver0
2.59/8.19	c Got one! Elapsed wall clock time (in seconds):8.086
2.59/8.19	o 537
2.60/8.20	c And the winner is solver0
2.60/8.69	c Got one! Elapsed wall clock time (in seconds):8.587
2.60/8.69	o 535
2.61/8.70	c And the winner is solver0
2.61/9.19	c Got one! Elapsed wall clock time (in seconds):9.088
2.61/9.19	o 520
2.61/9.27	c cleaning 4665 clauses out of 9347 with flag 3304/9347
2.61/9.28	c And the winner is solver0
2.83/9.70	c Got one! Elapsed wall clock time (in seconds):9.589
2.83/9.70	o 516
2.83/9.70	c And the winner is solver0
2.84/10.20	c Got one! Elapsed wall clock time (in seconds):10.09
2.84/10.20	o 514
2.84/10.20	c And the winner is solver0
2.85/10.70	c Got one! Elapsed wall clock time (in seconds):10.591
2.85/10.70	o 499
2.85/10.73	c And the winner is solver0
2.94/11.20	c Got one! Elapsed wall clock time (in seconds):11.092
2.94/11.20	o 493
2.94/11.20	c And the winner is solver0
2.95/11.70	c Got one! Elapsed wall clock time (in seconds):11.595
2.95/11.70	o 486
2.95/11.72	c And the winner is solver0
2.99/12.20	c Got one! Elapsed wall clock time (in seconds):12.096
2.99/12.20	o 484
2.99/12.21	c And the winner is solver0
2.99/12.70	c Got one! Elapsed wall clock time (in seconds):12.597
2.99/12.70	o 365
3.41/12.91	c cleaning 5895 clauses out of 11797 with flag 17530/16462
3.41/12.96	c And the winner is solver0
3.56/13.20	c Got one! Elapsed wall clock time (in seconds):13.098
3.56/13.20	o 362
3.56/13.21	c And the winner is solver0
3.57/13.71	c Got one! Elapsed wall clock time (in seconds):13.599
3.57/13.71	o 361
3.57/13.71	c And the winner is solver0
3.59/14.21	c Got one! Elapsed wall clock time (in seconds):14.1
3.59/14.21	o 330
3.59/14.22	c And the winner is solver0
3.60/14.71	c Got one! Elapsed wall clock time (in seconds):14.601
3.60/14.71	o 329
3.60/14.71	c And the winner is solver0
3.60/15.21	c Got one! Elapsed wall clock time (in seconds):15.102
3.60/15.21	o 324
3.60/15.23	c And the winner is solver0
3.64/15.71	c Got one! Elapsed wall clock time (in seconds):15.603
3.64/15.71	o 318
3.64/15.73	c And the winner is solver0
3.68/16.21	c Got one! Elapsed wall clock time (in seconds):16.104
3.68/16.21	o 315
3.68/16.22	c And the winner is solver0
3.72/16.71	c Got one! Elapsed wall clock time (in seconds):16.605
3.72/16.71	o 314
3.72/16.72	c And the winner is solver0
3.72/17.21	c Got one! Elapsed wall clock time (in seconds):17.106
3.72/17.21	o 309
3.72/17.25	c And the winner is solver0
3.81/17.71	c Got one! Elapsed wall clock time (in seconds):17.607
3.81/17.71	o 306
3.81/17.77	c And the winner is solver0
3.93/18.21	c Got one! Elapsed wall clock time (in seconds):18.108
3.93/18.21	o 289
4.10/18.36	c cleaning 7442 clauses out of 14895 with flag 10758/25455
4.10/18.37	c And the winner is solver0
4.26/18.72	c Got one! Elapsed wall clock time (in seconds):18.609
4.26/18.72	o 279
4.26/18.72	c And the winner is solver0
4.26/19.22	c Got one! Elapsed wall clock time (in seconds):19.11
4.26/19.22	o 272
4.26/19.23	c And the winner is solver0
4.26/19.72	c Got one! Elapsed wall clock time (in seconds):19.611
4.26/19.72	o 246
4.26/19.73	c And the winner is solver0
4.30/20.22	c Got one! Elapsed wall clock time (in seconds):20.112
4.30/20.22	o 245
4.30/20.24	c And the winner is solver0
4.33/20.72	c Got one! Elapsed wall clock time (in seconds):20.613
4.33/20.72	o 239
4.33/20.73	c And the winner is solver0
4.36/21.22	c Got one! Elapsed wall clock time (in seconds):21.114
4.36/21.22	o 235
4.36/21.23	c And the winner is solver0
4.47/21.72	c Got one! Elapsed wall clock time (in seconds):21.615
4.47/21.72	o 222
4.47/21.76	c And the winner is solver0
4.61/22.22	c Got one! Elapsed wall clock time (in seconds):22.116
4.61/22.22	o 217
4.61/22.25	c And the winner is solver0
4.69/22.72	c Got one! Elapsed wall clock time (in seconds):22.617
4.69/22.72	o 211
4.69/22.77	c And the winner is solver0
4.82/23.22	c Got one! Elapsed wall clock time (in seconds):23.118
4.82/23.22	o 208
4.82/23.24	c And the winner is solver0
4.87/23.73	c Got one! Elapsed wall clock time (in seconds):23.619
4.87/23.73	o 198
4.87/23.73	c And the winner is solver0
4.88/24.23	c Got one! Elapsed wall clock time (in seconds):24.12
4.88/24.23	o 178
4.88/24.23	c And the winner is solver0
4.88/24.73	c Got one! Elapsed wall clock time (in seconds):24.621
4.88/24.73	o 146
4.88/24.74	c And the winner is solver0
4.90/25.23	c Got one! Elapsed wall clock time (in seconds):25.122
4.90/25.23	o 134
4.90/25.24	c And the winner is solver0
4.94/25.73	c Got one! Elapsed wall clock time (in seconds):25.623
4.94/25.73	o 130
4.94/25.73	c And the winner is solver0
4.94/26.23	c Got one! Elapsed wall clock time (in seconds):26.123
4.94/26.23	o 109
4.94/26.27	c And the winner is solver0
5.03/26.73	c Got one! Elapsed wall clock time (in seconds):26.624
5.03/26.73	o 107
5.03/26.78	c And the winner is solver0
5.14/27.23	c Got one! Elapsed wall clock time (in seconds):27.125
5.14/27.23	o 103
5.14/27.24	c And the winner is solver0
5.16/27.73	c Got one! Elapsed wall clock time (in seconds):27.626
5.16/27.73	o 75
5.16/27.76	c And the winner is solver0
5.24/28.23	c Got one! Elapsed wall clock time (in seconds):28.127
5.24/28.23	o 69
5.37/28.36	c And the winner is solver0
5.50/28.74	c Got one! Elapsed wall clock time (in seconds):28.629
5.50/28.74	o 55
5.64/28.81	c And the winner is solver0
5.69/29.24	c Got one! Elapsed wall clock time (in seconds):29.13
5.69/29.24	o 53
5.81/29.30	c cleaning 9784 clauses out of 19567 with flag 3460/37569
5.81/29.30	c And the winner is solver0
5.85/29.74	c Got one! Elapsed wall clock time (in seconds):29.636
5.85/29.74	o 50
6.17/29.96	c cleaning 7428 clauses out of 14868 with flag 18457/42654
6.42/30.07	c And the winner is solver0
6.56/30.24	c Got one! Elapsed wall clock time (in seconds):30.138
6.56/30.24	o 38
6.67/30.37	c cleaning 6516 clauses out of 13031 with flag 9851/48245
7.07/30.59	c cleaning 6258 clauses out of 12516 with flag 29047/54246
7.78/30.89	c cleaning 6622 clauses out of 13256 with flag 51020/61245
8.09/30.94	c And the winner is solver0
8.18/31.25	c Got one! Elapsed wall clock time (in seconds):31.14
8.18/31.25	o 37
8.48/31.42	c cleaning 6032 clauses out of 12072 with flag 12732/66683
8.80/31.59	c And the winner is solver0
9.21/31.75	c Got one! Elapsed wall clock time (in seconds):31.644
9.21/31.75	o 34
9.30/31.81	c cleaning 5923 clauses out of 11849 with flag 3358/72494
9.93/32.08	c cleaning 5957 clauses out of 11928 with flag 23324/78496
10.26/32.11	c And the winner is solver0
10.58/32.26	c Got one! Elapsed wall clock time (in seconds):32.148
10.58/32.26	o 25
10.91/32.44	c cleaning 5893 clauses out of 11787 with flag 16015/84312
10.91/32.45	c And the winner is solver0
11.04/32.76	c Got one! Elapsed wall clock time (in seconds):32.651
11.04/32.76	o 17
11.37/32.95	c cleaning 5577 clauses out of 11168 with flag 15563/89587
11.37/33.00	c And the winner is solver0
11.75/33.26	c Got one! Elapsed wall clock time (in seconds):33.155
11.75/33.26	o 9
12.01/33.41	c cleaning 5583 clauses out of 11170 with flag 13978/95167
12.01/33.43	c And the winner is solver0
12.12/33.77	c Got one! Elapsed wall clock time (in seconds):33.659
12.12/33.77	o 8
12.37/33.95	c cleaning 5517 clauses out of 11043 with flag 18145/100623
12.79/34.18	c cleaning 5751 clauses out of 11525 with flag 40181/106623
13.37/34.46	c cleaning 6386 clauses out of 12774 with flag 66853/113623
13.97/34.77	c cleaning 7191 clauses out of 14385 with flag 97641/121623
14.78/35.15	c cleaning 8091 clauses out of 16192 with flag 133672/130624
15.78/35.61	c cleaning 9042 clauses out of 18097 with flag 174489/140625
16.19/35.83	c And the winner is solver0
16.27/36.30	c >>>>>>>>>> Solver number 0 (67 answers) <<<<<<<<<<<<<<<<<<
16.27/36.30	c starts		: 142
16.27/36.30	c conflicts		: 145826
16.27/36.30	c decisions		: 228208
16.27/36.30	c propagations		: 3150281
16.27/36.30	c inspects		: 63065407
16.27/36.30	c shortcuts		: 0
16.27/36.30	c learnt literals	: 32
16.27/36.30	c learnt binary clauses	: 17
16.27/36.30	c learnt ternary clauses	: 178
16.27/36.30	c learnt constraints	: 145793
16.27/36.30	c ignored constraints	: 0
16.27/36.30	c root simplifications	: 0
16.27/36.30	c removed literals (reason simplification)	: 693126
16.27/36.30	c reason swapping (by a shorter reason)	: 0
16.27/36.30	c Calls to reduceDB	: 20
16.27/36.30	c Number of update (reduction) of LBD	: 31971
16.27/36.30	c Imported unit clauses	: 0
16.27/36.30	c number of reductions to clauses (during analyze)	: 0
16.27/36.30	c number of learned constraints concerned by reduction	: 0
16.27/36.30	c number of learning phase by resolution	: 0
16.27/36.30	c number of learning phase by cutting planes	: 0
16.27/36.30	c speed (assignments/second)	: 87207.42442697375
16.27/36.30	c non guided choices	2738
16.27/36.30	c learnt constraints type 
16.27/36.30	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
16.27/36.30	c starts		: 67
16.27/36.30	c conflicts		: 585
16.27/36.30	c decisions		: 6988
16.27/36.30	c propagations		: 30646
16.27/36.30	c inspects		: 1394917
16.27/36.30	c shortcuts		: 0
16.27/36.30	c learnt literals	: 0
16.27/36.30	c learnt binary clauses	: 0
16.27/36.30	c learnt ternary clauses	: 0
16.27/36.30	c learnt constraints	: 533
16.27/36.30	c ignored constraints	: 0
16.27/36.30	c root simplifications	: 0
16.27/36.30	c removed literals (reason simplification)	: 0
16.27/36.30	c reason swapping (by a shorter reason)	: 0
16.27/36.30	c Calls to reduceDB	: 0
16.27/36.30	c Number of update (reduction) of LBD	: 0
16.27/36.30	c Imported unit clauses	: 0
16.27/36.30	c number of reductions to clauses (during analyze)	: 0
16.27/36.30	c number of learned constraints concerned by reduction	: 0
16.27/36.30	c number of learning phase by resolution	: 0
16.27/36.30	c number of learning phase by cutting planes	: 0
16.27/36.30	c speed (assignments/second)	: 12122.62658227848
16.27/36.30	c non guided choices	729
16.27/36.30	c learnt constraints type 
16.27/36.30	s OPTIMUM FOUND
16.27/36.30	c Found 66 solution(s)
16.33/36.30	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 
16.33/36.30	c objective function=8
16.33/36.30	c Total wall clock time (in seconds): 36.198

Verifier Data

OK	8

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-4109609-1467321401/watcher-4109609-1467321401 -o /tmp/evaluation-result-4109609-1467321401/solver-4109609-1467321401 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109609-1467321401.wbo 

pid=3782
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: 1.12 1.47 1.74 2/194 3785
/proc/meminfo: memFree=30441708/32872528 swapFree=480748/529804
[pid=3785] ppid=3782 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3785/stat : 3785 (java) S 3782 3785 23565 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 11160028 98570240 977 33554432000 1073741824 1073778376 140735996560816 140735996551952 211462160445 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3785/statm: 24065 977 743 9 0 16771 0
[pid=3785/tid=3786] ppid=3782 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3786/stat : 3786 (java) R 3782 3785 23565 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 11160028 98570240 978 33554432000 1073741824 1073778376 140735996560816 139642400837160 211458803072 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 1.12 1.47 1.74 2/194 3785
/proc/meminfo: memFree=30441708/32872528 swapFree=480748/529804
[pid=3785] ppid=3782 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/3785/stat : 3785 (java) S 3782 3785 23565 0 -1 4202496 4520 0 1 0 9 1 0 0 20 0 18 0 11160028 9787879424 6160 33554432000 1073741824 1073778376 140735996560816 140735996551952 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3785/statm: 2389619 6173 2156 9 0 2380296 0
[pid=3785/tid=3786] ppid=3782 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3785/task/3786/stat : 3786 (java) R 3782 3785 23565 0 -1 4202560 2438 0 1 0 6 1 0 0 20 0 18 0 11160028 9787879424 6173 33554432000 1073741824 1073778376 140735996560816 139642400840608 139642340654758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 1.12 1.47 1.74 2/194 3785
/proc/meminfo: memFree=30441708/32872528 swapFree=480748/529804
[pid=3785] ppid=3782 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/3785/stat : 3785 (java) S 3782 3785 23565 0 -1 4202496 4814 0 1 0 25 2 0 0 20 0 22 0 11160028 10060525568 7945 33554432000 1073741824 1073778376 140735996560816 140735996551952 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3785/statm: 2456183 7945 2219 9 0 2446860 0
[pid=3785/tid=3786] ppid=3782 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/3785/task/3786/stat : 3786 (java) S 3782 3785 23565 0 -1 4202560 2468 0 1 0 14 2 0 0 20 0 22 0 11160028 10060525568 7945 33554432000 1073741824 1073778376 140735996560816 139642400842616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300275 s]
/proc/loadavg: 1.12 1.47 1.74 2/194 3785
/proc/meminfo: memFree=30441708/32872528 swapFree=480748/529804
[pid=3785] ppid=3782 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/3785/stat : 3785 (java) S 3782 3785 23565 0 -1 4202496 8130 0 1 0 64 2 0 0 20 0 22 0 11160028 10060525568 9955 33554432000 1073741824 1073778376 140735996560816 140735996551952 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3785/statm: 2456183 9955 2247 9 0 2446860 0
[pid=3785/tid=3786] ppid=3782 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/3785/task/3786/stat : 3786 (java) S 3782 3785 23565 0 -1 4202560 2468 0 1 0 14 2 0 0 20 0 22 0 11160028 10060525568 9955 33554432000 1073741824 1073778376 140735996560816 139642400842616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.700315 s]
/proc/loadavg: 1.12 1.47 1.74 2/194 3785
/proc/meminfo: memFree=30441708/32872528 swapFree=480748/529804
[pid=3785] ppid=3782 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/3785/stat : 3785 (java) S 3782 3785 23565 0 -1 4202496 15323 0 1 0 137 6 0 0 20 0 19 0 11160028 10060525568 15328 33554432000 1073741824 1073778376 140735996560816 140735996551952 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3785/statm: 2456183 15328 2254 9 0 2446860 0
[pid=3785/tid=3786] ppid=3782 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/3785/task/3786/stat : 3786 (java) S 3782 3785 23565 0 -1 4202560 2468 0 1 0 14 2 0 0 20 0 19 0 11160028 10060525568 15328 33554432000 1073741824 1073778376 140735996560816 139642400842616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9824732

[startup+1.50074 s]
/proc/loadavg: 1.12 1.47 1.74 1/213 3816
/proc/meminfo: memFree=30369592/32872528 swapFree=480748/529804
[pid=3785] ppid=3782 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/3785/stat : 3785 (java) S 3782 3785 23565 0 -1 4202496 15334 0 1 0 141 8 0 0 20 0 19 0 11160028 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 140735996551952 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3785/statm: 2456183 16865 2254 9 0 2446860 0
[pid=3785/tid=3786] ppid=3782 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/3785/task/3786/stat : 3786 (java) S 3782 3785 23565 0 -1 4202560 2469 0 1 0 14 2 0 0 20 0 19 0 11160028 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642400842616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3788] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3788/stat : 3788 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642244119464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3789] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3789/stat : 3789 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642243066920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3790] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3790/stat : 3790 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642242013864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3791] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3791/stat : 3791 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642240961320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3792] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3792/stat : 3792 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642239908264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3793] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3793/stat : 3793 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642238855720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3794] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3794/stat : 3794 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642237802664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3795] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3795/stat : 3795 (java) S 3782 3785 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642236750120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3796] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3796/stat : 3796 (java) S 3782 3785 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642224552808 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3797] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3797/stat : 3797 (java) S 3782 3785 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642223499128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3798] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3798/stat : 3798 (java) S 3782 3785 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642222445960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3799] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3799/stat : 3799 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160032 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642221394704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3800] ppid=3782 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/3785/task/3800/stat : 3800 (java) S 3782 3785 23565 0 -1 4202560 6274 0 0 0 38 1 0 0 20 0 19 0 11160033 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642220341560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3801] ppid=3782 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/3785/task/3801/stat : 3801 (java) S 3782 3785 23565 0 -1 4202560 5236 0 0 0 37 1 0 0 20 0 19 0 11160033 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642219289016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3802] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3802/stat : 3802 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160033 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642218236152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3803] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3803/stat : 3803 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160033 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642217183816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3809] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3809/stat : 3809 (java) S 3782 3785 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11160046 10060525568 16865 33554432000 1073741824 1073778376 140735996560816 139642214024488 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 1.03 1.45 1.73 3/214 3834
/proc/meminfo: memFree=30313584/32872528 swapFree=480748/529804
[pid=3785] ppid=3782 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/3785/stat : 3785 (java) S 3782 3785 23565 0 -1 4202496 17577 0 1 0 205 11 0 0 20 0 19 0 11160028 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 140735996551952 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3785/statm: 2456183 27178 2266 9 0 2446860 0
[pid=3785/tid=3786] ppid=3782 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/3785/task/3786/stat : 3786 (java) S 3782 3785 23565 0 -1 4202560 2470 0 1 0 15 2 0 0 20 0 19 0 11160028 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642400842616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3788] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3788/stat : 3788 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642244119464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3789] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3789/stat : 3789 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642243066920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3790] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3790/stat : 3790 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642242013864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3791] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3791/stat : 3791 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642240961320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3792] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3792/stat : 3792 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642239908264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3793] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3793/stat : 3793 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642238855720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3794] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3794/stat : 3794 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642237802664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3795] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3795/stat : 3795 (java) S 3782 3785 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642236750120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3796] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3796/stat : 3796 (java) S 3782 3785 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642224552808 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3797] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3797/stat : 3797 (java) S 3782 3785 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642223499128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3798] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3798/stat : 3798 (java) S 3782 3785 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642222445960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3799] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3799/stat : 3799 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160032 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642221394704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3800] ppid=3782 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/3785/task/3800/stat : 3800 (java) S 3782 3785 23565 0 -1 4202560 6338 0 0 0 49 2 0 0 20 0 19 0 11160033 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642220341560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3801] ppid=3782 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/3785/task/3801/stat : 3801 (java) S 3782 3785 23565 0 -1 4202560 7375 0 0 0 62 2 0 0 20 0 19 0 11160033 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642219289016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3802] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3802/stat : 3802 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160033 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642218236152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3803] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3803/stat : 3803 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160033 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642217183816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3809] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3809/stat : 3809 (java) S 3782 3785 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11160046 10060525568 27178 33554432000 1073741824 1073778376 140735996560816 139642214024488 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=14 pid=1810 uid=0 cmd=

[startup+6.30083 s]
/proc/loadavg: 1.03 1.45 1.73 2/213 3870
/proc/meminfo: memFree=30255808/32872528 swapFree=480748/529804
[pid=3785] ppid=3782 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/3785/stat : 3785 (java) S 3782 3785 23565 0 -1 4202496 17701 0 1 0 227 15 0 0 20 0 19 0 11160028 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 140735996551952 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3785/statm: 2456183 36796 2269 9 0 2446860 0
[pid=3785/tid=3786] ppid=3782 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/3785/task/3786/stat : 3786 (java) S 3782 3785 23565 0 -1 4202560 2472 0 1 0 15 2 0 0 20 0 19 0 11160028 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642400842616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3788] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3788/stat : 3788 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642244119464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3789] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3789/stat : 3789 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642243066920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3790] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3790/stat : 3790 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642242013864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3791] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3791/stat : 3791 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642240961320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3792] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3792/stat : 3792 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642239908264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3793] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3793/stat : 3793 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642238855720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3794] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3794/stat : 3794 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642237802664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3795] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3795/stat : 3795 (java) S 3782 3785 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11160029 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642236750120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3796] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3796/stat : 3796 (java) S 3782 3785 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642224552808 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3797] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3797/stat : 3797 (java) S 3782 3785 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642223499128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3798] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3798/stat : 3798 (java) S 3782 3785 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642222445960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3799] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3799/stat : 3799 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160032 10060525568 36796 33554432000 1073741824 1073778376 140735996560816 139642221394704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3800] ppid=3782 vsize=9824732 CPUtime=0.59 cores=1,3,5,7

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

/proc/3785/task/3797/stat : 3797 (java) S 3782 3785 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11160030 10060525568 54004 33554432000 1073741824 1073778376 140735996560816 139642223499128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3798] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3798/stat : 3798 (java) S 3782 3785 23565 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 22 0 11160030 10060525568 54004 33554432000 1073741824 1073778376 140735996560816 139642222445960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3799] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3799/stat : 3799 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11160032 10060525568 54004 33554432000 1073741824 1073778376 140735996560816 139642221394704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3800] ppid=3782 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/3785/task/3800/stat : 3800 (java) S 3782 3785 23565 0 -1 4202560 16062 0 0 0 178 3 0 0 20 0 22 0 11160033 10060525568 54004 33554432000 1073741824 1073778376 140735996560816 139642220341560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3801] ppid=3782 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/3785/task/3801/stat : 3801 (java) R 3782 3785 23565 0 -1 4202560 10665 0 0 0 115 2 0 0 20 0 22 0 11160033 10060525568 54004 33554432000 1073741824 1073778376 140735996560816 139642219289016 139642404935277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3802] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3802/stat : 3802 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11160033 10060525568 54004 33554432000 1073741824 1073778376 140735996560816 139642218236152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3803] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3803/stat : 3803 (java) S 3782 3785 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11160033 10060525568 54004 33554432000 1073741824 1073778376 140735996560816 139642217183816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3809] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3809/stat : 3809 (java) S 3782 3785 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11160046 10060525568 54004 33554432000 1073741824 1073778376 140735996560816 139642214024488 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=4192] ppid=3782 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/3785/task/4192/stat : 4192 (java) R 3782 3785 23565 0 -1 4202560 4 0 0 0 141 0 0 0 20 0 22 0 11163405 10060525568 54004 33554432000 1073741824 1073778376 140735996560816 139642212962064 139642341065832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=4193] ppid=3782 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/3785/task/4193/stat : 4193 (java) R 3782 3785 23565 0 -1 4202560 2 0 0 0 141 0 0 0 20 0 22 0 11163405 10060525568 54004 33554432000 1073741824 1073778376 140735996560816 139642215075232 139642341310004 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=4194] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/4194/stat : 4194 (java) S 3782 3785 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11163406 10060525568 54004 33554432000 1073741824 1073778376 140735996560816 139642216130216 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 9824732

[startup+36.0009 s]
/proc/loadavg: 1.31 1.45 1.73 5/219 4194
/proc/meminfo: memFree=30126020/32872528 swapFree=480748/529804
[pid=3785] ppid=3782 vsize=9824732 CPUtime=16.26 cores=1,3,5,7
/proc/3785/stat : 3785 (java) S 3782 3785 23565 0 -1 4202496 31323 0 1 0 1531 95 0 0 20 0 19 0 11160028 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 140735996551952 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3785/statm: 2456183 53867 2287 9 0 2446860 0
[pid=3785/tid=3786] ppid=3782 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/3785/task/3786/stat : 3786 (java) S 3782 3785 23565 0 -1 4202560 2473 0 1 0 20 2 0 0 20 0 19 0 11160028 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642400842616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3788] ppid=3782 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3785/task/3788/stat : 3788 (java) S 3782 3785 23565 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642244119464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3789] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3789/stat : 3789 (java) S 3782 3785 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642243066920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3790] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3790/stat : 3790 (java) S 3782 3785 23565 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642242013864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3791] ppid=3782 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3785/task/3791/stat : 3791 (java) S 3782 3785 23565 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642240961320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3792] ppid=3782 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3785/task/3792/stat : 3792 (java) S 3782 3785 23565 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642239908264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3793] ppid=3782 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/3785/task/3793/stat : 3793 (java) S 3782 3785 23565 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642238855720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3794] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3794/stat : 3794 (java) S 3782 3785 23565 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642237802664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3795] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3795/stat : 3795 (java) S 3782 3785 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642236750120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3796] ppid=3782 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3785/task/3796/stat : 3796 (java) S 3782 3785 23565 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 19 0 11160030 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642224552808 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3797] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3797/stat : 3797 (java) S 3782 3785 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642223499128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3798] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3798/stat : 3798 (java) S 3782 3785 23565 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642222445960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3799] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3799/stat : 3799 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160032 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642221394704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3800] ppid=3782 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/3785/task/3800/stat : 3800 (java) S 3782 3785 23565 0 -1 4202560 16062 0 0 0 178 3 0 0 20 0 19 0 11160033 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642220341560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3801] ppid=3782 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/3785/task/3801/stat : 3801 (java) S 3782 3785 23565 0 -1 4202560 10665 0 0 0 115 2 0 0 20 0 19 0 11160033 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642219289016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3802] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3802/stat : 3802 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160033 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642218236152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3803] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3803/stat : 3803 (java) S 3782 3785 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11160033 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642217183816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3809] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3809/stat : 3809 (java) S 3782 3785 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11160046 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642214024488 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 9824732

[startup+36.2008 s]
/proc/loadavg: 1.31 1.45 1.73 5/219 4194
/proc/meminfo: memFree=30126020/32872528 swapFree=480748/529804
[pid=3785] ppid=3782 vsize=9824732 CPUtime=16.26 cores=1,3,5,7
/proc/3785/stat : 3785 (java) S 3782 3785 23565 0 -1 4202496 31323 0 1 0 1531 95 0 0 20 0 19 0 11160028 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 140735996551952 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3785/statm: 2456183 53867 2287 9 0 2446860 0
[pid=3785/tid=3786] ppid=3782 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/3785/task/3786/stat : 3786 (java) S 3782 3785 23565 0 -1 4202560 2473 0 1 0 20 2 0 0 20 0 19 0 11160028 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642400842616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3788] ppid=3782 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3785/task/3788/stat : 3788 (java) S 3782 3785 23565 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642244119464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3789] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3789/stat : 3789 (java) S 3782 3785 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642243066920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3790] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3790/stat : 3790 (java) S 3782 3785 23565 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642242013864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3791] ppid=3782 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3785/task/3791/stat : 3791 (java) S 3782 3785 23565 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642240961320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3792] ppid=3782 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3785/task/3792/stat : 3792 (java) S 3782 3785 23565 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642239908264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3793] ppid=3782 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/3785/task/3793/stat : 3793 (java) S 3782 3785 23565 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642238855720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3794] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3794/stat : 3794 (java) S 3782 3785 23565 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642237802664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3795] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3795/stat : 3795 (java) S 3782 3785 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642236750120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3796] ppid=3782 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3785/task/3796/stat : 3796 (java) S 3782 3785 23565 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 19 0 11160030 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642224552808 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3797] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3797/stat : 3797 (java) S 3782 3785 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642223499128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3798] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3798/stat : 3798 (java) S 3782 3785 23565 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642222445960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3799] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3799/stat : 3799 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160032 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642221394704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3800] ppid=3782 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/3785/task/3800/stat : 3800 (java) S 3782 3785 23565 0 -1 4202560 16062 0 0 0 178 3 0 0 20 0 19 0 11160033 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642220341560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3801] ppid=3782 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/3785/task/3801/stat : 3801 (java) S 3782 3785 23565 0 -1 4202560 10665 0 0 0 115 2 0 0 20 0 19 0 11160033 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642219289016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3802] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3802/stat : 3802 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160033 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642218236152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3803] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3803/stat : 3803 (java) S 3782 3785 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11160033 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642217183816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3809] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3809/stat : 3809 (java) S 3782 3785 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11160046 10060525568 53867 33554432000 1073741824 1073778376 140735996560816 139642214024488 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 9824732

[startup+36.3009 s]
/proc/loadavg: 1.31 1.45 1.73 5/216 4200
/proc/meminfo: memFree=30128520/32872528 swapFree=480748/529804
[pid=3785] ppid=3782 vsize=9824732 CPUtime=16.32 cores=1,3,5,7
/proc/3785/stat : 3785 (java) S 3782 3785 23565 0 -1 4202496 31326 0 1 0 1536 96 0 0 20 0 19 0 11160028 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 140735996551952 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3785/statm: 2456183 53868 2287 9 0 2446860 0
[pid=3785/tid=3786] ppid=3782 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/3785/task/3786/stat : 3786 (java) S 3782 3785 23565 0 -1 4202560 2473 0 1 0 23 2 0 0 20 0 19 0 11160028 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642400842456 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3788] ppid=3782 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3785/task/3788/stat : 3788 (java) S 3782 3785 23565 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 11160029 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642244119464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3789] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3789/stat : 3789 (java) S 3782 3785 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642243066920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3790] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3790/stat : 3790 (java) S 3782 3785 23565 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642242013864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3791] ppid=3782 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3785/task/3791/stat : 3791 (java) S 3782 3785 23565 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 11160029 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642240961320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3792] ppid=3782 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3785/task/3792/stat : 3792 (java) S 3782 3785 23565 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 19 0 11160029 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642239908264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3793] ppid=3782 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/3785/task/3793/stat : 3793 (java) S 3782 3785 23565 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 11160029 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642238855720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3794] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3794/stat : 3794 (java) S 3782 3785 23565 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642237802664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3795] ppid=3782 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3785/task/3795/stat : 3795 (java) S 3782 3785 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 11160029 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642236750120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=3796] ppid=3782 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3785/task/3796/stat : 3796 (java) S 3782 3785 23565 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 19 0 11160030 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642224552808 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3797] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3797/stat : 3797 (java) S 3782 3785 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642223499128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3798] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3798/stat : 3798 (java) S 3782 3785 23565 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 11160030 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642222445960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3785/tid=3799] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3799/stat : 3799 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160032 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642221394704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3800] ppid=3782 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/3785/task/3800/stat : 3800 (java) S 3782 3785 23565 0 -1 4202560 16062 0 0 0 179 3 0 0 20 0 19 0 11160033 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642220341560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3801] ppid=3782 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/3785/task/3801/stat : 3801 (java) S 3782 3785 23565 0 -1 4202560 10665 0 0 0 117 2 0 0 20 0 19 0 11160033 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642219289016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3785/tid=3802] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3802/stat : 3802 (java) S 3782 3785 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11160033 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642218236152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3785/tid=3803] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/3803/stat : 3803 (java) S 3782 3785 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11160033 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642217183816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3785/tid=4201] ppid=3782 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3785/task/4201/stat : 4201 (java) R 3782 3785 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11163658 10060525568 53868 33554432000 1073741824 1073778376 140735996560816 139642215078888 139642340640912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 16.32
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): 36.313
CPU time (s): 16.4105
CPU user time (s): 15.3787
CPU system time (s): 1.03184
CPU usage (%): 45.1918
Max. virtual memory (cumulated for all children) (KiB): 9825940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3687
system time used= 1.03184
maximum resident set size= 226368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31335
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= 2939
involuntary context switches= 636

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.188971 second user time and 0.242963 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:16:41
IDJOB=4109609
IDBENCH=78868
IDSOLVER=2552
FILE ID=node141/4109609-1467321401
RUNJOBID= node141-1467319102-29021
PBS_JOBID= 20005274
Free space on /tmp= 71704 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.1111224929--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109609-1467321401/watcher-4109609-1467321401 -o /tmp/evaluation-result-4109609-1467321401/solver-4109609-1467321401 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109609-1467321401.wbo

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

MD5SUM BENCH= 6dec18dfef172675cbaede25bd0c1c14
RANDOM SEED=382489246

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30442344 kB
Buffers:          175444 kB
Cached:           862720 kB
SwapCached:            0 kB
Active:           432852 kB
Inactive:         717480 kB
Active(anon):     114964 kB
Inactive(anon):        4 kB
Active(file):     317888 kB
Inactive(file):   717476 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1676 kB
Writeback:             0 kB
AnonPages:        603424 kB
Mapped:            22288 kB
Shmem:               204 kB
Slab:             620316 kB
SReclaimable:      63684 kB
SUnreclaim:       556632 kB
KernelStack:        1760 kB
PageTables:         6016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1225540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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 node141 at 2016-06-30 23:17:17