Trace number 4109393

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 18.2712 35.8555

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976157--soft-66-100-0.wbo
MD5SUM5061ef924a5cd54acce02b550ce78c9d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark15.2917
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 1294
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109393-1467321088.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.063s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     197
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.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.17	c 101 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 28 literals
1.85/0.62	c And the winner is solver1
1.85/0.68	c cleaning 2501 clauses out of 5001 with flag 13268/5001
2.16/0.72	c SATISFIABLE
2.16/0.72	c OPTIMIZING...
2.16/0.72	c Got one! Elapsed wall clock time (in seconds):0.618
2.16/0.72	o 951
2.50/0.89	c cleaning 3750 clauses out of 7500 with flag 15465/10001
2.90/0.90	c And the winner is solver0
3.16/1.23	c Got one! Elapsed wall clock time (in seconds):1.119
3.16/1.23	o 946
3.16/1.26	c And the winner is solver0
3.28/1.73	c Got one! Elapsed wall clock time (in seconds):1.62
3.28/1.73	o 884
3.28/1.74	c And the winner is solver0
3.32/2.23	c Got one! Elapsed wall clock time (in seconds):2.121
3.32/2.23	o 879
3.32/2.23	c And the winner is solver0
3.32/2.73	c Got one! Elapsed wall clock time (in seconds):2.622
3.32/2.73	o 601
3.32/2.78	c And the winner is solver0
3.47/3.23	c Got one! Elapsed wall clock time (in seconds):3.123
3.47/3.23	o 597
3.47/3.26	c And the winner is solver0
3.57/3.73	c Got one! Elapsed wall clock time (in seconds):3.624
3.57/3.73	o 594
3.71/3.86	c And the winner is solver0
3.86/4.23	c Got one! Elapsed wall clock time (in seconds):4.125
3.86/4.23	o 591
3.86/4.24	c And the winner is solver0
3.87/4.73	c Got one! Elapsed wall clock time (in seconds):4.626
3.87/4.73	o 590
3.87/4.74	c And the winner is solver0
3.87/5.23	c Got one! Elapsed wall clock time (in seconds):5.127
3.87/5.23	o 572
3.87/5.24	c And the winner is solver0
3.87/5.73	c Got one! Elapsed wall clock time (in seconds):5.628
3.87/5.73	o 496
4.04/5.80	c cleaning 6712 clauses out of 13431 with flag 3638/19682
4.04/5.81	c And the winner is solver0
4.35/6.23	c Got one! Elapsed wall clock time (in seconds):6.129
4.35/6.23	o 489
4.35/6.25	c And the winner is solver0
4.39/6.74	c Got one! Elapsed wall clock time (in seconds):6.63
4.39/6.74	o 484
4.39/6.74	c And the winner is solver0
4.39/7.24	c Got one! Elapsed wall clock time (in seconds):7.131
4.39/7.24	o 481
4.39/7.24	c And the winner is solver0
4.39/7.74	c Got one! Elapsed wall clock time (in seconds):7.632
4.39/7.74	o 480
4.39/7.75	c And the winner is solver0
4.39/8.24	c Got one! Elapsed wall clock time (in seconds):8.133
4.39/8.24	o 468
4.39/8.25	c And the winner is solver0
4.39/8.74	c Got one! Elapsed wall clock time (in seconds):8.634
4.39/8.74	o 466
4.39/8.77	c And the winner is solver0
4.45/9.26	c Got one! Elapsed wall clock time (in seconds):9.152
4.45/9.26	o 460
4.45/9.26	c And the winner is solver0
4.45/9.76	c Got one! Elapsed wall clock time (in seconds):9.653
4.45/9.76	o 455
4.45/9.77	c And the winner is solver0
4.49/10.26	c Got one! Elapsed wall clock time (in seconds):10.153
4.49/10.26	o 454
4.57/10.30	c And the winner is solver0
4.60/10.76	c Got one! Elapsed wall clock time (in seconds):10.654
4.60/10.76	o 446
4.60/10.76	c And the winner is solver0
4.60/11.26	c Got one! Elapsed wall clock time (in seconds):11.155
4.60/11.26	o 398
4.60/11.27	c And the winner is solver0
4.61/11.76	c Got one! Elapsed wall clock time (in seconds):11.656
4.61/11.76	o 392
4.61/11.77	c And the winner is solver0
4.61/12.26	c Got one! Elapsed wall clock time (in seconds):12.157
4.61/12.26	o 390
4.61/12.29	c And the winner is solver0
4.67/12.76	c Got one! Elapsed wall clock time (in seconds):12.658
4.67/12.76	o 386
4.76/12.81	c And the winner is solver0
4.78/13.27	c Got one! Elapsed wall clock time (in seconds):13.159
4.78/13.27	o 380
5.06/13.41	c cleaning 7725 clauses out of 15450 with flag 10890/28413
5.06/13.41	c And the winner is solver0
5.41/13.77	c Got one! Elapsed wall clock time (in seconds):13.66
5.41/13.77	o 379
5.41/13.77	c And the winner is solver0
5.41/14.27	c Got one! Elapsed wall clock time (in seconds):14.161
5.41/14.27	o 371
5.41/14.28	c And the winner is solver0
5.43/14.77	c Got one! Elapsed wall clock time (in seconds):14.662
5.43/14.77	o 370
5.43/14.78	c And the winner is solver0
5.48/15.27	c Got one! Elapsed wall clock time (in seconds):15.163
5.48/15.27	o 364
5.53/15.34	c And the winner is solver0
5.63/15.77	c Got one! Elapsed wall clock time (in seconds):15.664
5.63/15.77	o 357
5.68/15.88	c cleaning 6784 clauses out of 13569 with flag 10364/34257
6.10/16.01	c And the winner is solver1
6.14/16.27	c Got one! Elapsed wall clock time (in seconds):16.165
6.14/16.27	o 332
6.14/16.28	c And the winner is solver0
6.14/16.77	c Got one! Elapsed wall clock time (in seconds):16.666
6.14/16.77	o 328
6.14/16.78	c And the winner is solver0
6.15/17.27	c Got one! Elapsed wall clock time (in seconds):17.167
6.15/17.27	o 321
6.15/17.29	c And the winner is solver0
6.19/17.77	c Got one! Elapsed wall clock time (in seconds):17.668
6.19/17.77	o 308
6.24/17.81	c And the winner is solver0
6.29/18.27	c Got one! Elapsed wall clock time (in seconds):18.169
6.29/18.27	o 300
6.33/18.32	c cleaning 6764 clauses out of 13534 with flag 3853/41006
6.33/18.40	c And the winner is solver0
6.54/18.78	c Got one! Elapsed wall clock time (in seconds):18.67
6.54/18.78	o 297
6.62/18.83	c And the winner is solver0
6.68/19.28	c Got one! Elapsed wall clock time (in seconds):19.171
6.68/19.28	o 294
6.72/19.37	c cleaning 6143 clauses out of 12297 with flag 8487/46533
6.72/19.37	c And the winner is solver0
6.89/19.78	c Got one! Elapsed wall clock time (in seconds):19.672
6.89/19.78	o 291
6.89/19.78	c And the winner is solver0
6.89/20.28	c Got one! Elapsed wall clock time (in seconds):20.173
6.89/20.28	o 288
6.89/20.29	c And the winner is solver0
6.92/20.78	c Got one! Elapsed wall clock time (in seconds):20.674
6.92/20.78	o 283
6.92/20.79	c And the winner is solver0
6.92/21.28	c Got one! Elapsed wall clock time (in seconds):21.175
6.92/21.28	o 280
6.95/21.30	c And the winner is solver0
6.98/21.78	c Got one! Elapsed wall clock time (in seconds):21.676
6.98/21.78	o 276
6.98/21.79	c And the winner is solver0
6.98/22.28	c Got one! Elapsed wall clock time (in seconds):22.177
6.98/22.28	o 252
7.23/22.42	c And the winner is solver0
7.28/22.78	c Got one! Elapsed wall clock time (in seconds):22.677
7.28/22.78	o 247
7.30/22.87	c cleaning 6508 clauses out of 13024 with flag 8341/53403
7.50/22.92	c And the winner is solver0
7.56/23.28	c Got one! Elapsed wall clock time (in seconds):23.178
7.56/23.28	o 239
7.56/23.29	c And the winner is solver0
7.58/23.79	c Got one! Elapsed wall clock time (in seconds):23.679
7.58/23.79	o 222
7.60/23.82	c And the winner is solver0
7.66/24.29	c Got one! Elapsed wall clock time (in seconds):24.18
7.66/24.29	o 221
7.66/24.29	c And the winner is solver0
7.66/24.79	c Got one! Elapsed wall clock time (in seconds):24.681
7.66/24.79	o 206
7.68/24.83	c And the winner is solver0
7.76/25.29	c Got one! Elapsed wall clock time (in seconds):25.182
7.76/25.29	o 200
7.80/25.33	c And the winner is solver0
7.86/25.79	c Got one! Elapsed wall clock time (in seconds):25.683
7.86/25.79	o 197
7.87/25.89	c And the winner is solver0
8.16/26.29	c Got one! Elapsed wall clock time (in seconds):26.184
8.16/26.29	o 196
8.18/26.35	c cleaning 7437 clauses out of 14877 with flag 4051/61764
8.18/26.35	c And the winner is solver0
8.59/26.79	c Got one! Elapsed wall clock time (in seconds):26.685
8.59/26.79	o 188
8.61/26.81	c And the winner is solver0
8.64/27.29	c Got one! Elapsed wall clock time (in seconds):27.186
8.64/27.29	o 186
8.64/27.39	c And the winner is solver0
8.85/27.79	c Got one! Elapsed wall clock time (in seconds):27.687
8.85/27.79	o 184
8.85/27.89	c cleaning 6706 clauses out of 13418 with flag 8541/67742
8.85/27.89	c And the winner is solver0
9.40/28.29	c Got one! Elapsed wall clock time (in seconds):28.187
9.40/28.29	o 165
9.44/28.33	c And the winner is solver0
9.51/28.79	c Got one! Elapsed wall clock time (in seconds):28.688
9.51/28.79	o 163
9.51/28.80	c And the winner is solver0
9.52/29.29	c Got one! Elapsed wall clock time (in seconds):29.189
9.52/29.29	o 156
9.53/29.31	c And the winner is solver0
9.58/29.80	c Got one! Elapsed wall clock time (in seconds):29.69
9.58/29.80	o 151
9.58/29.81	c And the winner is solver0
9.65/30.30	c Got one! Elapsed wall clock time (in seconds):30.191
9.65/30.30	o 92
9.65/30.32	c And the winner is solver0
9.73/30.80	c Got one! Elapsed wall clock time (in seconds):30.691
9.73/30.80	o 86
9.74/30.82	c And the winner is solver0
9.80/31.30	c Got one! Elapsed wall clock time (in seconds):31.192
9.80/31.30	o 80
10.00/31.45	c cleaning 7129 clauses out of 14259 with flag 16766/75289
10.40/31.65	c cleaning 6560 clauses out of 13131 with flag 41485/81290
10.81/31.89	c cleaning 6780 clauses out of 13571 with flag 71518/88290
11.43/32.18	c cleaning 7393 clauses out of 14791 with flag 106706/96290
12.23/32.50	c cleaning 8196 clauses out of 16396 with flag 146720/105288
12.83/32.87	c cleaning 9096 clauses out of 18200 with flag 194938/115289
13.84/33.31	c cleaning 10050 clauses out of 20103 with flag 246938/126288
14.64/33.79	c cleaning 11022 clauses out of 22052 with flag 303371/138289
15.86/34.39	c cleaning 12012 clauses out of 24026 with flag 367510/151288
17.28/35.02	c cleaning 13001 clauses out of 26008 with flag 438424/165289
17.89/35.33	c And the winner is solver0
18.13/35.85	c >>>>>>>>>> Solver number 0 (61 answers) <<<<<<<<<<<<<<<<<<
18.13/35.85	c starts		: 2321
18.13/35.85	c conflicts		: 172862
18.13/35.85	c decisions		: 299488
18.13/35.85	c propagations		: 3945201
18.13/35.85	c inspects		: 70690574
18.13/35.85	c shortcuts		: 0
18.13/35.85	c learnt literals	: 35
18.13/35.85	c learnt binary clauses	: 263
18.13/35.85	c learnt ternary clauses	: 1179
18.13/35.85	c learnt constraints	: 172826
18.13/35.85	c ignored constraints	: 0
18.13/35.85	c root simplifications	: 0
18.13/35.85	c removed literals (reason simplification)	: 2002665
18.13/35.85	c reason swapping (by a shorter reason)	: 0
18.13/35.85	c Calls to reduceDB	: 20
18.13/35.85	c Number of update (reduction) of LBD	: 48640
18.13/35.85	c Imported unit clauses	: 0
18.13/35.85	c number of reductions to clauses (during analyze)	: 0
18.13/35.85	c number of learned constraints concerned by reduction	: 0
18.13/35.85	c number of learning phase by resolution	: 0
18.13/35.85	c number of learning phase by cutting planes	: 0
18.13/35.85	c speed (assignments/second)	: 201553.13170532338
18.13/35.85	c non guided choices	1985
18.13/35.85	c learnt constraints type 
18.13/35.85	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
18.13/35.85	c starts		: 67
18.13/35.85	c conflicts		: 998
18.13/35.85	c decisions		: 8652
18.13/35.85	c propagations		: 44734
18.13/35.85	c inspects		: 3043750
18.13/35.85	c shortcuts		: 0
18.13/35.85	c learnt literals	: 0
18.13/35.85	c learnt binary clauses	: 0
18.13/35.85	c learnt ternary clauses	: 0
18.13/35.85	c learnt constraints	: 956
18.13/35.85	c ignored constraints	: 0
18.13/35.85	c root simplifications	: 0
18.13/35.85	c removed literals (reason simplification)	: 0
18.13/35.85	c reason swapping (by a shorter reason)	: 0
18.13/35.85	c Calls to reduceDB	: 0
18.13/35.85	c Number of update (reduction) of LBD	: 0
18.13/35.85	c Imported unit clauses	: 0
18.13/35.85	c number of reductions to clauses (during analyze)	: 0
18.13/35.85	c number of learned constraints concerned by reduction	: 0
18.13/35.85	c number of learning phase by resolution	: 0
18.13/35.85	c number of learning phase by cutting planes	: 0
18.13/35.85	c speed (assignments/second)	: 9842.464246424643
18.13/35.85	c non guided choices	519
18.13/35.85	c learnt constraints type 
18.13/35.85	s OPTIMUM FOUND
18.13/35.85	c Found 62 solution(s)
18.13/35.85	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 
18.13/35.85	c objective function=80
18.13/35.85	c Total wall clock time (in seconds): 35.741

Verifier Data

OK	80

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

pid=32069
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.90 1.99 1.96 3/196 32072
/proc/meminfo: memFree=30062496/32872528 swapFree=480748/529804
[pid=32072] ppid=32069 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32072/stat : 32072 (java) S 32069 32072 23565 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 11128755 98570240 978 33554432000 1073741824 1073778376 140734981475872 140734981467008 211462160445 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32072/statm: 24065 978 744 9 0 16771 0
[pid=32072/tid=32073] ppid=32069 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32073/stat : 32073 (java) R 32069 32072 23565 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 11128755 98570240 978 33554432000 1073741824 1073778376 140734981475872 140090889739816 211458803072 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 1.90 1.99 1.96 3/196 32072
/proc/meminfo: memFree=30062496/32872528 swapFree=480748/529804
[pid=32072] ppid=32069 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/32072/stat : 32072 (java) S 32069 32072 23565 0 -1 4202496 4484 0 1 0 9 1 0 0 20 0 18 0 11128755 9787879424 6112 33554432000 1073741824 1073778376 140734981475872 140734981467008 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32072/statm: 2389619 6112 2156 9 0 2380296 0
[pid=32072/tid=32073] ppid=32069 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32072/task/32073/stat : 32073 (java) R 32069 32072 23565 0 -1 4202560 2387 0 1 0 6 1 0 0 20 0 18 0 11128755 9787879424 6112 33554432000 1073741824 1073778376 140734981475872 140090889744728 211462186253 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.200376 s]
/proc/loadavg: 1.90 1.99 1.96 3/196 32072
/proc/meminfo: memFree=30062496/32872528 swapFree=480748/529804
[pid=32072] ppid=32069 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/32072/stat : 32072 (java) S 32069 32072 23565 0 -1 4202496 4787 0 1 0 25 1 0 0 20 0 22 0 11128755 10060525568 7908 33554432000 1073741824 1073778376 140734981475872 140734981467008 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32072/statm: 2456183 7908 2210 9 0 2446860 0
[pid=32072/tid=32073] ppid=32069 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/32072/task/32073/stat : 32073 (java) S 32069 32072 23565 0 -1 4202560 2410 0 1 0 14 1 0 0 20 0 22 0 11128755 10060525568 7908 33554432000 1073741824 1073778376 140734981475872 140090889745272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300273 s]
/proc/loadavg: 1.90 1.99 1.96 3/196 32072
/proc/meminfo: memFree=30062496/32872528 swapFree=480748/529804
[pid=32072] ppid=32069 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/32072/stat : 32072 (java) S 32069 32072 23565 0 -1 4202496 7590 0 1 0 64 2 0 0 20 0 22 0 11128755 10060525568 10131 33554432000 1073741824 1073778376 140734981475872 140734981467008 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32072/statm: 2456183 10131 2247 9 0 2446860 0
[pid=32072/tid=32073] ppid=32069 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/32072/task/32073/stat : 32073 (java) S 32069 32072 23565 0 -1 4202560 2410 0 1 0 14 1 0 0 20 0 22 0 11128755 10060525568 10131 33554432000 1073741824 1073778376 140734981475872 140090889745272 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.700298 s]
/proc/loadavg: 1.90 1.99 1.96 3/196 32072
/proc/meminfo: memFree=30062496/32872528 swapFree=480748/529804
[pid=32072] ppid=32069 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/32072/stat : 32072 (java) S 32069 32072 23565 0 -1 4202496 15460 0 1 0 211 5 0 0 20 0 19 0 11128755 10060525568 20963 33554432000 1073741824 1073778376 140734981475872 140734981467008 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32072/statm: 2456183 20963 2261 9 0 2446860 0
[pid=32072/tid=32073] ppid=32069 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/32072/task/32073/stat : 32073 (java) S 32069 32072 23565 0 -1 4202560 2410 0 1 0 14 1 0 0 20 0 19 0 11128755 10060525568 20963 33554432000 1073741824 1073778376 140734981475872 140090889745272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9824732

[startup+1.50077 s]
/proc/loadavg: 1.90 1.99 1.96 2/215 32097
/proc/meminfo: memFree=29946680/32872528 swapFree=480748/529804
[pid=32072] ppid=32069 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/32072/stat : 32072 (java) S 32069 32072 23565 0 -1 4202496 22743 0 1 0 317 11 0 0 20 0 19 0 11128755 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140734981467008 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32072/statm: 2456183 34358 2272 9 0 2446860 0
[pid=32072/tid=32073] ppid=32069 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/32072/task/32073/stat : 32073 (java) S 32069 32072 23565 0 -1 4202560 2410 0 1 0 14 1 0 0 20 0 19 0 11128755 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090889745272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32075] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32075/stat : 32075 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090828475432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32076] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32076/stat : 32076 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090732657576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32077] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32077/stat : 32077 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090731604776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32078] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32078/stat : 32078 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090730551976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32079] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32079/stat : 32079 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090729499176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32080] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32080/stat : 32080 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090728446376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32081] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32081/stat : 32081 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090727393576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32082] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32082/stat : 32082 (java) S 32069 32072 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090726340776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32083] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32083/stat : 32083 (java) S 32069 32072 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090713930728 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32084] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32084/stat : 32084 (java) S 32069 32072 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090712876792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32085] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32085/stat : 32085 (java) S 32069 32072 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090711823880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32086] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32086/stat : 32086 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090710772368 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32087] ppid=32069 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/32072/task/32087/stat : 32087 (java) S 32069 32072 23565 0 -1 4202560 11119 0 0 0 82 2 0 0 20 0 19 0 11128759 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090709719480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32088] ppid=32069 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/32072/task/32088/stat : 32088 (java) S 32069 32072 23565 0 -1 4202560 7824 0 0 0 88 2 0 0 20 0 19 0 11128759 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090708666680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32089] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32089/stat : 32089 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090707614072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32090] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32090/stat : 32090 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090706561480 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32097] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32097/stat : 32097 (java) S 32069 32072 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11128828 10060525568 34358 33554432000 1073741824 1073778376 140734981475872 140090703401896 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 1.90 1.99 1.96 2/215 32103
/proc/meminfo: memFree=29922112/32872528 swapFree=480748/529804
[pid=32072] ppid=32069 vsize=9824732 CPUtime=3.47 cores=1,3,5,7
/proc/32072/stat : 32072 (java) S 32069 32072 23565 0 -1 4202496 22780 0 1 0 332 15 0 0 20 0 19 0 11128755 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140734981467008 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32072/statm: 2456183 43063 2272 9 0 2446860 0
[pid=32072/tid=32073] ppid=32069 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32072/task/32073/stat : 32073 (java) S 32069 32072 23565 0 -1 4202560 2411 0 1 0 14 2 0 0 20 0 19 0 11128755 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090889745272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32075] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32075/stat : 32075 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090828475432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32076] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32076/stat : 32076 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090732657576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32077] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32077/stat : 32077 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090731604776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32078] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32078/stat : 32078 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090730551976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32079] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32079/stat : 32079 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090729499176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32080] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32080/stat : 32080 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090728446376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32081] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32081/stat : 32081 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090727393576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32082] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32082/stat : 32082 (java) S 32069 32072 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090726340776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32083] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32083/stat : 32083 (java) S 32069 32072 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090713930728 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32084] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32084/stat : 32084 (java) S 32069 32072 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090712876792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32085] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32085/stat : 32085 (java) S 32069 32072 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090711823880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32086] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32086/stat : 32086 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090710772368 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32087] ppid=32069 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/32072/task/32087/stat : 32087 (java) S 32069 32072 23565 0 -1 4202560 11119 0 0 0 85 2 0 0 20 0 19 0 11128759 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090709719480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32088] ppid=32069 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/32072/task/32088/stat : 32088 (java) S 32069 32072 23565 0 -1 4202560 7824 0 0 0 89 2 0 0 20 0 19 0 11128759 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090708666680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32089] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32089/stat : 32089 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090707614072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32090] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32090/stat : 32090 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090706561480 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32097] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32097/stat : 32097 (java) S 32069 32072 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11128828 10060525568 43063 33554432000 1073741824 1073778376 140734981475872 140090703401896 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9824732

[startup+6.30082 s]
/proc/loadavg: 1.83 1.97 1.95 2/215 32124
/proc/meminfo: memFree=29891196/32872528 swapFree=480748/529804
[pid=32072] ppid=32069 vsize=9824732 CPUtime=4.39 cores=1,3,5,7
/proc/32072/stat : 32072 (java) S 32069 32072 23565 0 -1 4202496 28084 0 1 0 414 25 0 0 20 0 19 0 11128755 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140734981467008 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32072/statm: 2456183 47936 2286 9 0 2446860 0
[pid=32072/tid=32073] ppid=32069 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/32072/task/32073/stat : 32073 (java) S 32069 32072 23565 0 -1 4202560 2412 0 1 0 15 2 0 0 20 0 19 0 11128755 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090889745272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32075] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32075/stat : 32075 (java) S 32069 32072 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090828475432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32076] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32076/stat : 32076 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090732657576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32077] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32077/stat : 32077 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090731604776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32078] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32078/stat : 32078 (java) S 32069 32072 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090730551976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32079] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32079/stat : 32079 (java) S 32069 32072 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090729499176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32080] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32080/stat : 32080 (java) S 32069 32072 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090728446376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32081] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32081/stat : 32081 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090727393576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32082] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32082/stat : 32082 (java) S 32069 32072 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11128756 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090726340776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32083] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32083/stat : 32083 (java) S 32069 32072 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090713930728 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32084] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32084/stat : 32084 (java) S 32069 32072 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090712876792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32085] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32085/stat : 32085 (java) S 32069 32072 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090711823880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32086] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32086/stat : 32086 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090710772368 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32087] ppid=32069 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/32072/task/32087/stat : 32087 (java) S 32069 32072 23565 0 -1 4202560 11119 0 0 0 91 2 0 0 20 0 19 0 11128759 10060525568 47936 33554432000 1073741824 1073778376 140734981475872 140090709719480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32088] ppid=32069 vsize=9824732 CPUtime=1.2 cores=1,3,5,7

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

/proc/32072/task/32087/stat : 32087 (java) S 32069 32072 23565 0 -1 4202560 24545 0 0 0 199 4 0 0 20 0 22 0 11128759 10060525568 67612 33554432000 1073741824 1073778376 140734981475872 140090709719480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32088] ppid=32069 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/32072/task/32088/stat : 32088 (java) S 32069 32072 23565 0 -1 4202560 13027 0 0 0 129 2 0 0 20 0 22 0 11128759 10060525568 67612 33554432000 1073741824 1073778376 140734981475872 140090708666680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32089] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32089/stat : 32089 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11128759 10060525568 67612 33554432000 1073741824 1073778376 140734981475872 140090707614072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32090] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32090/stat : 32090 (java) S 32069 32072 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11128759 10060525568 67612 33554432000 1073741824 1073778376 140734981475872 140090706561480 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32190] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32190/stat : 32190 (java) S 32069 32072 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11130382 10060525568 67612 33554432000 1073741824 1073778376 140734981475872 140090704454952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32359] ppid=32069 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/32072/task/32359/stat : 32359 (java) R 32069 32072 23565 0 -1 4202560 12 0 0 0 224 0 0 0 20 0 22 0 11131885 10060525568 67612 33554432000 1073741824 1073778376 140734981475872 140090703399960 140090830017188 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32360] ppid=32069 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/32072/task/32360/stat : 32360 (java) R 32069 32072 23565 0 -1 4202560 82 0 0 0 224 0 0 0 20 0 22 0 11131885 10060525568 67612 33554432000 1073741824 1073778376 140734981475872 140090702347824 140090830003613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32361] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32361/stat : 32361 (java) S 32069 32072 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11131885 10060525568 67612 33554432000 1073741824 1073778376 140734981475872 140090705507368 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 14.43
Current children cumulated vsize (KiB) 9824732

[startup+35.201 s]
/proc/loadavg: 2.04 1.99 1.96 4/216 32385
/proc/meminfo: memFree=30148300/32872528 swapFree=480748/529804
[pid=32072] ppid=32069 vsize=9824732 CPUtime=17.68 cores=1,3,5,7
/proc/32072/stat : 32072 (java) S 32069 32072 23565 0 -1 4202496 42326 0 1 0 1669 99 0 0 20 0 22 0 11128755 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140734981467008 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32072/statm: 2456183 68140 2287 9 0 2446860 0
[pid=32072/tid=32073] ppid=32069 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/32072/task/32073/stat : 32073 (java) S 32069 32072 23565 0 -1 4202560 2416 0 1 0 17 2 0 0 20 0 22 0 11128755 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090889745272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32075] ppid=32069 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/32072/task/32075/stat : 32075 (java) S 32069 32072 23565 0 -1 4202560 36 0 0 0 8 0 0 0 20 0 22 0 11128756 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090828475432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32076] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32076/stat : 32076 (java) S 32069 32072 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 11128756 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090732657576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32077] ppid=32069 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32072/task/32077/stat : 32077 (java) S 32069 32072 23565 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 11128756 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090731604776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32078] ppid=32069 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32072/task/32078/stat : 32078 (java) S 32069 32072 23565 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 11128756 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090730551976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32079] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32079/stat : 32079 (java) S 32069 32072 23565 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 11128756 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090729499176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32080] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32080/stat : 32080 (java) S 32069 32072 23565 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 11128756 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090728446376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32081] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32081/stat : 32081 (java) S 32069 32072 23565 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 11128756 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090727393576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32082] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32082/stat : 32082 (java) S 32069 32072 23565 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 11128756 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090726340776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32083] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32083/stat : 32083 (java) S 32069 32072 23565 0 -1 4202560 97 0 0 0 0 4 0 0 20 0 22 0 11128757 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090713930728 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32084] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32084/stat : 32084 (java) S 32069 32072 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11128757 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090712876792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32085] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32085/stat : 32085 (java) S 32069 32072 23565 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 11128757 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090711823880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32086] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32086/stat : 32086 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11128759 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090710772368 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32087] ppid=32069 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/32072/task/32087/stat : 32087 (java) S 32069 32072 23565 0 -1 4202560 24545 0 0 0 200 4 0 0 20 0 22 0 11128759 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090709719480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32088] ppid=32069 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/32072/task/32088/stat : 32088 (java) S 32069 32072 23565 0 -1 4202560 13027 0 0 0 130 2 0 0 20 0 22 0 11128759 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090708666680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32089] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32089/stat : 32089 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11128759 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090707614072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32090] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32090/stat : 32090 (java) S 32069 32072 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11128759 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090706561480 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32190] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32190/stat : 32190 (java) S 32069 32072 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11130382 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090704454952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32359] ppid=32069 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/32072/task/32359/stat : 32359 (java) R 32069 32072 23565 0 -1 4202560 12 0 0 0 383 0 0 0 20 0 22 0 11131885 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090703392912 140090830017146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32360] ppid=32069 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/32072/task/32360/stat : 32360 (java) R 32069 32072 23565 0 -1 4202560 83 0 0 0 383 0 0 0 20 0 22 0 11131885 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090702347488 140090830381470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32361] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32361/stat : 32361 (java) S 32069 32072 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11131885 10060525568 68140 33554432000 1073741824 1073778376 140734981475872 140090705507368 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 17.68
Current children cumulated vsize (KiB) 9824732

[startup+35.6009 s]
/proc/loadavg: 2.04 1.99 1.96 4/216 32385
/proc/meminfo: memFree=30148300/32872528 swapFree=480748/529804
[pid=32072] ppid=32069 vsize=9824732 CPUtime=18.12 cores=1,3,5,7
/proc/32072/stat : 32072 (java) S 32069 32072 23565 0 -1 4202496 42327 0 1 0 1711 101 0 0 20 0 19 0 11128755 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140734981467008 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32072/statm: 2456183 68131 2287 9 0 2446860 0
[pid=32072/tid=32073] ppid=32069 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/32072/task/32073/stat : 32073 (java) S 32069 32072 23565 0 -1 4202560 2416 0 1 0 17 2 0 0 20 0 19 0 11128755 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090889745272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32075] ppid=32069 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/32072/task/32075/stat : 32075 (java) S 32069 32072 23565 0 -1 4202560 36 0 0 0 8 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090828475432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32076] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32076/stat : 32076 (java) S 32069 32072 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090732657576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32077] ppid=32069 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32072/task/32077/stat : 32077 (java) S 32069 32072 23565 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090731604776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32078] ppid=32069 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32072/task/32078/stat : 32078 (java) S 32069 32072 23565 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090730551976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32079] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32079/stat : 32079 (java) S 32069 32072 23565 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090729499176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32080] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32080/stat : 32080 (java) S 32069 32072 23565 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090728446376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32081] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32081/stat : 32081 (java) S 32069 32072 23565 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090727393576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32082] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32082/stat : 32082 (java) S 32069 32072 23565 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090726340776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32083] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32083/stat : 32083 (java) S 32069 32072 23565 0 -1 4202560 97 0 0 0 0 4 0 0 20 0 19 0 11128757 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090713930728 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32084] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32084/stat : 32084 (java) S 32069 32072 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090712876792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32085] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32085/stat : 32085 (java) S 32069 32072 23565 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090711823880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32086] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32086/stat : 32086 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090710772368 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32087] ppid=32069 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/32072/task/32087/stat : 32087 (java) S 32069 32072 23565 0 -1 4202560 24545 0 0 0 200 4 0 0 20 0 19 0 11128759 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090709719480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32088] ppid=32069 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/32072/task/32088/stat : 32088 (java) S 32069 32072 23565 0 -1 4202560 13027 0 0 0 130 2 0 0 20 0 19 0 11128759 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090708666680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32089] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32089/stat : 32089 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090707614072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32090] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32090/stat : 32090 (java) S 32069 32072 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090706561480 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32190] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32190/stat : 32190 (java) S 32069 32072 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11130382 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090704454952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 18.12
Current children cumulated vsize (KiB) 9824732

[startup+35.8008 s]
/proc/loadavg: 2.04 1.99 1.96 4/216 32385
/proc/meminfo: memFree=30148300/32872528 swapFree=480748/529804
[pid=32072] ppid=32069 vsize=9824732 CPUtime=18.12 cores=1,3,5,7
/proc/32072/stat : 32072 (java) S 32069 32072 23565 0 -1 4202496 42327 0 1 0 1711 101 0 0 20 0 19 0 11128755 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140734981467008 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32072/statm: 2456183 68131 2287 9 0 2446860 0
[pid=32072/tid=32073] ppid=32069 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/32072/task/32073/stat : 32073 (java) S 32069 32072 23565 0 -1 4202560 2416 0 1 0 17 2 0 0 20 0 19 0 11128755 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090889745272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32075] ppid=32069 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/32072/task/32075/stat : 32075 (java) S 32069 32072 23565 0 -1 4202560 36 0 0 0 8 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090828475432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32076] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32076/stat : 32076 (java) S 32069 32072 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090732657576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32077] ppid=32069 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32072/task/32077/stat : 32077 (java) S 32069 32072 23565 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090731604776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32078] ppid=32069 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32072/task/32078/stat : 32078 (java) S 32069 32072 23565 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090730551976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32079] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32079/stat : 32079 (java) S 32069 32072 23565 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090729499176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32080] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32080/stat : 32080 (java) S 32069 32072 23565 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090728446376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32081] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32081/stat : 32081 (java) S 32069 32072 23565 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090727393576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32082] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32082/stat : 32082 (java) S 32069 32072 23565 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 11128756 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090726340776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32083] ppid=32069 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32072/task/32083/stat : 32083 (java) S 32069 32072 23565 0 -1 4202560 97 0 0 0 0 4 0 0 20 0 19 0 11128757 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090713930728 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32084] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32084/stat : 32084 (java) S 32069 32072 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090712876792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32085] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32085/stat : 32085 (java) S 32069 32072 23565 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 11128757 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090711823880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32072/tid=32086] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32086/stat : 32086 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090710772368 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32087] ppid=32069 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/32072/task/32087/stat : 32087 (java) S 32069 32072 23565 0 -1 4202560 24545 0 0 0 200 4 0 0 20 0 19 0 11128759 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090709719480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32072/tid=32088] ppid=32069 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/32072/task/32088/stat : 32088 (java) S 32069 32072 23565 0 -1 4202560 13027 0 0 0 130 2 0 0 20 0 19 0 11128759 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090708666680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32089] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32089/stat : 32089 (java) S 32069 32072 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090707614072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32072/tid=32090] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32090/stat : 32090 (java) S 32069 32072 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11128759 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090706561480 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32072/tid=32190] ppid=32069 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32072/task/32190/stat : 32190 (java) S 32069 32072 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11130382 10060525568 68131 33554432000 1073741824 1073778376 140734981475872 140090704454952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 18.12
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0100002
#  lost CPU user time (s): 0.0100002
#  lost CPU system time (s): 0

Real time (s): 35.8555
CPU time (s): 18.2712
CPU user time (s): 17.1874
CPU system time (s): 1.08383
CPU usage (%): 50.9579
Max. virtual memory (cumulated for all children) (KiB): 9826340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.1774
system time used= 1.08384
maximum resident set size= 280704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42334
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= 3043
involuntary context switches= 1036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.214967 second user time and 0.284956 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:11:28
IDJOB=4109393
IDBENCH=78797
IDSOLVER=2552
FILE ID=node141/4109393-1467321088
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.1110976157--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109393-1467321088/watcher-4109393-1467321088 -o /tmp/evaluation-result-4109393-1467321088/solver-4109393-1467321088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109393-1467321088.wbo

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

MD5SUM BENCH= 5061ef924a5cd54acce02b550ce78c9d
RANDOM SEED=1091783398

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:        30063388 kB
Buffers:          174652 kB
Cached:           862444 kB
SwapCached:            0 kB
Active:           810828 kB
Inactive:         716976 kB
Active(anon):     493504 kB
Inactive(anon):        4 kB
Active(file):     317324 kB
Inactive(file):   716972 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        989808 kB
Mapped:            22312 kB
Shmem:               204 kB
Slab:             620012 kB
SReclaimable:      63520 kB
SUnreclaim:       556492 kB
KernelStack:        1776 kB
PageTables:         6856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1156188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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:12:04