Trace number 4109433

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPTIMUM 14.9917 34.8084

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220019--soft-66-100-0.wbo
MD5SUMb63ba872a70ea675f7048d7cf5507c43
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark7.43887
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1259
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109433-1467321143.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.063s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     197
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 => 28
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
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 => 2
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 28 literals
2.21/0.76	c And the winner is solver1
2.57/0.80	c cleaning 2494 clauses out of 5001 with flag 13338/5001
2.89/1.19	c SATISFIABLE
2.89/1.19	c OPTIMIZING...
2.89/1.19	c Got one! Elapsed wall clock time (in seconds):1.068
2.89/1.19	o 1092
2.89/1.19	c And the winner is solver0
2.89/1.69	c Got one! Elapsed wall clock time (in seconds):1.569
2.89/1.69	o 827
2.90/1.71	c And the winner is solver0
2.94/2.19	c Got one! Elapsed wall clock time (in seconds):2.07
2.94/2.19	o 813
2.94/2.20	c And the winner is solver0
2.94/2.69	c Got one! Elapsed wall clock time (in seconds):2.571
2.94/2.69	o 767
2.94/2.69	c And the winner is solver0
2.94/3.19	c Got one! Elapsed wall clock time (in seconds):3.072
2.94/3.19	o 741
2.95/3.24	c And the winner is solver0
3.08/3.69	c Got one! Elapsed wall clock time (in seconds):3.572
3.08/3.69	o 740
3.08/3.76	c And the winner is solver0
3.41/4.19	c Got one! Elapsed wall clock time (in seconds):4.073
3.41/4.19	o 739
3.42/4.20	c And the winner is solver0
3.42/4.69	c Got one! Elapsed wall clock time (in seconds):4.574
3.42/4.69	o 546
3.42/4.70	c And the winner is solver0
3.43/5.19	c Got one! Elapsed wall clock time (in seconds):5.075
3.43/5.19	o 509
3.43/5.26	c And the winner is solver0
3.64/5.70	c Got one! Elapsed wall clock time (in seconds):5.576
3.64/5.70	o 501
3.64/5.70	c And the winner is solver0
3.65/6.20	c Got one! Elapsed wall clock time (in seconds):6.077
3.65/6.20	o 458
3.65/6.22	c And the winner is solver0
3.70/6.71	c Got one! Elapsed wall clock time (in seconds):6.592
3.70/6.71	o 449
3.70/6.75	c cleaning 5559 clauses out of 11118 with flag 3248/13612
3.70/6.77	c And the winner is solver0
3.82/7.21	c Got one! Elapsed wall clock time (in seconds):7.093
3.82/7.21	o 445
3.82/7.24	c And the winner is solver0
3.88/7.71	c Got one! Elapsed wall clock time (in seconds):7.594
3.88/7.71	o 431
3.88/7.72	c And the winner is solver0
3.88/8.21	c Got one! Elapsed wall clock time (in seconds):8.095
3.88/8.21	o 404
3.88/8.23	c And the winner is solver0
3.90/8.72	c Got one! Elapsed wall clock time (in seconds):8.596
3.90/8.72	o 401
3.90/8.73	c And the winner is solver0
3.94/9.22	c Got one! Elapsed wall clock time (in seconds):9.097
3.94/9.22	o 389
3.94/9.23	c And the winner is solver0
3.99/9.72	c Got one! Elapsed wall clock time (in seconds):9.598
3.99/9.72	o 387
3.99/9.76	c And the winner is solver0
4.09/10.22	c Got one! Elapsed wall clock time (in seconds):10.099
4.09/10.22	o 386
4.09/10.26	c And the winner is solver0
4.19/10.72	c Got one! Elapsed wall clock time (in seconds):10.6
4.19/10.72	o 376
4.19/10.72	c And the winner is solver0
4.19/11.22	c Got one! Elapsed wall clock time (in seconds):11.101
4.19/11.22	o 373
4.19/11.24	c And the winner is solver0
4.25/11.72	c Got one! Elapsed wall clock time (in seconds):11.602
4.25/11.72	o 364
4.25/11.74	c And the winner is solver0
4.32/12.22	c Got one! Elapsed wall clock time (in seconds):12.103
4.32/12.22	o 363
4.32/12.26	c And the winner is solver0
4.40/12.72	c Got one! Elapsed wall clock time (in seconds):12.603
4.40/12.72	o 357
4.40/12.73	c And the winner is solver0
4.41/13.22	c Got one! Elapsed wall clock time (in seconds):13.104
4.41/13.22	o 348
4.41/13.29	c And the winner is solver0
4.56/13.72	c Got one! Elapsed wall clock time (in seconds):13.605
4.56/13.72	o 340
4.56/13.78	c cleaning 7881 clauses out of 15772 with flag 3715/23825
4.56/13.80	c And the winner is solver0
4.77/14.23	c Got one! Elapsed wall clock time (in seconds):14.106
4.77/14.23	o 339
4.77/14.25	c And the winner is solver0
4.83/14.73	c Got one! Elapsed wall clock time (in seconds):14.607
4.83/14.73	o 334
5.17/14.92	c cleaning 7001 clauses out of 14002 with flag 18942/29936
5.17/14.96	c And the winner is solver0
5.33/15.23	c Got one! Elapsed wall clock time (in seconds):15.108
5.33/15.23	o 324
5.33/15.23	c And the winner is solver0
5.33/15.73	c Got one! Elapsed wall clock time (in seconds):15.609
5.33/15.73	o 322
5.33/15.77	c And the winner is solver0
5.42/16.23	c Got one! Elapsed wall clock time (in seconds):16.109
5.42/16.23	o 321
5.42/16.24	c And the winner is solver0
5.44/16.73	c Got one! Elapsed wall clock time (in seconds):16.61
5.44/16.73	o 273
5.44/16.76	c And the winner is solver0
5.52/17.23	c Got one! Elapsed wall clock time (in seconds):17.111
5.52/17.23	o 267
5.52/17.24	c And the winner is solver0
5.57/17.73	c Got one! Elapsed wall clock time (in seconds):17.612
5.57/17.73	o 264
5.57/17.74	c And the winner is solver0
5.60/18.23	c Got one! Elapsed wall clock time (in seconds):18.112
5.60/18.23	o 253
5.74/18.33	c And the winner is solver0
5.83/18.73	c Got one! Elapsed wall clock time (in seconds):18.613
5.83/18.73	o 250
5.83/18.76	c And the winner is solver0
5.89/19.23	c Got one! Elapsed wall clock time (in seconds):19.114
5.89/19.23	o 248
5.89/19.25	c And the winner is solver0
5.93/19.73	c Got one! Elapsed wall clock time (in seconds):19.614
5.93/19.73	o 242
5.93/19.75	c And the winner is solver0
5.97/20.23	c Got one! Elapsed wall clock time (in seconds):20.115
5.97/20.23	o 234
5.97/20.29	c cleaning 8173 clauses out of 16355 with flag 3455/39290
6.11/20.32	c And the winner is solver0
6.17/20.73	c Got one! Elapsed wall clock time (in seconds):20.616
6.17/20.73	o 231
6.17/20.76	c And the winner is solver0
6.24/21.24	c Got one! Elapsed wall clock time (in seconds):21.117
6.24/21.24	o 212
6.38/21.30	c And the winner is solver0
6.43/21.74	c Got one! Elapsed wall clock time (in seconds):21.617
6.43/21.74	o 201
6.55/21.81	c And the winner is solver0
6.59/22.24	c Got one! Elapsed wall clock time (in seconds):22.118
6.59/22.24	o 199
6.59/22.27	c And the winner is solver0
6.68/22.74	c Got one! Elapsed wall clock time (in seconds):22.619
6.68/22.74	o 179
6.68/22.75	c And the winner is solver0
6.72/23.24	c Got one! Elapsed wall clock time (in seconds):23.12
6.72/23.24	o 178
6.72/23.29	c cleaning 7955 clauses out of 15914 with flag 4432/47022
7.03/23.48	c And the winner is solver0
7.24/23.74	c Got one! Elapsed wall clock time (in seconds):23.621
7.24/23.74	o 176
7.37/23.81	c cleaning 6948 clauses out of 13899 with flag 3836/52962
7.37/23.86	c And the winner is solver0
7.70/24.24	c Got one! Elapsed wall clock time (in seconds):24.121
7.70/24.24	o 168
7.82/24.35	c And the winner is solver0
7.94/24.74	c Got one! Elapsed wall clock time (in seconds):24.622
7.94/24.74	o 153
8.09/24.83	c cleaning 6446 clauses out of 12900 with flag 3752/58911
8.09/24.84	c And the winner is solver0
8.52/25.24	c Got one! Elapsed wall clock time (in seconds):25.123
8.52/25.24	o 151
8.52/25.27	c And the winner is solver0
8.60/25.74	c Got one! Elapsed wall clock time (in seconds):25.624
8.60/25.74	o 149
8.60/25.77	c And the winner is solver0
8.67/26.24	c Got one! Elapsed wall clock time (in seconds):26.125
8.67/26.24	o 147
8.67/26.26	c And the winner is solver0
8.74/26.74	c Got one! Elapsed wall clock time (in seconds):26.626
8.74/26.74	o 143
9.04/26.96	c cleaning 6989 clauses out of 13984 with flag 22186/66441
9.04/26.97	c And the winner is solver0
9.23/27.25	c Got one! Elapsed wall clock time (in seconds):27.127
9.23/27.25	o 129
9.33/27.35	c And the winner is solver0
9.47/27.75	c Got one! Elapsed wall clock time (in seconds):27.627
9.47/27.75	o 128
9.47/27.80	c And the winner is solver0
9.59/28.25	c Got one! Elapsed wall clock time (in seconds):28.128
9.59/28.25	o 118
9.59/28.29	c cleaning 6389 clauses out of 12794 with flag 4759/72240
9.69/28.35	c And the winner is solver0
9.81/28.75	c Got one! Elapsed wall clock time (in seconds):28.629
9.81/28.75	o 110
9.91/28.80	c And the winner is solver0
9.93/29.25	c Got one! Elapsed wall clock time (in seconds):29.13
9.93/29.25	o 103
10.03/29.34	c And the winner is solver0
10.12/29.75	c Got one! Elapsed wall clock time (in seconds):29.631
10.12/29.75	o 80
10.24/29.80	c cleaning 6543 clauses out of 13085 with flag 4338/78920
10.64/30.03	c cleaning 6268 clauses out of 12540 with flag 31017/84918
10.64/30.06	c And the winner is solver0
10.78/30.25	c Got one! Elapsed wall clock time (in seconds):30.131
10.78/30.25	o 78
11.09/30.40	c cleaning 5783 clauses out of 11566 with flag 17107/90212
11.49/30.61	c cleaning 5891 clauses out of 11781 with flag 43319/96211
11.90/30.85	c And the winner is solver0
12.03/31.25	c Got one! Elapsed wall clock time (in seconds):31.133
12.03/31.25	o 74
12.33/31.48	c cleaning 8856 clauses out of 17714 with flag 21344/108037
12.95/31.72	c cleaning 7426 clauses out of 14854 with flag 48011/114035
12.95/31.77	c And the winner is solver0
13.10/32.25	c Got one! Elapsed wall clock time (in seconds):32.135
13.10/32.25	o 73
13.39/32.41	c cleaning 6339 clauses out of 12679 with flag 17783/119289
13.39/32.48	c And the winner is solver0
13.57/32.76	c Got one! Elapsed wall clock time (in seconds):32.638
13.57/32.76	o 72
13.65/32.87	c cleaning 5678 clauses out of 11357 with flag 14336/124307
13.85/32.90	c And the winner is solver0
13.93/33.26	c Got one! Elapsed wall clock time (in seconds):33.14
13.93/33.26	o 67
13.93/33.28	c And the winner is solver0
14.00/33.76	c Got one! Elapsed wall clock time (in seconds):33.642
14.00/33.76	o 66
14.27/33.91	c cleaning 5707 clauses out of 11429 with flag 16358/130058
14.68/34.13	c cleaning 5859 clauses out of 11718 with flag 41481/136058
14.68/34.15	c And the winner is solver0
14.80/34.26	c Got one! Elapsed wall clock time (in seconds):34.144
14.80/34.26	o 60
14.80/34.28	c And the winner is solver0
14.89/34.80	c >>>>>>>>>> Solver number 0 (65 answers) <<<<<<<<<<<<<<<<<<
14.89/34.80	c starts		: 554
14.89/34.80	c conflicts		: 137274
14.89/34.80	c decisions		: 220734
14.89/34.80	c propagations		: 2998531
14.89/34.80	c inspects		: 50371946
14.89/34.80	c shortcuts		: 0
14.89/34.80	c learnt literals	: 21
14.89/34.80	c learnt binary clauses	: 118
14.89/34.80	c learnt ternary clauses	: 482
14.89/34.80	c learnt constraints	: 137252
14.89/34.80	c ignored constraints	: 0
14.89/34.80	c root simplifications	: 0
14.89/34.80	c removed literals (reason simplification)	: 1603657
14.89/34.80	c reason swapping (by a shorter reason)	: 0
14.89/34.80	c Calls to reduceDB	: 20
14.89/34.80	c Number of update (reduction) of LBD	: 33921
14.89/34.80	c Imported unit clauses	: 0
14.89/34.80	c number of reductions to clauses (during analyze)	: 0
14.89/34.80	c number of learned constraints concerned by reduction	: 0
14.89/34.80	c number of learning phase by resolution	: 0
14.89/34.80	c number of learning phase by cutting planes	: 0
14.89/34.80	c speed (assignments/second)	: 89215.44183278787
14.89/34.80	c non guided choices	2044
14.89/34.80	c learnt constraints type 
14.89/34.80	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
14.89/34.80	c starts		: 67
14.89/34.80	c conflicts		: 875
14.89/34.80	c decisions		: 6069
14.89/34.80	c propagations		: 35383
14.89/34.80	c inspects		: 2511329
14.89/34.80	c shortcuts		: 0
14.89/34.80	c learnt literals	: 0
14.89/34.80	c learnt binary clauses	: 0
14.89/34.80	c learnt ternary clauses	: 0
14.89/34.80	c learnt constraints	: 818
14.89/34.80	c ignored constraints	: 0
14.89/34.80	c root simplifications	: 0
14.89/34.80	c removed literals (reason simplification)	: 0
14.89/34.80	c reason swapping (by a shorter reason)	: 0
14.89/34.80	c Calls to reduceDB	: 0
14.89/34.80	c Number of update (reduction) of LBD	: 0
14.89/34.80	c Imported unit clauses	: 0
14.89/34.80	c number of reductions to clauses (during analyze)	: 0
14.89/34.80	c number of learned constraints concerned by reduction	: 0
14.89/34.80	c number of learning phase by resolution	: 0
14.89/34.80	c number of learning phase by cutting planes	: 0
14.89/34.80	c speed (assignments/second)	: 66886.57844990547
14.89/34.80	c non guided choices	1019
14.89/34.80	c learnt constraints type 
14.89/34.80	s OPTIMUM FOUND
14.89/34.80	c Found 65 solution(s)
14.89/34.80	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
14.89/34.80	c objective function=60
14.89/34.80	c Total wall clock time (in seconds): 34.681

Verifier Data

OK	60

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

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.20 2.10 3/196 11656
/proc/meminfo: memFree=28222552/32872528 swapFree=1522152/1652968
[pid=11656] ppid=11653 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/11656/stat : 11656 (java) R 11653 11656 3195 0 -1 4202496 430 0 0 0 0 0 0 0 20 0 1 0 2793258 9379840 84 33554432000 1073741824 1073778376 140737264544960 140737264542088 217413867422 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11656/statm: 2290 101 76 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.23 2.20 2.10 3/196 11656
/proc/meminfo: memFree=28222552/32872528 swapFree=1522152/1652968
[pid=11656] ppid=11653 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11656/stat : 11656 (java) S 11653 11656 3195 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 2793258 9787879424 6037 33554432000 1073741824 1073778376 140737264544960 140737264536096 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11656/statm: 2389619 6037 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.23 2.20 2.10 3/196 11656
/proc/meminfo: memFree=28222552/32872528 swapFree=1522152/1652968
[pid=11656] ppid=11653 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/11656/stat : 11656 (java) S 11653 11656 3195 0 -1 4202496 4772 0 1 0 22 1 0 0 20 0 22 0 2793258 10060525568 7907 33554432000 1073741824 1073778376 140737264544960 140737264536096 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11656/statm: 2456183 7907 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300204 s]
/proc/loadavg: 2.23 2.20 2.10 3/196 11656
/proc/meminfo: memFree=28222552/32872528 swapFree=1522152/1652968
[pid=11656] ppid=11653 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/11656/stat : 11656 (java) S 11653 11656 3195 0 -1 4202496 8364 0 1 0 59 2 0 0 20 0 22 0 2793258 10060525568 10317 33554432000 1073741824 1073778376 140737264544960 140737264536096 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11656/statm: 2456183 10317 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700185 s]
/proc/loadavg: 2.23 2.20 2.10 3/196 11656
/proc/meminfo: memFree=28222552/32872528 swapFree=1522152/1652968
[pid=11656] ppid=11653 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/11656/stat : 11656 (java) S 11653 11656 3195 0 -1 4202496 18312 0 1 0 217 4 0 0 20 0 22 0 2793258 10060525568 20136 33554432000 1073741824 1073778376 140737264544960 140737264536096 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11656/statm: 2456183 20136 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9824732

[startup+1.50077 s]
/proc/loadavg: 2.23 2.20 2.10 2/215 11678
/proc/meminfo: memFree=28147492/32872528 swapFree=1522152/1652968
[pid=11656] ppid=11653 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/11656/stat : 11656 (java) S 11653 11656 3195 0 -1 4202496 21639 0 1 0 283 6 0 0 20 0 19 0 2793258 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140737264536096 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11656/statm: 2456183 21687 2269 9 0 2446860 0
[pid=11656/tid=11658] ppid=11653 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/11656/task/11658/stat : 11658 (java) S 11653 11656 3195 0 -1 4202560 2419 0 1 0 15 0 0 0 20 0 19 0 2793259 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564573913976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11659] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11659/stat : 11659 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564552014888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11660] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11660/stat : 11660 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564550962088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11661] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11661/stat : 11661 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564549909288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11662] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11662/stat : 11662 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564213263016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11663] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11663/stat : 11663 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564212210216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11664] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11664/stat : 11664 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564211157416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11665] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11665/stat : 11665 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564210104616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11666] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11666/stat : 11666 (java) S 11653 11656 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564209051816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11667] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11667/stat : 11667 (java) S 11653 11656 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564196641768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11668] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11668/stat : 11668 (java) S 11653 11656 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564195587832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11669] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11669/stat : 11669 (java) S 11653 11656 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564194534920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11670] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11670/stat : 11670 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564193483408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11671] ppid=11653 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/11656/task/11671/stat : 11671 (java) S 11653 11656 3195 0 -1 4202560 7510 0 0 0 72 1 0 0 20 0 19 0 2793265 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564192430520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11672] ppid=11653 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/11656/task/11672/stat : 11672 (java) S 11653 11656 3195 0 -1 4202560 10359 0 0 0 75 1 0 0 20 0 19 0 2793265 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564191377720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11673] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11673/stat : 11673 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564190325112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11674] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11674/stat : 11674 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 21687 33554432000 1073741824 1073778376 140737264544960 140564189272520 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 2.23 2.20 2.10 5/218 11687
/proc/meminfo: memFree=28130788/32872528 swapFree=1522152/1652968
[pid=11656] ppid=11653 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/11656/stat : 11656 (java) S 11653 11656 3195 0 -1 4202496 21669 0 1 0 286 8 0 0 20 0 19 0 2793258 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140737264536096 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11656/statm: 2456183 25786 2270 9 0 2446860 0
[pid=11656/tid=11658] ppid=11653 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/11656/task/11658/stat : 11658 (java) S 11653 11656 3195 0 -1 4202560 2420 0 1 0 16 0 0 0 20 0 19 0 2793259 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564573913976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11659] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11659/stat : 11659 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564552014888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11660] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11660/stat : 11660 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564550962088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11661] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11661/stat : 11661 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564549909288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11662] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11662/stat : 11662 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564213263016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11663] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11663/stat : 11663 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564212210216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11664] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11664/stat : 11664 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564211157416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11665] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11665/stat : 11665 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564210104616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11666] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11666/stat : 11666 (java) S 11653 11656 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2793261 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564209051816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11667] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11667/stat : 11667 (java) S 11653 11656 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564196641768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11668] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11668/stat : 11668 (java) S 11653 11656 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564195587832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11669] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11669/stat : 11669 (java) S 11653 11656 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564194534920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11670] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11670/stat : 11670 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564193483408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11671] ppid=11653 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/11656/task/11671/stat : 11671 (java) S 11653 11656 3195 0 -1 4202560 7510 0 0 0 73 1 0 0 20 0 19 0 2793265 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564192430520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11672] ppid=11653 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/11656/task/11672/stat : 11672 (java) S 11653 11656 3195 0 -1 4202560 10360 0 0 0 75 1 0 0 20 0 19 0 2793265 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564191377720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11673] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11673/stat : 11673 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564190325112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11674] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11674/stat : 11674 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564189272520 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11681] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11681/stat : 11681 (java) S 11653 11656 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2793378 10060525568 25786 33554432000 1073741824 1073778376 140737264544960 140564184961960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 9824732

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

[startup+4.2008 s]
/proc/loadavg: 2.13 2.18 2.10 3/215 11693
/proc/meminfo: memFree=28108492/32872528 swapFree=1522152/1652968
[pid=11656] ppid=11653 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/11656/stat : 11656 (java) S 11653 11656 3195 0 -1 4202496 22062 0 1 0 330 12 0 0 20 0 22 0 2793258 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140737264536096 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11656/statm: 2456183 35525 2273 9 0 2446860 0
[pid=11656/tid=11658] ppid=11653 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/11656/task/11658/stat : 11658 (java) S 11653 11656 3195 0 -1 4202560 2421 0 1 0 16 0 0 0 20 0 22 0 2793259 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564573913976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11659] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11659/stat : 11659 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2793261 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564552014888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11660] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11660/stat : 11660 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2793261 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564550962088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11661] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11661/stat : 11661 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2793261 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564549909288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11662] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11662/stat : 11662 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2793261 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564213263016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11663] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11663/stat : 11663 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2793261 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564212210216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11664] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11664/stat : 11664 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2793261 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564211157416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11665] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11665/stat : 11665 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2793261 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564210104616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11666] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11666/stat : 11666 (java) S 11653 11656 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2793261 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564209051816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11667] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11667/stat : 11667 (java) S 11653 11656 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2793262 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564196641768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11668] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11668/stat : 11668 (java) S 11653 11656 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 2793262 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564195587832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11669] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11669/stat : 11669 (java) S 11653 11656 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2793262 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564194534920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11670] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11670/stat : 11670 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2793265 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564193483408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11671] ppid=11653 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/11656/task/11671/stat : 11671 (java) S 11653 11656 3195 0 -1 4202560 7859 0 0 0 86 1 0 0 20 0 22 0 2793265 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564192430520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11672] ppid=11653 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/11656/task/11672/stat : 11672 (java) S 11653 11656 3195 0 -1 4202560 10361 0 0 0 84 1 0 0 20 0 22 0 2793265 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564191377720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11673] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11673/stat : 11673 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2793265 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564190325112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11674] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11674/stat : 11674 (java) S 11653 11656 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2793265 10060525568 35525 33554432000 1073741824 1073778376 140737264544960 140564189272520 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/11656/task/11665/stat : 11665 (java) S 11653 11656 3195 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 2793261 10060525568 55604 33554432000 1073741824 1073778376 140737264544960 140564210104616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11666] ppid=11653 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11656/task/11666/stat : 11666 (java) S 11653 11656 3195 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 19 0 2793261 10060525568 55604 33554432000 1073741824 1073778376 140737264544960 140564209051816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11667] ppid=11653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11656/task/11667/stat : 11667 (java) S 11653 11656 3195 0 -1 4202560 41 0 0 0 1 4 0 0 20 0 19 0 2793262 10060525568 55604 33554432000 1073741824 1073778376 140737264544960 140564196641768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11668] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11668/stat : 11668 (java) S 11653 11656 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 55604 33554432000 1073741824 1073778376 140737264544960 140564195587832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11669] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11669/stat : 11669 (java) S 11653 11656 3195 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 55604 33554432000 1073741824 1073778376 140737264544960 140564194534920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11670] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11670/stat : 11670 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55604 33554432000 1073741824 1073778376 140737264544960 140564193483408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11671] ppid=11653 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/11656/task/11671/stat : 11671 (java) S 11653 11656 3195 0 -1 4202560 16078 0 0 0 158 3 0 0 20 0 19 0 2793265 10060525568 55604 33554432000 1073741824 1073778376 140737264544960 140564192430520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11672] ppid=11653 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/11656/task/11672/stat : 11672 (java) S 11653 11656 3195 0 -1 4202560 10373 0 0 0 102 1 0 0 20 0 19 0 2793265 10060525568 55604 33554432000 1073741824 1073778376 140737264544960 140564191377720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11673] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11673/stat : 11673 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55604 33554432000 1073741824 1073778376 140737264544960 140564190325112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11674] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11674/stat : 11674 (java) S 11653 11656 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55604 33554432000 1073741824 1073778376 140737264544960 140564189272520 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11681] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11681/stat : 11681 (java) S 11653 11656 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2793378 10060525568 55604 33554432000 1073741824 1073778376 140737264544960 140564184961960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 9824732

[startup+33.6008 s]
/proc/loadavg: 1.87 2.11 2.08 2/215 11864
/proc/meminfo: memFree=28007744/32872528 swapFree=1522152/1652968
[pid=11656] ppid=11653 vsize=9824732 CPUtime=13.99 cores=0,2,4,6
/proc/11656/stat : 11656 (java) S 11653 11656 3195 0 -1 4202496 31119 0 1 0 1281 118 0 0 20 0 19 0 2793258 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140737264536096 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11656/statm: 2456183 55362 2287 9 0 2446860 0
[pid=11656/tid=11658] ppid=11653 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/11656/task/11658/stat : 11658 (java) S 11653 11656 3195 0 -1 4202560 2422 0 1 0 18 2 0 0 20 0 19 0 2793259 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564573913976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11659] ppid=11653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11656/task/11659/stat : 11659 (java) S 11653 11656 3195 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 19 0 2793261 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564552014888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11660] ppid=11653 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11656/task/11660/stat : 11660 (java) S 11653 11656 3195 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 2793261 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564550962088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11661] ppid=11653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11656/task/11661/stat : 11661 (java) S 11653 11656 3195 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 2793261 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564549909288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11662] ppid=11653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11656/task/11662/stat : 11662 (java) S 11653 11656 3195 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 2793261 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564213263016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11663] ppid=11653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11656/task/11663/stat : 11663 (java) S 11653 11656 3195 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 19 0 2793261 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564212210216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11664] ppid=11653 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11656/task/11664/stat : 11664 (java) S 11653 11656 3195 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 2793261 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564211157416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11665] ppid=11653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11656/task/11665/stat : 11665 (java) S 11653 11656 3195 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 2793261 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564210104616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11666] ppid=11653 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11656/task/11666/stat : 11666 (java) S 11653 11656 3195 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 2793261 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564209051816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11667] ppid=11653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11656/task/11667/stat : 11667 (java) S 11653 11656 3195 0 -1 4202560 72 0 0 0 1 4 0 0 20 0 19 0 2793262 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564196641768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11668] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11668/stat : 11668 (java) S 11653 11656 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564195587832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11669] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11669/stat : 11669 (java) S 11653 11656 3195 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564194534920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11670] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11670/stat : 11670 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564193483408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11671] ppid=11653 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/11656/task/11671/stat : 11671 (java) S 11653 11656 3195 0 -1 4202560 16078 0 0 0 158 3 0 0 20 0 19 0 2793265 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564192430520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11672] ppid=11653 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/11656/task/11672/stat : 11672 (java) S 11653 11656 3195 0 -1 4202560 10373 0 0 0 102 1 0 0 20 0 19 0 2793265 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564191377720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11673] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11673/stat : 11673 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564190325112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11674] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11674/stat : 11674 (java) S 11653 11656 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564189272520 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11681] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11681/stat : 11681 (java) S 11653 11656 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2793378 10060525568 55362 33554432000 1073741824 1073778376 140737264544960 140564184961960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 13.99
Current children cumulated vsize (KiB) 9824732

[startup+34.4009 s]
/proc/loadavg: 1.80 2.10 2.07 4/218 11870
/proc/meminfo: memFree=28009164/32872528 swapFree=1522152/1652968
[pid=11656] ppid=11653 vsize=9824732 CPUtime=14.84 cores=0,2,4,6
/proc/11656/stat : 11656 (java) S 11653 11656 3195 0 -1 4202496 31134 0 1 0 1362 122 0 0 20 0 19 0 2793258 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140737264536096 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11656/statm: 2456183 55012 2287 9 0 2446860 0
[pid=11656/tid=11658] ppid=11653 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/11656/task/11658/stat : 11658 (java) S 11653 11656 3195 0 -1 4202560 2422 0 1 0 18 2 0 0 20 0 19 0 2793259 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564573913976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11659] ppid=11653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11656/task/11659/stat : 11659 (java) S 11653 11656 3195 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564552014888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11660] ppid=11653 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11656/task/11660/stat : 11660 (java) S 11653 11656 3195 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564550962088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11661] ppid=11653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11656/task/11661/stat : 11661 (java) S 11653 11656 3195 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564549909288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11662] ppid=11653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11656/task/11662/stat : 11662 (java) S 11653 11656 3195 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564213263016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11663] ppid=11653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11656/task/11663/stat : 11663 (java) S 11653 11656 3195 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564212210216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11664] ppid=11653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11656/task/11664/stat : 11664 (java) S 11653 11656 3195 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564211157416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11665] ppid=11653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11656/task/11665/stat : 11665 (java) S 11653 11656 3195 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564210104616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11666] ppid=11653 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11656/task/11666/stat : 11666 (java) S 11653 11656 3195 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564209051816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11667] ppid=11653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11656/task/11667/stat : 11667 (java) S 11653 11656 3195 0 -1 4202560 72 0 0 0 1 4 0 0 20 0 19 0 2793262 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564196641768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11668] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11668/stat : 11668 (java) S 11653 11656 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564195587832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11669] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11669/stat : 11669 (java) S 11653 11656 3195 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564194534920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11670] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11670/stat : 11670 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564193483408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11671] ppid=11653 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/11656/task/11671/stat : 11671 (java) S 11653 11656 3195 0 -1 4202560 16078 0 0 0 158 3 0 0 20 0 19 0 2793265 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564192430520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11672] ppid=11653 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/11656/task/11672/stat : 11672 (java) S 11653 11656 3195 0 -1 4202560 10373 0 0 0 102 1 0 0 20 0 19 0 2793265 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564191377720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11673] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11673/stat : 11673 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564190325112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11674] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11674/stat : 11674 (java) S 11653 11656 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564189272520 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11681] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11681/stat : 11681 (java) S 11653 11656 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2793378 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564184961960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 9824732

[startup+34.8008 s]
/proc/loadavg: 1.80 2.10 2.07 4/218 11870
/proc/meminfo: memFree=28009164/32872528 swapFree=1522152/1652968
[pid=11656] ppid=11653 vsize=9824732 CPUtime=14.88 cores=0,2,4,6
/proc/11656/stat : 11656 (java) S 11653 11656 3195 0 -1 4202496 31135 0 1 0 1366 122 0 0 20 0 19 0 2793258 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140737264536096 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11656/statm: 2456183 55012 2287 9 0 2446860 0
[pid=11656/tid=11658] ppid=11653 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/11656/task/11658/stat : 11658 (java) R 11653 11656 3195 0 -1 4202560 2422 0 1 0 21 2 0 0 20 0 19 0 2793259 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564573912360 140564432461592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11659] ppid=11653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11656/task/11659/stat : 11659 (java) S 11653 11656 3195 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564552014888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11660] ppid=11653 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11656/task/11660/stat : 11660 (java) S 11653 11656 3195 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564550962088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11661] ppid=11653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11656/task/11661/stat : 11661 (java) S 11653 11656 3195 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564549909288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11662] ppid=11653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11656/task/11662/stat : 11662 (java) S 11653 11656 3195 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564213263016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11663] ppid=11653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11656/task/11663/stat : 11663 (java) S 11653 11656 3195 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564212210216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11664] ppid=11653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11656/task/11664/stat : 11664 (java) S 11653 11656 3195 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564211157416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11665] ppid=11653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11656/task/11665/stat : 11665 (java) S 11653 11656 3195 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564210104616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11666] ppid=11653 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11656/task/11666/stat : 11666 (java) S 11653 11656 3195 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 2793261 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564209051816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11667] ppid=11653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11656/task/11667/stat : 11667 (java) S 11653 11656 3195 0 -1 4202560 72 0 0 0 1 4 0 0 20 0 19 0 2793262 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564196641768 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11668] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11668/stat : 11668 (java) S 11653 11656 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564195587832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11669] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11669/stat : 11669 (java) S 11653 11656 3195 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 2793262 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564194534920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11670] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11670/stat : 11670 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564193483408 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11671] ppid=11653 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/11656/task/11671/stat : 11671 (java) S 11653 11656 3195 0 -1 4202560 16078 0 0 0 158 3 0 0 20 0 19 0 2793265 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564192430520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11656/tid=11672] ppid=11653 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/11656/task/11672/stat : 11672 (java) S 11653 11656 3195 0 -1 4202560 10374 0 0 0 103 1 0 0 20 0 19 0 2793265 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564191377720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11656/tid=11673] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11673/stat : 11673 (java) S 11653 11656 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564190325112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11656/tid=11674] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11674/stat : 11674 (java) S 11653 11656 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2793265 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564189272520 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11656/tid=11681] ppid=11653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11656/task/11681/stat : 11681 (java) S 11653 11656 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2793378 10060525568 55012 33554432000 1073741824 1073778376 140737264544960 140564184961960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 14.88
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): 34.8084
CPU time (s): 14.9917
CPU user time (s): 13.6779
CPU system time (s): 1.3138
CPU usage (%): 43.0693
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.6679
system time used= 1.3138
maximum resident set size= 224488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31150
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= 3050
involuntary context switches= 1342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.186971 second user time and 0.291955 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-30 23:12:23
IDJOB=4109433
IDBENCH=78807
IDSOLVER=2552
FILE ID=node122/4109433-1467321143
RUNJOBID= node122-1467319216-8601
PBS_JOBID= 20005252
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= b63ba872a70ea675f7048d7cf5507c43
RANDOM SEED=423139313

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28223188 kB
Buffers:           98012 kB
Cached:          1759624 kB
SwapCached:            0 kB
Active:           573748 kB
Inactive:        1649384 kB
Active(anon):     368184 kB
Inactive(anon):        4 kB
Active(file):     205564 kB
Inactive(file):  1649380 kB
Unevictable:     1652968 kB
Mlocked:         1522152 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:       2064912 kB
Mapped:            22272 kB
Shmem:               204 kB
Slab:             619052 kB
SReclaimable:      62944 kB
SUnreclaim:       556108 kB
KernelStack:        1784 kB
PageTables:         8476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2364748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node122 at 2016-06-30 23:12:57