Trace number 4090613

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 Resolution PB16OPTIMUM 20.5399 19.1385

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
MD5SUM9ffea189547a7afa9054418ab91a7dbf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark4.11737
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1314
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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090613-1466065094.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     233
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 64 literals
0.29/0.22	c SATISFIABLE
0.29/0.22	c OPTIMIZING...
0.29/0.22	c Got one! Elapsed wall clock time (in seconds):0.118
0.29/0.22	o 881
0.29/0.25	c Got one! Elapsed wall clock time (in seconds):0.146
0.29/0.25	o 860
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.175
0.29/0.28	o 834
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.185
0.29/0.29	o 826
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.283
0.55/0.38	o 809
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.294
0.55/0.39	o 796
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.356
0.69/0.46	o 795
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.367
0.69/0.47	o 788
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.372
0.69/0.47	o 783
0.87/0.53	c Got one! Elapsed wall clock time (in seconds):0.429
0.87/0.53	o 780
0.87/0.54	c Got one! Elapsed wall clock time (in seconds):0.437
0.87/0.54	o 772
0.87/0.55	c Got one! Elapsed wall clock time (in seconds):0.446
0.87/0.55	o 720
0.87/0.55	c Got one! Elapsed wall clock time (in seconds):0.452
0.87/0.55	o 718
0.87/0.56	c Got one! Elapsed wall clock time (in seconds):0.463
0.87/0.56	o 708
0.87/0.57	c Got one! Elapsed wall clock time (in seconds):0.467
0.87/0.57	o 707
0.87/0.58	c Got one! Elapsed wall clock time (in seconds):0.476
0.87/0.58	o 706
0.87/0.58	c Got one! Elapsed wall clock time (in seconds):0.479
0.87/0.58	o 703
0.87/0.59	c Got one! Elapsed wall clock time (in seconds):0.487
0.87/0.59	o 701
0.97/0.60	c Got one! Elapsed wall clock time (in seconds):0.498
0.97/0.60	o 684
0.97/0.61	c Got one! Elapsed wall clock time (in seconds):0.506
0.97/0.61	o 682
0.97/0.61	c Got one! Elapsed wall clock time (in seconds):0.511
0.97/0.61	o 681
0.97/0.61	c Got one! Elapsed wall clock time (in seconds):0.513
0.97/0.61	o 614
0.97/0.62	c Got one! Elapsed wall clock time (in seconds):0.519
0.97/0.62	o 609
0.97/0.62	c Got one! Elapsed wall clock time (in seconds):0.524
0.97/0.62	o 603
0.97/0.63	c Got one! Elapsed wall clock time (in seconds):0.532
0.97/0.63	o 602
0.97/0.64	c Got one! Elapsed wall clock time (in seconds):0.542
0.97/0.64	o 598
0.97/0.65	c Got one! Elapsed wall clock time (in seconds):0.545
0.97/0.65	o 332
0.97/0.66	c Got one! Elapsed wall clock time (in seconds):0.561
0.97/0.66	o 321
0.97/0.69	c Got one! Elapsed wall clock time (in seconds):0.584
0.97/0.69	o 316
1.13/0.75	c cleaning 6145 clauses out of 12298 with flag 2903/12298
1.13/0.78	c Got one! Elapsed wall clock time (in seconds):0.677
1.13/0.78	o 314
1.26/0.81	c Got one! Elapsed wall clock time (in seconds):0.71
1.26/0.81	o 292
1.26/0.82	c Got one! Elapsed wall clock time (in seconds):0.715
1.26/0.82	o 286
1.26/0.83	c Got one! Elapsed wall clock time (in seconds):0.73
1.26/0.83	o 285
1.26/0.84	c Got one! Elapsed wall clock time (in seconds):0.736
1.26/0.84	o 284
1.26/0.88	c Got one! Elapsed wall clock time (in seconds):0.78
1.26/0.88	o 280
1.26/0.89	c Got one! Elapsed wall clock time (in seconds):0.786
1.26/0.89	o 279
1.37/0.90	c Got one! Elapsed wall clock time (in seconds):0.795
1.37/0.90	o 264
1.37/0.93	c Got one! Elapsed wall clock time (in seconds):0.833
1.37/0.93	o 260
1.47/1.02	c cleaning 6624 clauses out of 13257 with flag 5906/19402
1.47/1.03	c Got one! Elapsed wall clock time (in seconds):0.929
1.47/1.03	o 258
1.58/1.16	c Got one! Elapsed wall clock time (in seconds):1.057
1.58/1.16	o 254
1.71/1.24	c Got one! Elapsed wall clock time (in seconds):1.137
1.71/1.24	o 253
1.71/1.26	c Got one! Elapsed wall clock time (in seconds):1.161
1.71/1.26	o 251
1.71/1.29	c Got one! Elapsed wall clock time (in seconds):1.185
1.71/1.29	o 247
1.86/1.32	c Got one! Elapsed wall clock time (in seconds):1.217
1.86/1.32	o 239
1.86/1.36	c Got one! Elapsed wall clock time (in seconds):1.255
1.86/1.36	o 238
2.09/1.42	c cleaning 7923 clauses out of 15860 with flag 3689/28629
2.09/1.43	c Got one! Elapsed wall clock time (in seconds):1.328
2.09/1.43	o 237
2.09/1.49	c Got one! Elapsed wall clock time (in seconds):1.394
2.09/1.49	o 236
2.22/1.50	c Got one! Elapsed wall clock time (in seconds):1.399
2.22/1.50	o 231
2.22/1.51	c Got one! Elapsed wall clock time (in seconds):1.41
2.22/1.51	o 230
2.22/1.53	c Got one! Elapsed wall clock time (in seconds):1.432
2.22/1.53	o 227
2.22/1.57	c Got one! Elapsed wall clock time (in seconds):1.467
2.22/1.57	o 226
2.22/1.60	c Got one! Elapsed wall clock time (in seconds):1.496
2.22/1.60	o 221
2.32/1.62	c Got one! Elapsed wall clock time (in seconds):1.524
2.32/1.62	o 217
2.32/1.64	c Got one! Elapsed wall clock time (in seconds):1.539
2.32/1.64	o 216
2.32/1.69	c Got one! Elapsed wall clock time (in seconds):1.594
2.32/1.69	o 215
2.42/1.74	c Got one! Elapsed wall clock time (in seconds):1.643
2.42/1.74	o 204
2.42/1.75	c Got one! Elapsed wall clock time (in seconds):1.652
2.42/1.75	o 199
2.42/1.78	c Got one! Elapsed wall clock time (in seconds):1.68
2.42/1.78	o 183
2.42/1.78	c Got one! Elapsed wall clock time (in seconds):1.683
2.42/1.78	o 180
2.42/1.79	c Got one! Elapsed wall clock time (in seconds):1.69
2.42/1.79	o 159
2.54/1.83	c Got one! Elapsed wall clock time (in seconds):1.726
2.54/1.83	o 157
2.54/1.88	c Got one! Elapsed wall clock time (in seconds):1.778
2.54/1.88	o 156
2.66/1.91	c Got one! Elapsed wall clock time (in seconds):1.812
2.66/1.91	o 154
2.66/1.98	c cleaning 10233 clauses out of 20468 with flag 3334/41160
2.76/2.03	c Got one! Elapsed wall clock time (in seconds):1.929
2.76/2.03	o 152
2.76/2.04	c Got one! Elapsed wall clock time (in seconds):1.94
2.76/2.04	o 147
2.76/2.06	c Got one! Elapsed wall clock time (in seconds):1.956
2.76/2.06	o 143
2.76/2.08	c Got one! Elapsed wall clock time (in seconds):1.981
2.76/2.08	o 137
2.76/2.09	c Got one! Elapsed wall clock time (in seconds):1.984
2.76/2.09	o 133
2.99/2.28	c cleaning 8506 clauses out of 17026 with flag 14189/47951
2.99/2.28	c Got one! Elapsed wall clock time (in seconds):2.183
2.99/2.28	o 129
3.18/2.48	c cleaning 6799 clauses out of 13610 with flag 17235/53041
3.48/2.73	c cleaning 6403 clauses out of 12811 with flag 41775/59041
3.48/2.76	c Got one! Elapsed wall clock time (in seconds):2.655
3.48/2.76	o 125
3.58/2.89	c Got one! Elapsed wall clock time (in seconds):2.79
3.58/2.89	o 119
3.68/2.98	c cleaning 6264 clauses out of 12530 with flag 7474/65163
3.89/3.17	c Got one! Elapsed wall clock time (in seconds):3.066
3.89/3.17	o 113
3.89/3.18	c Got one! Elapsed wall clock time (in seconds):3.075
3.89/3.18	o 111
3.99/3.22	c cleaning 5996 clauses out of 12007 with flag 3555/70904
4.20/3.46	c cleaning 6003 clauses out of 12012 with flag 25796/76905
4.49/3.76	c cleaning 6504 clauses out of 13008 with flag 57127/83904
5.08/4.14	c cleaning 7246 clauses out of 14504 with flag 86603/91904
5.89/4.53	c cleaning 8122 clauses out of 16258 with flag 120329/100904
6.08/4.74	c Got one! Elapsed wall clock time (in seconds):4.635
6.08/4.74	o 108
6.28/4.99	c cleaning 9133 clauses out of 18265 with flag 21291/111033
6.59/5.26	c cleaning 7559 clauses out of 15131 with flag 47090/117032
6.79/5.48	c Got one! Elapsed wall clock time (in seconds):5.375
6.79/5.48	o 106
6.79/5.49	c Got one! Elapsed wall clock time (in seconds):5.389
6.79/5.49	o 105
7.00/5.64	c Got one! Elapsed wall clock time (in seconds):5.536
7.00/5.64	o 104
7.09/5.73	c Got one! Elapsed wall clock time (in seconds):5.631
7.09/5.73	o 97
7.09/5.76	c Got one! Elapsed wall clock time (in seconds):5.657
7.09/5.76	o 95
7.09/5.78	c Got one! Elapsed wall clock time (in seconds):5.679
7.09/5.78	o 91
7.09/5.78	c Got one! Elapsed wall clock time (in seconds):5.683
7.09/5.78	o 89
7.19/5.80	c Got one! Elapsed wall clock time (in seconds):5.702
7.19/5.80	o 82
7.19/5.87	c cleaning 10264 clauses out of 20536 with flag 3900/129996
7.49/6.12	c cleaning 8135 clauses out of 16272 with flag 26082/135996
7.79/6.41	c cleaning 7561 clauses out of 15141 with flag 52743/143000
8.10/6.73	c cleaning 7781 clauses out of 15575 with flag 84996/150995
8.49/7.10	c cleaning 8392 clauses out of 16794 with flag 121942/159995
8.89/7.54	c cleaning 9200 clauses out of 18402 with flag 166423/169995
9.39/8.04	c cleaning 10100 clauses out of 20202 with flag 222360/180995
9.99/8.63	c cleaning 11044 clauses out of 22102 with flag 292064/192995
10.49/9.16	c Got one! Elapsed wall clock time (in seconds):9.056
10.49/9.16	o 79
10.79/9.45	c cleaning 13374 clauses out of 26751 with flag 21436/208689
11.11/9.73	c cleaning 9689 clauses out of 19377 with flag 45480/214689
11.42/10.04	c cleaning 8343 clauses out of 16688 with flag 76058/221689
11.71/10.39	c cleaning 8168 clauses out of 16341 with flag 114272/229686
11.91/10.60	c Got one! Elapsed wall clock time (in seconds):10.495
11.91/10.60	o 77
12.21/10.82	c cleaning 9266 clauses out of 18544 with flag 20926/240057
12.42/11.07	c cleaning 7634 clauses out of 15278 with flag 46092/246057
12.72/11.38	c cleaning 7319 clauses out of 14644 with flag 75027/253057
13.13/11.72	c cleaning 7651 clauses out of 15326 with flag 106126/261058
13.13/11.73	c Got one! Elapsed wall clock time (in seconds):11.632
13.13/11.73	o 72
13.32/11.94	c cleaning 6570 clauses out of 13152 with flag 23950/266535
13.53/12.16	c cleaning 6284 clauses out of 12582 with flag 47781/272535
13.82/12.45	c cleaning 6640 clauses out of 13298 with flag 76138/279535
14.22/12.80	c cleaning 7325 clauses out of 14658 with flag 114843/287535
14.52/13.18	c cleaning 8162 clauses out of 16333 with flag 149135/296535
14.92/13.54	c Got one! Elapsed wall clock time (in seconds):13.435
14.92/13.54	o 67
15.22/13.81	c cleaning 10751 clauses out of 21502 with flag 22209/309866
15.22/13.87	c Got one! Elapsed wall clock time (in seconds):13.766
15.22/13.87	o 64
15.42/14.05	c cleaning 8123 clauses out of 16264 with flag 17070/315379
15.62/14.29	c cleaning 7070 clauses out of 14141 with flag 40997/321379
15.83/14.43	c Got one! Elapsed wall clock time (in seconds):14.334
15.83/14.43	o 63
15.83/14.48	c cleaning 6037 clauses out of 12094 with flag 3664/326402
16.12/14.70	c cleaning 6020 clauses out of 12056 with flag 25689/332401
16.22/14.88	c Got one! Elapsed wall clock time (in seconds):14.783
16.22/14.88	o 62
16.52/15.11	c cleaning 8068 clauses out of 16147 with flag 20043/342512
16.72/15.35	c cleaning 7040 clauses out of 14080 with flag 43644/348514
17.02/15.63	c cleaning 7017 clauses out of 14037 with flag 71998/355511
17.22/15.80	c Got one! Elapsed wall clock time (in seconds):15.702
17.22/15.80	o 56
17.22/15.85	c cleaning 6319 clauses out of 12656 with flag 4003/361147
17.42/16.07	c cleaning 6163 clauses out of 12337 with flag 28370/367147
17.72/16.30	c Got one! Elapsed wall clock time (in seconds):16.2
17.72/16.30	o 52
17.93/16.52	c cleaning 8729 clauses out of 17464 with flag 18671/378438
17.93/16.53	c Got one! Elapsed wall clock time (in seconds):16.433
17.93/16.53	o 50
17.93/16.56	c Got one! Elapsed wall clock time (in seconds):16.458
17.93/16.56	o 42
17.93/16.58	c Got one! Elapsed wall clock time (in seconds):16.484
17.93/16.58	o 31
18.12/16.78	c cleaning 7869 clauses out of 15740 with flag 17697/385444
18.22/16.90	c Got one! Elapsed wall clock time (in seconds):16.795
18.22/16.90	o 30
18.32/16.98	c cleaning 6632 clauses out of 13278 with flag 7135/390852
18.52/17.18	c cleaning 6318 clauses out of 12643 with flag 27447/396849
18.82/17.43	c cleaning 6663 clauses out of 13325 with flag 49952/403850
19.13/17.72	c cleaning 7318 clauses out of 14659 with flag 77858/411850
19.42/18.02	c Got one! Elapsed wall clock time (in seconds):17.918
19.42/18.02	o 29
19.52/18.14	c Got one! Elapsed wall clock time (in seconds):18.035
19.52/18.14	o 28
19.72/18.30	c cleaning 10377 clauses out of 20755 with flag 10837/425266
19.92/18.54	c cleaning 8182 clauses out of 16375 with flag 32646/431265
20.02/18.67	c Got one! Elapsed wall clock time (in seconds):18.565
20.02/18.67	o 27
20.13/18.75	c cleaning 6893 clauses out of 13794 with flag 7402/436868
20.32/18.92	c Got one! Elapsed wall clock time (in seconds):18.819
20.32/18.92	o 26
20.32/18.97	c cleaning 6414 clauses out of 12830 with flag 3738/442803
20.42/19.02	c Got one! Elapsed wall clock time (in seconds):18.918
20.42/19.02	o 15
20.52/19.13	c starts		: 403
20.52/19.13	c conflicts		: 447364
20.52/19.13	c decisions		: 810425
20.52/19.13	c propagations		: 13617763
20.52/19.13	c inspects		: 212979200
20.52/19.13	c shortcuts		: 0
20.52/19.13	c learnt literals	: 35
20.52/19.13	c learnt binary clauses	: 12
20.52/19.13	c learnt ternary clauses	: 998
20.52/19.13	c learnt constraints	: 447328
20.52/19.13	c ignored constraints	: 0
20.52/19.13	c root simplifications	: 0
20.52/19.13	c removed literals (reason simplification)	: 0
20.52/19.13	c reason swapping (by a shorter reason)	: 0
20.52/19.13	c Calls to reduceDB	: 56
20.52/19.13	c Number of update (reduction) of LBD	: 137204
20.52/19.13	c Imported unit clauses	: 0
20.52/19.13	c number of reductions to clauses (during analyze)	: 0
20.52/19.13	c number of learned constraints concerned by reduction	: 0
20.52/19.13	c number of learning phase by resolution	: 0
20.52/19.13	c number of learning phase by cutting planes	: 0
20.52/19.13	c speed (assignments/second)	: 717819.9884033524
20.52/19.13	c non guided choices	4196
20.52/19.13	c learnt constraints type 
20.52/19.13	s OPTIMUM FOUND
20.52/19.13	c Found 100 solution(s)
20.52/19.13	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 
20.52/19.13	c objective function=15
20.52/19.13	c Total wall clock time (in seconds): 19.031

Verifier Data

OK	15

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-4090613-1466065094/watcher-4090613-1466065094 -o /tmp/evaluation-result-4090613-1466065094/solver-4090613-1466065094 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090613-1466065094.wbo 

pid=9160
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.35 2.23 2.09 4/194 9163
/proc/meminfo: memFree=30365104/32872528 swapFree=1190796/1305260
[pid=9163] ppid=9160 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9163/stat : 9163 (java) S 9160 9163 8029 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8556041 98570240 977 33554432000 1073741824 1073778376 140736974557360 140736974548496 214540779581 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9163/statm: 24065 977 743 9 0 16771 0
[pid=9163/tid=9164] ppid=9160 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9164/stat : 9164 (java) R 9160 9163 8029 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8556042 98570240 977 33554432000 1073741824 1073778376 140736974557360 139719827263016 214537422208 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.35 2.23 2.09 4/194 9163
/proc/meminfo: memFree=30365104/32872528 swapFree=1190796/1305260
[pid=9163] ppid=9160 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9163/stat : 9163 (java) S 9160 9163 8029 0 -1 4202496 4499 0 1 0 10 1 0 0 20 0 18 0 8556041 9787879424 6128 33554432000 1073741824 1073778376 140736974557360 140736974548496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9163/statm: 2389619 6128 2157 9 0 2380296 0
[pid=9163/tid=9164] ppid=9160 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9163/task/9164/stat : 9164 (java) R 9160 9163 8029 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 8556042 9787879424 6129 33554432000 1073741824 1073778376 140736974557360 139719827259712 139719834694528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.35 2.23 2.09 4/194 9163
/proc/meminfo: memFree=30365104/32872528 swapFree=1190796/1305260
[pid=9163] ppid=9160 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9163/stat : 9163 (java) S 9160 9163 8029 0 -1 4202496 6580 0 1 0 27 2 0 0 20 0 19 0 8556041 9856040960 8658 33554432000 1073741824 1073778376 140736974557360 140736974548496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9163/statm: 2406260 8658 2233 9 0 2396937 0
[pid=9163/tid=9164] ppid=9160 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9163/task/9164/stat : 9164 (java) R 9160 9163 8029 0 -1 4202560 2408 0 1 0 16 1 0 0 20 0 19 0 8556042 9856040960 8658 33554432000 1073741824 1073778376 140736974557360 139719827268224 139719665016408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300348 s]
/proc/loadavg: 2.35 2.23 2.09 4/194 9163
/proc/meminfo: memFree=30365104/32872528 swapFree=1190796/1305260
[pid=9163] ppid=9160 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/9163/stat : 9163 (java) S 9160 9163 8029 0 -1 4202496 7189 0 1 0 53 2 0 0 20 0 19 0 8556041 9856040960 8621 33554432000 1073741824 1073778376 140736974557360 140736974548496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9163/statm: 2406260 8621 2244 9 0 2396937 0
[pid=9163/tid=9164] ppid=9160 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9163/task/9164/stat : 9164 (java) R 9160 9163 8029 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 19 0 8556042 9856040960 8621 33554432000 1073741824 1073778376 140736974557360 139719827259696 139719665326381 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700264 s]
/proc/loadavg: 2.35 2.23 2.09 4/194 9163
/proc/meminfo: memFree=30365104/32872528 swapFree=1190796/1305260
[pid=9163] ppid=9160 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/9163/stat : 9163 (java) S 9160 9163 8029 0 -1 4202496 8770 0 1 0 111 2 0 0 20 0 19 0 8556041 9856040960 9549 33554432000 1073741824 1073778376 140736974557360 140736974548496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9163/statm: 2406260 9549 2255 9 0 2396937 0
[pid=9163/tid=9164] ppid=9160 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9163/task/9164/stat : 9164 (java) R 9160 9163 8029 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 19 0 8556042 9856040960 9549 33554432000 1073741824 1073778376 140736974557360 139719827259696 139719665430185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.35 2.23 2.09 4/213 9182
/proc/meminfo: memFree=30328492/32872528 swapFree=1190796/1305260
[pid=9163] ppid=9160 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/9163/stat : 9163 (java) S 9160 9163 8029 0 -1 4202496 12172 0 1 0 219 3 0 0 20 0 19 0 8556041 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 140736974548496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9163/statm: 2406260 12574 2262 9 0 2396937 0
[pid=9163/tid=9164] ppid=9160 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/9163/task/9164/stat : 9164 (java) R 9160 9163 8029 0 -1 4202560 2414 0 1 0 146 1 0 0 20 0 19 0 8556042 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719827266488 139719665421171 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9166] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9166/stat : 9166 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719788759720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9167] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9167/stat : 9167 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719787707176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9168] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9168/stat : 9168 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719786654632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9169] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9169/stat : 9169 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719785602088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9170] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9170/stat : 9170 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719784548520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9171] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9171/stat : 9171 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719783495976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9172] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9172/stat : 9172 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719664986536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9173] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9173/stat : 9173 (java) S 9160 9163 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719663933992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9174] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9174/stat : 9174 (java) S 9160 9163 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556043 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719651523176 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9175] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9175/stat : 9175 (java) S 9160 9163 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719650469496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9176] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9176/stat : 9176 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139719649416840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9177] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9177/stat : 9177 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139718910012432 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9178] ppid=9160 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9163/task/9178/stat : 9178 (java) S 9160 9163 8029 0 -1 4202560 5275 0 0 0 41 1 0 0 20 0 19 0 8556046 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139718908958776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9179] ppid=9160 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9163/task/9179/stat : 9179 (java) S 9160 9163 8029 0 -1 4202560 3210 0 0 0 29 0 0 0 20 0 19 0 8556046 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139718907906232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9180] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9180/stat : 9180 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139718906853880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9181] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9181/stat : 9181 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139718905801544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9182] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9182/stat : 9182 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556057 9856040960 12574 33554432000 1073741824 1073778376 140736974557360 139718904747304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.33 2.23 2.09 4/213 9182
/proc/meminfo: memFree=30315652/32872528 swapFree=1190796/1305260
[pid=9163] ppid=9160 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/9163/stat : 9163 (java) S 9160 9163 8029 0 -1 4202496 12178 0 1 0 385 4 0 0 20 0 19 0 8556041 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 140736974548496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9163/statm: 2406260 14623 2263 9 0 2396937 0
[pid=9163/tid=9164] ppid=9160 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/9163/task/9164/stat : 9164 (java) R 9160 9163 8029 0 -1 4202560 2419 0 1 0 306 1 0 0 20 0 19 0 8556042 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719827259696 139719665442839 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9166] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9166/stat : 9166 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719788759720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9167] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9167/stat : 9167 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719787707176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9168] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9168/stat : 9168 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719786654632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9169] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9169/stat : 9169 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719785602088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9170] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9170/stat : 9170 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719784548520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9171] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9171/stat : 9171 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719783495976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9172] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9172/stat : 9172 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719664986536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9173] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9173/stat : 9173 (java) S 9160 9163 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719663933992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9174] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9174/stat : 9174 (java) S 9160 9163 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556043 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719651523176 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9175] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9175/stat : 9175 (java) S 9160 9163 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719650469496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9176] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9176/stat : 9176 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139719649416840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9177] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9177/stat : 9177 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139718910012432 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9178] ppid=9160 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/9163/task/9178/stat : 9178 (java) S 9160 9163 8029 0 -1 4202560 5275 0 0 0 42 2 0 0 20 0 19 0 8556046 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139718908958776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9179] ppid=9160 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/9163/task/9179/stat : 9179 (java) S 9160 9163 8029 0 -1 4202560 3211 0 0 0 34 0 0 0 20 0 19 0 8556046 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139718907906232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9180] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9180/stat : 9180 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139718906853880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9181] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9181/stat : 9181 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139718905801544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9182] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9182/stat : 9182 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556057 9856040960 14623 33554432000 1073741824 1073778376 140736974557360 139718904747304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.33 2.23 2.09 4/213 9182
/proc/meminfo: memFree=30290752/32872528 swapFree=1190796/1305260
[pid=9163] ppid=9160 vsize=9625040 CPUtime=7.69 cores=0,2,4,6
/proc/9163/stat : 9163 (java) S 9160 9163 8029 0 -1 4202496 19554 0 1 0 763 6 0 0 20 0 19 0 8556041 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 140736974548496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9163/statm: 2406260 19511 2264 9 0 2396937 0
[pid=9163/tid=9164] ppid=9160 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/9163/task/9164/stat : 9164 (java) R 9160 9163 8029 0 -1 4202560 2429 0 1 0 625 1 0 0 20 0 19 0 8556042 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719827259088 139719665450112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9166] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9166/stat : 9166 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719788759720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9167] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9167/stat : 9167 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719787707176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9168] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9168/stat : 9168 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719786654632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9169] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9169/stat : 9169 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719785602088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9170] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9170/stat : 9170 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719784548520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9171] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9171/stat : 9171 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719783495976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9172] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9172/stat : 9172 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719664986536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9173] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9173/stat : 9173 (java) S 9160 9163 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719663933992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9174] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9174/stat : 9174 (java) S 9160 9163 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556043 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719651523176 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9175] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9175/stat : 9175 (java) S 9160 9163 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719650469496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9176] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9176/stat : 9176 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139719649416840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9177] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9177/stat : 9177 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139718910012432 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9178] ppid=9160 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/9163/task/9178/stat : 9178 (java) S 9160 9163 8029 0 -1 4202560 5280 0 0 0 45 2 0 0 20 0 19 0 8556046 9856040960 19511 33554432000 1073741824 1073778376 140736974557360 139718908958776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9179] ppid=9160 vsize=9625040 CPUtime=0.92 cores=0,2,4,6

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

[pid=9163/tid=9168] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9168/stat : 9168 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139719786654632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9169] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9169/stat : 9169 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139719785602088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9170] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9170/stat : 9170 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139719784548520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9171] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9171/stat : 9171 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139719783495976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9172] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9172/stat : 9172 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139719664986536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9173] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9173/stat : 9173 (java) S 9160 9163 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139719663933992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9174] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9174/stat : 9174 (java) S 9160 9163 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556043 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139719651523176 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9175] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9175/stat : 9175 (java) S 9160 9163 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139719650469496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9176] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9176/stat : 9176 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139719649416840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9177] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9177/stat : 9177 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139718910012432 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9178] ppid=9160 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/9163/task/9178/stat : 9178 (java) S 9160 9163 8029 0 -1 4202560 5280 0 0 0 45 2 0 0 20 0 19 0 8556046 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139718908958776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9179] ppid=9160 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/9163/task/9179/stat : 9179 (java) S 9160 9163 8029 0 -1 4202560 10571 0 0 0 92 3 0 0 20 0 19 0 8556046 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139718907906232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9163/tid=9180] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9180/stat : 9180 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139718906853880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9181] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9181/stat : 9181 (java) S 9160 9163 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139718905801544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9182] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9182/stat : 9182 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556057 9856040960 31883 33554432000 1073741824 1073778376 140736974557360 139718904747304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 19.82
Current children cumulated vsize (KiB) 9625040

[startup+18.8077 s]
/proc/loadavg: 2.25 2.22 2.08 3/213 9182
/proc/meminfo: memFree=30205608/32872528 swapFree=1190796/1305260
[pid=9163] ppid=9160 vsize=9625040 CPUtime=20.23 cores=0,2,4,6
/proc/9163/stat : 9163 (java) S 9160 9163 8029 0 -1 4202496 19587 0 1 0 2017 6 0 0 20 0 19 0 8556041 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 140736974548496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9163/statm: 2406260 32395 2264 9 0 2396937 0
[pid=9163/tid=9164] ppid=9160 vsize=9625040 CPUtime=18.73 cores=0,2,4,6
/proc/9163/task/9164/stat : 9164 (java) R 9160 9163 8029 0 -1 4202560 2462 0 1 0 1871 2 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719827259696 139719665450562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9166] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9166/stat : 9166 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719788759720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9167] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9167/stat : 9167 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719787707176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9168] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9168/stat : 9168 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719786654632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9169] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9169/stat : 9169 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719785602088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9170] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9170/stat : 9170 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719784548520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9171] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9171/stat : 9171 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719783495976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9172] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9172/stat : 9172 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719664986536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9173] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9173/stat : 9173 (java) S 9160 9163 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719663933992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9174] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9174/stat : 9174 (java) S 9160 9163 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556043 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719651523176 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9175] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9175/stat : 9175 (java) S 9160 9163 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719650469496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9176] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9176/stat : 9176 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719649416840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9177] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9177/stat : 9177 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718910012432 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9178] ppid=9160 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/9163/task/9178/stat : 9178 (java) S 9160 9163 8029 0 -1 4202560 5280 0 0 0 45 2 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718908958776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9179] ppid=9160 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/9163/task/9179/stat : 9179 (java) S 9160 9163 8029 0 -1 4202560 10571 0 0 0 92 3 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718907906232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9163/tid=9180] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9180/stat : 9180 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718906853880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9181] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9181/stat : 9181 (java) S 9160 9163 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718905801544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9182] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9182/stat : 9182 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556057 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718904747304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 20.23
Current children cumulated vsize (KiB) 9625040

[startup+19.0008 s]
/proc/loadavg: 2.25 2.22 2.08 3/213 9182
/proc/meminfo: memFree=30205608/32872528 swapFree=1190796/1305260
[pid=9163] ppid=9160 vsize=9625040 CPUtime=20.42 cores=0,2,4,6
/proc/9163/stat : 9163 (java) S 9160 9163 8029 0 -1 4202496 19587 0 1 0 2036 6 0 0 20 0 19 0 8556041 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 140736974548496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9163/statm: 2406260 32395 2264 9 0 2396937 0
[pid=9163/tid=9164] ppid=9160 vsize=9625040 CPUtime=18.93 cores=0,2,4,6
/proc/9163/task/9164/stat : 9164 (java) R 9160 9163 8029 0 -1 4202560 2462 0 1 0 1891 2 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719827259696 139719665815222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9166] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9166/stat : 9166 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719788759720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9167] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9167/stat : 9167 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719787707176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9168] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9168/stat : 9168 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719786654632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9169] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9169/stat : 9169 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719785602088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9170] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9170/stat : 9170 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719784548520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9171] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9171/stat : 9171 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719783495976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9172] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9172/stat : 9172 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719664986536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9173] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9173/stat : 9173 (java) S 9160 9163 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719663933992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9174] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9174/stat : 9174 (java) S 9160 9163 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556043 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719651523176 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9175] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9175/stat : 9175 (java) S 9160 9163 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719650469496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9176] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9176/stat : 9176 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719649416840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9177] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9177/stat : 9177 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718910012432 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9178] ppid=9160 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/9163/task/9178/stat : 9178 (java) S 9160 9163 8029 0 -1 4202560 5280 0 0 0 45 2 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718908958776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9179] ppid=9160 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/9163/task/9179/stat : 9179 (java) S 9160 9163 8029 0 -1 4202560 10571 0 0 0 92 3 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718907906232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9163/tid=9180] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9180/stat : 9180 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718906853880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9181] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9181/stat : 9181 (java) S 9160 9163 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718905801544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9182] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9182/stat : 9182 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556057 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718904747304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 20.42
Current children cumulated vsize (KiB) 9625040

[startup+19.1008 s]
/proc/loadavg: 2.25 2.22 2.08 3/213 9182
/proc/meminfo: memFree=30205608/32872528 swapFree=1190796/1305260
[pid=9163] ppid=9160 vsize=9625040 CPUtime=20.52 cores=0,2,4,6
/proc/9163/stat : 9163 (java) S 9160 9163 8029 0 -1 4202496 19587 0 1 0 2046 6 0 0 20 0 19 0 8556041 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 140736974548496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9163/statm: 2406260 32395 2264 9 0 2396937 0
[pid=9163/tid=9164] ppid=9160 vsize=9625040 CPUtime=19.03 cores=0,2,4,6
/proc/9163/task/9164/stat : 9164 (java) R 9160 9163 8029 0 -1 4202560 2462 0 1 0 1901 2 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719827259696 139719665496357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9166] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9166/stat : 9166 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719788759720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9167] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9167/stat : 9167 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719787707176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9168] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9168/stat : 9168 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719786654632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9169] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9169/stat : 9169 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719785602088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9170] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9170/stat : 9170 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719784548520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9171] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9171/stat : 9171 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719783495976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9163/tid=9172] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9172/stat : 9172 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719664986536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9173] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9173/stat : 9173 (java) S 9160 9163 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556042 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719663933992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9174] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9174/stat : 9174 (java) S 9160 9163 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556043 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719651523176 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9175] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9175/stat : 9175 (java) S 9160 9163 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719650469496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9176] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9176/stat : 9176 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556044 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139719649416840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9177] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9177/stat : 9177 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718910012432 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9178] ppid=9160 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/9163/task/9178/stat : 9178 (java) S 9160 9163 8029 0 -1 4202560 5280 0 0 0 45 2 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718908958776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9163/tid=9179] ppid=9160 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/9163/task/9179/stat : 9179 (java) S 9160 9163 8029 0 -1 4202560 10571 0 0 0 92 3 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718907906232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9163/tid=9180] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9180/stat : 9180 (java) S 9160 9163 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718906853880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9181] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9181/stat : 9181 (java) S 9160 9163 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556046 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718905801544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9163/tid=9182] ppid=9160 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9163/task/9182/stat : 9182 (java) S 9160 9163 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556057 9856040960 32395 33554432000 1073741824 1073778376 140736974557360 139718904747304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 20.52
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 19.1385
CPU time (s): 20.5399
CPU user time (s): 20.4389
CPU system time (s): 0.100984
CPU usage (%): 107.322
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4389
system time used= 0.100984
maximum resident set size= 131684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19606
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 734
involuntary context switches= 89

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.147977 second user time and 0.163975 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-16 10:18:14
IDJOB=4090613
IDBENCH=78851
IDSOLVER=2551
FILE ID=node127/4090613-1466065094
RUNJOBID= node127-1466062123-8045
PBS_JOBID= 19904012
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090613-1466065094/watcher-4090613-1466065094 -o /tmp/evaluation-result-4090613-1466065094/solver-4090613-1466065094 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090613-1466065094.wbo

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

MD5SUM BENCH= 9ffea189547a7afa9054418ab91a7dbf
RANDOM SEED=1703267057

node127.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.769
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.53
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.769
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.769
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.56
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.769
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.56
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.769
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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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:        30365632 kB
Buffers:            5956 kB
Cached:            41240 kB
SwapCached:        34620 kB
Active:           437588 kB
Inactive:          60044 kB
Active(anon):     417268 kB
Inactive(anon):    35536 kB
Active(file):      20320 kB
Inactive(file):    24508 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066068 kB
Dirty:               636 kB
Writeback:             0 kB
AnonPages:       1763980 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             564512 kB
SReclaimable:       8400 kB
SUnreclaim:       556112 kB
KernelStack:        1760 kB
PageTables:         8036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1958232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 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= 71736 MiB
End job on node127 at 2016-06-16 10:18:33